@charset "UTF-8";
/* ========================================================
FLOW
=========================================================*/
@media screen and (min-width: 1200px) {
    .c-contactLink__maintitle {
        padding: 0 5rem 5rem;
		border-bottom: 6px solid #1a1a1a;
    }
}
@media screen and (max-width: 1199px) {
    .c-contactLink__maintitle {
        padding: 0 1rem 3rem;
		border-bottom: 6px solid #1a1a1a;
    }
}

.p-flow__maintitle {
    font-weight: bold;
	text-align: center;
	font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
.p-flow__maintitle_caption {
    font-weight: bold;
	text-align: center;
	margin-top: 1.2rem;
}
@media screen and (min-width: 1200px) {
    .p-flow__maintitle {
        font-size: 4.8rem;
    }
    .p-flow__maintitle_caption {
        font-size: 1.4rem;
		margin-top: 1.2rem;
    }	
}
@media screen and (max-width: 1199px) {
    .p-flow__maintitle {
        font-size: 3.2rem;;
    }
    .p-flow__maintitle_caption {
        font-size: 1.4rem;
		margin-top: 0.6rem;
    }	
}
.p-flow__maintitle_text {
    line-height: 1.5;
	text-align: center;
	margin-bottom: 3.4rem;
}
@media screen and (max-width: 1199px) {
    .p-flow__maintitle_text {
        margin-bottom: 2rem;
    }	
}

.p-flow__item {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;	
}
.p-flow__item:not(:first-child) {
  background: url(../img/flow/line.png) top 10px left/180px no-repeat;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .p-flow__item:not(:first-child) {
    background: url(../img/flow/line.png) top 10px left/100px no-repeat;
    padding-top: 60px;	  
  }
}
.p-flow__img {
  width: 180px;
}
@media screen and (max-width: 1199px) {
  .p-flow__img {
    width: 100px;
  }
}

.p-flow__detail {
  flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .p-flow__detail {
    margin-left: 10px;
  }
}

.p-flow__num {
  align-items: center;
  color: #5ca5eb;
  font-weight: bold;  	
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;	
}
@media screen and (min-width: 1200px) {
  .p-flow__num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-flow__num {
    font-size: 1.2rem;
  }
}
.p-flow__title {
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .p-flow__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-flow__title {
    font-size: 1.6rem;
  }
}
.p-flow__text {
  margin-top: 10px;
}
.p-flow__works {
  margin-top: 12rem;
}
@media screen and (min-width: 1200px) {
  .p-flow__works_contents {
    margin-top: 6.4rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-flow__works_contents {
    margin-top: 3.2rem;
	margin-bottom: 6rem;
  }
}
.p-flow__works_subttl {
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .p-flow__works_subttl {
    font-size: 2.4rem;
	margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-flow__works_subttl {
    font-size: 1.6rem;
	margin-bottom: 2rem;  
  }
}
