@charset "utf-8";

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  position: relative;
  line-break: strict;
}
:root {
  --root-font-size: 10;
  --rem: 1rem / var(--root-font-size);
  --seirihakusyo-txt-color-01: #443e6b;
  --seirihakusyo-txt-color-02: #333;
  --seirihakusyo-txt-color-03: #e15393;
  --seirihakusyo-txt-color-04: #fffad6;
  --seirihakusyo-txt-color-05: #FE74A8;
  --seirihakusyo-bg-color-01: #ffcbd0;
  --seirihakusyo-bg-color-02: #ffe6ef;
  --seirihakusyo-bg-color-03: #ffe0e3;
  --seirihakusyo-bg-color-04: #ffedf3;
  --seirihakusyo-bg-color-05: #ffd4d8;
  --seirihakusyo-gold: #d9c747;
}

.uc-lyt-container.uc-header-company {
  margin-bottom: 0;
}

/* メインコンテンツへジャンプ
------------------------------- */
.accesibility-jump-main a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: height 0.35s ease-in-out, background 0.35s linear 0.35s, font-size 0.35s linear 0.35s;
  transition: height 0.35s ease-in-out, background 0.35s linear 0.35s, font-size 0.35s linear 0.35s, z-index linear 0.35s;
  align-items: center;
  background: none;
  color: #666666;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 0;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  align-items: flex-end;
  text-decoration: underline;
}

.accesibility-jump-main a:focus {
  -webkit-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
  background-color: #FEDEED;
  color: #666666;
  font-size: 16px;
  height: 36px;
  outline: none;
  z-index: 100;
}

.accesibility-jump-main a span {
  align-content: baseline;
  line-height: 1;
  margin-bottom: 10px;
}

main.uc-page-body {
  color: #1A1A1A;
}

.disp-none {
  display: none;
}

body:has(.open-video-modal,.modal-active) {
  overflow: hidden;
}

/* common
------------------------------- */
.center {
  text-align: center;
}
b {
  font-weight: 600;
}
.text-fw-normal {
  font-weight: normal;
}
.sp-after-br::after {
  content: '\A';
  white-space: pre;
}
b.sp-after-br::after {
  content: '\A';
  white-space: pre;
}
.disp-none {
  display: none!important;
  z-index: -1!important;
  opacity: 0!important;
}
@media screen and (min-width:769px){
  .disp-none-pc {
    display: none!important;
    z-index: -1!important;
    opacity: 0!important;
  }
}
@media screen and (max-width:768px){
  .uc-lyt-grid-col-flex:has(>.disp-none-sp),
  .disp-none-sp {
    display: none!important;
    z-index: -1!important;
    opacity: 0!important;
  }
}

/* modal
------------------------------- */
html:has(.js-modal.is-active) {
  overflow: hidden;
}

.js-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  place-items: center;
  z-index: 1;
}

.js-modal.is-active {
  display: grid;
}

.js-modal .modal__dialog {
  background: #fff;
  padding: 40px 24px;
  border-radius: 8px;
  overflow-y: scroll;
  max-height: 80vh;
}

.js-modal .modal-advice .modal__dialog {
  padding-block: 32px;
}
.modal-contents-wrapper {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 48px);
}

.modal-contents-wrapper.modal-advice {
  width: calc(100% - 32px);
}

.modal-close-btn {
  text-align: right;
  line-height: 1;
  margin-bottom: 19px;
}

.modal-close-btn button {
  color: transparent;
  height: 0;
  width: 0;
  border: none;
  line-height: 0;
  padding: 0;
  height: 18.78px;
  width: 18.78px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.modal-close-btn button::before {
  content: "";
  width: 18.78px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  left: 0;
  border-radius: 10px;
}

.modal-close-btn button::after {
  content: "";
  width: 18.78px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transform: rotate(135deg);
  border: none;
  left: 0;
  border-radius: 10px;
}

.modal-heading {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(14.57 * var(--rem));
  font-weight: 600;
  line-height: calc(24 / 14.57);
  position: relative;
  margin-bottom: 52px;
}

.modal-heading::before {
  background-color: var(--seirihakusyo-bg-color-01);
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 180%);
  width: 48px;
  height: 20px;
}

.modal__dialog .tips-img {
  padding: 0 16px;
}

.modal__dialog .modal-title {
  color: var(--seirihakusyo-txt-color-05);
  font-size: calc(16 * var(--rem));
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.modal__dialog .modal-title h1,
.modal__dialog .modal-title h2,
.modal__dialog .modal-title h3,
.modal__dialog .modal-title h4,
.modal__dialog .modal-title h5,
.modal__dialog .modal-title h6 {
  color: inherit;
  margin: 0;
  font-size: inherit;
  font-weight: 600;
}

.tips-title {
  font-size: calc(21 * var(--rem));
  font-weight: 600;
}

.tips-title h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
}

.tips-title h2 span:nth-child(1) {
  padding: 0 !important;
  width: 55px;
  height: 51px;
}

.tips-title h2 span:nth-child(2) {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(20 * var(--rem));
  line-height: 140%;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.02em;
}

.tips-img {
  margin: 0 auto 16px;
  text-align: center;
}

.tips-01 .tips-img {
  padding: 0 43px;
}

.tips-03 .tips-img {
  padding: 0 24px;
}

.uc-list.modal-text01 {
  font-size: calc(13 * var(--rem));
  margin-bottom: 8px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.uc-list.modal-text01 li {
  margin-left: 1.25em;
}

.modal-text01 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(13 * var(--rem));
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 16px;
}

.modal-text01.modal-list-title {
  margin-bottom: 8px;
}

.source-label p {
  font-size: 10px;
}

.pink-text {
  color: var(--seirihakusyo-bg-color-03);
}

.source-label.pink-text,
.source-label .pink-text {
  color: var(--seirihakusyo-txt-color-03);
}

.modal-sec-01 {
  border-bottom: 4px dotted var(--seirihakusyo-bg-color-01);
  padding: 0 0 32px;
  margin: 0 0 32px;
}

.modal-sec-01 h3 {
  font-size: calc(12 * var(--rem));
  font-weight: 400;
}

