@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#flow main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #flow main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-mv {
  position: relative;
  background-color: #f4f4f4;
  display: grid;
  grid-template-columns: 35% 65%;
}
@media only screen and (max-width: 1080px) {
  .p-mv {
    grid-template-columns: 45% 55%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv {
    padding: 1px 0 2.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr;
    padding: 0;
  }
}
.p-mv__ttl-wrap {
  position: absolute;
  z-index: 1;
  margin-left: calc((100% - 1200px) / 2);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1320px) {
  .p-mv__ttl-wrap {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl-wrap {
    position: relative;
    margin: 5rem 5% 0rem;
    z-index: 2;
  }
}
.p-mv__ttl__jp {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-mv__ttl__jp {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl__jp {
    font-size: 2.3rem;
  }
}
.p-mv__txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  margin-top: 2.5rem;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 5px white;
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 1.2rem;
  }
}
.p-mv__img {
  position: relative;
  background-color: transparent;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  min-height: 47rem;
  max-height: 50rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    min-height: 40rem;
    height: 100%;
  }
}
.p-mv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 20% 0, 0 100%);
          clip-path: polygon(0 0, 20% 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mv__img::before {
    -webkit-clip-path: polygon(100% 0, 0 20%, 0 0);
            clip-path: polygon(100% 0, 0 20%, 0 0);
  }
}
.p-mv__img picture {
  height: 100%;
  width: 100%;
}
.p-mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 768px) {
  .p-mv__img img {
    -o-object-position: top;
       object-position: top;
  }
}

@media only screen and (min-width: 1200px) {
  .p-mv__img img {
    -o-object-position: top;
       object-position: top;
  }
}
.p-flow {
  border-bottom: 1px solid #D1C4C9;
}
.p-flow__movie__list {
  display: grid;
  margin-top: 8rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
}
@media only screen and (max-width: 1080px) {
  .p-flow__movie__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-flow__movie__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-flow__movie__list__item {
  background: #f4f4f4;
  padding: 3.6rem 2rem 2rem;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  align-items: flex-start;
  justify-items: center;
  vertical-align: baseline;
}
.p-flow__movie__list__item__time {
  padding: 0.75rem 2.5rem;
  position: absolute;
  border-radius: 3rem;
  color: #fff;
  background: #1a404c;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-flow__movie__list__item__time em {
  font-size: 1.5em;
  display: inline;
  line-height: 0.9;
  vertical-align: text-top;
}
.p-flow__movie__list__item__ttl {
  margin-bottom: 0.5em;
  color: #1a404c;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-flow__movie__list__item__txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .p-flow__movie__list__item__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-flow__movie__list__item__txt {
    font-size: 1.3rem;
  }
}
.p-flow__movie__list__item__ifre {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 20px;
}
.p-flow__menu {
  padding: 2rem 0;
  border-top: 1px solid #D1C4C9;
  border-bottom: 1px solid #D1C4C9;
}
@media only screen and (max-width: 768px) {
  .p-flow__menu {
    padding: 0.5rem 0;
  }
}
.p-flow__menu__list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-flow__menu__list-wrap {
    gap: 0.4rem;
    width: calc(100% - 1rem);
  }
}
.p-flow-cont {
  background-color: #f4f4f4;
  padding: 6rem 0 10rem;
  border-top: 1px solid #D1C4C9;
}
.p-flow-cont .u-container {
  max-width: 1080px;
}
.p-flow-cont-wh {
  background-color: #fff;
}
.p-flow-cont__list {
  margin-top: 6rem;
  margin-left: 5rem;
  border-left: 2px solid #6E356B;
  padding-left: 9rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-flow-cont__list {
    margin-left: 2.5rem;
    padding-left: 3.5rem;
    margin-top: 3rem;
    gap: 3.5rem;
  }
}

