@charset "UTF-8";

/* -- layout -- */
html {
  min-width: 980px;
}

#main .sp {
  display: none;
}

.ct_wrap {
  min-width: 980px;
}

[class^="ct_section"] {
  box-sizing: content-box;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

[class^="ct_section"] * {
  font-weight: 700;
}

.ct_wrap_section {
  background: url(/ldm/jettowel/restartguide/img/bg_wave_pc.png) no-repeat center 85px;
  margin: 100px 0 130px;
  position: relative;
  z-index: 1;
}

.ct_wrap_section::after,
#safe::before {
  content: "";
  background: url(/ldm/jettowel/restartguide/img/bg_wave_pc.png) no-repeat center 0;
  display: block;
  width: 100%;
  height: 440px;
  position: absolute;
  bottom: -165px;
  left: 0;
  z-index: -1;
  transform: scale(-1, -1);
}

.ct_wrap_section .ct_section {
  background-color: #f0f7fe;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 75px 90px;
  border-radius: 32px 32px 25px 25px;
}


/* -- button and link -- */
#main a {
  transition: all 0.3s ease;
}

#main a:hover,
#main a:focus {
  text-decoration: none;
}

a[class*="ct_btn"] {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  margin: auto;
  padding: 26px 0;
  border-radius: 37px;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}

a[class*="ct_btn"]::after {
  content: "";
  background: url(/ldm/jettowel/restartguide/img/icon_arrow_white.png) no-repeat 0 0 / cover;
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 2;
}

a.ct_btn2:hover::after {
  background-image: url(/ldm/jettowel/restartguide/img/icon_arrow_blue.png);
}

a[class*="ct_btn"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease 0s;
}

a[class*="ct_btn"]:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

a.ct_btn1 {
  background-color: #eb8b24;
}

a.ct_btn1::before {
  background-color: #f4b572;
}

a.ct_btn2 {
  background-color: #1b7eee;
}

a.ct_btn2:hover {
  color: #1b7eee;
  background-color: #fff;
}

a.ct_btn2::before {
  background-color: #fff;
}

a.ct_btn3 {
  background-color: #eb8b24;
  border: solid 6px #fff;
  border-radius: 60px;
  width: 300px;
  max-width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: left;
  padding-left: 24px;
  letter-spacing: 0.01em;
}

a.ct_btn3::after {
  right: 24px;
}

a.ct_btn3::before {
  background-color: #f4b572;
}

.pagetop {
  text-align: right !important;
  width: 980px;
  width: 980px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}

.pagetop a {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background: url(/ldm/jettowel/restartguide/img/icon_arrow_pt_pc.png) no-repeat 0 center;
  padding-left: 15px;
}

a[href*="tel:"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}


/* -- title -- */
.ct_wrap_section h2 {
  margin-bottom: 60px;
}

.ct_wrap_section h3 {
  font-size: 24px;
  color: #fff;
  background: #fff url(/ldm/jettowel/restartguide/img/bg_title.png) no-repeat center center / cover;
  height: 74px;
  margin: 0 -75px 75px;
  padding-top: 42px;
}

.ct_wrap_section h3 b {
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}


/* -- block -- */
.ct_conversation p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct_conversation p i {
  font-size: 19px;
  font-style: normal;
  display: block;
  width: 530px;
  padding: 30px 35px;
  border-radius: 25px;
  position: relative;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}

.ct_conversation p + p {
  margin-top: 40px;
}

.ct_conversation p[class^="ct_w"] i {
  background-color: #f8e5c0;
  display: flex;
  align-items: center;
  min-height: 60px;
}

.ct_conversation p[class^="ct_m"] i {
  background-color: #c7ece1;
}

.ct_conversation p.ct_w01::before {
  content: url(/ldm/jettowel/restartguide/img/illust_w_01.png);
}

.ct_conversation p.ct_w02::before {
  content: url(/ldm/jettowel/restartguide/img/illust_w_02.png);
}

