/**
 * 店舗一覧ページ専用スタイル
 * page-company.php で使用
 */
:root {
  --accent: #625c8a;
}
html {
  font-size: 0.520833333vw;
}
body {
  background-color: #f7eaee;
}
.company-container {
  width: 82%;
  margin: 0 auto;
  color: var(--accent);
}
.slideInTarget {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  margin: 0 auto;
}
.slideInTarget.is-visible {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}
.slideInTarget--to-left {
  transform: translateX(90%);
}
.slideInTarget--to-right {
  transform: translateX(-90%);
}
.fadeInTarget--company {
  opacity: 0;
  transition: opacity 1.2s ease-in-out 0.8s;
}
.fadeInTarget--company.is-visible {
  opacity: 1;
}
/* =============================================================================
  page-title-section
============================================================================= */
.page-title-section {
  padding-top: 13.020833333333334vw;
  letter-spacing: 0.2rem;
}
.page-title {
  font-size: 5.9rem;
  color: var(--accent);
  text-align: center;
}
/* =============================================================================
  philosophy-section
============================================================================== */
.philosophy-section {
  position: relative;
  margin-top: calc(6.2vw + 15.5rem);
  margin-top: 28.8rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.philosophy-section > div {
  background-color: #fff;
  border-radius: 3.8rem;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}
.philosophy-section__inner {
  padding: 10rem 0 16rem;
}
.philosophy__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 77%;
  padding: 6.5rem 0 1.5rem;
  background-color: #fff;
  border-radius: 7rem 7rem 0 0;
  line-height: 1;
  font-weight: normal;
}
.philosophy__title__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.philosophy__title img {
  max-width: 44.5rem;
  width: 23vw;
}
.philosophy__title--medium {
  font-size: 5.9rem;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
}
.philosophy__title--large {
  font-size: 7rem;
}
.philosophy__caption {
  font-size: 5.9rem;
}
.philosophy__copy {
  font-size: 3.5rem;
  margin-top: 4.6rem;
}
.philosophy-list {
  width: 90%;
  margin: 11.1rem auto 0;
}
.philosophy-list__item:nth-of-type(n + 2) {
  margin-top: 9.2rem;
}
.philosophy-list__subtitle {
  width: 81.8rem;
  margin: 0 auto;
}
.philosophy-list__copy {
  margin-top: 6rem;
  font-size: 2.3rem;
}
/* =============================================================================
  goal-section
============================================================================= */
.goal-section {
  position: relative;
  margin-top: calc(6.2vw + 15.5rem);
  margin-top: 28.8rem;
  background-color: #fff;
  border-radius: 3.8rem;
  text-align: center;
  letter-spacing: 0.2rem;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}
.goal-section__inner {
  padding: 10rem 0 16rem;
}
.goal__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 77%;
  padding: 6.5rem 0 1.5rem;
  background-color: #fff;
  border-radius: 7rem 7rem 0 0;
  line-height: 1;
  font-weight: normal;
}
.goal__title__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.goal__title img {
  max-width: 44.5rem;
  width: 23vw;
}
.goal__title--medium {
  font-size: 5.9rem;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
}
.goal__title--large {
  font-size: 7rem;
}
.goal-list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.goal-list__item {
  padding: 5.6rem 13.6rem;
  border-radius: 5.3rem;
  background-color: #f7eaee;
}
.goal-list__text {
  font-size: 3rem;
  line-height: 1.2;
  text-align: left;
}
/* =============================================================================
  action-section
============================================================================= */
.action-section {
  position: relative;
  margin-top: calc(6.2vw + 15.5rem);
  margin-top: 28.8rem;
  background-color: #fff;
  border-radius: 3.8rem;
  text-align: center;
  letter-spacing: 0.2rem;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}