.modal-sec-01 h3 span {
  display: block;
  font-size: calc(16 * var(--rem));
  font-weight: 400;
}

/* advice-modal
------------------------------- */
.modal-advice {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(11 * var(--rem));
  font-weight: 400;
}

.modal-advice .modal__dialog {
  margin-top: 32px;
}

.modal-advice .modal__dialog section {
  margin-top: 32px;
}

.modal-advice section.vector-bottom-dot-01 {
  padding-bottom: calc(32px + 4px);
  background: url(/content/dam/sites/www_sofy_jp/yestome/image/vector_dot_01.png) no-repeat;
  background-position: bottom left;
  margin-bottom: 32px;
}

.modal-advice-title {
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}

.modal-advice-title h2 {
  color: #fe74a8;
  font-size: calc(18 * var(--rem));
  font-weight: 600;
  margin: 0;
  padding-bottom: 16px;
  background: url(/content/dam/sites/www_sofy_jp/yestome/image/title_wave_modal_01.png) no-repeat;
  background-position: left bottom;
  margin-bottom: 32px;
}

.modal-advice .modal-advice-title {
  font-size: calc(16 * var(--rem));
}

.modal-advice .modal-advice-title h3 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: inherit;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}

.modal-advice .modal-advice-title {
  text-align: left;
}

.modal-advice .modal-advice-title:has(h3) {
  margin-bottom: 24px;
}

.modal-advice .modal-advice-title:has(h4) {
  margin-bottom: 10px;
}

.modal-advice .modal-advice-title h4 {
  border-bottom: 2px dotted #fe74a8;
  color: #fe74a8;
  font-size: calc(15 * var(--rem));
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 9px;
  /* margin-top: 8px; */
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.02em;
}

.modal-advice .modal-text01.modal-list-title {
  font-size: calc(15 * var(--rem));
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
}

.modal-advice .uc-list.modal-text01 {
  font-size: calc(12 * var(--rem));
  margin-bottom: 1.5em;

  ul {
    margin-bottom: 0;
  }
  ul li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 1em;
  }

  li::before {
    display: block;
    position: absolute;
    top: 0.75em;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #92DFF1;
    border-radius: 50px;
    transform: translateY(-50%);
  }
}

.CMP-CM10-text:has( + .CMP-CM10-text .source-label) .modal-text01 {
  margin-bottom: 10px;
}

.modal-advice section:has(.modal-text01) .CMP-CM10-text:has( + .CMP-CM10-text .modal-text01) .modal-text01 {
  /* margin-bottom: 24px; */
}

.modal-advice .modal-text01.small-mb {
  margin-bottom: 8px!important;
}

.modal-advice section > .section:last-child .uc-list.modal-text01 {
  margin-bottom: 32px;
}

.supervisor-grid {
  margin-top: 32px;
  padding-top: 38px;
  background: url(/content/dam/sites/www_sofy_jp/yestome/image/title_wave_modal_01.png) no-repeat;
  background-position: left top;
  column-gap: 15px;
  align-items: center;
}

.supervisor-grid .uc-lyt-grid-col-flex {
  -ms-flex: unset;
  flex: 0 0 100%;
  max-width: calc(100% - (64px + 15px));
}

.supervisor-grid .uc-lyt-grid-col-flex:has(.advice-modal-img) {
  max-width: 64px;
}

.supervisor-text {
  margin-bottom: 4px;
  font-size: calc(11 * var(--rem));
  line-height: 1.4;
}

.advice-modal-name {
  font-size: calc(15 * var(--rem));
  font-weight: 600;
  line-height: 1.6;
}

.advice-modal-name b {
  font-size: calc(11 * var(--rem));
  font-weight: 600;
  padding-left: 15px;
}

/* kv
------------------------------- */
.kv-sec {
  position: relative;
}

#main-contents .uc-mod-hdg-lv1-01 img {
    width: 100%;
}

