:root {
  --white-color: #ffffff;
  --yellow-background: #f2c94c;
  --blue-background: #56ccf2;
  --font-color: #232323;
  --border-color: #000000;
  --example-color: #e66a1f;
  --tell-color: #68c643;
  --mail-color: #2d9cdb;
  --number-color: #0d386c;
  --footer-background: #000000;
  --font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: var(--font-family);
  overflow-x: hidden;
  max-width: 100%;
}
body {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

header {
  width: 100%;
  height: 120px;
  background: rgba(255,255,255,0.4);
  z-index: 99;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  max-width: 100%;
}

main {
  width: 100%;
}
main section#main-view img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60vw;
  object-fit: cover;
}

section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  max-width: 100%;
}

.header-logo  {
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-logo img {
  margin-left: 30px;
  width: 94%;
}
header nav {
  font-weight: 500;
  margin-right: 40px;
}
header ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

header ul li {
  list-style: none;
  padding: 0 21px;
  position: relative;
}
header ul li a {
  font-size: 1.6rem;
}

a {
  color: var(--font-color);
  text-decoration: none;
}

header ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--font-color);
}
header header ul li a {
  font-size: 1.6rem;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--font-color);
  border-radius: 3px;
  transition: all 0.3s ease;
}

#main-view {
  height: 60vw;
}

.main-view-text {
  position: absolute;
  display: flex;
  width: 100%;
  height: 50vw;
  top: -1vw;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.main-view-text .left-side {
  margin-left: 10vw;
}
.main-view-text h2.color-white {
  position: relative !important;
  color: var(--white-color);
  font-size: 9rem;
  font-weight: 900;
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}
.main-view-text p.color-white {
  position: relative !important;
  color: var(--white-color);
  font-size: 6rem;
  font-weight: 900;
  margin: 0px !important;
}
.main-view-contact-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  top: calc(195px + 26vw);
}

.footer-contact-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
}

.main-view-contact {
  background: var(--white-color);
  padding-top: 38px;
  padding-bottom: 45px;
  box-shadow: 0px 0px 5px var(--border-color);
  width: 79%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-view-contact-title {
  margin-top: 20px !important;
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 1.8rem;
}
.main-view-row {
  display: flex;
  flex-direction: row;
}
.main-view-mail {
  margin-left: 25px;
  padding-top: 7px;
  border-top: var(--border-color) solid 1px;
  border-bottom: var(--border-color) solid 1px;
}
.main-view-tell {
  margin-right: 25px;
  padding-top: 7px;
  border-top: var(--border-color) solid 1px;
  border-bottom: var(--border-color) solid 1px;
}
.main-view-tell p {
  color: var(--white-color);
  background: var(--tell-color);
  font-size: 1.5rem;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 25px;
}
.main-view-mail p {
  color: var(--white-color);
  background: var(--mail-color);
  font-size: 1.5rem;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 25px;
}
.main-view-tell img {
  position: relative !important;
  width: 58px !important;
  margin-right: 14px;
}
.main-view-mail img {
  position: relative !important;
  width: 58px !important;
  margin-right: 10px;
}

.main-view-tell span {
  font-size: 4.4rem;
  font-weight: 700;
}
.main-view-mail span {
  font-size: 2.7rem;
  font-weight: 700;
}
.main-view-tell a {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  height: 74px;
}
.main-view-mail a {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  height: 74px;
}

section#example {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(1200px - 23vw) !important;
  justify-content: center;
  align-items: center;
  top: -100px;
}

#example .para-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#example h2 {
  margin-top: calc(500px - 23vw);
}
h2 {
  font-size: 4.5rem;
}
section#example .example-explain {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 40px;
}
section#example .example-card p {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 100px;
}
section#example .example-card-group {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#example .example-card {
  width: 100%;
  height: 55px;
  border: 3px solid var(--example-color);
  display: flex;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
section#example .example-card img {
  position: absolute;
  left: 0px;
  width: 35px;
  padding: 10px;
  background: var(--example-color);
  padding-right: 10px;
}
#strength  {
  position: relative;
}
#strength  h2 {
  z-index: 999;
}
#strength  img.strength-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  z-index: 999;
}
section#strength  {
  width: 100%;
  height: 1130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#strength .para-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

