@charset "shift_jis";

/* - 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: #003573;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  background: #FCF2EC;
}

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;
}
/* PetMovie -----------------------------------------------------*/
.PetMovie-Content {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
.PetMovie-Content {
  padding-top: 0;
 }
}
.PetMovie-HeadText {
  width: fit-content;
  margin: 0 auto 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003573;
  text-align: center;
  padding: 0 60px;
 }
@media screen and (min-width: 768px) {
.PetMovie-HeadText {
  font-size: 1.6rem;
  padding: 0 60px;
 }
}
.PetMovie-HeadText::before,
.PetMovie-HeadText::after {
  content: '';
  position: absolute;
  bottom: 18px;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background-color: #41ABB7;
}
.PetMovie-HeadText::before {
  left: 0;
  transform: rotate(45deg);
}
.PetMovie-HeadText::after {
  right: 0;
  transform: rotate(-45deg);
}
.PetMovie {
  margin-top: 15px;
  text-align: center;
}
.PetMovie iframe {
   width: 100%;
   aspect-ratio: 560 / 315;
}
@media screen and (min-width: 768px) {
  .PetMovie iframe {
   width: 560px;
 }
}
/* Section -----------------------------------------------------*/
.section {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}

.section--group-1 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .section--group-1 {
    overflow: hidden;
    background: #F4E8DF;
  }
}

.section--group-2 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section--group-2 {
    background: #F4E8DF;
    padding-top: 0;
  }
}

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

.section__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .section__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section--group-2 .section__container {
  background: #FCF2EC;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .section--group-2 .section__container {
    padding: 60px 80px;
  }
}
.is-modalWindowActive .section--group-2 .section__container {
  z-index: initial;
}

.section__container--information {
  max-width: 880px;
  margin: 0 auto;
}

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

.section__header {
  text-align: center;
  margin: 0 0 24px;
}

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

.section__title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 8px;
}
@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;
}

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

.button--primary {
  color: #DD554E;
  background: #FCF2EC;
  border: 2px solid #DD554E;
  padding: 10px 0;
}

.button--secondary {
  color: #fff;
  background: #DD554E;
  padding: 18px 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;
}

@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;
  }
}

/* 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;
}

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

/* Hero -----------------------------------------------------*/
.hero {
  text-align: center;
  padding: 22px 0 32px;
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 680px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}

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

@media screen and (min-width: 1024px) {
  .hero__warp {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto 1fr 1fr;
    grid-template-areas: "image header" "image link";
    gap: 40px 97px;
    margin: 50px 0 98px;
  }
}

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

