@charset "utf-8";

body,
h1,
h2 {
  font-family: "JMC", "ゴシックMB101 DB", "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  font-family: "JMC", "ゴシックMB101 M", "Gothic MB101 Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
  font-family: "JMC", "ゴシックMB101 M", "Gothic MB101 Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  width: 100%;
}

.pageTop a img {
  width: auto;
}

h2 {
  letter-spacing: 0.1em;
}

@font-face {
  font-family: "JMC";
  font-style: normal;
  font-weight: 400;
  src: url("/font/JMCGothic-Regular.otf") format("opentype");
}


.pageTitle {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 8px);
}

#pagePath {
  background: rgba(0, 0, 0, 0.5255);
}

#main {
  background-color: #fff;
}

.mv {
  width: 100%;
  height: 100vh;
  background: #fff;
}

.mv .mvContents {
  width: 900px;
  padding-left: 420px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/img/ct_lp/mv-bg.jpg');
  background-position: left bottom 30%;
  background-size: 48%;
  background-repeat: no-repeat;
}


.mv .mvContents .titleBox {
  margin-bottom: 70px;
}

.mv .mvContents .titleBox p {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: bold;
  color: #004b69;
}

.mv .mvContents .titleBox h1 {
  font-size: 51px;
  letter-spacing: 0.05em;
}

.mv .mvContents .worries p {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}