.ct_conversation p.ct_w03::before {
  content: url(/ldm/jettowel/restartguide/img/illust_w_03.png);
}

.ct_conversation p.ct_m01::after {
  content: url(/ldm/jettowel/restartguide/img/illust_m_01.png);
}

.ct_conversation p.ct_m02::after {
  content: url(/ldm/jettowel/restartguide/img/illust_m_02.png);
}

.ct_conversation p.ct_m03::after {
  content: url(/ldm/jettowel/restartguide/img/illust_m_03.png);
}

.ct_conversation p i::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.ct_conversation p[class^="ct_w"] i::after {
  border-top: solid 8px transparent;
  border-right: solid 16px #f8e5c0;
  border-bottom: solid 8px transparent;
  left: -16px;
}

.ct_conversation p[class^="ct_m"] i::after {
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 16px #c7ece1;
  right: -16px;
}

.ct_conversation p i strong {
  background: linear-gradient(0deg, #fff000 0, #fff000 12px, #c7ece1 12px, #c7ece1 100%);
}

/* -- key visual -- */
.ct_kv {
  background: #e6e9ed url(/ldm/jettowel/restartguide/img/bg_kv01_pc.jpg) no-repeat center center / cover;
  overflow: hidden;
  height: 608px;
  position: relative;
}

.ct_kv > * {
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.ct_kv h1 {
  width: 615px;
  top: 48px;
}

.ct_kv span {
  overflow: hidden;
  width: 50px;
  height: 96px;
  bottom: 0;
}

.ct_kv span::before {
  content: "";
  background: linear-gradient(#4bb5ff 0, #1b7eee 100%);
  display: block;
  width: 2px;
  height: 78px;
  opacity: 1;
  position: absolute;
  top: 18px;
  left: 50%;
  animation: linemove 1.5s ease-in-out infinite;
}

.ct_kv .ct_kv_logo {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  max-width: 100%;
}

.ct_kv .ct_kv_logo img {
  position: absolute;
  right: 0;
  width: 150px;
}

.ct_kv .ct_kv_btn {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  max-width: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}

.ct_kv_contact_us {
  width: 630px;
  box-sizing: border-box;
  border: 8px solid #fff;
  border-right: none;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  position: fixed;
  right: 0;
  left: auto;
  top: calc(65vh - 105px);
  z-index: 999;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.ct_kv_contact_us.show {
  opacity: 1;
  transform: translateX(553px);
  visibility: visible;
}

.ct_kv_contact_us.open {
  transform: translateX(0);
}

.ct_kv_contact_us_body {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.ct_kv_contact_us_body.open {
  opacity: 1;
  visibility: visible;
}

.ct_kv_off {
  background-color: #62a5f0;
  position: absolute;
  height: 100%;
  width: calc(77px - 6px);
  top: 0;
  border-radius: 30px 0 0 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s;
}

.ct_kv_off.hiddin {
  opacity: 0;
  visibility: hidden;
}

.ct_kv_off div {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

.ct_kv_top {
  background-color: #6eabf0;
  border-radius: 30px 0 0 0;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 4px;
}

a.ct_kv_tel {
  color: #fff;
  display: block;
  height: 100%;
}

a.ct_kv_tel > span {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

a.ct_kv_tel > span::before {
  content: none;
}

a.ct_kv_tel .ct_kv_top_txt {
  background-color: #fff;
  color: #62a5f0;
  width: 410px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
}

a.ct_kv_tel .ct_kv_mid_txt {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

a.ct_kv_tel .ct_kv_mid_txt::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/icon_tel_wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin-right: 16px;
  transform: translateY(2px);
}

a.ct_kv_tel .ct_kv_btm_txt {
  font-size: 12px;
  letter-spacing: 0.008em;
}

.ct_kv_consultation {
  display: flex;
  justify-content: space-between;
}

.ct_kv_consultation li {
  width: 310px;
  max-width: 100%;
  line-height: 60px;
}

.ct_kv_consultation li a {
  color: #fff;
  display: block;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0;
}

.ct_kv_consultation li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease 0s;
  background-color: #fff;
}

.ct_kv_consultation .ct_kv_mall a::before {
  background-color: #f4b572;
}

.ct_kv_consultation li a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.ct_kv_consultation li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2;
  height: 60px;
  width: calc(100% - 32px);
}

.ct_kv_consultation li a span::before {
  content: none;
}

.ct_kv_consultation li.ct_kv_demo a::after {
  background: url(/ldm/jettowel/restartguide/img/icon_arrow_white.png) no-repeat right center, url(/ldm/jettowel/restartguide/img/icon_demo.png) no-repeat left center;
  background-size: 32px 32px, 26px 21px !important;
}

.ct_kv_consultation li.ct_kv_demo a:hover::after {
  background: url(/ldm/jettowel/restartguide/img/icon_arrow_blue.png) no-repeat right center, url(/ldm/jettowel/restartguide/img/icon_demo_on.png) no-repeat left center;
}

.ct_kv_consultation li.ct_kv_mall a::after {
  background: url(/ldm/jettowel/restartguide/img/icon_arrow_white.png) no-repeat right center, url(/ldm/jettowel/restartguide/img/icon_mail.png) no-repeat left center;
  background-size: 32px 32px, 23px 17px;
}

.ct_kv_consultation li.ct_kv_mall a::after {
  background: url(/ldm/jettowel/restartguide/img/icon_arrow_white.png) no-repeat right center, url(/ldm/jettowel/restartguide/img/icon_mail.png) no-repeat left center;
  background-size: 32px 32px, 23px 17px;
}

.ct_kv_demo {
  background-color: #1b7eee;
  border-radius: 0 0 0 30px;
}

.ct_kv_demo a:hover {
  color: #1b7eee;
}

.ct_kv_mall {
  background-color: #eb8b24;
}

.ct_wrap .demo_img {
  width: 650px;
}
@keyframes linemove {
  0% {
    height: 18px;
    opacity: 0;
    top: 18px;
  }

  30% {
    height: 78px;
    opacity: 1;
  }

  100% {
    height: 0;
    opacity: 0;
    top: 95px;
  }
}

/* -- anchor navi -- */
.ct_nav_anchor {
  background-color: #1b7eee;
  height: 125px;
}

.ct_nav_anchor ul {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.ct_nav_anchor li {
  width: 320px;
  height: 125px;
}

.ct_nav_anchor li a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding-top: 34px;
  position: relative;
}

.ct_nav_anchor li a em {
  font-size: 20px;
  display: block;
  margin-top: 12px;
  -webkit-font-smoothing: antialiased;
}

.ct_nav_anchor li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 4px);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.ct_nav_anchor li a:hover::after {
  bottom: 10px;
}

.ct_nav_anchor .new {
  background-image: url("../img/bg_nav_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ct_nav_anchor span {
  width: 60px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
  transform: translateY(2px);
}

/* -- safe -- */
#safe::before {
  height: 140px;
  top: -100px;
  bottom: auto;
}

#safe {
  background-position: center 150px;
}

#safe .ct_btn1,
#merit .ct_btn1 {
  line-height: 32px;
}

#safe .ct_btn1 {
  width: 100%;
  margin-bottom: 40px;
}

#safe .ct_howto {
  border-top: none;
  margin-top: 80px;
  padding-top: 0;
}

