@charset "utf-8";


.headLine01 > span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0;
}


@media screen and (max-width: 767px) {
  .headLine01 > span {
    font-size: 0.4em;
  }
}




/*その他*/


#flow {
  padding-bottom: 100px;
}


#flow .pageTitle {
  margin-bottom: 50px;
}


#flow .comBox:not(:last-of-type) {
  margin-bottom: 50px;
}


.flowBox,
.flowBox * {
  box-sizing: border-box;
}


.flowBox {
  display: flex;
  flex-wrap: wrap;
}


.flowItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 300px;
  min-height: 120px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #dff2fa;
}


.flowItem:not(:nth-of-type(3n)) {
  margin-right: 50px;
}


.flowItem:not(:nth-of-type(3n))::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #006896;
}


.flowItem:last-of-type::after {
  display: none;
}


.flowItem span {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #006896;
}


.flowItem p {
  width: 190px;
  color: #006896;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}


@media screen and (max-width: 767px) {


  #flow {
    padding-bottom: 50px;
  }


  #flow .pageTitle {
    margin-bottom: 25px;
  }


  .flowBox {
    display: flex;
    flex-wrap: wrap;
  }


  .flowItem {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90%;
    max-width: 300px;
    min-height: 120px;
    margin: 0 auto 60px;
    padding: 20px;
  }


  .flowItem:not(:nth-of-type(3n)) {
    margin-right: auto;
  }


  .flowItem:not(:nth-of-type(3n))::after,
  .flowItem:nth-of-type(3n)::after{
    content: "";
    position: absolute;
    top: inherit;
    bottom: -60px;
    right: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color:#006896 transparent transparent transparent ;
  }


  .flowItem:last-of-type::after {
    display: none;
  }
  .flowItem p {
    width: calc(100% - 60px);
  }
  .flowItem span {
    margin-right: 10px;
  }
}










#case {
  padding-bottom: 100px;
}


.caseBox,
.caseBox * {
  box-sizing: border-box;
}


.caseBox {
  padding: 30px;
  border-radius: 10px;
  background-color: #dff2fa;
}


.caseBox:not(:last-of-type) {
  margin-bottom: 50px;
}


.caseBox h3 {
  width: 400px;
  margin: 0 auto 30px;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #91004f;
}


.caseBox h4 {
  margin-bottom: 15px;
  color: #004471;
  font-size: 20px;
}


.caseBox p {
  font-size: 18px;
  text-align: justify;
}


@media screen and (max-width: 767px) {
  .caseBox h3 {
    width: auto;
  }
}








#customer-voice {
/*  margin-bottom: 85px;*/
  padding-bottom: 100px;
}


#customer-voice .headLine01 {
  margin-bottom: 90px;
}


#customer-voice .listUl {
  width: 100%;
}


#customer-voice .listUl li {
  margin-bottom: 87px;
  float: left;
  width: 50%;
}


#customer-voice .imgBox .photoBox {
  margin-right: 16px;
  width: 147px;
  float: left;
}


#customer-voice .imgBox .photoBox p {
  margin-top: 13px;
  text-align: center;
  font-size: 2em;
}


#customer-voice .imgBox .txtBox {
  padding: 34px 20px 31px 25px;
  position: relative;
  float: left;
  letter-spacing: 1px;
  background-color: #f0f0f0;
  border-radius: 10px;
}


#customer-voice .imgBox .txtBox p {
  width: 255px;
  font-size: 2em;
  line-height: 1.75;
}


#customer-voice .imgBox .txtBox:after {
  position: absolute;
  left: -39px;
  top: 63px;
  content: "";
  border: 13px solid #f0f0f0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 28px;
}


#customer-voice .listUl li:nth-child(2) .imgBox .photoBox {
  margin: 0 25px 0 27px;
}


#customer-voice .listUl li:nth-child(2) .imgBox .txtBox {
  padding: 26px 20px 24px 25px;
}


#customer-voice .imgBox01 .txtBox:after {
  right: -53px;
  left: auto;
  top: 63px;
  border-right-color: transparent;
  border-left: 28px solid #f0f0f0;
}


#customer-voice .imgBox01 .photoBox {
  margin-right: 0;
  margin-top: -2px;
}


#customer-voice .imgBox01 .photoBox p {
  margin-top: 8px;
}


#customer-voice .listUl li:nth-child(n+3) {
  margin-bottom: 0;
}


#customer-voice .listUl li:nth-child(3) .imgBox .txtBox {
  padding-top: 30px;
  margin-right: 25px;
}


#customer-voice .listUl li:nth-child(4) .imgBox {
  margin-left: 35px;
}


#customer-voice .listUl li:nth-child(4) .imgBox .txtBox {
  margin-right: 18px;
  padding: 38px 20px 42px 25px;
}


@media screen and (max-width: 767px) {
  #customer-voice .listUl li {
    margin-bottom: 87px;
    float: inherit;
    width: 100%;
  }
  #customer-voice .imgBox .photoBox {
    margin-right: auto;
    margin-left: auto;
    float: inherit;
  }


  #customer-voice .imgBox .txtBox {
    float: inherit;
    margin-top: 30px;
  }
  #customer-voice .listUl li:nth-child(3) .imgBox .txtBox {
    margin-right: 0;
  }
  #customer-voice .imgBox .txtBox p {
    width: auto;
  }
  #customer-voice .imgBox .txtBox:after {
    right: calc(50% - 28px);
    left: auto;
    top: -40px;
    border-right-color: transparent;
    border-bottom: 28px solid #f0f0f0;
    border-left-width: 28px;
  }
  #customer-voice .listUl li:nth-child(2) .imgBox .photoBox {
    margin: 0 auto;
  }
  #customer-voice .listUl li:nth-child(3) .imgBox .txtBox {
    margin-bottom: 30px;
  }
  #customer-voice .listUl li:nth-child(4) .imgBox {
    margin-left: 0;
  }
  #customer-voice .listUl li:nth-child(4) .imgBox .txtBox {
    margin-right: 0;
    margin-bottom: 30px;

    padding: 38px 20px 42px 25px;
  }
  #customer-voice .imgBox01 .txtBox:after {
    right: calc(50% - 28px);
    left: auto;
    top: inherit;
    bottom: -50px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top: 28px solid #f0f0f0;
  }
}