.hero__lead {
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #41ABB7;
  display: inline-block;
  border-top: 2px solid #41ABB7;
  border-bottom: 2px solid #41ABB7;
  padding: 5px 0;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .hero__lead {
    font-size: 1.125rem;
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.hero__copy {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    font-size: 1.25rem;
  }
}

.hero__name {
  width: 207px;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .hero__name {
    width: 339px;
  }
}

.hero__image {
  padding: 30px 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero__image {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__image {
    grid-area: image;
    width: 40vw;
    max-width: 592px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero__image img {
  width: 100%;
}

.hero__link-warp {
  padding: 45px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .hero__link-warp {
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
    grid-area: link;
  }
}

.hero__link-warp-white {
  border-radius: 10px;
  background: #fff;
  padding: 13px 20px 24px;
}
@media screen and (min-width: 1024px) {
  .hero__link-warp-white {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.hero__comment {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 11px;
}
.hero__comment::before, .hero__comment::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #41ABB7;
}
.hero__comment::before {
  transform: rotate(45deg);
}
.hero__comment::after {
  transform: rotate(-45deg);
}

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

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

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

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

.hero__button-link {
  text-align: center;
  margin: 0 0 12px;
}

.hero__anchor-link a {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: bold;
  text-decoration: none;
  color: #003573;
  border-bottom: 2px solid #003573;
  padding: 0 6px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .hero__anchor-link a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero__accordion-icon {
  text-align: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #003573;
  border-radius: 50%;
  margin: 0 0 0 13px;
}
.hero__accordion-icon img {
  margin: auto 0 15px;
}

.hero__accordion-link-text {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hero__accordion-link-text::after {
  content: url(/gecard/onlyone/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;
  }
}

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

.slick-slide {
  max-width: 592px;
  margin: 0 5px;
}
@media screen and (min-width: 1024px) {
  .slick-slide {
    max-width: initial;
    margin: 16px 0;
  }
}
.slick-slide.slick-active {
  z-index: 1;
}

.slick__item {
  position: relative;
}
.slick__item::after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 50px;
  background-image: url(/gecard/onlyone/img-files/img_hero_card_shadow-y.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
  z-index: -1;
}

.slick__transform {
  transform: rotate(0deg);
  transition: all ease-in-out 0.3s;
}
.slick__transform.slick-active {
  transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .slick__transform.slick-active {
    transform: translate(100px, -20px) rotate(110deg);
  }
}
@media screen and (min-width: 1024px) {
  .slick__transform::before {
    display: none;
    content: "";
    width: 176px;
    height: 97px;
    background-image: url(/gecard/onlyone/img-files/img_hero_deco_cat.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: -160px;
    transform: rotate(-95deg);
    z-index: -1;
    transition: display ease-in 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .slick__transform.slick-active::before {
    display: inline-block;
  }
}
.slick__transform::after {
  width: 50px;
  height: 80%;
  background-image: url(/gecard/onlyone/img-files/img_hero_card_shadow-t.png);
  left: initial;
  bottom: initial;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}

/* 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: #DD554E;
}

.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;
  }
}

/* Paperwork -----------------------------------------------------*/
.modal-create {
  display: none;
  width: 80%;
  min-width: 315px;
  max-width: 1000px;
  background: #FCF2EC;
  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: #003573;
  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;
}

/* News -----------------------------------------------------*/
.news {
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news__container {
  background: #fff;
  border-radius: 8px;
  padding: 16px 14px;
}
@media screen and (min-width: 1024px) {
  .news__container {
    padding: 16px 40px 24px 40px;
  }
}

.news__title {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #DD554E;
  margin: 0 0 20px;
}
.news__title::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #DD554E;
  margin: 2px auto 0;
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news__item {
  border-bottom: 1px solid #F4E8DF;
  padding: 0 0 4px;
  display: flex;
  gap: 4px;
}

.news__time {
  font-size: 0.8125rem;
  flex: 0 0 110px;
}

.news__article-title {
  font-size: 0.8125rem;
}

/* Page Nav -----------------------------------------------------*/
.page-nav {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .page-nav {
    padding: 30px 0 0 0;
  }
}

.page-nav__list {
  max-width: 815px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 auto;
}

.page-nav__link {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #003573;
  background: #FCF2EC;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-nav__link {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.page-nav__link > span > span {
  display: inline-block;
}

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

/* About -----------------------------------------------------*/
.about {
  padding: 0 0 40px;
  margin: 40px 0 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about {
    margin: 62px 0 0 0;
    padding-bottom: 0;
  }
}

.about__title {
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: bold;
  margin: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .about__title {
    font-size: 1rem;
  }
}
.about__title > span {
  display: inline-block;
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 32px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__list {
    flex-direction: row;
  }
}

.about__link {
  position: relative;
  z-index: 1;
}

.about__link-text {
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* About -----------------------------------------------------*/
.about-item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .about-item {
    width: calc(50% - 24px);
    padding: 24px;
  }
}

.about-item__header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-item__number {
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: bold;
  color: #DD554E;
  background: #F4E8DF;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 4px 11px 6px 12px;
}

.about-item__title {
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: bold;
}
.about-item__title > span {
  display: inline-block;
}

.about-item__image {
  text-align: center;
}

.about-item__text {
  font-size: 0.9375rem;
  line-height: 2;
}

/* Step -----------------------------------------------------*/
.step {
  position: relative;
  padding: 80px 0 40px;
}
@media screen and (min-width: 1024px) {
  .step {
    padding-top: 0;
  }
}

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

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

.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: 680px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 24px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .step-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.step-item::before {
  content: url(/gecard/onlyone/img-files/icon_step_arrow.svg);
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.step-item:first-child::before {
  display: none;
}

.step-item--1 {
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .step-item--1 {
    gap: 24px;
  }
}

.step-item--2 {
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .step-item--2 {
    gap: 24px;
  }
}

.step-item--3 {
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .step-item--3 {
    display: grid;
    grid-template-columns: 287px auto;
    grid-auto-rows: auto 1fr;
    gap: 8px 16px;
    grid-template-areas: "title title" "thumbnail body" "detail detail";
    gap: 10px 24px;
    align-items: center;
  }
}

.step-item__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .step-item__header {
    gap: 0;
  }
}

@media screen and (min-width: 1024px) {
  .step-item__header--3 {
    grid-area: title;
  }
}

.step-item__number {
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background: #003573;
  display: inline-block;
  border-radius: 40px;
  padding: 4px 10px 5px;
}
@media screen and (min-width: 1024px) {
  .step-item__number {
    margin: 0 0 5px;
  }
}

.step-item__number-en {
  font-size: 0.75rem;
}

.step-item__title {
  font-size: 0.9375rem;
  line-height: 1.9;
  font-weight: bold;
  color: #DD554E;
}

.step-item__sub-title {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: bold;
}

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

.step-item__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .step-item__body {
    grid-area: body;
  }
}

.step-item__text {
  font-size: 0.9375rem;
  line-height: 1.7;
}

@media screen and (min-width: 1024px) {
  .step-item__text--small {
    font-size: 0.75rem;
  }
}

.step-item__link-warp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .step-item__link-warp {
    gap: 12px;
  }
}

.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;
}
@media screen and (min-width: 1024px) {
  .step-item__card-detail {
    margin: 6px 0 0;
    grid-area: detail;
  }
}

.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: #FCF2EC;
  border-radius: 10px;
  padding: 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: auto;
  }
}

.paperwork-item__title {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: bold;
}
@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;
  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;
}

/* Save -----------------------------------------------------*/
.save {
  position: relative;
  padding: 40px 0 16px;
}
@media screen and (min-width: 1024px) {
  .save {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

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

.save__title {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  color: #DD554E;
}
.save__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DD554E;
  margin: 0 14px 2px 0;
}

.save__text {
  font-size: 0.9375rem;
  line-height: 2;
}
.save__text > strong {
  font-weight: bold;
  color: #DD554E;
}

.save__accordion-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.save__accordion-warp--pointer {
  cursor: pointer;
}

.save__accordion-icon {
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  background: #DC453D;
  border-radius: 50%;
  cursor: pointer;
}
.is-open .save__accordion-icon {
  transform: rotate(180deg);
}
.save__accordion-icon img {
  margin: auto 0 8px;
}

.save__accordion-body {
  display: none;
}

.save__accordion-body-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.save__how-title {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .save__how-title {
    line-height: 2.1;
  }
}

.save__how-description {
  font-size: 0.9375rem;
  line-height: 2;
  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--1 {
  gap: 24px;
}

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

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

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

@media screen and (min-width: 1024px) {
  .group__item {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}

.group__name {
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: bold;
  background: #EADBCE;
  padding: 0 10px;
}

.group__body {
  border: 1px solid #EADBCE;
  padding: 10px 10px 20px;
  display: grid;
  grid-template-columns: 110px auto;
  grid-auto-rows: auto auto 80px;
  gap: 16px;
  grid-template-areas: "lead lead" "thumbnail description" "link link";
  align-items: center;
  flex: 1 0 auto;
}
@media screen and (min-width: 1024px) {
  .group__body {
    grid-template-columns: 174px auto;
  }
}

.group__lead {
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  grid-area: lead;
}
.group__lead > span {
  display: inline-block;
}

.group__description {
  font-size: 0.8125rem;
  line-height: 1.8;
  grid-area: description;
}

.group__link-warp {
  margin: 0 0 auto;
  grid-area: link;
}

.group__link-text {
  font-size: 0.8125rem;
  line-height: 2.3;
  font-weight: bold;
  text-decoration: none;
  color: #DD554E;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .group__link-text {
    font-size: 0.75rem;
    line-height: 2.5;
  }
}

.save__group-caution {
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.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: 680px;
    gap: 30px;
    padding-top: 46px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1024px) {
  .save-data__text-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.save-data__title {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .save-data__title {
    font-size: 1.5rem;
    line-height: 2.1;
  }
}

.save-data__number {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #41ABB7;
}
@media screen and (min-width: 1024px) {
  .save-data__number {
    font-size: 4.5625rem;
  }
}

.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 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-left: 8px;
  }
}

.save-data__caution {
  font-size: 0.625rem;
  line-height: 1.5;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .save-data__caution {
    text-align: center;
  }
}

/* Card details -----------------------------------------------------*/
.card-details {
  position: relative;
  padding: 40px 0 0;
}
@media screen and (min-width: 1024px) {
  .card-details {
    padding-top: 30px;
  }
}

.card-details__text {
  font-size: 0.9375rem;
  line-height: 2;
}

.card-details__lead {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 0 0 24px;
}

.card-details__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-details__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.card-details__link {
  text-align: center;
}

.card-details__link-text {
  font-size: 0.8125rem;
  line-height: 2.3;
  font-weight: bold;
  color: #DD554E;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Card details item -----------------------------------------------------*/
.card-details-item {
  display: flex;
}

.card-details-item__title {
  font-size: 0.8125rem;
  line-height: 1.8;
  background: #F2E8DF;
  flex: 0 0 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}
.card-details-item__title > span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-details-item__title > span > span {
  display: inline-block;
}

.card-details-item__description {
  width: 100%;
  background: #fff;
  padding: 6px 10px;
}

.card-details-item__description--l {
  font-size: 0.9375rem;
  line-height: 2;
}

.card-details-item__description--m {
  font-size: 0.75rem;
  line-height: 1.5;
}

.card-details-item__description--s {
  font-size: 0.75rem;
  line-height: 1.5;
}

.card-details-item__description--caution {
  display: flex;
}

.card-details-item__image {
  margin: 0 0 10px;
}

/* Faq -----------------------------------------------------*/
.faq {
  padding: 0 0 40px;
}

.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: #fff;
  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: #DC453D;
  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: #DC453D;
  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 {
  padding: 0px 16px;
  margin: 9px 0 0;
  display: none;
}

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

/* Information -----------------------------------------------------*/
.information {
  background: #FCF2EC;
  padding: 0 0 40px;
}

.information__header {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}

.information__title {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  color: #DD554E;
}

.information__header-icon {
  margin: 0 8px 0 0;
}
.information__header-icon img {
  vertical-align: middle;
}

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

.information__text-warp {
  font-size: 0.875rem;
  line-height: 1.5;
}

.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 design -----------------------------------------------------*/
.info-design {
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 40px 0 0;
}

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

.is-bottomFixed {
  background: rgba(255, 255, 255, 0.7);
  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 {
    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);
  }
}
/* Deco image -----------------------------------------------------*/
.deco-image {
  position: absolute;
}

.deco-image--hero {
  display: none;
}
@media screen and (min-width: 1024px) {
  .deco-image--hero {
    display: block;
    width: 176px;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1024px) {
  .deco-image--hero-top {
    top: -26px;
    right: -10%;
  }
}

@media screen and (min-width: 1024px) {
  .deco-image--hero-bottom {
    margin: 0 0 0 -60px;
    position: relative;
  }
}

.deco-image--group-1 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .deco-image--group-1 {
    display: block;
    width: 773px;
    bottom: initial;
    left: initial;
    top: -20%;
    left: 75%;
  }
}

.deco-image--about-top {
  width: 136px;
  height: 96px;
  bottom: 33.5%;
  left: 75%;
}
@media screen and (min-width: 1024px) {
  .deco-image--about-top {
    display: none;
  }
}

.deco-image--about-bottom {
  width: 290px;
  height: 370px;
  bottom: -17%;
  left: -20%;
}
@media screen and (min-width: 1024px) {
  .deco-image--about-bottom {
    width: 407px;
    bottom: 53%;
    left: -28%;
  }
}

.deco-image--step-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .deco-image--step-pc {
    display: block;
    width: 434px;
    top: 0;
    left: 77%;
    z-index: 0;
  }
}

.deco-image-card-details-sp {
  width: 302px;
  position: absolute;
  top: -144px;
  left: -95px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .deco-image-card-details-sp {
    display: none;
  }
}

.deco-image--save-top {
  display: none;
}
@media screen and (min-width: 1024px) {
  .deco-image--save-top {
    display: block;
    width: 692px;
    bottom: 38%;
    right: 80%;
  }
}

.deco-image--save-middle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .deco-image--save-middle {
    display: block;
    width: 703px;
    bottom: 20%;
    left: 55%;
  }
}

.deco-image--save-bottom {
  display: none;
}
@media screen and (min-width: 1024px) {
  .deco-image--save-bottom {
    display: block;
    width: 623px;
    bottom: 10%;
    right: 78%;
  }
}

/* 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: #003573;
  padding: 10px 0 70px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-bottom: 100px;
  }
}

/* Instagram -----------------------------------------------------*/
.section--insta {
  margin-top: -50px;
  margin-bottom: -100px;
  padding-top: 150px;
  background-color: #FCF2EC;
}
.instagram_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.instagram_box li {
  width: calc(50% - 10px);
  position: relative;
  z-index: 2;
}
.instagram_box li::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  background: url(/gecard/onlyone/img-files/icon_insta.png) no-repeat center center;
  background-size: contain;
  width: 34px;
  height: 34px;
}
.instagram_box li a {
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.instagram_box li a img {
  position: absolute;
  border-radius: 5px;
}
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#more_btn {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .section--insta {
    margin-top: -120px;
    margin-bottom: 0;
    padding-bottom: 100px;
    background-color: #F4E8DF;
  }
  .instagram_box {
    padding-top: 20px;
    gap: 40px;
  }
  .instagram_box li {
    width: 220px;
  }
  #more_btn {
    margin-top: 40px;
  }
}