* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  color: #38404A;
}

sup {
  font-size: 50%;
  letter-spacing: normal;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-700 {
  font-weight: 500 !important;
}

.u-mark--yellow {
  background: linear-gradient(transparent 50% ,#FFE361 0%);
}

.u-color--blue {
  color: #067FBC;
  font-weight: 500;
}

.u-align-center {
  text-align: center;
}

.u-align-center .c-txt-note {
  display: inline-block;
}

.u-show--wide {
  display: block;
}

.u-hide--wide {
  display: none;
}

.l-kv {
  background: #FFE361;
}

.l-kv__inr {
  max-width: 1100px;
  padding: 15px 0 25px;
  margin: 0 auto;
}

.l-kv__inr .p-txt {
  padding-left: 30px;
}

.l-sec {
  padding: 80px 20px;
}

.l-sec.of-participate {
  background: #FFE361;
}

.l-sec.of-faq {
  background: #DAF1FF;
}

.l-sec.of-attention {
  padding-bottom: 30px;
  background: #DDE7EC;
}

.l-sec__inr {
  max-width: 1100px;
  margin: 0 auto;
}

.p-ttl-l2__inr {
  text-align: center;
}

.p-ttl-l2__sub,
.p-ttl-l2__main {
  color: #067FBC;
}

.p-ttl-l2__sub {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.p-ttl-l2__sub.var-02 {
  margin-bottom: 10px;
}

.p-ttl-l2__sub::before,
.p-ttl-l2__sub::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 7px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-deco--yellow.png?20250826") 50% 50% / 100% auto no-repeat;
  transform: translateY(-50%);
}

.p-ttl-l2__sub.var-02::before,
.p-ttl-l2__sub.var-02::after {
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-deco--white.png?20250826") 50% 50% / 100% auto no-repeat;
}

.p-ttl-l2__sub::before {
  left: -35px;
}

.p-ttl-l2__sub::after {
  right: -35px;
}

.p-ttl-l2__main {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 6px;
}

.p-kv-media {
  padding-top: 15px;
}

.p-media-lyt {
  margin: 48px 0;
}

.p-media-lyt__container {
  padding: 0;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto auto;
}

.area01 {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  gap: 10px;
}

.area02 {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-left: 40px;
}

.area03 {
  display: grid;
  grid-column: 1;
  grid-row: 2;
}

.p-lead-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.p-lead__txt {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.p-lead-note {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-media-box {
  position: relative;
  display: flex;
  gap: 20px;
}

.p-media-box::after {
  position: absolute;
  bottom: -55px;
  left: 50%;
  width: 45px;
  height: 40px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-arrow-down--yellow.png?20250826") 50% 50% / 100% auto no-repeat;
  transform: translateX(-50%);
}

.p-media-box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  padding: 20px 15px;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #CFE3F7;
}

.p-media-box__ttl {
  color: #067FBC;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-media-box__img {
  width: 100%;
  height: auto;
}

.p-media-box__txt {
  font-size: 15px;
  line-height: 1.4;
}

.p-btn {
  max-width: 530px;
  min-height: 80px;
  margin: 40px auto 0;
  border-radius: 100px;
  border: 2px solid #067FBC;
  background: #067FBC;
  transition: all .3s ease;
}

.p-btn:hover {
  border: 2px solid #067FBC;
  background: #FFF;
}

.p-btn__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.p-btn__link:hover {
  color: #067FBC;
  text-decoration: none!important;
}

.p-btn__linkTxt {
  position: relative;
}

.p-btn__linkTxt::after {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 24px;
  height: 15px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-arrow-right--white.png?20250826") 50% 50% / 100% auto no-repeat;
  transform: translateY(-50%);
}

.p-btn:hover .p-btn__linkTxt::after {
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-arrow-right--blue.png?20250826") 50% 50% / 100% auto no-repeat;
}

.p-btn-modal {
  max-width: 530px;
  min-height: 48px;
  margin: 48px auto 0;
  border-radius: 100px;
  border: 2px solid #067FBC;
  transition: all .25s ease;
}

.p-btn-modal:hover {
  background: #067FBC;
}

.p-btn-modal__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  color: #067FBC;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

.p-btn-modal__link:hover {
  color: #FFF;
  text-decoration: none!important;
}

.p-btn-modal__linkTxt {
  position: relative;
}

.p-btn-modal__linkTxt::after {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 24px;
  height: 24px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-modal.png?20250826") 50% 50% / 100% auto no-repeat;
  transform: translateY(-50%);
}

.p-btn-modal:hover .p-btn-modal__linkTxt::after {
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-modal--white.png?20250826") 50% 50% / 100% auto no-repeat;
}

.p-tbl {
  margin: 40px 0;
}

.p-tbl__item {
  width: 100%;
}

.p-tbl__row {
  display: flex;
}

.p-tbl__ttl,
.p-tbl__content {
  padding: 30px 0;
}

.p-tbl__ttl {
  width: 13%;
  color: #067FBC;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #067FBC;
}

.p-tbl__content {
  width: 87%;
  border-bottom: 1px solid #D6D6D6;
  line-height: 1.8;
}

.p-tbl__txt {
  font-size: 18px;
}

.p-tbl__list {
  padding-left: 23px;
  margin-top: 10px;
}

.p-tbl__listItem {
  font-size: 16px;
}

.p-custom-list {
  margin: 0 auto;
}

.p-custom-list__ttl {
  color: #677277;
  font-size: 16px;
  font-weight: 700;
}

.p-custom-list__content {
  margin: 0;
  padding: 10px 0 20px 0;
  color: #677277;
  font-size: 12px;
  border-bottom: 2px dashed #ccc;
}

.p-custom-list__content:last-of-type {
  border-bottom: none;
}

.p-custom-list__content + .p-custom-list__ttl {
  margin-top: 20px;
}

.p-custom-list__list {
  padding-left: 20px;
  margin: 5px 0;
}

.p-custom-list__txt {
  margin: 5px 0;
}

.p-num {
  margin-top: 50px;
}

.p-txt {
  margin: 20px 0 0;
}

.c-txt-note + .c-txt-note {
  margin-top: 10px;
}

.c-txt-note__symbol,
.c-txt-note__txt {
  display: table-cell;
  vertical-align: top;
  color: #7C7C7C;
  font-size: 12px;
}

.c-txt-note__symbol {
  padding-right: 8px;
  white-space: nowrap;
}



/* SP */
@media screen and (max-width: 767px) {
  .u-show--wide {
    display: none;
  }

  .u-hide--wide {
    display: block;
  }

  .l-sec {
    padding: 60px 20px 80px;
  }

  .l-kv__inr {
    padding: 0 0 25px;
  }

  .l-kv__inr .p-txt {
    padding: 0 20px;
  }

  .p-ttl-l2__sub {
    margin-bottom: 56px;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .p-ttl-l2__sub::before,
  .p-ttl-l2__sub::after {
    top: initial;
    left: 50%;
    right: initial;
    transform: translate(-50%, 0);
  }

  .p-ttl-l2__sub::before {
    top: -15px;
  }

  .p-ttl-l2__sub::after {
    bottom: -15px;
  }

  .p-ttl-l2__sub.var-02::before,
  .p-ttl-l2__sub.var-02::after {
    top: 50%;
    left: initial;
    transform: translate(0, -50%);
  }

  .p-ttl-l2__sub.var-02::before {
    left: -35px;
  }

  .p-ttl-l2__sub.var-02::after {
    right: -35px;
  }

  .p-ttl-l2__main {
    font-size: 36px;
    letter-spacing: 5.4px;
  }

  .p-media-lyt {
    margin: 30px 0 40px;
  }

  .p-media-lyt__container {
    padding: 0;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .area01 {
    display: grid;
    grid-column: 1;
    grid-row: 1;
  }

  .area02 {
    display: grid;
    grid-column: 1;
    grid-row: 2;
    margin: 15px 0;
  }

  .area03 {
    display: grid;
    grid-column: 1;
    grid-row: 3;
  }

  .p-media-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-media-box__item {
    width: 46%;
    flex: initial;
  }

  .p-lead-media {
    flex-direction: column;
    margin-top: 80px;
  }

  .p-lead-note {
    margin-top: 40px;
  }

  .p-tbl__row {
    display: block;
    padding: 0;
  }

  .p-tbl__row + .p-tbl__row {
    margin-top: 20px;
  }

  .p-tbl__ttl {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
    border-bottom: none;
  }

  .p-tbl__content {
    width: auto;
    padding: 10px 0 20px;
  }

  .p-btn__link {
    line-height: 1.4;
  }
}

/* min */
@media screen and (max-width: 360px) {
  .p-ttl-l2__sub {
    letter-spacing: -1.5px;
  }

  .p-ttl-l2__main {
    letter-spacing: 3.4px;
  }
}

/* Swiper */
.p-swiper {
  margin: 40px 0;
}

.p-swiper-wrapper {
  display: flex;
  gap: 40px;
}

.p-swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100%/4) - 30px);
  height: auto;
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
}

.p-swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-arrow-right--yellow.png?20250826") 50% 50% / 100% auto no-repeat;
}

.p-swiper-slide:last-child::after {
  display: none;
}

.p-swiper-ttl {
  margin: 20px 0 10px;
}

.p-swiper-ttl__sub {
  display: block;
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.p-swiper-ttl__main {
  display: block;
  color: #067FBC;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.p-swiper-txt__txt {
  font-size: 16px;
  letter-spacing: -0.3px;
}

.p-swiper-slide__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-swiper {
    overflow: hidden;
  }

  .p-swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }
}

