@charset "UTF-8";

/* 基本色 */
:root {
  --smp--color--smp-green: hsl(157, 100%, 24%);
  --smp--color--black: #000000;
  --smp--color--white: #ffffff;
  --smp--color--site-white: rgb(252, 250, 250);
  --smp--color--site-glay: rgb(223, 223, 223);
  --smp--color--silver: #cbd5dc;
  --smp--color--gold: rgb(212, 181, 113);
  --smp--color--olive-green: hsl(103, 44%, 52%);
  --smp--color--bright-green: hsl(127, 34%, 81%);
  --smp--color--light-blue: hsl(207, 65%, 71%);
  --smp--color--medium-gray: rgb(167, 168, 170);
  --smp--color--purple: rgb(153, 151, 201);
  --smp--color--orange: hsl(27, 87%, 56%);
  --smp--color--pink: hsl(358, 77%, 78%);
  --smp--color--light-yellow: hsl(49, 100%, 74%);
}

.smp-u-mt-15{
  margin-top: 15px;
}
.smp-u-mt-30{
  margin-top: 30px;
}
.smp-u-mt-90{
  margin-top: 90px;
}
.smp-u-mb-60{
  margin-bottom: 60px;
}
.smp-u-mb-90{
  margin-bottom: 90px;
}
.smp-u-mb-160{
  margin-bottom: 160px;
}

.smp-u-pading-lr5{
  padding-left: 5%;
  padding-right: 5%;
}
.smp-u-pading-l3{
  padding-left: 3%;
}


@media screen and (min-width: 1451px) {
.is-pc-smp-1450 {
  display: block;
}}
@media screen and (max-width: 1450px) {
.is-pc-smp-1450 {
  display: none;
}
}

@media screen and (min-width: 1551px) {
.is-sp-smp-1550 {
  display: none;
}}
@media screen and (max-width: 1550px) {
.is-sp-smp-1550 {
  display: block;
}
}

/* ローディングアイコン */
#loader-bg {
  /* background: radial-gradient(
    circle,
    rgb(251, 251, 210) 0%,
    rgba(255, 255, 255, 1) 100%
  ); */
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#loader-bg img {
  /* background: #fff; */
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}



/* KVエリア */
.smp-b-lyt-kv-brand {
  width: 100%;
  height: 100vh;
  background: url(/profile/reboot2027/assets/img/img-top05.svg)
    no-repeat center;
  background-size: cover;
  position: relative;
  z-index: -10;
  opacity: 0.8;
  position: fixed;
}

@media screen and (max-width: 768px) {
  .smp-b-lyt-kv-brand {
    display: grid;
    margin: 0 auto;
    width: 100%;
    background: url(/profile/reboot2027/assets/img/img-top05-sp.svg)
      no-repeat center;
    background-size: auto 100%;
    z-index: -10;
  }
}

.smp-c-hdg-kv {
  width: 100%;
}



.smp-triangle {
  position: absolute;
  opacity: 0;
}

.smp-gray {
  width: 20%;
  height: 30%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: linear-gradient(
    90deg,
    var(--smp--color--bright-green),
    rgb(255, 255, 255)
  );
  z-index: -9;
  bottom: 0;
  left: 0;
}
.smp-gray2 {
  width: 20%;
  height: 30%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: linear-gradient(
    90deg,
    var(--smp--color--bright-green),
    rgb(255, 255, 255)
  );
  z-index: -9;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

.smp-green {
  width: 80%;
  height: 60%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1),
    rgba(0, 122, 64, 1)
  );
  z-index: -5;
  right: 0;
  bottom: 0;
}
.smp-green2 {
  width: 80%;
  height: 60%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1),
    rgba(0, 122, 64, 1)
  );
  z-index: -5;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.smp-green-over {
  width: 80%;
  height: 60%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: white;
  z-index: -6;
  right: 0;
  bottom: 0;
  transform-origin: left bottom;
}

.smp-blue {
  width: 80%;
  height: 70%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgb(30, 60, 255));
  z-index: -7;
  right: 0;
  bottom: 0;
}

.smp-red {
  width: 80%;
  height: 75%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), #ed1b29);
  z-index: -8;
  right: 0;
  bottom: 0;
}

@keyframes slideInFadeIn {
  from {
    transform: translateX(20%) rotate(15deg);
    opacity: 0;
    transform-origin: left bottom;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
    transform-origin: left bottom;
  }
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.is-hidden {
  opacity: 0;
}
.is-show {
  opacity: 1;
}

.smp-z-index-1000{
  z-index: 1000 !important;
}

.smp-b-reboot-01 .b-reboot-section-02 .title {
  font-size: 200%;
  font-weight: 700;
}

.smp-b-reboot-01 .b-reboot-section-02 .title-02.cycle_title {
  margin-top: 50px;
  font-size: 225%;
}

@media screen and (max-width: 599px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title {
    font-size: 6.5vw;
  }

  .smp-b-reboot-01 .b-reboot-section-02 .title-02.cycle_title {
    margin-top: 100px;
    font-size: 200%;
  }
}

@media (min-width: 600px) and (max-width: 834px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title {
    font-size: 130%;
  }

  .smp-b-reboot-01 .b-reboot-section-02 .title-02.cycle_title {
    margin-top: 10px;
    font-size: 120%;
  }

  .b-reboot-section-02 .title h3 {
    font-size: 50%;
  } 
}

@media screen and (max-width: 768px){
  .smp-b-reboot-01 .b-reboot-section-02 .smp-bg-cycle {
    background-color: #fff;
    margin-top: 10px;
}
}

#cycle_title,
#smp-cycle-bg,
.smp-cycle {
  will-change: transform, opacity;
}

.smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-label-black {
  color: #fff;
  background-color: var(--smp--color--gold);
  font-size: 150%;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-label-black {
    margin: 3% 0 20px;
    font-size: 4vw;
  }
}


.smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-01 {
  margin: 102px 0 60px;
  background-color: #6DBB4F;
}

.smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-02 {
  margin: 102px 0 60px;
  background-color: #509038;
}

.smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-03 {
  margin: 102px 0 60px;
  background-color: var(--smp--color--smp-green);
}

.smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-04 {
  margin: 102px 0 60px;
  background-color: #006342;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-01,
  .smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-02,
  .smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-03,
  .smp-b-reboot-01 .b-reboot-section-02 .label-black.smp-cycle-label-04 {
    margin-bottom: 35px;
    font-size: 4.5vw;
  }
}

.smp-b-reboot-01 .b-reboot-section-02 .label-black {
  margin-top: 102px;
  margin-bottom: 130px;
  color: #fff;
  font-size: 138%;
  font-weight: 700;
  background-color: var(--smp--color--gold);
}
@media (min-width: 769px) and (max-width: 1200px){
  .smp-b-reboot-01 .b-reboot-section-02 .label-black {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .label-black {
    margin-top: 64px;
    margin-bottom: 26px;
    color: #fff;
    font-weight: 700;
  }
}

.smp-cycle {
  width: 100%;
  height: 50vh;
}

@media screen and (max-width: 768px) {
  .smp-cycle {
    width: 60%;
    margin-left: 20%;
    height: 75vh;
  }
}

.cycle-description {
  width: 100%;
  height: 100vh;
  align-content: center;
  margin-left: 10%;
}

@media screen and (max-width: 599px),
       (min-width: 600px) and (max-width: 834px) {
  .cycle-description {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #smp-gsp-bg-text {
    margin-bottom: 45px;
  }
}

.rebootimg img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 599px) {
  .rebootimg img {
    left: 0;
  }
}

.smp-b-reboot-01 .b-reboot-section-02 .c-list-bullet-01 > li .smp-cycle-list {
  font-size: 150%;
  line-height: 1.5;
  letter-spacing: 0.025em;
  vertical-align: text-top;
}

.smp-b-reboot-01 .c-list-bullet-01 > li:before,
.c-list-bullet-02 > li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 18px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .smp-b-reboot-01 .b-reboot-section-02 .c-list-bullet-01 > li .smp-cycle-list {
    font-size: 120%;
  }

  .smp-b-reboot-01 .c-list-bullet-01 > li:before,
  .c-list-bullet-02 > li:before {
    width: 2.083vw;
    height: 2.083vw;
    border-radius: 2.083vw;
    top: 4vw;
  }
}

@media (min-width: 600px) and (max-width: 834px) {
  .smp-b-reboot-01 .b-reboot-section-02 .c-list-bullet-01 > li .smp-cycle-list {
    font-size: 95%;
  }

  .smp-b-reboot-01 .c-list-bullet-01 > li:before,
  .c-list-bullet-02 > li:before {
    width: 2.083vw;
    height: 2.083vw;
    border-radius: 2.083vw;
    top: 3.265vw;
  }
}

.l-inner-01.smp-hight {
  min-height: 100vh;
}

.l-inner-01#smp-gsp-bg-text,
.l-inner-01#smp-reboot-bg-text {
  border-radius: 20px;
  padding-right: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .l-inner-01#smp-reboot-bg-text {
    padding-right: 15px;
  }
}

.smp-b-reboot-01 .b-reboot-section-02 .title-01 {
  color: var(--smp--color--medium-gray);
  font-family: Montserrat, sans-serif;
  font-size: 625%;
  font-weight: 600;
  line-height: 1.048;
  letter-spacing: -0.035em;
}

@media screen and (max-width: 599px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-01 {
    font-size: 388%;
  }
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-01 span {
    display: inline-block;
  }
}

@media (min-width: 600px) and (max-width: 834px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-01 {
    font-size: 250%;
  }
}

@media (max-height: 740px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-01 {
    font-size: 200%;
  }
}

.smp-b-reboot-01 .b-reboot-section-02 .title-02 {
  margin: 22px 0 40px;
  color: var(--smp--color--black);
  font-size: 275%;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 599px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-02 {
    margin: 30px 0 50px;
    font-size: 180%;
  }
}
@media screen and (max-width: 599px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-02.smp-sp-mg-10 {
    margin: 10px;
    font-size: 180%;
  }
}

@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-02 span {
    display: inline-block;
  }
}

@media (min-width: 600px) and (max-width: 834px) {
  .smp-b-reboot-01 .b-reboot-section-02 .title-02 {
    margin: 30px 0 50px;
    font-size: 180%;
  }
}

