@charset "UTF-8";

/************************************************************************
* p-top
************************************************************************/

/************************************************************************
* p-topAbout
************************************************************************/
.p-topAbout {
  position: relative;
  background: transparent url('../img/top/about-bg-sp.png') no-repeat center top/cover;
  padding-top: 53.125vw;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-topAbout__title {
  position: absolute;
  top: 8.4375vw;
  left: 33.4375%;
  width: 63.125vw;
}

.p-topAbout__item {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #15499e;
  border-radius: 15px;
  background-color: #fff;
  padding: 25px 10px;
  max-width: 400px;
}

.p-topAbout__item + .p-topAbout__item {
  margin-top: 30px;
}

.p-topAbout__itemImg {
  margin-right: auto;
  margin-left: auto;
  width: 54%;
  max-width: 300px;
}

.p-topAbout__itemBody {
  margin-top: 20px;
  letter-spacing: .06em;
  text-align: center;
}

.p-topAbout__itemTitle {
  color: #15499e;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-topAbout__itemText {
  margin-top: 15px;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
}

.p-topAbout__item:nth-child(2) .p-topAbout__itemImg {
  width: 45%;
  max-width: 250px;
}

/************************************************************************
* p-topCardsSlider
************************************************************************/
.p-topCardsSlider {
  position: relative;
}

.p-topCardsSlider__slide {
  height: auto;
}

.p-topCardsSlider__slide .p-card {
  height: 100%;
}

.p-topCardsSlider__pagination {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.p-topCardsSlider__btn {
  translate: 0 -50%;
  position: absolute;
  top: 50%;
}

.p-topCardsSlider__btn.p-topCardsSlider__btn--prev {
  left: -12px;
}

.p-topCardsSlider__btn.p-topCardsSlider__btn--next {
  right: -12px;
}

/************************************************************************
* p-topCase
************************************************************************/
.p-topCase {
  background-color: #fffebe;
}

.p-topCase::before {
  aspect-ratio: 180/167;
  top: 12px;
  right: calc(50% + 18.125vw);
  background: transparent url('../img/top/deco04.png') no-repeat center center/contain;
  width: min(28.125vw, 150px);
}

.p-topCase::after {
  background: transparent url('../img/top/deco05.png') no-repeat center center/contain;
}

.p-topCase__body {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}

/************************************************************************
* p-topEvent
************************************************************************/
.p-topEvent {
  background-color: #f9f5ef;
}

.p-topEvent::before {
  aspect-ratio: 70/71;
  top: 10px;
  right: calc(50% + 24.53125vw);
  background: transparent url('../img/top/deco03.png') no-repeat center center/contain;
  width: min(21.875vw, 130px);
}

.p-topEvent::after {
  background: transparent url('../img/top/deco06.png') no-repeat center top/105%;
}

.p-topEvent__body {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}

/************************************************************************
* p-topFaq
************************************************************************/
.p-topFaq {
  background-color: #15499e;
}

.p-topFaq::before {
  aspect-ratio: 217/95;
  top: 24px;
  right: calc(50% + 48px);
  left: auto;
  background: transparent url('../img/top/deco09.png') no-repeat center center/contain;
  width: 130px;
}

.p-topFaq::after {
  background: transparent url('../img/top/deco08.png') no-repeat center top 5px/100%;
}

.p-topFaq__body {
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
  max-width: 480px;
}

.p-topFaq__item.p-topFaq__item--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7.5px;
  background-color: #fffebe;
  padding: 17px 15px;
  color: #15499e;
  font-weight: 700;
  line-height: 1.3125;
}

.p-topFaq__item.p-topFaq__item--block::after {
  aspect-ratio: 1/1;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin-left: auto;
  background: transparent url('../img/common/icon-arrow-r.png') no-repeat center center/contain;
  width: 24px;
  content: '';
}

.p-topFaq__item.p-topFaq__item--block + .p-topFaq__item.p-topFaq__item--block {
  margin-top: 10px;
}

.p-topFaq__item.p-topFaq__item--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
}

.p-topFaq__item.p-topFaq__item--row::after {
  aspect-ratio: 1/1;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin-left: auto;
  background: transparent url('../img/common/icon-arrow_r_white.png') no-repeat center center/contain;
  width: 24px;
  content: '';
}

.p-topFaq__item.p-topFaq__item--row + .p-topFaq__item.p-topFaq__item--row {
  margin-top: 0;
}

.p-topFaq__item.p-topFaq__item--row:last-child {
  border-bottom: 1px solid #e7e7e7;
}

