/* - Reset -----------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base -----------------------------------------------------*/
body {
  font-family: "Noto Sans CJK JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background: #fff;
}

a {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
a:hover {
  opacity: 0.7;
}

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  overflow: hidden;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/* Section -----------------------------------------------------*/
.section {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}

.section--group-2 {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .section--group-2 {
    padding-bottom: 100px;
  }
}

.section--bg-color {
  background: #F8F4E6;
}

.section__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1024px) {
  .section__inner {
    gap: 100px;
  }
}

.section__inner-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section__container {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .section__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section__container--intro {
  max-width: 960px;
  padding-right: 10px;
  padding-left: 10px;
}

.section__container--donation {
  max-width: 582px;
}

.section__container--save {
  max-width: 720px;
}

.section--group-3 {
  background: #F4E8DF;
}
@media screen and (min-width: 1024px) {
  .section--group-3 {
    background: #F8F4E6;
  }
}

.section__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin: 0 0 40px;
}
@media screen and (min-width: 1024px) {
  .section__header {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1024px) {
  .section__header--donation {
    margin-bottom: 64px;
  }
}

.section__heading-deco {
  margin: 0 0 4px;
}
@media screen and (min-width: 1024px) {
  .section__heading-deco {
    margin-bottom: 12px;
  }
}

.section__header--about {
  margin-bottom: 32px;
}

.section__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .section__title {
    font-size: 1.75rem;
  }
}
.section__title > span {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .section__title--faq {
    font-size: 1.5rem;
  }
}

.section__button {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.section__decoration {
  text-align: center;
  margin: 0 0 40px;
}
.section__decoration img {
  display: block;
  margin: auto;
}

/* Button -----------------------------------------------------*/
.button {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.button--primary {
  color: #967259;
  background: transparent;
  border: 2px solid #967259;
  border-radius: 30px;
  padding: 10px 0;
}

.button--secondary {
  color: #fff;
  background: #E60012;
  border-radius: 30px;
  padding: 18px 0;
}

.button--underline {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  border-bottom: 1px dashed #967259;
  display: inline-flex;
  justify-content: center;
  padding: 7px 0;
}

.button--hero-bottom {
  font-size: 0.8125rem;
  line-height: 2.3076923077;
  font-weight: 500;
  color: #444;
  background: #F8F4E6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .button--hero-bottom {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    background: #EEE2B9;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.button--page-top {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #656565;
  position: relative;
}
.button--page-top::before, .button--page-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.button--page-top::before {
  top: 4px;
  background: #fff;
}
.button--page-top::after {
  top: 10px;
  background: inherit;
}

.button--save-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (min-width: 1024px) {
  .button__sp-only {
    display: none;
  }
}

.button__pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .button__pc-only {
    display: block;
  }
}

/* Donation item
-----------------------------------------------------*/
.list-style {
  font-size: 0.625rem;
  text-align: left;
  color: #444;
}

.list-style--disc {
  margin: 0 auto 0 0;
}

.list-style__text-disc {
  list-style-type: disc;
}

.list-style--caution {
  margin: 0 auto 0 0;
}

.list-style__text {
  display: flex;
}

ul li > .list-style, ol li > .list-style {
  padding: 0 0 0 12px;
}

/* Close Button -----------------------------------------------------*/
.close-button {
  cursor: pointer;
  border: 0;
  outline: 0;
  width: 32px;
  height: 32px;
  display: block;
  background: rgba(101, 101, 101, 0.8);
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -16px;
  right: -8px;
}
@media screen and (min-width: 1024px) {
  .close-button {
    width: 64px;
    height: 64px;
    background: transparent;
    top: -64px;
    right: 0;
  }
}

.close-button__area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 18px;
  height: 2px;
}
@media screen and (min-width: 1024px) {
  .close-button__area {
    width: 45px;
  }
}
.close-button__area::before, .close-button__area::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
}
.close-button__area::before {
  transform: rotate(-45deg);
}
.close-button__area::after {
  transform: rotate(45deg);
}

/* Hidden
 -----------------------------------------------------*/
.hidden {
  display: none;
}

