@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;
}
main :hover {
  opacity: 1;
}
/* 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;
}

.indent1{
  margin: 0 0 10px 2em !important;
  text-indent: -1em;
}
.indent2{
  margin: 0 0 10px 2em !important;
  text-indent: -0.5em;
  padding-right: 1em;
}

.logo_header{
  position: relative;
/*  height: 140px;*/
}

.logo_header .p-center__titleImage{
  background:#f00;
  padding: 10px 0;
/*  position: fixed;*/
  top: 0;
  z-index: 100;
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.logo_header .p-center__titleImage img{
  width: 356px;
  display:block;
  height:auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .logo_header .p-center__titleImage img{
    width: 177px;
  }
}


@media (min-width: 768px) {
.headerfixed .logo_header{
  position: fixed;
  width: 100%;
  z-index: 10;
}
}



.l-main {
  position: relative;
  overflow: clip;
/*  margin-top: 140px;*/
}

.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;
  }
  .headerfixed .l-container__center {
    margin-top: 140px;
  }
}



@media (min-width: 768px) {
  .l-container__left,
  .l-container__right {
    position: sticky;
    top: 107px;
    height: calc(100vh - 107px);
  }
  .headerfixed .l-container__left,
  .headerfixed .l-container__right {
    position: sticky;
    top: 140px;
    height: calc(100vh - 140px);
  }
}
@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-section02 {
  z-index: 2;
  position: relative;
  -webkit-margin-before: -5.75em;
  margin-block-start: -5.75em;
}

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

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

.p-section02__buttonImage {
  z-index: 3;
  position: relative;
}
.p-section02__buttonImage .off {
  z-index: 3;
  position: relative;
  display: none;
}
.p-section02__buttonImage .on {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .p-section02__buttonImage:hover .off {
    display: block;
  }
  .p-section02__buttonImage:hover .on {
    display: none;
  }
}
  .p-section02 a:hover,
  .p-section03 a:hover,
  .p-section04 a:hover,
  .p-section05 a:hover,
  .p-cv-section01__button:hover,
  .p-ry-section01__button:hover{
    opacity: 1;
  }

@media (max-width: 767px) {
  .logo_header .p-center__titleImage img{
    width: 177px;
  }
  .p-section02__buttonImage .off {
    display: none;
  }
}


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

.p-section04 {
  z-index: 4;
  position: relative;
  -webkit-margin-before: -5.2em;
  margin-block-start: -5.2em;
}


.p-section04__buttons {
  display: flex;
  position: absolute;
  top: 5.4375em;
  left: 50%;
  flex-direction: column;
  width: 95%;
  padding-inline: 2.4375em;
  gap: 0.2em;
  translate: -50%;
}

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