/************************************************************************
* p-topNews
************************************************************************/
.p-topNews {
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.p-topNews__list {
  position: relative;
}

.p-topNews__list::before {
  aspect-ratio: 70/37;
  display: block;
  position: absolute;
  top: -30px;
  right: -8px;
  background: transparent url('../img/top/deco01.png') no-repeat center center/contain;
  width: 70px;
  content: '';
}

.p-topNews__footer {
  margin-top: 30px;
  text-align: center;
}

.p-topNews__link {
  text-underline-offset: .5em;
  color: #15499e;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: underline;
}

/************************************************************************
* p-topSection
************************************************************************/
.p-topSection {
  position: relative;
  padding-top: 50px;
  padding-bottom: 140px;
}

.p-topSection::before {
  display: block;
  position: absolute;
  content: '';
}

.p-topSection::after {
  aspect-ratio: 520/300;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 216px;
  content: '';
}

.p-topSection__title {
  aspect-ratio: 225/68;
  margin-right: auto;
  margin-left: auto;
  width: 70.3125vw;
}

.p-topSection__body {
  margin-top: 40px;
}

.p-topSection__footer {
  margin-top: 40px;
  text-align: center;
}

/************************************************************************
* p-topUpdate
************************************************************************/
.p-topUpdate {
  padding-top: 15.625vw;
}

.p-topUpdate::before {
  aspect-ratio: 69/72;
  top: 3.75vw;
  right: calc(50% + 21.875vw);
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  background: transparent url('../img/top/deco02.png') no-repeat center center/contain;
  width: min(21.875vw, 130px);
}

.p-topUpdate::after {
  background: transparent url('../img/top/deco07.png') no-repeat center top/105%;
}

.p-topUpdate__body {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}

@media screen and (min-width: 768px) {

  .p-topAbout {
    background-image: url('../img/top/about-bg.jpg');
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .p-topAbout::before {
    aspect-ratio: 98/55;
    display: block;
    position: absolute;
    top: 191px;
    left: calc(50% + 103px);
    background: transparent url('../img/top/deco01.png') no-repeat center center/contain;
    width: 98px;
    content: '';
  }

  .p-topAbout__content {
    position: relative;
    z-index: 1;
    padding-top: 295px;
    padding-bottom: 86px;
  }

  .p-topAbout__content::before {
    aspect-ratio: 2000/2500;
    display: block;
    position: absolute;
    top: 60px;
    left: -50px;
    z-index: -1;
    background: transparent url('../img/top/door2.png') no-repeat center center/contain;
    width: 1000px;
    content: '';
  }

  .p-topAbout__content::after {
    aspect-ratio: 136/203;
    display: block;
    position: absolute;
    right: -121px;
    bottom: 30px;
    background: transparent url('../img/top/human.png') no-repeat center center/contain;
    width: 136px;
    content: '';
  }

  .p-topAbout__title {
    top: 55px;
    top: 3.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 419px;
    width: 26.1875rem;
  }

  .p-topAbout__item {
    gap: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 35px 28px 39px;
    max-width: 650px;
  }

  .p-topAbout__item::after {
    aspect-ratio: 1/1;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27px;
    -ms-flex: 0 0 27px;
    flex: 0 0 27px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background: transparent url('../img/common/icon-arrow-r.png') no-repeat center center/contain;
    width: 27px;
    content: '';
  }

  .p-topAbout__itemImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 148px;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px;
    margin-right: 0;
    margin-left: 0;
    width: 148px;
    max-width: none;
  }

  .p-topAbout__itemBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    text-align: left;
  }

  .p-topAbout__item:nth-child(2) .p-topAbout__itemImg {
    text-align: center;
  }

  .p-topAbout__item:nth-child(2) .p-topAbout__itemImg img {
    width: 117px;
  }

  .p-topCardsSlider__pagination {
    display: none;
  }

  .p-topCardsSlider__btn {
    display: none;
  }

  .p-topCase::before {
    top: -15px;
    right: calc(50% + 13.75rem);
    left: auto;
    width: 157px;
  }

  .p-topCase__body {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }

  .p-topEvent::before {
    top: -15px;
    right: calc(50% + 13.75rem);
    left: auto;
    width: 130px;
  }

  .p-topEvent__body {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }

  .p-topFaq::before {
    top: 40px;
    right: min(100% - 217px, 50% + 1000px / 2 - 108.5px);
    -webkit-transform: none;
    transform: none;
    width: 217px;
  }

  .p-topFaq__item.p-topFaq__item--block {
    border-radius: 15px;
    padding: 17px 40px;
    font-size: 24px;
  }

  .p-topFaq__item.p-topFaq__item--block::after {
    -webkit-flex-basis: 27px;
    -ms-flex-preferred-size: 27px;
    flex-basis: 27px;
    width: 27px;
  }

  .p-topFaq__item.p-topFaq__item--block + .p-topFaq__item.p-topFaq__item--block {
    margin-top: 15px;
  }

  .p-topFaq__item.p-topFaq__item--row {
    margin-top: 30px;
    padding: 12px 40px;
    font-size: 16px;
  }

  .p-topFaq__item.p-topFaq__item--row::after {
    -webkit-flex-basis: 27px;
    -ms-flex-preferred-size: 27px;
    flex-basis: 27px;
    width: 27px;
  }

  .p-topNews {
    padding-top: 50px;
  }

  .p-topNews__list::before {
    top: -35px;
    right: -107px;
    width: 105px;
  }

  .p-topSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-topSection::after {
    left: min(100% - 260px, 50% + 1000px / 2 - 130px);
    -webkit-transform: none;
    transform: none;
    width: 260px;
  }

  .p-topSection__title {
    width: 270px;
  }

  .p-topSection__body {
    margin-top: 45px;
  }

  .p-topUpdate::before {
    top: -15px;
    right: calc(50% + 15.9375rem);
    left: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 117px;
  }

  .p-topUpdate__body {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }
}