/* Header -----------------------------------------------------*/
.header {
  margin: 0 auto;
  padding: 11px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.header__warp {
  margin: 0 22px;
}
@media screen and (min-width: 1024px) {
  .header__warp {
    margin: 0 32px;
  }
}

/* Hero -----------------------------------------------------*/
.hero {
  text-align: center;
  background: bottom center/100% auto no-repeat url(/gecard/ipet/img-files/bg_hero-sp.png), #F8F4E6;
  position: relative;
  padding: 52px 0 0;
}
@media screen and (min-width: 768px) {
  .hero {
    background: bottom center/100% auto no-repeat url(/gecard/ipet/img-files/bg_hero.png), #F8F4E6;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    padding-bottom: 66px;
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 768px) {
  .hero::before, .hero::after {
    content: "";
    display: block;
    filter: blur(1.75rem);
    position: absolute;
    z-index: 1;
    width: 30vw;
    min-width: 480px;
    height: 480px;
    border-radius: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .hero::before, .hero::after {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .hero::before {
    background: linear-gradient(90deg, rgba(248, 244, 230, 0) 0%, rgba(248, 244, 230, 0.2) 10%, rgb(248, 244, 230) 15%, rgb(248, 244, 230) 100%);
    top: 0;
    left: 75%;
    transform: rotate(-12deg);
  }
}
@media screen and (min-width: 1024px) {
  .hero::before {
    top: -11%;
  }
}
@media screen and (min-width: 768px) {
  .hero::after {
    background: linear-gradient(-90deg, rgba(248, 244, 230, 0) 0%, rgba(248, 244, 230, 0.2) 10%, rgb(248, 244, 230) 15%, rgb(248, 244, 230) 100%);
    top: 0;
    right: 75%;
    transform: rotate(12deg);
  }
}
@media screen and (min-width: 1024px) {
  .hero::after {
    top: -11%;
  }
}

.hero__image {
  margin: auto;
  padding: 20px 0 40px;
}
@media screen and (min-width: 1024px) {
  .hero__image {
    padding-top: 40px;
    padding-bottom: 54px;
    overflow: hidden;
    width: 1000px;
  }
}
.hero__image img {
  width: 100%;
}

.hero__container {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .hero__container {
    max-width: 1112px;
  }
}

.hero__header {
  margin: 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .hero__header {
    margin-bottom: 33px;
  }
}

.hero__copy {
  font-size: 0.9375rem;
  line-height: 2.8;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    font-size: 1.125rem;
    line-height: 2.3333333333;
    margin: 0 0 3px;
  }
}

.hero__name {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .hero__name {
    max-width: none;
  }
}
.hero__name img {
  max-width: 268px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .hero__name img {
    max-width: 100%;
  }
}

.hero__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .hero__body {
    gap: 20px;
  }
}

.hero__comment {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  font-weight: 500;
}
.hero__comment strong {
  color: #E60012;
}

.hero__comment--entry::before, .hero__comment--entry::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #444;
}
.hero__comment--entry::before {
  transform: rotate(45deg);
}
.hero__comment--entry::after {
  transform: rotate(-45deg);
}

.hero__comment--change {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 0 9px;
}
.hero__comment--change span {
  display: inline-block;
}

.hero__link {
  width: 100%;
  max-width: 380px;
  padding: 8px 0 4px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .hero__link {
    padding-top: 12px;
    padding-bottom: 7px;
  }
}
.is-bottomFixed .hero__link {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .is-bottomFixed .hero__link {
    max-width: 380px;
  }
}
.is-bottomFixed .hero__link .button--secondary {
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .is-bottomFixed .hero__link .button--secondary {
    border-radius: 30px;
  }
}

.hero__link-text {
  font-size: 0.75rem;
  line-height: 2.5;
  font-weight: bold;
  text-decoration: none;
  color: #967259;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .hero__link-text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.hero__link--bottom .hero__link-text {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hero__link--bottom .hero__link-text {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.hero__link--button {
  font-size: 1.0625rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .hero__change-grid {
    display: grid;
    grid-template-columns: 310px auto;
    grid-auto-rows: auto;
    grid-template-areas: "button card-caution" "caution caution";
    align-items: center;
    gap: 11px 30px;
    width: 650px;
    margin: 0 auto;
  }
}
.hero__change-grid .hero__link {
  padding: 0;
}

.hero__sponly-caution {
  font-size: 0.625rem;
  line-height: 1.5;
  margin: 0 0 22px;
}
@media screen and (min-width: 1024px) {
  .hero__sponly-caution {
    margin-bottom: 32px;
  }
}

.hero__card-caution {
  margin: 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .hero__card-caution {
    grid-area: card-caution;
  }
}

.hero__link--anchor {
  margin: 0 auto 12px;
}

.hero__button-link {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .hero__anchor-link {
    margin: 0 0 2px;
  }
}
.hero__anchor-link .button--underline {
  padding-left: 33px;
  padding-right: 33px;
}

.hero__icon {
  text-align: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #967259;
  border-radius: 50%;
  margin: 0 0 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__caution {
  font-size: 0.6875rem;
  line-height: 2.7272727273;
  font-weight: 500;
  margin: 0 0 7px;
}
@media screen and (min-width: 1024px) {
  .hero__caution {
    margin-bottom: 0;
  }
}

.hero__caution--small {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto 43px;
}
@media screen and (min-width: 1024px) {
  .hero__caution--small {
    grid-area: caution;
    margin-bottom: 0;
  }
}

.hero__accordion-link-text {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hero__accordion-link-text::after {
  content: url(/gecard/ipet/img-files/icon_arrow-narrow-down.svg);
  display: inline-block;
}

.hero__pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero__pc-only {
    display: block;
  }
}

.hero__bottom-link {
  margin: 22px 0 0;
}
@media screen and (min-width: 1024px) {
  .hero__bottom-link {
    margin-top: 0;
    position: absolute;
    bottom: -7%;
    right: 5vw;
    margin-top: 0;
  }
}

.hero__bottom-link-br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero__bottom-link-br {
    display: block;
  }
}

/* Paperwork -----------------------------------------------------*/
.modal-create {
  display: none;
  width: 80%;
  min-width: 315px;
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  padding: 32px 15px;
  box-sizing: border-box;
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .modal-create {
    padding: 25px 115px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.modal-create__overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}

.modal-create__title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 8px;
}
@media screen and (min-width: 1024px) {
  .modal-create__title {
    font-size: 1.75rem;
  }
}

.modal-create__image {
  width: 170px;
  height: auto;
  text-align: center;
  margin: 20px auto 0;
}

.modal-create__text-button {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: none;
  border-right: none;
  border-bottom: solid 3px #a5a5a5;
  border-left: none;
  border-radius: 9px;
  padding: 12px 40px 10px;
  margin: 20px auto 0;
}

/* Slick -----------------------------------------------------*/
.slick .slick-list {
  overflow: initial;
}

.slick-slide {
  box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  transform-origin: center;
  margin: 0 22px;
  transition: all ease-in-out 0.5s;
  width: 245px;
}
@media screen and (min-width: 768px) {
  .slick-slide {
    opacity: 0.2;
    max-width: none;
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .slick-slide {
    margin-right: 35px;
    margin-left: 35px;
  }
}

.slick-active {
  opacity: 1;
  transform: rotate(4deg) scale(1.1);
  position: relative;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 1024px) {
  .slick-active {
    transform: rotate(4deg) scale(1.13);
  }
}
.slick-active::after {
  content: "";
  display: block;
  width: 38px;
  height: 32px;
  background-image: url(/gecard/ipet/img-files/img_heading_decoration.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: -25px;
  transform: rotate(22deg);
}

/* Switching -----------------------------------------------------*/
.switching {
  text-align: center;
  padding: 0 0 41px;
}
@media screen and (min-width: 1024px) {
  .switching {
    background: #F4E8DF;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.switching__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
}

.switching__title {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
}

.switching__comment {
  font-size: 0.9375rem;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .switching__comment {
    text-align: center;
  }
}
.switching__comment > strong {
  font-weight: bold;
  color: #967259;
}

.switching__caution {
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
  margin: 24px 0 0;
}

.switching__link {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.switching__link-warp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
}

.switching__button-link {
  text-align: center;
}

.switching__pconly-caution {
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 5px;
}
@media screen and (min-width: 1024px) {
  .switching__pconly-caution {
    display: block;
  }
}

/* Intro -----------------------------------------------------*/
.intro {
  padding-top: 50px;
  padding-bottom: 82px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .intro {
    padding-top: 88px;
    padding-bottom: 125px;
  }
}

.intro__lead {
  font-size: 0.9375rem;
  line-height: 2.2666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 58px;
}
@media screen and (min-width: 1024px) {
  .intro__lead {
    font-size: 1.125rem;
    line-height: 2.4444444444;
    margin-bottom: 73px;
  }
}
.intro__lead span {
  display: block;
}
.intro__lead span span {
  display: inline-block;
}

.intro__list {
  width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px 30px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .intro__list {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}

.intro__deco {
  position: absolute;
  bottom: -4px;
}

.intro__deco--left {
  width: 99px;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  .intro__deco--left {
    width: auto;
  }
}

.intro__deco--right {
  width: 60px;
  right: 5vw;
}
@media screen and (min-width: 1024px) {
  .intro__deco--right {
    width: auto;
  }
}

/* Intro -----------------------------------------------------*/
.intro-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .intro-item {
    width: 33.3333333333%;
    gap: 13px;
  }
}

.intro-item__head {
  font-size: 0.8125rem;
  line-height: 2.4615384615;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.intro-item__text {
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  font-weight: 700;
  color: #967259;
}
.intro-item__text span {
  display: inline-block;
}

/* Donation -----------------------------------------------------*/
.donation__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .donation__list {
    gap: 50px;
  }
}

/* Donation item
-----------------------------------------------------*/
.donation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donation-item__title {
  font-size: 1.0625rem;
  line-height: 1.1176470588;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #967259;
  background: #fff;
  border: 2px solid #967259;
  border-radius: 10px;
  padding: 14px 0 15px;
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .donation-item__title {
    font-size: 1.1875rem;
    line-height: 1;
    padding-top: 19px;
    padding-bottom: 22px;
    margin-bottom: 37px;
  }
}
.donation-item__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #967259;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
  z-index: -1;
}

.donation-item__image {
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .donation-item__image {
    margin-bottom: 22px;
  }
}

.donation-item__text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 700;
  margin: 0 0 11px;
}
@media screen and (min-width: 1024px) {
  .donation-item__text {
    margin-bottom: 7px;
  }
}
.donation-item__text strong {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

/* Save -----------------------------------------------------*/
.save {
  position: relative;
  padding: 0 0;
}

.save__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .save__list {
    gap: 40px;
  }
}

.save__header {
  margin: 0 0 25px;
}
@media screen and (min-width: 1024px) {
  .save__header {
    margin-bottom: 40px;
  }
}

.save__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #967259;
}
@media screen and (min-width: 1024px) {
  .save__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.save__title span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .save__title span {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .save__how-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.save__how-title {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  font-weight: 700;
  color: #967259;
}
@media screen and (min-width: 1024px) {
  .save__how-title {
    flex: 0 1 92px;
  }
}

.save__how-description {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .save__how-description {
    line-height: 2.1;
  }
}

.save__step {
  background: #fff;
  border: 2px solid #F1E8DF;
  border-radius: 10px;
  padding: 24px 22px;
}
@media screen and (min-width: 1024px) {
  .save__step {
    padding: 40px 32px;
  }
}

.save__image {
  width: 100%;
  max-width: 294px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .save__image {
    max-width: 646px;
  }
}
.save__image img {
  text-align: center;
  width: 100%;
}

.save__step-text {
  font-size: 0.625rem;
  line-height: 1.5;
  opacity: 0.5;
  margin: 18px 0 0;
}
@media screen and (min-width: 1024px) {
  .save__step-text {
    margin-top: 14px;
  }
}

/* Save -----------------------------------------------------*/
.save-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.save-item__warp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1024px) {
  .save-item__warp--grid {
    display: grid;
    grid-template-columns: auto 350px;
    grid-auto-rows: auto;
    grid-template-areas: "title title" "text-top data" "text-bottom text-bottom";
    gap: 34px 20px;
  }
}

.save-item__title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #967259;
  background: #EEE2B9;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .save-item__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .save-item__warp--grid .save-item__title {
    grid-area: title;
  }
}

