@charset "UTF-8";

#p-header-simple .l-header-mainarea {
  height: 50px;
  justify-content: center;
}

#p-footer-simple .c-footer-main {
  padding: 25px 0;
  border: none;
}

#p-footer-simple .c-footer-copyright {
  margin-bottom: 0;
}

#p-header-simple+.fs-l-main {
  padding-top: 50px;
}

.no-gnav .c-contents {
  padding-top: 50px;
}

@media(min-width: 768px) {
  #p-header-simple .l-header-mainarea {
    height: 70px;
  }

  .page-request.no-gnav .c-contents {
    padding-top: 70px;
  }

  .page-request .c-contents {
    padding-top: 85px;
  }
}

.sec-narrow {
  max-width: 800px;
  margin: 0 auto;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.req-mv {
  width: 100%;
  position: relative;
}

.req-h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #FFF;
  line-height: 1.5;
  font-family: var(--font-gothic-m);
}

.req-h1-sub {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-align: center;
}

.req-h1-main {
  display: block;
  font-size: 2.2rem;
  text-align: center;
}

.req-mv-image {
  position: relative;
  z-index: 1;
}

.req-mv-image img {
  width: 100%;
  height: auto;
}

@media(min-width: 768px) {
  .req-mv {}

  .req-h1 {}

  .req-h1-sub {
    width: 100%;
    margin-bottom: 16px;
    font-size: 1.6rem;
  }

  .req-h1-main {
    width: 100%;
    font-size: 3.4rem;
  }

  .req-mv-image {
    position: relative;
    z-index: 1;
  }
}

.req-sec-wrap {
  padding: 38px 15px;
}

.req-sec-wrap.bg {
  padding: 58px 15px;
  background: #F4F2ED;
}

.req-sec-flex {}

.req-sec-image {
  margin: 0 0 10px 0;
}

.req-sec-text {
  margin: 0 0 30px 0;
}

.req-h-intro {
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
}

.req-h-sub {
  display: block;
  font-size: 1.6rem;
}

.req-h-main {
  display: block;
  font-size: 3.0rem;
}

.req-h-middle {
  margin: 0 0 35px 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  text-align: center;
}

.req-h {
  margin: 80px 0 20px 0;
  text-align: left;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: var(--font-gothic-m);
}

@media(min-width: 768px) {
  .req-sec-wrap {
    padding: 90px 0px;
  }

  .req-sec-wrap.bg {
    background: #F4F2ED;
  }

  .req-sec-flex {
    max-width: 1200px;
    margin: 0 auto 70px auto;
    display: flex;
    justify-content: space-between;
  }

  .req-sec-image {
    width: 600px;
    margin: 0;
  }

  .req-sec-text {
    align-self: center;
    width: 550px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2;
  }

  .req-h-intro {
    margin: 0 0 15px 0;
  }

  .req-h-sub {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }

  .req-h-main {
    font-size: 4.5rem;
  }

  .req-h-middle {
    font-size: 2.5rem;
  }

  .req-h {
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 2.4rem;
  }
}

.req-catalogs {}

.req-catalog {
  margin: 0 auto 80px auto;
}

.req-catalog:last-of-type {
  margin-bottom: 30px;
}

.req-catalog-image {
  text-align: center;
  margin: 0 0 15px 0;
}

.req-catalog-image img {
  display: inline-block;
}

.req-catalog-image01 img {
  max-width: 284px;
}

.req-catalog-image img {
  max-width: 365px;
}

.req-catalog-head {}

.req-catalog-title {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: var(--font-gothic-m);
  text-align: center;
}

.label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 6px 10px 4px 10px;
  border-radius: 2px;
  border: #9D1F1A 1px solid;
  background: #9D1F1A;
  color: #FFF;
  font-family: var(--font-gothic-m);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.req-catalog-link {
  position: relative;
  margin-top: 15px;
}

.req-link-btn {
  position: relative;
  display: block;
  border: #9D1F1A 1px solid;
  border-radius: 6px;
  background: #FFF;
  padding: 15px 0;
  color: #9D1F1A;
  text-align: center;
  font-family: var(--font-gothic-m);
  font-size: 1.6rem;
  line-height: 1.5;
}

