@charset "utf-8";

.basic-page{
  padding: 4rem 0 8rem;
}
@media (max-width: 640px){
  .basic-page{
    padding: 2rem 0 8rem;
  }
}


/* メインビジュアル */
@media (max-width: 640px){
  .page-head__image:nth-of-type(2){
    object-position: left;
  }
}



/* 経営理念 */
.mission{
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 640px){
  .mission{
    padding: 0 8px;
  }
}

.mission__copy{
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 640px){
  .mission__copy{
    margin-top: 3rem;
    text-align: left;
  }
}



/* アモルトンが提供する事業価値とは */
.value__wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 976px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .value__wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 0 .5rem;
  }
}

.value__content{
  position: relative;
  max-width: 468px;
}

.value__header{
  position: absolute;
  top: -1rem;
  left: 50%;
  display: inline-flex;
  box-sizing: content-box;
  padding: 0 2rem;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.value__copy{
  min-height: 214px;
  padding: 2rem;
  border: solid 5px #eaf2f8;
  line-height: 2;
}
@media (max-width: 640px){
  .value__copy{
    min-height: auto;
  }
}

.oath{
  margin: 4rem 0;
}

.oath__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 640px){
  .oath__inner{
    padding: 2rem .5rem;
  }
}

.oath__header{
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.oath__ol{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
  margin: 6rem 0 0 0;
  counter-reset: number 0;
}
@media (max-width: 640px){
  .oath__ol{
    display: flex;
    align-content: center;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0 0 0;
  }
}

.oath__ol > .ol__item{
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  height: 170px;
  padding: 0 1.25rem;
  background-color: #eaf2f8;
}
@media (max-width: 640px){
  .oath__ol > .ol__item{
    width: 100%;
    height: auto;
    padding: 2rem 1rem 2rem 3rem;
  }
}

.oath__ol > .ol__item:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 640px){
  .oath__ol > .ol__item:before{
    width: 50px;
    height: 50px;
  }
}

.oath__ol > .ol__item::after{
  position: absolute;
  top: -24px;
  left: 16px;
  content: counter(number);
  counter-increment: number 1;
  color: #8db6d6;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 640px){
  .oath__ol > .ol__item::after{
    top: -4px;
    left: 6px;
    font-size: 2rem;
  }
}



/* 我々が考えるCSR */
.csr{
  padding: 0 .5rem;
}

.csr__copy{
  width: 100%;
  max-width: 760px;
  margin: 4rem auto 0;
}

.csr__figure{
  width: 100%;
  max-width: 910px;
  margin: 4rem auto 0;
}



/* 健康宣言 */
.torikumi{
  max-width: 760px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .torikumi{
    padding: .5rem;
  }
}

.torikumi__copy{
  margin-top: 2rem;
}

.sengen{
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .sengen{
    padding: .5rem;
  }
}

.sengen__content{
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 2rem;
}
@media (max-width: 640px){
  .sengen__content{
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
}

.sengen__figure{
  width: max-content;
}

.sengen__figure > img{
  border-radius: 1rem;
}

.sengen__text{
  position: relative;
  max-width: 650px;
  padding: 1rem;
  border: 4px solid #88bcdd;
  -moz-border-radius: 13px;
       border-radius: 1rem;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 640px){
  .sengen__text{
    position: static;
    padding: 0;
    border: none;
  }
}

.sengen__text:after, .sengen__text:before{
  position: absolute;
  top: 25%;
  right: 100%;
  width: 0;
  height: 0;
  content: "";
  pointer-events: none;
  border: solid transparent;
}
.sengen__text:after{
  margin-top: -16px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 16px;
  border-right-width: 17px;
  border-right-color: #fff;
  border-bottom-width: 16px;
  border-left-width: 17px;
}
.sengen__text:before{
  margin-top: -20px;
  margin-right: 2px;
  border-color: rgba(136, 188, 221, 0);
  border-top-width: 20px;
  border-right-width: 21px;
  border-right-color: #88bcdd;
  border-bottom-width: 20px;
  border-left-width: 21px;
}
.sengen__text > p:last-of-type{
  margin: 2rem 0 0 0;
}

.naiyou{
  width: 100%;
  max-width: 768px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .naiyou{
    padding: .5rem;
  }
}
.naiyou__copy{
  margin-top: 2rem;
}

.naiyou__figures{
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, auto);
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 640px){
  .naiyou__figures{
    grid-template-columns: auto;
  }
}

.naiyou__figures figcaption{
  text-align: center;
}

.policy{
  margin: 4rem auto 0;
}

.policy__inner{
  max-width: 976px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 640px){
  .policy__inner{
    padding: 2rem 1rem;
  }
}

.policy__header{
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.policy__content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 640px){
  .policy__content{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
  }
}

.policy__content > p{
  display: flex;
  gap: 2rem;
}
@media (max-width: 640px){
  .policy__content > p{
    display: block;
    padding-bottom: 2rem;
    border-bottom: solid 1px #808080;
  }
}

.policy__content > p::after{
  display: inline-block;
  width: 1px;
  content: "";
  background-color: #808080;
}
@media (max-width: 640px){
  .policy__content > p::after{
    display: none;
  }
}

.policy__content > ol{
  padding-left: 1.5rem;
  list-style: decimal;
}

.policy__content > ol > li:not(:first-of-type){
  margin-top: 2rem;
}




/* 戦略マップ */
.strategy{
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .strategy{
    padding: 0 .5rem;
  }
}

.strategy__figure{
  width: 100%;
  max-width: 900px;
  margin: 2rem auto 0;
}
@media (max-width: 640px){
  .strategy__figure{
    overflow: auto;
  }
}
@media (max-width: 640px){
  .strategy__figure > img{
    width: max-content;
    max-width: max-content;
  }
}



/* 健康経営指標 */
.guide{
  margin: 4rem auto 0;
}

.guide__inner{
  width: 1200px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 640px){
  .guide__inner{
    width: auto;
    padding: 1rem;
    border-radius: 1rem;
  }
}
.table__wrap{
  overflow: auto;
}

.guide__title{
  margin: 0 0 1.5rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.guide__title:not(:first-of-type){
  margin: 3rem 0 1.5rem 0;
}

.guide__table{
  width: 976px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: .875rem;
}

.guide__table:not(:first-of-type){
  margin: 3rem auto 0;
}

.guide__table, .guide__table tr, .guide__table th, .guide__table td{
  padding: 1rem;
  border: solid 1px #fff;
}

.guide__table tr th{
  background-color: #d7e4ed;
}

.guide__table tr th:first-of-type{
  width: 40px;
}

.guide__table tr td{
  background-color: #f0f0f0;
}

.guide__table tr td.text-center{
  text-align: center;
}

.guide__table tr td p{
  padding-left: 1em;
  text-indent: -1em;
}



/* 健康経営組織体制 */
.soshiki{
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .soshiki{
    padding: 0 .5rem;
  }
}

.soshiki__figure{
  width: 100%;
  max-width: 979px;
  margin: 2rem auto 0;
}
@media (max-width: 640px){
  .soshiki__figure{
    overflow: auto;
  }
}
@media (max-width: 640px){
  .soshiki__figure > img{
    width: max-content;
    max-width: max-content;
  }
}
