/* common 
******************************************************************************************/
html {
  font-size: 10px;
}

@media (min-width: 769px) {
  html {
    font-size: 19.692px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  background-color: #CADAE1;
}

.wrap {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
}

.main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  transition: opacity 0.4s;
}

a:hover, a:active {
  opacity: 0.6;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.8rem;
}

.cta-btns {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.cta-btn {
  width: 16rem;
  padding: 0.9rem 0 1rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  border-radius: 4rem;
  color: #fff;
  text-align: center;
}

.cta-btn.red {
  background-color: #D11921;
}

.cta-btn.red::before {
  display: block;
  content: "";
  background: url(../images/common/dots.svg) no-repeat;
  background-size: contain;
  width: 2.2rem;
  aspect-ratio: 2.2/2.2;
  margin: 0 auto 1.1rem;
}

.cta-btn.blue {
  background-color: #132D87;
}

.cta-btn.blue::before {
  display: block;
  content: "";
  background: url(../images/common/note.svg) no-repeat;
  background-size: contain;
  width: 1.7rem;
  aspect-ratio: 17/22;
  margin: 0 auto 1.1rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  padding: 1.1rem 0 1.2rem;
  margin: 0 auto;
  border-radius: 4rem;
}

.btn span {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.btn span::before {
  display: inline-block;
  content: "";
  width: 4.1rem;
  height: 4.1rem;
}

.btn.green {
  color: #fff;
  background-color: #44C820;
  box-shadow: 0 0.3rem 0.6rem rgba(78, 78, 78, 0.25);
}

.btn.green span {
  background: url(../images/common/dots.svg) no-repeat;
  background-size: contain;
}

.btn.white {
  color: #132D87;
  background-color: #fff;
}

.btn.white span {
  background: url(../images/common/dots_blue.svg) no-repeat;
  background-size: contain;
}

/* header
******************************************************************************************/
.header {
  position: absolute;
  width: 100%;
  max-width: 767px;
  background-color: #fff;
  z-index: 1;
}

.header__inner {
  padding: 1.6rem 1.8rem 1.2rem;
}

.header__logo {
  width: 14.8rem;
}

/* main
******************************************************************************************/
.mv {
  position: relative;
}

.mv__text {
  position: absolute;
  width: calc(100% - 3.6rem);
  top: 13.4rem;
  left: 50%;
  translate: -50%;
}

.mv__lead {
  width: fit-content;
  margin: 0 auto;
  padding: 0.8rem 2.3rem 0.7rem 2.7rem;
  background-color: #fff;
  border-radius: 0.4rem;
}

.mv__lead img {
  width: 28.5rem;
}

.mv__catch {
  width: 33.2rem;
  margin: 2.8rem auto 0;
}

.mv__line {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 29.5rem;
  right: 0;
  padding: 1.3rem 0.6rem 1.6rem 0.7rem;
  border: 0.3rem solid #fff;
  border-right: none;
  background-color: #44C820;
  border-radius: 1.6rem 0 0 1.6rem;
  z-index: 1;
}

@media (min-width: 769px) {
  .mv__line {
    width: fit-content;
    top: calc(50% + 5rem);
    right: 0;
    translate: 0 -50%;
  }
}
.mv__line p {
  margin-top: 0.6rem;
}

.line-icon {
  width: 3.6rem;
}

.line-text {
  width: 1.6rem;
}

.selected {
  background-color: #EDEDED;
}

.selected__lead {
  padding: 2.8rem 1.8rem 2rem;
  background-color: #fff;
  text-align: center;
}

.selected__lead img {
  width: 33.1rem;
  margin: 0 auto;
}

.selected__image {
  padding-top: 1.9rem;
}

.fulfill {
  padding: 2.6rem 1.4rem;
  margin-top: 0.7rem;
  background-color: #DFECF6;
}

.fulfill__lead {
  width: 23.5rem;
  margin: 0 auto;
}

.fulfill__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.3rem 0 2.5rem;
  margin-top: 3rem;
}

.fulfill__item {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #333;
}

.fulfill__item::before {
  display: inline-block;
  content: "";
  width: 1.4rem;
  aspect-ratio: 14/15;
  background: url(../images/common/home.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}

.worries {
  padding: 3.3rem 0 0;
  background-color: #fff;
}

.worries__lead {
  width: 32.2rem;
  padding: 0.7rem 0;
  margin: 0 auto;
}

.worries__image {
  width: 31rem;
  margin: 0 auto;
}

.worries__end {
  width: 34.4rem;
  margin: 2.7rem auto 0;
  padding: 0.7rem 0 0.6rem;
}

.worries__list {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding: 6.4rem 0 5.1rem;
  margin-top: 3.1rem;
  background-color: #5BC0EC;
}

.worries-item {
  position: relative;
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  padding: 2.3rem 1.3rem 2rem 2.3rem;
  border: 0.2rem solid #132D87;
  background-color: #fff;
}

.worries-item:nth-child(odd) {
  border-radius: 0 1.6rem 1.6rem 1.6rem;
}

.worries-item:nth-child(odd) .worries-item-top {
  flex-direction: row-reverse;
}

.worries-item:nth-child(odd) .worries-item__label {
  left: -0.1rem;
}

.worries-item:nth-child(even) {
  border-radius: 1.6rem 0 1.6rem 1.6rem;
}

.worries-item:nth-child(even) .worries-item__label {
  right: -0.1rem;
}

.worries-item:nth-child(1) .worries-item-top__image {
  width: 13.6rem;
  margin-top: -3.6rem;
  margin-right: -4rem;
  left: -0.6rem;
}

.worries-item:nth-child(1) .worries-item-bottom__text::before {
  top: 13.3rem;
}

.worries-item:nth-child(2) .worries-item-top__image {
  margin-top: -3.1rem;
  margin-left: -4.7rem;
  left: 0.7rem;
}

.worries-item:nth-child(2) .worries-item-bottom__text::before {
  top: 10.8rem;
}

.worries-item:nth-child(3) .worries-item-top__image {
  margin-top: -2.7rem;
  margin-right: -3rem;
}

.worries-item:nth-child(3) .worries-item-bottom__text::before {
  top: 12.9rem;
}

.worries-item:nth-child(4) .worries-item-top__image {
  margin-top: -2.7rem;
  margin-left: -3.8rem;
}

.worries-item:nth-child(4) .worries-item-bottom__text::before {
  top: 13.3rem;
}

.worries-item-top {
  position: relative;
  display: flex;
}

.worries-item-top__image {
  position: relative;
  width: 13.1rem;
  flex-shrink: 0;
}

.worries-item-top__text {
  width: 22rem;
  flex-shrink: 0;
}

.worries-item-bottom {
  display: flex;
  align-items: flex-end;
  gap: 1.7rem;
  margin-top: 1.8rem;
}

.worries-item-bottom__text {
  position: relative;
  padding: 0.8rem 1.5rem 1rem 1.3rem;
  background-color: #EBF2FA;
  border-radius: 0.8rem;
}

.worries-item-bottom__text p {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Sans JP", serif;
  color: #333;
}

.worries-item-bottom__text::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/worries/deco.png) no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
  right: -1.8rem;
}