section#strength h2 {
  color: var(--white-color);
  margin-top: -140px;
}
.strength-card-group {
  z-index: 999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
.strength-card {
  text-align: center;
}
img.strength-card {
  width: 330px;
}
div.strength-card {
  background: var(--white-color);
  width: 300px;
  height: 320px;
  padding: 15px;
  box-shadow: 0px 0px 5px var(--border-color);
}
.strength-card h3 {
  color: var(--example-color);
  font-size: 2.6rem;
  margin-top: 15px;
}
.strength-card hr {
  width: 80%;
  margin-bottom: 25px;
}
.strength-card p {
  font-size: 1.3rem !important;
  text-align: start;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.pair {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 10px;
}

#items  {
  width: 100%;
  height: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -100px;
  padding-bottom: 60px;
}
#items h2 {
  margin-bottom: 10px;
}
section#items .para-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.item-group {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}
.item-group div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item-group div p {
  font-size: 1.2rem;
  font-weight: 500;
}
.item-group img {
  width: 240px;
  box-shadow: 0px 0px 5px var(--border-color);
}
#items .items-explain {
  font-size: 1.6rem;
  font-weight: 700;
}
#items ul.scroll-infinity__list {
  position: relative;
  height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 105%;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 5px;

}
#items li.scroll-infinity__item .archive-card {
  width: 350px;
  box-shadow: 0px 0px 5px var(--border-color);
  padding: 25px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#items li.scroll-infinity__item .archive-card img {
  box-shadow: 0px 0px 5px var(--border-color);
  width: 280px;
}
#items li.scroll-infinity__item .archive-card table {
  padding-top: 15px;
  padding-bottom: 15px;
}
#items li.scroll-infinity__item .archive-card table th {
  text-align: end;
  font-size: 2.6rem;
  font-weight: 700;
  padding-right: 24px;
}
#items li.scroll-infinity__item .archive-card table td {
  color: var(--example-color);
  font-size: 2.6rem;
  font-weight: 700;
}
#items li.scroll-infinity__item .archive-card ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
}
#items li.scroll-infinity__item .archive-card ul li {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 6px;
}
#flow {
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}
#flow .para-inner{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white-color);
}
#flow .flow-group {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flow .flow-group .flow-card {
  width: 130px;
  height: 400px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: var(--white-color);
  color: var(--number-color);
  box-shadow: 0px 0px 5px var(--border-color);
  position: relative;
}



#flow .flow-group .flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: var(--number-color);
  opacity: 0.5;
}


#flow h2 {
  margin-bottom: 10px;
}

#flow .flow-group .flow-card h3 {
  margin-top: -57px;
  margin-bottom: 0px;
  font-size: 7rem;
  font-weight: 700;
}
#flow .flow-group .flow-card h4 {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-weight: 500;
  height: 100%;
  padding-bottom: 30px;
  text-align: center;
}

#flow .para-inner p {
  font-size: 1.6rem;
  font-weight: 700;
}
.flow-explain-group {
  width: 70%;
}
.bg-wrap {
  width: 100%;
}

.para {
  width: 100%;
  height: 700px;
  background: var(--white-color); 
  transform: skewY(-8deg);
  margin: 0;
  overflow: hidden;
}
.para-inner {
  transform: skewY(8deg);
  width: 100%;
}
.para:nth-child(4) {
  background: url("../../assets/img/bg-strength.png") center/cover no-repeat;
}

.para:nth-child(6) {
  background: url("../../assets/img/bg-flow.png") center/cover no-repeat;
}