.save-item__text {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
.save-item__text > strong {
  font-weight: bold;
  color: #967259;
}
@media screen and (min-width: 1024px) {
  .save-item__warp--grid .save-item__text {
    grid-area: text-top;
  }
}

@media screen and (min-width: 1024px) {
  .save-item__warp--grid .save-item__text--bottom {
    grid-area: text-bottom;
  }
}

.save-item--1 {
  gap: 24px;
}

.save-item--3 {
  gap: 16px;
}

.save-item--4 {
  margin: 8px 0 0;
}

/* Save data -----------------------------------------------------*/
.save-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .save-data {
    gap: 30px;
    grid-area: data;
  }
}

.save-data__warp {
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .save-data__warp {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
  }
}

.save-data__title {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}

.save-data__number {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #967259;
}

.save-data__number-small {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0 0 0 5px;
}
@media screen and (min-width: 1024px) {
  .save-data__number-small {
    margin-left: 8px;
  }
}

/* save-group -----------------------------------------------------*/
.save-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .save-group {
    flex-direction: row;
  }
}

.save-group__item {
  text-align: center;
  background: #fff;
  max-width: 580px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .save-group__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
  }
}

.save-group__image {
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .save-group__image {
    margin-bottom: 20px;
  }
}

.save-group__name {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  color: #967259;
  margin: 0 0 8px;
}