.req-link-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 10px 9px 0;
  border-top: solid 2px #9D1F1A;
  border-right: solid 2px #9D1F1A;
  transform: rotate(135deg);
}

.req-link-btn .label {
  margin: 0 0 0 5px;
}

.req-catalog-price {
  text-align: center;
  margin-bottom: 20px;
}

.label-white {
  border-color: #9D1F1A;
  color: #9D1F1A;
  background: #FFF;
  vertical-align: baseline;
}

.req-catalog-price .price-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.0rem;
  margin-right: 6px;
}

.req-catalog-price .price-num {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--font-gothic-m);
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
}

.req-catalog-price .tax {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.0rem;
  margin-left: 6px;
}

.m-form {
  width: 100%;
}

@media(min-width: 768px) {
  .req-catalogs {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
  }

  .req-catalog {
    width: 50%;
    margin: 0;
  }

  .req-catalog:last-of-type {
    margin: 0;
  }

  .req-catalog-image {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .req-catalog-image img {
    max-width: initial;
    width: auto !important;
    height: 270px;
  }

  .req-catalog-image01 img {
    max-width: initial;
    width: auto !important;
    height: 270px;
  }

  .req-catalog-head {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    align-content: center;
    justify-content: center;
  }

  .req-catalog-title {
    width: 100%;
    margin: 0 0 5 0;
    line-height: 1.5;
    font-size: 2.8rem;
  }

  .label {
    margin: 0 10px 0 0;
    padding: 6px 10px 4px 10px;
    border-radius: 4px;
    font-size: 1.7rem;
  }

  .req-catalog-link {
    width: 100%;
    margin-top: 10px;
  }

  .req-link-btn {
    width: 420px;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 6px;
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .req-link-btn::before {
    width: 10px;
    height: 10px;
    margin: 0 10px 9px 0;
  }

  .req-link-btn .label {
    margin: 0 0 0 10px;
  }

  .req-catalog-price {
    text-align: center;
    margin-bottom: 20px;
  }

  .label-white {}

  .req-catalog-price .price-label {
    font-size: 1.2rem;
    margin-right: 6px;
  }

  .req-catalog-price .price-num {
    font-size: 2.6rem;
  }

  .req-catalog-price .tax {
    font-size: 1.2rem;
    margin-left: 6px;
  }
}


.req-sec-wide {}

.req-sec-wide-image {
  overflow: hidden;
  position: relative;
}

@keyframes image-fade-cycle {

  /* アニメーション開始時 */
  0% {
    opacity: 0;
  }

  /* 45%地点まで非表示を維持（約1.8秒間） */
  45% {
    opacity: 0;
  }

  /* 50%地点で表示（ふわっと表示される） */
  50% {
    opacity: 1;
  }

  /* 95%地点まで表示を維持（約1.8秒間） */
  95% {
    opacity: 1;
  }

  /* 100%地点で非表示に戻る（ふわっと消える）*/
  100% {
    opacity: 0;
  }
}

/* 2枚の画像を重ねて配置 */
.req-sec-wide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* 2枚目の画像にだけアニメーションを適用 */
.req-sec-wide-image img:last-child {
  /* アニメーション名、一周期の時間、繰り返し、変化の速度 */
  animation: image-fade-cycle 6s infinite ease-in-out;
}

.req-sec-wide-text {
  background: #FFF;
  padding: 110px 0;
  text-align: center;
}

.req-copy01 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-family: var(--font-gothic-m);
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}

.req-copy02 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-family: var(--font-gothic-m);
  font-size: 4.1rem;
  letter-spacing: 0.05em;
}

.req-copy03 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-family: var(--font-gothic-m);
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}

