
.p-fixedBottom {
  z-index: 3;
}
.p-aboutFlow__head {
  color: #fff;
  font-size: 40px;
  font-size: min(6.5vw, 40px);
  font-weight: bold;
  letter-spacing: .1em;
  padding: .35em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bread--footer .p-bread__list>li {
    max-width: initial;
  }
}

/* about */

.p-aboutFlow__about {
  background: #F8F2F2;
}
.p-aboutFlow__about h2 {
  background: #D57979;
  margin-top: 60px;
  margin-top: min(6vw, 60px);
}
.p-aboutFlow__about .l-container {
  padding-block: 60px;
  padding-block: min(8vw, 60px);
}
.p-aboutFlow__about h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-bottom: min(4vw, 30px);
}
.p-aboutFlow__about h3 span {
  align-items: flex-end;
  color: #000;
  display: flex;
  font-size: 37px;
  font-size: min(6.2vw, 37px);
  font-weight: bold;
  justify-content: space-between;
  letter-spacing: .15em;
  max-width: 100%;
  width: 355px;
  width: min(60vw, 355px);
}
.p-aboutFlow__about h3 span::before,
.p-aboutFlow__about h3 span::after {
  background: #D57979;
  content: '';
  display: block;
  height: 42px;
  height: min(6.5vw, 42px);
  width: 7px;
  width: min(1vw, 7px);
}
.about__capt {
  border: 2px solid #D57979;
  border-radius: 8px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: min(4.2vw, 18px);
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.75;
  margin-bottom: 45px;
  margin-bottom: min(7vw, 45px);
  padding: .9em;
  text-align: center;
}
.about__capt a {
  color: #D57979;
  font-size: 18px;
  font-size: min(4.2vw, 18px);
  font-weight: bold;
}
.about__box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(213,121,121,.25);
  margin: 0 auto 100px;
  margin-bottom: min(10vw, 100px);
  max-width: 100%;
  padding: 20px 0 30px;
  padding: min(4vw, 20px) 0 min(5vw, 30px);
  text-align: center;
  width: 630px;
}
.about__boxtitle {
  color: #D57979;
  font-size: 34px;
  font-size: min(5.5vw, 34px);
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 20px;
  margin-bottom: min(3vw, 20px);
}
.about__box a img {
  max-width: 90%;
  width: 540px;
}
.about__box a:hover img {
  opacity: .65;
} 
.about__link {
  margin-bottom: 150px;
  margin-bottom: min(8vw, 150px);
}
.about__linktitle {
  margin-bottom: 60px;
  margin-bottom: min(6vw, 60px);
  text-align: center;
}
.about__linktitle span {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 37px;
  font-size: min(5.8vw, 37px);
  font-weight: bold;
  justify-content: center;
  letter-spacing: .1em;
}
.about__linktitle span::before,
.about__linktitle span::after {
  background: #000;
  content: '';
  display: block;
  height: 1px;
  margin: 0 .5em;
  margin: 0 min(2vw, .5em);
  width: 33px;
  width: min(5vw, 33px);
}
.about__linktitle span strong {
  color: #D57979;
  font-weight: bold;
}
.about__link ul {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
.about__link ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  width: 50%;
}
.about__link ul li p {
  color: #000;
  font-size: 27px;
  font-size: min(4.2vw, 27px);
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 15px;
  margin-bottom: min(2vw, 15px);
}
.about__link ul li a {
  align-items: center;
  background: #D57979 url(/img/web/about/flow/img_about_link.png) no-repeat center right 32px / 30px auto;
  background-size: min(5vw, 30px) auto;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 34px;
  font-size: min(5.4vw, 34px);
  font-weight: bold;
  height: 87px;
  height: min(13.5vw, 87px);
  justify-content: center;
  letter-spacing: .1em;
  max-width: 100%;
  text-align: center;
  width: 455px;
  width: min(70vw, 455px);
}
.about__link ul li a:hover {
  opacity: .65;
}
.p-aboutFlow__aboutbody dl {
  border-radius: 8px;
  margin-bottom: 90px;
  margin-bottom: min(8vw, 90px);
  overflow: hidden;
}
.p-aboutFlow__aboutbody dl:nth-child(odd) {
  background: #EDCCCC;
}
.p-aboutFlow__aboutbody dl:nth-child(even) {
  background: #FAE4E4;
}
.p-aboutFlow__aboutbody dl:nth-child(odd) dt {
  background: #D57979;
}
.p-aboutFlow__aboutbody dl:nth-child(even) dt {
  background: #E39797;
}
.p-aboutFlow__aboutbody dl dt h4 {
  color: #fff;
  font-size: 37px;
  font-size: min(6.2vw, 37px);
  font-weight: bold;
  letter-spacing: .1em;
  padding: .35em;
  text-align: center;
}
.p-aboutFlow__aboutbody dl dd {
  padding: 65px 80px;
  padding: min(5vw, 65px) min(5vw, 80px);
}
.p-aboutFlow__aboutbody ol {
  padding-left: 45px;
}
.p-aboutFlow__aboutbody ol li {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-bottom: min(6vw, 60px);
  position: relative;
}
.p-aboutFlow__aboutbody ol li::before {
  border-left: 1px solid #707070;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
}
.p-aboutFlow__aboutbody ol li:last-child {
  padding-bottom: 0;
}
.p-aboutFlow__aboutbody ol li:last-child::before {
  display: none;
}
.aboutbody__step {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  height: 90px;
  justify-content: center;
  left: -45px;
  padding-top: .3em;
  position: absolute;
  width: 90px;
}
.p-aboutFlow__aboutbody dl:nth-child(odd) .aboutbody__step {
  background: #D57979;
}
.p-aboutFlow__aboutbody dl:nth-child(even) .aboutbody__step {
  background: #E39797;
}
.aboutbody__step span {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 27px;
}
.aboutbody__text {
  padding-left: 20px;
}
.aboutbody__title {
  color: #000;
  font-size: 27px;
  font-size: min(4.2vw, 27px);
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: 25px;
  margin-left: 40px;
  margin-top: 30px;
}
.aboutbody__text p {
  background: #FAF2F2;
  border-radius: 8px;
  color: #000;
  font-size: 20px;
  font-size: min(2.4vw, 20px);
  font-weight: 500;
  line-height: 1.75;
  max-width: 100%;
  padding: .6em 1em;
  width: 355px;
  width: min(40vw, 355px);
}
.aboutbody__image {
  margin-left: 20px;
  margin-left: min(3vw, 20px);
  max-width: 100%;
  width: 450px;
}
.aboutbody__image img {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(139,33,33,.16);
}
@media screen and (max-width: 1079px) {
  .about__link ul {
    flex-direction: column;
  }
  .about__link ul li {
    margin-bottom: 6vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about__capt {
    text-align: left;
  }
  .p-aboutFlow__about h3 span {
    line-height: 1;
  }
  .about__link ul li a {
    background-position: center right 5vw;
  }
  .about__linktitle span {
    white-space: nowrap;
  }
  .about__linktitle span::before {
    margin-left: 0;
  }.about__linktitle span::after {
    margin-right: 0;
  }
  .p-aboutFlow__aboutbody ol {
    padding-left: 0;
  }
  .p-aboutFlow__aboutbody ol li {
    border: 0;
    flex-direction: column;
  }
  .p-aboutFlow__aboutbody ol li::before {
    left: 7vw;
    z-index: 1;
  }
  .p-aboutFlow__aboutbody ol li:last-child::before {
    display: block;
  }
  .aboutbody__step {
    font-size: 2.6vw;
    height: 14vw;
    left: 0;
    line-height: 1;
    width: 14vw;
    z-index: 2;
  }
  .aboutbody__step span {
    font-size: 5vw;
    line-height: 1;
    margin-top: .25vw;
  }
  .aboutbody__text {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 16vw;
    width: 100%;
  }
  .aboutbody__title {
    margin-bottom: 2vw;
    margin-left: 0;
    margin-top: 3.5vw;
    width: 100%; 
  }
  .aboutbody__text p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    width: 100%; 
  }
  .aboutbody__image {
    margin-left: 0;
    position: relative;
    width: 100%;
    z-index: 2;
  }
}

