/**************************************
  オンライン相談
  URL:/endpoint-manager/inquiry/businesstalk/
**************************************/

/* 汎用
-------------------------------------*/
/* PC・SP表示非表示 */
@media screen and (max-width: 767px) {
  .viewPC {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .viewSP {
    display: none;
  }
}

/* 大枠
-------------------------------------*/
#secBusinesstalk {
  background-color: #F2F3F7;
}

#content {
  padding-bottom: 0;
}

/* MV
-------------------------------------*/
#secBusinesstalk .main_visual .__inner {
  width: 100%;
  padding: calc(36 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  background-color: #FFF;
  box-sizing: border-box;
  text-align: center;
}

#secBusinesstalk .main_visual .__inner .__ttl {
  font-size: calc(58 / 750 * 100vw);
  font-weight: 700;
  color: #333;
}

#secBusinesstalk .main_visual .__inner .__catch {
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.5em;
  color: #333;
  margin-top: calc(23 / 750 * 100vw);
  letter-spacing: 0.03em;
}

#secBusinesstalk .main_visual .__inner .__btn {
  text-align: center;
  margin: calc(50 / 750 * 100vw) auto 0;
}

#secBusinesstalk .main_visual .__inner .__btn a {
  display: inline-block;
  background-color: #1A56C3;
  box-sizing: border-box;
  border-radius: 100px;
  padding: calc(25 / 750 * 100vw) calc(40 / 750 * 100vw);
}

#secBusinesstalk .main_visual .__inner .__btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(12 / 750 * 100vw);
  height: 1.5em;
  background: url(/assets/img/common/ico_arrow_white.svg) no-repeat center center;
  background-size: 100% auto;
  margin-left: calc(12 / 750 * 100vw);
}

#secBusinesstalk .main_visual .__inner .__btn a span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(27 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  #secBusinesstalk .main_visual {
    background: #FFF url(../businesstalk/images/bg_mv_pc.png) no-repeat center top;
    background-size: 100% auto;
  }

  #secBusinesstalk .main_visual .__inner {
    padding: 122px 33px 73px;
    background-color: transparent;
    background: url(../businesstalk/images/img_mv_pc.png) no-repeat center calc(14 / 1440 * 100vw);
    background-size: 1058px auto;
  }

  #secBusinesstalk .main_visual .__inner .__ttl {
    font-size: 55px;
    letter-spacing: 0.02em;
  }

  #secBusinesstalk .main_visual .__inner .__catch {
    font-size: 24px;
    margin-top: 8px;
    letter-spacing: 0.04em;
  }

  #secBusinesstalk .main_visual .__inner .__btn {
    margin: 28px auto 0;
  }

  #secBusinesstalk .main_visual .__inner .__btn a {
    width: 483px;
    position: relative;
    padding: 20px 33px;
  }

  #secBusinesstalk .main_visual .__inner .__btn a::after {
    display: block;
    width: 9px;
    height: 16.5px;
    position: absolute;
    top: 50%;
    right: 37px;
    transform: translateY(-50%);
  }

  #secBusinesstalk .main_visual .__inner .__btn a span {
    font-size: 22px;
  }
}