.worries-item-bottom__image {
  position: relative;
  width: 7.2rem;
  flex-shrink: 0;
  top: 1rem;
}

.worries-item-bottom__image .name {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Sans JP", serif;
  color: #000;
  text-align: center;
}

.worries-item-bottom__image span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  margin-top: -0.3rem;
  color: #000;
}

.worries-item__label {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", serif;
  top: -3.2rem;
  padding: 0.4rem 2.2rem;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: #132D87;
  color: #fff;
}

.worries-item__label span {
  font-size: 2.4rem;
}

.voice {
  padding: 3.2rem 0 3.7rem;
  background-color: #E4F4FB;
}

.voice__heading {
  width: 26.4rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  text-align: center;
}

.voice-lead__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.6rem;
}

.voice-lead__item {
  display: flex;
  gap: 0.4rem;
}

.voice-lead__item:nth-child(2) {
  flex-direction: row-reverse;
  margin-left: auto;
}

.voice-lead__image {
  width: 7.8rem;
}

.voice-lead__text {
  width: 19.8rem;
  margin-top: 1.8rem;
}

.voice__movie {
  width: 100%;
  aspect-ratio: 354/220;
  margin-top: 2.5rem;
  background-color: #DFECF6;
}

.voice__movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4.8rem;
  margin-bottom: 3.2rem;
}

.voice__item {
  padding: 2.1rem 1.3rem 2.5rem;
  border: 0.2rem solid #132D87;
  border-radius: 0.8rem;
  background-color: #fff;
}