section#remainder {
  height: 500px !important;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background: var(--footer-background);
  color: var(--white-color);
  position: absolute;
}
footer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
}
footer address {
  font-style: normal !important;
  display: flex;
  flex-direction: column;
}
footer img {
  margin-top: -40px;
  margin-bottom: 10px;
  width: 170px;
}
footer p {
  text-align: center;
}
footer small {
  position: absolute;
  bottom: 30px;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  header nav,
  header nav ul,
  header nav ul li,
  header nav ul li a {
    display: none;
  }
  header nav.active,
  header nav ul.active,
  header nav ul li.active,
  header nav ul li a.active {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav.active {
    position: fixed !important;
  }
  header nav ul.active {
    padding-left: 0px !important;
  }

  .nav-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
  }
  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  header.active {
    height: 100%;
  }
  header nav.active {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1000;
  }
  header nav.active ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav.active ul li {
    margin-bottom: 30px;
  }
  header nav.active ul li a {
    display: flex;
    z-index: 2000;
  }
  .main-view-contact-wrap.active {
    display: none;
  }
  .footer-contact-wrap.active {
    display: none;
  }
  header ul li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0px !important;
    background: var(--font-color);
  }
}
@media (max-width: 1023px) {
  header {
    height: 70px !important;
  }
  header.active {
    height: 100% !important;
  }
  #main-view img,
  #main-view {
    object-fit: cover;
    height: 90vw !important;
  }
  .nav-toggle {
    position: absolute;
    top: 24px !important;
    right: 30px;
    display: flex;
  }
  .main-view-text h2.color-white {
    position: relative !important;
    color: var(--white-color);
    font-size: clamp(3rem, 10vw, 5rem) !important;
    font-weight: 900;
    margin-top: 100px !important;
  }
  .main-view-text {
    position: absolute;
    display: flex;
    width: 100%;
    height: 50vw;
    top: 30px !important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-view-text p.color-white {
    position: relative !important;
    color: var(--white-color);
    font-size: 2rem !important;
    font-weight: 900;
    margin: 0px !important;
  }

  .header-logo img {
    margin: 5px;
    width: 230px !important;
  }

  .header-logo {
    width: 100% !important;
    justify-content: space-between;
    margin-left: 20px !important;
  }






  .item-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-view-row {
    display: flex;
    flex-direction: column;
  }



  .main-view-contact-wrap {
    top: calc(90px + 26vw);
  }

  .main-view-contact-title {
    font-size: 1.2rem !important;
    width: 90%;
    display: flex;
    justify-content: center;
  }

  .main-view-contact {
    width: 85% !important;
    padding: 10px;
    margin-top: 100px;
  }
  .footer-contact-wrap .main-view-contact {
    width: 85% !important;
    padding: 10px;
    margin-top: -40px;
  }

  .main-view-tell img {
    width: 40px !important;
  }
  .main-view-mail img {
    width: 40px !important;
  }

  .main-view-tell span {
    font-size: 6rem !important;
  }
  .main-view-mail span {
    font-size: 3.6rem !important;
  }

  .main-view-mail {
    margin-left: 0px !important;
    border-bottom: unset !important;
  }
  .main-view-tell {
    margin-right: 0px !important;
    border-bottom: unset !important;
  }


  #example h2 {
    margin-top: calc(300px - 20vw);
    font-size: 3rem !important;
  }





  section#example {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(1100px - 40vw) !important;
    justify-content: center;
    align-items: center;
    top: -40px !important;
    padding-bottom: 15px;
  }


  p.example-explain {
    width: 86%;
  }

  .example-card p {
    padding-left: 63px !important;
    padding-right: 10px;
    font-weight: unset !important;
    margin-left: 20px !important;
  }

  section#example .example-card-group {
    width: 85%;
  }

  section#strength  {
    background: var(--yellow-background);
    width: 100%;
    height: calc(200vw + 1200px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px !important;
    margin-top: -15px;
  }

  section#strength h2 {
    margin-top: -240px !important;
  }


  #strength .pair {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: unset !important;
    justify-content: center;
    align-items: center;
  }

  .strength-card-group {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  img.strength-card {
    width: 87% !important;
  }
  div.strength-card {
    width: 83% !important;
    height: auto;
  }
  .item-group {
    width: 87%;
  }

  #items .item-group div p {
    font-size: 1.6rem;
    font-weight: 700;
  }

  #items {
    height: calc(0vw + 2400px) !important;
    margin-top: -180px;
    padding-bottom: 40px !important;
  }
  #items h2 {
    margin-top: calc(800px - 80vw);
  }

  #items .archive-group .archive-card table th,
  #items .archive-group .archive-card table td {
    font-size: 2.2rem;
  }

  .item-group img {
    width: 100%;
  }
  #items .items-explain {
    width: 87%;
  }

  #flow {
    height: 1500px !important;
    padding-top: 100px;
  }
  #strength h2,
  #items h2,
  #flow h2 {
    font-size: 3.5rem;
  }
  #strength h2 {
    padding-top: 247px;
  }
  #flow h2 {
    margin-top: -100px !important;
    margin-bottom: 10px;
  }
  #flow .flow-group {
    flex-direction: column;
    margin-bottom: 0px !important;
  }

  #flow .flow-group .flow-card {
    width: 86%;
    height: 100px;
    flex-direction: row;
  }
  #flow .para-inner p {
    width: 86%;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: -40px;
  }
  .flow-explain-group {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #flow .flow-group .flow-card h4 {
    writing-mode: unset;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 2.4rem !important;
  }
  #flow .flow-group .flow-card h3 {
    margin-top: -6px;
    margin-left: 10px;
    margin-right: 20px;
  }
  .flow-explain-group p {
    margin-bottom: 20px !important;
  }
  #flow .flow-group .flow-card {
    text-align: center !important;
    margin-bottom: 60px;
  }
  #flow .flow-group .flow-card:not(:last-child)::after {
    content: "";
    width: 60px;
    height: 60px;
    top: 40% !important;
    right: unset !important;
    transform: translateX(39vw) !important;
    background: var(--number-color);
    opacity: 0.5;
    display: block;
    margin: 60px auto 0;
  }

  address span {
    text-decoration: none;
    color: var(--white-color);
  }

}
@media (max-width: 575px) {
  header {
    height: 70px !important;
  }
  header.active {
    height: 100% !important;
  }
  #main-view img,
  #main-view {
    object-fit: cover;
    height: 90vw !important;
  }
  .nav-toggle {
    position: absolute;
    top: 24px !important;
    right: 30px;
    display: flex;
  }
  .main-view-text h2.color-white {
    position: relative !important;
    color: var(--white-color);
    font-size: clamp(3rem, 10vw, 5rem) !important;
    font-weight: 900;
    margin-top: 100px !important;
  }
  .main-view-text {
    position: absolute;
    display: flex;
    width: 100%;
    height: 50vw;
    top: 30px !important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-view-text p.color-white {
    position: relative !important;
    color: var(--white-color);
    font-size: 2rem !important;
    font-weight: 900;
    margin: 0px !important;
  }

  .header-logo img {
    margin: 5px;
    width: 230px !important;
  }

  .header-logo {
    width: 100% !important;
    justify-content: space-between;
    margin-left: 20px !important;
  }

  .main-view-contact-wrap {
    top: calc(90px + 26vw);
  }

  .main-view-contact-title {
    font-size: 1.2rem !important;
    width: 90%;
  }

  .main-view-contact {
    width: 85% !important;
    padding: 10px;
    margin-top: 100px;
  }
  .footer-contact-wrap .main-view-contact {
    width: 85% !important;
    padding: 10px;
    margin-top: -40px;
  }

  .main-view-tell img {
    width: 40px !important;
  }
  .main-view-mail img {
    width: 40px !important;
  }

  .main-view-tell span {
    font-size: 3rem !important;
  }
  .main-view-mail span {
    font-size: 2rem !important;
  }

  .main-view-mail {
    margin-left: 0px !important;
    border-bottom: unset !important;
  }
  .main-view-tell {
    margin-right: 0px !important;
    border-bottom: unset !important;
  }

  section#example {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(1220px - 40vw) !important;
    justify-content: center;
    align-items: center;
    top: -40px !important;
    padding-bottom: 15px;
  }

  #example h2 {
    margin-top: calc(700px - 70vw) !important;
    font-size: 3rem !important;
  }

  p.example-explain {
    width: 90%;
  }

  .example-card p {
    padding-left: 44px !important;
    padding-right: 10px;
    font-weight: unset !important;
  }

  section#example .example-card-group {
    width: 90%;
  }

  section#strength  {
    background: var(--yellow-background);
    width: 100%;
    height: calc(200vw + 1200px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px !important;
    margin-top: -15px;
  }

  section#strength h2 {
    margin-top: -240px !important;
  }


  #strength .pair {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: unset !important;
    justify-content: center;
    align-items: center;
  }

  .strength-card-group {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  img.strength-card {
    width: 86% !important;
  }
  div.strength-card {
    width: 80% !important;
    height: auto;
  }
  .item-group {
    grid-template-columns: 1fr;
  }

  #items .item-group div p {
    font-size: 1.6rem;
    font-weight: 700;
  }

  #items {
    height: calc(530vw + 1430px) !important;
    margin-top: -180px;
    padding-bottom: 40px !important;
  }
  #items h2 {
    margin-top: calc(400px - 80vw);
  }

  #items .archive-group .archive-card table th,
  #items .archive-group .archive-card table td {
    font-size: 2.2rem;
  }

  .item-group img {
    width: 90%;
  }
  #items .items-explain {
    width: 90%;
  }

  #flow {
    height: 1500px !important;
    padding-top: 100px;
  }
  #strength h2,
  #items h2,
  #flow h2 {
    font-size: 3.5rem;
  }
  #strength h2 {
    padding-top: 247px;
  }
  #flow h2 {
    margin-top: -100px !important;
    margin-bottom: 10px;
  }
  #flow .flow-group {
    flex-direction: column;
    margin-bottom: 0px !important;
  }

  #flow .flow-group .flow-card {
    width: 90%;
    height: 100px;
    flex-direction: row;
  }
  #flow .para-inner p {
    width: 90%;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: -40px;
  }
  .flow-explain-group {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #flow .flow-group .flow-card h4 {
    writing-mode: unset;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 2.4rem !important;
  }
  #flow .flow-group .flow-card h3 {
    margin-left: 10px;
    margin-right: 20px;
  }
  .flow-explain-group p {
    margin-bottom: 20px !important;
  }
  #flow .flow-group .flow-card {
    text-align: center !important;
    margin-bottom: 60px;
  }
  #flow .flow-group .flow-card:not(:last-child)::after {
    content: "";
    width: 60px;
    height: 60px;
    top: 40% !important;
    right: unset !important;
    transform: translateX(37vw) !important;
    background: var(--number-color);
    opacity: 0.5;
    display: block;
    margin: 60px auto 0;
  }

}

address span {
    color: var(--white-color);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
address span a {
    text-decoration: none;
    color: var(--white-color) !important;
}


section {
  opacity: 0;
  transition: opacity 1.8s ease;
}

section.show {
  opacity: 1;
}