@media print, screen and (min-width: 1200px) {
  #secBusinesstalk .main_visual {
    background: #FFF url(../businesstalk/images/bg_mv_pc.png) no-repeat center top;
    background-size: auto 100%;
  }

  #secBusinesstalk .main_visual .__inner {
    padding: calc(146 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(88 / 1440 * 100vw);
    background: url(../businesstalk/images/img_mv_pc.png) no-repeat center calc(14 / 1440 * 100vw);
    background-size: calc(1270 / 1440 * 100vw) auto;
  }

  #secBusinesstalk .main_visual .__inner .__ttl {
    font-size: calc(66 / 1440 * 100vw);
    letter-spacing: 0.02em;
  }

  #secBusinesstalk .main_visual .__inner .__catch {
    font-size: calc(29 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
    letter-spacing: 0.04em;
  }

  #secBusinesstalk .main_visual .__inner .__btn {
    margin: calc(34 / 1440 * 100vw) auto 0;
  }

  #secBusinesstalk .main_visual .__inner .__btn a {
    width: calc(580 / 1440 * 100vw);
    position: relative;
    padding: calc(24 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }

  #secBusinesstalk .main_visual .__inner .__btn a::after {
    display: block;
    width: calc(11 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    right: calc(44 / 1440 * 100vw);
    transform: translateY(-50%);
  }

  #secBusinesstalk .main_visual .__inner .__btn a span {
    font-size: calc(26 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 1440px) {
  #secBusinesstalk .main_visual .__inner {
    padding: 146px 40px 88px;
    background: url(../businesstalk/images/img_mv_pc.png) no-repeat center 14px;
    background-size: 1270px auto;
  }

  #secBusinesstalk .main_visual .__inner .__ttl {
    font-size: 66px;
  }

  #secBusinesstalk .main_visual .__inner .__catch {
    font-size: 29px;
    margin-top: 10px;
  }

  #secBusinesstalk .main_visual .__inner .__btn {
    margin:34px auto 0;
  }

  #secBusinesstalk .main_visual .__inner .__btn a {
    width: 580px;
    padding: 24px 40px;
  }

  #secBusinesstalk .main_visual .__inner .__btn a::after {
    width: 11px;
    height: 20px;
    right: 44px;
  }

  #secBusinesstalk .main_visual .__inner .__btn a span {
    font-size: 26px;
  }
}


/* こんな方におすすめ
-------------------------------------*/
#secRecPeople .rec_people {
  position: relative;
  padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw) calc(36 / 750 * 100vw);;
}

#secRecPeople .rec_people::after {
  content: "";
  width: calc(140 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
  display: block;
  background: url(../businesstalk/images/img_secRecPeople_01.svg) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: calc(68 / 750 * 100vw);
  right: 50%;
  transform: translateX(calc(356 / 750 * 100vw));
}

#secRecPeople .rec_people .__ttl {
  font-size: calc(44 / 750 * 100vw);
  font-weight: 700;
  color: #5F89D5;
  text-align: center;
  letter-spacing: 0.07em;
}

#secRecPeople .rec_people .__list {
  width: calc(543 / 750 * 100vw);
  margin-top: calc(44 / 750 * 100vw);
}

#secRecPeople .rec_people .__list li {
  font-size: calc(27 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.55em;
  position: relative;
  border-radius: calc(45 / 750 * 100vw);
  background-color: #FFF;
  padding: calc(16 / 750 * 100vw) calc(44 / 750 * 100vw) calc(16 / 750 * 100vw) calc(90 / 750 * 100vw);
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
  margin-bottom: calc(58 / 750 * 100vw);
}

#secRecPeople .rec_people .__list li::after {
  content: "";
  width: calc(55 / 750 * 100vw);
  height: calc(55 / 750 * 100vw);
  display: block;
  background: url(../businesstalk/images/ico_secRecPeople_check.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: calc(18 / 750 * 100vw);
  transform: translateY(-50%);
}

#secRecPeople .rec_people .__list li::before {
  content: "";
  width: calc(72 / 750 * 100vw);
  height: calc(51 / 750 * 100vw);
  display: block;
  background: url(../businesstalk/images/ico_secRecPeople_hukidashi.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(-36 / 750 * 100vw);
  right: 50%;
  transform: translateX(calc(162 / 750 * 100vw));
}

#secRecPeople .rec_people .__list li:nth-child(2) {
  margin-bottom: calc(66 / 750 * 100vw);
}

#secRecPeople .rec_people .__list li:nth-child(3) {
  margin-bottom: calc(50 / 750 * 100vw);
}

#secRecPeople .rec_people .__list li:nth-child(4) {
  line-height: calc(68 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
}

#secRecPeople .rec_people .__list li:nth-child(3)::before {
  bottom: calc(-36 / 750 * 100vw);
  right: 50%;
  transform: scale(-1, 1) translateX(calc(96 / 750 * 100vw));
}

#secRecPeople .rec_people .__list li:nth-child(4)::before {
  bottom: calc(-36 / 750 * 100vw);
  right: 50%;
  transform: scale(-1, 1) translateX(calc(96 / 750 * 100vw));
}

