@charset "UTF-8";

/* ==========================================================================
   about.css
   「BERYLとは」専用CSS
   ========================================================================== */

@media screen and (min-width: 820px), print {
  .p-about__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 819px) {
  .p-about__item {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 820px), print {
  .p-about__item__img {
    max-width: 40rem;
    min-width: 40rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 819px) {
  .p-about__item__img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 820px), print {
  .p-about__item__cont {
    max-width: 48rem;
  }
}
.p-about__item__title {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 820px), print {
  .p-about__item__title {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 819px) {
  .p-about__item__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
  }
}

.p-about__item__summary {
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 819px) {
  .p-about__item__summary {
    margin-bottom: 2rem;
  }
}



.p-about__strengths {
  padding: 6rem 0;
  background-color: #1fbebd;
}
@media screen and (max-width: 819px) {
  .p-about__strengths {
    padding: 4rem 0;
  }
}
.p-about__strengths .c-contentsHeader {
  color: #fff;
}
@media screen and (min-width: 820px), print {
  .p-about__strengths__itemWrap .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 819px) {
  .p-about__strengths__itemWrap {
    padding: 3rem 0 0;
  }
}
.p-about__strengths__item {
  position: relative;
}
@media screen and (min-width: 820px), print {
  .p-about__strengths__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 819px) {
  .p-about__strengths__item {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 820px), print {
  .p-about__strengths__item .p-about__strengths__item__thumb {
    position: absolute;
    left: 0;
    top: 50%;
    width: 47.3rem;
    height: 42rem;
    transform: translate(0, -50%);
    filter: drop-shadow(0 0 0.5rem rgb(240, 240, 240));
  }
}
@media screen and (max-width: 819px) {
  .p-about__strengths__item .p-about__strengths__item__thumb {
    z-index: 2;
    position: relative;
    margin-bottom: -4rem;
    filter: drop-shadow(0 0 0.34rem rgb(240, 240, 240));
  }
}
.p-about__strengths__item .p-about__strengths__item__cont {
  color: #333333;
}
@media screen and (min-width: 820px), print {
  .p-about__strengths__item .p-about__strengths__item__cont {
    display: flex;
    align-items: center;
    justify-content: stretch;
    width: 108rem;
    height: 36rem;
    padding-left: 37rem;
    padding-right: 18rem;
    margin-left: auto;
    background-image: url(../../img/page/home/strengths_bg.svg);
    background-position: center right 1rem;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 819px) {
  .p-about__strengths__item .p-about__strengths__item__cont {
    z-index: 1;
    position: relative;
    padding: 6rem 1rem 3rem;
    background-color: #F8F8F8;
    border-radius: 2rem;
  }
}
.p-about__strengths__item .p-about__strengths__item__cont__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.p-about__strengths__item .p-about__strengths__item__cont__inner > *:last-child {
  margin-bottom: 0;
}
.p-about__strengths__item .u-ul-check {
  list-style: none;
}

@media screen and (min-width: 820px), print {
  .p-about__strengths__item.--reverse {
    flex-direction: column-reverse;
  }
  .p-about__strengths__item.--reverse .p-about__strengths__item__thumb {
    left: auto;
    right: 0;
  }
  .p-about__strengths__item.--reverse .p-about__strengths__item__cont {
    padding-left: 18rem;
    padding-right: 37rem;
    margin-left: 0;
    margin-right: auto;
    background-position: center left 1rem;
  }
}
@media print {
  .p-about__strengths__item.--reverse .p-about__strengths__item__thumb {
    top: 0;
    transform: none;
    right: 0;
  }
  .p-about__strengths__item.--reverse .p-about__strengths__item__cont {
    padding-left: 5rem;
  }
}


.p-about__cms {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 819px) {
  .p-about__cms {
    display: block;
    gap: 0;
  }
}
.p-about__cms__col {
  width: 50%;
  margin-bottom: 2rem;
  padding: 2rem 3rem 3rem;
  background-color: #f3dfb0;
}
@media screen and (max-width: 819px) {
  .p-about__cms__col {
    width: 100%;
    padding: 2rem;
  }
}
.p-about__cms__col:first-child {
  background-color: #ddd;
}
.p-about__cms__img {
  margin-bottom: 2rem;
}
.p-about__cms__img figcaption {
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #fff;
}
.p-about__cms__img figcaption .p-about__cms__img__mTtl {
  font-size: 1.6rem;
  font-weight: normal;
}
.p-about__cms__body {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.p-about__cms__ttl {
  margin-bottom: 1rem;
  font-weight: bold;
}
.p-about__cms__list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.p-about__cms__list > li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
}
.p-about__cms__list > li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9326;
}
.p-about__cms__col:first-child .p-about__cms__list > li::before {
  color: #999;
}