.mv .mvContents .worries ul li {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.mv .mvContents .worries ul li:last-of-type {
  margin-bottom: 0;
}

.mv .mvContents .worries ul li::before {
  content: '';
  display: block;
  margin-right: 10px;
  aspect-ratio: 59/49;
  background-image: url('/img/ct_lp/worries-check.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 29px;
}


.mv .mvContents .worries .worriesContents {
  padding-left: 280px;
}

.mv .mvContents .text {
  display: flex;
  align-items: flex-start;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-top: 50px;
}

.mv .mvContents .text::before {
  content: '';
  aspect-ratio: 86/157;
  display: block;
  width: 40px;
  margin-right: 10px;
  background-image: url('/img/ct_lp/solution-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(-0.2em);
}


@media (min-width: 0) and (max-width: 767px) {
  .mv {
    height: initial;
  }

  .mv .mvContents::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv .mvContents {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding: 12vw 8vw;
    box-sizing: border-box;
    background-position: center;
    justify-content: initial;
    background-size: contain;
  }

  .mv .mvContents .titleBox h1 {
    font-size: 9vw;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .mv .mvContents .titleBox {
    margin-bottom: 8vw;
  }

  .mv .mvContents .titleBox p {
    font-size: 5vw;
    margin-bottom: 4vw;
  }

  .mv .mvContents .textContents {
    position: relative;
  }

  .mv .mvContents .worries .worriesContents {
    padding-left: 0;
  }

  .mv .mvContents .worries p {
    font-size: 6vw;
    margin-bottom: 6vw;
  }

  .mv .mvContents .text {
    font-size: 7vw;
    line-height: 1.4;
    margin-top: 8vw;
    transform: translateX(0);
    justify-content: center;
  }

  .mv .mvContents .text::before {
    width: 10vw;
    margin-right: 3vw;
  }

  .mv .mvContents .worries ul li {
    font-size: 4vw;
    margin-bottom: 3vw;
    font-weight: bold;
  }

  .mv .mvContents .worries ul li::before {
    width: 5.6vw;
  }
}




.about {
  padding: 100px 0;
  background-color: #e5edf0;
}

.about .content {
  position: relative;
}

.about .textContents {
  width: 715px;
}

.about h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}

.about .text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}


.about .illust {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  left: 800px;
}


@media (min-width: 0) and (max-width: 767px) {
  .about {
    padding: 20vw 0;
  }

  .about .textContents {
    width: 100%;
  }

  .about h2 {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 8vw;
  }

  .about .text {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  .about .illust {
    position: relative;
    top: 0;
    transform: initial;
    width: 100%;
    left: initial;
    margin-top: 4vw;
  }
}


.case {
  padding: 160px 0 0;
}

.case h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 80px;
}

.case ul {
  display: flex;
  gap: 20px;
}

.case ul li {
  width: 380px;
}

.case ul .caseContents h3 {
  text-align: center;
  margin-bottom: 20px;
}

.case ul .caseContents h3 span {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}


.case ul .caseContents .imageBox {
  position: relative;
  margin-bottom: 20px;
}

.case ul .caseContents .imageBox .head {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 15px;
}


.case ul .caseContents .text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.case ul .caseContents dl {
  display: flex;
  flex-wrap: wrap;
}

.case ul .caseContents dl dt {
  font-size: 18px;
  width: 30%;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.case ul .caseContents dl dd {
  font-size: 18px;
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;
}


@media (min-width: 0) and (max-width: 767px) {
  .case {
    padding: 20vw 0 0;
  }

  .case h2 {
    font-size: 8vw;
    line-height: 1.5;
    margin-bottom: 20vw;
  }

  .case ul {
    flex-direction: column;
    gap: 20vw;
  }

  .case ul li {
    width: 100%;
  }

  .case ul .caseContents h3 {
    margin-bottom: 4vw;
  }

  .case ul .caseContents h3 span {
    font-size: 7vw;
    padding-bottom: 3vw;
  }

  .case ul .caseContents .text {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  .case ul .caseContents .imageBox {
    margin-bottom: 4vw;
  }

  .case ul .caseContents .imageBox .head {
    font-size: 3.8vw;
    padding: 3vw;
  }

  .case ul .caseContents dl dt,
  .case ul .caseContents dl dd {
    font-size: 4vw;
  }

}


.strength {
  padding: 160px 0;
}

.strength h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 80px;
}

.strength .strengthBox {
  display: flex;
  align-items: center;
  position: relative;
}

.strength .strengthList>li {
  margin-bottom: 120px;
}

.strength .strengthList>li:last-of-type {
  margin-bottom: 0;
}

.strength ul li:nth-of-type(2) .strengthBox {
  flex-direction: row-reverse;
}

.strength .strengthBox .imageList {
  display: flex;
  align-items: center;
}

.strength .strengthBox .imageList li {
  width: 540px;
}

.strength .strengthBox .textBox {
  width: 640px;
  padding: 40px 70px;
  box-sizing: border-box;
  background-color: #80a5b4;
  position: absolute;
  left: 47%;
}

.strength ul li:nth-of-type(2) .strengthBox .textBox {
  right: 47%;
  left: initial;
}

.strength .strengthBox .textBox h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.strength .strengthBox .textBox h3 span {
  font-weight: bold;
  color: #fff;
}

.strength .strengthBox .textBox h3 span.number {
  font-size: 50px;
}

.strength .strengthBox .textBox h3 span.slash {
  display: block;
  padding: 0 10px;
  width: 20px;
}

.strength .strengthBox .textBox h3 span.title {
  font-size: 36px;
}

.strength .strengthBox .textBox .sub {
  color: #004b69;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.strength .strengthBox .textBox .text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.strength .achievement {
  width: 1200px;
  margin: 100px auto 0;
}




.strength .service {
  padding-top: 80px;
}

.strength .service ul {
  gap: 22px;
  display: flex;
  justify-content: center;
}

.strength .service ul li {
  width: 275px;
  position: relative;
}

.strength .service ul li:before {
  margin-left: -17px;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  bottom: -75px;
  background-image: url('/img/ct_lp/circle01.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.strength .service ul li:nth-child(2):before {
  background-image: url('/img/ct_lp/circle02.png');
}

.strength .service ul li:nth-child(3):before {
  background-image: url('/img/ct_lp/circle03.png');
}

.strength .service ul li:nth-child(4):before {
  background-image: url('/img/ct_lp/circle04.png');
}

.strength .service ul li::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 33px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -32px;
  content: "";
  transform: translateX(-50%);
  filter: drop-shadow(0px 8px 5px rgb(0 0 0 / .5));
}


.strength .service ul li .serviceBox {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}


.strength .service ul li .serviceBox .headingBox {
  height: 222px;
}

.strength .service ul li .serviceBox .headingBox .head {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


.strength .service ul li:not(:nth-child(3)) .serviceBox .headingBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strength .service ul li:first-child .serviceBox .headingBox {
  background-image: url('/img/ct_lp/service-bg01.jpg');
}

.strength .service ul li:nth-child(2) .serviceBox .headingBox {
  background-image: url('/img/ct_lp/service-bg02.jpg');
}

.strength .service ul li:nth-child(4) .serviceBox .headingBox {
  background-image: url('/img/ct_lp/service-bg04.jpg');
}

.strength .service ul li .serviceBox .textBox {
  padding: 13px 20px;
}

.strength .service ul li .serviceBox dl.size {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.strength .service ul li:nth-child(3) .serviceBox .headingBox dl.size {
  padding: 10px 20px;
  margin-bottom: 0;
}

.strength .service ul li:nth-child(3) .serviceBox .headingBox .head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.strength .service ul li:nth-child(3) .serviceBox .headingBox .head:first-of-type {
  background-image: url('/img/ct_lp/service-bg03-01.jpg');
}


.strength .service ul li:nth-child(3) .serviceBox .headingBox .head:nth-of-type(2) {
  background-image: url('/img/ct_lp/service-bg03-02.jpg');
}

.strength .service ul li .serviceBox dl.size dt {
  margin-right: 10px;
}

.strength .service ul li .serviceBox dl.photograph dt {
  margin-bottom: 10px;
}

.strength .service ul li .serviceBox dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  line-height: 1;
  width: 40%;
  text-align: center;
  background-color: #004893;
}

.strength .service ul li:nth-child(2) .serviceBox .textBox dl dt {
  background-color: #007ec6;
}

.strength .service ul li:nth-child(3) .serviceBox dl dt {
  background-color: #006e3f;
}

.strength .service ul li:nth-child(4) .serviceBox .textBox dl dt {
  background-color: #f5aa00;
}

.strength .service ul li .serviceBox dl dd {
  font-size: 16px;
}


.strength .service .line {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strength .service .line span {
  font-size: 24px;
  font-weight: bold;
}

.strength .service .line span.txt01 {
  color: #004893;
  margin-right: 20px;
}

.strength .service .line span.txt02 {
  color: #efa600;
  margin-left: 20px;
}

.strength .service .line img.pc {
  width: 908px;
}




@media (min-width: 0) and (max-width: 767px) {
  .strength {
    padding: 20vw 19px;
  }

  .strength .strengthList>li {
    margin-bottom: 24vw;
  }

  .strength .strengthBox,
  .strength ul li:nth-of-type(2) .strengthBox {
    flex-direction: column-reverse;
  }


  .strength .strengthBox .imageList li {
    width: 100%;
  }

  .strength .strengthBox .textBox {
    width: 100%;
    padding: 8vw 5vw;
    position: relative;
    left: initial;
  }

  .strength ul li:nth-of-type(2) .strengthBox .textBox {
    right: initial;
  }

  .strength .strengthBox .textBox h3 span.number {
    font-size: 10vw;
  }

  .strength .strengthBox .textBox h3 span.title {
    font-size: 7vw;
  }

  .strength .strengthBox .textBox h3 span.slash {
    padding: 0 1vw;
    width: 4vw;
  }

  .strength .strengthBox .textBox .sub {
    font-size: 5vw;
    margin-bottom: 4vw;
  }

  .strength .strengthBox .textBox .text {
    font-size: 3.6vw;
  }

  .strength .achievement {
    width: 100%;
    margin: 20vw auto 0;
  }

  .strength .achievement img:nth-of-type(2) {
    margin: 0 auto 20vw;
    width: 80%;
  }

  .strength .service {
    padding-top: 20vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .strength .service ul {
    flex-direction: column;
    width: 86%;
    gap: 6vw;
  }


  .strength .service .serviceBox {
    display: flex;
  }

  .strength .service ul li {
    width: 100%;
  }

  .strength .service ul li:before {
    margin-left: 0;
    width: 7vw;
    height: 7vw;
    left: -8vw;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }


  .strength .service ul li::after {
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    border-top: 6vw solid #f3f5f6;
    filter: drop-shadow(0px 0px 0px rgb(0 0 0 / 0));
    transform: translate(-100%, -50%) rotateZ(90deg);
    left: 2vw;
    top: 50%;
    bottom: initial;
  }


  .strength .service ul li .serviceBox {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
    z-index: 2;
    position: relative;
  }

  .strength .service ul li .serviceBox .textBox {
    padding: 4vw 2vw;
    width: 65%;
    background-color: #f3f5f6;
  }

  .strength .service ul li .serviceBox dl {
    display: flex;
    align-items: center;
  }

  .strength .service ul li .serviceBox dl.size {
    margin-bottom: 2vw;
  }

  .strength .service ul li .serviceBox dl dt {
    font-size: 2.4vw;
    padding: 1vw;
    width: 30%;
    margin-right: 2vw;
  }

  .strength .service ul li .serviceBox dl dd {
    font-size: 2.4vw;
  }

  .strength .service ul li .serviceBox dl.photograph dt {
    margin-bottom: 0;
  }

  .strength .service ul li .serviceBox dl.size dt {
    margin-right: 2vw;
  }

  .strength .service ul li .serviceBox .headingBox {
    height: initial;
    width: 35%;
  }

  .strength .service ul li .serviceBox .headingBox .head {
    font-size: 2.4vw;
  }

  .strength .service .serviceBox.sp {
    display: flex !important;
  }

  .strength .service ul li:nth-child(3) .serviceBox .headingBox .head:first-of-type,
  .strength .service ul li:nth-child(3) .serviceBox .headingBox .head:nth-of-type(2) {
    background-image: none;
    padding: 0;
  }

  .strength .service ul li:nth-child(3) .serviceBox .headingBox .head:first-of-type {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }

  .strength .service ul li:nth-child(3) .serviceBox .headingBox .head:nth-of-type(2) {
    line-height: 1.9;
  }

  .strength .service ul li:nth-child(3) .serviceBox .headingBox .head:first-of-type {
    border-bottom: 1px solid #fff;
  }

  .strength .service ul li:nth-child(3) .serviceBox .headingBox {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/img/ct_lp/service-bg03-sp.jpg');
    padding: 0 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .strength .service ul li:nth-child(3) .serviceBox dl.size:first-of-type {
    border-bottom: 1px solid #8ea3ad;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }

  .strength .service ul li:nth-child(3) .serviceBox dl.size:nth-of-type(2) {
    padding-bottom: 0;
    margin-bottom: 1vw;
  }


  .strength .service .line {
    width: 10%;
    text-align: center;
    flex-direction: column;
    margin-top: 0;
  }

  .strength .service .line span {
    font-size: 2.4vw;
    width: 100%;
  }


  .strength .service .line span.txt01 {
    margin: 0 auto 5vw;
  }

  .strength .service .line span.txt02 {
    margin: 5vw auto 0;
  }

  .strength .service .line img.sp {
    width: 8px;
    height: 80vw;
  }
}



.presence {
  padding-bottom: 50px;
}

#main .presence .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1260px;
  gap: 20px;
  transform: translateY(-120px);
}

.presence .textBox {
  width: 640px;
  padding: 50px 60px;
  box-sizing: border-box;
  background-color: #80a5b4;
}


.presence .textBox .head {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
}


.presence .textBox .sub {
  color: #004b69;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.presence .textBox .text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.presence .image {
  width: 500px;
}




@media (min-width: 0) and (max-width: 767px) {
  .presence {
    padding-bottom: 20vw;
  }

  #main .presence .content {
    width: auto;
    flex-direction: column;
    gap: 8vw;
    transform: translateY(-16vw);
  }

  .presence .textBox {
    width: 100%;
    padding: 8vw 5vw;
  }

  .presence .textBox .head {
    font-size: 7vw;
  }

  .presence .textBox .sub {
    font-size: 5vw;
    margin-bottom: 4vw;
  }

  .presence .textBox .text {
    font-size: 3.6vw;
  }

  .presence .image {
    width: 100%;
  }
}







#main .sec02 .txtList {
  margin: 0 89px 56px;
}

#main .sec02 .txtList li {
  margin-right: 22px;
  width: 233px;
  float: left;
  position: relative;
  background-color: #EBEBEB;
}

#main .sec02 .txtList li:after {
  margin-left: -15px;
  width: 29px;
  height: 33px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  background: url(/img/servic/detail/sec02_bg05.png) no-repeat center bottom;

  content: "";
}

#main .sec02 .txtList li:before {
  margin-left: -17px;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  bottom: -77px;
  background: url(/img/servic/detail/sec02_bg06.png) no-repeat center center;

  content: "";
}

#main .sec02 .txtList li:nth-child(2):before {
  background-image: url(/img/servic/detail/sec02_bg07.png);
}

#main .sec02 .txtList li:nth-child(3):before {
  background-image: url(/img/servic/detail/sec02_bg08.png);
}

