@charset "UTF-8";
:root {
  --flowColGap: 0;
  --flowRowGap: 0;
  --itemTopPad: 0;
  --itemRightPad: 0;
}

.pageTtlArea {
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .pageTtlArea {
    padding: 6.4545em 0 0;
    background: linear-gradient(180deg, #F0F0F0 19.5455em, #fff 19.5455em);
  }
}
@media screen and (min-width: 1440px) {
  .pageTtlArea {
    background: linear-gradient(180deg, #F0F0F0 21.5455em, #fff 21.5455em);
  }
}
.pageTtlArea__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .pageTtlArea__inner {
    width: 80.8%;
  }
}
.pageTtlArea__txtWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__txtWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
  }
}
.pageTtlArea__ttl {
  width: 123.7623762376%;
  margin: 0 -11.8811881188% 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.pageTtlArea__ttl .jp {
  margin-top: -1.3636em;
  color: #CE1177;
  font-size: 137.5%;
  font-weight: 500;
  --ls: 0.05em;
  text-align: center;
  align-self: center;
  position: relative;
  z-index: 1;
  transform: translateX(50px);
  transition: 1s;
  opacity: 0;
}
.pageTtlArea__ttl .en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 437.5%;
  font-weight: 900;
  --ls: 0;
  line-height: 1;
  transform: translateX(-50px);
  transition: 1s;
  opacity: 0;
}
.pageTtlArea__ttl.visibled .jp {
  transform: translateX(0);
  opacity: 1;
}
.pageTtlArea__ttl.visibled .en {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__ttl {
    width: 132%;
    padding-right: 1.5em;
    padding-bottom: 2.1818em;
    margin-left: -23.76%;
    position: relative;
  }
  .pageTtlArea__ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CE1177;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    animation: arc_ttl_line 1s 0.5s linear forwards;
  }
  .pageTtlArea__ttl .jp {
    margin-top: -1.7381em;
    font-size: 190.91%;
    align-self: flex-end;
  }
  .pageTtlArea__ttl .en {
    margin-left: 0;
    font-size: 568.18%;
    line-height: 1.4286;
    white-space: nowrap;
  }
  @keyframes arc_ttl_line {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
}
@media screen and (min-width: 1024px) {
  .pageTtlArea__ttl {
    margin-left: -42.86%;
  }
  .pageTtlArea__ttl .en {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .pageTtlArea__ttl .en {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .pageTtlArea__ttl .en {
    margin: -0.2em 0 0.2em 22.56%;
    font-size: 681.82%;
  }
}
.pageTtlArea__img {
  width: 125%;
  max-width: 400px;
  margin-top: 1.875em;
  overflow: hidden;
}
.pageTtlArea__img img {
  transform: scale(1.05);
  transition: 1s;
}
.pageTtlArea__img.visibled img {
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .pageTtlArea__img {
    width: 65%;
    max-width: 100%;
    margin: 11.4286em 0 0 0;
    align-self: flex-end;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtlArea__img {
    margin-top: 9.6364em;
    margin-right: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .pageTtlArea__img {
    width: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .pageTtlArea__img {
    max-width: 996px;
    margin-left: -2%;
  }
}
.pageTtlArea__introBlk {
  width: 100%;
  padding: 2.5em 0.625em 3.5625em;
  line-height: 1.5625;
  order: 1;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__introBlk {
    padding: 4.1667em 1.25em 0 0;
    margin: auto 0;
    font-size: 109.09%;
    line-height: 1.6667;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtlArea__introBlk {
    padding-top: 2.0833em;
    padding-right: 2.0833em;
  }
}
@media screen and (min-width: 1440px) {
  .pageTtlArea__introBlk {
    padding-right: 5.4167em;
  }
}
.pageTtlArea__introBlk p + p {
  margin-top: 2.8636em;
}
.pageTtlArea__introBlk p a {
  padding: 0 0.6364em 0.8182em;
  color: #CE1177;
  display: inline-block;
  position: relative;
}
.pageTtlArea__introBlk p a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CE1177;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.pageTtlArea__introBlk p a:hover::after {
  width: 0;
}
.pageTtlArea__introBlk_ttl {
  margin-bottom: 1.5625em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__introBlk_ttl {
    margin-bottom: 1.6667em;
  }
}

.secFlow {
  padding: 2.7273em 0 6.7273em;
}
@media screen and (min-width: 768px) {
  .secFlow {
    padding: 8.1818em 0 6.7273em;
  }
}
.secFlow__flowWrap {
  --flowRowGap: 40px;
  --flowColGap: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--flowRowGap) var(--flowColGap);
}
.secFlow__flowWrap_spWrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.secFlow__flowWrap_pcWrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .secFlow__flowWrap--spDisCon {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .secFlow__flowWrap {
    --flowRowGap: 100px;
    --flowColGap: 30px;
  }
  .secFlow__flowWrap--pcDisCon {
    display: contents;
  }
  .secFlow__flowWrap_spWrap {
    display: contents;
  }
  .secFlow__flowWrap_pcWrap {
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow__flowWrap {
    --flowRowGap: 140px;
    --flowColGap: 70px;
  }
}
.secFlow .flowItem {
  --itemTopPad: 10px;
  --itemRightPad: 0;
  width: 100%;
  padding: var(--itemTopPad) var(--itemRightPad) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.secFlow .flowItem::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/promng_flow_arrow.svg) center/contain no-repeat;
  display: block;
  position: absolute;
}
.secFlow .flowItem--7::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .secFlow .flowItem::after {
    bottom: calc(-1 * (var(--flowRowGap) + var(--itemTopPad)) / 2);
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem {
    --itemTopPad: 20px;
    --itemRightPad: 30px;
  }
  .secFlow .flowItem::after {
    width: 2.4545em;
    height: 2.4545em;
  }
  .secFlow .flowItem--1, .secFlow .flowItem--2, .secFlow .flowItem--5, .secFlow .flowItem--6 {
    width: calc((100% - var(--flowColGap)) / 2);
  }
  .secFlow .flowItem--5, .secFlow .flowItem--7 {
    order: 1;
  }
  .secFlow .flowItem--1::after {
    top: calc(50% + var(--itemTopPad));
    right: calc(-1 * var(--flowColGap) / 2);
    transform: translate(0, -50%) rotate(-90deg);
  }
  .secFlow .flowItem--2::after, .secFlow .flowItem--3::after, .secFlow .flowItem--6::after {
    bottom: calc(-1 * var(--flowRowGap) / 2);
    left: calc(50% - var(--itemRightPad) / 2);
    transform: translate(-50%, 50%);
  }
  .secFlow .flowItem--4::after {
    bottom: calc(-1 * var(--flowRowGap) / 2);
    right: calc(25% - var(--itemRightPad));
    transform: translate(-50%, 50%);
  }
  .secFlow .flowItem--5::after {
    top: calc(50% + var(--itemTopPad));
    left: calc(-1 * (var(--flowColGap) + var(--itemRightPad)) / 2);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (min-width: 1200px) {
  .secFlow .flowItem {
    --itemRightPad: 60px;
  }
}
.secFlow .flowItem__icon {
  width: 5em;
  height: 5em;
  background-color: #CE1177;
  border-radius: 0.625em;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__icon {
    width: 5em;
    height: 5em;
    border-radius: 0.9091em;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow .flowItem__icon {
    width: 6.1364em;
    height: 6.1364em;
  }
}
.secFlow .flowItem__box {
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 0.9091em;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__box {
    border-radius: 1.7273em;
  }
}
.secFlow .flowItem__box_ttl {
  padding: 2.5em 3.125em 1.875em 1.25em;
  border-bottom: 1px solid #CE1177;
  color: #CE1177;
  font-size: 125%;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__box_ttl {
    padding: 2.5em 1.875em 1.875em 1.25em;
    font-size: 163.64%;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow .flowItem__box_ttl {
    padding: 2.5em 3.125em 1.875em 1.25em;
  }
}
@media screen and (min-width: 1600px) {
  .secFlow .flowItem__box_ttl {
    padding: 3.6364em 2.2727em 2.2727em 0.9091em;
  }
}
.secFlow .flowItem__box_subTtl {
  width: 100%;
  padding: 0.9375em 0.625em;
  margin: 1.875em 0 0;
  background-color: #CE1177;
  color: #fff;
  font-size: 112.5%;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__box_subTtl {
    font-size: 145.45%;
    margin-bottom: 0.9375em;
  }
}
.secFlow .flowItem__box_txtWrap {
  padding: 1.875em 1.25em 2.5em 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secFlow .flowItem__box_txtWrap_inner {
  max-width: 900px;
  margin: 0 auto;
}
.secFlow .flowItem__box_txtWrap_inner--wide {
  max-width: 660px;
}
.secFlow .flowItem__box_txtWrap_inner:has(ul.pc2Col) {
  width: 100%;
}
.secFlow .flowItem__box_txtWrap ul {
  line-height: 1.7308;
}
.secFlow .flowItem__box_txtWrap ul.ls--dot li {
  padding-left: 1em;
  letter-spacing: 0.03em;
  position: relative;
}
.secFlow .flowItem__box_txtWrap ul.ls--dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.secFlow .flowItem__box_txtWrap ul.ls--square li {
  letter-spacing: 0.03em;
}
.secFlow .flowItem__box_txtWrap ul.ls--square li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.03em;
  background-color: currentColor;
  display: inline-block;
}
.secFlow .flowItem__box_txtWrap p {
  line-height: 2.0455;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__box_txtWrap {
    padding: 1.8182em 0.9091em 2.2727em 0.9091em;
    font-size: 118.18%;
  }
}
@media screen and (min-width: 1024px) {
  .secFlow .flowItem__box_txtWrap ul.pc2Col {
    width: 100%;
    display: grid;
    grid-template-columns: 15em auto;
  }
  .secFlow .flowItem__box_txtWrap ul.pc2Col li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .secFlow .flowItem__box_txtWrap ul.pc2Col li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .secFlow .flowItem__box_txtWrap ul.pc2Col li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .secFlow .flowItem__box_txtWrap ul.pc2Col li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow .flowItem__box_txtWrap {
    padding: 1.8182em 2.2727em 2.2727em 0.9091em;
  }
}
@media screen and (min-width: 1600px) {
  .secFlow .flowItem__box_txtWrap_inner--wide {
    max-width: 960px;
  }
}
.secFlow .flowItem__box_boxWrap {
  display: grid;
  grid-gap: 1.5625em;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__box_boxWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.1538em;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow .flowItem__box_boxWrap {
    grid-gap: 2.3077em;
  }
}
.secFlow .flowItem__box_box {
  width: 100%;
  padding: 30px 20px 40px;
  background-color: #fff;
  border: 2px solid #CE1177;
  font-size: 87.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secFlow .flowItem__box_box .txt--main {
  color: #CE1177;
}
.secFlow .flowItem__box_box_ttl {
  margin-bottom: 1.4063em;
  font-size: 128.57%;
  font-weight: 500;
  line-height: 1.2813;
  text-align: center;
}
.secFlow .flowItem__box_box ul {
  width: 100%;
  font-size: 100%;
}
.secFlow .flowItem__box_box ul + ul {
  margin-top: 1.9231em;
}
.secFlow .flowItem__box_box p {
  width: 100%;
  line-height: 1.3636;
}
.secFlow .flowItem__box_box p:not(:first-child) {
  margin-top: 1.5385em;
}
@media screen and (min-width: 768px) {
  .secFlow .flowItem__box_box {
    padding: 1.5385em 1.5385em 1.9231em;
    font-size: 100%;
  }
  .secFlow .flowItem__box_box_ttl {
    font-size: 123.08%;
  }
}
.secFlow .arrowBlk {
  width: 50px;
  height: 96%;
  padding: 0 10px 0 0;
  margin-left: -20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  opacity: 0;
}
.secFlow .arrowBlk img {
  flex-shrink: 0;
}
.secFlow .arrowBlk__body {
  width: 100%;
  height: calc(100% + 2px);
  margin: -1px 0;
  background: url(../img/promng_arrow-middle.svg) left top/100% repeat-y;
}
@media screen and (min-width: 768px) {
  .secFlow .arrowBlk {
    width: 100px;
    height: 96%;
    padding: 0 40px 0 10px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow .arrowBlk {
    width: 140px;
  }
}