.voice__item:nth-child(1) .voice-top__text h3 {
  width: 21.2rem;
}

.voice__item:nth-child(2) .voice-top__text h3 {
  width: 21.5rem;
}

.voice-top {
  display: flex;
  gap: 1.6rem;
}

.voice-top__image {
  width: 9.4rem;
  flex-shrink: 0;
}

.voice-top__text {
  padding-top: 1.5rem;
}

.voice-top__name {
  display: block;
  font-size: 1.2rem;
  line-height: 2.3333333333;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 0.4rem;
  color: #6F6F6F;
}

.voice__text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  padding: 0 0.5rem;
  margin-top: 1.3rem;
}

.voice__text span {
  display: inline;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #F1EB30 50%, #F1EB30 100%);
}

.reason {
  padding: 3.2rem 0 5.8rem;
  background-color: #fff;
}

.reason__heading {
  width: 33.9rem;
  margin: 0 auto;
  padding: 0.7rem 0;
  text-align: center;
}

.reason__lead {
  font-size: 1.9rem;
  line-height: 1.8947368421;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 2.6rem;
  color: #333333;
  text-align: center;
}

.reason__lead span {
  display: inline;
  background: linear-gradient(to bottom, transparent 0, transparent 70%, #F1EB30 70%, #F1EB30 100%);
}

.reason__list {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}

.reason__item:nth-child(even) .reason-top {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.reason__item:nth-child(1) h3 {
  width: 15.9rem;
}

.reason__item:nth-child(2) h3 {
  width: 17.2rem;
}

.reason__item:nth-child(3) h3 {
  width: 19.1rem;
}

.reason__item:nth-child(4) h3 {
  width: 17.1rem;
}

.reason-top {
  display: flex;
  gap: 1.8rem;
}

.reason-top__image {
  width: 14.5rem;
}

.reason-top__text h3 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #333;
  margin-top: 0.8rem;
}

.reason-top__text span {
  display: inline;
  background: linear-gradient(to bottom, transparent 0, transparent 2.1rem, #F1EB30 0, #F1EB30 0.7rem);
}

.reason-top__num {
  width: fit-content;
  font-size: 1.8rem;
  line-height: 0.8888888889;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  padding: 0.3rem 1rem 0.3rem 0.8rem;
  border-radius: 0 1.4rem 1.4rem 0;
  background-color: #132D87;
  color: #fff;
}

.reason__text {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 1rem;
  color: #4A4A4A;
}

.reason__image {
  width: 25rem;
  margin: 0.8rem auto 2.2rem;
}

.appeal {
  background-color: #5BC0EC;
  overflow: hidden;
}

.appeal__heading {
  padding: 2.6rem 0 2rem;
  background-color: #1FA9E5;
}

.appeal__heading span {
  display: block;
  width: 33.5rem;
  margin: 0 auto;
}

.appeal__lead {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 1.1rem;
  color: #fff;
  text-align: center;
}

.appeal__list {
  margin-top: 3.8rem;
}

.appeal__item {
  position: relative;
  display: grid;
  place-content: center;
  width: 19rem;
  height: 19rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.appeal__item::before {
  position: absolute;
  display: block;
  content: "";
}

.appeal__item:nth-child(odd) {
  margin-right: auto;
}

.appeal__item:nth-child(even) {
  margin-left: auto;
}

.appeal__item:nth-child(1)::before {
  background: url(../images/appeal/01.webp) no-repeat;
  background-size: contain;
  width: 20.3rem;
  aspect-ratio: 406/772;
  top: -3.76rem;
  left: 16.9rem;
}

.appeal__item:nth-child(1) img {
  width: 17.2rem;
}

.appeal__item:nth-child(2) {
  margin-top: -1rem;
}

.appeal__item:nth-child(2)::before {
  background: url(../images/appeal/02.webp) no-repeat;
  background-size: contain;
  width: 21.2rem;
  aspect-ratio: 212/318;
  top: -1rem;
  left: -18.4rem;
}

.appeal__item:nth-child(2) img {
  width: 11.9rem;
}

.appeal__item:nth-child(3) {
  margin-top: -2.2rem;
}

.appeal__item:nth-child(3)::before {
  background: url(../images/appeal/03.webp) no-repeat;
  background-size: contain;
  width: 14rem;
  aspect-ratio: 140/232;
  top: 2.3rem;
  left: 20.3rem;
}

.appeal__item:nth-child(3) img {
  width: 14.5rem;
}

.appeal__item:nth-child(4) {
  margin-top: -2.1rem;
}

.appeal__item:nth-child(4)::before {
  background: url(../images/appeal/04.webp) no-repeat;
  background-size: contain;
  width: 13.3rem;
  aspect-ratio: 133/253;
  top: -2.53rem;
  left: -14.1rem;
}

.appeal__item:nth-child(4) img {
  width: 15.3rem;
}

.appeal__end {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  text-align: center;
  margin-top: 5.2rem;
}

.appeal__bottom {
  position: relative;
  margin: 2.1rem -1.8rem 0;
}

.appeal__bottom p {
  position: absolute;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  top: -1.8rem;
  left: 50%;
  translate: -50%;
  background-color: #5BC0EC;
  color: #F1EB30;
  text-align: center;
}

.anxiety {
  background-color: #E4F4FB;
  overflow: hidden;
}

.anxiety__heading {
  padding: 3.2rem 0 2.3rem;
  background-color: #fff;
}

.anxiety__heading span {
  display: block;
  width: 31.7rem;
  margin: 0 auto;
  padding: 0.7rem 0;
}

.anxiety__list {
  padding: 2.9rem 0 4.9rem;
}

.anxiety__item {
  display: flex;
}

.anxiety__item:nth-child(odd) .anxiety-text__block::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/anxiety/deco_r.svg) no-repeat;
  background-size: contain;
  width: 4.8rem;
  height: 4.55rem;
}

.anxiety__item:nth-child(even) {
  flex-direction: row-reverse;
}

.anxiety__item:nth-child(even) .anxiety-text__block::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/anxiety/deco_l.svg) no-repeat;
  background-size: contain;
  width: 4.8rem;
  height: 4.55rem;
  top: -3.3rem;
  left: -1.6rem;
}