.save-group__lead {
  font-size: 0.6875rem;
  line-height: 1.6363636364;
}
.save-group__lead > span {
  display: inline-block;
}

.save-group__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 auto;
}
@media screen and (min-width: 1024px) {
  .save-group__body {
    gap: 15px;
  }
}

.save-group__description {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  text-align: left;
}

.save-group__link-warp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 auto;
}

.save-group__link {
  display: inline-block;
  margin: 10px 0 0;
}

.save-group__new-icon {
  margin: 0 0 0 5px;
}

/* Step -----------------------------------------------------*/
.step {
  position: relative;
  padding: 0 0;
}

.step__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step__internal-link {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.step__link {
  margin: 0 -15px;
}

.step__link-text {
  font-size: 0.75rem;
  line-height: 2.5;
  font-weight: 500;
  text-decoration: none;
  color: #555;
  background: #EEE2B9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .step__link-text {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    line-height: 2;
  }
}

.step__arrow-icon {
  text-align: center;
  width: 16px;
  height: 16px;
  background: #967259;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.step__arrow-icon img {
  margin: auto 0 3px;
}

.step__question-icon {
  text-align: center;
  width: 16px;
  height: 16px;
  background: #967259;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.step__question-icon img {
  margin: auto 0 2px;
}

.step__bg-image-sp {
  width: 399px;
  position: absolute;
  bottom: -200px;
  right: -145px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .step__bg-image-sp {
    display: none;
  }
}