.p-section04__buttonImage {
  z-index: 3;
  position: relative;
}
.p-section04__buttonImage .off {
  z-index: 3;
  position: relative;
  display: none;
}
.p-section04__buttonImage .on {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .p-section04__buttonImage:hover .off {
    display: block;
  }
  .p-section04__buttonImage:hover .on {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-section02__buttonImage .off {
    display: none;
  }
}

.biz-udgothic-regular {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-cv-section02__accordions p{
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.p-section05 {
  z-index: 5;
  position: relative;
  -webkit-margin-before: -3.3em;
  margin-block-start: -3.3em;
}

.p-section05__buttons {
  display: flex;
  position: absolute;
  top: 33em;
  left: 50%;
  flex-direction: column;
  width: 92%;
  padding-inline: 2.4375em;
  gap: 0.2em;
  translate: -50%;
}
.p-section05__buttonImage {
  z-index: 3;
  position: relative;
}
.p-section05__buttonImage .off {
  z-index: 3;
  position: relative;
  display: none;
}
.p-section05__buttonImage .on {
  z-index: 3;
  position: relative;
}

@media (min-width: 768px) {
  .p-section05__buttonImage:hover .off {
    display: block;
  }
  .p-section05__buttonImage:hover .on {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-section05__buttonImage .off {
    display: none;
  }
}
.p-section06 {
  z-index: 0;
  position: relative;
  -webkit-margin-before: -0.50em;
  margin-block-start: -0.50em;
}

.p-section06__image{
  z-index: 0;
  position: relative;
}
.p-section06__image a{
    z-index: 1;
    position: absolute;
    top: 137px;
    left: 0;
    right: 0;
    width: 75%;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.p-left {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: url(../img/p-left_bg.webp) no-repeat top right / cover;
}
.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-right {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  overflow: clip;
  overflow-y: auto;
  background: url(../img/p-right_bg.webp) no-repeat top left / cover;
}
.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: 15.75em;
  margin-inline: auto;
}

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

.p-right__button{
  position:relative;
  display:block;
}

.p-right__button img{
  display:block;
  width:100%;
}

.p-right__button .off{
  position:absolute;
  inset:0;
  opacity:0;
  display: none;
  transition:opacity .3s ease;
  transform:translateY(0);
}

.p-right__button:hover .off{
  opacity:1;
  transform:translateY(0);
  display: block;
}
.p-right__button:hover .on{
  opacity:0;
  transform:translateY(0);
  display: block;
}

.p-right__button:hover{
  opacity:1;
  transform:translateY(0);
  transition:transform .3s ease;
}

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

.p-right__copy {
  z-index: 10;
  position: absolute;
  right: 1.8125em;
  bottom: 1.8125em;
  width: 54px;
}



/*                     

  CV Page

*/



.p-cv-fv {
  z-index: 1;
  position: relative;
}
.p-cv-section01 {
  z-index: 0;
  position: relative;;
  -webkit-margin-before: -8.5em;
  margin-block-start: -8.5em;
}


/*  btn */

.p-cv-section01__buttons {
  display: flex;
  position: absolute;
  top: 7em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.4375em;
  gap: 0.2em;
  translate: -50%;
}
.p-ry-section01__buttons {
  display: flex;
  position: absolute;
  top: 7em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 3.25em;
  gap: 0.2em;
  translate: -50%;
}
.p-cv-section01__buttonImage {
  z-index: 3;
  position: relative;
}
.p-cv-section01__buttonImage .off {
  z-index: 3;
  position: relative;
  display: none;
}
.p-cv-section01__buttonImage .on {
  z-index: 3;
  position: relative;
}

@media (min-width: 768px) {
  .p-cv-section01__buttonImage:hover .off {
    display: block;
  }
  .p-cv-section01__buttonImage:hover .on {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-cv-section01__buttonImage .off {
    display: none;
  }
}

/*  btn END */


.p-cv-section01__bg{
  position: relative;
  z-index: 0;
  background: #ffda00;
}

.p-cv-section01__image03{
  position: absolute;
  top: 1.5em;
  padding: 0 2em;
}
.p-cv-section01__image04{
  position: absolute;
  top: 15.5em;
  padding: 0 9.5em;
}
.p-cv-section01__image05{
  position: absolute;
  top: 68.5em;
  padding: 0 2.5em;
}
.p-cv-section01__buttons_02{
  position: absolute;
  top: 20em;
  padding: 0 2.5em;
}
.p-cv-section01__buttons_02 .illust{
    position: absolute;
    top: 22em;
    z-index: 5;
    right: 0em;
    width: 6em;
}

/*  btn */

.p-cv-section01__buttons_02 {
  display: flex;
  position: absolute;
  top: 18.5em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.4375em;
  gap: 0.2em;
  translate: -50%;
}
/*  btn END */

.p-cv-section01__note{
    width: 30em;
    margin: 1em 0 1.5em 0.5em;
}

/*  btn */

.p-cv-section01__buttons_03 {
    position: absolute;
    top: 14em;
    left: 2.5em;
    width: 44%;
}

/*  btn END */

/*  btn */  

.p-cv-section01__buttons_04 {
  position: absolute;
  top: 14em;
  right: 2.5em;
  width: 44%;
}


/*  btn END */

/*  btn */

.p-cv-section01__buttons_05 {
  display: flex;
  position: absolute;
  top: 26em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.4375em;
  gap: 0.2em;
  translate: -50%;
}
.p-cv-hover figure {
  z-index: 3;
  position: relative;
}
.p-cv-hover figure .off {
  z-index: 3;
  position: relative;
  display: none;
}
.p-cv-hover figure .on {
  z-index: 3;
  position: relative;
}
.p-cv-hover:hover,
.p-cv-hover:hover figure {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-cv-hover:hover figure .off {
    display: block;
  }
  .p-cv-hover:hover figure .on {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-cv-hover figure .off {
    display: none;
  }
}

/*  btn END */


.p-cv-section02 {
  z-index: 0;
  position: relative;
  -webkit-margin-before: -4.6em;
  margin-block-start: -4.6em;
}
.p-cv-section03 {
  z-index: 1;
  position: relative;
  -webkit-margin-before: -6.2em;
  margin-block-start: -6.2em;
}

.p-cv-section04 {
  z-index: 0;
  position: relative;
  -webkit-margin-before: -6.1em;
  margin-block-start: -6.1em;
  background: url(../img/p-cv-section04__image06.webp) no-repeat left bottom/contain,#ffda00;
  clip-path: polygon(
    0 0,      /* 左上 */
    100% 48px,   /* 右上 */
    100% 100%, /* 右下 */
    0 100%     /* 左下 */
  );
}
.p-cv-section04__image{
  position: absolute;
  z-index: -1;
}
.p-cv-section04__buttons_02 {
  width: 93%;
  margin: 1em auto 0;
  display: block;
}
.p-cv-section04__note {
    width: 30em;
    margin: 1.0em auto 1.5em 2.5em;
}
.p-cv-section04__image01 {
    padding: 7em 9.5em 0;
}
.p-cv-section04__image03 {
    padding: 2em 2.5em 0;
}


.p-cv-section04__buttonImage_03 {
    width: 100%;
    padding-inline: 2.4375em;
    margin: -3em 0 1em;
}


.p-cv-section04__image04 {
    width: 93%;
    margin: 0 auto;
}
.p-cv-section04__image05 {
    width: 93%;
    margin: 0 auto;
}
.p-cv-section04__buttons_04 {
    padding-inline: 2.4375em;
}
.p-cv-section04__buttons_05 {
    margin: 1em 0 0;
    padding: 0 1.4375em 1.2em;
}


.p-cv-section05 {
  position: relative;
}
.p-cv-section05__buttons_01 {
  position: absolute;
  top: 33.5em;
  padding-inline: 3.4375em;
}


.p-cv-section04_ac__image01{
  margin-bottom: 3em;
  padding: 0 1.875em;
}
.p-cv-section04_ac__image02{
    width: 16em;
    margin: 0 auto 2em;
}
.p-cv-section04_ac__buttons_02 {
    width: 88%;
    margin: 1em 1.875em 0;
    display: block;
}
.p-cv-section04_ac__note {
    width: 25em;
    margin: 1.0em auto 5.5em auto;
}
.p-cv-section04_ac__image03{
  width: 100%;
  margin: 0 auto 2em;
  padding: 0 0.625em;
}
.p-cv-section04_ac__textbox{
  border-top: 1px solid #000000;
  width: 94%;
  margin: 3em auto 0;
  padding-top: 3em;
}



/*  ac  */
.p-cv-section04__attention_box {
  margin: 14em 0 0 0;
}
.p-cv-section02__attention {
  display: flex;
  position: absolute;
  top: 187.125em;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding-inline: 0;
  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.875em;
  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 -0.1em;
}

.p-accordion__contentWrapper {
/*  padding-block: 1.875em 3.75em;*/
  background: #fff;
  border: 1.5px solid #ff0000;
  padding: 1.875em 0;
}

.p-accordion__contentTitle {
  color: #000;
  font-weight: 700 !important;
  font-size: 2em;
  line-height: 1.5;
  font-family: "BIZ UDPGothic";
  margin: 0 auto 0.5em;
  width: 90%;
  display: block;
  text-align: center;
}

.p-accordion__contentText {
  color: #000;
  font-size: 1.25em;
  line-height: 1.6;
  font-family: "BIZ UDPGothic";
  margin: 0 auto 10px;
  width: 90%;
  display: block;
}
.p-accordion__contentText a {
  text-decoration: underline;
}
.p-accordion__contentText.mb0 {
  margin: 0 auto;
}
.p-accordion__contentText.mb0.indent1 {
    margin: 0 0 0 2em !important;
}
.p-accordion__contentText.mb0.indent2 {
    margin: 0 0 0 2em !important;
}
.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;
}


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



/*         teaser        */

.p-ts-section02 {
  z-index: 1;
  position: relative;;
  -webkit-margin-before: -5.1em;
  margin-block-start: -5.1em;
}
.p-ts-section03 {
  z-index: 0;
  position: relative;;
  -webkit-margin-before: -6.5em;
  margin-block-start: -6.5em;
}







.emoji {
  font-family:
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Noto Color Emoji",
    sans-serif;
}

/* 画面幅が広い時も中央カラム内の比率を維持 */
@media screen and (min-width: 768px) {
  .p-section03__awards {
    /* bottom: 6.5em; */
    padding-inline: 2.375em;
  }
}