.main-kv-section::after {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
  width: 100%;
  height: min(calc((100vw / 375) * 33), 33px);
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_03_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.main-kv-section {
  position: relative;
  background: #FEE7EF;
}

.figure {
  font-size: 0;
  & img {
    max-width: unset;
    width: 100vw;
  }
}

.intro01-header {
  display: inline-block;
  margin: 0 0 16px;
  line-height: 160%;
  background: url(/content/dam/sites/www_sofy_jp/yestome/image/title_wave_03_sp.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 8px;
  color: var(--seirihakusyo-txt-color-01);

  & h2 {
    margin: 0;
    font-size: calc(18 * var(--rem));
    font-weight: 600;
    color: inherit;
  }
}

.uc-mod-hdg-lv2-01.logo-image {
  max-width: 224px;
  margin: 0 auto 24px;
}

.intro01-text-area.text-area-01 {
  margin-bottom: 24px;
}

.seirihakusyo-txt01 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(14 * var(--rem));
  font-weight: 400;
  line-height: calc(30 / 14);
}

.seirihakusyo-txt02 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(12 * var(--rem));
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.intro-block {
  position: relative;
  padding: 24px 16px calc(56px + 32px);
  background: linear-gradient(180deg,rgba(255, 247, 248, 1) 0%, rgba(255, 203, 208, 1) calc(100% - 56px));
  background-position: center;
  background-size: 100%;
}

.intro-block::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc((100vw / 375) * (750 / 2));
  height: 56px;
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_01_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.text-area-02 {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  max-width: 500px;
  margin: 0 auto;
}
.intro01-index-area {
  background: #FFEFF1;
  border-radius: 16px;
}

.intro01-index-area ol {
  padding: 16px 16px 8px;
  margin: 0;
}

.intro01-index-area.disp-none-area ol {
    padding: 0;
    background: transparent;
}

.intro01-index-area li {
  counter-increment: mycounter;
  border-top: 1px dotted #fe74a8;
  list-style-type: none;
  margin: 0;
}

.intro01-index-area li::before {
  content: counter(mycounter, decimal-leading-zero)".";
}

.intro01-index-area li a {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(13 * var(--rem));
  font-weight: 400;
  line-height: calc(30 / 13);
}

/* sec02
------------------------------- */
.intro02-text01 {
  background: #fe74a8;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 24px;
  margin: 64px auto 20px;
  width: 158px;
}

.intro02-text02 {
  color: var(--seirihakusyo-gold);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0 auto 5px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.intro02-text02::before, .intro02-text02::after {
  background-color: var(--seirihakusyo-gold);
  content: "";
  height: 1px;
  width: 16px;
}

.intro02-text02::before {
  margin-right: 10px;
  transform: rotate(60deg);
}

.intro02-text02::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}

.intro02-text03 {
  text-align: center;
  font-size: calc(14 * var(--rem));
  line-height: 1;

  & p {
    background: var(--seirihakusyo-bg-color-03);
    border-radius: 4px;
    color: var(--seirihakusyo-txt-color-03);
    display: inline-block;
    font-weight: 600;
    padding: 8px 24px;
    letter-spacing: 0.02em;
  }
}

.intro02-header h2 {
  font-size: calc(16 * var(--rem));
  margin-bottom: 24px;
}

.intro02-header h2 span {
  font-size: calc(28 * var(--rem));
  margin-bottom: 24px;
}

.intro02-header h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.intro02-header span {
  color: var(--seirihakusyo-txt-color-01);
  display: block;
}

.intro02-header span:nth-child(1) {
  line-height: 100%;
  font-size: 18px;
  margin-bottom: 8px;
}

.intro02-header span:nth-child(2) {
  font-size: 28px;
  line-height: 130%;
}

.header-wave-img {
  margin: 0 auto 24px;
  font-size: 0;
}

.intro02-text-area01 {
  margin: 0 0 40px;
  font-size: calc(13 * var(--rem));
  line-height: 180%;
  letter-spacing: 0.02em;
}

.sec02 {
  background: var(--seirihakusyo-txt-color-04);
  padding: 32px 24px calc(32px + 56px);
  position: relative;
}

.sec02::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc((100vw / 375) * (750 / 2));
  height: 56px;
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_02_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.sec02-block01 {
  background: #fff;
  box-shadow: 6px 6px var(--seirihakusyo-bg-color-01);
  border-radius: 24px;
  padding: 32px 24px;
  margin: 0 0 40px;
}

.empathy-block {
  border-bottom: 4px dotted var(--seirihakusyo-bg-color-01);
  padding: 0 0 16px;
  margin: 0 0 32px;
}

.sec02-block01 .CMP-CM06-section:last-child .empathy-block {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.sec02-block01 h3 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: 22px;
  font-weight: 700;
}

.header-empathy h3 {
  background: #c8f2fc;
  border-radius: 8px;
  color: #0a7a95;
  display: inline-block;
  font-size: calc(12 * var(--rem));
  padding: 6px 24px;
}

.header-empathy h3 b {
  background: #0a7a95;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: calc(12 * var(--rem));
  margin-left: 4px;
  width: 18px;
  height: 18px;
}

.header-empathy-text {
  color: var(--seirihakusyo-txt-color-01);
  font-weight: 600;
  &.text-type-01 {
    font-size: calc(20 * var(--rem));
    position: relative;
    display: table;
    width: auto;
    margin: 0 auto;
    padding: 0 32px;
  }
  &.text-type-02 {
    font-size: calc(16 * var(--rem));
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;

    &::after {
        content: "";
        display: block;
        height: 16px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(/content/dam/sites/www_sofy_jp/yestome/image/vector_solid_01_sp.svg) no-repeat;
    }
  }
}

.header-empathy-text.text-type-01 p:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 16px;
}

.header-empathy-text.text-type-01 p:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 16px;
}

.empathy-more-btn{
  text-align: center;
  display: table;
  margin: 0 auto;
}

.empathy-more-btn p {
  position: relative;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  margin: 16px auto;
  min-width: 240px;
}

.empathy-more-btn p:before {
  position: absolute;
  top: 3.56px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  outline: 1px solid var(--seirihakusyo-bg-color-01);
  border-radius: inherit;
  background: var(--seirihakusyo-bg-color-01);
  border-radius: 50px;
}

.empathy-more-btn button {
  background: var(--seirihakusyo-txt-color-03);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: calc(18 * var(--rem));
  letter-spacing: 0.02em;
  line-height: 160%;
  /* margin: 16px auto; */
  outline: 1px solid var(--seirihakusyo-txt-color-03);
  padding: 8px 56px;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.empathy-more-btn button:after {
  content: '';
  display: inline-block;
  width: 16.89px;
  height: 15.11px;
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon_modal.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 9px;
}

.sofy-be-text {
  color: var(--seirihakusyo-txt-color-01);
  font-size: min(4vw, calc(12 * var(--rem)));
  font-weight: 600;
  line-height: 1.6115;
  letter-spacing: 0;
}

.sofy-be-text p {
  text-align: left;
}

.sofy-be-more-btn p {
  position: relative;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  margin: 16px auto;
  width: 165px;
}

.sofy-be-more-btn p:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  outline: 1px solid var(--seirihakusyo-bg-color-01);
  border-radius: inherit;
  background: #fff;
  border-radius: 40px;
}

.sofy-be-more-btn a {
  border: none;
  outline: 1px solid var(--seirihakusyo-txt-color-03);
  background: #fff;
  border-radius: 50px;
  color: var(--seirihakusyo-txt-color-03);
  display: block;
  font-weight: bold;
  font-size: calc(14 * var(--rem));
  letter-spacing: normal;
  padding: 7.5px 16px 7.5px 23px;
  margin: 16px auto;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.sec02-block02 {
  background: #fff;
  padding: 24px 15px;
  background: url(/content/dam/sites/www_sofy_jp/yestome/image/bg-app-02.png) no-repeat #fff;
  background-position: center 164px;
  background-size: contain;
}

.seirihakusyo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  row-gap: 24px;
  column-gap: 6.734%;
}

.seirihakusyo-grid .uc-mod-media-01 {
  margin: 0;
  margin-left: auto;
}

