@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Damion&family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;500;600;700;900&display=swap");
#titlearea .pagetitle {
  background-image: url("../flow/img/main.jpg");
}

.lead {
  text-align: center;
}
.lead > p {
  font-size: 17px;
  font-weight: 400;
}

.step {
  margin-bottom: 60px;
}
.step .item {
  padding: 50px 0;
}
.step .item:nth-of-type(even) {
  background-color: rgba(0, 125, 195, 0.05);
}
.step .item:nth-of-type(even) .wrapper {
  flex-direction: row-reverse;
}
.step .item:nth-of-type(even) .ph {
  padding: 0 40px 0 0;
}
.step .item .wrapper {
  max-width: 1200px;
  display: flex;
}
.step .item dl {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.step .item dl dt {
  color: #007DC3;
  font-size: 22px;
  font-weight: 900;
  padding: 20px 20px 10px;
}
.step .item dl dt span {
  display: inline-block;
  opacity: .1;
  margin-right: 15px;
  font-family: "Damion", cursive;
  font-size: 70px;
  line-height: 1;
}
.step .item dl dd {
  padding: 0 20px 25px;
}
.step .item dl dd + dt {
  border-top: 1px solid rgba(0, 125, 195, 0.2);
  padding: 30px 20px 10px;
}
.step .item dl dd .text {
  font-weight: 400;
  font-size: 17px;
}
.step .item dl dd .link {
  margin-top: 15px;
  text-align: right;
}
.step .item dl dd .link a {
  display: inline-block;
  background-color: #F99F3E;
  line-height: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 0 30px;
  font-weight: bold;
  color: #FFF;
}
.step .item dl dd .link a::after {
  content: "\f08e";
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
}
.step .item dl dd .link a:hover {
  background-color: rgba(249, 159, 62, 0.7);
}
.step .item .ph {
  flex-shrink: 0;
  width: 400px;
  padding-left: 40px;
  display: flex;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .step .item:nth-of-type(even) .ph {
    padding: 0 30px 0 0;
  }
  .step .item dl dt {
    font-size: 21px;
  }
  .step .item dl dt span {
    font-size: 56px;
  }
  .step .item .ph {
    width: 38%;
    padding-left: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .lead > p {
    font-size: 16px;
  }

  .step {
    margin-bottom: 40px;
  }
  .step .item {
    padding: 40px 0;
  }
  .step .item:nth-of-type(even) .ph {
    padding: 0;
    margin: 0 auto;
  }
  .step .item .wrapper {
    display: block;
  }
  .step .item dl {
    width: 100%;
  }
  .step .item dl dt {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .step .item dl dt span {
    display: block;
  }
  .step .item dl dd .text {
    font-size: 16px;
  }
  .step .item dl dd .link {
    text-align: center;
  }
  .step .item .ph {
    max-width: 300px;
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .lead {
    text-align: justify;
  }
  .lead > p br {
    display: none;
  }

  .step {
    margin-bottom: 30px;
  }
  .step .item {
    padding: 15px 0 25px;
  }
  .step .item dl dt {
    font-size: 18px;
    padding: 20px 15px 10px;
  }
  .step .item dl dt span {
    font-size: 40px;
  }
  .step .item dl dd {
    text-align: justify;
  }
  .step .item dl dd br {
    display: none;
  }
  .step .item dl dd .link a {
    font-size: 15px;
    line-height: 34px;
  }
  .step .item dl dd .link a::after {
    margin-left: 7px;
    vertical-align: 2px;
    font-size: 14px;
  }
  .step .item .ph {
    height: auto;
  }
}
