@charset "UTF-8";
/*! destyle.css v4.0.1 (scoped to main) | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
main,
main *,
main ::before,
main ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
main {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 *
 * NOTE:
 * body { margin:0 } を main に置き換えているため、
 * 「ページ全体の余白」を消す効果は同等にはなりません。
 * （ただし main 内だけ整える目的ならこれでOK）
 */
main {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
main p,
main table,
main blockquote,
main address,
main pre,
main iframe,
main form,
main figure,
main dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
main ul,
main ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
main dt {
  font-weight: bold;
}

main dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
main hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
main pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

main address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
main a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
main abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
main b,
main strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
main code,
main kbd,
main samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
main small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
main sub,
main sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

main sub {
  bottom: -0.25em;
}

main sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
main svg,
main img,
main embed,
main object,
main iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
main button,
main input,
main optgroup,
main select,
main textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
main button,
main [type=button],
main [type=reset],
main [type=submit] {
  cursor: pointer;
}

main button:disabled,
main [type=button]:disabled,
main [type=reset]:disabled,
main [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
main :-moz-focusring {
  outline: auto;
}

main select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
main option {
  padding: 0;
}

/**
 * Reset to invisible
 */
main fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

main legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
main progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
main textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
main [type=number]::-webkit-inner-spin-button,
main [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
main [type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
main [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
main ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
main [type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
main label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
main details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
main summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
main [contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
main table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

main caption {
  text-align: left;
}

main td,
main th {
  padding: 0;
  vertical-align: top;
}

main th {
  font-weight: bold;
  text-align: left;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

body.ry, body.cv {
  margin: 0 !important;
}

main {
  position: relative;
  overflow: clip;
}
@media screen and (min-width: 1920px) {
  main {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1919px) and (min-width: 768px) {
  main {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: calc(16 / 580 * 100vw);
  }
}
main video,
main img,
main picture,
main svg {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
main a,
main span {
  display: inline-block;
  cursor: pointer;
}
main button {
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  main a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

main *,
main *::before,
main *::after {
  -webkit-font-smoothing: antialiased;
}

.l-main {
  position: relative;
  overflow: clip;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 39.375rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 81.25rem;
    padding: 0 3.125rem;
  }
}
.l-inner.-narrow {
  max-width: 39.375rem;
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .l-inner.-narrow {
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}

.l-container {
  overflow: clip;
}
@media (min-width: 768px) {
  .l-container {
    -ms-grid-columns: 41.875em 36.25em 41.875em;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 41.875em 36.25em 41.875em;
  }
}

@media (min-width: 768px) {
  .l-container__center {
    background: #fff;
  }
}

.l-container__bg {
  display: none;
}
@media (min-width: 768px) {
  .l-container__bg {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(/assets/img/l-container_bg.webp) no-repeat center center/cover;
  }
}

@media (min-width: 768px) {
  .l-container__left,
  .l-container__right {
    position: sticky;
    top: 107px;
    height: calc(100vh - 107px);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-container__left,
  .l-container__right {
    top: 72px;
    height: calc(100vh - 72px);
  }
}

.p-main-fv {
  z-index: 1;
  position: relative;
}

.p-section01 {
  z-index: 1;
  position: relative;
}

.p-section01__inner {
  position: relative;
}

.p-section01__buttons {
  display: flex;
  position: absolute;
  top: 41.375em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.4375em;
  gap: 2.1875em;
  translate: -50%;
}

.p-section01__button {
  position: relative;
}
.p-section01__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-section01__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

.p-section01__movieWrapper {
  position: absolute;
  bottom: 2.3125em;
  left: 50%;
  width: 100%;
  padding-inline: 2.0625em;
  translate: -50%;
}

.p-section01__movie {
  -webkit-margin-before: 1.9375em;
  width: 100%;
  width: 31.5em;
  margin-block-start: 1.9375em;
  overflow: hidden;
  translate: 0.375em;
  border-radius: 1.125em;
}
.p-section01__movie iframe {
  aspect-ratio: 650/365;
  width: 100%;
}

@media (any-hover: hover) {
  .p-section01__button:hover {
    opacity: 1;
  }
  .p-section01__button:hover::before {
    opacity: 0;
  }
  .p-section01__button:hover .p-section01__buttonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-section01__button:focus {
  outline: none;
}
.p-section01__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-section01__button:focus-visible::before {
  opacity: 0;
}
.p-section01__button:focus-visible .p-section01__buttonImage {
  translate: 0.8125em 0.625em;
}

.p-section02 {
  z-index: 2;
  position: relative;
}

.p-section02__buttons {
  display: flex;
  position: absolute;
  top: 43.4375em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.4375em;
  gap: 3em;
  translate: -50%;
}

.p-section02__buttonWrapper {
  position: relative;
}

.p-section02__button {
  z-index: 3;
  position: relative;
}
.p-section02__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 16.375em;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-section02__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-section02__button:hover {
    opacity: 1;
  }
  .p-section02__button:hover::before {
    opacity: 0;
  }
  .p-section02__button:hover .p-section02__buttonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-section02__button:focus {
  outline: none;
}
.p-section02__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-section02__button:focus-visible::before {
  opacity: 0;
}
.p-section02__button:focus-visible .p-section02__buttonImage {
  translate: 0.8125em 0.625em;
}

.p-section03 {
  -webkit-margin-before: -0.0625rem;
  z-index: 3;
  position: relative;
  margin-block-start: -0.0625rem;
}

.p-section04 {
  z-index: 4;
  position: relative;
}

.p-section04__buttons {
  -ms-grid-columns: 1fr 0.9375em 1fr 0.9375em 1fr 0.9375em 1fr;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 7.5em;
  left: 50%;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding-inline: 2.375em;
  gap: 1.6875em 0.9375em;
  translate: -50%;
}

.p-section04__button {
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}

.p-section04__modal {
  display: none;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: -5.125em;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.25em;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-section04__modalClose {
  z-index: 1001;
  position: absolute;
  top: 0.9375em;
  right: 0.875em;
  width: 3em;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-section04__modalClose:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-section04__modalClose:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.p-section04__modalClose img {
  display: block;
  width: 100%;
  height: auto;
}

.p-section04__modalImage {
  position: relative;
  margin: auto;
}
.p-section04__modalImage img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-section04__item {
  -webkit-padding-start: 0.9375em;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  padding-inline-start: 0.9375em;
}

@media (any-hover: hover) {
  .p-section04__button:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }
}
.p-section04__button:focus {
  outline: none;
}
.p-section04__button:focus-visible {
  -webkit-filter: brightness(60%);
  outline: none;
  filter: brightness(60%);
}

.p-section05 {
  z-index: 5;
  position: relative;
}

.p-left {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.p-left::-webkit-scrollbar {
  width: 0.5rem;
}
.p-left::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-left::-webkit-scrollbar-thumb {
  border-radius: 100vmax;
  background-color: #ddd;
}

.p-left__inner {
  padding-inline: 1.875em;
}

.p-left__textArea {
  width: 24.0625em;
  margin-inline: auto;
}

.p-left__movie {
  -webkit-margin-before: 2.5625em;
  margin-block-start: 2.5625em;
}

.p-left__movieTitle {
  width: 23.75em;
  margin-inline: auto;
}

.p-left__movieWrapper {
  -webkit-margin-before: 0.875em;
  width: 29.375em;
  margin-inline: auto;
  margin-block-start: 0.875em;
  overflow: hidden;
  border-radius: 0.875em;
}
.p-left__movieWrapper iframe {
  aspect-ratio: 470/265;
  width: 100%;
}

.p-right {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  overflow: clip;
  overflow-y: auto;
}
.p-right::-webkit-scrollbar {
  width: 0.5rem;
}
.p-right::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-right::-webkit-scrollbar-thumb {
  border-radius: 100vmax;
  background-color: #ddd;
}

.p-right__inner {
  position: relative;
  padding-inline: 1.875em;
}

.p-right__title {
  width: 26.25em;
  margin-inline: auto;
}

.p-right__buttons {
  -webkit-margin-before: 2.5625em;
  display: flex;
  flex-direction: column;
  width: 20em;
  margin-inline: auto;
  margin-block-start: 2.5625em;
  gap: 1.125em;
}

.p-right__button {
  position: relative;
}
.p-right__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.5em;
  left: 0.5em;
  width: 100%;
  height: 100%;
  border-radius: 1.4375em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-right__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

.p-right__copy {
  z-index: -1;
  position: fixed;
  right: 0.8125em;
  bottom: 0.8125em;
  width: 23.5em;
}

@media (any-hover: hover) {
  .p-right__button:hover {
    opacity: 1;
  }
  .p-right__button:hover::before {
    opacity: 0;
  }
  .p-right__button:hover .p-right__buttonImage {
    translate: 0.5em 0.5em;
  }
}
.p-right__button:focus {
  outline: none;
}
.p-right__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-right__button:focus-visible::before {
  opacity: 0;
}
.p-right__button:focus-visible .p-right__buttonImage {
  translate: 0.5em 0.5em;
}

.p-cv-fv {
  z-index: 1;
  position: relative;
}

.p-cv-section01 {
  z-index: 1;
  position: relative;
}

.p-cv-section01__attention {
  display: flex;
  position: absolute;
  top: 38.3125em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.375em;
  translate: -50%;
}

.p-cv-section01__attentionLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-cv-section01__attentionImage {
  width: 15.8125em;
  margin-inline: auto;
}
.p-cv-section01__attentionButton {
  -webkit-margin-before: 1.4375em;
  position: relative;
  width: 100%;
  margin-block-start: 1.4375em;
}
.p-cv-section01__attentionButton::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-cv-section01__attentionButtonImage {
  z-index: 3;
  position: relative;
  width: 100%;
  transition: translate 0.3s ease-out;
}

.p-cv-section01__buttons {
  -ms-grid-columns: 1fr 2.4375em 1fr;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 57.875em;
  left: 50%;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding-inline: 2.375em;
  gap: 2.3125em 2.4375em;
  translate: -50%;
}

.p-cv-section01__buttonWrapper:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.p-cv-section01__button {
  position: relative;
}
.p-cv-section01__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-cv-section01__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-cv-section01__attentionLink:hover {
    opacity: 0.5;
  }
}
.p-cv-section01__attentionLink:focus {
  outline: none;
}
.p-cv-section01__attentionLink:focus-visible {
  outline: none;
  opacity: 0.5;
}

@media (any-hover: hover) {
  .p-cv-section01__attentionButton:hover {
    opacity: 1;
  }
  .p-cv-section01__attentionButton:hover::before {
    opacity: 0;
  }
  .p-cv-section01__attentionButton:hover .p-cv-section01__attentionButtonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-cv-section01__attentionButton:focus {
  outline: none;
}
.p-cv-section01__attentionButton:focus-visible {
  outline: none;
  opacity: 1;
}
.p-cv-section01__attentionButton:focus-visible::before {
  opacity: 0;
}
.p-cv-section01__attentionButton:focus-visible .p-cv-section01__attentionButtonImage {
  translate: 0.8125em 0.625em;
}

@media (any-hover: hover) {
  .p-cv-section01__button:hover {
    opacity: 1;
  }
  .p-cv-section01__button:hover::before {
    opacity: 0;
  }
  .p-cv-section01__button:hover .p-cv-section01__buttonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-cv-section01__button:focus {
  outline: none;
}
.p-cv-section01__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-cv-section01__button:focus-visible::before {
  opacity: 0;
}
.p-cv-section01__button:focus-visible .p-cv-section01__buttonImage {
  translate: 0.8125em 0.625em;
}

.p-cv-section02 {
  z-index: 3;
  position: relative;
}

.p-cv-section02__attention {
  display: flex;
  position: absolute;
  top: 187.125em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.375em;
  translate: -50%;
}

.p-cv-section02__attentionLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-cv-section02__attentionImage {
  width: 15.8125em;
  margin-inline: auto;
}
.p-cv-section02__attentionButton {
  -webkit-margin-before: 1.4375em;
  position: relative;
  width: 100%;
  margin-block-start: 1.4375em;
}
.p-cv-section02__attentionButton::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-cv-section02__attentionButtonImage {
  z-index: 3;
  position: relative;
  width: 100%;
  transition: translate 0.3s ease-out;
}

.p-cv-section02__accordions {
  -webkit-margin-before: -12.0625em;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-start: -12.0625em;
  padding-inline: 2.375em;
  gap: 1.4375em;
}

.p-cv-section02__accordionWrapper {
  display: block;
}

@media (any-hover: hover) {
  .p-cv-section02__attentionLink:hover {
    opacity: 0.5;
  }
}
.p-cv-section02__attentionLink:focus {
  outline: none;
}
.p-cv-section02__attentionLink:focus-visible {
  outline: none;
  opacity: 0.5;
}

@media (any-hover: hover) {
  .p-cv-section02__attentionButton:hover {
    opacity: 1;
  }
  .p-cv-section02__attentionButton:hover::before {
    opacity: 0;
  }
  .p-cv-section02__attentionButton:hover .p-cv-section02__attentionButtonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-cv-section02__attentionButton:focus {
  outline: none;
}
.p-cv-section02__attentionButton:focus-visible {
  outline: none;
  opacity: 1;
}
.p-cv-section02__attentionButton:focus-visible::before {
  opacity: 0;
}
.p-cv-section02__attentionButton:focus-visible .p-cv-section02__attentionButtonImage {
  translate: 0.8125em 0.625em;
}

.p-accordion__summary {
  list-style: none;
  cursor: pointer;
}
.p-accordion__summary::-webkit-details-marker, .p-accordion__summary::marker {
  display: none;
}
.p-accordion__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-accordion__image {
  position: relative;
  top: 0em;
  right: 0em;
}
.p-accordion__image::before, .p-accordion__image::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #f00000;
  content: "";
}
.p-accordion__image::before {
  right: 2.375em;
  width: 2.5em;
  height: 0.125em;
}
.p-accordion__image::after {
  right: 3.5625em;
  width: 0.125em;
  height: 2.5em;
  transition: rotate 0.3s ease;
}

.p-accordion__content {
  position: relative;
  translate: 0em 1.4375em;
}

.p-accordion__contentWrapper {
  padding-block: 1.875em 3.75em;
}

.p-accordion__contentTitle {
  color: #000;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  font-family: "BIZ UDPGothic";
  text-align: center;
}

.p-accordion__contentText {
  -webkit-margin-before: 1.875em;
  margin-block-start: 1.875em;
  color: #000;
  font-size: 1.25em;
  line-height: 2;
  font-family: "BIZ UDPGothic";
}
.p-accordion__cv-contentImage {
  width: 36.25em;
  translate: -2.375em;
}

.p-accordion__cv-attention {
  position: absolute;
  top: 37.3125em;
  left: 50%;
  width: 36.125em;
  padding-inline: 2.375em;
  translate: -50%;
  text-align: center;
}

.p-accordion__cv-attentionLink {
  margin-inline: auto;
  transition: opacity 0.3s ease-out;
}

.p-accordion__cv-attentionImage {
  width: 15.8125em;
}

.p-accordion__cv-attentionButton {
  -webkit-margin-before: 1.25em;
  position: relative;
  width: 100%;
  margin-block-start: 1.25em;
}
.p-accordion__cv-attentionButton::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-accordion__cv-attentionButtonImage {
  z-index: 3;
  position: relative;
  width: 100%;
  transition: translate 0.3s ease-out;
}

.p-accordion__ry-contentImage {
  width: 36.25em;
  translate: -2.375em;
}

.p-accordion__ry-attention {
  position: absolute;
  top: 37.3125em;
  left: 50%;
  width: 36.125em;
  padding-inline: 2.375em;
  translate: -50%;
  text-align: center;
}

.p-accordion__ry-attentionLink {
  margin-inline: auto;
  transition: opacity 0.3s ease-out;
}

.p-accordion__ry-attentionImage {
  width: 15.8125em;
}

.p-accordion__ry-attentionButton {
  -webkit-margin-before: 1.25em;
  position: relative;
  width: 100%;
  margin-block-start: 1.25em;
}
.p-accordion__ry-attentionButton::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-accordion__ry-attentionButtonImage {
  z-index: 3;
  position: relative;
  width: 100%;
  transition: translate 0.3s ease-out;
}

.p-accordion.is_opened .p-accordion__image::after {
  rotate: 90deg;
}

@media (any-hover: hover) {
  .p-accordion__cv-attentionLink:hover,
  .p-accordion__ry-attentionLink:hover {
    opacity: 0.5;
  }
}
.p-accordion__cv-attentionLink:focus,
.p-accordion__ry-attentionLink:focus {
  outline: none;
}
.p-accordion__cv-attentionLink:focus-visible,
.p-accordion__ry-attentionLink:focus-visible {
  outline: none;
  opacity: 0.5;
}

@media (any-hover: hover) {
  .p-accordion__cv-attentionButton:hover {
    opacity: 1;
  }
  .p-accordion__cv-attentionButton:hover::before {
    opacity: 0;
  }
  .p-accordion__cv-attentionButton:hover .p-accordion__cv-attentionButtonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-accordion__cv-attentionButton:focus {
  outline: none;
}
.p-accordion__cv-attentionButton:focus-visible {
  outline: none;
  opacity: 1;
}
.p-accordion__cv-attentionButton:focus-visible::before {
  opacity: 0;
}
.p-accordion__cv-attentionButton:focus-visible .p-accordion__cv-attentionButtonImage {
  translate: 0.8125em 0.625em;
}

@media (any-hover: hover) {
  .p-accordion__ry-attentionButton:hover {
    opacity: 1;
  }
  .p-accordion__ry-attentionButton:hover::before {
    opacity: 0;
  }
  .p-accordion__ry-attentionButton:hover .p-accordion__ry-attentionButtonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-accordion__ry-attentionButton:focus {
  outline: none;
}
.p-accordion__ry-attentionButton:focus-visible {
  outline: none;
  opacity: 1;
}
.p-accordion__ry-attentionButton:focus-visible::before {
  opacity: 0;
}
.p-accordion__ry-attentionButton:focus-visible .p-accordion__ry-attentionButtonImage {
  translate: 0.8125em 0.625em;
}

.p-cv-section03 {
  z-index: 2;
  position: relative;
}

.p-cv-section04 {
  -webkit-margin-before: -0.0625em;
  z-index: 2;
  position: relative;
  margin-block-start: -0.0625em;
}

.p-cv-section04__buttons {
  display: flex;
  position: absolute;
  top: 12.625em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.375em;
  gap: 2.25em;
  translate: -50%;
}

.p-cv-section04__button {
  position: relative;
}
.p-cv-section04__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.625em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-cv-section04__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-cv-section04__button:hover {
    opacity: 1;
  }
  .p-cv-section04__button:hover::before {
    opacity: 0;
  }
  .p-cv-section04__button:hover .p-cv-section04__buttonImage {
    translate: 0.625em 0.625em;
  }
}
.p-cv-section04__button:focus {
  outline: none;
}
.p-cv-section04__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-cv-section04__button:focus-visible::before {
  opacity: 0;
}
.p-cv-section04__button:focus-visible .p-cv-section04__buttonImage {
  translate: 0.625em 0.625em;
}

.p-cv-section05 {
  z-index: 2;
  position: relative;
}

.p-cv-section05__telLink {
  position: absolute;
  top: 14.0625em;
  left: 50%;
  width: 24.9375em;
  translate: -50%;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-cv-section05__telLink {
    pointer-events: none;
  }
}

.p-cv-section05__buttonWrapper {
  position: absolute;
  bottom: 6.0625em;
  left: 50%;
  width: 31.1875em;
  padding-inline: 2.375em;
  translate: -50%;
}

.p-cv-section05__button {
  position: relative;
}
.p-cv-section05__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-cv-section05__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-cv-section05__button:hover {
    opacity: 1;
  }
  .p-cv-section05__button:hover::before {
    opacity: 0;
  }
  .p-cv-section05__button:hover .p-cv-section05__buttonImage {
    translate: 0.625em 0.625em;
  }
}
.p-cv-section05__button:focus {
  outline: none;
}
.p-cv-section05__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-cv-section05__button:focus-visible::before {
  opacity: 0;
}
.p-cv-section05__button:focus-visible .p-cv-section05__buttonImage {
  translate: 0.625em 0.625em;
}

@media (any-hover: hover) {
  .p-cv-section05__telLink:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }
}
.p-cv-section05__telLink:focus {
  outline: none;
}
.p-cv-section05__telLink:focus-visible {
  -webkit-filter: brightness(60%);
  outline: none;
  filter: brightness(60%);
}

.p-cv-accordion {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  position: relative;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-cv-accordion__attention {
  position: absolute;
}

.p-ry-fv {
  z-index: 1;
  position: relative;
}

.p-ry-section01 {
  z-index: 1;
  position: relative;
}

.p-ry-section01__attention {
  display: flex;
  position: absolute;
  top: 38.3125em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.375em;
  translate: -50%;
}

.p-ry-section01__attentionLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-ry-section01__attentionImage {
  width: 15.8125em;
  margin-inline: auto;
}
.p-ry-section01__attentionButton {
  -webkit-margin-before: 1.4375em;
  position: relative;
  width: 100%;
  margin-block-start: 1.4375em;
}
.p-ry-section01__attentionButton::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-ry-section01__attentionButtonImage {
  z-index: 3;
  position: relative;
  width: 100%;
  transition: translate 0.3s ease-out;
}

.p-ry-section01__buttons {
  -ms-grid-columns: 1fr 2.4375em 1fr;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 57.875em;
  left: 50%;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding-inline: 2.375em;
  gap: 2.3125em 2.4375em;
  translate: -50%;
}

.p-ry-section01__buttonWrapper:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.p-ry-section01__button {
  position: relative;
}
.p-ry-section01__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-ry-section01__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-ry-section01__attentionLink:hover {
    opacity: 0.5;
  }
}
.p-ry-section01__attentionLink:focus {
  outline: none;
}
.p-ry-section01__attentionLink:focus-visible {
  outline: none;
  opacity: 0.5;
}

@media (any-hover: hover) {
  .p-ry-section01__attentionButton:hover {
    opacity: 1;
  }
  .p-ry-section01__attentionButton:hover::before {
    opacity: 0;
  }
  .p-ry-section01__attentionButton:hover .p-ry-section01__attentionButtonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-ry-section01__attentionButton:focus {
  outline: none;
}
.p-ry-section01__attentionButton:focus-visible {
  outline: none;
  opacity: 1;
}
.p-ry-section01__attentionButton:focus-visible::before {
  opacity: 0;
}
.p-ry-section01__attentionButton:focus-visible .p-ry-section01__attentionButtonImage {
  translate: 0.8125em 0.625em;
}

@media (any-hover: hover) {
  .p-ry-section01__button:hover {
    opacity: 1;
  }
  .p-ry-section01__button:hover::before {
    opacity: 0;
  }
  .p-ry-section01__button:hover .p-ry-section01__buttonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-ry-section01__button:focus {
  outline: none;
}
.p-ry-section01__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-ry-section01__button:focus-visible::before {
  opacity: 0;
}
.p-ry-section01__button:focus-visible .p-ry-section01__buttonImage {
  translate: 0.8125em 0.625em;
}

.p-ry-section02 {
  z-index: 3;
  position: relative;
}

.p-ry-section02__attention {
  display: flex;
  position: absolute;
  top: 126.1875em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.375em;
  translate: -50%;
}

.p-ry-section02__attentionLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-ry-section02__attentionImage {
  width: 15.8125em;
  margin-inline: auto;
}
.p-ry-section02__attentionButton {
  -webkit-margin-before: 1.4375em;
  position: relative;
  width: 100%;
  margin-block-start: 1.4375em;
}
.p-ry-section02__attentionButton::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-ry-section02__attentionButtonImage {
  z-index: 3;
  position: relative;
  width: 100%;
  transition: translate 0.3s ease-out;
}

.p-ry-section02__accordions {
  -webkit-margin-before: -12.0625em;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-start: -12.0625em;
  padding-inline: 2.375em;
  gap: 1.4375em;
}

.p-ry-section02__accordionWrapper {
  display: block;
}

@media (any-hover: hover) {
  .p-ry-section02__attentionLink:hover {
    opacity: 0.5;
  }
}
.p-ry-section02__attentionLink:focus {
  outline: none;
}
.p-ry-section02__attentionLink:focus-visible {
  outline: none;
  opacity: 0.5;
}

@media (any-hover: hover) {
  .p-ry-section02__attentionButton:hover {
    opacity: 1;
  }
  .p-ry-section02__attentionButton:hover::before {
    opacity: 0;
  }
  .p-ry-section02__attentionButton:hover .p-ry-section02__attentionButtonImage {
    translate: 0.8125em 0.625em;
  }
}
.p-ry-section02__attentionButton:focus {
  outline: none;
}
.p-ry-section02__attentionButton:focus-visible {
  outline: none;
  opacity: 1;
}
.p-ry-section02__attentionButton:focus-visible::before {
  opacity: 0;
}
.p-ry-section02__attentionButton:focus-visible .p-ry-section02__attentionButtonImage {
  translate: 0.8125em 0.625em;
}

.p-ry-section04 {
  -webkit-margin-before: -0.0625em;
  z-index: 2;
  position: relative;
  margin-block-start: -0.0625em;
}

.p-ry-section04__buttons {
  display: flex;
  position: absolute;
  top: 12.9375em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.375em;
  gap: 2.25em;
  translate: -50%;
}

.p-ry-section04__button {
  position: relative;
}
.p-ry-section04__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.625em;
  width: 100%;
  height: 100%;
  border-radius: 2.5em;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-ry-section04__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-ry-section04__button:hover {
    opacity: 1;
  }
  .p-ry-section04__button:hover::before {
    opacity: 0;
  }
  .p-ry-section04__button:hover .p-ry-section04__buttonImage {
    translate: 0.625em 0.625em;
  }
}
.p-ry-section04__button:focus {
  outline: none;
}
.p-ry-section04__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-ry-section04__button:focus-visible::before {
  opacity: 0;
}
.p-ry-section04__button:focus-visible .p-ry-section04__buttonImage {
  translate: 0.625em 0.625em;
}

.p-ry-section05 {
  z-index: 2;
  position: relative;
}

.p-ry-section05__telLink {
  position: absolute;
  top: 14.0625em;
  left: 50%;
  width: 24.9375em;
  translate: -50%;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-ry-section05__telLink {
    pointer-events: none;
  }
}

.p-ry-section05__buttonWrapper {
  position: absolute;
  bottom: 6.0625em;
  left: 50%;
  width: 31.1875em;
  padding-inline: 2.375em;
  translate: -50%;
}

.p-ry-section05__button {
  position: relative;
}
.p-ry-section05__button::before {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.625em;
  left: 0.8125em;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background: #000000;
  content: "";
  transition: opacity 0.3s ease-out;
}

.p-ry-section05__buttonImage {
  z-index: 3;
  position: relative;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-ry-section05__button:hover {
    opacity: 1;
  }
  .p-ry-section05__button:hover::before {
    opacity: 0;
  }
  .p-ry-section05__button:hover .p-ry-section05__buttonImage {
    translate: 0.625em 0.625em;
  }
}
.p-ry-section05__button:focus {
  outline: none;
}
.p-ry-section05__button:focus-visible {
  outline: none;
  opacity: 1;
}
.p-ry-section05__button:focus-visible::before {
  opacity: 0;
}
.p-ry-section05__button:focus-visible .p-ry-section05__buttonImage {
  translate: 0.625em 0.625em;
}

@media (any-hover: hover) {
  .p-ry-section05__telLink:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }
}
.p-ry-section05__telLink:focus {
  outline: none;
}
.p-ry-section05__telLink:focus-visible {
  -webkit-filter: brightness(60%);
  outline: none;
  filter: brightness(60%);
}

.u-only__sp {
  display: block;
}
@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}

.u-only__pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only__pc {
    display: block !important;
  }
}

@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointerNone {
  pointer-events: none !important;
}

.u-pointerNone__sp {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .u-pointerNone__sp {
    pointer-events: none !important;
  }
}

.u-pointerNone__pc {
  pointer-events: none;
}
@media (min-width: 768px) {
  .u-pointerNone__pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */