@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #542276 5%, #000 30%, #000 50%, #000 70%, #9e2a22 95%);
}
header a:hover {
  color: #D0A900;
}
.flow-top {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding: 200px 0 0;
  margin-top: -200px;
}
.flow-top h1 {
  font-size: 9.0rem;
  margin: 200px auto;
  color: #fff;
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  z-index: 20;
}
.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff;
}
.head-border:before {
    margin-right: 2rem;
}
 
.head-border:after {
    margin-left: 2rem;
}
.flow-image_logo {
  width: 200px;
  position: relative;
  display: flex;
  padding: 40px auto 0 40px;
  margin: 60px auto 0;
}
.flow-description {
  color: #fff;
}
.flow-description h2 {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.6rem;
  margin: 100px auto 60px;
}
.flow-description ul {
  width: 80vw;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 40px;
  font-family: "筑紫A丸ゴシック";
}
.flow-description ul li {
  list-style-type: none;
  display: flex;
  text-align: left;
  margin-bottom: 80px;
}
.flow-description_in {
  padding: 20px;
}
.flow-description ul li img {
  width: 60px;
  height: 60px;
}
.flow-description ul li h3 {
  font-size: 2.8rem;
  margin-bottom: 36px;
}
.flow-description ul li p {
  font-size: 1.8rem;
  line-height: 30px;
}
.section-contact-e_bb {
  padding-bottom: 120px;
}
.section-contact-e_bb a {
  text-decoration: none;
}
.section-contact-e_bb p {
  font-family: "筑紫A丸ゴシック";
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
.section-contact-e_button {
  position: relative;
  outline: none;
  font-size: 2.6rem;
  font-weight: 600;
  color: #FFF;
  background-color: rgba(240, 110, 30, 1.0);
  border-width: inherit;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  width: 400px;
  height: 60px;
  opacity: 1;
  margin: 0 auto;
}
.section-contact-e_button span{
      letter-spacing: 0.7px;
}
.section-contact-e_button:hover {
      animation: rotate 0.7s ease-in-out both;
}
.section-contact-e_button span:hover {
          animation: storm 0.7s ease-in-out both;
          animation-delay: 0.06s;
}
    
    
@keyframes rotate{ 0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25%{
        transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50%{
        transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75%{
        transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100%{
        transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
  
@keyframes storm {
  0%{
        transform: translate3d( 0, 0, 0) translateZ(0);
  }
  25%{
        transform: translate3d( 4px, 0, 0) translateZ(0);
  }
  50%{
        transform: translate3d( -3px, 0, 0) translateZ(0);
  }
  75%{
        transform: translate3d( 2px, 0, 0) translateZ(0);
  }
  100%{
        transform: translate3d( 0, 0, 0) translateZ(0);
  }
}
@media (max-width: 920px){
.flow-description ul {
  width: 90vw;
}
}
@media (max-width: 600px){
.flow-top h1 {
  font-size: 6.0rem;
}
.flow-description h2 {
  font-size: 3.0rem;
}
}
@media (max-width: 520px){
.flow-description h2 {
  font-size: 2.4rem;
}
.flow-description ul li h3 {
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.flow-description ul li p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.flow-description ul {
  padding: 30px 10px;
}
.section-contact-e_button {
  width: 80vw;
  margin: 0 auto;
}
}
@media (max-width: 460px){
.section-contact-e_bb p {
  font-size: 2.0rem;
}
.section-contact-e_button {
  font-size: 2.0rem;
}
}
@media (max-width: 400px){
.flow-description h2 {
  font-size: 2.0rem;
}
.flow-description ul li h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.flow-description ul li p {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.flow-description ul {
  padding: 30px 0;
}
}