@charset "utf-8";

/* ------------------------------------
 * officesofy
 * --------------------------------- */
.uc-page-root:has(.officesofy) {
  background-color: #e8f5ff;
}

.officesofy-block-01,
.officesofy-block-02,
.faq-block {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.officesofy-block-01 {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/bg-officesofy_01_sp.png");
  background-size: 100%;
}

.officesofy-block-02 {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/bg-officesofy_02_sp.png");
}

.faq-block {
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/bg-officesofy_03_sp.png");
}

@media screen and (min-width: 769px) {
  .officesofy-block-01 {
    background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/bg-officesofy_01_pc.png");
  }

  .officesofy-block-02 {
    background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/bg-officesofy_02_pc.png");
  }

  .faq-block {
    background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/bg-officesofy_03_pc.png");
    background-size: cover;
  }
}

@media screen and (min-width: 1921px) {

  .officesofy-block-01,
  .officesofy-block-02,
  .faq-block {
    background-size: cover;
  }
}

.officesofy .officesofy-block {
  padding: 0 12.5px 50px;
  margin: 0 auto;
}

.officesofy .main-kv {
  margin-top: 22px;
  padding-inline: 8.25px;
}

.officesofy .officesofy-block.main-kv-block {
  padding-bottom: 32px;
}

.survey-text-01,
.survey-text-02 {
  font-size: calc(16 * var(--rem));
  font-weight: 400;
  line-height: calc(32 / 16);
  color: var(--dokodemosofy-color-black-01);
  text-align: center;
}

.survey-text-01 {
  margin-top: 20px;
}

.survey-text-02 {
  padding-block: 22.5px 5px;
}

.survey-text-03 {
  padding-bottom: 25px;
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(32 / 14);
  color: var(--dokodemosofy-color-black-01);
  text-align: center;
}

.survey-text-04 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(22 * var(--rem));
  font-weight: 500;
  line-height: calc(36 / 22);
  color: var(--dokodemosofy-color-black-01);
  text-align: center;
}

.survey-detail-block {
  position: relative;
  margin-top: 26.5px;
}

.survey-detail-block::before,
.survey-detail-block::after {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 320px;
  height: 4px;
  content: "";
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/dotted-officesofy_01.png");
  background-repeat: repeat-x;
  transform: translate(-50%, -50%);
}

.survey-section-block {
  display: grid;
  justify-content: center;
  margin-top: 30px;
}

.survey-section-heading>* {
  font-size: calc(24 * var(--rem));
  line-height: normal;
}

.survey-section {
  margin-top: 20px;
}

.survey-section-text-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 25.8px 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(16 * var(--rem));
  font-weight: 500;
  line-height: calc(22 / 16);
  color: var(--dokodemosofy-color-black-01);
  text-align: center;
  background-color: #fff;
  border-radius: 58.33px;
}

.survey-section-text-01::before {
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 26px;
  height: 26px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.survey-section-text-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  min-height: 110px;
  margin-bottom: 57px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(18 * var(--rem));
  font-weight: 500;
  line-height: calc(28 / 18);
  color: var(--dokodemosofy-color-black-01);
  text-align: center;
}

.survey-section-text-02::before {
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 100%;
  max-width: 300px;
  height: 14.82px;
  content: "";
  background-image: url("/content/dam/sites/www_sofy_jp/campaign/dokodemosofy/officesofy/line-officesofy_01.png");
  background-position: center;
  transform: translate(-50%, -50%);
}

.survey-section-block .CMP-CM11-image-and-text {
  max-width: 270px;
  margin: 30px auto 0;
}

.survey-highlight {
  color: var(--dokodemosofy-color-pink-01);
}

.supplement {
  max-width: 320px;
  margin-inline: auto;
}

.supplement .CMP-CM11-image-and-text {
  float: left;
  width: 57px;
  margin-right: 18px;
}

.supplement .CMP-CM11-image-and-text .uc-mod-media-01 {
  margin: 0;
}

.supplement-text {
  margin-left: 13px;
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(26 / 14);
  color: var(--dokodemosofy-color-black-01);
  text-align: left;
}

.CMP-CM06-section:has(.voice) {
  clear: left;
}

.voice-heading {
  position: relative;
  top: -12px;
}

.voice-heading>* {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(20 * var(--rem));
  font-weight: 500;
  line-height: calc(28 / 20);
  color: var(--dokodemosofy-color-black-01);
  text-align: center;
}

.voice-block-section-heading {
  position: relative;
  top: 42px;
  margin-bottom: 59px;
}

.voice-block {
  display: flex;
  flex-flow: column;
  gap: 55px;
  margin-top: 45px;
}

.voice-block-section-01,
.voice-block-section-02 {
  position: relative;
  padding: 10px 10px 11px;
  border-radius: 20px;
}

.voice-block-section-01 {
  background-color: #ffe2f5;
}

.voice-block-section-02 {
  background-color: #eeebfd;
}

.voice-block-section-01 .CMP-CM11-image-and-text,
.voice-block-section-02 .CMP-CM11-image-and-text {
  position: absolute;
  left: 50%;
  translate: -50%;
}

.voice-block-section-01 .CMP-CM11-image-and-text {
  top: -38px;
}

.voice-block-section-02 .CMP-CM11-image-and-text {
  top: -53px;
}

