@charset "utf-8";

/*====================
お悩み
====================*/

.consultant-issue{
  position: relative;
  margin: 0 auto;
  padding: 5rem 0;
  width: 100%;
  background-image: linear-gradient(#8eb7eacc, #436ca0e6 60%, #2F4E74);
}

.consultant-issue-deco01{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.consultant-issue-deco02{
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.consultant-issue-inner{
  position: relative;
  margin: 5rem auto 3rem;
  width: 80%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  z-index: 1;
}

.consultant-issue-inner h2{
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
}

.consultant-issue-title{
  position: relative;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}

.consultant-issue-inner p{
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 2;
}

.consultant-issue-check-wrap{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.consultant-issue-check{
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}

.consultant-issue-check-has{
  gap: 2rem;
}

.consultant-issue-check-list{
  position: relative;
  padding-left: 2rem;
  color: #FFF;
  font-size: 18px;
}

.consultant-issue-check-list:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: auto;
  background: url("https://sit-8147724.sibloo.com/system_panel/uploads/images/20251230160159421248.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .consultant-issue{
    padding: 3rem 0;
  }
  .consultant-issue-inner{
    margin: 3rem auto;
    width: 95%;
    gap: 1.5rem;
  }
  .consultant-issue-inner p{
    font-size: 14px;
  }
  .consultant-issue-inner h2{
    font-size: 1rem;
  }
  .consultant-issue-title{
    position: relative;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  .consultant-issue-check-wrap{
    flex-direction: column;
    gap: 1rem;
  }
  .consultant-issue-check{
    margin: 0;
  }
  .consultant-issue-check-has{
    gap: 2rem;
  }
  .consultant-issue-check-list{
    font-size: 14px;
  }
}

/*====================
サービス紹介
====================*/
.ab-desc{
  position: relative;
  margin: 5rem auto;
  width: 100%;
  height: fit-content;
}

.ab-desc-wrap{
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.ab-desc-img{
  position: relative;
  width: 45%;
}
.ab-desc-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ab-desc-text h2{
  position: relative;
  font-size: 2.5rem;
  width: fit-content;
}

@media screen and (max-width: 960px) {
  .ab-desc{
    position: relative;
    margin: 3rem auto;
    width: 100%;
    height: fit-content;
  }

  .ab-desc-wrap{
    position: relative;
    padding: 2rem 0;
    width: 90%;
    flex-direction: column;
    gap: 2rem;
  }
  .ab-desc-img{
    width: 100%;
  }
  .ab-desc-text{
    gap: 1.5rem;
  }
  .ab-desc-text h2{
    font-size: 1.25rem;
  }
}

/*====================
遷移リンク
====================*/
.trans-link{
    position: relative;
    margin: 3rem auto;
    width: 80%;
    padding: 5rem 5% 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  	color: #FFF;
  	border-radius: 3px;
    z-index: 1;
}

.trans-link h2{
    font-size: 1.25rem;
    font-family: "Noto Serif JP", sans-serif;
    color: #FFF;
}

.trans-link p{
    font-size: 2rem;
    font-family: "Noto Serif JP", sans-serif;
    color: #FFF;
}

.trans-link img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.trans-link a{
  position: relative;
  display: flex;
  width: fit-content;
  margin: 2rem 0 0 auto;
  padding-right: 1rem;
}

.trans-link a:hover:after{
  transform: translateX(1rem) skew(45deg);
  transition: all .5s;
}

.trans-link a p{
  font-size: 1rem!important;
}

.trans-link a:after{
  content: '';
  width: 80px;
  height: 16px;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: skew(45deg);
}

@media screen and (max-width: 960px) {
  .trans-link{
      position: relative;
      margin: 2rem auto;
      width: 90%;
      padding: 3rem 1rem;
      gap: 1rem;
  }
  .trans-link h2{
      font-size: 1rem;
  }
  .trans-link p{
      font-size: 1.5rem;
  }
}

/*====================
メンバー紹介
====================*/

.ab-member{
  position: relative;
  top: -5rem;
  padding: 13rem;
  background-color: #F8FAFF;
  padding: 1rem 0;
}

.ab-member-w{
  background-color: #FFF;
}

.ab-member-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 2.5rem;
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
}

.ab-member-title h2{
  position: relative;
  font-size: 14px;
  width: fit-content;
  padding-left: 2rem;
}

.ab-member-inner{
  margin: 3rem auto;
  width: 85%;
  max-width: 1200px;
  z-index: 1;
}

.ab-member-cont-title {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  margin: 3rem auto 0;
}

.ab-member-cont {
    margin: 1rem auto 5rem;
    position: relative;
    width: 100%;
    display: flex;
  	justify-content: center;
    flex-wrap: wrap;
    gap: 1.2%;
    row-gap: 2rem;
}

.ab-member-item{
  padding: 1rem;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 320px;
  width: 32%;
  color: #464646;
  font-size: 12px;
}

.ab-member-item img{
  width: 100%;
  height: 320px;
  border-radius: 10px;
  object-fit: cover;
}

.ab-member-item-name{
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 1rem 1rem;
  border-bottom: .5px solid #5E6571;
  line-height: 1.5;
  min-height: 80px;
}
.ab-member-item-job{
  font-size: 11px;
}


.ab-company-title{
  position: relative;
  font-size: 2rem;
  text-align: center;
  width: 200px;
  margin: 1rem auto;
  font-family: "Noto Serif JP", sans-serif;
}

.ab-company-title {
  position: relative;
  display: flex;            /* ← 追加 */
  align-items: center;      /* 縦中央 */
  justify-content: center;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  margin: 5rem auto 2rem;
  font-family: "Noto Serif JP", sans-serif;
}

.ab-company-title::before,
.ab-company-title::after {
  content: "";
  display: block;           /* ← 念のため */
  flex: 1;                  /* 両端まで伸ばす */
  height: .3px;
  background: #001227;
}

.ab-company-title {
  gap: 1.5rem;              /* 文字と線の間隔（padding不要） */
  white-space: nowrap;
}

.ab-gr-cont{
  position: relative;
  width: 100%;
  margin: 2rem auto;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
}

.ab-gr-cont img{
  width: 35%;
  height: auto;
  z-index: 1;
}

.ab-gr-item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: fit-content;
  height: fit-content;
  z-index: 0;
}

.ab-gr-item-name{
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.ab-gr-item-name p:nth-child(1){
  font-size: 14px;
}

.ab-gr-item-name p:nth-child(2){
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
}

.ab-gr-item-name p:nth-child(3){
  font-size: 14px;
  color: #3D6873;
}

.ab-gr-item-text{
  font-size: 12px;
  color: #464646;
}

.ab-gr-deco01{
  position: absolute;
  bottom: -20%;
  left: 0%;
  z-index: -1;
  width: 40%;
  height: auto;
}

.ab-gr-deco02{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
  z-index: -1;
}

.ab-company{
  position: relative;
  margin: 3rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.ab-company-list{
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: 1fr 4fr;
  border-bottom: #9D9595 .5px solid;
}

.ab-company-list p:nth-child(1){
  height: 100%;
  border-bottom: #1A59A2 1px solid;
  padding: 1rem;
}

.ab-company-list p:nth-child(2){
  position: relative;
  padding: 1rem;
}

.ab-company-map{
  width: 100%;
  height: auto;
  min-height: 400px;
}

iframe{
  width: 100%;
  min-height: 400px;
}

.ab-company-deco01{
  position: absolute;
  top: -5%;
  left: 40%;
  width: 40%;
  height: auto;
  z-index: 0;
}

.ab-company-deco02{
  position: absolute;
  top: 60%;
  right: -15%;
  width: 50%;
  height: auto;
  z-index: 0;
}

.ab-company-deco03{
  position: absolute;
  bottom: 8%;
  left: -20%;
  width: 45%;
  height: auto;
  z-index: 0;
}


@media (max-width: 960px) {
  .ab-member{
    position: relative;
    top: auto;
    padding: 2rem 0;
    background-color: #F8FAFF;
  }
  .ab-member-title {
      font-size: 1.5rem;
  }
  .ab-member-inner{
    margin: 3rem auto;
    width: 90%;
  }
  .ab-member-cont-title {
    font-size: 1.25rem;
  }
  .ab-member-cont {
      margin: 1rem auto 3rem;
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1.2%;
      row-gap: 2rem;
  }

  .ab-member-title {
      flex-direction: column;
  }
  .ab-member-title-desc{
      text-align: left;
      font-size: 1rem;
  }
  .ab-member-inner{
    margin: 2rem auto;
    width: 90%;
  }
  .ab-member-cont {
      margin: 2rem auto;
      position: relative;
      width: 100%;
      gap: 1.5rem;
  }
  .ab-member-item{
    border-radius: 5px;
    width: 48%;
    max-width: 320px;
    font-size: 12px;
  }

  .ab-member-item img{
    width: 100%;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .ab-member-item-name{
    position: relative;
    font-size: 1.25rem;
    padding: 0 0 .5rem;
    line-height: 1.5;
    min-height: 60px;
  }
  .ab-gr-cont{
    position: relative;
    margin: 2rem auto;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .ab-gr-cont img{
    width: 320px;
    border-radius: 5px;
  }
  .ab-gr-item{
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
    width: 100%;
  }
  .ab-gr-deco01{
    position: absolute;
    bottom: 10%;
    left: 0%;
    z-index: -1;
    width: 40%;
    height: auto;
  }
  .ab-company{
    position: relative;
    margin: 2rem auto;
    flex-direction: column;
    gap: 1.5rem;
  }
  .ab-company img{
    width: 100%; 
  }
  .ab-company-list-wrap{
    width: 100%;
    gap: 1.5rem;
  }
  .ab-company-list{
    position: relative;
    display: grid;
    gap: .5rem;
    align-items: center;
    grid-template-columns: 1fr 3fr;
    width: 100%;
  }
  .ab-company-list-img {
    margin: 3rem auto;
  }
  .ab-company-list p:nth-child(1){
    font-size: 12px;
  }
  .ab-company-list p:nth-child(2){
    padding-left: 0;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .ab-member-cont {
      margin: 2rem auto;
      position: relative;
      width: 100%;
      flex-direction: column;
      gap: 1.5rem;
  }
  .ab-member-item{
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
}