/*------------------------------------
WEB・システム構築支援ページ用CSS
------------------------------------*/
section.bg-white{
  position: relative;
}
.column-inner{
  display: block;
}

img{
  border-radius: 30px;
}
.header-logo img,
.footer-menu-area .nemu-wrap .sns-link img,
.circle-dot img{
  border-radius: 0px;
}
.inner-top {
  padding: 50px 0 80px;
}

/*あしらい*/
.image-dots{
  position: relative;
}

.section-1 > p {
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 1.15rem;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

.page-service_system .section-2 p {
  font-size: 1.15rem;
}

/* Header sections */
.page-default-title, .default-title {
  margin-bottom: 2.5rem;
}

.sub-title {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 2rem;
  font-size: 1rem;
}

/* Column layouts */
.column-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.5rem;
  justify-content: space-between;
  border-top: 1px solid #5C5C5C;
  padding-top: 50px;
  gap: 40px;
}

.column-section p {
  margin-bottom: 0;
}

.column-inner > span {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1rem;
  width: fit-content;
  position: relative;
  padding-right: 50px;
  transition: .3s;
  padding: 5px 50px 5px 20px;
  color: #000;
  border-bottom: none;
  border-left: 8px solid var(--color-blue);
  margin-bottom: 0;
}

.column-inner > span > span {
  color: var(--color-blue);
}
.column-section > div:first-of-type {
  width: 60%;
}
.column-section:last-of-type > div:first-of-type{
  width: 100%;
}
.section-2 .button-container {
  margin: 70px auto 0;
  text-align: center;
}

.column-inner h3 {
  border: unset;
  font-size: 1.5rem;
}
.column-inner h3::after {
  content: unset;
}

.column-section-3 {
  display: block;
}

.column-section-3 > div:first-of-type {
  width: 100%;
}

/* Image elements with dot patterns */
.image-dots {
  position: relative;
  width: 35%;
}

.image-dots img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.image-dots:after {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(../img/dots-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
  bottom: -14px;
  z-index: 1;
}

.column-section-2 .image-dots:after {
  right: -35px;
  left: unset;
}

.section-2 li{
  position: relative;
  margin-bottom: 25px;
  padding-left: 26px;
  font-size: 22px;
  font-weight: 600;
}
.section-2:last-of-type{
  margin-bottom: 0;
}
.section-2 li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(90%);
  width: 13px;
  height: 13px;
  border-radius: 100vh;
  background-color: var(--color-blue);
}

.no-border{
  border: none;
}

/* FAQ section */
.faq-content {
  margin: 2rem 0;
}

.faq-block {
  background-color: white;
  border-radius: 20px;
  padding: 1.5rem 45px;
  margin-bottom: 2rem;
  border: 1px solid #AABCD4;
}

.faq-block h3 {
  position: relative;
  padding-left: 5%;
  padding-bottom: 0;
  cursor: pointer;
  margin: 0;
  font-size: 1.4rem;
  border: none;
  width: 95%;
}

.faq-block h3:before,
.faq-block p:after {
  content: "Q";
  display: block;
  width: auto;
  height: auto;
  color: #000;
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.faq-block p:after {
  content: "A";
}

.faq-block h3:after{
  content: "+";
  display: block;
  width: auto;
  height: auto;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5%;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  border: none;
  text-align: center;
  overflow: unset;
}

.faq-block p {
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 5%;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4;
  width: 95%;
}

.faq-block a {
  color: var(--color-blue);
  text-decoration: none;
}

/* Archive page styles */
.our-support-img {
  width: 100%;
}

.section-margin {
  margin-top: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.flex-2column-container {
  margin-bottom: 120px;
}

.section-2 ul {
  margin: 0;
}
h4:first-child{
  border: none;
  margin-top: 57px;
  font-size: 22px;
}
.blue-cercle {
  position: absolute;
  width: 15vw;
  height: 15vw;
  background-color: var(--color-blue);
  border-radius: 50%;
  right: -5vw;
  bottom: 70px;
}
.blue-cercle::before {
  content: "";
  width: 5vw;
  height: 5vw;
  position: absolute;
  background-image: url(../img/dots-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1vw;
  left: -1vw;
  z-index: 1;
}
.bg-cercle-dots {
  width: 33vw;
  height: 33vw;
  position: absolute;
  top: 0vw;
  right: -18vw;
  z-index: 0;
}
.section-1 .bg-cercle-dots {
  left: -18vw;
}

@media (max-width: 768px) {
  .section-2 .inner {
    padding-top: 0;
  }
  img{
    border-radius: 15px;
  }
  .before-footer .inner{
    padding-top: 0;
  }
  .default-title .big-title{
    line-height: 1.3;
  }
  /* Header sections */
  .page-default-title,
  .default-title {
    margin: 20px 0;
  }  
  .section-1 p {
    margin-bottom: 50px;
    line-height: 1.8;
  }
  /* Column layouts */
  .column-section {
    flex-direction: column;
    gap: 20px;
  }

  .column-section p {
    margin-bottom: 0;
  }

  .column-inner > span {
    font-size: 1.6rem;
  }

  .column-section > div:first-of-type {
    width: 100%;
  }

  .column-inner h3 {
    border: unset;
    font-size: 1.1rem;
    margin: 1.5em 0 1.2em;
  }
  .image-dots {
    position: relative;
    width: 100%;
  }

  .suopport-area {
    grid-template-columns: none;
    gap: 1.5rem;
    margin: auto;
  }

  .suopport-area > div {
    border-radius: 15px;
    padding: 1.3rem;
  }

  .suopport-area p {
    margin-bottom: 0;
  }

  h3{
    font-size: 1.75rem;
  }

  .column-section > div:first-of-type{
    width: 100%;
  }

  .column-section.no-border{
    padding-top: 30px;
  }

  .column-section:nth-child(even){
    flex-direction: column;
  }

  .section-2 ul{
    margin: 0;
  }

  .section-2 li{
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .section-2 li::before{
    content: "";
    width: 10px;
    height: 10px;
    transform: translateY(50%);
  }

  .flex-2column-container .image-content{
    margin: 20px auto 50px;
  }
  h4:first-child{
    margin-top: 50px
  }
  .blue-cercle{
    bottom: 30px;
  }
  .faq-block {
    border-radius: 15px;
    padding: 1.5rem 5% 1rem;
    margin-bottom: 2rem;
  }

  .faq-block h3 {
    padding-left: 1.2rem;
    font-size: 1rem;
    width: 95%;
  }

  .faq-block p{
    margin: 0;
    padding-left: 1rem;
    font-size: 1rem;
    width: 95%;
  }

  .faq-block h3:before,
  .faq-block p:after {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

  .faq-block h3:after {
    content: "+";
    width: 16px;
    height: 16px;
    right: -1.5rem;
    top: 0;
    font-size: 1.5rem;
  }

  .inner-top {
    padding: 30px 0 50px;
  }

  .flex-2column-container {
    margin-bottom: 15px;
  }

  .section-2 .image-dots {
    margin-top: 30px;
  }

  .page-service_system .section-2 p {
    font-size: 0.9rem;
  }
}
