@charset "utf-8";

.reform-reasons {
  margin-bottom: 120px;
  padding: 80px 60px;
  padding-left: 0;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.reform-reasons:after {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  display: block;
  background-image: url(../images/ps/reform/bg_reasons.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.section-title {
  max-width: 140px;
  flex-basis: 140px;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column-reverse;
  writing-mode: vertical-lr;
  font-feature-settings: normal;
}

.reform-reasons .section-title {
  margin-top: -120px;
}

.flow-section .section-title {
  margin-top: -160px;
}

.reform-products-section .section-title {
  position: absolute;
  right: 0;
  z-index: 2;
}

.section-title .jp {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
  font-feature-settings: normal;
}

.section-title .jp span {
  white-space: nowrap;
  border-right: 1px solid rgba(0, 0, 0, 1);
}

.section-title .en {
  margin-left: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.reform-reasons-list {
  max-width: calc(100% - 140px);
  flex-basis: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.reform-reasons-list__item {
  max-width: calc((100% - (60px * 2)) / 3);
  flex-basis: calc((100% - (60px * 2)) / 3);
  color: rgba(255, 255, 255, 1);
}

.reform-reasons-list__en {
  text-align: center;
}

.reform-reasons-list__en__title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
}

.reform-reasons-list__en__num {
  margin: 0 auto;
  display: table;
  border-bottom: 4px solid rgba(255, 255, 255, 1);
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
}

.reform-reasons-list__title {
  margin: 20px 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.reform-reasons-list__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

.bg-sectipn {
  padding: 120px 60px;
  padding-left: 0;
  position: relative;
}

.bg-sectipn.reform-products-section {
  padding: 0;
}

.bg-sectipn:before {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  border-radius: 0 40px 40px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.bg-sectipn.bg-gray:before {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-sectipn.reform-products-section:before {
  display: none;
}

.scrl {
  padding: 80px 0;
  display: flex;
  position: relative;
  z-index: 0;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.build-section .scrl:before {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0 40px 40px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: all 0ms ease;
}

.scrl__wrap {
  max-width: calc(100% - 30px - 60px);
  flex-basis: calc(100% - 30px - 60px);
  /*
	position: relative;
	left: 60px;
*/
}

.scrl__main {
  width: calc(100% + 60px);
}

.scrl-nav {
  max-width: 30px;
  flex-basis: 30px;
}

.scrl-nav-list__item {
  margin-bottom: 10px;
}

.scrl-nav-list__item a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}

.bg-gray .scrl-nav-list__item a {
  background-color: rgba(24, 141, 96, 1);
}

.scrl-nav-list__item a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  box-sizing: border-box;
  transform-origin: center;
}

.scrl-nav-list__item.list-prev a:before {
  border-top: 2px solid rgba(0, 0, 0, 1);
  border-left: 2px solid rgba(0, 0, 0, 1);
  transform: rotate3d(0, 0, 1, -45deg);
}

.scrl-nav-list__item.list-next a:before {
  border-top: 2px solid rgba(0, 0, 0, 1);
  border-right: 2px solid rgba(0, 0, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg);
}

.scrl-nav-list__item.list-prev a:hover:before {
  transform: translateX(-3px) rotate3d(0, 0, 1, -45deg);
}

.scrl-nav-list__item.list-next a:hover:before {
  transform: translateX(3px) rotate3d(0, 0, 1, 45deg);
}

.bg-gray .scrl-nav-list__item.list-prev a:before {
  border-top-color: rgba(255, 255, 255, 1);
  border-left-color: rgba(255, 255, 255, 1);
}

.bg-gray .scrl-nav-list__item.list-next a:before {
  border-top-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}

.scrl-nav-list__item span {
  display: none;
}

.scrl-nav-more {
  margin-top: 20px;
  border-top: 2px dotted rgba(0, 0, 0, 1);
  border-bottom: 2px dotted rgba(0, 0, 0, 1);
}

.scrl-nav-more:first-child {
  margin-top: 0;
}

.bg-gray .scrl-nav-more {
  border-top-color: rgba(24, 141, 96, 1);
  border-bottom-color: rgba(24, 141, 96, 1);
}

.scrl-nav-more a {
  width: 100%;
  padding: 20px 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  writing-mode: vertical-lr;
  font-feature-settings: normal;
  justify-content: center;
  align-items: center;
}

.bg-gray .scrl-nav-more a {
  color: rgba(24, 141, 96, 1);
}

.scrl-nav-more a:hover {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(24, 141, 96, 1);
}

.bg-gray .scrl-nav-more a:hover {
  background-color: rgba(24, 141, 96, 1);
  color: rgba(255, 255, 255, 1);
}

.producrs-section {
  margin-bottom: 0;
}

.products {
  width: 2200px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.products__item {
  max-width: 500px;
  flex-basis: 500px;
  /* 	margin-right: 40px; */
}

.products__item a {
  text-decoration: none;
}

.products__image {
  margin-bottom: 20px;
  border-radius: 20px;
}

.products__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
}

.products__title span {
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.products__sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products__sub li {
  margin-top: 20px;
  margin-right: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.products__sub li:last-child {
  margin-right: 0;
}

.bg-sectipn.flow-section {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.bg-sectipn .section-title {
  max-width: 120px;
  flex-basis: 120px;
}

.reform-flow-list {
  max-width: calc(100% - 120px);
  flex-basis: calc(100% - 120px);
  position: relative;
  z-index: 2;
}

.reform-flow-list__item {
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(24, 141, 96, 1);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
}

.reform-flow-list__item:last-child {
  margin-bottom: 0;
}

.reform-flow-list__item:after {
  content: "";
  border: 15px solid transparent;
  border-top: 10px solid rgba(24, 141, 96, 1);
  position: absolute;
  left: calc(50% - 15px);
  bottom: -32px;
}

.reform-flow-list__item:last-child:after {
  display: none;
}

.reform-flow-list__title {
  max-width: 170px;
  flex-basis: 170px;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(24, 141, 96, 1);
  align-items: center;
}

.reform-flow-list__title .en {
  display: flex;
  align-items: center;
}

.reform-flow-list__title .en:after {
  content: "";
  width: 2px;
  height: 20px;
  margin: 0 5px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  transform: rotate3d(0, 0, 1, 30deg);
  transform-origin: center;
}

.reform-flow-list__title .icn {
  max-width: 40px;
  flex-basis: 40px;
  margin-right: 20px;
}

.reform-flow-list__text {
  max-width: calc(100% - 170px);
  flex-basis: calc(100% - 170px);
  font-size: 1.4rem;
  line-height: 1.6;
}

.reform-contact {
  max-width: 900px;
  margin: 120px auto;
  margin-bottom: 0;
}

.reform-contact a {
  height: 80px;
  display: flex;
  background-color: rgba(24, 141, 96, 1);
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
  align-items: center;
}

.reform-contact a:hover {
  background-color: rgba(24, 141, 96, 0.8);
}

@media screen and (min-width: 1621px) {
  .bg-sectipn:before,
  .reform-reasons:after {
    width: calc(100% + ((100vw - 1500px) / 2));
  }

  .scrl__main {
    width: calc(100% + ((100vw - 1500px) / 2));
  }
}

@media screen and (max-width: 1024px) {
  .bg-sectipn {
    padding: 120px 6vw;
    padding-left: 0;
  }

  .reform-reasons {
    padding-right: 6vw;
  }

  .reform-reasons__title {
    max-width: 160px;
    flex-basis: 160px;
  }

  .reform-reasons-list {
    max-width: calc(100% - 160px);
    flex-basis: calc(100% - 160px);
  }

  .reform-reasons-list__item {
    max-width: calc((100% - (30px * 2)) / 3);
    flex-basis: calc((100% - (30px * 2)) / 3);
  }

  .scrl {
    display: block;
  }

  .scrl__main {
    width: calc(100% + 12vw);
    max-width: none;
    position: relative;
    left: -6vw;
  }

  .scrl__wrap,
  .scrl-nav {
    max-width: none;
  }

  .scrl-nav-list {
    display: none;
  }

  .scrl-nav-more {
    margin: 0 auto;
    margin-top: 40px;
    display: table;
    border: 0;
    border-left: 2px dotted rgba(0, 0, 0, 1);
    border-right: 2px dotted rgba(0, 0, 0, 1);
  }

  .bg-gray .scrl-nav-more {
    border-left-color: rgba(24, 141, 96, 1);
    border-right-color: rgba(24, 141, 96, 1);
  }

  .scrl-nav-more a {
    padding: 10px 20px;
    box-sizing: border-box;
    writing-mode: inherit;
  }
}

@media screen and (max-width: 800px) {
  .reform-reasons,
  .bg-sectipn.flow-section {
    flex-direction: column;
    align-items: flex-end;
  }

  .reform-reasons .section-title .jp,
  .flow-section .section-title .jp {
    flex-direction: column-reverse;
  }

  .reform-reasons-list,
  .reform-flow-list {
    max-width: 100%;
    flex-basis: 100%;
  }

  .section-title {
    max-width: 100px;
    flex-basis: 100px;
  }

  .section-title .jp {
    font-size: 2.5rem;
  }

  .section-title .en {
    margin-left: 10px;
    font-size: 1.4rem;
  }

  .reform-reasons .section-title,
  .flow-section .section-title {
    max-width: none;
    flex-basis: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .bg-sectipn {
    padding: 80px 6vw;
    padding-left: 0;
  }

  .flow-section .section-title {
    margin-top: -120px;
  }

  .reform-reasons-list {
    display: block;
  }

  .reform-reasons-list__item {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .reform-reasons-list__item:last-child {
    margin-bottom: 0;
  }

  .reform-flow-list__item {
    padding: 20px;
    display: block;
  }

  .reform-flow-list__title,
  .reform-flow-list__text {
    max-width: none;
  }

  .reform-flow-list__title {
    margin-bottom: 10px;
  }

  .reform-contact {
    margin-top: 60px;
  }

  .reform-contact a {
    height: 60px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
}