@media print, screen and (min-width: 768px) {
  #secRecPeople .rec_people {
    padding: 50px 92px 315px;
  }

  #secRecPeople .rec_people::after {
    width: 142px;
    height: 237px;
    top: 122px;
    transform: translateX(63px);
  }

  #secRecPeople .rec_people .__ttl {
    font-size: 28px;
    letter-spacing: 0.07em;
  }

  #secRecPeople .rec_people .__list {
    width: 100%;
    position: relative;
    margin-top: 12px;
  }

  #secRecPeople .rec_people .__list li {
    font-size: 15px;
    position: absolute;
    border-radius: 37.5;
    padding: 25px 45px 21px 79px;
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li:nth-child(2) {
    top: 150px;
    left: 33px;
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li:nth-child(3) {
    top: 26px;
    right: 0;
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li:nth-child(4) {
    line-height: 46px;
    top: 168px;
    right: 25px;
    padding-right: 118px;
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li::after {
    width: 46px;
    height: 46px;
    left: 16px;
  }

  #secRecPeople .rec_people .__list li::before {
    width: 66px;
    height: 42.33px;
    bottom: -32px;
    right: 50%;
    transform: translateX(141px);
  }

  #secRecPeople .rec_people .__list li:nth-child(2)::before {
    right: 50%;
    transform: translateX(2px);
  }

  #secRecPeople .rec_people .__list li:nth-child(3)::before {
    bottom: -32px;
    transform: scale(-1, 1) translateX(-61px);
  }

  #secRecPeople .rec_people .__list li:nth-child(4)::before {
    bottom: -32px;
    right: 50%;
    transform: scale(-1, 1) translateX(80px);
  }

}

@media print, screen and (min-width: 1200px) {
  #secRecPeople .rec_people {
    padding: calc(60 / 1440 * 100vw) calc(110 / 1440 * 100vw) calc(378 / 1440 * 100vw);;
  }

  #secRecPeople .rec_people::after {
    width: calc(170 / 1440 * 100vw);
    height: calc(285 / 1440 * 100vw);
    top: calc(146 / 1440 * 100vw);
    transform: translateX(calc(76 / 1440 * 100vw));
  }

  #secRecPeople .rec_people .__ttl {
    font-size: calc(34 / 1440 * 100vw);
    letter-spacing: 0.07em;
  }

  #secRecPeople .rec_people .__list {
    width: 100%;
    position: relative;
    margin-top: calc(14 / 1440 * 100vw);
  }

  #secRecPeople .rec_people .__list li {
    font-size: calc(18 / 1440 * 100vw);
    position: absolute;
    border-radius: calc(45 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw) calc(54 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(95 / 1440 * 100vw);
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li:nth-child(2) {
    top: calc(180 / 1440 * 100vw);
    left: calc(40 / 1440 * 100vw);
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li:nth-child(3) {
    top: calc(31 / 1440 * 100vw);
    right: 0;
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li:nth-child(4) {
    line-height: calc(56 / 1440 * 100vw);
    top: calc(202 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    padding-right: calc(142 / 1440 * 100vw);
    margin-bottom: 0;
  }

  #secRecPeople .rec_people .__list li::after {
    width: calc(55 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
    left: calc(19 / 1440 * 100vw);
  }

  #secRecPeople .rec_people .__list li::before {
    width: calc(73 / 1440 * 100vw);
    height: calc(51 / 1440 * 100vw);
    bottom: calc(-38 / 1440 * 100vw);
    right: 50%;
    transform: translateX(calc(170 / 1440 * 100vw));
  }

  #secRecPeople .rec_people .__list li:nth-child(2)::before {
    right: 50%;
    transform: translateX(calc(2 / 1440 * 100vw));
  }

  #secRecPeople .rec_people .__list li:nth-child(3)::before {
    bottom: calc(-38 / 1440 * 100vw);
    transform: scale(-1, 1) translateX(calc(-73 / 1440 * 100vw));
  }

  #secRecPeople .rec_people .__list li:nth-child(4)::before {
    bottom: calc(-38 / 1440 * 100vw);
    right: 50%;
    transform: scale(-1, 1) translateX(calc(96 / 1140 * 100vw));
  }

}