.voice-text {
  display: grid;
  place-items: center;
  max-width: 300px;
  min-height: 80px;
  padding: 16px 21px;
  margin-bottom: 10px;
  font-size: calc(16 * var(--rem));
  font-weight: 400;
  line-height: calc(24 / 16);
  color: var(--dokodemosofy-color-black-01);
  text-align: left;
  background-color: rgb(255 255 255 / 70%);
  border-radius: 40px;
}

.voice-info {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 17px;
  font-size: calc(12 * var(--rem));
  font-weight: 400;
  line-height: calc(22 / 12);
  color: var(--dokodemosofy-color-black-01);
  text-align: left;
}

.product {
  position: relative;
}

.product-block {
  padding-inline: 5px;
  margin-top: 52px;
}

.product-heading {
  position: relative;
  top: 15px;
}

.product-block-grid {
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 26.7px;
}

.product-block-grid .uc-lyt-box-advance {
  max-width: 240px;
}

.product-block-01 {
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}

.product-block-grid .CMP-CM11-image-and-text {
  max-width: 145px;
}

.product-block-grid .CMP-CM11-image-and-text .uc-caption {
  padding-top: 10px;
  font-size: calc(15 * var(--rem));
  font-weight: 500;
  line-height: calc(23 / 15);
  color: var(--dokodemosofy-color-blue-02);
  text-align: center;
}

.product-block-grid-text {
  margin-top: 10px;
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(23 / 14);
  color: var(--dokodemosofy-color-black-01);
}

.product-block-02 .dokodemosofy-text-01 {
  margin-bottom: 18px;
}

@media screen and (min-width: 769px) {
  .officesofy .officesofy-block {
    max-width: 1280px;
    padding: 0 40px 120px;
    margin: 0 auto;
  }

  .officesofy .main-kv {
    margin-top: 80px;
  }

  .officesofy .officesofy-block.main-kv-block {
    padding-bottom: 100px;
  }

  .survey-text-01 {
    margin-top: 10px;
  }

  .survey-text-02 {
    padding-block: 31px 10px;
  }

  .survey-text-03 {
    padding-bottom: 28px;
  }

  .survey-text-04 {
    margin-top: 27px;
    font-size: calc(30 * var(--rem));
    line-height: calc(46 / 30);
  }

  .survey-detail-block {
    margin-top: 60px;
  }

  .survey-detail-block::before,
  .survey-detail-block::after {
    max-width: 1000px;
  }

  .survey-section {
    margin-top: 54px;
  }

  .survey-section-block {
    display: flex;
    gap: 30px;
    margin-top: 20px;
  }

  .survey-section-block .CMP-CM11-image-and-text {
    max-width: fit-content;
  }

  .survey-section-block .CMP-CM05-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .survey-section-block .CMP-CM05-block>*:last-child {
    padding-top: 5px;
    margin-top: auto;
  }

  .survey-section-text-01 {
    max-width: 360px;
    min-height: 140px;
    padding: 18px 10px;
    margin-bottom: 30px;
    font-size: calc(18 * var(--rem));
    line-height: calc(26 / 18);
    border-radius: 70px;
  }

  .survey-section-text-01::before {
    bottom: -38px;
    width: 26px;
    height: 26px;
  }

  .survey-section-text-02 {
    max-width: 360px;
    min-height: 120px;
    font-size: calc(20 * var(--rem));
    line-height: calc(30 / 20);
  }

  .supplement {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    padding-bottom: 40px;
    margin-top: 60px;
  }

  .supplement-text {
    margin-left: 13px;
    font-size: calc(15 * var(--rem));
    line-height: calc(28 / 15);
  }

  .supplement .CMP-CM11-image-and-text {
    float: unset;
    width: 100%;
    max-width: 66px;
    margin-right: 0;
  }

  .CMP-CM06-section:has(.voice) {
    clear: unset;
  }

  .voice-heading {
    position: unset;
  }

  .voice-heading>* {
    font-size: calc(24 * var(--rem));
    line-height: calc(32 / 24);
  }

  .voice-block-section-heading {
    position: unset;
    margin-bottom: 26px;
  }

  .voice-block {
    flex-flow: row;
    gap: 80px;
    justify-content: center;
    padding-top: 80px;
    margin-top: 0;
  }

  .voice-block .CMP-CM06-section {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }

  .voice-block-section-01,
  .voice-block-section-02 {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding: 43px 26px 6px;
    border-radius: 20px;
  }

  .voice-block-section-01 .CMP-CM11-image-and-text,
  .voice-block-section-02 .CMP-CM11-image-and-text {
    top: -62px;
  }

  .voice-text {
    max-width: fit-content;
    min-height: 110px;
    padding: 15px 45px;
    margin-bottom: 20px;
    line-height: calc(28 / 16);
    border-radius: 55px;
  }

  .voice-info {
    max-width: 1200px;
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }

  .product.block-01 {
    margin-top: 100px;
  }

  .product-heading {
    position: unset;
    margin-top: 18px;
  }

  .product-block {
    display: flex;
    gap: 83px;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
    margin-top: 40px;
  }

  .product-block-01 {
    max-width: 400px;
  }

  .product-block-grid .CMP-CM11-image-and-text {
    max-width: none;
  }

  .officesofy .product-block-01 {
    margin: 35px 0 0;
  }

  .product-block-02 {
    width: 100%;
    max-width: 500px;
  }

  .product-block-02 .dokodemosofy-text-01 {
    margin-bottom: 14.3px;
  }
}