@charset "UTF-8";

/*=======================================

  こちらにLPページの個別cssを記述してください。

  =======================================*/
/* 共通 */
.title-section {
  padding-top: 60px;
  margin: 90px auto 60px;
}
@media screen and (max-width: 767px) {
  .title-section {
    padding-top: 30px;
    margin: 30px auto 40px;
  }
}
/* 注釈 */
.note {
  color: #717171;
  display: block;
}
/* アンカーリンク */
.sec-anchor-list {
  margin: 40px auto 0;
}
/* ポーラの物語 */
.story-contents {
  position: relative;
  padding-bottom: 200px;
}
.story-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/lp/about/img/bg_story_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(50px);
}
.story-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
.story-content:nth-child(2) .story-title {
  text-align: right;
}
.story-inner img {
  width: 100%;
  max-width: 460px;
}
.story-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 130px;
}
.story-content:nth-child(2) .story-inner {
  flex-direction: row-reverse;
}
.story-content:not(:last-of-type) {
  margin: 0 auto 90px;
}
.story-content:last-of-type {
  max-width: 1350px;
  margin: 0 auto;
}
.story-catch {
  font-size: 24px;
  margin-bottom: 35px;
}
.story-value {
  flex-direction: column;
  position: relative;
}
.value-intro {
  font-size: 24px;
  margin-bottom: 35px;
}
.story-value-lead {
  max-width: 490px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.story-value-list {
  position: absolute;
  top: -90px;
  right: 0;
}
.story-value-item {
  background-color: var(--light-color);
  padding: 15px;
  margin-left: auto;
}
.story-value-item:first-of-type {
  width: 44.4vw;
  max-width: 640px;
  transform: translate(-11.2vw, 0);
}
.story-value-item:nth-child(2) {
  width: 44.4vw;
  max-width: 641px;
  transform: translate(0, 15px);
}
.story-value-item:last-of-type {
  width: 46.2vw;
  max-width: 666px;
  transform: translate(-4.1vw, 30px);
}
.story-value-list .story-catch {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.story-value-item .story-text {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 930px) {
  .story-title {
    text-align: center!important;
  }
  .story-inner {
    flex-direction: column!important;
    gap: 25px;
  }
  .story-catch {
    text-align: center;
  }
  .story-value-list {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .value-intro {
    text-align: center;
    margin-bottom: 20px;
  }
  .story-value-lead {
    margin: 0 auto;
  }
  .story-value-item {
    width: calc(100% - 60px)!important;
    max-width: 100%!important;
    transform: translate(0, 0)!important;
  }
  .story-value-item:nth-of-type(odd) {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .story-contents {
    padding-bottom: 50px;
  }
  .story-contents::before {
    top: 0px;
    background-image: url(/lp/about/img/bg_story_sp.png);
    filter: blur(15px);
  }
  .story-content.cnt {
    padding: 0 30px!important;
  }
  .story-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
  .story-content:has(.story-value) .story-title {
    margin: 0 auto 40px;
  }
  .story-catch {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .story-inner img {
    max-width: 202px;
  }
  .story-text {
    font-size: 15px;
  }
  .story-value-item {
    padding: 15px 30px 30px;
  }
  .value-intro {
    font-size: 16px;
  }
  .story-value-lead {
    font-size: 15px;
  }
}
/* 事業 */
.sec-business {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .sec-business {
    padding-bottom: 45px;
  }
}
.business-service {
  margin-bottom: 200px;
}
.business-list {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}
.business-list::before {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: var(--bg-color-blue);
  z-index: -1;
}
.service-list::before {
  height: 500px;
  top: 125px;
  left: 0;
}
.service-list {
  gap: 130px;
  margin-top: 50px;
}
.service-item {
  max-width: 440px;
}
.service-item img {
  max-width: 325px;
  margin: 0 auto 25px;
}
.service-name {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-desc .note {
  font-size: 14px;
  margin-top: 5px;
}
.product-list {
  gap: 70px;
  margin-top: 130px;
}
.product-item {
  max-width: 295px;
}
.product-list::before {
  height: 345px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-name {
  max-width: 260px;
  margin: 0 auto 35px;
  font-size: 20px;
  text-align: center;;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line-color);
}
@media screen and (max-width: 930px) {
  .business-list {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-subtitle {
    font-size: 20px;
  }
  .business-product .sec-subtitle {
    font-size: 24px;
  }
  .business-list {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 25px;
  }
  .service-list {
    gap: 120px;
  }
  .service-list.business-list::before {
    display: none;
  }
  .service-item {
    position: relative;
  }
  .service-item:first-of-type .service-text{
    padding-right: 25px;
  }
  .service-item:last-of-type .service-text{
    padding-left: 25px;
  }
  .service-item::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% - 30px);
    background-color: var(--bg-color-blue);
    z-index: -1;
    top: 87px;
  }
  .service-item:first-of-type:before {
    right: 0;
  }
  .service-item:last-of-type::before {
    left: 0;
  }
  .service-item img {
    max-width: 174px;
  }
  .service-name {
    font-size: 20px;
  }
  .service-desc {
    font-size: 15px;
  }
  .service-desc .note {
    font-size: 12px;
  }
  .product-list {
    padding: 60px 0 85px;
    gap: 65px;
  }
  .product-list::before {
    height: 100%;
    left: -15px;
    right: -15px;
  }
  .product-item {
    max-width: 100%;
  }
  .product-name {
    max-width: 180px;
    font-size: 16px;
    margin: 0 auto 25px;
  }
  .product-desc {
    font-size: 15px;
  }
}
/* 活躍 */
.sec-appeal {
  position: relative;
  z-index: 1;
}
.appeal-inner {
  min-height: 790px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/lp/about/img/bg_appeal_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.appeal-title {
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appeal-list {
  width: 490px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2.5px solid var(--light-color);
  margin: 0 auto;
  position: relative;
}
.appeal-item {
  width: 200px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color-blue);
  font-size: 18px;
  text-align: center;
  position: absolute;
}
.appeal-item >* {
  position: relative;
  z-index: 1;
}
.appeal-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--light-color);
  filter: blur(8px);
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 0;
}
.appeal-item:nth-child(1) {
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.appeal-item:nth-child(2) {
  top: calc(50% - 50px);
  right: -100px;
  transform: translateY(-50%);
}
.appeal-item:nth-child(3) {
  bottom: -80px;
  right: -10px;
}
.appeal-item:nth-child(4) {
  bottom: -80px;
  left: -10px;
}
.appeal-item:nth-child(5) {
  top: calc(50% - 50px);
  left: -100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .appeal-inner {
    min-height: 530px;
    justify-content: flex-start;
    background-image: url(/lp/about/img/bg_appeal_sp.png);
  }
  .appeal-title {
    font-size: 18px;
    position: static;
    transform: none;
    margin-bottom: 80px;
    padding-top: 50px;
  }
  .appeal-list {
    width: 248px;
  }
  .appeal-item {
    width: 153px;
    font-size: 14px;
  }
  .appeal-item::before {
    width: 120px;
    filter: blur(4px);
  }
  .appeal-item:nth-child(1) {
    top: -80px;
  }
  .appeal-item:nth-child(2) {
    top: calc(50% - 25px);
    right: -63px;
  }
  .appeal-item:nth-child(3) {
    bottom: -75px;
    right: -46px;
  }
  .appeal-item:nth-child(4) {
    bottom: -75px;
    left: -46px;
  }
  .appeal-item:nth-child(5) {
    top: calc(50% - 25px);
    left: -63px;
  }
}
/* 注目コンテンツ */
.sec-attention {
  padding-top: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-attention {
    padding: 60px 0 5px;
  }
}