.seirihakusyo-grid .uc-lyt-grid-col-flex:has(.app-sofy-be-image) {
    width: 52.52%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.525252%;
    flex: 0 0 52.52%;
    max-width: 52.52%;
}

.seirihakusyo-grid .uc-lyt-grid-col-flex:has(.sofy-be-text) {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.74%;
  flex: 0 0 40.746%;
  max-width: 40.746%;
}

.uc-lyt-grid-container-advance.app-grid {
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap;
  padding: 0;

  .uc-lyt-grid-col-flex {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    width: unset;
  }
}

.app-btn p {
  position: relative;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  margin: 16px auto;
  min-width: 230px;

  &:before {
    position: absolute;
    top: 3.56px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    outline: 1px solid var(--seirihakusyo-bg-color-01);
    border-radius: inherit;
    background: var(--seirihakusyo-bg-color-01);
    border-radius: 50px;
  }
}

.app-btn a {
  background: var(--seirihakusyo-txt-color-03);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: calc(18 * var(--rem));
  letter-spacing: 0.02em;
  line-height: 160%;
  /* margin: 16px auto; */
  outline: 1px solid var(--seirihakusyo-txt-color-03);
  padding: 7px 24px;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.app-btn a:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon_newwin.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 9px;
}

/* sec03
------------------------------- */
.sec03 {
  background: #ebf9fd;
  padding: 32px 24px 56px;
  position: relative;
}

.sec03::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc((100vw / 375) * (750 / 2));
  height: calc((100vw / 375) * 56);
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_06_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.sec03-head h2 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(16 * var(--rem));
  font-weight: 600;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.02em;
}

.sec03-head h2 span {
  font-size: calc(28 * var(--rem));
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
}

.intro03-text-area {
  margin: 0 0 32px;
  line-height: 180%;
  letter-spacing: 0.02em;
  font-size: calc(13 * var(--rem));
}

.sec03-block {
  margin-bottom: 40px;
}

.uc-lyt-grid-container-advance.advice-grid {
  column-gap: 8px;
  row-gap: 20px;
  justify-content: center;
}

.advice-grid .uc-lyt-grid-col-flex {
  -webkit-box-flex: unset;
  -ms-flex: 0 0 unset;
  flex: unset;
  max-width: min(calc(50% - 4px), 280px);
}

.advice-modal-btn {
  margin: 0;
}

.advice-modal-btn,.uc-accordion-btn-close-btn {
  cursor: pointer;
}

/* アコーディオン調整
html[data-script-enabled="true"] .uc-js-tgl-01 .uc-accordion-btn .uc-mod-state-open {
    transform: unset;
    border: unset;
    position: unset;
}
html[data-script-enabled="true"] .uc-js-tgl-01 .uc-accordion-title .uc-accordion-btn .uc-mod-state-open {
    display: inline-block;
    &::before {
        content: "";
        display: block;
        height: 13.05px;
        border-right: 2px solid #fff;
        position: absolute;
        right: 44px;
        transform: translate(-50%,-50%);
        top: calc(50% - 1px);
    }
    &::after {
        content: "";
        display: block;
        width: 13.18px;
        border-top: 2px solid #fff;
        position: absolute;
        right: 39px;
        transform: translateY(-50%);
        top: calc(50% - 1px);
    }
} */

.header-report {
  text-align: center;
}

.header-report p {
  background: #c8f2fc;
  border-radius: 8px;
  color: #0a7a95;
  display: inline-block;
  font-size: calc(12 * var(--rem));
  padding: 6px 24px;
}

.header-report-title {
  margin-bottom: 16px;
}

.header-report-title h2 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(20 * var(--rem));
  font-weight: 600;
  margin: 0;
}

.header-report-text,
.accordion-report-text {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(12 * var(--rem));
  text-align: center;
}

.header-report-text {
  margin-bottom: 16px;
}

.header-report-text.notice-text {
  text-align: center;
  font-size: calc(10 * var(--rem));
  & p {
    display: inline-block;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
}

/* sec04
------------------------------- */
.sec04 {
  background: var(--seirihakusyo-bg-color-04);
  padding: 32px 24px calc(56px + 40px);
  position: relative;
}

.sec04::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc((100vw / 375) * (750 / 2));
  height: 56px;
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_07_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 0;
}

.sec04-head {
  color: var(--seirihakusyo-txt-color-01);
  font-weight: 600;
  margin: 0 auto 21px;
}

.sec04-head h2 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(18 * var(--rem));
  font-weight: bold;
  margin: 0;
}

.sec04-head h2 span {
  display: block;
  font-size: calc(28 * var(--rem));
  font-weight: 600;
  line-height: 1.4;
  padding-top: 8px;
}

.sec04-report-block {
  background: #fff;
  /* box-shadow: 6px 6px #BEECF7; */
  border-radius: 24px;
  padding: 32px 20px 32px;
  margin: 8px auto 0;
  max-width: 718.32px;
}

.report-accordion-01 .uc-accordion-title {
  background: #e15393;
  border-radius: 50px;
  box-shadow: 0 4px var(--seirihakusyo-bg-color-01);
  padding: 7.5px 0;
  margin: 0 auto 24px;
  width: 165px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  button {
    border-color: #fff;
  }
}

.uc-mod-accordion-01.uc-is-open .uc-accordion-title button {
  display: none;
}

.uc-mod-accordion-01:not(.uc-is-open) .uc-accordion-table button {
  display: none;
}

.report-accordion-01 .uc-accordion-btn-close-btn button:focus {
    border: 1px solid #000;
}

.report-accordion-01 .uc-accordion-title:has(button:focus) {
    border: 1px solid #000;
}

.report-accordion-01 {
  margin-top: 32px;
}

.uc-mod-accordion-01.uc-is-open .uc-accordion-title {
  opacity: 0;
  pointer-events: none;
  position: relative;
  /* height: 0; */
  /* font-size: 0; */
  /* padding: 0; */
  /* margin: 0; */
}

html[data-script-enabled="true"] .uc-mod-accordion-01.uc-js-tgl-01 .uc-accordion-table {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
}