/* Step item -----------------------------------------------------*/
.step-item {
  width: 100%;
  max-width: 580px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 15px 25px;
  margin: 0 auto;
  position: relative;
}
.step-item::before {
  content: url(/gecard/ipet/img-files/icon_step_arrow.svg);
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.step-item:first-child::before {
  display: none;
}

.step-item--1 {
  padding-bottom: 0;
}

.step-item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.step-item__number {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #967259;
}

.step-item__title {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: bold;
  text-align: center;
  color: #444;
}
.step-item__title span {
  display: inline-block;
}

.step-item__sub-title {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: bold;
  color: #967259;
}

.step-item__caution {
  font-size: 0.875rem;
  line-height: 1.5;
}

.step-item__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step-item__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.step-item__text--small {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}

.step-item__image {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .step-item__image {
    grid-area: thumbnail;
  }
}

.step-item__card-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0 0;
  margin: 0 -6px;
}
@media screen and (min-width: 1024px) {
  .step-item__card-detail {
    margin-right: 0;
    margin-left: 0;
  }
}

.step-item__card-detail-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Paperwork -----------------------------------------------------*/
.paperwork {
  display: none;
  width: 80%;
  min-width: 315px;
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  padding: 32px 14px 32px 15px;
  box-sizing: border-box;
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .paperwork {
    padding: 25px 115px;
    top: 50%;
    bottom: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.paperwork__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .paperwork__container {
    gap: 32px;
  }
}

.paperwork__item-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.paperwork__title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.paperwork__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .paperwork__list {
    flex-direction: row;
  }
}

.paperwork__overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}

/* Paperwork item -----------------------------------------------------*/
.paperwork-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .paperwork-item {
    width: 50%;
  }
}

.paperwork-item__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.paperwork-item__image {
  width: 47px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .paperwork-item__image {
    width: 50px;
    flex: 0 0 50px;
  }
}

.paperwork-item__title {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: bold;
  color: #967259;
}
@media screen and (min-width: 1024px) {
  .paperwork-item__title {
    line-height: 1.7;
  }
}
.paperwork-item__title > span {
  display: inline-block;
}

.paperwork-item__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.paperwork-item__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: bold;
}

.paperwork-item__list {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 500;
  list-style: disc;
  padding-left: 16px;
}
@media screen and (min-width: 1024px) {
  .paperwork-item__list {
    line-height: 2;
  }
}

.paperwork-item__caution {
  font-size: 0.625rem;
  line-height: 1.5;
}

.paperwork-item__caution-text {
  display: flex;
}