@media print, screen and (min-width: 1440px) {
  #secRecPeople .rec_people {
    width: 1440px;
    padding: 60px 110px 378px;
    margin: 0 auto;
  }

  #secRecPeople .rec_people::after {
    width: 170px;
    height: 285px;
    top: 146px;
    transform: translateX(76px);
  }

  #secRecPeople .rec_people .__ttl {
    font-size: 34px;
  }

  #secRecPeople .rec_people .__list {
    margin-top: 14px;
  }

  #secRecPeople .rec_people .__list li {
    font-size: 18px;
    border-radius: 45px;
    padding: 30px 54px 25px 96px;
  }

  #secRecPeople .rec_people .__list li:nth-child(2) {
    top: 180px;
    left: 40px;
  }

  #secRecPeople .rec_people .__list li:nth-child(3) {
    top: 31px;
  }

  #secRecPeople .rec_people .__list li:nth-child(4) {
    top: 202px;
    right: 30px;
    padding-right: 142px;
    line-height: 56px;
  }

  #secRecPeople .rec_people .__list li::before {
    width: 73px;
    height: 51px;
    bottom: -38px;
    right: 50%;
    transform: translateX(170px);
  }

  #secRecPeople .rec_people .__list li:nth-child(2)::before {
    transform: translateX(2px);
  }

  #secRecPeople .rec_people .__list li:nth-child(3)::before {
    bottom: -38px;
    right: 50%;
    transform: scale(-1, 1) translateX(-73px);
  }

  #secRecPeople .rec_people .__list li:nth-child(4)::before {
    bottom: -38px;
    right: 50%;
    transform: scale(-1, 1) translateX(96px);
  }

  #secRecPeople .rec_people .__list li::after {
    width: 55px;
    height: 55px;
    left: 19px;
  }
}


/* 具体的には
-------------------------------------*/
#secRecPeople .rec_people_exp {
  width: calc(670 / 750 * 100vw);
  margin: calc(0 / 750 * 100vw) auto;
  padding-bottom: calc(70 / 750 * 100vw);
  border-top: calc(2 / 750 * 100vw) solid #B0B0B0;
}

#secRecPeople .rec_people_exp .__ttl {
  font-size: calc(33 / 750 * 100vw);
  font-weight: 700;
  line-height: calc(103 / 750 * 100vw);
  color: #FFF;
  background: url(../businesstalk/images/bg_secRecPeople_subttl_pc.svg) no-repeat left center;
  background-size: auto 100%;
  margin-top: calc(34 / 750 * 100vw);
  margin-bottom: calc(34 / 750 * 100vw);
  line-height: calc(103 / 750 * 100vw);
  padding: 0 0 0 calc(40 / 750 * 100vw);
}

#secRecPeople .rec_people_exp .__list {

}

#secRecPeople .rec_people_exp .__list li {
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  position: relative;
  padding-left: calc(40 / 750 * 100vw);
  margin-bottom: calc(16 / 750 * 100vw);
}

#secRecPeople .rec_people_exp .__list li::before {
  content: "";
  display: block;
  width: calc(23 / 750 * 100vw);
  height: calc(23 / 750 * 100vw);
  background-color: rgba(85, 142, 142, 0.70);
  border-radius: 100px;
  position: absolute;
  top: calc(2 / 750 * 100vw);
  left: calc(6 / 750 * 100vw);
}

@media print, screen and (min-width: 768px) {
  #secRecPeople .rec_people_exp {
    width: 1013px;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    padding-bottom: 42px;
    border-top: 2px solid #B0B0B0;
  }

  #secRecPeople .rec_people_exp .__ttl {
    width: 210px;
    font-size: 18px;
    line-height: 117px;
    background: url(../businesstalk/images/bg_secRecPeople_subttl_sp.svg) no-repeat top left;
    background-size: auto 100%;
    margin-top: 0;
    margin-right: 18px;
    padding: 0 0 0 47px;
    margin-bottom: 8px;
  }

  #secRecPeople .rec_people_exp .__list:nth-child(2) {
    margin-right: 42px;
  }

  #secRecPeople .rec_people_exp .__list li {
    font-size: 14px;
    letter-spacing: -0.02em;
    padding-left: 23px;
    margin-bottom: 8px;
  }

  #secRecPeople .rec_people_exp .__list li::before {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 5px;
  }
}

