@charset "UTF-8";

body.sub .section {
  padding: 150px 0;
}


body.sub .sectionTitle {
  margin-bottom: 100px;
  position: relative;
}

body.sub .sectionTitle::before {
  content: '';
  background-color: #464646;
  height: 64px;
  width: 1px;
  display: block;
  top: -130%;
  left: 50%;
  transform: scaleY(0);
  transform-origin-y: 0;
  position: absolute;
  transition: all .6s ease-in-out;
}

body.sub .sectionTitle.active::before {
  transform: scaleY(1);
}

.service-btn {
  margin-top: 100px;
  font-size: 16px;
  line-height: 2.25;
}

.service-btn a {
  color: #464646;
  padding: 0.5em 5em 0.5em 2em;
  border: 1px solid #464646;
  display: inline-block;
  position: relative;
}

.service-btn a:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%);
  transition: all .3s;
}

.service-btn a:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 105%;
  width: 15px;
  height: 1px;
  background-color: #464646;
  transform: translate(0%) rotate(45deg);
  opacity: 0;
  transition: all .3s;
}

.service-btn a:hover::before {
  transform: translateX(100%);
}

.service-btn a:hover::after {
  transform: translate(120%) rotate(45deg);
  opacity: 1;
}

.intro {
  padding-top: 80px;
}

.intro .intro-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
  width: 960px;
  margin: 0 auto;
}

.intro .intro-box p {
  font-family: "JMCGOTHIC", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.intro .intro-box p {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}

.intro .intro-box p:nth-of-type(2) {
  width: 120px;
}

.intro .intro-box p span {
  font-size: 0.4em;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}


.intro .text {
  font-family: "JMCGOTHIC", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 900px;
  margin: 120px auto 0;
  text-align: center;
  line-height: 2;
}



#strength ul {
  display: flex;
  gap: 0 40px;
  margin-bottom: 300px;
}

#strength ul li {
  width: 400px;
  position: relative;
}

#strength ul li:nth-of-type(2) {
  transition-delay: .2s;
}

#strength ul li:nth-of-type(3) {
  transition-delay: .4s;
}


#strength ul li::before {
  font-family: "JMCGOTHIC", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #4a81e5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

#strength ul li:first-of-type::before {
  content: '01';
}

#strength ul li:nth-of-type(2)::before {
  content: '02';
}

#strength ul li:nth-of-type(3)::before {
  content: '03';
}


#strength ul li .image {
  border-radius: 24px;
  overflow: hidden;
}

#strength ul li .text {
  color: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.5em;
  font-size: 32px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
}

#strength .column:not(:last-of-type) {
  margin-bottom: 200px;
}

#strength .column .contentText {
  padding-top: 40px;
  position: relative;
}

#strength .column .contentText .subHead {
  position: absolute;
  line-height: 1;
  font-size: 180px;
  font-family: "JMCGOTHIC", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  top: -20%;
  color: #bbe2ff;
  z-index: -1;
}

#strength .column .contentText .subHead span {
  font-size: 0.1em;
  font-weight: normal;
  display: inline-block;
  padding: 0.4em;
  background-color: #bbe2ff;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}


#flow ul {
  display: flex;
  gap: 0 40px;
}

#flow ul li {
  width: 180px;
  position: relative;
  transform: translateX(-30%);
  opacity: 0;
  transition: all .3s ease;
}

#flow ul li.active {
  opacity: 1;
  transform: translateX(0);
}

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

#flow ul li:nth-of-type(3).active {
  transition-delay: .25s;
}

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

#flow ul li:nth-of-type(5).active {
  transition-delay: .35s;
}

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


#flow ul li:not(:last-of-type):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #757575;
  width: 24px;
  height: 1px;
  transform: translateX(100%);
}

#flow .text {
  width: 1000px;
  line-height: 2;
  margin: 80px auto 0;
}


#flow .service-btn {
  text-align: center;
}





@media screen and (max-width: 767px) {
  body.sub .section {
    padding: 45px 0;
  }

  body.sub .sectionTitle {
    margin-bottom: 24px;
    padding-top: 8vw;
  }

  body.sub .sectionTitle::before {
    height: 8vw;
    top: -10%;
  }

  .service-btn {
    margin-top: 10vw;
    text-align: center;
  }

  .intro {
    padding-top: 0;
  }

  .intro .intro-box {
    flex-direction: column;
    width: 100%;
    gap: 6vw 0;
  }

  .intro .intro-box p:nth-of-type(2) {
    width: 10vw;
  }

  .intro .intro-box p {
    font-size: 6vw;
  }

  .intro .text {
    text-align: left;
    width: 100%;
    margin: 12vw auto 0;
  }

  .intro .text br:last-of-type {
    display: none;
  }

  #strength ul {
    flex-direction: column;
    gap: 16vw 0;
    margin-bottom: 24vw;
    margin-top: 16vw;
  }

  #strength ul li {
    width: 100%;
  }

  #strength ul li::before {
    font-size: 6vw;
    width: 12vw;
    height: 12vw;
  }


  #strength ul li .text {
    font-size: 18px;
  }

  #strength .column .contentText .subHead {
    font-size: 24vw;
    top: -5%;
  }

  #strength .column:not(:last-of-type) {
    margin-bottom: 16vw;
  }

  #flow .text {
    width: 100%;
    margin: 8vw auto 0;
  }

  #flow ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8vw 5%;
  }

  #flow ul li {
    width: 26%;
  }

  #flow ul li:nth-of-type(4) {
    order: 3;
  }

  #flow ul li:nth-of-type(5) {
    order: 2;
  }

  #flow ul li:nth-of-type(6) {
    order: 1;
  }

  #flow ul li:not(:last-of-type):after {
    width: 6vw;
  }

  #flow ul li:nth-of-type(3):after {
    content: '';
    position: absolute;
    top: 99%;
    right: 50%;
    background-color: #757575;
    width: 1px;
    height: 5vw;
    transform: translateX(100%);
  }

  #flow ul li:nth-of-type(4),
  #flow ul li:nth-of-type(5),
  #flow ul li:nth-of-type(6) {
    transform: translateX(30%);
  }

  #flow ul li:nth-of-type(4).active,
  #flow ul li:nth-of-type(5).active,
  #flow ul li:nth-of-type(6).active {
    transform: translateX(0);
  }

  #flow ul li:nth-of-type(4):after,
  #flow ul li:nth-of-type(5):after,
  #flow ul li:nth-of-type(6):after {
    right: initial;
    left: 0%;
    transform: translateX(-100%);
  }

}