@charset "UTF-8";
/* CSS Document */
/* ---------- PRICE ----------*/
.price {
  position: relative;
  margin-top: 100px;
  text-align: left;
}
.price-back {
  padding-top: 100px;
  overflow: hidden;
  height: 75px;
  margin-bottom: -70px;
}
.price-back h1 {
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.price-text h2 {
  font-family: Impact;
  font-size: 60px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.price-text a {
  color: #2c2c2c;
}
.price-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.price-left-line {
  display: none;
}
.price-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.price-text h3 {
  font-size: 1.8rem;
  display: inline-block;
}
.price-right-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 2px;
  background-color: #2c2c2c;
}
.price-text p {
  position: relative;
  width: 78%;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
.price-box {
  display: flex;
  flex-direction: column;
}
@media(min-width:769px){
  .price-back {
    padding-top: 400px;
    height: 130px;
    margin-bottom: -100px;
  }
  .price-back h1 {
    font-size: 25rem;
  }
  .price-text h2 {
    font-size: 10rem;
    padding-left: 100px;
    display: inline-block;
  }
  .price-left-line {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .price-second-title {
    padding-left: 14%;
  }
  .price-text h3 {
    font-size: 2.4rem;
  }
  .price-right-line {
    width: 75%;
    height: 4px;
  }
  .price-text1{
    margin-top: 40px;
  }
  .price-text p {
    font-size: 2.4rem;
    font-weight: 600;
    width: 80%;
    line-height: 4rem;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .price-box {
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
}
/* -- price-flexbox1 -- */
.price-flexbox1 {
  display: inline-block;
  width: 60%;
  background-color: #fff;
  border: 2px solid #806d61;
  box-shadow: 5px 5px 0 #EE7828;
  margin: 0 auto 40px;
  padding: 20px 10px 40px;
  position: relative;
}
.price-flexbox1-title {
  font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 1em;
  transform: translateX(-20%);
  white-space: nowrap;
}
.price-flexbox1 h4 {
  font-family: Impact;
  font-size: 2.4rem;
  width: 72%;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
  margin: 0 auto;
}
.price-flexbox1 ul {
  padding-top: 20px;
  display: inline-block;
  margin-left: 24px;
}
.price-flexbox1 ul li {
  font-size: 1.4;
  text-align: left;
}
/* -- price-flexbox2 -- */
.price-flexbox2 {
  display: inline-block;
  width: 60%;
  background-color: #fff;
  border: 2px solid #806d61;
  box-shadow: 5px 5px 0 #EE7828;
  margin: 0 auto 40px;
  padding: 20px 10px 20px;
  position: relative;
}
.price-flexbox2-title {
  font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 1em;
  transform: translateX(-20%);
  white-space: nowrap;
}
.price-flexbox2 h4 {
  font-family: Impact;
  font-size: 2.4rem;
  width: 72%;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
  margin: 0 auto;
}
.price-flexbox2 ul {
  padding-top: 20px;
  display: inline-block;
  margin-left: 24px;
}
.price-flexbox2 ul li {
  font-size: 1.4;
  text-align: left;
}
/* -- price-flexbox3 -- */
.price-flexbox3 {
  display: inline-block;
  width: 60%;
  background-color: #fff;
  border: 2px solid #806d61;
  box-shadow: 5px 5px 0 #EE7828;
  margin: 0 auto 40px;
  padding: 20px 10px 20px;
  position: relative;
}
.price-flexbox3-title {
  font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  left: 1em;
  transform: translateX(-20%);
  white-space: nowrap;
}
.price-flexbox3 h4 {
  font-family: Impact;
  font-size: 2.4rem;
  width: 72%;
  border-bottom: 2px solid #2c2c2c;
  padding-bottom: 10px;
  margin: 0 auto;
}
.price-flexbox3 ul {
  padding-top: 20px;
  display: inline-block;
  margin-left: 24px;
}
.price-flexbox3 ul li {
  font-size: 1.4;
  text-align: left;
}
@media(min-width:769px){
  .price-flexbox1 {
    width: 350px;
    padding: 40px 0;
    margin: 0;
  }
  .price-flexbox2 {
    width: 350px;
    padding: 40px 0 20px;
    max-width: 350px;
    margin: 0;
  }
  .price-flexbox3 {
    width: 350px;
    padding: 40px 0 20px 24px;
    max-width: 350px;
    margin: 0;
  }
  .price-flexbox1-title,.price-flexbox2-title,.price-flexbox3-title {
    font-size: 6rem;
  }
  .price-flexbox1 h4,.price-flexbox2 h4,.price-flexbox3 h4 {
    font-size: 3.6rem;
  }
  .price-flexbox1 ul {
    margin-top: 40px;
  }
  .price-flexbox1 ul li {
    font-size: clamp(1.6rem, calc(0.6549rem + 1.939vw),2.4rem);
    line-height: 4rem;
  }
  .price-flexbox2 ul {
    margin-top: 40px;
  }
  .price-flexbox2 ul li {
    line-height: 3rem;
  }
  .price-flexbox3 ul {
    margin-top: 40px;
  }
  .price-flexbox3 ul li {
    line-height: 3rem;
  }
}
/* ----- FLOW -----*/
.flow {
  background-image: url("../image/price.jpg");
  background-size: cover;
  background-blend-mode: lighten;
  background-position: center;
  position: relative;
  margin-top: 120px;
  padding-bottom: 20px;
}
.flow-back {
  width: 100%;
  padding-top: 60px;
  text-align: right;
  overflow: hidden;
  height: 70px;
  margin-bottom: -60px;
  position: absolute;
  top: -5%;
}
.flow-back h1 {
  width: 100%;
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.flow-text {
  text-align: right;
}
.flow-text h2 {
  font-family: Impact;
  font-size: 60px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.flow-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.flow-left-line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 55%;
  height: 2px;
  background-color: black;
}
.flow-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.flow-text h3 {
  font-size: 1.8rem;
  text-align: right;
  position: relative;
  padding-right: 40px;
}
/* ----- step list ----- */
.step {
  width: 78%;
  position: relative;
  margin: 20px auto;
  background-color: #fff;
}
.step-list {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.step-list .item {
  position: relative;
  overflow-x: inherit;
  overflow-y: hidden;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.step-list .item::before {
  content: "";
  display: block;
  width: 2px;
  height:70%;
  position: absolute;
  background-color: #EE7828;
  top: 3rem;
  left: 5rem;
}
.step-list .item7 {
  position: relative;
  overflow-x: inherit;
  overflow-y: hidden;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.step-list .item-no {
  color: #EE7828;
  width: 30%;
  font-family: Impact;
  font-size: 2rem;
  text-align: left;
}
.step-list .item-content {
  width: 70%;
  text-align: left;
}
.step-list .item-content-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.step-list .item-content-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: -0.05rem;
}
.step-detail {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  padding-bottom: 20px;
}
.step-others-list {
  position: relative;
  z-index: 1;
}
.item-others {
  position: relative;
  overflow-x: inherit;
  overflow-y: hidden;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.item-others::before {
  content: "";
  display: block;
  width: 5%;
  height:2px;
  position: absolute;
  background-color: #EE7828;
  top: 1.5rem;
  left: 8.5rem;
}
.item-others-p {
  color: #EE7828;
  width: 30%;
  font-family: Impact;
  font-size: 2rem;
  text-align: left;
  font-weight: 800;
}
.item-others-content {
  width: 70%;
  text-align: left;
}
.item-others-content-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.item-others-content-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: -0.05rem;
}
@media(min-width:769px){
  .flow {
    margin-top: 300px;
    padding-bottom: 60px;
  }
  .flow-back {
    padding-top: 100px;
    height: 140px;
    top: -8%;
  }
  .flow-back h1 {
    font-size: 25rem;
  }
  .flow-text h2 {
    font-size: 10rem;
    padding-right: 100px;
    margin-bottom: 40px;
  }
  .flow-text h3::before {
    width: 70vw;
    height: 4px;
  }
  .flow-left-line {
    width: 70%;
    height: 4px;
  }
  .flow-second-title {
    padding-right: 14%;
  }
  .flow-right-line {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 13%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .flow-text h3 {
    font-size: 2.4rem;
  } 
  .step {
    width: 74%;
    margin-top: 60px;
  }
  .step-list {
    padding-top: 60px;
  }
  .step-list .item {
    padding: 0 40px 40px 100px;
  }
  .step-list .item::before {
    left: 16rem;
  }
  .step-list .item-no{
    font-size: 2.8rem;
    width: 20%;
  }
  .step-list .item-content {
    width: 75%;
  }
  .step-list .item-content-title {
    font-size: 2.4rem;
  }
  .step-list .item-content-text {
    font-size: 1.8rem;
  }
  .step-detail {
    font-size: 2rem;
    padding-bottom: 40px;
    padding-left: 140px;
  }
  .step-list .item7 {
    padding: 0 40px 40px 100px;
  }
  .item-others {
    padding: 0 20px 60px 100px;
  }
  .item-others::before {
    left: 21.5rem;
  }
  .item-others-p {
    font-size: 2.8rem;
    width: 20%;
  }
  .item-others-content-title {
    font-size: 2.4rem;
  }
  .item-others-content-text {
    font-size: 1.8rem;
  }
}