#safe .ct_comparison figure {
  margin: 150px 0 0;
}

.ct_howto {
  margin: 60px 0;
  padding-top: 60px;
  border-top: solid 2px #7eb6f5;
}

.ct_howto h4 {
  font-size: 32px;
  color: #1b7eee;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}

.safe_ttl_img {
  width: 650px;
  margin: 0 auto;
}

/* -- user -- */
.ct_user {
  margin-bottom: 40px;
}

.ct_conversation_btm {
  font-size: 10px;
  margin-bottom: 55px;
}

.ct_conversation_btm dt {
  font-weight: 700;
}

.ct_conversation_btm dd p {
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}

/* -- merit -- */
.ct_comparison {
  margin-top: 70px;
}

.ct_comparison figure {
  background-color: #fff;
  margin: 85px 0 75px;
  padding: 85px 55px 50px;
  border: solid 4px #1b7eee;
  border-radius: 10px;
  position: relative;
}

.ct_comparison figure h5 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  background-color: #1b7eee;
  display: block;
  box-sizing: border-box;
  width: 550px;
  height: 105px;
  margin: auto;
  padding-top: 16px;
  border-radius: 8px;
  position: absolute;
  top: -66px;
  right: 0;
  left: 0;
}

.ct_comparison figure dl {
  font-size: 10px;
  background-color: #f6f6f6;
  margin-top: 30px;
  padding: 25px 30px;
}