html[data-script-enabled="true"] .uc-mod-accordion-01.uc-js-tgl-01:not(.uc-is-open) .uc-accordion-table {
  display: none;
}

.uc-mod-accordion-01 .uc-accordion-table {
  .uc-accordion-btn-close {
    order: 1;
    margin: 0 auto 24px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .CMP-CM05-block-01.CMP-CM05-block {
    order: 2;
  }
}

.uc-mod-accordion-01.uc-is-open .uc-accordion-title p {
  /* display: none; */
}

.report-accordion-01 .uc-accordion-text {
  color: #fff;
  font-size: calc(14 * var(--rem));
  font-weight: 600;
  text-align: center;
  line-height: 1.786;
}

.report-accordion-01 .uc-accordion-title button .uc-mod-state-open {
  width: 13.2px;
  height: 13.2px;
  transform: translate(-50%, -70%);
  top: 50%;
  border: none;
  background: url(/content/dam/sites/www_sofy_jp/yestome/image/icon_plus.png) no-repeat;
  background-size: cover;
}

.report-accordion-01 .uc-accordion-btn-close {
  margin: 0 auto 24px;
}

.report-accordion-01 .uc-accordion-btn-close-btn {
  background: #e15393;
  border-radius: 50px;
  box-shadow: 0 4px var(--seirihakusyo-bg-color-01);
  padding: 7.5px 0;
  margin: 0 auto;
  width: 165px;
}

.uc-accordion-btn-close button {
  color: #fff;
  font-size: calc(14 * var(--rem));
  font-weight: 600;
  justify-content: center;
  display: block;
  text-align: center;
}

.report-accordion-01 .uc-accordion-btn-close-span {
    display: none;
}

.report-accordion-01 .uc-accordion-btn-close-btn::after {
    border-color: inherit;
    content: "";
    display: inline-block;
    width: 13.2px;
    height: 13.2px;
    content: "";
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(45deg) translateY(20%);
    background: url(
    /content/dam/sites/www_sofy_jp/yestome/image/icon_plus.png) no-repeat;
    background-size: cover;
    margin-left: 5px;
}

/* sec05
------------------------------- */
.sec05 {
  background: var(--seirihakusyo-txt-color-04);
  padding: 32px 24px;
  position: relative;
}

.sec05-head h2 {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(18 * var(--rem));
  margin: 56px auto 0;
  font-weight: 600;
}

.sec05-head h2 span {
  display: block;
  font-size: calc(28 * var(--rem));
  line-height: 1.4;
  padding-top: 8px;
}

.intro04-text-area {
  color: var(--seirihakusyo-txt-color-01);
  font-size: calc(13 * var(--rem));
  margin-bottom: 1.846em;
  line-height: 180%;
  letter-spacing: 0.02em;
}

.sec05 h3 {
  color: var(--seirihakusyo-txt-color-02);
  font-size: calc(16 * var(--rem));
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 24px;
}

.sec05 h3 b {
  background: #d9c747;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: calc(12 * var(--rem));
  font-weight: 600;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.sec05-block {
  position: relative;
  margin: 0 calc(50% - 50vw) 40px;
  width: 100vw;
  overflow: hidden;
  padding: 0 24px;
}

.sec05-grid-slider-container {
  display: block;
  width: 310px;
  margin: 40px auto 32px;
  max-width: 1000px;
}

.sec05-grid-slider-container:has(.seirihakusyo-dots li:first-child.slick-active) .slick-prev {
  pointer-events: none;
}

.sec05-grid-slider-container:has(.seirihakusyo-dots li:last-child.slick-active) .slick-next {
  pointer-events: none;
}

.sec05-block .slick-list {
  overflow: visible;
  margin: 0 -15px;
  & .slick-slide {
    margin: 0 5px;
  }
}

.sec05-grid-item {
  max-width: 100%;
}

/* slick
  ------------------------------- */
.slick-track {
  padding-bottom: 24px;
}

.seirihakusyo-dots {
  display: flex;
  justify-content: center;
}

.seirihakusyo-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #bcbcbc;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}

.seirihakusyo-dots li:hover,
.seirihakusyo-dots li.slick-active {
  background: #e15393;
}

.seirihakusyo-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev::before,
.slick-next::before {
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #E15393;
  border-top: 2px solid #E15393;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

.sec05-grid-slider-container:has(.seirihakusyo-dots li:first-child.slick-active) .slick-prev::before {
  border-color: #bcbcbc;
}

.sec05-grid-slider-container:has(.seirihakusyo-dots li:last-child.slick-active) .slick-next::before {
  border-color: #bcbcbc;
}

.slick-next {
  right: 24px;
}

.slick-prev {
  left: 24px;
}

.slick-prev::before {
  transform: rotate(225deg);
}

/* sns
------------------------------- */
.sec-sns {
  padding: 40px 16px;
  max-width: 1032px;
  margin: 0 auto;
}

.sns-text {
  color: var(--seirihakusyo-txt-color-02);
  font-size: calc(16 * var(--rem));
  font-weight: 600;
  margin-bottom: 16px;
}

.sns-btn a,
.sns-btn button {
  cursor: pointer;
  line-height: 1.2;
  position: relative;
  display: block;
  min-width: 100%;
  margin: 0 auto;
  padding: 10px;
  color: var(--seirihakusyo-txt-color-02);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e15393;
  box-shadow: none;
  font-size: calc(14 * var(--rem));
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.02em;
}

.sns-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.sns-btn-wrap .uc-lyt-grid-col-flex {
  max-width: calc(50% - 8px);
}

.sns-btn a::after {
  content: none;
}

.sns-btn a::before,
.sns-btn button::before {
  content: '';
  width: 100%;
  height: 40px;
  display: inline-block;
  background-size: cover;
  margin-right: 10px;
  max-width: 40px;
  background-repeat: no-repeat;
  object-fit: fill;
}

.x-share-btn a::before {
  content: '';
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon_x.png);
}

.line-share-btn a::before {
  content: '';
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon_line.png);
}

.url-copy-btn button::before {
  content: '';
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/icon_url.png);
}

