/*============================================================================================================
	under
============================================================================================================*/
/*------------------------------------------
	.p-mv01
------------------------------------------*/

/*------------------------------------------
	.secOverview
------------------------------------------*/
.secOverview {
  margin: 0 auto;
  padding: 0 0 120px;
}
.secOverview-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secOverview-txtBox {
  width: 32%;
}
.secOverview-txtBox__tit {
  margin-bottom: 60px;
}
.secOverview-imgBox {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .secOverview {
    padding: 0 0 75px;
  }
  .secOverview-inner {
    display: block;
  }
  .secOverview-txtBox {
    width: 100%;
    margin: 0 auto 25px;
  }
  .secOverview-txtBox__tit {
    margin-bottom: 35px;
  }
  .secOverview-imgBox {
    width: 100%;
  }
}

/*------------------------------------------
	.secTrouble
------------------------------------------*/
.secTrouble {
  padding: 110px 0 120px;
  background: #f2f2f4;
}
.secTrouble__tit {
  margin-bottom: 80px;
}
.secTrouble-list {
  display: flex;
  flex-wrap: wrap;
}
.secTrouble-list__item {
  padding: 30px 40px 40px;
  line-height: 1.62;
  font-weight: bold;
  border: 1px solid #232946;
}
@media screen and (min-width: 768px) {
  .secTrouble-list__item {
    width: 23%;
    margin-right: 2.66%;
  }
  .secTrouble-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .secTrouble-list__item:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .secTrouble {
    padding: 70px 0 75px;
  }
  .secTrouble__tit {
    margin-bottom: 45px;
  }
  .secTrouble-list {
    display: block;
  }
  .secTrouble-list__item {
    margin: 0 auto 30px;
    padding: 25px 30px;
  }
  .secTrouble-list__item:last-of-type {
    margin-bottom: 0;
  }
}

/*------------------------------------------
	.secResult
------------------------------------------*/
.secResult {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 115px auto 120px;
  padding: 70px 80px 80px;
  border: 1px solid #232946;
}
.secResult__tit {
  margin-bottom: 75px;
}
.secResult-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secResult-box-imgBox {
  width: 43%;
  margin-top: 5px;
}
.secResult-box-txtBox {
  width: 50%;
}
.secResult-box-txtBox__txt {
  position: relative;
  margin-bottom: 34px;
  padding-left: 40px;
  line-height: 1.62;
}
.secResult-box-txtBox__txt:last-of-type {
  margin-bottom: 0;
}
.secResult-box-txtBox__txt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 5px);
  background: #232946;
}
@media screen and (max-width: 767px) {
  .secResult {
    width: calc(100% - 60px);
    margin: 75px auto;
    padding: 40px 30px;
  }
  .secResult__tit {
    margin-bottom: 45px;
  }
  .secResult-box {
    display: block;
  }
  .secResult-box-imgBox {
    width: 100%;
    margin: 0 auto 25px;
  }
  .secResult-box-txtBox {
    width: 100%;
  }
  .secResult-box-txtBox__txt {
    margin-bottom: 25px;
    padding-left: 30px;
  }
}