@media print, screen and (min-width: 1200px) {
  #secRecPeople .rec_people_exp {
    width: calc(1220 / 1440 * 100vw);
    margin: calc(0 / 1440 * 100vw) auto;
    display: flex;
    padding-top: calc(36 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
    border-top: calc(2 / 1440 * 100vw) solid #B0B0B0;
  }

  #secRecPeople .rec_people_exp .__ttl {
    width: calc(253 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(141 / 1440 * 100vw);
    background: url(../businesstalk/images/bg_secRecPeople_subttl_sp.svg) no-repeat top left;
    background-size: 100% auto;
    margin-top: 0;
    margin-right: calc(22 / 1440 * 100vw);
    padding: 0 0 0 calc(57 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }

  #secRecPeople .rec_people_exp .__list:nth-child(2) {
    margin-right: calc(50 / 1440 * 100vw);
  }

  #secRecPeople .rec_people_exp .__list li {
    font-size: calc(17 / 1440 * 100vw);
    letter-spacing: -0.02em;
    padding-left: calc(28 / 1140 * 100vw);
    margin-bottom: calc(10 / 1140 * 100vw);
  }

  #secRecPeople .rec_people_exp .__list li::before {
    width: calc(14 / 1140 * 100vw);
    height: calc(14 / 1140 * 100vw);
    top: calc(2 / 1140 * 100vw);
    left: calc(6 / 1140 * 100vw);
  }
}

@media print, screen and (min-width: 1440px) {
  #secRecPeople .rec_people_exp {
    width: 1220px;
    padding-top: 36px;
    padding-bottom: 50px;
    padding-left: 13px;
    border-top: 2px solid #B0B0B0;
  }

  #secRecPeople .rec_people_exp .__ttl {
    width: 253px;
    font-size: 22px;
    line-height: 141px;
    margin-top: 0;
    margin-right: 22px;
    margin-bottom: 10px;
    padding: 0 0 0 57px;
  }

  #secRecPeople .rec_people_exp .__list:nth-child(2) {
    margin-right: 50px;
  }

  #secRecPeople .rec_people_exp .__list li {
    font-size: 17px;
    padding-left: 28px;
    margin-bottom: 10px;
  }

  #secRecPeople .rec_people_exp .__list li::before {
    width: 14px;
    height: 14px;
    top: 2px;
    left: 6px;
  }
}









/* オンライン相談の流れ
-------------------------------------*/
#secFlow {
  position: relative;
  background-color: #FFF;
  padding-top: calc(62 / 750 * 100vw);
  padding-bottom: calc(86 / 750 * 100vw);
}

#secFlow::before {
  content: "";
  width: calc(107 / 750 * 100vw);
  height: calc(160 / 750 * 100vw);
  display: block;
  background: url(../businesstalk/images/bg_secFlow_01.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: calc(50 / 750 * 100vw);
  left: 50%;
  transform: translateX(calc(270 / 750 * 100vw));
}

#secFlow::after {
  content: "";
  width: calc(68 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
  display: block;
  background: url(../businesstalk/images/bg_secFlow_02.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: calc(323 / 750 * 100vw);
  right: 50%;
  transform: translateX(calc(-310 / 750 * 100vw));
}


#secFlow .__ttl {
  font-size: calc(40 / 750 * 100vw);
  font-weight: 700;
  color: #5F89D5;
  text-align: center;
  letter-spacing: 0.06em;
}

#secFlow .__list {
  margin: calc(52 / 750 * 100vw) auto 0;
  counter-reset: secFlow_num;
}

#secFlow .__list li {
  width: calc(576 / 750 * 100vw);
  height: calc(350 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border: calc(10 /750 * 100vw) solid #5F89D5;
  border-radius: calc(104 /750 * 100vw);
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#secFlow .__list li:not(:last-child) {
  margin-bottom: calc(124 / 750 * 100vw);
}

#secFlow .__list li:not(:last-child)::before {
  content: "";
  width: calc(88 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
  display: block;
  background: url(../businesstalk/images/ico_secFlow_arrow.svg) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(-140 / 750 * 100vw);
  left: 0;
  right: 0;
  margin: 0 auto;
}

#secFlow .__list li .__num {
  width: calc(148 / 750 * 100vw);
  position: absolute;
  top: calc(-46 / 750 * 100vw);
  left: calc(-46 / 750 * 100vw);
}