.ct_comparison figure dl dd * {
  font-weight: 400;
  line-height: 1.4;
}

.ct_comparison figure dl ul {
  display: flex;
  align-content: space-between;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-top: 5px;
}

.ct_comparison figure dl ul.list02 {
  display: flex;
  height: auto;
  flex-flow: row;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 5px;
}

.ct_comparison figure dl ul.list02 li {
  width: auto;
  display: flex;
  align-items: center;
}

.ct_comparison figure dl ul.list02 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #282728;
  margin-right: 3px;
}

.ct_comparison figure dl li {
  letter-spacing: 0.02em;
}

.ct_movie {
  text-align: center;
  height: 456px;
  margin: 70px 0 55px;
}

.ct_movie iframe {
  width: 100%;
  height: 456px;
}


/* -- demo -- */
.ct_type {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 70px;
  padding-bottom: 45px;
}

.ct_type li {
  width: 254px;
  margin-bottom: 35px;
}

.ct_type li figure {
  background-color: #1b7eee;
  border: solid 4px #1b7eee;
  border-radius: 8px;
}

.ct_type li figure img {
  border-radius: 6px 6px 0 0;
}

.ct_type li figcaption {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-top: 4px;
  -webkit-font-smoothing: antialiased;
}

.ct_type li p {
  font-weight: 400;
  margin-top: 15px;
}


/* -- contact -- */
.ct_section_contact_block {
  background-color: #1b7eee;
  text-align: center;
  padding: 90px calc(50% - 480px) 55px;
  position: relative;
  z-index: 1;
}