#main .sec02 .txtList li:nth-child(4):before {
  background-image: url(/img/servic/detail/sec02_bg09.png);
}

#main .sec02 .txtList li:nth-child(4) {
  margin-right: 0;
}

#main .sec02 .txtList li .txtBox01 {
  width: 100%;
  height: 262px;
  display: table;
  background: url(/img/servic/detail/sec02_bg01.jpg) no-repeat center center;
  background-size: cover;
}

#main .sec02 .txtList li .txtBox01 span {
  padding-top: 15px;
  display: table-cell;
  color: #FFF;
  font-size: 2.712rem;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}

#main .sec02 .txtList li:nth-child(2) .txtBox01 {
  background-image: url(/img/servic/detail/sec02_bg02.jpg);
}

#main .sec02 .txtList li:nth-child(3) .txtBox01 {
  background-image: url(/img/servic/detail/sec02_bg03.jpg);
}

#main .sec02 .txtList li:last-child .txtBox01 {
  background-image: url(/img/servic/detail/sec02_bg04.jpg);
}

#main .sec02 .txtList li .txtBox02 {
  padding: 16px 23px 9px;
  display: block;
}

#main .sec02 .txtList li .txtBox02 dt {
  margin-bottom: 4px;
  padding: 2px 2px 0;
  width: 90px;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  background-color: #2B4991;
}

