@charset "UTF-8";
/*----------------------------------------

	SAGAMI POINT SERVICE CSS

-----------------------------------------*/
/*----------------------------------------
	- TAB
-----------------------------------------*/
.c-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .c-tab {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab {
    gap: 2vw;
  }
}
.c-tab li button {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
  border-radius: 10em;
  background-color: var(--color-white);
  height: 100%;
  transition: background-color 0.2s;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-tab li button {
    border: 2px solid var(--color-primarydefault);
    padding: 16px;
    min-height: 86px;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab li button {
    border: 0.5vw solid var(--color-primarydefault);
    padding: 1.5vw;
    min-height: 18vw;
    gap: 0.5vw;
  }
}
.c-tab li span {
  font-weight: var(--font-medium);
  transition: color 0.2s;
}
@media screen and (min-width: 769px) {
  .c-tab li:nth-of-type(1) .font24_16 {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-tab li:nth-of-type(1) .font24_16 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .c-tab li:nth-of-type(1) .font16_12 {
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  .c-tab li:nth-of-type(1) .font16_12 {
    line-height: 1.25;
  }
}
@media screen and (min-width: 769px) {
  .c-tab li:nth-of-type(2) .font24_16 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .c-tab li:nth-of-type(2) .font24_16 {
    line-height: 1.25;
  }
}
.c-tab li [aria-expanded=true] {
  background-color: var(--color-primarydefault);
  cursor: unset;
}
.c-tab li [aria-expanded=true]::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  border-color: #FA91A9 transparent transparent transparent;
}
.c-tab li [aria-expanded=true] span {
  font-weight: var(--font-bold);
  color: var(--color-white);
}

[data-content][aria-hidden=true] {
  display: none;
}
[data-content][aria-hidden=false] {
  display: block;
}

/*----------------------------------------
	- 共通
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .c-tab {
    margin-block-start: 150px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab {
    margin-block-start: 20vw;
  }
}

@media screen and (min-width: 769px) {
  [data-content] {
    margin-block-start: 93px;
  }
}
@media screen and (max-width: 768px) {
  [data-content] {
    margin-block-start: 11.75vw;
  }
}
[data-content] .c-box {
  counter-reset: num;
}
[data-content] .c-box .font18_16 {
  line-height: 2.5;
}
[data-content] .c-box h2 {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  [data-content] .c-box h2 {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  [data-content] .c-box h2 {
    letter-spacing: 0.03em;
  }
}
[data-content] .c-box h3 {
  counter-increment: num;
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
  line-height: 1.5;
  border-block-end: 1px solid var(--color-primarydark);
}
@media screen and (min-width: 769px) {
  [data-content] .c-box h3 {
    padding-block-end: 10px;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 768px) {
  [data-content] .c-box h3 {
    padding-block-end: 2.25vw;
    padding-inline: 2.25vw;
  }
}
[data-content] .c-box h3::before {
  content: counter(num) ". ";
}
[data-content] .c-box .font16_14 {
  line-height: 2;
}
[data-content] .c-box .font15_13 {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .mysagami .apply {
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply {
    margin-block-start: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .apply h3 {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply h3 {
    margin-block-start: 8.75vw;
  }
}
.mysagami .apply .cate01 .box01 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 {
    margin-block-start: 38px;
    grid-template-columns: repeat(2, minmax(auto, 475px));
    gap: 0 5.455%;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box01 {
    margin-block-start: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 .font16_14 {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 .item-list {
    margin-block-start: 33px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box01 .item-list {
    margin-block-start: 5vw;
  }
}
.mysagami .apply .cate01 .box01 .item-list li {
  display: grid;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 .item-list li {
    grid-template-columns: 2fr 1fr;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box01 .item-list li {
    grid-template-columns: 1fr 25vw;
  }
}
.mysagami .apply .cate01 .box01 .item-list li:nth-of-type(1) {
  border-block-start: 1px solid var(--color-americansilver);
}
.mysagami .apply .cate01 .box01 .item-list li:nth-of-type(1) span {
  text-align: center;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 .item-list li span {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box01 .item-list li span {
    padding: 1.1vw 3.5vw;
  }
}
.mysagami .apply .cate01 .box01 .item-list li span:nth-of-type(1) {
  background-color: var(--color-ghostwhite);
}
.mysagami .apply .cate01 .box01 .item-list li span:nth-of-type(2) {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 .note {
    margin-block-start: 16px;
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box01 .note {
    margin-block-start: 2.5vw;
  }
}
.mysagami .apply .cate01 .box01 .note p {
  padding-inline-start: 1em;
  text-indent: -1em;
}
.mysagami .apply .cate01 .box01 .note p::before {
  content: "※";
}
.mysagami .apply .cate01 .box01 .note ul {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box01 .note ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 40px;
    padding-inline-start: 8px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box01 .note ul {
    display: grid;
    padding-inline-start: 1.25vw;
  }
}
.mysagami .apply .cate01 .box01 .note ul li::before {
  width: 1em;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box02 {
    margin-block-start: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box02 {
    margin-block-start: 6vw;
  }
}
.mysagami .apply .cate01 .box02 figure {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate01 .box02 figure {
    margin-block-start: 10px;
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate01 .box02 figure {
    margin-block-start: 2vw;
  }
}
.mysagami .apply .cate01 .box02 figure img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 {
    margin-block-start: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 {
    margin-block-start: 6vw;
  }
}
.mysagami .apply .cate02 .box01 .note {
  padding-inline-start: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .note {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .note {
    margin-block-start: 2vw;
  }
}
.mysagami .apply .cate02 .box01 .note::before {
  content: "※";
}
.mysagami .apply .cate02 .box01 .link {
  display: grid;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .link {
    margin-block-start: 42px;
    grid-template-columns: 280px 1fr;
    align-items: flex-end;
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .link {
    margin-block-start: 8.75vw;
    gap: 4vw;
  }
}
.mysagami .apply .cate02 .box01 .link a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .link a {
    width: 57vw;
    margin-inline: auto;
  }
}
.mysagami .apply .cate02 .box01 .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.455%;
    margin-block-start: 60px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .item-list {
    margin-block-start: 9vw;
    gap: 7.5vw;
  }
}
.mysagami .apply .cate02 .box01 .item-list li {
  background-color: rgba(255, 240, 243, 0.75);
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .item-list li {
    border-radius: 16px;
    padding: 37px 30px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .item-list li {
    border-radius: 4vw;
    padding: 6vw 5vw;
  }
}
.mysagami .apply .cate02 .box01 .item-list li .font22_18 {
  font-weight: var(--font-medium);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .item-list li .font22_18 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .item-list li .font22_18 {
    line-height: 2;
  }
}
.mysagami .apply .cate02 .box01 .item-list li .font16_14 {
  font-weight: var(--font-medium);
  text-align: center;
  border-block-start: 1px solid var(--color-primarydefault);
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .item-list li .font16_14 {
    margin-block-start: 24px;
    padding-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .item-list li .font16_14 {
    margin-block-start: 2.5vw;
    padding-block-start: 3vw;
  }
}
.mysagami .apply .cate02 .box01 .item-list li .font14_12 {
  border-block-start: 2px dashed var(--color-americansilver);
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .mysagami .apply .cate02 .box01 .item-list li .font14_12 {
    margin-block-start: 30px;
    padding-block-start: 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .apply .cate02 .box01 .item-list li .font14_12 {
    margin-block-start: 4.5vw;
    padding-block-start: 5vw;
    gap: 1.25vw;
  }
}
.mysagami .apply .cate02 .box01 .item-list li .font14_12::before {
  content: "例）";
  width: 2em;
}
@media screen and (min-width: 769px) {
  .mysagami .present {
    margin-block-start: 109px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .present {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .present .box {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .present .box {
    margin-block-start: 7.5vw;
  }
}
.mysagami .present .box .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .mysagami .present .box .item-list {
    grid-template-columns: repeat(3, 200px);
    gap: 50px;
    margin-block-start: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .present .box .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw 4.5vw;
    margin-block-start: 5vw;
  }
}
.mysagami .present .box .item-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-platinum);
}
.mysagami .present .box .item-list figcaption {
  font-weight: var(--font-medium);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mysagami .present .box .item-list figcaption {
    margin-block-start: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .present .box .item-list figcaption {
    margin-block-start: 1.5vw;
  }
}
.mysagami .notes {
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .mysagami .notes {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes {
    margin-block-start: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .notes .font20_16 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes .font20_16 {
    margin-block-start: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .notes ul.c-list--dots {
    margin-block-start: 24px;
    padding-inline-start: 8px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes ul.c-list--dots {
    margin-block-start: 4.5vw;
    padding-inline-start: 1.25vw;
  }
}
.mysagami .notes ul.c-list--dots li::before {
  width: 1em;
  flex-shrink: 0;
}
.mysagami .notes .font18_15 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .mysagami .notes .font18_15 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes .font18_15 {
    margin-block-start: 5vw;
    line-height: 2;
  }
}
.mysagami .notes .btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mysagami .notes .btn {
    margin-block-start: 54px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes .btn {
    margin-block-start: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .notes .btn a {
    width: 360px;
    padding: 16.5px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes .btn a {
    width: 60vw;
    padding: 3.75vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .mysagami .notes .font16_14 {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mysagami .notes .font16_14 {
    margin-block-start: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .happy7 .apply {
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply {
    margin-block-start: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .apply h3 {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply h3 {
    margin-block-start: 8.75vw;
  }
}
.happy7 .apply .cate01 .box01 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .happy7 .apply .cate01 .box01 {
    margin-block-start: 38px;
    grid-template-columns: 1fr 320px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate01 .box01 {
    margin-block-start: 6vw;
    gap: 6vw;
  }
}
.happy7 .apply .cate01 .box01 figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate01 .box01 figure {
    padding-inline: 4vw;
  }
}
.happy7 .apply .cate01 .box01 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .happy7 .apply .cate02 .box01 {
    margin-block-start: 42px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate02 .box01 {
    margin-block-start: 6vw;
  }
}
.happy7 .apply .cate02 .box01 .note {
  padding-inline-start: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .happy7 .apply .cate02 .box01 .note {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate02 .box01 .note {
    margin-block-start: 1.25vw;
  }
}
.happy7 .apply .cate02 .box01 .note::before {
  content: "※";
}
.happy7 .apply .cate02 .box01 .note + .font16_14 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .happy7 .apply .cate02 .box01 .note + .font16_14 {
    margin-block-start: 42px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate02 .box01 .note + .font16_14 {
    margin-block-start: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .apply .cate02 .box01 .link {
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate02 .box01 .link {
    margin-block-start: 6vw;
  }
}
.happy7 .apply .cate02 .box01 .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--color-primarydefault);
  font-weight: var(--font-medium);
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (min-width: 769px) {
  .happy7 .apply .cate02 .box01 .link a {
    gap: 6px;
    padding: 4px 45px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .apply .cate02 .box01 .link a {
    gap: 0.75vw;
    padding: 1.25vw 11.5vw;
    border-radius: 1vw;
    margin-inline: auto;
  }
}
.happy7 .apply .cate02 .box01 .link a::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/img/common/ic-pdf-pink.svg);
  width: 1em;
  height: 1em;
  margin-block: auto;
  transition: background-image 0.2s;
}
@media (hover: hover) {
  .happy7 .apply .cate02 .box01 .link a:hover {
    background-color: var(--color-primarydefault);
    color: var(--color-white);
  }
  .happy7 .apply .cate02 .box01 .link a:hover::after {
    background-image: url(/asset/img/common/ic-pdf-white.svg);
  }
}
@media screen and (min-width: 769px) {
  .happy7 .present {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .present {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .present .box {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .present .box {
    margin-block-start: 7.5vw;
  }
}
.happy7 .present .box .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .happy7 .present .box .item-list {
    grid-template-columns: repeat(3, 200px);
    gap: 50px;
    margin-block-start: 32px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .present .box .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw 4.5vw;
    margin-block-start: 5vw;
  }
}
.happy7 .present .box .item-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-platinum);
}
.happy7 .present .box .item-list figcaption {
  font-weight: var(--font-medium);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .happy7 .present .box .item-list figcaption {
    margin-block-start: 15px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .present .box .item-list figcaption {
    margin-block-start: 1.5vw;
  }
}
.happy7 .notes {
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .happy7 .notes {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes {
    margin-block-start: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .notes .font20_16 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .font20_16 {
    margin-block-start: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .notes ul.c-list--dots {
    margin-block-start: 24px;
    padding-inline-start: 8px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes ul.c-list--dots {
    margin-block-start: 3.5vw !important;
    padding-inline-start: 1.25vw;
  }
}
.happy7 .notes ul.c-list--dots li::before {
  width: 1em;
  flex-shrink: 0;
}
.happy7 .notes .font18_15 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .happy7 .notes .font18_15 {
    margin-block-start: 49px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .font18_15 {
    margin-block-start: 5vw;
    line-height: 2;
  }
}
.happy7 .notes .btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .happy7 .notes .btn {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .btn {
    margin-block-start: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .notes .btn a {
    width: 360px;
    padding: 16.5px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .btn a {
    width: 60vw;
    padding: 3.75vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .notes .font20_16 + .font16_14 {
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .font20_16 + .font16_14 {
    margin-block-start: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .notes .btn + .font16_14 {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .btn + .font16_14 {
    margin-block-start: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .happy7 .notes .link {
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .link {
    margin-block-start: 6vw;
  }
}
.happy7 .notes .link a {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-primarydark);
  line-height: 2;
  text-decoration: underline;
  font-weight: var(--font-medium);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .happy7 .notes .link a {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .happy7 .notes .link a {
    gap: 2vw;
  }
}
.happy7 .notes .link a::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/img/common/ic-arrow-right-darkpink.svg);
  width: 1.25em;
  height: 1.25em;
  margin-block: auto;
}