/*------------------------------------------
	.secVoice
------------------------------------------*/
.secVoice {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 120px 0;
  background: #f2f2f4;
}
.secVoice-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secVoice__tit {
  width: 17%;
}
.secVoice-list {
  width: 81%;
}
.secVoice-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 32px 35px 40px;
  background: #fff;
}
.secVoice-list__item:last-of-type {
  margin-bottom: 0;
}
.secVoice-list__item-imgBox {
  width: 25%;
  margin-top: 8px;
}
.secVoice-list__item-txtBox {
  width: 71%;
}
.secVoice-list__item-txtBox__service {
  display: table;
  margin-bottom: 35px;
  padding: 0 1px 12px;
  border-bottom: 1px solid #232946;
  font-weight: bold;
  font-size: 14px;
}
.secVoice-list__item-txtBox__tit {
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
}
.secVoice-list__item-txtBox__txt {
  margin-bottom: 35px;
  line-height: 1.62;
}
.secVoice-list__item-txtBox-nameBox {
  display: flex;
  flex-wrap: wrap;
}
.secVoice-list__item-txtBox-nameBox__txt {
  position: relative;
  display: flex;
  margin-right: 8px;
  padding-right: 8px;
  font-size: 14px;
}
.secVoice-list__item-txtBox-nameBox__txt:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background: #232946;
}
.secVoice-list__item-txtBox-nameBox__txt:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.secVoice-list__item-txtBox-nameBox__txt:last-of-type:before {
  content: none;
}
.secVoice-list__item-txtBox-nameBox__txt-bold {
  flex-shrink: 0;
  margin-right: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .secVoice {
    width: 100%;
    padding: 70px 0 75px;
  }
  .secVoice-inner {
    display: block;
  }
  .secVoice__tit {
    width: 100%;
    margin: 0 auto 45px;
  }
  .secVoice-list {
    width: 100%;
  }
  .secVoice-list__item {
    display: block;
    margin-bottom: 30px;
    padding: 30px;
  }
  .secVoice-list__item-imgBox {
    width: 100%;
    margin: 0 auto 22px;
  }
  .secVoice-list__item-txtBox {
    width: 100%;
  }
  .secVoice-list__item-txtBox__service {
    margin-bottom: 24px;
    padding: 0 1px 4px;
    font-size: 12px;
  }
  .secVoice-list__item-txtBox__tit {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .secVoice-list__item-txtBox__txt {
    margin-bottom: 25px;
  }
  .secVoice-list__item-txtBox-nameBox__txt {
    font-size: 12px;
  }
}

/*------------------------------------------
	.secFlow
------------------------------------------*/
.secFlow {
  padding: 110px 0 120px;
}
.secFlow__tit {
  margin-bottom: 75px;
}
.secFlow-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 75px;
}
.secFlow-box:nth-of-type(odd) .secFlow-box-imgBox {
  order: 2;
}
.secFlow-box:last-of-type {
  margin-bottom: 0;
}
.secFlow-box-imgBox {
  width: 40.5%;
  margin-top: 5px;
}
.secFlow-box-txtBox {
  width: 54%;
}
.secFlow-box-txtBox__num {
  display: table;
  line-height: 1;
  margin-bottom: 29px;
  padding-bottom: 19px;
  border-bottom: 1px solid #232946;
  font-weight: bold;
}
.secFlow-box-txtBox__tit {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 36px;
}
.secFlow-box-txtBox-child {
  position: relative;
  padding-left: 37px;
}
.secFlow-box-txtBox-child:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background: #232946;
}
@media screen and (max-width: 767px) {
  .secFlow {
    padding: 70px 0 60px;
  }
  .secFlow__tit {
    margin-bottom: 45px;
  }
  .secFlow-box {
    display: block;
    margin-bottom: 38px;
  }
  .secFlow-box-imgBox {
    width: 100%;
    margin: 0 auto 28px;
  }
  .secFlow-box-txtBox {
    width: 100%;
  }
  .secFlow-box-txtBox__num {
    margin-bottom: 22px;
    padding-bottom: 15px;
  }
  .secFlow-box-txtBox__tit {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .secFlow-box-txtBox-child {
    padding-left: 30px;
  }
}

/*------------------------------------------
	.secOutline
------------------------------------------*/
.secOutline {
  padding: 0 0 120px;
}
.secOutline__tit {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .secOutline {
    padding: 0 0 75px;
  }
  .secOutline__tit {
    margin-bottom: 45px;
  }
}

/*------------------------------------------
	.secMessage
------------------------------------------*/
.secMessage {
  padding: 110px 0 0;
}
.secMessage-inner {
  max-width: 1240px;
}
.secMessage__tit {
  margin-bottom: 70px;
}
.secMessage__txt {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.secMessage__txt:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #232946;
}
.secMessage__txt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.secMessage__txt:last-of-type:before {
  content: none;
}
.secMessage-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto 0;
  padding: 40px 40px 35px;
  border: 1px solid #232946;
}
.secMessage-contact-imgBox {
  width: 28%;
}
.secMessage-contact-imgBox__name {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
.secMessage-contact-txtBox {
  position: relative;
  width: 68%;
  padding-left: 40px;
}
.secMessage-contact-txtBox:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 5px);
  background: #232946;
}
.secMessage-contact-txtBox-btn {
  max-width: 320px;
  margin: 35px auto 0 0;
}
@media screen and (max-width: 767px) {
  .secMessage {
    padding: 70px 0 0;
  }
  .secMessage__tit {
    margin-bottom: 35px;
  }
  .secMessage__txt {
    margin-bottom: 21px;
    padding-bottom: 25px;
  }
  .secMessage__txt:before {
    width: 100px;
  }
  .secMessage-contact {
    display: block;
    margin-top: 40px;
    padding: 30px;
  }
  .secMessage-contact-imgBox {
    width: 100%;
    margin: 0 auto 23px;
  }
  .secMessage-contact-txtBox {
    width: 100%;
    padding: 25px 0 0;
  }
  .secMessage-contact-txtBox:before {
    width: 100px;
    height: 1px;
    bottom: auto;
    top: 0;
    right: 0;
    margin: auto;
  }
  .secMessage-contact-txtBox-btn {
    max-width: none;
    margin: 23px auto 0 0;
    font-size: 14px;
  }
  .secMessage-contact-txtBox-btn a {
    height: 50px;
  }
}