@media screen and (max-width: 499px) {
  .p-swiper {
    margin-right: -20px;
  }
}

/* accordion */
.p-accordion {
  margin-top: 40px;
}

.p-accordion-item {
  padding: 40px;
  border-radius: 16px;
  background-color: #FFF;
}

.p-accordion-item + .p-accordion-item {
  margin-top: 20px;
}

.p-accordion-ttl {
  position: relative;
  cursor: pointer;
}

.p-accordion-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 35px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-aco-q.png?20250826") 50% 50% / 100% auto no-repeat;
}

.p-accordion-ttl__txt {
  position: relative;
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.p-accordion-ttl__txt::before {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background: #4bace8;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.p-accordion-ttl__txt::after {
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(90deg);
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background: #4bace8;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.p-accordion-item.is-open .p-accordion-ttl__txt::after {
  transform: rotate(0deg);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.p-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.p-accordion-content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 20px 0 0 50px;
}

.p-accordion-content::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 35px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-aco-a.png?20250826") 50% 50% / 100% auto no-repeat;
}

.p-accordion-txt {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-accordion-item {
    padding: 24px 16px;
  }

  .p-accordion-ttl__txt {
    font-size: 18px;
  }
}


/* modal */
.p-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.p-modal-inr {
  position: relative;
  animation: fadeIn 0.3s ease-out;
  width: 80%;
  max-width: 1100px;
  height: 75%;
  margin: 0 auto;
}

.p-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 80px 60px;
  border: 1px solid #888;
  width: 100%;
  height: 80%;
  font-size: 12px;
  overflow-y: auto;
}

.p-modal-ttl {
  margin-bottom: 20px;
  font-size: 16px;
}

.p-modal-txt {
  margin: 5px 0;
}

.p-modal-list {
  padding-left: 20px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* close */
.p-close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/eraberu/ldp/trouble-support/assets/image/icon-close.png?20250826") 50% 50% / 100% auto no-repeat;
  cursor: pointer;
}

.p-close-btn:hover,
.p-close-btn:focus {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-modal-content {
    margin: 30% auto;
    padding: 40px 20px;
  }

  .p-modal-inr {
    height: 80%;
  }
}