/* app
------------------------------- */
.sec-app {
  position: relative;
  padding-block: 56px;
  background-color: #FFF2F4;
  padding: 56px 16px calc(56px + 56px);
  overflow: hidden;
}

.sec-app::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc((100vw / 375) * (750 / 2));
  height: calc((100vw / 375) * (882 / 2));
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/bg-app-01_sp.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  translate: -50%;
}

.uc-lyt-grid-container-advance.sofybe-grid {
  max-width: 729.04px;
  margin: 0 auto;
}

.sec-app::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc((100vw / 375) * (750 / 2));
  height: 56px;
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_08_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.sec-app h2 {
  /* padding-inline: 20px; */
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(20 * var(--rem));
  font-weight: 800;
  line-height: 180%;
  color: var(--seirihakusyo-txt-color-02);
  letter-spacing: 0.05em;
  text-align: center;
}

.app-text {
  /* padding-inline: 20px; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(14 * var(--rem));
  font-weight: 500;
  line-height: calc(25.2 / 14);
  color: var(--seirihakusyo-txt-color-02);
  letter-spacing: calc(0.7 * var(--rem));
  position: relative;
  text-align: center;
}

.app-img {
  margin: 16px auto 0;
  position: relative;
  z-index: 1;
}

.app-img a {
  display: inline-block;
}

/* sec06
------------------------------- */
.sec06 {
  position: relative;
  background: var(--seirihakusyo-bg-color-05);
  padding: 40px 24px calc(56px + 40px);
  margin: 0 0 40px;
}

.sec06::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc((100vw / 375) * (750 / 2));
  height: calc((100vw / 375) * 56);
  height: 56px;
  content: "";
  background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_09_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.sec06-head {
  color: var(--seirihakusyo-txt-color-02);
  font-size: calc(22 * var(--rem));
  color: #333333;
  margin-bottom: 24px;
  
  & h2 {
    color:inherit;
    margin: 0;
    font-weight: 700;
    font-size: inherit;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.sec06-text {
  color: var(--seirihakusyo-txt-color-02);
  font-size: calc(13 * var(--rem));
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0;
  color: #231815;
  margin-bottom: 24px;
  line-height: 2.2;
  letter-spacing: 0;
}

.sec06 > .section:last-child > * {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .report-accordion-01 {
    position: relative;
    padding-top: 40px;
    margin-bottom: 40px;

    &:not(.uc-is-open) {
      margin-bottom: 24px;
    }
  }

  .uc-mod-accordion-01.uc-is-open .uc-accordion-title {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  /* common
  ------------------------------- */
  .sp-after-br::after {
    content: none;
    white-space: unset;
  }
  b.sp-after-br::after {
    content: none;
    white-space: unset;
  }

  /* kv-sec
  ------------------------------- */
  .main-kv-section {
  }

  #main-contents .uc-mod-hdg-lv1-01 {
    max-width: 980px;
    margin: 0 auto;
  }

  .main-kv-section::after {
    width: 100%;
    height: min(calc((100vw / 1280) * 54), 54px);
    content: "";
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_03.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .uc-mod-hdg-lv2-01.logo-image {
    max-width: 288px;
    margin-bottom: 32px;
  }

  .text-area-02 {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    max-width: 680px;
    padding: 40px 20px;
  }

  .intro-block {
    padding: 40px 16px calc(72px + 80px);
    background: linear-gradient(180deg, rgba(255, 247, 248, 1) 0%, rgba(255, 203, 208, 1) calc(100% - 80px));
  }

  .intro-block::after {
    width: 100%;
    height: 72px;
    content: "";
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_01.png);
    background-repeat: no-repeat;
  }

  .intro01-header {
    margin-bottom: 24px;
    h2 {
      font-size: calc(26 * var(--rem));
      padding-bottom: 18px;
      line-height: 1;
      letter-spacing: 0.02em;
    }
  }

  .seirihakusyo-txt02 {
    font-size: calc(16 * var(--rem));
  }

  .intro01-text-area.text-area-01 {
    margin-bottom: 64px;
    font-size: calc(16 * var(--rem));
  }

  /* sec02
  ------------------------------- */
  .sec02 {
    background: var(--seirihakusyo-txt-color-04);
    padding: 64px 24px calc(64px + 80px);
    position: relative;
  }

  .sec02::after {
    width: 100%;
    height: 80px;
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_02.png);
  }

  .sec02-block01, .sec02-block02 {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec02-block01 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 48px 0;
    margin-bottom: 64px;
  }

  .sec02-block02 {
    background: url(/content/dam/sites/www_sofy_jp/yestome/image/bg-app-02.png) no-repeat #fff;
    background-position: center 81.5px;
    border-radius: 24px;
  }

  .intro02-header  {
    margin-bottom: 32px;
  }

  .intro02-header h2 {
    font-size: calc(24 * var(--rem));
    margin-bottom: 24px;
  }
  
  .intro02-header h2 span {
    font-size: calc(42 * var(--rem));
    margin-bottom: 24px;
  }

  .intro02-header span:nth-child(1) {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .intro02-header span:nth-child(2) {
    font-size: calc(42 * var(--rem));
  }

  .header-wave-img {
    margin: 0 auto 32px;
    font-size: 0;
  }

  .intro02-text-area01 {
    margin: 0 0 64px;
    font-size: calc(16 * var(--rem));
  }

  .empathy-block {
    border-bottom: unset;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .header-empathy-text {
    &.text-type-02 {
      font-size: calc(16 * var(--rem));
      max-width: 240px;
      padding-bottom: 32px;
      margin-bottom: 20px;
      line-height: 140%;
    }
    &.text-type-02::after {
      background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/vector_solid_01.svg);
      background-size: 100%;
    }
  }

  .empathy-block .section:has(.tips-img) {
    flex-grow: 1;
  }

  .sec02-block01 .section:has(.empathy-block) {
    display: flex;
    padding: 1px 20px;
    position: relative;
    width: calc(100% / 3);
    justify-content: center;
  }

  .sec02-block01 .section:has(.empathy-block):first-child:after,
  .sec02-block01 .section:has(.empathy-block):nth-of-type(2):after{
    content: '';
    height: 100%;
    width: 4px;
    border-right: 4px dotted var(--seirihakusyo-bg-color-01);
    position: absolute;
    top: 0;
    right: -2px;
  }

  .sec02-block01 .section:has(.empathy-block):last-child {
    border-color: transparent;
  }

  .tips-01 .tips-img {
    margin: 0 auto;
    max-width: 193px;
    padding: 0;
  }

  .tips-03 .tips-img {
    margin: 0 auto;
    max-width: 231px;
    padding: 0;
  }

  .empathy-more-btn p {
    margin: 24px auto 4px;
    min-width: 213px;
  }

  .empathy-more-btn button {
    font-size: calc(16 * var(--rem));
    padding: 7px 50px;
  }

  .empathy-more-btn button:after {
    margin-left: 8px;
  }

  .tips-title {
    font-size: calc(21 * var(--rem));
  }

  .tips-title h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    justify-content: center;
    font-size: inherit;
  }

  .tips-title h2 span:nth-child(1) {
      width: 60.15px;
      height: 55.78px;
      height: -webkit-fill-available;
      display: inline-block;
  }

  .tips-title h2 span:nth-child(2) {
    font-size: calc(22 * var(--rem));
  }

  .seirihakusyo-grid {
    display: grid;
    grid-template-columns: min(100%, 204px) 1fr;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-rows: 37.5px 58px auto;
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    max-width: 636.18px;
    justify-self: center;
  }

  .seirihakusyo-grid .uc-lyt-grid-col-flex {
    width: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
  }

  .seirihakusyo-grid .uc-lyt-grid-col-flex:has(.intro02-text03) {
    max-width: 400px;
    order: 2;
    grid-area: 1 / 2 / 2 / 3;
    height: 30px;
    align-self: start;
    margin-top: 7.5px;
  }

  .seirihakusyo-grid .uc-lyt-grid-col-flex:has(.app-sofy-be-image) {
    order: 1;
    grid-area: 1 / 1 / 4 / 2;
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex: 0;
    flex: unset;
    max-width: 204px;
    display: block;
  }

  .seirihakusyo-grid .uc-lyt-grid-col-flex:has(.sofy-be-text) {
    max-width: 400px;
    order: 3;
    grid-area: 2 / 2 / 3 / 3;
    margin: 0;
  }

  .seirihakusyo-grid .uc-lyt-grid-col-flex:has(.app-grid) {
    max-width: 400px;
    order: 4;
    grid-area: 3 / 2 / 4 / 3;
    align-items: baseline;
    font-size: 0;
    align-self: self-start;
  }

  .intro02-text03 {
    text-align: left;
  }

  .app-sofy-be-image {
    justify-self: right;
    max-width: 204px;
  }

  .sofy-be-text {
    font-size: calc(18 * var(--rem))
  }

  .uc-lyt-grid-container-advance.app-grid {
    justify-content: flex-start;
    padding: 0;
    align-items: center;
    gap: 17.54px;
    padding: 0 22.3px;
  }

  .app-btn a {
    font-size: calc(16 * var(--rem));
  }

  .app-grid .uc-lyt-grid-col-flex:has(.app-qr-img) {
  }

  .app-qr-img {
    font-size: 0;
    width: 72px;
  }

/* modal
------------------------------- */
  .modal-contents-wrapper {
  }

  .js-modal .modal__dialog {
    padding: 48px 64px;
    overflow: auto;
  }

  .modal-advice .modal__dialog section {
    margin-top: 40px;
  }

  .modal-advice section.vector-bottom-dot-01 {
    padding-bottom: 56px;
    margin-bottom: 56px;
  }

  .modal__dialog .header-empathy-text.text-type-02 {
    max-width: 500px;
    font-size: calc(22 * var(--rem));
    padding-bottom: 42px;
  }

  .modal__dialog .header-empathy-text.text-type-02::after {
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/vector_solid_01_modal_pc.svg);
    background-position-y: bottom;
    height: 42px;
    background-size: 100% 42px;
  }

  .modal__dialog .tips-title h2 span:nth-child(1) {
    width: 64.71px;
    height: 60px;
    display: inline-block;
  }

  .modal__dialog .tips-title h2 span:nth-child(2) {
    font-size: calc(32 * var(--rem));
  }

  .modal-advice-title h2 {
    font-size: calc(34 * var(--rem));
    padding-bottom: 20px;
    margin-bottom: 56px;
  }

  .uc-mb-40-pc h1,.uc-mb-40-pc h2,.uc-mb-40-pc h3,
  .uc-mb-40-pc h4,.uc-mb-40-pc h5,.uc-mb-40-pc h6 {
    margin-bottom: 0!important;
  }

  .modal-advice .modal-advice-title h3 {
    font-size: calc(26 * var(--rem));
  }

  .modal-advice .modal-advice-title h4 {
    font-size: calc(24 * var(--rem));
    line-height: 1.4;
    padding-bottom: 9px;
    /* margin-top: 24px; */
  }

  .modal-text01 {
    font-size: calc(16 * var(--rem));
  }

  .CMP-CM10-text:has( + .CMP-CM10-text .source-label) .modal-text01 {
    margin-bottom: 16px;
  }

  .modal-advice .modal-text01.small-mb {
    margin-bottom: 9px!important;
  }

  .source-label p {
    font-size: 12px;
  }

  .tips-detail-grid {
    display: grid;
    grid-template-columns: min(33.37156%, 251px) 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
  }

  #tips-modal-1 .tips-detail-grid {
    grid-template-columns: min(28.325688%, 247px) 1fr;
    grid-column-gap: 16px;
  }

  .tips-detail-grid > .section:nth-child(1),
  .tips-detail-grid > .section:nth-child(3),
  .tips-detail-grid > .section:nth-child(4),
  .tips-detail-grid > .section:nth-child(5),
  .tips-detail-grid > .section:nth-child(6) {
    grid-column: 2 / 3;
    max-width: 609px;
  }

  .tips-detail-grid.rows-grid-2 {
    grid-template-rows: max-content 1fr;
  }

  .tips-detail-grid.rows-grid-3 {
    grid-template-rows: max-content max-content 1fr;
  }

  .tips-detail-grid.rows-grid-4 {
    grid-template-rows: repeat(3, max-content) 1fr;
  }

  .tips-detail-grid.rows-grid-5 {
    grid-template-rows: repeat(5, max-content);
  }

  .tips-detail-grid.rows-grid-6 {
    grid-template-rows: repeat(6, max-content);
  }

  .tips-detail-grid > .section:has(.tips-img) {
    grid-area: 1 / 1 / 6 / 2;
  }
  .modal__dialog .tips-img {
    margin: 0;
    padding: 0;
  }
  .modal__dialog .modal-title {
    font-size: calc(22 * var(--rem));
    text-align: left;
  }

  .modal__dialog .modal-title * {
    font-size: inherit;
    text-align: inherit;
    font-weight: bold;
    line-height: inherit;
  }

  .modal-advice .modal-text01.modal-list-title {
    font-size: calc(18 * var(--rem));
  }

  .modal-advice .uc-list.modal-text01 {
    font-size: calc(16 * var(--rem));
  }

  .supervisor-grid {
    column-gap: 16px;
    margin-top: 56px;
    padding-top: 58px;
  }

  .supervisor-grid .uc-lyt-grid-col-flex {
    max-width: calc(100% - (120px + 16px))
  }

  .supervisor-grid .uc-lyt-grid-col-flex:has(.advice-modal-img) {
    max-width: 120px;
  }

  .supervisor-text {
    font-size: calc(14 * var(--rem));
    margin-bottom: 8px;
  }

  .advice-modal-name {
    font-size: calc(24 * var(--rem));
  }
  .advice-modal-name b {
    font-size: calc(18 * var(--rem));
  }
  /* sec03
  ------------------------------- */
  .sec03 {
    padding: 64px 140px;
  }

  .sec03-block {
    margin-bottom: 64px;
  }

  .sec03::after {
    width: 100%;
    height: 80px;
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_06.png);
    background-size: 100% 100%;
  }

  .uc-lyt-grid-container-advance.advice-grid {
    padding-bottom: 40px;
    column-gap: 20px;
    max-width: 1280px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
  }

  .advice-grid .uc-lyt-grid-col-flex {
    max-width: min(calc(33% - 20px), 320px);
  }

  .sec03-head h2 {
    font-size: calc(24 * var(--rem));
  }
  .sec03-head h2 span {
    font-size: calc(42 * var(--rem));
    margin: 16px auto 32px;
  }

  .intro03-text-area {
    font-size: calc(16 * var(--rem));
  }

  /* sec04
  ------------------------------- */
  .sec04 {

  }
  .sec04::after {
    width: 100%;
    height: 80px;
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_07.png);
  }

  .sec04-head h2 {
    font-size: calc(24 * var(--rem));
  }

  .sec04-head h2 span {
    font-size: calc(42 * var(--rem));
  }

  .intro04-text-area {
    font-size: calc(16 * var(--rem));
  }

  .sec04-report-block {
    padding: 56px 40px;
    margin: 8px auto 40px;
    max-width: 1000px;
  }

  .header-report-title h2 {
    font-size: calc(34 * var(--rem));
  }

  .header-report-text {
    font-size: calc(16 * var(--rem));
  }

  .header-report-text.notice-text{
    font-size: calc(12 * var(--rem));
  }

  .report-accordion-01 {
    margin-top: 56px;
  }

  .report-accordion-01 .uc-accordion-title {
    display: none!important;
  }

  .report-accordion-01 .uc-accordion-table {
    display: block!important;
  }

  .uc-accordion-btn-close {
    display: none;
  }

  /* sec05
  ------------------------------- */
  .sec05-head {
    margin-bottom: 32px;
  }

  .sec05-head h2 {
    font-size: calc(24 * var(--rem));
  }

  .sec05-head h2 span {
    font-size: calc(42 * var(--rem));
  }

  .sec05-grid-slider-container {
    width: 100%;
    margin: 40px auto 32px;
    max-width: 1000px;
  }

  .sec05-grid-slider-container .slick-list {
    overflow: hidden;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 6px;
  }

  /* sec-app
  ------------------------------- */
  .sec-app {
    background: url(/content/dam/sites/www_sofy_jp/yestome/image/bg-app-01.png) no-repeat, #FFF2F4;
    background-position-x: center;
    background-position-y: 35px;
    padding: 96px 0 calc(96px + 80px);
  }

  .sec-app::before {
    content: none;
  }

  .uc-lyt-grid-container-advance.sofybe-grid {
    column-gap: 39px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .sofybe-grid .uc-lyt-grid-col-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .sofybe-grid .uc-lyt-grid-col-flex:first-child {
    max-width: 352.8px;
  }

  .sofybe-text-block .uc-mod-hdg-lv2-01 {
    margin-bottom: 24px;
    text-align: left;
  }

  .sec-app .sofybe-text-block h2 {
    font-size: calc(28 * var(--rem));
    text-align: left;
  }

  .app-text {
    text-align: left;
    font-size: calc(18 * var(--rem));
  }
  .sofybe-grid .uc-lyt-grid-col-flex:last-child {
    max-width: 337px;
  }

  .app-img {
    margin: 0;
  }

  .sec-app::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: calc((100vw / 769) * 769);
    height: 80px;
    content: "";
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_08.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  /* sec06
  ------------------------------- */
  .sec06 {
    padding: 64px 24px calc(64px + 80px);
  }

  .sec06::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: calc((100vw / 769) * 769);
    height: 80px;
    content: "";
    background-image: url(/content/dam/sites/www_sofy_jp/yestome/image/wave_09.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .sec06-head {
    font-size: calc(32 * var(--rem));

    & h2 {
      line-height: 1.6;
    }
  }

  .sec06-text {
    font-size: calc(15 * var(--rem));
  }

  /* sns
  ------------------------------- */
  .sec-sns {
    padding-block: 64px;
  }

  .sns-btn a,
  .sns-btn button {
    padding: 10px 24px;
  }
}