/* Faq -----------------------------------------------------*/
.faq {
  padding: 51px 0 53px;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding-top: 100px;
    padding-bottom: 37px;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .faq__list {
    gap: 24px;
  }
}

.faq__item {
  font-size: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .faq__item {
    font-weight: bold;
  }
}

.faq__title {
  background: #F8F4E6;
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 6px 12px;
}
@media screen and (min-width: 1024px) {
  .faq__title {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.faq__title::before {
  content: "Q";
  display: inline-block;
  font-size: 0.9375rem;
  color: #967259;
  margin: 0 10px 0 0;
}
.faq__title:hover {
  cursor: pointer;
}

.faq__title-text {
  display: inline-block;
  flex: 0 0 calc(100% - 22px - 24px);
}

.faq__accordion-icon {
  text-align: center;
  width: 16px;
  height: 16px;
  background: #967259;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.is-open .faq__accordion-icon {
  transform: rotate(180deg);
}
.faq__accordion-icon img {
  margin: auto 0 8px;
}

.faq__description {
  margin: 9px 0 0;
  display: none;
}

.faq__description-link {
  font-weight: bold;
  color: #967259;
}

/* Information -----------------------------------------------------*/
.information {
  padding: 0 0 76px;
}
@media screen and (min-width: 1024px) {
  .information {
    padding-bottom: 98px;
  }
}

.information__header {
  margin: 0 0 12px;
}

.information__title {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  color: #967259;
}

.information__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .information__column {
    gap: 40px;
  }
}

.information__text-warp {
  font-size: 0.6875rem;
  line-height: 1.6363636364;
}
.information__text-warp p {
  font-size: inherit;
}

.information__text {
  margin: 0 0 18px;
}

.information__text-mb {
  margin: 0 0 16px;
}

.information__list {
  padding: 0 0 0 23px;
}

.information__list--disc {
  list-style: disc;
}

.information__list--mark {
  padding-left: 0;
}
.information__list--mark li {
  position: relative;
  display: flex;
}

.information__list--number {
  counter-reset: my-counter;
  padding: 0;
  margin: 0;
}

.information__item-number {
  padding-left: 14px;
  position: relative;
}
.information__item-number::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 0.5rem;
  line-height: 2.25;
  color: #444;
  height: 11px;
  width: 11px;
  border: 1px solid #444;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px 0 0;
}
.information__item-number .list-style {
  font-size: 0.6875rem;
  line-height: 1.6363636364;
}

.information__link-text {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  color: #967259;
  text-decoration: none;
}

.information__link-icon {
  margin: 0 0 0 4px;
}

/* Is state -----------------------------------------------------*/
.is-modalWindowActive {
  overflow: hidden;
}

.is-bottomFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  animation: fadein 0.5s 0s 1;
}
@media screen and (min-width: 1024px) {
  .is-bottomFixed {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
  }
}
.is-bottomFixed .hero__link--hidden {
  display: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 24px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* Page top -----------------------------------------------------*/
.page-top.page-top--fixed {
  position: fixed;
  right: 2.5%;
  bottom: 80px;
  z-index: 2;
  animation: fadein 0.5s 0s 1;
}
@media screen and (min-width: 1024px) {
  .page-top.page-top--fixed {
    bottom: 140px;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 24px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* Footer -----------------------------------------------------*/
.footer {
  font-size: 0.6875rem;
  line-height: 3.7;
  text-align: center;
  color: #fff;
  background: #967259;
  padding: 10px 0 70px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-bottom: 120px;
  }
}

/* Icon new-tab
-----------------------------------------------------*/
.icon-new-tab {
  text-align: center;
  width: 16px;
  height: 16px;
  background: #967259;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .icon-new-tab {
    margin-left: 0;
  }
}
.icon-new-tab img {
  vertical-align: middle;
}

/* ipet -----------------------------------------------------*/
.ipet .snsArea {
  width: auto;
  background: #F8F4E6;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.ipet .snsArea .snsHead {
  margin-right: 27px;
}

.ipet .snsArea .snsBubble {
  padding: 3px 24px;
  border-radius: 40px;
  background: #fff;
}
.ipet .snsArea .snsBubble::before {
  border-left-color: #fff;
}

.ipet .snsArea .snsBubble .snsBubbleText {
  font-size: 0.75rem;
  line-height: 2;
}

.ipet .snsArea .snsButtonWrap .snsButton {
  width: 40px;
  margin-right: 10px;
}