#main .sec02 .txtList li:nth-child(2) .txtBox02 dt {
  background-color: #017EC1;
}

#main .sec02 .txtList li:nth-child(3) .txtBox02 dt {
  background-color: #216E44;
}

#main .sec02 .txtList li:last-child .txtBox02 dt {
  background-color: #E2A904;
}

#main .sec02 .txtList li .txtBox02 dd {
  margin-bottom: 15px;
  font-size: 1.6rem;
  word-break: break-all;
}

#main .sec02 .txtList li .txtBox02 dd:last-child {
  margin-top: 8px;
  letter-spacing: -0.5px;
}

#main .sec02 .line {
  margin-bottom: 28px;
  text-align: center;
}

#main .sec02 .line span {
  margin-top: -2px;
  display: inline-block;
  font-size: 2.119rem;
  line-height: 1;
  vertical-align: middle;
}

#main .sec02 .line .txt01 {
  margin-right: 20px;
  font-weight: bold;
  color: #294A8F;

}

#main .sec02 .line .txt02 {
  margin-left: 20px;
  color: #DCA400;
}

#main .sec02 .line .spOnly {
  display: none;
}

#main .sec02 .line .pcOnly {
  display: inline-block;
}

#main .sec02 .text {
  font-size: 3.39rem;
  letter-spacing: 5px;
  text-align: center;
}