@media(min-width: 768px) {
  .req-sec-wide {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #FFF;
  }

  .req-sec {
    max-width: 1200px;
    margin: 0 auto;
  }

  .req-sec-wide-image {
    width: 50%;
    aspect-ratio: 1600 / 1100;
  }

  .req-sec-wide-text {
    width: 50%;
    align-self: center;
    padding: 110px 0;
  }

  .req-copy01 {
    margin: 0;
    line-height: 1.5;
    font-size: 4.5rem;
  }

  .req-copy02 {
    margin: 0;
    line-height: 1.5;
    font-size: 5.6rem;
  }

  .req-copy03 {
    margin: 0;
    line-height: 1.5;
    font-size: 2.6rem;
  }

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

  .lead-text {
    font-size: 1.8rem;
  }

  .req-col2-image {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
  }

  .req-col2-image img {
    width: 50% !important;
  }

  .pc-image-left {
    flex-direction: row-reverse;
  }
}

.req-books {
  border-bottom: #D6D3D0 2px dashed;
  margin-bottom: 50px;
  padding: 0 0 50px 0;
}

.req-books-image {
  margin-bottom: 35px;
}

.req-books-text {}

.req-books-h {
  margin: 0 0 35px 0;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: var(--font-gothic-m);
  text-align: center;
}

.req-voice {
  margin: 0 auto;
  border-bottom: #D6D3D0 2px dashed;
  padding: 0 0 50px 0;
}

.req-voice+.req-voice {
  margin-top: 50px;
}

.req-voice-image {
  margin-bottom: 30px;
}

.req-voice-text {}

.req-voice-h {
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  text-align: left;
}

.req-voice-name {
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-family: var(--font-gothic-m);
  text-align: left;
}

@media(min-width: 768px) {
  .req-books {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    padding: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .req-books-image {
    width: 460px;
    margin-bottom: 0;
    text-align: left;
  }

  .req-books-image img {
    width: 380px !important;
  }

  .req-books-text {
    width: 540px;
    padding: 0 40px;
    font-size: 1.5rem;
  }

  .req-books-h {
    margin: 0 0 35px 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }

  .req-voice {
    max-width: 1000px;
    padding: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .req-voice-image {
    width: 350px;
    margin: 0;
  }

  .req-voice-text {
    width: 610px;
  }

  .req-voice-h {
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }

  .req-voice-name {
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media(max-width: 767px) {
  .m-table.calendar-table th {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.req-mv-link {
  position: relative;
  max-height: calc(100vh - 85px);
  overflow: hidden;
}

.req-mv-link img {
  object-fit: contain;
}

.req-mv-link-button {
  width: 508px;
  height: 191px;
  background: url(../img/request/btn.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  left: calc(50% - 254px);
}

.req-mv-link-button a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/request/btn_hover.webp);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.3s ease opacity;
}

.req-mv-link-button a:hover::after {
  opacity: 1;
}

.mv-baloon {
  position: absolute;
  z-index: 4;
  top: -85px;
  right: 68px;
  pointer-events: none;
}

.link-baloon {
  width: 125px;
  position: absolute;
  z-index: 4;
  top: -40px;
  right: 65px;
  pointer-events: none;
}

@media(max-width: 767px) {
  .req-mv-link {
    position: relative;
    max-height: calc(100dvh - 140px);
  }

  @keyframes fadeSlideshow {
    0% {
      opacity: 0;
    }

    30% {
      opacity: 0;
    }

    50% {
      opacity: 1;
      pointer-events: auto;
    }

    80% {
      opacity: 1;
      pointer-events: auto;
    }

    100% {
      opacity: 0;
    }
  }

  .req-mv-link::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/request/mv_sp02.webp);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: fadeSlideshow 8s infinite;
  }

  .req-mv-link-button {
    width: 300px;
    height: 120px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mv-baloon {
    width: 105px;
    top: -91px;
    right: 7px;
  }

  .link-baloon {
    width: 105px;
    top: -40px;
    right: -10px;
  }

  .link-baloon--sample {
    top: -27px;
  }
}

.l-justify-center {
  display: grid;
  justify-content: center;
}

.req-document-images {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.req-document-images img {
  width: auto !important;
  height: 500px;
  max-width: initial;
}