#secFlow .__list li .__txt {
  width: 100%;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: calc(14 / 750 * 100vw);
}

#secFlow .__list li:nth-child(1) .__img {
  width: calc(138 / 750 * 100vw);
}

#secFlow .__list li:nth-child(2) .__img {
  width: calc(130 / 750 * 100vw);
}

#secFlow .__list li:nth-child(3) .__img {
  width: calc(170 / 750 * 100vw);
}

@media print, screen and (min-width: 768px) {
  #secFlow {
    padding-top: 48px;
    padding-bottom: 81px;
  }

  #secFlow::before {
    display: none;
  }

  #secFlow::after {
    display: none;
  }

  #secFlow .__ttl {
    font-size: 28px;
    letter-spacing: 0.05em;
  }

  #secFlow .__list {
    display: flex;
    justify-content: center;
    margin: 43px auto 0;
  }

  #secFlow .__list li {
    width: 249px;
    height: 282px;
    border: 4px solid #5F89D5;
    border-radius: 46px;
    margin-left: 0;
  }

  #secFlow .__list li:not(:last-child) {
    margin-bottom: 0;    
    margin-right: 63px;
  }

  #secFlow .__list li:last-child {
    margin-right: 0;
  }

  #secFlow .__list li:not(:last-child)::before {
    width: 46px;
    height: 37px;
    bottom: 50%;
    left: auto;
    right: -63px;
    transform: rotate(-90deg) translateX(-13px) ;
  }

  #secFlow .__list li .__num {
    width: 64px;
    top: -21px;
    left: -21px;
  }

  #secFlow .__list li .__txt {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    padding-bottom: 25px;
  }

  #secFlow .__list li:nth-child(1) .__img {
    width: 100px;
  }

  #secFlow .__list li:nth-child(2) .__img {
    width: 95px;
  }

  #secFlow .__list li:nth-child(3) .__img {
    width: 125px;
  }
}

@media print, screen and (min-width: 1200px) {
  #secFlow {
    padding-top: calc(58 / 1440 * 100vw);
    padding-bottom: calc(98 / 1440 * 100vw);
  }

  #secFlow .__ttl {
    font-size: calc(34 / 1440 * 100vw);
    letter-spacing: 0.05em;
  }

  #secFlow .__list {
    margin: calc(52 / 1440 * 100vw) auto 0;
  }

  #secFlow .__list li {
    width: calc(300 / 1440 * 100vw);
    height: calc(340 / 1440 * 100vw);
    border: calc(5 /1440 * 100vw) solid #5F89D5;
    border-radius: calc(55 /1440 * 100vw);
  }

  #secFlow .__list li:not(:last-child) {
    margin-right: calc(76 / 1440 * 100vw);
  }

  #secFlow .__list li:not(:last-child)::before {
    width: calc(56 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    right: calc(-76 / 1440 * 100vw);
    transform: rotate(-90deg) translateX(calc(-16 / 1440 * 100vw)) ;
  }

  #secFlow .__list li .__num {
    width: calc(77 / 1440 * 100vw);
    top: calc(-25 / 1440 * 100vw);
    left: calc(-25 / 1440 * 100vw);
  }

  #secFlow .__list li .__txt {
    font-size: calc(27 / 1440 * 100vw);
    line-height: 1.3em;
    letter-spacing: 0.05em;
    padding-bottom: calc(30 / 1440 * 100vw);
  }

  #secFlow .__list li:nth-child(1) .__img {
    width: calc(121 / 1440 * 100vw);
  }

  #secFlow .__list li:nth-child(2) .__img {
    width: calc(115 / 1440 * 100vw);
  }

  #secFlow .__list li:nth-child(3) .__img {
    width: calc(150 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 1440px) {
  #secFlow {
    padding-top: 58px;
    padding-bottom: 98px
  }

  #secFlow .__ttl {
    font-size: 34px;
  }

  #secFlow .__list {
    margin: 52px auto 0;
  }

  #secFlow .__list li {
    width: 300px;
    height: 340px;
    border: 5px solid #5F89D5;
    border-radius: 55px;
  }

  #secFlow .__list li:not(:last-child) {
    margin-right: 76px;
  }

  #secFlow .__list li:not(:last-child)::before {
    width: 56px;
    height: 45px;
    right: -76px;
    transform: rotate(-90deg) translateX(-16px) ;
  }

  #secFlow .__list li .__num {
    width: 77px;
    top: -25px;
    left: -25px;
  }

  #secFlow .__list li .__txt {
    font-size: 27px;
    padding-bottom: 30px;
  }

  #secFlow .__list li:nth-child(1) .__img {
    width: 121px;
  }

  #secFlow .__list li:nth-child(2) .__img {
    width: 115px;
  }

  #secFlow .__list li:nth-child(3) .__img {
    width: 150px;
  }
}

