@charset "UTF-8";

body#flow .c-page-top .c-page-top-inner {
  background: url(../images/flow/main-flow.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 896px) {

    body#flow .c-page-top .c-page-top-inner {
      background: url(../images/flow/main-flow-sp.jpg) no-repeat center center / cover;
    }

}

/*------- Flow --------*/
.p-flow {
  color: #000;
  text-align: left;
}

.c-step_info dt,
.p-flow h1,
.p-flow h2,
.p-flow h3,
.p-flow h4,
.p-flow h5,
.p-flow h6 {
  font-weight: bold;
  color: #222;
}

.orange{color: #ff0014 !important;}

.p-flow .c-titleBlock {
  color: #fff;
}

.flow .p-flow .c-titleBlock h2{
	color: #fff;
	font-weight: bold;
}


@media screen and (max-width: 896px) {
  .p-flow .c-titleBlock {
    /*
    font-size: 17px;
    line-height: 1;
    padding: 24px 0;
    */
    margin: 0;
  }

  .p-flow .c-services {
    margin-top: 35px;
  }

  .c-services h1,
  .c-services h2,
  .c-services h3,
  .c-services h4,
  .c-services h5,
  .c-services h6 {
    color: #fff;
  }
}

.p-flow .c-jobs {
  text-align: center;
}

/*-- Step */
.c-step {
  margin-top: 30px;
}

.c-step_item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  margin-top: 80px;
  position: relative;
  display: flex;
  padding: 30px;
}

.c-step_item--first {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .c-step_item {
    padding: 15px;
    margin: 15px 15px 82px;
    flex-direction: column;
  }

  .c-step_item:last-child {
    margin-bottom: 32px;
  }
}

.c-step_item:before {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 21px 20px 21px;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
}

@media screen and (max-width: 896px) {
  .c-step_item:before {
    border-width: 22px 24px 22px 24px;
  }
}

.c-step_item:first-child {
  margin-top: 0;
}

.c-step_item:nth-child(2):before {
  display: none;
}

.c-step_head {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: -13px;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .c-step_head {
    margin-left: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 0;
  }
}

.c-step_link {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  margin-left: 13px;
  /*width: 136px;*/
  width: 210px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .c-step_link {
    margin-left: 0;
    width: 50%;
    margin-bottom: 15px;
    padding-left: 15px;
	 padding-right: 5px;

  }
  .c-step_link:nth-child(even) {
    padding-right: 15px;
	  padding-left: 5px;
  }
}
@media screen and (min-width: 896px) {
.c-step_link a:hover {
  opacity: 0.8;
}
}

.c-step_link_content {
  background-color: #050001;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
}

.c-step_img {
  width: 57px;
  margin: 0 auto;
}

.c-step_info {
  width: 440px;
  padding-right: 30px;
}

@media screen and (max-width: 896px) {
  .c-step_info {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}

.c-step_item dt,
.c-step_item h1,
.c-step_item h2,
.c-step_item h3,
.c-step_item h4,
.c-step_item h5,
.c-step_item h6 {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.c-step_item .c-sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .c-step_item h1,
  .c-step_item h2,
  .c-step_item h3,
  .c-step_item h4,
  .c-step_item h5,
  .c-step_item h6 {
    font-size: 17px;
    line-height: 1;
    align-items: center;
    margin-bottom: 20px;
  }

  .c-step_item h1 .is-fss,
  .c-step_item h2 .is-fss,
  .c-step_item h3 .is-fss,
  .c-step_item h4 .is-fss,
  .c-step_item h5 .is-fss,
  .c-step_item h6 .is-fss {
    font-size: 12px;
  }

  .c-step_item .c-pc {
    display: none;
  }

  .c-step_item .c-sp {
    display: block;
  }
}

.c-step_item img {
  width: 38px;
  margin-right: 10px;
  vertical-align: baseline;
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .c-step_item img {
    width: 28px;
  }
}

.c-step_info .is-txt {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 896px) {
  .c-step_info .is-txt {
    top: 0;
  }
}
.c-step_info .is-fss {
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  .c-step_info .is-fss {
    font-size: 10px;
  }
}

.c-step_info dd,
.c-step_info p {
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .c-step_info p {
    font-size: 13px;
    line-height: 1.53;
    font-weight: normal;
  }
}

.c-step_item_img {
  width: 380px;
}

@media screen and (max-width: 896px) {
  .c-step_item_img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

.c-step_item_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  .c-step_item_img img {
    margin-right: 0;
    display: block;
  }
}

.c-step_button {
  text-align: center;
  margin-top: 25px;
}

/*-- Flow 2 */
.c-flow2 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  padding: 30px;
}

@media screen and (max-width: 896px) {
  .c-flow2 {
    padding: 25px 15px;
    margin-bottom: 30px;
  }
}

.c-flowStg_wrap ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-flowStg_wrap ul li {
  width: 256px;
}
.c-flowStg-img {
  margin: 0 0 20px 0;
}
.c-flowStg_wrap ul li dl dt {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 36px;
  color: #ff0014;
  margin: 0 0 15px 0;
}
.c-flowStg_wrap ul li dl dd {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .c-flowStg_wrap ul li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c-flowStg_wrap ul li:last-child {
    margin: 0 0 0 0;
  }
  .c-flowStg_wrap ul li dl dt {
    font-size: 40px;
  }
  .c-flowStg_wrap ul li dl dd {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
}

.c-flow2_img_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-top: -26px;
}

@media screen and (max-width: 896px) {
  .c-flow2_img_wrap {
    margin-top: -20px;
  }
}

.c-flow2_img {
  width: 396px;
  margin-left: 27px;
  margin-top: 26px;
}

.c-flow2_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  .c-flow2_img {
    margin-top: 20px;
    width: 100%;
  }
}

.c-flow2_col3 {
  width: 255px;
}

@media screen and (max-width: 896px) {
  .c-flow2_col3 {
    width: 100%;
  }

}

.c-flow2_more {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .c-flow2_more {
    margin-top: 20px;
  }
}

.c-flow2_more .c-btn {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .c-flow2_more .c-btn.c-btn-secondary {
    font-size: 12px;
    padding: 14px 0 15px;
  }
}