.action-section__inner {
  padding: 10rem 0 16rem;
}
.action__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% + 8.8rem));
  width: 77%;
  padding: 6.5rem 0 1.5rem;
  background-color: #fff;
  border-radius: 7rem 7rem 0 0;
  line-height: 1;
  font-weight: normal;
}
.action__title__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.action__title img {
  max-width: 44.5rem;
  width: 23vw;
}
.action__title--medium {
  font-size: 5.9rem;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
}
.action__title--large {
  margin-top: 1.8rem;
  font-size: 7rem;
}
.action-list {
  width: 80%;
  margin: 8.8rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.action-list__item {
  padding: 5.6rem 0;
  border-radius: 5.3rem;
  background-color: #f7eaee;
}
.action-list__title {
  font-size: 4rem;
  font-weight: normal;
  padding: 7.1rem 5.6rem;
  background-color: #fff;
}
.action-list__text {
  margin-top: 7rem;
  padding: 0 13.6rem;
  font-size: 3rem;
  line-height: 1.2;
  text-align: left;
  color: #333333;
}
.action-bottom {
  width: 80%;
  margin: 12rem auto 0;
}
.action-bottom__text {
  font-size: 2.4rem;
}
.action-bottom__img-group {
  margin: 4rem auto 0;
  width: 80%;
  display: flex;
  gap: 2rem;
}
.action-bottom__img-group img {
  width: 50%;
  border-radius: 3.8rem;
}
/* =============================================================================
  info-section
============================================================================= */
.info-section {
  width: 76%;
  position: relative;
  margin: 0 0 0 18%;
  margin: 0 0 0 24%;
  margin-top: calc(6.2vw);
  margin-bottom: 12rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.info-section > div {
  background-color: #fff;
  border-radius: 0 0 0 3.8rem;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}
.info-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -53rem;
  transform: translateX(0);
  width: 68rem;
  aspect-ratio: 1/ 1.0525252525252524;
  background-image: url(../images/corporate/company/img_bg_tomato.png);
  background-size: contain;
  z-index: -1;
}
.info-section__inner {
  padding: 16rem 20rem 16rem;
}
.info__title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 13.4rem;
  padding: 10.6rem 0 10.6rem 4.4rem;
  background-color: #fff;
  border-radius: 7rem 0 0 7rem;
  line-height: 1;
  font-weight: normal;
}
.info__title--large {
  font-size: 7rem;
}
.info-main {
  text-align-last: left;
  color: #333333;
}
.info-main__title {
  font-size: 3rem;
  font-weight: normal;
}
.info-overview {
  margin-top: 4.8rem;
}
.info-overview__title {
  font-size: 2.4rem;
  font-weight: normal;
}
.info-overview__list {
  margin-top: 1.6rem;
}
.info-overview__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.info-overview__item {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  /* =============================================================================
  page-title-section
============================================================================= */
  .page-title-section {
    margin-top: 60px;
  }
  .page-title {
    font-size: 22px;
  }
  /* =============================================================================
  philosophy-section
============================================================================== */
  /* .philosophy-section {
    border-radius: 16px;
    box-shadow: 0 3px 6px #00000029;
  } */
  .philosophy-section > div {
    border-radius: 16px;
    box-shadow: 0 3px 6px #00000029;
  }
  .philosophy-section__inner {
    padding: 36px 16px;
  }
  .philosophy__title {
    padding: 18px 0 4px;
    border-radius: 16px 16px 0 0;
  }
  .philosophy__title img {
    max-width: 90px;
    width: initial;
  }
  .philosophy__title--medium {
    font-size: 12px;
    margin: 0 2px;
  }
  .philosophy__title--large {
    font-size: 14px;
  }
  .philosophy__caption {
    font-size: 15px;
  }
  .philosophy__copy {
    font-size: 12px;
    margin-top: 8px;
  }
  .philosophy-list {
    width: 90%;
    margin: 24px auto 0;
  }
  .philosophy-list__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .philosophy-list__subtitle {
    width: 81.8rem;
  }
  .philosophy-list__copy {
    margin-top: 9px;
    font-size: 11px;
  }
  /* =============================================================================
  goal-section
============================================================================= */
  .goal-section {
    border-radius: 16px;
    box-shadow: 0 3px 6px #00000029;
  }
  .goal-section__inner {
    padding: 36px 16px;
  }
  .goal__title {
    padding: 18px 0 4px;
    border-radius: 16px 16px 0 0;
  }
  .goal__title img {
    max-width: 90px;
    width: initial;
  }
  .goal__title--medium {
    font-size: 12px;
    margin: 0 2px;
  }
  .goal__title--large {
    font-size: 14px;
  }
  .goal-list {
    width: 100%;
    gap: 12px;
  }
  .goal-list__item {
    padding: 12px 16px;
    border-radius: 16px;
  }
  .goal-list__text {
    font-size: 12px;
  }
  /* =============================================================================
  action-section
============================================================================= */
  .action-section {
    border-radius: 16px;
    box-shadow: 0 3px 6px #00000029;
  }
  .action-section__inner {
    padding: 36px 16px;
  }
  .action__title {
    /* transform: translate(-50%, calc(-100% + 8.8rem)); */
    padding: 18px 0 4px;
    border-radius: 16px 16px 0 0;
  }
  .action__title img {
    max-width: 90px;
    width: initial;
  }
  .action__title--medium {
    font-size: 12px;
    margin: 0 2px;
  }
  .action__title--large {
    font-size: 14px;
  }
  .action-list {
    width: 100%;
    margin: 6px auto 0;
    gap: 12px;
  }
  .action-list__item {
    padding: 16px 0;
    border-radius: 16px;
  }
  .action-list__title {
    font-size: 14px;
    padding: 10px 0;
  }
  .action-list__text {
    margin-top: 20px;
    padding: 0 14px;
    font-size: 12px;
  }
  .action-bottom {
    width: 100%;
    margin: 20px auto 0;
  }
  .action-bottom__text {
    font-size: 12px;
  }
  .action-bottom__img-group {
    margin: 16px auto 0;
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .action-bottom__img-group img {
    width: 100%;
    border-radius: 16px;
  }
  /* =============================================================================
  info-section
============================================================================= */
  .info-section {
    width: 80%;
    margin: 60px 0;
    margin-left: 20%;
  }
  .info-section > div {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0 0 0 16px;
  }
  .info-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: initial;
    left: initial;
    right: 0;
    transform: translate(30%, -10%) rotate(36deg);
    width: 28vw;
    aspect-ratio: 1/ 1.0525252525252524;
    background-image: url(../images/corporate/company/img_bg_tomato.png);
    background-size: contain;
    z-index: 2;
  }
  .info-section__inner {
    padding: 16px;
  }
  .info__title {
    width: 45px;
    padding: 44px 0 44px 21px;
    border-radius: 16px 0 0 16px;
    letter-spacing: 10px;
    line-height: 1.5;
  }
  .info__title--large {
    font-size: 15px;
  }
  .info-main {
    text-align-last: left;
    color: #333333;
  }
  .info-main__title {
    font-size: 14px;
    font-weight: normal;
  }
  .info-overview {
    margin-top: 16px;
  }
  .info-overview__title {
    font-size: 12px;
  }
  .info-overview__list {
    margin-top: 12px;
    gap: 8px;
  }
  .info-overview__item {
    font-size: 12px;
    text-align: left;
  }
}
