/* 共通 */
.s-container{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.text-center{
  text-align: center;
}
.c-aism-title{
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 400;
  letter-spacing: 0.1em;
}
.c-aism-title--oreange{
  color: #e17639;
}
@media only screen and (max-width: 915px) and (max-width: 768px){
  .c-aism-title{
  font-size: 20px;
  font-size: 2rem;
  }
}
@media only screen and (max-width: 915px) and (max-width: 768px) and (max-width: 568px){
  .c-aism-title{
  font-size: 18px;
  font-size: 1.8rem;
  }
}

/* キャッチ画像 */
.p-aims-catch{
  width: 100%;
}
.p-aims-catch img{
  width: 100%;
  max-width: 100%;
}

/* 導入 */
.p-aims-question{
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px){
  .p-aims-question{
    padding: 70px 0 100px;
  }
}
.p-aims-question-text{
  margin-top: 10px;
  margin-top: 1rem;
}
.p-aims-question-text p{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.p-aims-question-text p:not(:first-of-type){
  margin-top: 1.3em;
}

/* 課題 */
.p-aims-assignment{
  background: #f9f9f9;
  padding: 70px 0 75px;
}
@media only screen and (max-width: 768px){
  .p-aims-assignment{
    padding: 70px 0 75px ;
  }
}
.p-aims-assignment-block{
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-top: 1rem;
}
.p-aims-assignment-block__item{
  width: 50%;
}
.p-aims-assignment-block__item-inner{
  margin: 5px;
  border-radius: 1rem;
  background: #406380;
  padding: 1.8rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-aims-assignment-block__item-img{
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 85/60;
  width: 85px;
}
.p-aims-assignment-block__item-img img{
  max-width: 100%;
}
.p-aims-assignment-block__item-text{
  font-size: 16px;
  font-size: 1.6rem;
  /* letter-spacing: 0.1em; */
  line-height: 1.5;
  font-weight: 400;
  color: white;
  margin-top: 1rem;
  text-align: center;
}

/* サービスの特徴 */
.p-aims-service{
  padding-top: 90px;
}
@media only screen and (max-width: 768px){
  .p-aims-service{
    padding-top: 90px;
  }
}
.p-aims-table-wrap{
  margin-top: 2rem;
}
.p-aims-table{
  width: 100%;
  max-width: 100%;
  border: solid 1px #cccccc;
}
.p-aims-table th,td{
  padding-block: 1.6rem;
  padding-inline: 1.8rem;
}
.p-aims-table thead tr th{
  color: white;
  background: #e17639;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-aims-table thead tr th:first-of-type{
  width: calc( 270 / 970 * 100%);
}
.p-aims-table thead tr th:not(:last-of-type){
  border-right: solid 1px #cccccc;
}
.p-aims-table tbody tr th{
  border-right: solid 1px #cccccc;
  background: #f9f9f9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.p-aims-table tbody tr td{
  border-right: solid 1px #cccccc;
  background: #f9f9f9;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-aims-table tbody tr td:last-of-type{
  padding-inline: 4rem;
  padding-block: 2.4rem;
}
.p-aims-table tbody tr:not(:last-of-type){
  border-bottom: solid 1px #cccccc;
}

/* コンサルティング */
.p-aims-consul{
  padding: 90px 0 75px;
}
@media only screen and (max-width: 768px){
  .p-aims-consul{
    padding: 90px 0 75px ;
  }
}
.p-consul-flow{
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
}
.p-consul-flow__item{
  width: 100%;
  border-radius: 2rem;
  padding: 2.5rem 3rem 2.5rem 3rem;
  background: #f9f9f9;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
.p-consul-flow__item:not(:first-of-type){
  margin-top: 2rem;
}
.p-consul-flow__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: #e17639;
  border-radius: 9990px;
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
/* .p-consul-flow__conatainer{
} */
.p-consul-flow__title{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-consul-flow__label{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  line-height: 1.35;
}
.p-consul-flow__number{
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #e17639;
  opacity: 0.2;
  position: absolute;
  bottom: -5px;
  right: 50px;
  line-height: 1;
}