.anxiety__item:nth-child(1) {
  gap: 2.7rem;
}

.anxiety__item:nth-child(1) h3 {
  width: 19.3rem;
}

.anxiety__item:nth-child(1) .anxiety__image {
  width: 9.7rem;
}

.anxiety__item:nth-child(1) .anxiety__text {
  padding-top: 2.3rem;
}

.anxiety__item:nth-child(1) .anxiety-text__block::before {
  top: -3.3rem;
  right: -1.6rem;
}

.anxiety__item:nth-child(2) {
  gap: 0;
  margin-top: 2.3rem;
}

.anxiety__item:nth-child(2) h3 {
  width: 20rem;
}

.anxiety__item:nth-child(2) .anxiety__image {
  width: 19.7rem;
  margin-left: -1.8rem;
}

.anxiety__item:nth-child(2) .anxiety__text {
  padding-top: 2.5rem;
}

.anxiety__item:nth-child(2) .anxiety-text__block::before {
  top: -3rem;
  left: -2.8rem;
  rotate: -10deg;
}

.anxiety__item:nth-child(3) {
  gap: 2.1rem;
}

.anxiety__item:nth-child(3) h3 {
  width: 17.2rem;
}

.anxiety__item:nth-child(3) .anxiety__image {
  width: 9.5rem;
}

.anxiety__item:nth-child(3) .anxiety__text {
  padding-top: 1rem;
}

.anxiety__item:nth-child(3) .anxiety-text__block::before {
  top: -3.8rem;
  right: -0.4rem;
  rotate: 10deg;
}

.anxiety__item:nth-child(4) {
  gap: 0;
  margin-top: 1.6rem;
}

.anxiety__item:nth-child(4) h3 {
  width: 18.5rem;
}

.anxiety__item:nth-child(4) .anxiety__image {
  width: 12.6rem;
}

.anxiety__item:nth-child(4) .anxiety__text {
  padding-top: 4.4rem;
}

.anxiety__item:nth-child(4) .anxiety-text__block::before {
  top: -3.1rem;
  left: -2.9rem;
  rotate: -9deg;
}

.anxiety-text {
  width: 21.1rem;
  flex-shrink: 0;
}

.anxiety-text h3 {
  padding: 0.5rem 0;
}

.anxiety-text__block {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  margin-top: 1.2rem;
  background-color: #fff;
  border-radius: 0.8rem;
}

.anxiety-text__block h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #0087D0;
}

.anxiety-text__block p {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 1.2rem;
  color: #3A3A3A;
}