/* flow */

.p-aboutFlow__flow .l-container {
  padding-bottom: 150px;
  padding-bottom: min(15vw, 150px);
  padding-top: 50px;
  padding-top: min(8vw, 50px);
}
.p-aboutFlow__flow dl {
  border-radius: 8px;
  margin: auto;
  margin-bottom: 45px;
  margin-bottom: min(4.5vw, 45px);
  max-width: 100%;
  overflow: hidden;
  width: 760px;
}
.p-aboutFlow__flow dl dt h3 {
  color: #fff;
  font-size: 34px;
  font-size: min(5.5vw, 34px);
  font-weight: bold;
  letter-spacing: .1em;
  padding: .35em;
  text-align: center;
}
.p-aboutFlow__flow dl dd {
  background: #fff;
  padding: 40px 0 60px;
}
.p-aboutFlow__flow ol {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-aboutFlow__flow ol li {
  position: relative;
}
.flow__image {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 125px;
  height: min(20vw, 125px);
  justify-content: center;
  left: -25px;
  position: absolute;
  width: 125px;
  width: min(20vw, 125px);
}
.flow__image img {
  max-height: 60%;
  max-width: 60%;
}
.flow__name {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 39px;
  display: flex;
  font-size: 22px;
  font-size: min(4vw, 22px);
  font-weight: bold;
  height: 76px;
  justify-content: center;
  margin-left: 40px;
  margin-top: 25px;
  max-width: 100%;
  letter-spacing: .1em;
  padding-left: 1em;
  width: 440px;
}
.p-aboutFlow__flow ol li::after {
  border: 16px solid transparent;
  border-top-width: 20px;
  content: '';
  display: block;
  left: 53%;
  margin-top: 32px;
  position: relative;
  top: 8px;
  width: 0;
}
.p-aboutFlow__flow ol li:last-child::after {
  display: none;
}
.flow__caution {
  border-radius: 8px;
  margin: 60px auto 0;
  margin-top: min(10vw, 60px);
  max-width: 100%;
  padding: 50px 68px;
  padding: min(5vw, 50px) min(5vw, 68px);
  text-align: center;
  width: 760px;
}
.flow__caution img {
  display: block;
  margin: auto;
}
.flow__caution h3 {
  font-size: 30px;
  font-size: min(5vw, 30px);
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 20px;
  margin-bottom: min(3vw, 20px);
}
.flow__text {
  background: rgba(255,255,255,.8);
  border-radius: 5px;
  padding: 30px 40px;
  padding: min(4vw, 30px) min(4vw, 40px);
}
.flow__text div {
  color: #000;
  font-size: 22px;
  font-size: min(4.5vw, 22px);
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 20px;
  margin-bottom: min(3vw, 20px);
  text-align: center;
}
.flow__text p {
  color: #000;
  font-size: 18px;
  font-size: min(3.8vw, 18px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: left;
}
.flow__text + .flow__title {
  margin-top: 50px;
  margin-top: min(7vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-aboutFlow__flow dl dd {
    padding: 5vw;
  }
  .p-aboutFlow__flow ol li {
    width: 100%;
  }
  .flow__image {
    height: 20vw;
    left: 0;
    width: 20vw;
  }
  .flow__image img {
    max-height: 55%;
    max-width: 55%;
  }
  .flow__name {
    border-radius: 6vw;
    height: 12vw;
    margin-left: 0;
    margin-block: 4vw;
    padding-left: 10vw;
    width: 100%;
  }
  .p-aboutFlow__flow ol li::after {
    border-width: 3vw;
    border-top-width: 3.5vw;
    margin-top: 5vw;
    top: 1vw;
  }
  .flow__title img {
    width: 12vw;
  }
}

/* rental */

.p-aboutFlow__rental {
  background: rgba(112,75,83,.12);
}
.p-aboutFlow__rental h2,
.p-aboutFlow__rental dl {
  background: #704B53;
}
.p-aboutFlow__rental .flow__image {
  background: #EEE9EA;
}
.p-aboutFlow__rental .flow__name {
  border-color: #704B53;
  color: #704B53;
}
.p-aboutFlow__rental ol li::after {
  border-top-color: #704B53;
}
.p-aboutFlow__rental .flow__caution {
  background: rgba(112,75,83,.1);
}
.p-aboutFlow__rental .flow__title {
  color: #704B53;
}

/* buy */

.p-aboutFlow__buy {
  background: rgba(205,171,97,.12);
}
.p-aboutFlow__buy h2,
.p-aboutFlow__buy dl {
  background: #CDAB61;
}
.p-aboutFlow__buy .flow__image {
  background: #F8F3E7;
}
.p-aboutFlow__buy .flow__name {
  border-color: #CDAB61;
  color: #CDAB61;
}
.p-aboutFlow__buy ol li::after {
  border-top-color: #CDAB61;
}
.p-aboutFlow__buy .flow__caution {
  background: rgba(205,171,97,.15);
}
.p-aboutFlow__buy .flow__title {
  color: #B18525;
}