.ct_section_contact_block h2 {
  font-size: 38px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.ct_section_contact_block h2::before,
.ct_section_contact_block h2::after {
  content: "";
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 50px;
}

.ct_section_contact_block h2::before {
  margin-right: 20px;
  transform: rotate(-20deg);
}

.ct_section_contact_block h2::after {
  margin-left: 20px;
  transform: rotate(20deg);
}

.ct_section_contact_block .ct_like_this {
  background: url(/ldm/jettowel/restartguide/img/img_footer.png) no-repeat right 10px bottom 0 / 376px auto;
  letter-spacing: 0.03em;
  display: flex;
  align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  min-height: 160px;
  padding: 40px 440px 40px 0;
  -webkit-font-smoothing: antialiased;
}

.ct_section_contact_block .ct_like_this li {
  font-size: 20px;
  line-height: 46px;
  color: #1b7eee;
  background-color: #e9f3fe;
  text-align: center;
  display: block;
  height: 46px;
  margin-bottom: 10px;
  padding: 0 28px;
  border-radius: 23px;
}

.ct_section_contact_block .ct_like_this li:first-child {
  width: 100%;
}

.ct_section_contact_block .ct_like_this li:last-child {
  padding: 0;
  background: none;
  font-size: 22px;
  line-height: 46px;
  color: #fff;
  display: block;
}

.ct_contact_wrap_block {
  background-color: #e9f3fe;
  padding: 35px 32px;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
}

.ct_contact_wrap_block p.ct_tel {
  text-align: left;
  letter-spacing: 0;
}

.ct_contact_wrap_block p.ct_tel a {
  font-size: 40px;
  line-height: 1;
  color: #1b7eee;
  background: url(/ldm/jettowel/restartguide/img/icon_tel.png) no-repeat 0 0 / 48px 48px;
  vertical-align: middle;
  display: inline-block;
  padding: 4px 20px 4px 58px;
}

.ct_contact_wrap_block p.ct_tel span {
  font-size: 15px;
}

.ct_contact_wrap_block ul {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.ct_contact_wrap_block li {
  text-align: center;
  width: 440px;
}

.ct_contact_wrap_block li a {
  font-size: 20px;
  background-position: right 20px center;
  background-size: 36px 36px;
  padding: 39px 0;
  border-radius: 50px;
}

.ct_contact_wrap_block li a::after {
  width: calc(100% - 50px);
  height: 38px;
  position: absolute;
  right: 20px;
}

.ct_contact_wrap_block li a.ct_btn1::after {
  background:
    url(/ldm/jettowel/restartguide/img/icon_arrow_white.png) no-repeat right center,
    url(/ldm/jettowel/restartguide/img/icon_mail.png) no-repeat left center;
  background-size: 36px 36px, 38px 28px;
}

.ct_contact_wrap_block li a.ct_btn2::after {
  background:
    url(/ldm/jettowel/restartguide/img/icon_arrow_white.png) no-repeat right center,
    url(/ldm/jettowel/restartguide/img/icon_demo.png) no-repeat left center;
  background-size: 36px 36px, 45px 38px !important;
}

.ct_contact_wrap_block li a.ct_btn2:hover::after {
  background:
    url(/ldm/jettowel/restartguide/img/icon_arrow_blue.png) no-repeat right center,
    url(/ldm/jettowel/restartguide/img/icon_demo_on.png) no-repeat left center;
}


/* -- contact banner -- */
.ct_section_contact_bnr {
  line-height: 1;
  background-color: #e9f3fe;
  display: flex;
  height: 125px;
  margin: auto;
  padding: 0 calc(50% - 480px);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.5s ease;
}

.ct_section_contact_bnr p.ct_tel {
  width: 370px;
  margin-top: 34px;
}

.ct_section_contact_bnr p.ct_tel a {
  font-size: 40px;
  color: #1b7eee;
  background: url(/ldm/jettowel/restartguide/img/icon_tel.png) no-repeat 0 0 / 34px 34px;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 44px;
}

.ct_section_contact_bnr p.ct_tel span {
  font-size: 11px;
  letter-spacing: 0;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr {
  display: flex;
  justify-content: space-between;
  width: 590px;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li {
  text-align: center;
  width: 290px;
  margin-top: 20px;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li a {
  font-size: 15px;
  padding: 18px 20px 18px 0;
  border-radius: 29px;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li a::after {
  width: 22px;
  height: 22px;
  right: 20px;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li strong {
  font-size: 13px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li strong::before,
.ct_section_contact_bnr .ct_contact_wrap_bnr li strong::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 2px;
  height: 18px;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li strong::before {
  margin-right: 10px;
  transform: rotate(-20deg);
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li strong::after {
  margin-left: 10px;
  transform: rotate(20deg);
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li:nth-child(1) strong {
  color: #eb8b24;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li:nth-child(1) strong::before,
.ct_section_contact_bnr .ct_contact_wrap_bnr li:nth-child(1) strong::after {
  background-color: #eb8b24;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li:nth-child(2) strong {
  color: #1b7eee;
}

.ct_section_contact_bnr .ct_contact_wrap_bnr li:nth-child(2) strong::before,
.ct_section_contact_bnr .ct_contact_wrap_bnr li:nth-child(2) strong::after {
  background-color: #1b7eee;
}

.circle {
  display: none;
}


/* -- fade in -- */
li.fade.in:nth-of-type(3n+2) {
  transition-delay: 0.25s;
}

li.fade.in:nth-of-type(3n) {
  transition-delay: 0.5s;
}