.anxiety-text__block p span {
  display: inline;
  background: linear-gradient(to bottom, transparent 0, transparent 60%, #F1EB30 60%, #F1EB30 100%);
}

.gift-card {
  padding: 4rem 0;
  background-color: #0087D0;
}

.gift-card__heading {
  font-size: 5.2rem;
  line-height: 0.4615384615;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #F1EB30;
  text-align: center;
}

.gift-card__main {
  margin: 0 -1.8rem;
  background: url(../images/gift-card/lines.svg) no-repeat;
  background-size: contain;
  background-position: center 2.4rem;
}

.gift-card__point {
  position: relative;
  width: 27.7rem;
  font-size: 2.6rem;
  line-height: 1.0833333333;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin: 5.1rem auto 0;
  color: #132D87;
  text-align: center;
}

.gift-card__point span {
  position: absolute;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  top: -2rem;
  left: 1.7rem;
  rotate: -15deg;
  padding: 0 0.6rem;
  border-radius: 0.4rem;
  background-color: #F1EB30;
  color: #0087D0;
  z-index: 1;
}

.gift-card__point p {
  padding: 0.4rem 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, calc(100% - 1rem) 50%, 100% 100%, 0 100%, 1rem 50%, 0 0%);
}

.gift-card__catch {
  margin-top: 0.8rem;
  color: #fff;
  text-align: center;
}

.gift-card__catch .text-l {
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
}

.gift-card__catch .text-m {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

.gift-card__catch .text-s {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  margin-top: -0.5rem;
}

.gift-card__catch .yellow {
  color: #F1EB30;
}

.gift-card__image {
  width: 23.6rem;
  margin: 0 auto;
}

.gift-card__astarisk {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 1rem 0 0.9rem;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  text-align: center;
}

.special-gift {
  padding: 4.3rem 0 4.9rem;
  background-color: #132D87;
  color: #fff;
  text-align: center;
}

.special-gift__heading {
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  color: #F1EB30;
}

.special-gift__ja {
  display: block;
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
}

.special-gift__lead {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 1.7rem;
}

.special-gift__catch {
  margin-top: 2.3rem;
  margin-bottom: 2rem;
}

.special-gift__catch p:nth-child(2) {
  margin-top: 0.8rem;
}

.special-gift__catch p:nth-child(3) {
  margin-top: -0.6rem;
}

.special-gift__catch .text-l {
  font-size: 8rem;
  line-height: 0.6;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
}

.special-gift__catch .text-m {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
}

.special-gift__catch .text-s {
  font-size: 2.8rem;
  line-height: 1.7142857143;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
}

.special-gift__catch .yellow {
  color: #F1EB30;
}

.about {
  padding: 3rem 0 4.5rem;
  background-color: #fff;
}

.about h3 {
  display: block;
  width: 27.9rem;
  margin: 2.8rem auto 0;
  padding: 0.4rem 0;
}

.about__heading {
  text-align: center;
}

.about__heading h2 {
  display: block;
  width: 19.6rem;
  margin: 0 auto;
  padding: 0.3rem 0;
}

.about__heading span {
  display: block;
  width: 7.8rem;
  margin: 0 auto;
  padding: 0.7rem 0;
}

.about-all-image {
  margin-top: 1.2rem;
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4.2rem;
}

.about__item {
  display: flex;
  gap: 2.2rem;
  color: #3A3A3A;
}

.about__image {
  width: 8rem;
  flex-shrink: 0;
}

.about__name {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 0.2rem;
  text-align: center;
}

.about__text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
}

/* footer
******************************************************************************************/
.footer {
  padding-top: 4rem;
  border-top: 0.8rem solid #333;
  background-color: #D9D9D9;
  color: #000;
  text-align: center;
}

.footer__logo {
  width: 18.5rem;
  margin: 0 auto;
}

.footer__address {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  margin-top: 2.4rem;
}

.footer__tel {
  display: block;
  font-size: 4.3rem;
  line-height: 0.6046511628;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", serif;
}

.footer__tel::before {
  display: inline-block;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/common/tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.footer__map {
  width: 100%;
  aspect-ratio: 356/192;
  margin-top: 2.6rem;
  background-color: #5F5F5F;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__copyright {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  padding: 0.6rem 0 0.4rem;
  margin-top: 3.1rem;
  background-color: #333;
  color: #fff;
  text-align: center;
}