/* お申込フォーム
-------------------------------------*/
#secForm {
  background-color: #F2F3F7;
  padding-top: calc(46 / 750 * 100vw);
  padding-bottom: calc(126 / 750 * 100vw);
}

#secForm .__ttl {
  font-size: calc(40 / 750 * 100vw);
  font-weight: 700;
  color: #5F89D5;
  text-align: center;
  letter-spacing: 0.06em;
}

.borderNone {
  border: none !important;
}

#secForm .form {

}

#secForm .__subttl {
  font-size: calc(34 / 750 * 100vw);
  line-height: calc(120 / 750 * 100vw);
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  background-color: #D9D9D9;
  border: 1px solid #ddd;
  margin-top: calc(36 / 750 * 100vw);
}

#secForm .__inner {
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
}

#secForm .__inner dd {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#secForm .__inner textarea.tf-note {
  width: 100%;
}

#secForm .__inner .description {
    white-space: normal;
}

#secForm .g-recaptcha {
  margin-top: calc(50 / 750 * 100vw);
}

#secForm .g-recaptcha > div {
  margin: 0 auto 0;
}

#secForm form.form p.submit {
    text-align: center;
    padding-top: calc(48 / 750 * 100vw);
    border-top: none;
}

#secForm form.form .formArea-button-txt {
  width: calc(454 / 750 * 100vw);
  display: inline-block;
  background-color: #1A56C3;
  box-sizing: border-box;
  border-radius: 100px;
  padding: calc(38 / 750 * 100vw) calc(84 / 750 * 100vw) calc(38 / 750 * 100vw) calc(40 / 750 * 100vw);
  position: relative;
}

#secForm form.form .formArea-button-txt::after {
  content: "";
  display: block;
  width: calc(15 / 750 * 100vw);
  height: 1.5em;
  background: url(/assets/img/common/ico_arrow_white.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: calc(47 / 750 * 100vw);
  right: calc(130 / 750 * 100vw);
}

#secForm form.form p.submit .__txt {
  font-size: calc(40 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #FFF;
  vertical-align: middle;
  display: inline-block;  
}

#secForm form.form input[type="submit"] {
  width: auto;
  height: auto;
  display: none;
  background-image: none;
}

@media print, screen and (min-width: 768px) {
  #secForm {
    padding-top: 48px;
    padding-bottom: 91px;
  }

  #secForm .__ttl {
    font-size: 28px;
    letter-spacing: 0.05em;
  }

  #secForm .form {
    width: 1000px;
    margin: 0 auto;
  }

  #secForm .__subttl {
    font-size: 16px;
    line-height: 50px;
    margin-top: 30px;
  }

  #secForm .__inner dd {
    border-left: 0;
    border-top: 0;
  }

  #secForm .g-recaptcha {
    margin-top: 20px;
  }

  #secForm form.form p.submit {
    padding-top: 20px;
  }

  #secForm form.form .formArea-button-txt {
    width: 200px;
    padding: 18px 60px 16px 40px;
  }

  #secForm form.form .formArea-button-txt::after {
    width: 7px;
    top: 21px;
    right: 57px;
  }

  #secForm form.form p.submit .__txt {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 1200px) {
  #secForm {
    padding-top: calc(58 / 1440 * 100vw);
    padding-bottom: calc(110 / 1440 * 100vw);
  }

  #secForm .__ttl {
    font-size: calc(34 / 1440 * 100vw);
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 1440px) {
  #secForm {
    padding-top: 58px;
    padding-bottom: 110px;
  }

  #secForm .__ttl {
    font-size: 34px;
  }
}