.p-menubtn {
  font-size: 22px;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  height: 7rem;
  gap: 1rem;
  border: 1px solid #D7D7D7;
}
@media (max-width: 768px) {
  .p-menubtn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-menubtn {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-menubtn {
    gap: 0.5rem;
    line-height: 1.3;
  }
}
.p-menubtn .c-icon {
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-menubtn .c-icon {
    width: 3rem;
    height: 3rem;
  }
}
.p-menubtn.css--active {
  background-color: #6E356B;
  color: #fff;
  font-weight: 500;
}

.p-step {
  position: relative;
}
.p-step:last-of-type::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -9.3rem;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-step:last-of-type::after {
    left: -3.7rem;
  }
}
.p-step__numb {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: -14.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-size: 2.8rem;
  color: #6E356B;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-step__numb {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-step__numb {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__numb {
    width: 5rem;
    height: 5rem;
    left: -6.1rem;
  }
}
.p-step__numb span {
  position: relative;
}
.p-step__numb::before {
  content: "";
  width: 7.4rem;
  height: 7.4rem;
  border: 2px solid #6E356B;
  transform: rotate(45deg);
  position: absolute;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-step__numb::before {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.p-step__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-step__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-step__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__ttl {
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.p-step__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-step__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-step__txt {
    font-size: 1.3rem;
  }
}
.p-step__tbl {
  background-color: #fff;
  padding: 1px 0 1px;
  margin: 3.5rem auto 2rem;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl {
    margin: 1.5rem auto 1rem;
  }
}
.p-step__tbl__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #B7A3AA;
  text-align: center;
  height: 3.5rem;
}
@media (max-width: 768px) {
  .p-step__tbl__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-step__tbl__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__ttl {
    height: unset;
    padding: 0.5rem;
    line-height: 1.3;
  }
}
.p-step__tbl__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.5rem;
  margin: 1.7rem 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 1rem;
    margin: 1rem 1.2rem 1.2rem 1rem;
  }
}
.p-step__tbl__list--tate {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: unset;
  flex-direction: column;
}
.p-step__tbl__list.obj--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list.obj--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-step__tbl__list.obj--nolist {
  display: block;
}
.p-step__tbl__list-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  height: 8rem;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list-inner {
    padding: 1rem;
    height: unset;
  }
}
.p-step__tbl__list-inner::after {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list-inner::after {
    height: 100%;
  }
}
.p-step__tbl__list-inner::before {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  background-color: #D1C4C9;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list-inner::before {
    height: 100%;
  }
}
.p-step__tbl__numb {
  z-index: 1;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-step__tbl__numb {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-step__tbl__numb {
    font-size: 1.4rem;
  }
}
.p-step__tbl__numb span {
  position: relative;
}
.p-step__tbl__numb::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  transform: rotate(45deg);
  position: absolute;
  background-color: #6E356B;
}
.p-step__tbl__txt {
  z-index: 1;
  text-align: center;
  width: 100%;
}
.p-step__tbl__txt span, .p-step__tbl__txt sup {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 768px) {
  .p-step__tbl__txt span, .p-step__tbl__txt sup {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-step__tbl__txt span, .p-step__tbl__txt sup {
    font-size: 1.3rem;
  }
}
.p-step__tbl__txt.obj--side {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__txt.obj--side {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: unset;
    padding-left: 1rem;
    gap: 0.5rem;
  }
  .p-step__tbl__txt.obj--side sup {
    text-align: left;
  }
}
.p-step__tbl__txt .obj--line {
  width: 5rem;
  height: 1px;
  background-color: #D1C4C9;
}
.p-step__box {
  height: 5rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .p-step__box {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-step__box {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__box {
    margin: 1.5rem 0;
    padding: 1rem;
    height: unset;
    line-height: 1.4;
    justify-content: flex-start;
  }
}
.p-step__point {
  background-color: rgba(34, 43, 60, 0.12);
  padding: 2rem 3rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .p-step__point {
    padding: 1rem 2rem;
    margin: 1rem 0;
  }
}
.p-step__point__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6E356B;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-step__point__ttl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-step__point__ttl {
    font-size: 1.4rem;
  }
}
.p-step__point__txt {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-step__point__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-step__point__txt {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=flow.css.map */