#main .flow {
  padding: 120px 0 180px;
  background-color: #e5edf0;
}

#main .flow h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 80px;
}

#main .flow .introText {
  font-size: 16px;
}

#main .flow ul {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

#main .flow ul li {
  margin-right: 70px;
  position: relative;
}

#main .flow ul li:last-of-type {
  margin-right: 0;
}

#main .flow ul li::after {
  margin-top: -23px;
  width: 25px;
  height: 48px;
  background-image: url("/img/ct_lp/flow_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -45px;
  top: 80px;
  content: "";
}

#main .flow ul li:last-of-type {
  margin-right: 0;
}


#main .flow ul li:last-of-type::after {
  display: none;
}

#main .flow ul li .flowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main .flow ul li .flowBox .flowImage {
  width: 160px;
}

#main .flow ul li .flowBox .flowImage img {
  width: 100%;
}

#main .flow ul li .flowBox .flowText {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}

#main .flow ul li .flowBox .flowText p {
  font-size: 1.6rem;
}

#main .flow ul li .flowBox .flowText p.num {
  color: #000;
  border: 1px solid #000;
  font-size: 1.2rem;
  padding: 5px 5px 3px;
  line-height: 1;
  margin-right: 5px;
  text-align: center;
}

#main .flow ul li.animation:nth-of-type(2) {
  animation-delay: .3s;
}