.b-reboot-section-02 .title-03, .b-reboot-section-02 .title-04 {
  font-size: 150%;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .b-reboot-section-02 .title-03 {
    font-size: 100%;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .b-reboot-section-02 .title-04 {
    font-size: 120%;
    line-height: 1.7;
  }
}

@media (min-width: 600px) and (max-width: 834px) {
  .b-reboot-section-02 .title-03 {
    font-size: 100%;
    line-height: 1.9;
  }
}

@media (min-width: 600px) and (max-width: 834px) {
  .b-reboot-section-02 .title-03 {
    font-size: 100%;
    line-height: 1.9;
  }
}

@media screen and (max-width: 768px){
  .b-reboot-section-02 .c-lyt-media-01.col1{
    width: 80%;
    margin: 0 auto;
  }
}

.b-reboot-section-02 .smp-b-lyt-kv-brand {
  width: 100%;
  height: 100vh;
  background: url() no-repeat center;
  background-size: cover;
  position: sticky;
  top: 0;
  z-index: -10;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .b-reboot-section-02.smp-b-lyt-kv-brand {
    display: grid;
    margin: 0 auto;
    width: 100%;
    background: url() no-repeat center;
    background-size: auto 100%;
    z-index: 1;
  }
}

.smp-gsp-grid {
  display: grid;
  grid-template-columns: 4fr 1fr 4fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0;
  margin: 60px 5% 0px;
  padding-bottom: 160px;
}

.smp-gsp-div1 { grid-area: 1 / 1 / 2 / 2; }
.smp-gsp-div2 { grid-area: 1 / 2 / 2 / 3; }
.smp-gsp-div3 { grid-area: 1 / 3 / 2 / 4; }

@media screen and (max-width: 768px) {
  .smp-gsp-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding-bottom: 60px;
    padding-top: 30px;
    margin: 0;
  }

  .smp-gsp-div1 { grid-area: 1 / 1 / 2 / 2; }
  .smp-gsp-div2 { grid-area: 2 / 1 / 3 / 2; }
  .smp-gsp-div3 { grid-area: 3 / 1 / 4 / 2; }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-04.col2 .c-box-content-01-inner .image {
  width: 26.455%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-04.col2 .c-box-content-01-inner .image {
    width: 22.917vw;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-04.col2 .c-box-content-01-inner .task-title {
  font-size: 138%;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-04.col2 .c-box-content-01-inner .task-title {
    margin: 0 6.614%;
  }
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-04.col2 .c-box-content-01-inner .task-title {
    margin-top: -3px;
    font-size: 140%;
    line-height: 1.5;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-04.col2 .c-box-content-01-inner .task-num {
  color: #fff;
  background-color: #007a4c;
  margin: 10px 9.259%;
  padding: 2px 0 5px;
  text-align: center;
  font-size: 100%;
  font-weight: 400;
  border-radius: 50px;
}

.smp-b-reboot-01 .m-panel-nav-list-04 li:hover {
  opacity: 1;
  cursor: default;
}

.smp-font-size-115 dt {
  font-size: 115%;
  margin-top: 11px;
}

.smp-business-strategy {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-auto-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 30px;
  margin: 30px 10% 30px 5%;
  align-content: center;
}

.smp-business-strategy-div1,
.smp-business-strategy-div3 {
  align-content: center;
  padding-left: 25%;
}

.smp-business-strategy-div1 { grid-area: 1 / 1 / 2 / 2; }
.smp-business-strategy-div3 { grid-area: 2 / 1 / 3 / 2; }

.smp-business-strategy-div2,
.smp-business-strategy-div4 {
  align-content: center;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: #007a4c solid 2px;
  text-align: left;
  padding: 5px 30px 5px 5%;
}

.smp-business-strategy-div2 { grid-area: 1 / 2 / 2 / 5; }
.smp-business-strategy-div4 { grid-area: 2 / 2 / 3 / 5; }

@media screen and (max-width: 768px) {
  .smp-business-strategy {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    margin: 0 15px;
    align-items: start;
  }

  .smp-business-strategy-div1,
  .smp-business-strategy-div3 {
    padding: 0 25%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .smp-business-strategy-div1 { grid-area: 1 / 1 / 2 / 2; }
  .smp-business-strategy-div2 {
    grid-area: 2 / 1 / 3 / 2;
    padding: 0;
    text-align: center;
  }

  .smp-business-strategy-div3 { grid-area: 3 / 1 / 4 / 2; }
  .smp-business-strategy-div4 {
    grid-area: 4 / 1 / 5 / 2;
    padding: 0;
    text-align: center;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .smp-business-strategy .c-list-bullet-01 {
  font-size: 70%;
  line-height: 1.25;
  letter-spacing: 0.025em;
  vertical-align: text-top;
  padding: 10px;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .smp-business-strategy .c-list-bullet-01 {
    padding: 10px;
    font-size: 100%;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col1 .c-box-content-01-inner {
  padding: 17px 0 21px;
  color: #007a4c;
  font-size: 200%;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col1 .c-box-content-01-inner {
    padding: 19px 0;
    font-size: 200%;
  }

  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col1 .c-box-content-01-inner .smp-business-strategy p {
    padding: 19px 10px;
    font-size: 80%;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01 {
  box-sizing: border-box;
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner {
  padding: 15px 0 20px;
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .image {
  width: 26.455%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .image {
    width: 22.917vw;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .task-title {
  font-size: 113%;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .task-title {
    margin: 0 6.614%;
  }
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .task-title {
    margin-top: -3px;
    font-size: 100%;
    line-height: 1.5;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .task-num {
  color: #fff;
  background-color: #007a4c;
  margin: 10px 9.259%;
  padding: 2px 0 5px;
  text-align: center;
  font-size: 88%;
  font-weight: 400;
  border-radius: 50px;
}

.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col3 .c-box-content-01-inner .c-list-bullet-01 {
  margin: 15px 7.143%;
}

.smp-b-reboot-01 .b-reboot-section-03 .c-list-bullet-01 {
  font-size: 70%;
  line-height: 1.25;
  letter-spacing: 0.025em;
  vertical-align: text-top;
  padding: 10px 15%;
  color: #000;
  text-align: left;
}

.smp-b-reboot-01 .b-reboot-section-03 .c-list-bullet-01 > li:before,
.c-list-bullet-02 > li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .c-list-bullet-01 {
    padding: 10px;
    text-align: left;
    font-size: 100%;
  }

  .smp-b-reboot-01 .b-reboot-section-03 .c-list-bullet-01 > li .smp-regional-strategy {
    font-size: 60%;
    letter-spacing: 0.02em;
  }

  .smp-b-reboot-01 .b-reboot-section-03 .c-list-bullet-01 > li:before,
  .c-list-bullet-02 > li:before {
    width: 2.0833vw;
    height: 2.0833vw;
    border-radius: 2.0833vw;
    top: 1vw;
  }
}

.smp-regional-strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  padding: 0 15px;
  margin: 30px 10%;
  background: top / contain no-repeat url(/profile/reboot2027/assets/img/img-regional-strategy-map.webp);
}

.smp-regional-strategy-div1 {
  grid-area: 1 / 1 / 2 / 4;
}

.smp-regional-strategy-div2 {
  grid-area: 2 / 1 / 5 / 2;
  border: #007a4c 2px solid;
  padding: 15px;
  align-content: center;
  background-color: #fff;
}

.smp-regional-strategy-div2-hdg2 {
  font-size: 90%;
  font-weight: 600;
}

.smp-regional-strategy-div2-hdg3 {
  font-size: 80%;
  font-weight: 400;
}

.smp-regional-strategy-01,
.smp-regional-strategy-02,
.smp-regional-strategy-03 {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-content: center;
  text-align: left;
  font-size: 68%;
  padding: 15px 10px 15px 15px;
}

.smp-regional-strategy-01 {
  background-color: #007a4c;
  grid-area: 2 / 2 / 3 / 4;
}

.smp-regional-strategy-02 {
  background-color: rgb(80, 144, 56);
  grid-area: 3 / 2 / 4 / 4;
}

.smp-regional-strategy-03 {
  background-color: var(--smp--color--olive-green);
  grid-area: 4 / 2 / 5 / 4;
}

.smp-regional-strategy-01 > :first-child,
.smp-regional-strategy-02 > :first-child,
.smp-regional-strategy-03 > :first-child {
  width: 50%;
}

.smp-regional-strategy-01 > :last-child,
.smp-regional-strategy-02 > :last-child,
.smp-regional-strategy-03 > :last-child {
  width: 50%;
}

.smp-regional-strategy-div3,
.smp-regional-strategy-div5,
.smp-regional-strategy-div7 {
  align-content: center;
}

.smp-regional-strategy-div4,
.smp-regional-strategy-div6,
.smp-regional-strategy-div8 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 5%;
  align-content: center;
  gap: 10px;
  font-size: 65%;
}

@media screen and (max-width: 768px) {
  .smp-regional-strategy-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 15px 0 15px 0;
    padding: 10px;
  }

  .smp-regional-strategy-div2 {
    grid-area: 2 / 1 / 3 / 2;
    padding: 10px;
    text-align: left;
  }

  .smp-regional-strategy-div2-hdg2 {
    font-size: 85%;
  }

  .smp-regional-strategy-div2-hdg3 {
    font-size: 75%;
  }

  .smp-regional-strategy-01 {
    flex-direction: column;
    grid-area: 3 / 1 / 4 / 2;
    gap: 15px;
  }

  .smp-regional-strategy-02 {
    flex-direction: column;
    grid-area: 4 / 1 / 5 / 2;
    gap: 15px;
  }

  .smp-regional-strategy-03 {
    flex-direction: column;
    grid-area: 5 / 1 / 6 / 2;
    gap: 15px;
  }

  .smp-regional-strategy-01 > :first-child,
  .smp-regional-strategy-01 > :last-child,
  .smp-regional-strategy-02 > :first-child,
  .smp-regional-strategy-02 > :last-child,
  .smp-regional-strategy-03 > :first-child,
  .smp-regional-strategy-03 > :last-child {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-04 .smp-list-management-target {
    display: grid;
    grid-template-columns: 1fr !important;
    -moz-column-gap: 2.828618968386023%;
    column-gap: 2.828618968386023%;
    row-gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .smp-list-management-target {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .smp-l-inner-01-sp {
      margin-left: 2vw;
      margin-right: auto;
      box-sizing: border-box;
      width: 80vw;
  }
}

@media screen and (max-width: 768px) {
.smp-b-reboot-01 a.c-btn-02.center.white.pdf {
        line-height: 1.5;
}
}

.smp-b-reboot-01 .b-reboot-section-05 h3 {
  font-size: 200%;
  font-weight: 700;
}

.m-panel-nav-list-04 > li.window .title-box:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/assets/img/icon-window-green.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-panel-nav-list-04 > li.pdf .title-box:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/assets/img/icon-pdf-red.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* English only */
@media screen and (min-width: 769px) {
   .smp-b-reboot-01 #b-reboot-float-link-01 .l-inner-01.smp-en {
        width: 100%;
    }
}






.smp-b-reboot-01#l-container._categorytop._reboot-top #l-breadcrumb li a,
.smp-b-reboot-01#l-container._categorytop._reboot-top #l-breadcrumb li span {
  color: #2c3b3a !important;
}
.smp-b-reboot-01#l-container._categorytop._reboot-top
  #l-breadcrumb
  li::after {
  background-image: url(/assets/img/icon-arrow-right-black.svg);
}
.smp-b-reboot-01 #l-footer,
.smp-b-reboot-01 #l-footer-en {
  padding-top: 0;
  position: relative;
  z-index: 3;
}
.smp-b-reboot-01 #bg-fixed-01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: none;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #bg-fixed-01 {
    background: none;
  }
}

.smp-b-reboot-01 #bg-fixed-02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: none;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #bg-fixed-02 {
    background: none;
    background-color: white;
  }
}
.b-reboot-01 .b-reboot-container-01 {
  position: relative;
  z-index: 3;
}
.b-reboot-01 .b-reboot-container-02 {
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.b-reboot-01 .b-reboot-section-01 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.b-reboot-01 .b-reboot-section-01 .title-container {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .b-reboot-01 .b-reboot-section-01 .title-container {
    top: 50%;
  }
}
.b-reboot-01 .b-reboot-section-01 .label-black {
  margin-bottom: 15px;
}
.b-reboot-01 .b-reboot-section-01 .label-black.js-txt-fadeIn {
  opacity: 0;
  transition: opacity 0.33s cubic-bezier(1, 0, 1, 1);
}
.b-reboot-01 .b-reboot-section-01 .label-black.js-txt-fadeIn.is-show {
  opacity: 1;
}
.b-midterm-01 .b-midterm-section-01 .title {
  /* color: #2c3b3a; */
  font-weight: 700;
  font-size: 388%;
  color: var(--smp--color--orange);
}
@media screen and (max-width: 768px) {
  .b-reboot-01 .b-reboot-section-01 .title {
    font-size: 300%;
    color: var(--smp--color--orange);
  }
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn {
  opacity: 0;
  transition: opacity 0.33s cubic-bezier(1, 0, 1, 1);
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(1) {
  transition-delay: 0.35s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(2) {
  transition-delay: 0.4s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(3) {
  transition-delay: 0.45s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(4) {
  transition-delay: 0.5s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(5) {
  transition-delay: 0.55s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(6) {
  transition-delay: 0.6s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(7) {
  transition-delay: 0.65s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(8) {
  transition-delay: 0.7s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(9) {
  transition-delay: 0.75s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(10) {
  transition-delay: 0.8s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(11) {
  transition-delay: 0.85s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(12) {
  transition-delay: 0.9s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(13) {
  transition-delay: 0.95s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(14) {
  transition-delay: 1s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(15) {
  transition-delay: 1.05s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(16) {
  transition-delay: 1.1s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(17) {
  transition-delay: 1.15s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(18) {
  transition-delay: 1.2s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(19) {
  transition-delay: 1.25s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(20) {
  transition-delay: 1.3s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(21) {
  transition-delay: 1.35s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(22) {
  transition-delay: 1.4s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(23) {
  transition-delay: 1.45s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(24) {
  transition-delay: 1.5s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(25) {
  transition-delay: 1.55s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(26) {
  transition-delay: 1.6s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(27) {
  transition-delay: 1.65s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(28) {
  transition-delay: 1.7s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(29) {
  transition-delay: 1.75s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(30) {
  transition-delay: 1.8s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(31) {
  transition-delay: 1.85s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(32) {
  transition-delay: 1.9s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(33) {
  transition-delay: 1.95s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(34) {
  transition-delay: 2s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(35) {
  transition-delay: 2.05s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(36) {
  transition-delay: 2.1s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(37) {
  transition-delay: 2.15s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(38) {
  transition-delay: 2.2s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(39) {
  transition-delay: 2.25s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(40) {
  transition-delay: 2.3s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(41) {
  transition-delay: 2.35s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(42) {
  transition-delay: 2.4s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(43) {
  transition-delay: 2.45s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(44) {
  transition-delay: 2.5s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(45) {
  transition-delay: 2.55s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(46) {
  transition-delay: 2.6s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(47) {
  transition-delay: 2.65s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(48) {
  transition-delay: 2.7s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(49) {
  transition-delay: 2.75s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(50) {
  transition-delay: 2.8s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(51) {
  transition-delay: 2.85s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(52) {
  transition-delay: 2.9s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(53) {
  transition-delay: 2.95s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(54) {
  transition-delay: 3s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(55) {
  transition-delay: 3.05s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(56) {
  transition-delay: 3.1s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(57) {
  transition-delay: 3.15s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(58) {
  transition-delay: 3.2s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(59) {
  transition-delay: 3.25s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(60) {
  transition-delay: 3.3s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(61) {
  transition-delay: 3.35s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(62) {
  transition-delay: 3.4s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(63) {
  transition-delay: 3.45s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(64) {
  transition-delay: 3.5s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(65) {
  transition-delay: 3.55s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(66) {
  transition-delay: 3.6s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(67) {
  transition-delay: 3.65s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(68) {
  transition-delay: 3.7s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(69) {
  transition-delay: 3.75s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(70) {
  transition-delay: 3.8s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(71) {
  transition-delay: 3.85s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(72) {
  transition-delay: 3.9s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(73) {
  transition-delay: 3.95s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(74) {
  transition-delay: 4s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(75) {
  transition-delay: 4.05s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(76) {
  transition-delay: 4.100000000000001s;
}
.b-reboot-01 .b-reboot-section-01 .title .js-txt-fadeIn:nth-of-type(77) {
  transition-delay: 4.15s;
}
.b-reboot-01 .b-reboot-section-01 .title .is-show {
  opacity: 1;
}
.smp-b-reboot-01 .b-reboot-section-02 {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}



.smp-b-reboot-01 .b-reboot-section-02 .description {
  color: var(--smp--color--black);
  font-size: 100%;
}
.smp-b-reboot-01 .b-reboot-section-02 .c-btn-list-01 {
  position: relative;
  margin-top: -53px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-02 .c-btn-list-01.is-en {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .c-btn-list-01 {
    margin-top: 50px;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr {
  margin-top: 150px;
  margin-bottom: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr {
    border-radius: 5.208333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr {
    margin-top: 53px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr.is-en .bnr-title-02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr.is-en .bnr-description {
    font-size: 88%;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr a {
  display: block;
  position: relative;
  padding-top: 71px;
  padding-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr a {
    padding-left: 5.574043261231281%;
    padding-right: 5.574043261231281%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr a {
    padding-top: 10.9375vw;
    padding-bottom: 11.71875vw;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/profile/mid-term-business-plan/assets/img/bnr-aciton-01.webp)
    no-repeat 0 0;
  background-size: cover;
  transition: transform 0.4s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr a::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-aciton-01-sp.webp);
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr a:hover::before {
  transform: scale(1.05);
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-title-01 {
  color: #007a4c;
  font-size: 250%;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.007em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-title-01 {
    font-size: 88%;
    text-align: center;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-title-02 {
  color: #007a4c;
  font-size: 275%;
  font-weight: 700;
  line-height: 1.136363636363636;
  letter-spacing: 0.007em;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-title-02 {
    margin-left: -1.913477537437604%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-title-02 {
    margin-top: 2.604166666666667vw;
    font-size: 182%;
    line-height: 1.068965517241379;
    text-align: center;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-description {
  margin-top: 33px;
  color: #007a4c;
  font-size: 88%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-description {
    margin-top: 1.822916666666667vw;
    text-align: center;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.875;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-mark {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 175px;
  width: 175px;
  padding-bottom: 23px;
  padding-left: 95px;
  padding-right: 32px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 49.9%,
    #007a4c 50.1%
  );
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-mark {
    height: 23.4375vw;
    width: 23.4375vw;
    padding-bottom: 2.604166666666667vw;
    padding-left: 11.458333333333332vw;
    padding-right: 3.645833333333333vw;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-mark img {
  width: 26px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-mark img {
    width: 4.6875vw;
  }
}
.smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-mark figcaption {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.727272727272727;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-02 .link-bnr .bnr-mark figcaption {
    margin-top: 0.260416666666667vw;
    font-size: 69%;
    line-height: 1.272727272727273;
  }
}
.smp-b-reboot-01 .b-reboot-section-03 {
  background-color: rgba(225, 229, 232, 0.3);
}
.smp-b-reboot-01 .b-reboot-section-03 .l-inner-01 {
  padding: 96px 0;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-03 .c-btn-list-01 {
    margin-top: 0;
    margin-bottom: -53px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .c-btn-list-01 {
    margin-top: 60px;
  }
}
.smp-b-reboot-01 .b-reboot-section-03 .title {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-03 .title {
    width: 74.2928452579035%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .title {
    font-size: 188%;
  }
}
.smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .m-panel-nav-list-01.col1 {
    margin-top: 53px;
  }
}

.smp-b-reboot-01 .b-reboot-section-03 .arrow {
  width: 68.30282861896838%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 200/80;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-03 .arrow {
    width: 2.864583333333333vw;
    aspect-ratio: 11/49;
  }
}
.smp-b-reboot-01 .b-reboot-section-03 .arrow img {
  width: 100%;
}
.smp-b-reboot-01 .b-reboot-section-04 .l-inner-01 {
  padding: 60px 0 136px;
}
.smp-b-reboot-01 .b-reboot-section-04 .title {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .title {
    font-size: 188%;
    margin-left: -5.208333333333334vw;
    text-indent: 5.208333333333334vw;
    white-space: nowrap;
  }
}
.smp-b-reboot-01 .b-reboot-section-04 .list-management-target {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.828618968386023%;
    column-gap: 2.828618968386023%;
    row-gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target {
    margin-top: 54px;
  }
}
.smp-b-reboot-01 .b-reboot-section-04 .list-management-target li {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li {
    border-radius: 5.208333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li {
    display: flex;
    padding-left: 4.794520547945205%;
    padding-right: 4.794520547945205%;
    justify-content: space-evenly;
  }
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li:nth-child(3) {
    grid-column: 1/3;
    width: 61.564059900166384%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.495840266222962%;
    padding-right: 2.495840266222962%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li {
    display: flex;
    padding-top: 30px;
    padding-bottom: 27px;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .target {
    text-align: center;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .target
  .name {
  display: block;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .target
    .name {
    font-size: 138%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .target
    .name {
    font-size: 113%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .target
    .name {
    display: block;
    font-size: 157%;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .target
  .name.is-en {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .target
  .annotation {
  display: block;
  font-size: 100%;
  text-indent: -0.5em;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .target
    .annotation {
    font-size: 88%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .target
    .annotation {
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .target
    .annotation {
    display: block;
    font-size: 100%;
  }
}
.smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .border {
  display: block;
  height: 95px;
  width: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  background-image: radial-gradient(
    circle closest-side,
    #007a4c,
    #007a4c 99.9%,
    rgba(255, 255, 255, 0)
  );
  background-size: 2px 5px;
  border: none;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .border {
    height: 2px;
    width: 75vw;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    background-size: 5px 2px;
  }
}

.smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .value {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}
.text.is-en { grid-area: 1 / 1 / 2 / 3; }
.num .js-count-up { grid-area: 2 / 1 / 3 / 2; }
.text { grid-area: 2 / 2 / 3 / 3; }

@media screen and (max-width: 768px){
  .smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .value {
  margin: 30px 30px 0px 30px;
  align-items: center;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .text {
  font-size: 169%;
  line-height: 1.444444444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text {
    font-size: 113%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text {
    font-size: 120%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text {
    font-size: 125%;
    line-height: 1.45;
  }
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text:first-child {
    margin-right: auto;
  }
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text:last-child {
    margin-left: auto;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .text.is-en {
  font-size: 135%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text.is-en {
    font-size: 125%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text.is-en {
    font-size: 113%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .text.is-en {
    font-size: 125%;
    line-height: 1.2;
  }
}
.smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .value .num {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .num {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .js-count-up {
  position: relative;
  transition: opacity 0.33s cubic-bezier(1, 0, 1, 1);
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .js-count-up::before {
  content: attr(data-to);
  visibility: hidden;
  font-family: Montserrat, sans-serif;
  font-size: 407%;
  font-weight: 600;
  line-height: 1.215384615384615;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .js-count-up::before {
    font-size: 300%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .js-count-up::before {
    font-size: 225%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .js-count-up::before {
    font-size: 350%;
    line-height: 1.214285714285714;
    letter-spacing: 0.02em;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .js-count-up
  span {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-size: 407%;
  font-weight: 600;
  line-height: 1.215384615384615;
  letter-spacing: -0.01em;
  color: #007a4c;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .js-count-up
    span {
    font-size: 300%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .js-count-up
    span {
    font-size: 225%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .js-count-up
    span {
    font-size: 350%;
    line-height: 1.214285714285714;
    letter-spacing: 0.02em;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .is-anim
  span {
  opacity: 1;
}
.smp-b-reboot-01 .b-reboot-section-04 .list-management-target li .value .yen {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 257%;
  font-weight: 600;
  line-height: 1.219512195121951;
  letter-spacing: -0.01em;
  color: #007a4c;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .yen {
    font-size: 125%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .yen {
    font-size: 113%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .yen {
    font-size: 157%;
    line-height: 1.2;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target
  li
  .value
  .percent {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 219%;
  line-height: 1.444444444444444;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .percent {
    font-size: 125%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .percent {
    font-size: 113%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target
    li
    .value
    .percent {
    font-size: 157%;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .font_large
    .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(1),
  .font_large
    .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(4) {
    grid-template-columns: 37.878787878787875% 54.166666666666664%;
  }
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(1),
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(4) {
    grid-template-columns: 35.416666666666664% 60.984848484848484%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(1),
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(4) {
    grid-template-columns: 27.84090909090909% 68.56060606060606%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(2),
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(5) {
    grid-template-columns: 41.09848484848485% 55.303030303030305%;
    padding-right: 4.452054794520548%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(2),
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li:nth-child(5) {
    grid-template-columns: 46.78030303030303% 49.62121212121212%;
  }
}
.smp-b-reboot-01
  .b-reboot-section-04
  .list-management-target.is-en
  li
  .value {
  white-space: break-spaces;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li
    .value
    .text:not(.is-en) {
    font-size: 132%;
  }
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li
    .value
    .text:not(.is-en) {
    font-size: 113%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-section-04
    .list-management-target.is-en
    li
    .value
    .text:not(.is-en) {
    font-size: 100%;
  }
}
.smp-b-reboot-01 .b-reboot-section-04 .c-btn-list-01 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-04 .c-btn-list-01 {
    margin-top: 60px;
  }
}
.smp-b-reboot-01 .b-reboot-section-05 {
  position: relative;
  padding: 90px 0 123px;
  background-color: rgba(225, 229, 232, 0.2);
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-hdgLv2-pageLv2-01:nth-of-type(n + 2) {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-hdgLv2-pageLv2-01:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
.smp-b-reboot-01 .b-reboot-section-05 .m-panel-nav-list-02 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-section-05 .m-panel-nav-list-02 {
    margin-top: 45px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02 {
    height: 21.630615640599vw;
    min-height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02 {
    height: 38.54166666666667vw;
    min-height: 148px;
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02::before {
  transition: transform 0.4s;
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02._gradu::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/bnr-recruitment-gradu-01.webp);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02._gradu::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-recruitment-gradu-01-sp.webp);
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02._career::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/bnr-recruitment-career-01.webp);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02._career::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-recruitment-career-01-sp.webp);
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02._profile::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/bnr-profile-01.webp);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02._profile::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-profile-01-sp.webp);
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02._ir::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/bnr-ir-01.webp);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02._ir::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-ir-01-sp.webp);
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02._sustainability::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/bnr-sustainability-01.webp);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02._sustainability::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-sustainability-01-sp.webp);
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .c-img-wrap-02._health::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/bnr-health-01.webp);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .c-img-wrap-02._health::before {
    background-image: url(/profile/mid-term-business-plan/assets/img/bnr-health-01-sp.webp);
  }
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li:hover
  .c-img-wrap-02::before {
  transform: scale(1.05);
}
.smp-b-reboot-01 .b-reboot-section-05 .m-panel-nav-list-02 li .text-box {
  left: 0;
  width: 100%;
  text-align: center;
}
.smp-b-reboot-01
  .b-reboot-section-05
  .m-panel-nav-list-02
  li
  .text-box
  .text {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .text-box
    .text {
    font-size: 138%;
    line-height: 1.363636363636364;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-section-05
    .m-panel-nav-list-02
    li
    .text-box
    .text {
    font-size: 100%;
    line-height: 1.875;
  }
}
.smp-b-reboot-01 #b-reboot-float-link-01 {
  position: absolute;
  bottom: 40px;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 #b-reboot-float-link-01 {
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #b-reboot-float-link-01 {
    bottom: 30px;
    width: 100%;
  }
}
.smp-b-reboot-01 #b-reboot-float-link-01.is-fixed {
  position: fixed;
  bottom: 95px;
}

/* 変更有　ここから */
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #b-reboot-float-link-01.is-fixed {
    /* bottom: 85px; */
    bottom: 3.0vw;
  }
}
/* 変更有　ここまで */

.smp-b-reboot-01 #b-reboot-float-link-01.is-hide {
  opacity: 0;
  transition: opacity 0.2s;
}
.smp-b-reboot-01 #b-reboot-float-link-01 .c-btn-list-01 {
  margin-top: 0;
}
.smp-b-reboot-01 #b-reboot-float-link-01 .c-btn-list-01 .c-btn-02 {
  font-size: 88%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #b-reboot-float-link-01 .c-btn-list-01 .c-btn-02 {
    font-size: 80%;
    width: 100%;
  }
}
.smp-b-reboot-01 #b-reboot-float-link-02 {
  position: absolute;
  bottom: 40px;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 #b-reboot-float-link-02 {
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #b-reboot-float-link-02 {
    width: 100%;
  }
}
.smp-b-reboot-01 #b-reboot-float-link-02.is-fixed {
  position: fixed;
  bottom: auto;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 #b-reboot-float-link-02.is-fixed {
    transform: translate(0, 70px);
  }
}
.smp-b-reboot-01 #b-reboot-float-link-02.is-hide {
  opacity: 0;
  transition: opacity 0.2s;
}
.smp-b-reboot-01 #b-reboot-float-link-02 .c-btn-list-01 {
  margin-top: 0;
}
.smp-b-reboot-01 #b-reboot-float-link-02 .c-btn-list-01 .c-btn-02 {
  font-size: 88%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #b-reboot-float-link-02 .c-btn-list-01 .c-btn-02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 #b-reboot-float-starter {
    margin-top: 20px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01:not(._reboot-top) #b-reboot-float-stopper {
    transform: translate(0, -70px);
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-01 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-01 {
    padding-bottom: 60px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-01 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-roadmap-01 .js-tab-layout {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-01 .tab-contents {
    margin-top: 45px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f7;
  border: solid 4px #007a4c;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company {
    margin-top: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 4.166666666666666vw;
    padding-right: 4.166666666666666vw;
    box-sizing: border-box;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .name {
  color: #007a4c;
  font-family: Montserrat, sans-serif;
  font-size: 250%;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .name {
    font-size: 150%;
    line-height: 1.5;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .description {
  margin-top: 18px;
  font-size: 88%;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .description {
    margin-top: 24px;
    font-size: 82%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .detail {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail {
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail {
    margin-top: 16px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .detail
  dl {
  display: inline-flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dl {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dl:nth-child(n + 2) {
    margin-left: 2.697841726618705%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dl:nth-child(n + 2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dt {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dt {
    width: 13.28125vw;
    font-size: 82%;
    font-weight: 500;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dd {
    display: inline-flex;
    margin-left: 12px;
    align-items: baseline;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .detail
  dd
  .main {
  color: #007a4c;
  font-size: 113%;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dd
    .main {
    display: block;
    white-space: nowrap;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .detail
  dd
  .sub {
  font-size: 82%;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail
    dd
    .sub {
    display: block;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail.is-en
    dl {
    display: flex;
    margin-left: 2.697841726618705%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .detail.is-en
    dt {
    width: 32.55208333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list {
    margin-top: 45px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01 {
  width: 21.920289855072465%;
  background-color: #fff;
  border: none;
  z-index: auto;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01 {
    width: 100%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(1)
  .logo {
  width: 75.51020408163265%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(1)
  .hdg {
  margin-top: 17px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(2)
  .logo {
  width: 61.224489795918366%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(2)
    .logo {
    width: 31.25vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(2)
  .modal-logo {
  width: 48.31460674157304%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(2)
    .modal-logo {
    width: 40.10416666666667vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(2)
  .text {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(2)
    .text {
    margin-top: 16px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .column {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .column:nth-child(1) {
  width: 46.93877551020408%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(3)
    .column:nth-child(1) {
    width: 32.03125vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .column:nth-child(1)
  .text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(3)
    .column:nth-child(1)
    .text {
    margin-top: 12px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .column:nth-child(2) {
  width: 44.89795918367347%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(3)
    .column:nth-child(2) {
    margin-left: 9.693877551020408%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:nth-child(3)
    .column:nth-child(2) {
    width: 30.46875vw;
    margin-top: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .column:nth-child(2)
  .text {
  margin-top: 12px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .modal-logo:nth-of-type(1) {
  width: 48.31460674157304%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(3)
  .modal-logo:nth-of-type(2) {
  width: 41.853932584269664%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(4)
  .logo {
  width: 98.46938775510205%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01:nth-child(4)
  .hdg {
  margin-top: 22px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01:not(:nth-child(4n-3)) {
    margin-left: 1.97841726618705%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  > .box-title-01 {
  display: flex;
  height: 80px;
  padding-left: 9.917355371900827%;
  padding-right: 8.264462809917356%;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 113%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.222222222222222;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01 {
    font-size: 100%;
  }
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01 {
    font-size: 88%;
    white-space: normal;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01 {
    font-size: 75%;
  }
}
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  > .box-title-01 {
  height: 100px;
  padding-left: 4.958677685950414%;
  padding-right: 4.132231404958678%;
  white-space: normal;
}
@media screen and (max-width: 1203px) {
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01 {
    height: 80px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  > .box-title-01.small {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 8.264462809917356%;
  padding-right: 7.43801652892562%;
  font-size: 100%;
  line-height: 1.25;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01.small {
    font-size: 88%;
  }
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01.small {
    font-size: 75%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .box-title-01.small {
    font-size: 63%;
  }
}
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  > .box-title-01.small {
  padding-left: 3.305785123966942%;
  padding-right: 3.305785123966942%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  > .c-box-content-01-inner {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 9.917355371900827%;
  padding-right: 9.917355371900827%;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .c-box-content-01-inner {
    height: 177px;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .c-box-content-01-inner {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    > .c-box-content-01-inner {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  > .c-box-content-01-inner {
  height: 250px;
  padding-left: 4.958677685950414%;
  padding-right: 4.958677685950414%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .col2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .col2 {
    flex-direction: column;
    align-items: center;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .logo {
  margin-left: auto;
  margin-right: auto;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .hdg {
  font-size: 88%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .hdg {
    font-size: 75%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .hdg {
    font-size: 100%;
    line-height: 1.6625;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .text {
  margin-top: 10px;
  font-size: 75%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .text {
    margin-top: 18px;
    font-size: 82%;
    line-height: 1.6;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .js-simplemodal-trigger
  .text {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container {
    padding-left: 5.208333333333334vw;
    padding-right: 5.208333333333334vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .c-simple-modal__strech {
  text-align: left;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .label-black {
  margin-bottom: 16px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .title {
  line-height: 1.5625;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .description {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .modal-col2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .modal-column.before {
  margin-top: 0;
  border: solid 2px #007a4c;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .modal-column.before {
    width: 39.63636363636364%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .modal-column.before
  .c-list-bullet-01 {
  margin-top: 12px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .modal-column.after {
  position: relative;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .modal-column.after {
    width: 58.36363636363637%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .modal-column.after {
    margin-top: 45px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .modal-column.after
  .c-list-bullet-01 {
  margin-top: 8px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .modal-column.after
  .c-list-bullet-01
  li {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .modal-column.after
    .c-list-bullet-01
    li {
    letter-spacing: 0;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .box-title-01 {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .box-title-01 {
    font-size: 100%;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .c-box-content-01-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .modal-logo {
  margin-left: auto;
  margin-right: auto;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .border {
  display: block;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: radial-gradient(
    circle closest-side,
    #007a4c,
    #007a4c 99.9%,
    rgba(255, 255, 255, 0)
  );
  background-size: 5px 2px;
  border: none;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .border {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .c-list-bullet-01 {
  font-size: 88%;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .before-name {
  margin-top: 24px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .before-name {
    margin-top: 17px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .after-name {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-name {
    margin-top: 15px;
    font-size: 113%;
    line-height: 1.444444444444444;
    letter-spacing: -0.005em;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .after-hdg {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-hdg {
    font-size: 100%;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.025em;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .after-description {
  margin-top: 8px;
  color: #007a4c;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-description {
    margin-top: 12px;
    font-size: 125%;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .after-box {
  margin-top: 22px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 6.230529595015576%;
  padding-right: 6.230529595015576%;
  border: solid 2px #007a4c;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-box {
    border-radius: 5.208333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -7.78816199376947%;
    height: 10px;
    width: 11.370716510903426%;
    background-image: url(/profile/mid-term-business-plan/assets/img/img-arrow-right-01.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-box {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 45px;
    padding-left: 5.208333333333334vw;
    padding-right: 5.208333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-box
    .after-box__item {
    display: flex;
    align-items: center;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .after-box
  .image {
  width: 12.09964412811388%;
  margin-right: 1.423487544483986%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-box
    .image {
    min-width: 12.09964412811388%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .after-box
    .image {
    width: 17.708333333333336vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .c-list-notes-01 {
  font-size: 75%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .c-list-notes-01 {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .c-list-notes-01 {
    margin-top: 18px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .company-list
  > .c-box-content-01
  .c-simple-modal__container
  .c-list-notes-01
  li {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .company-list
    > .c-box-content-01
    .c-simple-modal__container
    .c-list-notes-01
    li
    + li {
    margin-top: 0;
    margin-left: 34px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .annotation {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .annotation {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .annotation {
    margin-top: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .company
  .annotation
  .c-list-notes-02 {
  display: inline-block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .company
    .annotation
    .c-list-notes-02 {
    font-size: 82%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .description {
    margin-top: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .m-panel-nav-list-01
  .item.green {
  border: solid 2px #007a4c;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item {
  padding: 4.046762589928058%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 5.208333333333334vw;
    padding-right: 5.208333333333334vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item
  .name {
  margin-top: 38px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item
    .name {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item
    .name {
    margin-top: 24px;
    font-size: 113%;
    line-height: 1.444444444444444;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item
  .description {
  margin-top: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item
    .description {
    font-size: 88%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item
    .description {
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item
    .description {
    margin-top: 18px;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item
  .note {
  margin-top: 8px;
  font-size: 75%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item
    .note {
    margin-top: 12px;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.team {
    order: 1;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item.team
  .image {
  width: 23.83073496659243%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.team
    .image {
    width: 27.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.technology {
    order: 3;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item.technology
  .image {
  width: 19.15367483296214%;
  margin-top: -11px;
  margin-bottom: -11px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.technology
    .image {
    width: 22.395833333333336vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item.technology
  .description.small {
  margin-top: 12px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.technology
    .description.small {
    line-height: 1.9;
    letter-spacing: 0.025em;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item.lean {
  width: 100%;
  margin-top: 34px;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.lean {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.lean {
    order: 2;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item.lean
  .image {
  width: 8.610567514677104%;
  margin-right: 6.066536203522505%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.lean
    .image {
    min-width: 8.610567514677104%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.lean
    .image {
    width: 23.268229166666664vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .action
  .item.lean
  .name {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .action
    .item.lean
    .name {
    margin-top: 23px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .arrow {
  height: 41px;
  width: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 41px #007a4c;
  border-left: solid 50px rgba(255, 255, 255, 0);
  border-right: solid 50px rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .arrow {
    height: 7.03125vw;
    width: 17.1875vw;
    border-top-width: 7.03125vw;
    border-left-width: 8.59375vw;
    border-right-width: 8.59375vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal {
  margin-top: 40px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 3.41726618705036%;
  padding-right: 3.41726618705036%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .item {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 45px;
    padding-left: 5.208333333333334vw;
    padding-right: 5.208333333333334vw;
  }
}
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .item {
  padding-left: 1.798561151079137%;
  padding-right: 1.798561151079137%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .name {
    width: 25.91792656587473%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .name {
    width: 32.39740820734341%;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .name {
    width: 100%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .name
  p {
  display: inline-block;
  font-size: 125%;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .name
    p {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .name
    p {
    font-size: 113%;
    text-align: center;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .border {
  display: block;
  height: 180px;
  width: 2px;
  min-width: 2px;
  background-image: radial-gradient(
    circle closest-side,
    #007a4c,
    #007a4c 99.9%,
    rgba(255, 255, 255, 0)
  );
  background-size: 2px 5px;
  border: none;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .border {
    margin-left: 5.183585313174946%;
    margin-right: 6.911447084233261%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .border {
    margin-left: 2.591792656587473%;
    margin-right: 3.455723542116631%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .border {
    height: 2px;
    width: 100%;
    margin-top: 18px;
    background-size: 5px 2px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .amount {
  font-family: Montserrat, sans-serif;
  color: #007a4c;
  font-size: 213%;
  font-weight: 600;
  line-height: 1.235294117647059;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .amount {
    font-size: 188%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .amount {
    font-size: 163%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .amount:first-child {
    margin-top: 27px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .amount:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .amount:not(:first-child) {
    margin-top: 24px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .text {
  margin-top: 6px;
  font-size: 100%;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .text {
    font-size: 88%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .text {
    font-size: 75%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(1)
  .enhancement
  .goal
  .description {
  font-size: 138%;
  line-height: 1.636363636363636;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .description {
    font-size: 113%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .description {
    font-size: 88%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(1)
    .enhancement
    .goal
    .description {
    margin-top: 30px;
    font-size: 113%;
    line-height: 1.9;
    letter-spacing: 0.025em;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .tab-hdg {
  text-align: center;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .tab-hdg
  h3 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 10.79136690647482%;
  padding-right: 10.79136690647482%;
  color: #fff;
  background-color: #007a4c;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .tab-hdg
    h3 {
    border-radius: 5.208333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .tab-hdg
    h3 {
    padding: 45px 5.208333333333334vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .tab-hdg
  h3
  .sub {
  display: block;
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .tab-hdg
    h3
    .sub {
    font-size: 75%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .tab-hdg
  h3
  .main {
  display: block;
  margin-top: 4px;
  font-size: 175%;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .tab-hdg
    h3
    .main {
    font-size: 125%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .tab-description {
  font-size: 88%;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .tab-description {
    font-size: 100%;
    line-height: 1.9;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .m-panel-nav-list-01 {
    flex-wrap: nowrap;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .m-panel-nav-list-01
  .c-box-content-01
  .box-title-01.short {
  min-width: 23.275862068965516%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .m-panel-nav-list-01
  .c-box-content-01
  .c-box-content-01-inner {
  padding: 24px 24px 45px 30px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(2)
    .m-panel-nav-list-01
    .c-box-content-01
    .c-box-content-01-inner {
    padding: 24px 5.208333333333334vw 45px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .m-panel-nav-list-01
  .c-box-content-01
  .name {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(2)
  .m-panel-nav-list-01
  .c-box-content-01
  .c-list-bullet-01 {
  margin-top: 18px;
  font-size: 88%;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .tab-description {
  font-size: 88%;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .tab-description {
    font-size: 100%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .tab-inner {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .tab-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .tab-inner {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .image {
    width: 48.47122302158273%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list {
    width: 48.47122302158273%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list {
    margin-top: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .list
  .c-box-content-01 {
  width: 100%;
  margin-top: 15px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .list
  .c-box-content-01:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list
    .c-box-content-01
    .box-title-01.short {
    display: inline-flex;
    position: absolute;
    width: 15.027829313543599%;
    justify-content: center;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .list
  .c-box-content-01
  .c-box-content-01-inner {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20.59369202226345%;
  padding-right: 4.452690166975881%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list
    .c-box-content-01
    .c-box-content-01-inner {
    padding-bottom: 45px;
    padding-left: 5.208333333333334vw;
    padding-right: 5.208333333333334vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .list
  .c-box-content-01
  .name {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list
    .c-box-content-01
    .name {
    font-size: 113%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-01
  .tab-contents
  .content:nth-child(3)
  .list
  .c-box-content-01
  .c-list-bullet-01 {
  margin-top: 12px;
  font-size: 88%;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list
    .c-list-notes-01
    li {
    display: inline-block;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-01
    .tab-contents
    .content:nth-child(3)
    .list
    .c-list-notes-01
    li
    + li {
    margin-top: 0;
    margin-left: 1em;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-02 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f6f7;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .description {
  margin-top: 18px;
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .m-panel-nav-list-01 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 .m-panel-nav-list-01 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 .m-panel-nav-list-01 {
    margin-top: 45px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .m-panel-nav-list-01 .c-box-content-01 {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01:nth-child(1),
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01:nth-child(2),
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01:nth-child(3) {
    margin-top: 0;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01:not(:nth-child(3n)) {
    margin-right: 2.828618968386023%;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01:last-child {
    margin-right: 0;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-02
  .m-panel-nav-list-01
  .c-box-content-01
  .box-title-01 {
  font-size: 100%;
  font-weight: 500;
}
.smp-b-reboot-01
  .b-reboot-roadmap-02
  .m-panel-nav-list-01
  .c-box-content-01
  .c-box-content-01-inner {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 6.349206349206349%;
  padding-right: 6.349206349206349%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-02
  .m-panel-nav-list-01
  .c-box-content-01
  .name {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01
    .name {
    font-size: 113%;
    line-height: 1.444444444444444;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-02
  .m-panel-nav-list-01
  .c-box-content-01
  .text {
  margin-top: 15px;
  font-size: 88%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-02
    .m-panel-nav-list-01
    .c-box-content-01
    .text {
    margin-top: 18px;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.9;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .arrow {
  width: 100px;
  height: 41px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 41px #007a4c;
  border-left: solid 50px rgba(255, 255, 255, 0);
  border-right: solid 50px rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 .arrow {
    width: 17.1875vw;
    height: 7.03125vw;
    border-top-width: 7.03125vw;
    border-left-width: 8.59375vw;
    border-right-width: 8.59375vw;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .goal {
  margin-top: 40px;
  text-align: center;
}
.smp-b-reboot-01 .b-reboot-roadmap-02 .goal .text {
  padding: 32px 11.231281198003327%;
  color: #fff;
  font-size: 175%;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #007a4c;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 .goal .text {
    border-radius: 5.208333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 .goal .text {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-02 .goal .text {
    padding: 7.8125vw;
    font-size: 150%;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-03 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fcfdfd;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .description {
  margin-top: 18px;
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 {
  counter-reset: reboot-roadmap-03;
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item {
  position: relative;
  padding: 1.996672212978369%;
  padding-bottom: 3.743760399334442%;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item {
    padding: 5.208333333333334vw;
    padding-bottom: 11.71875vw;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item::before {
  counter-increment: reboot-roadmap-03;
  content: counter(reboot-roadmap-03);
  display: flex;
  position: absolute;
  min-height: 0;
  width: 8.561643835616438%;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 150%;
  font-weight: 600;
  background-color: #007a4c;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item::before {
    width: 11.13013698630137%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item::before {
    width: 13.020833333333334vw;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .image {
  width: 17.123287671232877%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .image {
    width: 26.041666666666668vw;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .before {
  margin-top: 15px;
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .before {
    margin-top: 12px;
    font-size: 113%;
    line-height: 1.444444444444444;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .arrow {
  height: 17px;
  width: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 17px #007a4c;
  border-left: solid 10px rgba(255, 255, 255, 0);
  border-right: solid 10px rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
.smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .after {
  margin-top: 12px;
  color: #007a4c;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-03 .m-panel-nav-list-01 .item .after {
    font-size: 113%;
    line-height: 1.444444444444444;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-04 {
  padding-top: 120px;
  background-color: #f4f6f7;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 {
    padding-bottom: 60px;
    overflow: hidden;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .label-black {
  position: relative;
  z-index: 1;
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .description {
  margin-top: 18px;
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper {
  position: relative;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper {
    margin-top: -100px;
    padding-top: 100px;
    overflow: hidden;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .text {
  position: relative;
  z-index: 1;
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure {
  position: relative;
  width: 100%;
  margin-top: 65px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure {
    display: flex;
    margin-bottom: 112px;
    align-items: center;
    justify-content: center;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .circle {
  display: flex;
  position: absolute;
  height: 143.09523809523807%;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .circle {
    top: 43.22916666666667vw;
    left: 43.22916666666667vw;
    transform: translate(-50%, -50%);
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .circle .bg {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .circle .bg {
    width: 369.79166666666663vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure {
  position: absolute;
  border-radius: 50%;
  background-color: #007a4c;
  opacity: 0.1;
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-01 {
  height: 15.474209650582361%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-02 {
  height: 25.291181364392678%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-03 {
  height: 37.93677204658901%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-04 {
  height: 47.25457570715474%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-05 {
  height: 58.4026622296173%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-06 {
  height: 80.5324459234609%;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .circle
  .bg
  figure.circle-bg-07 {
  height: 100%;
}
.smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .task-list {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .task-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-04 .figure-wrapper .figure .task-list {
    margin-top: 12px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx {
  display: flex;
  min-height: 0;
  min-width: 29.95008319467554%;
  margin-left: 35.02495840266223%;
  margin-right: 35.02495840266223%;
  padding-left: 4.159733777038269%;
  padding-right: 4.159733777038269%;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #007a4c;
  border-radius: 50%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx {
    order: 2;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx {
    margin-left: 29.118136439267886%;
    margin-right: 29.118136439267886%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx {
    margin-left: 31.613976705490845%;
    margin-right: 31.613976705490845%;
  }
}
@media screen and (max-width: 1203px) {
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx {
    margin-left: 33.277870216306155%;
    margin-right: 33.277870216306155%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .task-title {
  font-size: 163%;
  font-weight: 700;
  line-height: 1.384615384615385;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx
    .task-title {
    font-size: 138%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx
    .task-title {
    font-size: 125%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx
    .task-title {
    font-size: 150%;
    line-height: 1.375;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .task-description {
  margin-top: 6px;
  font-size: 100%;
  line-height: 1.625;
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx
    .task-description {
    font-size: 88%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .c-btn-list-02 {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx
    .c-btn-list-02 {
    margin-top: 3.90625vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .c-btn-list-02
  li {
  width: 76.92307692307693%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx
    .c-btn-list-02
    li {
    width: 47.91666666666667vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .c-btn-list-02
  .c-btn-01 {
  color: #007a4c;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .c-btn-list-02
  .c-btn-01::after {
  background-image: url(/assets/img/icon-arrow-right-green.svg);
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .c-btn-list-02
  .c-btn-01:hover {
  color: #fff;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx
  .c-btn-list-02
  .c-btn-01:hover::after {
  background-image: url(/assets/img/icon-arrow-right-white.svg);
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1 {
    margin-bottom: -13px;
    margin-left: 29.95008319467554%;
    margin-right: 29.95008319467554%;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2 {
    margin-top: -51px;
    margin-bottom: 38px;
    margin-right: 9.151414309484192%;
    order: 3;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2 {
    margin-top: -41px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    margin-top: -51px;
    margin-bottom: 38px;
    order: 4;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    margin-top: -41px;
    margin-bottom: 28px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx1,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx2,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx3 {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    display: flex;
    position: relative;
    height: 253px;
    width: 40.01663893510815%;
    padding: 30px 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    height: 300px;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    height: auto;
    margin-bottom: 0;
    padding: 30px 5.208333333333334vw;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1:not(:first-child),
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2:not(:first-child),
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1,
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2,
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    height: 300px;
  }
}
@media screen and (max-width: 1203px) {
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1,
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2,
  .font_large
    .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3 {
    height: 350px;
  }
}
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx1
  .task-annotation,
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx1
  .task-description,
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx2
  .task-annotation,
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx2
  .task-description,
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx3
  .task-annotation,
.font_large
  .smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx3
  .task-description {
  margin-top: 10px;
  margin-bottom: 10px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx1
  .task-title,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx2
  .task-title,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx3
  .task-title {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1
    .task-title,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2
    .task-title,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3
    .task-title {
    font-size: 113%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx1
  .task-description,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx2
  .task-description,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx3
  .task-description {
  margin-top: 12px;
  font-size: 100%;
  line-height: 2;
}
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx1
  .task-annotation,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx2
  .task-annotation,
.smp-b-reboot-01
  .b-reboot-roadmap-04
  .figure-wrapper
  .figure
  .task-list
  .task._dx3
  .task-annotation {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 75%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1
    .c-btn-list-02,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2
    .c-btn-list-02,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3
    .c-btn-list-02 {
    margin-top: auto;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx1
    .c-btn-list-02
    li,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx2
    .c-btn-list-02
    li,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list
    .task._dx3
    .c-btn-list-02
    li {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx3 {
    height: 300px;
  }
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx3 {
    height: 350px;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx3 {
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx1,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx2,
  .smp-b-reboot-01
    .b-reboot-roadmap-04
    .figure-wrapper
    .figure
    .task-list.is-en
    .task._dx3 {
    height: auto;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fcfdfd;
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .description {
  margin-top: 18px;
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .js-tab-layout {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .js-tab-layout {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .js-tab-layout.is-en .tab-list li {
    font-size: 63%;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .js-tab-layout.is-en
    .tab-list
    li::after {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .js-tab-layout.is-en .tab-list li {
    font-size: 100%;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .js-tab-layout.is-en
    .tab-list
    li:nth-child(2) {
    height: 20.833333333333336vw;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .js-tab-layout.is-en
    .tab-list
    li:nth-child(2)::after {
    top: 9.375vw;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .js-tab-layout.is-en
    .tab-list
    li::after {
    right: 9.114583333333332vw;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.828618968386023%;
    column-gap: 2.828618968386023%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list {
    margin-top: 30px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item-wrapper {
  background-color: rgba(0, 122, 76, 0.2);
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.philosophy {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.798561151079137%;
  padding-right: 1.798561151079137%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy {
    grid-column: 1/3;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy {
    padding-left: 2.604166666666667vw;
    padding-right: 2.604166666666667vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.philosophy
  .item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .item {
    display: flex;
    padding-top: 1.865671641791045%;
    padding-bottom: 1.865671641791045%;
    padding-left: 3.73134328358209%;
    padding-right: 3.73134328358209%;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .hdg {
    width: 14.11290322580645%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .hdg {
    width: 16.83291770573566%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .hdg {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .border {
    height: 85px;
    width: 2px;
    min-width: 2px;
    background-size: 2px 5px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.philosophy
  .text {
  font-size: 100%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .text {
    margin-left: 4.032258064516129%;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.philosophy
    .text {
    margin-top: 30px;
    font-size: 113%;
    text-align: center;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item-wrapper.value {
  padding-left: 3.710575139146568%;
  padding-right: 3.710575139146568%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item-wrapper.value {
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item-wrapper.value {
    padding-left: 2.604166666666667vw;
    padding-right: 2.604166666666667vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.value
  .item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.value
    .item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8.016032064128257%;
    padding-right: 8.016032064128257%;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.value
    .hdg {
    width: 33.41288782816229%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.value
    .border {
    height: 85px;
    width: 2px;
    min-width: 2px;
    background-size: 2px 5px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.value
  .text {
  font-family: Montserrat, sans-serif;
  font-size: 113%;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.value
    .text {
    margin-left: 9.54653937947494%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.value
    .text {
    margin-top: 30px;
    text-align: center;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3.710575139146568%;
  padding-right: 3.710575139146568%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.declaration {
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.declaration {
    padding-left: 2.604166666666667vw;
    padding-right: 2.604166666666667vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.declaration
    .item {
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 9.01803607214429%;
    padding-right: 9.01803607214429%;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .hdg {
  text-align: center;
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .border {
  margin-top: 18px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .c-list-basic-01 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.declaration
    .c-list-basic-01 {
    margin-top: 30px;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .c-list-basic-01
  li {
  display: flex;
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .c-list-basic-01
  li
  .num {
  width: 1em;
  font-family: Montserrat, sans-serif;
  color: #007a4c;
  font-size: 113%;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.declaration
    .c-list-basic-01
    li
    .num {
    width: 4.427083333333334vw;
  }
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item-wrapper.declaration
  .c-list-basic-01
  li
  .text {
  margin-left: 1.603206412825651%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item-wrapper.declaration
    .c-list-basic-01
    li
    .text {
    margin-left: 1.041666666666667vw;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item {
    border-radius: 5.208333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item {
    padding-top: 18px;
    padding-bottom: 30px;
    padding-left: 5.208333333333334vw;
    padding-right: 5.208333333333334vw;
  }
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item:not(:first-child) {
    margin-top: 24px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item.green {
  border: solid 2px #007a4c;
  box-sizing: border-box;
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item.gray {
  background-color: #f4f6f7;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item.strategy {
    grid-row: 2/4;
    margin-top: 20px;
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 8.348794063079776%;
    padding-right: 8.348794063079776%;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item.strategy .hdg {
  text-align: center;
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item.strategy
  .border {
  margin-top: 18px;
}
.smp-b-reboot-01
  .b-reboot-roadmap-05
  .philosophy-list
  .item.strategy
  .figure {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-roadmap-05
    .philosophy-list
    .item.strategy
    .figure {
    margin-top: 30px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item .hdg {
  font-size: 150%;
  font-weight: 500;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item .hdg {
    font-size: 125%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item .hdg {
    min-width: 75px;
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item .hdg {
    font-size: 113%;
    text-align: center;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item .border {
  display: block;
  height: 2px;
  margin: 0;
  background-image: radial-gradient(
    circle closest-side,
    #007a4c,
    #007a4c 99.9%,
    rgba(255, 255, 255, 0)
  );
  background-size: 5px 2px;
  border: none;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-roadmap-05 .philosophy-list .item .border {
    margin-top: 18px;
  }
}
.smp-b-reboot-01 .b-reboot-roadmap-05 .c-lyt-media-02 {
  position: relative;
}
.smp-b-reboot-01 .b-reboot-vision-01 {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-vision-01 {
    padding-bottom: 24px;
  }
}
.smp-b-reboot-01 .b-reboot-vision-01 .title {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-vision-01 .c-doc-plain-01 {
    font-size: 100%;
    font-weight: 500;
    line-height: 1.9;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 {
  padding: 120px 0;
  background-color: #f4f6f7;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-vision-02 {
    padding: 60px 0;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-vision-02 .hdg {
  margin-top: 58px;
  color: #007a4c;
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .hdg {
    margin-top: 65px;
    font-size: 150%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .description {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .fig-approach {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 2.702702702702703%;
    column-gap: 2.702702702702703%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-approach {
    width: 54.41441441441441%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li:nth-child(n + 3) {
    margin-top: 25px;
  }
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-approach
  li
  .box-title-01 {
  font-size: 113%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .box-title-01 {
    display: flex;
    height: 100px;
    padding-left: 6.849315068493151%;
    padding-right: 6.849315068493151%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1301px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .box-title-01 {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .box-title-01 {
    height: auto;
    font-size: 100%;
  }
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .c-box-content-01-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .c-box-content-01-inner {
    display: flex;
    padding-right: 3.645833333333333vw;
    align-items: center;
    justify-content: space-between;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-approach li .image {
  width: 51.01010101010101%;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .image {
    width: 18.229166666666664vw;
    min-width: 18.229166666666664vw;
    order: 2;
  }
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-approach
  li
  .c-doc-plain-01 {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .c-doc-plain-01 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-approach
    li
    .c-doc-plain-01 {
    font-size: 100%;
    font-weight: 500;
    line-height: 1.6;
    order: 1;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .fig-cross {
  display: flex;
  position: relative;
  width: 4.144144144144144%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .fig-cross {
    height: 11.979166666666668vw;
    width: 11.979166666666668vw;
    margin: 30px auto;
  }
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .fig-cross
  .fig-cross__line {
  position: absolute;
  height: 2px;
  width: 141.30434782608694%;
  background-color: #2c3b3a;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .fig-cross
    .fig-cross__line {
    width: 17.1875vw;
  }
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .fig-cross
  .fig-cross__line:nth-child(1) {
  transform: rotate(45deg);
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .fig-cross
  .fig-cross__line:nth-child(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area {
    width: 36.21621621621622%;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li {
  width: 100%;
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li {
    width: auto;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li + li {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li + li {
    margin-top: 20px;
  }
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-area
  li
  .box-title-01 {
  font-size: 107%;
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-area
  li
  .c-box-content-01-inner {
  padding-top: 11px;
  padding-bottom: 23px;
}
@media screen and (max-width: 1065px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-area
    li
    .c-box-content-01-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-area
    li
    .c-box-content-01-inner {
    padding-left: 3.645833333333333vw;
    padding-right: 3.645833333333333vw;
  }
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-area
  li
  .c-box-content-01-inner
  .c-list-bullet-01 {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-area
    li
    .c-box-content-01-inner
    .c-list-bullet-01 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-vision-02
    .fig-approach
    .list-area
    li
    .c-box-content-01-inner
    .c-list-bullet-01
    li {
    width: auto;
  }
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li.psychiatry {
  border-color: #e4f1de;
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-area
  li.psychiatry
  .box-title-01 {
  color: #007a4c;
  background-color: #e4f1de;
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li.oncology {
  border-color: #f6ccaf;
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-area
  li.oncology
  .box-title-01 {
  color: #c35e23;
  background-color: #f6ccaf;
}
.smp-b-reboot-01 .b-reboot-vision-02 .fig-approach .list-area li.other {
  border-color: #f8ecb9;
}
.smp-b-reboot-01
  .b-reboot-vision-02
  .fig-approach
  .list-area
  li.other
  .box-title-01 {
  color: #a3913f;
  background-color: #f8ecb9;
}
.smp-b-reboot-01 .b-reboot-financial-goals-01 {
  padding-bottom: 90px;
}
.smp-b-reboot-01 .b-reboot-financial-goals-01 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-financial-goals-01 .hdg {
  margin-top: 13px;
  color: #007a4c;
  font-size: 225%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-01 .hdg {
    margin-top: 30px;
    font-size: 150%;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-02 {
    padding: 60px 0;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-box-content-01.gray {
  background-color: #f4f6f7;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 {
  background-color: #fff;
}
.smp-b-reboot-01
  .b-reboot-financial-goals-02
  .c-tbl-data-01
  tr:first-child
  th.gray {
  border-top: solid 1px #aab0b0;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 td.hidden,
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 th.hidden {
  background-color: #f4f6f7;
  border-top: solid 2px #f4f6f7;
  border-left: solid 2px #f4f6f7;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 td.black,
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 th.black {
  background-color: #2c3b3a;
}
.smp-b-reboot-01
  .b-reboot-financial-goals-02
  .c-tbl-data-01
  td.black[rowspan],
.smp-b-reboot-01
  .b-reboot-financial-goals-02
  .c-tbl-data-01
  th.black[rowspan] {
  border-right: solid 1px #fff;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 td.gray,
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 th.gray {
  background-color: #aab0b0;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 td.light-green,
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 th.light-green {
  background-color: rgba(0, 122, 76, 0.2);
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 tbody {
  border-top-color: #f4f6f7;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 th {
  border-left-color: #f4f6f7;
}
.smp-b-reboot-01 .b-reboot-financial-goals-02 .c-tbl-data-01 td {
  border-bottom-color: #f4f6f7;
  border-left-color: #f4f6f7;
  border-right-color: #f4f6f7;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01
    .b-reboot-financial-goals-02
    .c-tbl-data-01._bs
    tbody
    th.short {
    width: 31.53153153153153%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-02 .box-split-dot .name {
    width: 20.72072072072072%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-02 .box-split-dot .name {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-02 .box-split-dot .border {
    margin-right: 3.063063063063063%;
  }
  .smp-b-reboot-01 .b-reboot-financial-goals-02 .box-split-dot .border.large {
    height: 89px;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-02 .box-split-dot .value {
    display: flex;
    width: 76.3963963963964%;
    align-items: center;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-03 {
  padding: 120px 0;
  background-color: #f4f6f7;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-03 {
    padding: 60px 0;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-03 .title {
  font-size: 200%;
  font-weight: 700;
}
.smp-b-reboot-01 .b-reboot-financial-goals-03 .c-box-content-01 {
  z-index: auto;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-03 .c-lyt-media-02 {
    width: 86.66666666666666%;
    margin: 0 auto;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-03 .js-expandmodal-open {
  position: relative;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-03 .js-expandmodal-open .label {
    display: none;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-04 {
    padding: 60px 0;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 .title {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-04 .c-doc-plain-01 {
    font-size: 100%;
    line-height: 1.9;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 .c-box-content-01 {
  z-index: auto;
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 .c-box-content-01.gray {
  background-color: #f4f6f7;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-04 .c-lyt-media-02 {
    width: 86.66666666666666%;
    margin: 0 auto;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 .js-expandmodal-open {
  position: relative;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-financial-goals-04 .js-expandmodal-open .label {
    display: none;
  }
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 .c-list-notes-02 {
  display: inline-block;
}
.smp-b-reboot-01 .b-reboot-financial-goals-04 .c-list-notes-02 li {
  text-align: left;
}
.smp-b-reboot-01 .b-reboot-related-01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .b-reboot-related-01 {
    padding-top: 90px;
    background-color: rgba(225, 229, 232, 0.2);
  }
}
.smp-b-reboot-01 .b-reboot-related-01 .related-contents {
  position: relative;
  padding-bottom: 123px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-related-01 .related-contents .l-inner-01 {
    width: 97.39583333333334vw;
    padding: 15.625vw 5.46875vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 2px 5px 18px -5px #d1d1d1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .smp-b-reboot-01 .b-reboot-related-01 .related-contents .l-inner-01 {
    border-radius: 5.208333333333334vw;
  }
}
.smp-b-reboot-01 .b-reboot-related-01 .related-contents .m-panel-nav-list-02 {
  margin-top: 35px;
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02 {
  height: 260px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-related-01
    .related-contents
    .m-panel-nav-list-02
    .c-img-wrap-02 {
    height: 148px;
    min-height: 148px;
  }
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02::before {
  transition: transform 0.4s;
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02._roadmap::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/thumb-reboot-roadmap-01.webp);
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02._vision::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/thumb-reboot-vision-01.webp);
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02._financial-goals::before {
  background-image: url(/profile/mid-term-business-plan/assets/img/thumb-reboot-financial-goals-01.webp);
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02:hover::before {
  transform: scale(1.05);
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02
  .text-box {
  left: 0;
  width: 100%;
  text-align: center;
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02
  .text-box
  .sub {
  display: block;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-related-01
    .related-contents
    .m-panel-nav-list-02
    .c-img-wrap-02
    .text-box
    .sub {
    font-size: 88%;
  }
}
.smp-b-reboot-01
  .b-reboot-related-01
  .related-contents
  .m-panel-nav-list-02
  .c-img-wrap-02
  .text-box
  .main {
  display: block;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01
    .b-reboot-related-01
    .related-contents
    .m-panel-nav-list-02
    .c-img-wrap-02
    .text-box
    .main {
    font-size: 125%;
  }
}
.smp-b-reboot-01 .b-reboot-related-01 .link-top-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(/profile/mid-term-business-plan/assets/img/bg-related-01.webp)
    no-repeat 0 0;
  background-size: cover;
}
.smp-b-reboot-01 .b-reboot-related-01 .link-top-wrapper .c-btn-list-01 {
  margin-top: 0;
}
.smp-b-reboot-01
  .b-reboot-related-01
  .link-top-wrapper
  .c-btn-01:not(:hover) {
  color: #007a4c;
}
.smp-b-reboot-01
  .b-reboot-related-01
  .link-top-wrapper
  .c-btn-01:not(:hover)::after {
  background-image: url(/assets/img/icon-arrow-right-green.svg);
}
.smp-b-reboot-01 .b-reboot-related-01 .link-top-wrapper .c-btn-01 .sub {
  display: block;
  font-size: 75%;
  font-weight: 500;
}
.smp-b-reboot-01 .b-reboot-related-01 .link-top-wrapper .c-btn-01 .main {
  display: block;
  margin-top: 2px;
  font-size: 100%;
  font-weight: 500;
}
.smp-b-reboot-01 .label-black {
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 18px 11px;
  color: #fff;
  font-size: 100%;
  border-radius: 5px;
  background-color: #2c3b3a;
}
.smp-b-reboot-01 .border-green {
  border: solid 2px #007a4c;
  box-sizing: border-box;
}
.smp-b-reboot-01 .box-title-01.short {
  display: inline-block;
  padding: 6px 24px;
  font-size: 188%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .box-title-01.short {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 125%;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .box-split-dot .c-box-content-01-inner {
    display: flex;
    justify-content: center;
  }
}
.smp-b-reboot-01 .box-split-dot .c-box-content-01-inner * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .box-split-dot .name {
    display: flex;
    align-items: center;
  }
}
.smp-b-reboot-01 .box-split-dot .border {
  display: block;
  width: 2px;
  min-width: 2px;
  background-image: radial-gradient(
    circle closest-side,
    #007a4c,
    #007a4c 99.9%,
    rgba(255, 255, 255, 0)
  );
  background-size: 2px 5px;
  border: none;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .box-split-dot .border {
    height: 2px;
    width: 100%;
    margin-top: 16px;
    background-size: 5px 2px;
  }
}
.smp-b-reboot-01 .tab-list li {
  margin-right: 2.828618968386024%;
  margin-bottom: 0;
  padding-top: 13px;
  width: 31.44758735440932%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  float: left;
  cursor: pointer;
  text-align: center;
  background-color: #e4e8ea;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 88%;
  transition-property: all;
  transition-duration: 0.2s;
}
@media screen and (max-width: 1203px) {
  .smp-b-reboot-01 .tab-list li {
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .tab-list li {
    margin-right: 0;
    margin-bottom: 6.25vw;
    float: none;
    padding-top: 3.385416666666667vw;
    width: 100%;
    height: 13.020833333333334vw;
    font-size: 4.166666666666666vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
  }
}
.smp-b-reboot-01 .tab-list li.select,
.smp-b-reboot-01 .tab-list li:active,
.smp-b-reboot-01 .tab-list li:focus,
.smp-b-reboot-01 .tab-list li:hover {
  background-color: #fff;
  box-shadow: 8px -6px 10px -5px #f1f1f1;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .tab-list li.select,
  .smp-b-reboot-01 .tab-list li:active,
  .smp-b-reboot-01 .tab-list li:focus,
  .smp-b-reboot-01 .tab-list li:hover {
    box-shadow: 2px 5px 18px -5px #d1d1d1;
  }
}
.smp-b-reboot-01 .tab-list li.select .num,
.smp-b-reboot-01 .tab-list li:active .num,
.smp-b-reboot-01 .tab-list li:focus .num,
.smp-b-reboot-01 .tab-list li:hover .num {
  color: #fff;
  background-color: #007a4c;
}
.smp-b-reboot-01 .tab-list li:last-child {
  margin-right: 0;
}
.smp-b-reboot-01 .tab-list li:after {
  position: absolute;
  top: 18px;
  right: 30px;
  display: block;
  content: "";
  width: 12px;
  height: 17px;
  background: url(/assets/img/icon-arrow-btm-04.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .tab-list li:after {
    top: 4.6875vw;
    right: 9.114583333333332vw;
    width: 3.125vw;
    height: 4.427083333333334vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .smp-b-reboot-01 .tab-list li {
    border-radius: 2.604166666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .smp-b-reboot-01 .tab-list.tab-2 li {
    width: 48.58569051580699%;
  }
}
.smp-b-reboot-01 .tab-contents {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 2px 5px 18px -5px #d1d1d1;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .tab-contents {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 2px 5px 18px -5px #d1d1d1;
  }
}
.smp-b-reboot-01 .tab-contents .content {
  padding: 45px 45px;
}
@media screen and (max-width: 768px) {
  .smp-b-reboot-01 .tab-contents .content {
    padding-top: 11.71875vw;
    padding-right: 5.208333333333334vw;
    padding-bottom: 11.71875vw;
    padding-left: 5.208333333333334vw;
  }
}
.smp-b-reboot-01 .tab-contents .content.hide {
  display: none;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .smp-b-reboot-01 .tab-contents {
    border-radius: 5.208333333333334vw;
  }
}
