.u-title {
  text-align: center;
  margin-bottom: 40px;
}
.u-title .u-title__sub {
  display: inline-block;
  font-size: 4rem;
  font-family: "Roboto";
  font-weight: bold;
  position: relative;
  padding: 0 40px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.u-title .u-title__sub::before {
  content: "";
  position: absolute;
  background: url("../../svg/title_line.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
}
.u-title .u-title__sub::after {
  content: "";
  position: absolute;
  background: url("../../svg/title_line.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .u-title .u-title__sub {
    font-size: 5rem;
    line-height: 0.9;
  }
}
.u-title .u-title__main {
  color: #00a651;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.title-st1::before {
  content: "";
  position: absolute;
  background: url("../../svg/i_flow_01.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 3px;
  width: 48px;
  height: 52px;
  display: block;
  margin: auto;
}

.title-st2::before {
  content: "";
  position: absolute;
  background: url("../../svg/i_flow_02.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 3px;
  width: 48px;
  height: 52px;
  display: block;
  margin: auto;
}

.title-st3::before {
  content: "";
  position: absolute;
  background: url("../../svg/i_flow_03.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 3px;
  width: 48px;
  height: 52px;
  display: block;
  margin: auto;
}

.title-st4::before {
  content: "";
  position: absolute;
  background: url("../../svg/i_flow_04.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 3px;
  width: 48px;
  height: 52px;
  display: block;
  margin: auto;
}

.title-st5::before {
  content: "";
  position: absolute;
  background: url("../../svg/i_flow_05.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 3px;
  width: 48px;
  height: 52px;
  display: block;
  margin: auto;
}

.u-box-project__text {
  position: absolute;
  color: #fff;
  background-color: #00a651;
  padding: 10px 16px;
}
.u-box-project__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #00a651), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #00a651 50%, transparent 50%);
}

.main-visual {
  margin-top: 50px;
}
@media print, screen and (min-width: 1160px) {
  .main-visual {
    margin-top: 64px;
  }
}
.main-visual .main-visual__wrap {
  position: relative;
  background: url("../../images/SP/p_mainv_sp.jpg") no-repeat center;
  width: 100%;
  height: calc(300px + 100vw);
  max-height: 1045px;
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .main-visual .main-visual__wrap {
    height: 678px;
    background: url("../../images/PC/p_mainv_pc2.jpg") no-repeat center;
    background-size: 1402px 678px;
    background-position: center center;
  }
  .main-visual .main-visual__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% + 700px); /* 白いラインの修正 */
    width: 100%;
    height: 100%;
    background-color: #000043;
  }
  .main-visual .main-visual__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% + 701px);
    width: 100%;
    height: 100%;
    background: url("../../images/PC/bg_mainv_pc.jpg") repeat-x left;
  }
}
.main-visual .main-visual__wrap .main-visual__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .main-visual .main-visual__wrap .main-visual__inner {
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
    padding: 200px 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: calc(100% - 60px);
  }
}
.main-visual .main-visual__wrap .main-visual__inner .main-visual__title {
  margin-top: 65px;
  margin-bottom: 40px;
}
.main-visual .main-visual__wrap .main-visual__inner .main-visual__title > img {
  width: 100%;
  max-width: 302px;
}
@media print, screen and (min-width: 1160px) {
  .main-visual .main-visual__wrap .main-visual__inner .main-visual__title > img {
    max-width: none;
    width: 540px;
    height: 120px;
  }
}
.main-visual .main-visual__wrap .main-visual__inner .main-visual__text {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.77;
}
@media print, screen and (min-width: 1160px) {
  .main-visual .main-visual__wrap .main-visual__inner .main-visual__text {
    font-size: 2.4rem;
  }
}

.u-box-about {
  padding-top: 80px;
  position: relative;
  z-index: 5;
}
.u-box-about::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 0;
  right: calc(50% - 187px);
  width: 100%;
  height: 200%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  background-color: #e2f1f7;
  z-index: -10;
}
@media print, screen and (min-width: 768px) {
  .u-box-about::before {
    right: calc(50% + 82px);
  }
}
@media print, screen and (min-width: 1160px) {
  .u-box-about::before {
    right: calc(50% + 82px);
  }
}
.u-box-about::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  bottom: 0;
  left: calc(50%);
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  background-color: #a8f0d4;
  z-index: -10;
}
@media print, screen and (min-width: 1160px) {
  .u-box-about::after {
    left: calc(50% + 385px);
  }
}
.u-box-about .u-box-about__inner {
  padding-bottom: 120px;
}
@media print, screen and (min-width: 1160px) {
  .u-box-about .u-box-about__inner .u-box-about__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title {
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1160px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title {
    margin-right: 20px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title {
    text-align: center;
  }
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1160px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title {
    text-align: left;
  }
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title .u-title__sub {
  display: inline-block;
  font-size: 4rem;
  font-family: "Roboto";
  font-weight: bold;
  position: relative;
  padding: 0 40px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  color:#000043;
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title .u-title__sub::before {
  content: "";
  position: absolute;
  background: url("../../svg/title_line.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title .u-title__sub::after {
  content: "";
  position: absolute;
  background: url("../../svg/title_line.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title .u-title__sub {
    font-size: 5rem;
    line-height: 0.9;
  }
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-title .u-title__main {
  color: #00a651;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-text {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__title .u-text {
    display: inline-block;
  }
}
.u-box-about .u-box-about__inner .u-box-about__content .u-box-about__image {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__image > img {
    width: 520px;
    height: 363px;
  }
}
@media print, screen and (min-width: 1160px) {
  .u-box-about .u-box-about__inner .u-box-about__content .u-box-about__image {
    margin-left: 20px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.project-inner {
  position: relative;
  z-index: 10;
  padding-top: 40px;
}
.project-inner::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: -40px;
  left: calc(50% + 23px);
  width: 485%;
  height: calc(100% + 40px);
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  background-color: #54CB92;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .project-inner::after {
    width: 200%;
  }
}
@media print, screen and (min-width: 1160px) {
  .project-inner::after {
    left: calc(50% + 407px);
    width: 78%;
  }
}
.project-inner .u-box-project {
  position: relative;
  background-color: #000043;
}
.project-inner .u-box-project::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/PC/bg_pattern_02.png") no-repeat;
  background-size: 100% auto;
  width: 377px;
  height: 344px;
  margin: auto;
  top: -110px;
  left: -130px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .project-inner .u-box-project::after {
    top: 80px;
    left: -20px;
    width: 753px;
    height: 647px;
  }
}
.project-inner .u-box-project::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 0;
  right: calc(50% + 485px);
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  background-color: #e2f1f7;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .project-inner .u-box-project::before {
    right: calc(50% + 551px);
  }
}
@media print, screen and (min-width: 1160px) {
  .project-inner .u-box-project::before {
    right: calc(50% + 429px);
  }
}
.project-inner .u-box-project .plexus1::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/PC/bg_pattern_02.png") no-repeat;
  background-size: 100% auto;
  width: 600px;
  height: 600px;
  margin: auto;
  top: 40%;
  right: -8px;
  z-index: 2;
}
.project-inner .u-box-project .plexus1::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/PC/bg_pattern_02.png") no-repeat;
  background-size: 100% auto;
  width: 600px;
  height: 600px;
  margin: auto;
  top: 60%;
  left: -8px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
.project-inner .u-box-project .plexus2::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/images/PC/bg_pattern_02.png") no-repeat;
  background-size: 100% auto;
  width: 600px;
  height: 600px;
  margin: auto;
  bottom: 0;
  right: -8px;
}
.project-inner .u-box-project .u-box-project__inner {
  color: #fff;
  position: relative;
  z-index: 10;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__content {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .project-inner .u-box-project .u-box-project__inner .u-box-project__content {
    text-align: center;
  }
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__content .u-box-project__title {
  padding-top: 80px;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__content .u-text {
  margin-bottom: 40px;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__content .u-text__data {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .project-inner .u-box-project .u-box-project__inner .u-box-project__content .u-text__data {
    font-size: 2rem;
  }
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__content .m-btn-conf {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .project-inner .u-box-project .u-box-project__inner .u-box-project__content .m-btn-conf {
    width: 250px;
  }
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list {
  padding-bottom: 120px;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items {
  margin-bottom: 40px;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items:last-child {
  margin-bottom: 120px;
}
@media print, screen and (min-width: 768px) {
  .project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items:nth-child(2n+1) {
    margin-top: 25px;
  }
  .project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items:nth-child(2n) {
    margin-top: 25px;
  }
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item {
  display: block;
  background-color: #fff;
  cursor: pointer;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__thumbnail {
  position: relative;
  overflow: hidden;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__thumbnail .u-box-project__text {
  position: absolute;
  color: #000;
  background-color: #00a651;
  padding: 10px 16px;
  z-index: 10;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__thumbnail .u-box-project__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #00a651), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #00a651 50%, transparent 50%);
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__thumbnail .u-box-project__text-end {
  position: absolute;
  color: #000;
  background-color: #A5A5AF;
  padding: 10px 16px;
  z-index: 10;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__thumbnail .u-box-project__text-end::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #A5A5AF), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #A5A5AF 50%, transparent 50%);
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__thumbnail .u-box-project__image {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 250px; /* 高さを調整 */
  object-fit: cover;
  object-position: center;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__text-inner {
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__text-inner .u-box-project__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.75;
  padding-right: 28px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__text-inner .u-box-project__title::after {
  content: "";
  position: absolute;
  background: url("../../svg/i_btn_arrow_hov.svg") no-repeat center;
  background-size: 100% auto;
  top: 0;
  right: 0;
  bottom: 3px;
  width: 8px;
  height: 15px;
  display: block;
  margin: auto;
}
.project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item .u-box-project__text-inner .u-text__content {
  margin-bottom: 20px;
}
[data-whatinput=keyboard] .project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item:focus .u-box-project__thumbnail .u-box-project__image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
[data-whatinput=keyboard] .project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item:focus .u-box-project__text-inner .u-box-project__title {
  color: #00a651;
}
@media print, screen and (min-width: 1160px) {
  .project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item:hover .u-box-project__thumbnail .u-box-project__image {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .project-inner .u-box-project .u-box-project__inner .u-box-project__list .u-box-project__list-items .u-box-project__list-item:hover .u-box-project__text-inner .u-box-project__title {
    color: #00a651;
  }
}

.shape-inner {
  position: relative;
  z-index: 10;
}
.shape-inner::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: -55px;
  right: 50%;
  width: 200%;
  height: calc(100% + 40px);
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  background-color: #e2f1f7;
  z-index: -1;
}
.shape-inner .plexus3::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/PC/bg_pattern_03.png") no-repeat;
  background-size: 100% auto;
  width: 400px;
  height: 400px;
  margin: auto;
  right: 0;
  top: 35%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .plexus3::after {
    top: 30%;
    width: 503px;
    height: 857px;
    z-index: 20;
  }
}
.shape-inner .u-box-sche .u-box-sche__inner {
  padding-top: 120px;
  margin-bottom: 80px;
}
#schedule .u-box-sche__inner .u-box-project__title .u-title .u-title__sub,#flow .u-box-project__title .u-title .u-title__sub{
  color:#000043
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-sche .u-box-sche__inner {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 40px;
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  border-bottom: #000043 solid 1px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item:last-child {
  margin-bottom: 0;
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item::before {
  content: "";
  background-color: #00a651;
  position: absolute;
  height: 2px;
  width: 100px;
  left: 0;
  bottom: -1.5px;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item::before {
    width: 38%;
  }
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-list-sche__data {
  color: #000043;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-list-sche__data {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #00a651;
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a:visited {
  color: #00a651;
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a.m-btn-common {
  text-decoration: none;
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
[data-whatinput=keyboard] .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a:focus {
  text-decoration: none;
}
[data-whatinput=keyboard] .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a:focus img {
  opacity: 0.75;
}
@media print, screen and (min-width: 1160px) {
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a:hover {
    text-decoration: none;
  }
  .shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-list-sche .u-list-sche__item .u-text a:hover img {
    opacity: 0.75;
  }
}
.shape-inner .u-box-sche .u-box-sche__inner .u-box-sche__content .u-box-sche__image {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding-right: 60px;
}
.shape-inner .u-box-flow {
  position: relative;
  z-index: 10;
}
.shape-inner .u-box-flow .plexus4::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/PC/bg_pattern_03.png") no-repeat;
  background-size: 100% auto;
  width: 300px;
  height: 300px;
  margin: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .plexus4::after {
    top: 60%;
    width: 503px;
    height: 797px;
    z-index: 0;
  }
}
.shape-inner .u-box-flow::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  background-color: #e2f1f7;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    top: -100px;
    right: calc(50% - 115px);
    width: 100%;
    height: calc(100% + 100px);
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
    background-color: #fff;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1160px) {
  .shape-inner .u-box-flow::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    top: -100px;
    right: calc(50% - 115px);
    width: 56%;
    height: calc(100% + 100px);
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
    background-color: #fff;
    z-index: -1;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner {
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items {
  position: relative;
  padding-bottom: 84px;
  margin-bottom: 30px;
}
.u-list-flow__item .u-list-flow__inner .u-list-flow__title {
  color:#ffffff;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items {
    padding-bottom: 35px;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 30px;
  background: url("../../svg/flow_arrow.svg") no-repeat center;
  background-size: 100% auto;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items::before {
    right: auto;
    left: 15%;
    width: 30px;
    height: 20px;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items:last-child::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #00a651;
  padding: 25px 17px;
  z-index: 10;
  min-width: 250px;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    margin-top: calc(0% - 15px);
    margin-bottom: 15px;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 70px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #00a651), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #00a651 50%, transparent 50%);
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner .u-list-flow__title {
  position: relative;
  padding-left: 70px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner .u-list-flow__title {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner .u-list-flow__title .u-text {
    font-size: 2.4rem;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner .u-list-flow__title .u-title {
  margin: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__inner .u-list-flow__title .u-title {
    font-size: 1.6rem;
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__text {
  display: inline-block;
  background-color: #000043;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 30px 16px;
  position: relative;
}
.shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #000043;
}
@media print, screen and (min-width: 768px) {
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__text {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    margin-left: 35px;
    margin-bottom: calc(0% - 15px);
    margin-top: 15px;
  }
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__text::before {
    content: none;
  }
  .shape-inner .u-box-flow .u-box-flow__inner .u-box-flow__step .u-list-flow__items .u-list-flow__item .u-list-flow__text::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 70px;
    height: 100%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #000043), color-stop(50%, transparent));
    background: linear-gradient(to top left, #000043 50%, transparent 50%);
  }
}
.shape-inner .u-box-flow .u-box-flow__inner .m-btn-conf {
  margin-bottom: 20px;
}