#main .flow ul li.animation:nth-of-type(3) {
  animation-delay: .6s;
}

#main .flow ul li.animation:nth-of-type(4) {
  animation-delay: .9s;
}

#main .flow ul li.animation:nth-of-type(5) {
  animation-delay: 1.2s;
}


#main .contact {
  padding-bottom: 120px;
}

#main .contact h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 80px;
}




@media (min-width: 0) and (max-width: 767px) {
  #main .flow {
    padding: 20vw 0;
  }

  #main .flow h2 {
    font-size: 8vw;
    margin-bottom: 8vw;
  }

  #main .flow ul {
    flex-direction: column;
  }

  #main .flow ul li {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }

  #main .flow ul li :last-of-type {
    margin-bottom: 0;
  }

  #main .flow ul li .flowBox {
    display: block;
    position: relative;
  }

  #main .flow ul li .flowBox .flowImage {
    width: 50px;
    margin-right: 10px;
    left: 0;
    position: absolute;
  }

  #main .flow ul li .flowBox .flowText {
    margin-top: 0;
    align-items: center;
    margin-left: 25px;
    padding-left: 35px;
    height: 50px;
    justify-content: flex-start;
    background-color: #797979;
  }

  #main .flow ul li .flowBox .flowText p {
    font-size: 3vw;
    color: #fff;
  }


  #main .flow ul li .flowBox .flowText p.num {
    color: #797979;
    background-color: #fff;
    padding: 3px;
  }

  #main .flow ul li::after {
    margin-top: 0;
    width: 10px;
    height: 20px;
    right: 50%;
    top: initial;
    bottom: -26px;
    transform: translate(50%, 0);
    rotate: 90deg;
  }

  #main .flow ul li.animation:nth-of-type(2) {
    animation-delay: .2s;
  }

  #main .flow ul li.animation:nth-of-type(3) {
    animation-delay: .4s;
  }

  #main .flow ul li.animation:nth-of-type(4) {
    animation-delay: .6s;
  }

  #main .flow ul li.animation:nth-of-type(5) {
    animation-delay: .8s;
  }

  #main .flow .introText {
    font-size: 4vw;
  }

}