@charset "utf-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
:where(body) {
  margin: 0;
}
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
:where(hr) {
  color: inherit;
  height: 0;
}
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}
:where(nav li)::before {
  content: "​";
  float: left;
}
:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
:where(b, strong) {
  font-weight: bolder;
}
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}
:where(small) {
  font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
:where(iframe) {
  border-style: none;
}
:where(svg:not([fill])) {
  fill: currentcolor;
}
:where(table) {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
:where(button, input, select) {
  margin: 0;
}
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
:where(progress) {
  vertical-align: baseline;
}
:where(textarea) {
  margin: 0;
  resize: vertical;
}
:where([type="search" i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:where(dialog) {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
:where(details > summary:first-of-type) {
  display: list-item;
}
:where([aria-busy="true" i]) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}
:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
:where(iframe, img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}
.p-top-mv-slider__slide video {
  width: 100%;
  height: auto;
  object-fit: cover; /* トリミングの中心 */
  object-position: center; /* 中央を表示 */
}
:where(button, input, select, textarea) {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E")
    no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}
:where(select[multiple]) {
  background-image: none;
}
:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}
:root {
  --black: #1f1f1f;
  --textblack: #1f1f1f;
  --rheosred: #185383;
  --rheospink: #809eb7;
  --hifumiorange: #f6b38a;
  --text-gray: #666;
  --border-gray: #c4c4c4;
  --bg: #faf7f5;
  --white: #fff;
  --smoke: #f2f2f2;
}
:root {
  --vw: 1vw;
}
html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1f1f1f;
  line-height: 1.5;
  min-height: 100%;
  -webkit-text-size-adjust: none;
}
html:lang(en) {
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
}
body {
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
button {
  padding: 0;
  border: none;
  cursor: pointer;
}
section[id],
div[id] {
  scroll-margin: 80px;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.l-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.l-background__circle {
  display: block;
  position: absolute;
  top: 170px;
  right: -140px;
  width: 200px;
  height: 415px;
}
.l-background__stroke {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.l-background__stroke circle {
  stroke-dasharray: 1004px;
  stroke-dashoffset: 0;
  will-change: stroke-dashoffset;
}
.l-background__stroke.is-anim circle {
  -webkit-animation: circleDraw 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: circleDraw 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.l-background__fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.l-background.is-changed .l-background__stroke {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.l-background.is-changed .l-background__fill {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@-webkit-keyframes circleDraw {
  0% {
    stroke-dashoffset: 1004px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleDraw {
  0% {
    stroke-dashoffset: 1004px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.l-breadcrumbs__list {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-breadcrumbs__page {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.l-breadcrumbs__page:not(.current) {
  text-transform: uppercase;
}
.l-breadcrumbs__page:not(.current) a {
  color: var(--black);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--black);
}
.l-breadcrumbs__page.current {
  color: var(--rheosred);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-breadcrumbs__page:not(:last-child) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.l-breadcrumbs__page:not(:last-child)::after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/common/union_gy.svg);
  background-size: contain;
  background-position: center;
  margin-left: 10px;
  margin-right: 10px;
}
.l-content__page {
  margin: 0 auto;
  width: 335px;
  width: 89.3333333333%;
  padding-bottom: 72px;
}
.l-content__article {
  margin: 0 auto;
  width: 335px;
  width: 86.1333333333%;
  padding-bottom: 72px;
}
.l-document {
  margin: 0 auto;
  width: 89.3333333333%;
  padding-top: 64px;
}
.l-document__header {
  margin-bottom: 40px;
}
.l-footer-end {
  display: grid;
  grid-template-rows: repeat(3, auto);
  position: relative;
}
.l-footer-end .logo {
  line-height: 1;
  display: block;
  width: 120px;
  z-index: 200;
}
.l-footer-end .logo img {
  vertical-align: top;
}
.l-footer-end__infotext {
  font-size: 12px;
  line-height: 1.6;
}
.l-footer-end__copyright {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 4px;
  color: #888;
}
.l-footer-nav {
  padding-bottom: 34px;
  border-bottom: 1px solid #d9d9d9;
}
.l-footer-nav__itembtn {
  display: block;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-footer-nav__itembtn > .c-btn-icolink-small__text:lang(en) {
  font-size: 1.5rem;
  font-family: Hind, sans-serif;
}
.l-footer-nav__itembtn > .c-btn-icolink-small__round svg {
  width: 20px;
  height: 20px;
}
.l-footer-nav__inneritem a[target="_blank"]::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.l-footer-nav__link {
  font-size: 0.875rem;
  line-height: 2;
}
.l-footer-pagetop {
  bottom: 0;
  right: -16px;
  position: absolute;
  width: 48px;
  height: 48px;
  -webkit-filter: grayscale(1) brightness(3);
  filter: grayscale(1) brightness(3);
}
.l-footer-sub-nav {
  padding: 24px 0 40px;
}
.l-footer-sub-nav:has(+ .l-footer-sub-nav) {
  padding-bottom: 0;
}
.l-footer-sub-nav + .l-footer-sub-nav {
  padding-top: 0;
}
.l-footer-sub-nav__item {
  margin-top: 4px;
}
.l-footer-sub-nav__item:not(:last-of-type) {
  margin-right: 12px;
}
.l-footer-sub-nav .l-nav-sub__link {
  color: #a4a4a4;
  font-size: 12px;
  line-height: 1.6;
}
.l-footer-sub-nav .l-nav-sub__link[target="_blank"] {
  position: relative;
}
.l-footer-sub-nav .l-nav-sub__link[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../img/common/ico_blank.svg");
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 10px;
  margin-left: 6px;
  top: -3px;
}
.l-footer {
  background-color: #1f1f1f;
  color: var(--white);
}
.l-footer a {
  color: var(--white);
}
.l-full-width {
  margin: 0 auto;
  width: 100%;
  padding-top: 64px;
}
.l-full-width__header {
  margin-bottom: 40px;
}
.l-header-nav__item.current .l-header-nav__link > span {
  color: var(--rheosred);
}
.l-header-nav__link {
  color: var(--black);
}
.l-header-nav__link[target="_blank"]::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.l-header-nav__contact {
  color: var(--black);
  font-weight: 700;
}
.l-header-nav__langbtn {
  display: block;
  height: 100%;
  position: relative;
}
.l-header-nav__inneritem a {
  color: var(--textblack);
  font-weight: 500;
}
.l-header-nav__inneritem a[target="_blank"]::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.l-header-nav__inneritem .current {
  color: var(--rheosred);
}
.l-header-nav__subitem > a {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #888;
}
.l-header-nav__subitem > a[target="_blank"] {
  position: relative;
}
.l-header-nav__subitem > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../img/common/ico_blank.svg");
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 10px;
  margin-left: 6px;
  top: -3px;
}
.l-header-nav__subitem + .l-header-nav__subitem {
  margin-top: 4px;
}
@-webkit-keyframes headerNavCurrent {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes headerNavCurrent {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0 16px 20px;
  z-index: 300;
}
.l-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  display: block;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  border: none;
  background-color: #1f1f1f;
  cursor: pointer;
}
.l-header .toggle .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background-image: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header .toggle > .dot,
.l-header .toggle::before,
.l-header .toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--white);
  margin: -2px 0 0 -2px;
  opacity: 1;
  z-index: 2;
}
.l-header .toggle > .dot {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-header .toggle::before,
.l-header .toggle::after {
  content: "";
  -webkit-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}
.l-header .toggle::before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.l-header .toggle::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.l-header .toggle[aria-expanded="true"] > .dot {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  width: 28px;
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.l-header .toggle[aria-expanded="true"]::before,
.l-header .toggle[aria-expanded="true"]::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header .toggle[aria-expanded="true"] .bg {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header.is-fixed
  .l-header-nav__item.current
  .l-header-nav__link
  > span::after {
  visibility: hidden;
}
.l-header.is-fixed .l-header-nav__lang::before {
  top: 60px;
}
@-webkit-keyframes closeBar1 {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes closeBar1 {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes closeBar2 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar2 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes closeBar1Rev {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes closeBar1Rev {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes closeBar2Rev {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.l-index {
  padding-top: 64px;
}
.l-index__header {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.l-index__header + .l-index__lead {
  margin-top: 20px;
}
.l-index__header + .l-index__body {
  margin-top: 56px;
}
.l-index__lead {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.l-index__lead > * + * {
  margin-top: 24px;
}
.l-index__lead p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.l-index__lead + .l-index__body {
  margin-top: 40px;
}
.l-index__body {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.l-lower {
  position: relative;
  padding-top: 64px;
}
.l-lower::before {
  content: attr(data-label);
  position: absolute;
  right: 5.3333333333vw;
  top: 64px;
  font-family: Hind, sans-serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  margin-top: -1em;
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: calc(100% - 0.5em) 0.5em;
  transform-origin: calc(100% - 0.5em) 0.5em;
}
.l-lower__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-lower__side.is-hide {
  opacity: 0;
  pointer-events: none;
}
.l-lower__header + * {
  margin-top: 40px;
}
.l-lower__header + .l-lower__lead {
  margin-top: 16px;
}
.l-lower__header--logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-lower__lead + * {
  margin-top: 40px;
}
.l-main {
  position: relative;
  padding-top: 64px;
  padding-bottom: 144px;
}
.l-main.-without-header {
  padding-top: 0;
}
.l-side-nav__item {
  position: relative;
}
.l-side-nav__item a {
  color: var(--textblack);
  font-weight: 500;
}
.l-side-nav__item.is-current::before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--rheosred);
}
.l-side-nav__item.is-current a {
  color: var(--rheosred);
}
.l-wide {
  margin: 0 auto;
  width: 89.3333333333%;
  padding-top: 64px;
}
.l-wide__header {
  margin-bottom: 40px;
}
.c-box-border,
.p-editable-content blockquote {
  border: 1px solid var(--border-gray);
  margin: 44px 0 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  padding: 12px;
}
.c-box-border > * + *,
.p-editable-content blockquote > * + *,
.c-box-border > h2:not([class*="c-hdg"]) + *,
.p-editable-content blockquote > h2:not([class*="c-hdg"]) + *,
.c-box-border > h3:not([class*="c-hdg"]) + *,
.p-editable-content blockquote > h3:not([class*="c-hdg"]) + *,
.c-box-border > h4:not([class*="c-hdg"]) + *,
.p-editable-content blockquote > h4:not([class*="c-hdg"]) + * {
  margin-top: 12px;
}
.c-box-fill {
  background-color: var(--bg);
  padding: 20px;
  width: 100%;
}
.c-box-fill > * + *,
.c-box-fill > h2:not([class*="c-hdg"]) + *,
.c-box-fill > h3:not([class*="c-hdg"]) + *,
.c-box-fill > h4:not([class*="c-hdg"]) + * {
  margin-top: 12px;
}
.c-box-fill + .c-box-fill {
  margin-top: 20px;
}
.c-box-profile-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}
.c-box-profile-detail__photo p,
.c-box-profile-detail__photo figure {
  margin: 0;
}
.c-box-profile-detail__photo img {
  max-width: 100%;
  height: auto;
}
.c-box-profile-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.c-box-profile-detail__info .title {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-box-profile-detail__info .title + .text {
  margin-top: 8px;
}
.c-box-profile-detail__info .name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-box-profile-detail__info .name + .text {
  margin-top: 8px;
}
.c-box-profile-detail__info .kana {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c-box-profile-detail__info .kana + .text {
  margin-top: 8px;
}
.c-box-profile-detail__info .text {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-gray);
}
.c-box-profile {
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  padding: 20px;
}
.c-box-profile > .c-box-profile-detail + .c-box-profile-detail {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border-gray);
}
.c-btn-anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: var(--black);
  width: 100%;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-btn-anchor.is-active {
  background-color: var(--rheospink);
}
.c-btn-anchor__text {
  position: relative;
  line-height: 1.5;
  color: var(--white);
  font-size: 1rem;
}
.c-btn-anchor__text--large {
  font-size: 1.125rem;
}
.c-btn-anchor__arr {
  position: absolute;
  display: block;
  top: 50%;
  right: 21px;
  width: 18px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../img/common/ico_btnarr.svg);
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-btn-anchor__circlearr {
  position: absolute;
  display: block;
  top: 2px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(../img/common/crc_arr_w.svg);
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn-anchor__blank {
  position: absolute;
  display: block;
  top: 2px;
  right: 24px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  background-color: var(--white);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn-icolink-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn-icolink-small__round {
  display: block;
  position: relative;
}
.c-btn-icolink-small__round > svg {
  display: block;
}
.c-btn-icolink-small__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #1f1f1f;
  margin-right: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.c-btn-icolink-small__text.en,
.c-btn-icolink-small__text:lang(en) {
  font-family: Hind, sans-serif;
}
.c-btn-icolink-small__arr {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-btn-icolink-small__arr-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 24px;
  height: 24px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-btn-icolink-small--white .c-btn-icolink-small__text {
  color: var(--white);
}
.c-btn-icolink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  border-width: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn-icolink__text {
  color: #1f1f1f;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 24px;
  font-family: Hind, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}
.c-btn-icolink__ico {
  display: block;
  background: var(--black);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-btn-icolink__ico--arr::after {
  content: "";
  background-image: url(../img/common/ico_btnarr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 18px;
  height: 12px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.c-btn-icolink__ico::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
}
.c-btn-icolink__ico .c-btn-icolink__ico-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  font-family: Hind, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-btn-main {
  position: relative;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  color: var(--rheosred);
  border-color: var(--rheosred);
  display: block;
  border-radius: 100vmax;
  z-index: 1;
}
.c-btn-main .c-btn__text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.5;
}
.c-btn-main .c-btn__text.-en {
  top: 2px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: Hind, sans-serif;
}
.c-btn-main button,
.c-btn-main input {
  cursor: pointer;
  width: 100%;
}
.c-btn-main::before {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--rheosred);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}
.c-btn-main::after {
  content: "";
  background-image: url(../img/common/ico_btnarr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 18px;
  height: 12px;
  right: 18px;
  top: 18px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.1s ease 0;
  transition: all 0.1s ease 0;
}
.c-btn-main--white {
  color: var(--white);
  border-color: var(--white);
}
.c-btn-main--white::before {
  background-color: var(--white);
}
.c-btn-main--white::after {
  background-image: url("../img/common/ico_btnarr_re.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btn-main--lg {
  height: 56px;
  border-radius: 28px;
}
.c-btn-main--back::before {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  right: auto;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--rheosred);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn-main--back::after {
  content: "";
  background-image: url("../img/common/ico_btnarr.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 18px;
  height: 12px;
  left: 18px;
  right: auto;
  top: 18px;
  opacity: 0;
  -webkit-transform: translateX(50%) scale(-1, 1);
  transform: translateX(50%) scale(-1, 1);
  -webkit-transition: all 0.1s ease 0;
  transition: all 0.1s ease 0;
}
.c-btn-special {
  text-decoration: none;
  width: 100%;
  height: 56px;
  border-radius: 48px;
  overflow: hidden;
  background-color: #ee89b2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ee89b2),
    color-stop(50%, #f6b587),
    to(#f6b587)
  );
  background: linear-gradient(90deg, #ee89b2 0%, #f6b587 50%, #f6b587 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  position: relative;
  display: block;
}
.c-btn-special .c-btn__text {
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.c-btn[target="_blank"] .c-btn__text {
  position: relative;
}
.c-btn[target="_blank"] .c-btn__text::after {
  content: "";
  display: inline-block;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  background-color: currentColor;
  height: 10px;
  width: 10px;
  margin-left: 6px;
  margin-top: -3px;
}
.c-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  font-weight: 700;
}
.c-btn__text.-en {
  text-transform: uppercase;
}
.c-collapsible__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  gap: 24px;
  border-top: 1px solid var(--border-gray);
  border-bottom: 1px solid var(--border-gray);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  cursor: pointer;
}
.c-collapsible__summary::-webkit-details-marker {
  display: none;
}
.c-collapsible__summary .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-collapsible__summary .icon {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: var(--black);
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-collapsible__summary .icon::before,
.c-collapsible__summary .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 2px;
  translate: -50% -50%;
  background-color: var(--white);
}
.c-collapsible__summary .icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.c-collapsible__summary.is-open {
  border-top-color: var(--rheosred);
  border-bottom-color: var(--rheosred);
}
.c-collapsible__summary.is-open .title {
  color: var(--rheosred);
}
.c-collapsible__summary.is-open .icon {
  background-color: var(--rheosred);
}
.c-collapsible__summary.is-open .icon::after {
  rotate: 0deg;
}
.c-collapsible__wrapper {
  overflow: hidden;
}
.c-collapsible__content {
  padding: 24px 0;
}
.c-collapsible__content > * + * {
  margin-top: 24px;
}
.c-collapsible__content > * + :is(.c-hdg2, h2:not([class*="c-hdg"])) {
  margin-top: 32px;
}
.c-collapsible__content > * + :is(.c-box-border, .c-box-fill, blockquote) {
  margin-top: 24px;
}
.c-collapsible__content > * + :is(img, figure),
.c-collapsible__content > :is(img, figure) + * {
  margin-top: 44px;
}
.c-collapsible + .c-collapsible {
  margin-top: -1px;
}
.c-figure {
  position: relative;
  margin: 0;
}
.c-figure img {
  width: 100%;
  height: auto;
}
.c-figure--movie img,
.c-figure--movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-hdg-article,
.p-editable-content h1:not([class*="c-hdg"]) {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #1f1f1f;
}
.c-hdg-article::after,
.p-editable-content h1:not([class*="c-hdg"])::after {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  margin-top: 20px;
  border-radius: 4px;
  width: 100%;
  height: 4px;
}
.c-hdg-section {
  position: relative;
  padding-top: 18px;
  font-size: 1.75rem;
  line-height: 1.5;
}
.c-hdg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 6px;
  display: block;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
  border-radius: 100vmax;
}
.c-hdg-section[data-label] {
  padding-top: 30px;
}
.c-hdg-section[data-label]::before {
  top: 7px;
}
.c-hdg-section[data-label]::after {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Hind, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--rheosred);
}
.c-hdg-section--white {
  color: var(--white);
}
.c-hdg-section--white::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(17.32%, #fff),
    color-stop(156.47%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    90deg,
    #fff 17.32%,
    rgba(255, 255, 255, 0) 156.47%
  );
}
.c-hdg-section--white[data-label]::after {
  color: var(--white);
}
.c-hdg-section + * {
  margin-top: 28px;
}
.c-hdg-section--center {
  text-align: center;
}
.c-hdg-section--center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-hdg-section--center[data-label] {
  padding-top: 46px;
  font-size: 1.75rem;
}
.c-hdg-section--center[data-label]::before {
  top: 0;
}
.c-hdg-section--center[data-label]::after {
  top: 16px;
  left: 50%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-hdg1-lower {
  position: relative;
  width: 100%;
}
.c-hdg1-lower::before {
  content: "";
  display: block;
  background-size: contain;
  width: 40px;
  height: 16px;
  margin-bottom: 24px;
}
.c-hdg1-lower__ttl {
  font-size: 32px;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.c-hdg1-lower__ttl--en {
  font-family: Hind, sans-serif;
  font-size: 2.5rem;
  line-height: 1.35;
}
.c-hdg1-lower__en {
  white-space: nowrap;
  position: absolute;
  top: 3px;
  left: 54px;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--rheosred);
}
.c-hdg1-lower__ja {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 54px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: var(--rheosred);
}
.c-hdg1-lower__copycontainer {
  display: block;
  overflow: hidden;
  position: absolute;
}
.c-hdg1 {
  position: relative;
  width: 100%;
}
.c-hdg1::before {
  content: "";
  display: block;
  background-size: contain;
  width: 26px;
  height: 10.4px;
  margin-bottom: 20px;
}
.c-hdg1__ttl {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-hdg1__copycontainer {
  display: block;
  overflow: hidden;
  position: absolute;
}
.c-hdg1__copy {
  display: block;
  white-space: nowrap;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 79.2px;
  font-weight: 300;
  letter-spacing: -0.01em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -moz-background-clip: text;
  -moz-text-fill-color: rgba(0, 0, 0, 0);
}
.c-hdg1__data {
  margin-top: 6px;
  margin-left: -16px;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-hdg2-sm {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--rheosred);
  padding-bottom: 12px;
  position: relative;
}
.c-hdg2-sm a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.c-hdg2-sm::before {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  margin-top: 12px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.c-hdg2-sm a:not([target="_blank"])::after {
  content: "";
  display: inline-block;
  background: url(../img/common/crc_arr_re.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  left: 6px;
  top: 4px;
  position: relative;
}
.c-hdg2-sm a[target="_blank"] {
  position: relative;
}
.c-hdg2-sm a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../img/common/ico_blank_b_re.svg");
  background-size: contain;
  background-position: center;
  height: 14px;
  width: 14px;
  margin-left: 10px;
  top: -3px;
}
.c-hdg2,
.p-editable-content h2:not([class*="c-hdg"]) {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--rheosred);
  padding-bottom: 10px;
  position: relative;
}
.c-hdg2::before,
.p-editable-content h2:not([class*="c-hdg"])::before {
  content: "";
  display: block;
  background: var(--border-gray);
  margin-top: 12px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-hdg2::after,
.p-editable-content h2:not([class*="c-hdg"])::after {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  margin-top: 12px;
  width: 87.5%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.c-hdg2 + *,
.p-editable-content h2:not([class*="c-hdg"]) + * {
  margin-top: 24px;
}
.c-hdg3,
.p-editable-content h3:not([class*="c-hdg"]) {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
}
.c-hdg3::after,
.p-editable-content h3:not([class*="c-hdg"])::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--rheosred);
  width: 14px;
  height: 14px;
  border-radius: 7px;
  top: 8px;
  left: 0;
  margin: auto;
}
.c-hdg3 + *,
.p-editable-content h3:not([class*="c-hdg"]) + * {
  margin-top: 20px;
}
.c-hdg4,
.p-editable-content h4:not([class*="c-hdg"]) {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--rheosred);
}
.c-hdg4 + *,
.p-editable-content h4:not([class*="c-hdg"]) + * {
  margin-top: 20px;
}
.c-link {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  position: relative;
  text-decoration: underline;
}
.c-list-alpha {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 1.2em;
}
.c-list-alpha > li {
  list-style-type: lower-alpha;
}
.c-list-alpha > li > * + * {
  margin-top: 12px;
}
.c-list-alpha > li + li {
  margin-top: 12px;
}
.c-list-alpha--sm {
  font-size: 0.875rem;
}
.c-list-alpha--sm > li::before {
  height: 3px;
}
.c-list-bracket-decimal {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  counter-reset: bracket-decimal;
}
.c-list-bracket-decimal > li {
  position: relative;
  display: block;
  padding-left: 1.6em;
  counter-increment: bracket-decimal;
}
.c-list-bracket-decimal > li::before {
  content: "[" counter(bracket-decimal) "]";
  position: absolute;
  width: 1.6em;
  display: inline-block;
  top: 0;
  left: 0;
}
.c-list-bracket-decimal > li > * + * {
  margin-top: 24px;
}
.c-list-bracket-decimal > li + li {
  margin-top: 24px;
}
.c-list-bracket-decimal
  > li
  > :is(
    ul:not([class*="c-list"]),
    ol:not([class*="c-list"]),
    [class*="c-list"]
  ) {
  margin-top: 12px;
}
.c-list-bracket-decimal
  > li
  > :is(ul:not([class*="c-list"]), ol:not([class*="c-list"]), [class*="c-list"])
  > li
  + li {
  margin-top: 12px;
}
.c-list-contact > div + div {
  margin-top: 12px;
}
.c-list-contact dt {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-list-contact dt + dd {
  margin-top: 8px;
}
.c-list-contact dd {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-list-contact dd .tel,
.c-list-contact dd .mail {
  font-family: Hind, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
.c-list-contact dd small {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-list-contact dd .notice {
  color: var(--text-gray);
}
.c-list-contact dd :is(span, strong, small) {
  display: inline-block;
}
.c-list-contact dd + * {
  margin-top: 4px;
}
.c-list-decimal,
.p-editable-content ol:not([class*="c-list"]) {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 1.6em;
}
.c-list-decimal > li,
.p-editable-content ol:not([class*="c-list"]) > li {
  list-style-type: decimal;
}
.c-list-decimal > li > *:not(br) + *:not(br),
.p-editable-content ol:not([class*="c-list"]) > li > *:not(br) + *:not(br) {
  margin-top: 24px;
}
.c-list-decimal > li + li,
.p-editable-content ol:not([class*="c-list"]) > li + li {
  margin-top: 24px;
}
.c-list-decimal > li > :is(ul, ol),
.p-editable-content ol:not([class*="c-list"]) > li > :is(ul, ol) {
  margin-top: 12px;
}
.c-list-decimal > li > :is(ul, ol) > li + li,
.p-editable-content ol:not([class*="c-list"]) > li > :is(ul, ol) > li + li {
  margin-top: 12px;
}
.c-list-disc {
  list-style: none;
  font-size: 1rem;
  line-height: 1.6;
}
.c-list-disc > li {
  position: relative;
  padding-left: 20px;
}
.c-list-disc > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--rheosred);
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-list-disc > li + li {
  margin-top: 8px;
}
.c-list-disc--sm {
  font-size: 0.875rem;
}
.c-list-hyphen,
.p-editable-content ul:not([class*="c-list"]) {
  list-style: none;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.c-list-hyphen > li,
.p-editable-content ul:not([class*="c-list"]) > li {
  position: relative;
  list-style: none;
  padding-left: 22px;
}
.c-list-hyphen > li::before,
.p-editable-content ul:not([class*="c-list"]) > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  border-radius: 100vmax;
  width: 12px;
  height: 4px;
  background-color: var(--textblack);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-list-hyphen > li + li,
.p-editable-content ul:not([class*="c-list"]) > li + li {
  margin-top: 8px;
}
.c-list-hyphen > li .c-list-notice,
.p-editable-content ul:not([class*="c-list"]) > li .c-list-notice {
  margin-top: 4px;
}
.c-list-hyphen--sm {
  font-size: 0.875rem;
}
.c-list-hyphen--sm > li::before {
  height: 3px;
}
.c-list-link {
  list-style: none;
  font-size: 1rem;
  line-height: 1.6;
}
.c-list-link > li a {
  color: var(--text-gray);
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
}
.c-list-link > li a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: var(--text-gray);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-list-link > li a[href$=".pdf"]::after {
  content: "PDF";
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: 3px;
}
.c-list-link > li + li {
  margin-top: 12px;
}
.c-list-link--sm {
  font-size: 0.875rem;
}
.c-list-notice li {
  position: relative;
  list-style: none;
  padding-left: calc(1em + 4px);
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-list-notice li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
}
.c-list-notice li:lang(en) {
  padding-left: 1em;
}
.c-list-notice li:lang(en)::before {
  content: "*";
}
.c-list-notice li + li {
  margin-top: 2px;
}
.c-list-paren-decimal {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  counter-reset: paren-decimal;
}
.c-list-paren-decimal > li {
  position: relative;
  display: block;
  padding-left: 1.6em;
  counter-increment: paren-decimal;
}
.c-list-paren-decimal > li::before {
  content: "(" counter(paren-decimal) ")";
  position: absolute;
  width: 1.6em;
  display: inline-block;
  top: 0;
  left: 0;
}
.c-list-paren-decimal > li > * + * {
  margin-top: 24px;
}
.c-list-paren-decimal > li + li {
  margin-top: 24px;
}
.c-list-paren-decimal
  > li
  > :is(
    ul:not([class*="c-list"]),
    ol:not([class*="c-list"]),
    [class*="c-list"]
  ) {
  margin-top: 12px;
}
.c-list-paren-decimal
  > li
  > :is(ul:not([class*="c-list"]), ol:not([class*="c-list"]), [class*="c-list"])
  > li
  + li {
  margin-top: 12px;
}
.c-list-paren-roman {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  counter-reset: paren-loman;
}
.c-list-paren-roman > li {
  position: relative;
  display: block;
  padding-left: 2.125em;
  list-style: none;
  counter-increment: paren-roman;
}
.c-list-paren-roman > li::before {
  content: "(" counter(paren-roman, lower-roman) ")";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 1.625em;
  font-weight: 500;
  color: var(--text-gray);
  white-space: nowrap;
}
.c-list-paren-roman > li > * + * {
  margin-top: 12px;
}
.c-list-paren-roman > li + li {
  margin-top: 12px;
}
.c-list-paren-roman--sm {
  font-size: 0.875rem;
}
.c-list-paren-roman--sm > li::before {
  height: 3px;
}
.c-list-text {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 12px;
}
.c-list-text > li {
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.c-list-text > li::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1px auto 0 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
}
.c-list-text .cashmere::before {
  background-color: #e6b9a2;
}
.c-list-text .contessa::before {
  background-color: #d17164;
}
.c-list-text .mojo::before {
  background-color: #c54b3b;
}
.c-logo-tw100 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-logo-tw100 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: auto;
}
.c-logo-tw100 > figcaption {
  position: relative;
  font-size: 0.625rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
  margin-top: 6px;
  color: var(--text-gray);
}
body.is-modal-open {
  position: fixed;
  width: 100%;
}
.c-modal {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-modal[aria-hidden="false"] {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.c-modal[aria-hidden="true"] {
  opacity: 0;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  display: none;
}
.c-modal.is-open {
  -webkit-animation: fadeInModal 0.3s ease forwards;
  animation: fadeInModal 0.3s ease forwards;
}
.c-modal.is-close {
  display: block;
  -webkit-animation: fadeOutModal 0.3s ease forwards;
  animation: fadeOutModal 0.3s ease forwards;
}
.c-modal__overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
}
.c-modal__container {
  width: 89.3333333333vw;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 64px);
  max-height: calc(100svh - 64px);
  overflow-y: auto;
}
.c-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: var(--black);
}
.c-modal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: auto;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 100vmax;
  background-color: var(--white);
}
.c-modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
}
@-webkit-keyframes fadeInModal {
  0% {
    display: none;
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}
@keyframes fadeInModal {
  0% {
    display: none;
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}
@-webkit-keyframes fadeOutModal {
  0% {
    opacity: 1;
    display: block;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
  99% {
    opacity: 0;
    display: block;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  100% {
    opacity: 0;
    display: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}
@keyframes fadeOutModal {
  0% {
    opacity: 1;
    display: block;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
  99% {
    opacity: 0;
    display: block;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  100% {
    opacity: 0;
    display: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}
.c-pager {
  margin-left: auto;
  margin-right: auto;
}
* + .c-pager {
  margin-top: 48px;
}
.c-pager__container {
  position: relative;
}
.c-pager__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pager__arr {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.c-pager__arr--prev {
  left: 0;
}
.c-pager__arr--prev .c-btn-icolink__ico--arr::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-pager__arr--next {
  right: 0;
}
.c-pager__arr .c-btn-icolink__ico--arr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.c-pager__arr a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pager__itm {
  width: 32px;
  height: 32px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: Hind, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 22px;
}
.c-pager__itm::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
}
.c-pager__itm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
}
.c-pager__itm.current {
  color: var(--rheosred);
}
.c-pager__itm.current::after {
  background-color: var(--rheosred);
}
.c-pager__itm:not(.current):hover {
  color: var(--rheosred);
}
.c-pager__itm:not(.current):hover::after {
  background-color: var(--rheosred);
}
.c-select {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
.c-select--year {
  width: 104px;
}
.c-select > select {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--black);
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 38px;
  background: none;
  font-size: 1rem;
  font-weight: 700;
  font-family: Hind, sans-serif;
  cursor: pointer;
}
.c-select > select:focus-visible {
  outline-color: var(--rheosred);
}
.c-select::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1f1f1f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  pointer-events: none;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 8px 2px, 2px 8px;
  background-repeat: no-repeat;
  background-position: center center, center center;
}
.c-swipe.is-active {
  opacity: 0;
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.c-swipe.is-active .c-swipe__icon {
  -webkit-animation: finger 2s 1 ease;
  animation: finger 2s 1 ease;
}
.c-swipe__icon > img {
  width: 100%;
}
@-webkit-keyframes finger {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  75% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes finger {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  75% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-tab [role="tabpanel"]:not([hidden]) {
  display: block;
  opacity: 1;
  -webkit-animation: tabShow 0.6s ease forwards;
  animation: tabShow 0.6s ease forwards;
}
.c-tab [role="tabpanel"][hidden] {
  display: none;
  opacity: 0;
}
@-webkit-keyframes tabShow {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tabShow {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-table-ir {
  width: 100%;
  border-collapse: collapse;
}
.c-table-ir th,
.c-table-ir td {
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding: 12px;
  border: 1px solid var(--border-gray);
}
.c-table-ir thead th {
  background-color: #f2f2f2;
}
.c-table-ir td > :is(p, ul, ol, dl, div) + :is(p, ul, ol, dl, div) {
  margin-top: 20px;
}
.c-table-ir td.date {
  color: var(--text-gray);
}
.c-table-ir + * {
  margin-top: 26px;
}
.c-table-noborder {
  border: none;
}
.c-table-noborder tr[style*="height"] {
  height: auto !important;
}
.c-table-noborder th,
.c-table-noborder td {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  padding: 4px 0;
  font-size: 1rem;
  line-height: 1.6;
  border: none;
}
.c-table-noborder th[style*="width"],
.c-table-noborder td[style*="width"] {
  width: auto !important;
}
.c-table-noborder th[style*="height"],
.c-table-noborder td[style*="height"] {
  height: auto !important;
}
.c-table-noborder td > :is(p, ul, ol, dl, div) + :is(p, ul, ol, dl, div) {
  margin-top: 20px;
}
.c-table-reflow {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  vertical-align: middle;
  width: 100%;
}
.c-table-reflow tr[style*="height"] {
  height: auto !important;
}
.c-table-reflow th {
  background-color: #f2f2f2;
}
.c-table-reflow td {
  background-color: #fff;
}
.c-table-reflow th,
.c-table-reflow td {
  padding: 12px;
  border: 1px solid var(--border-gray);
}
.c-table-reflow th[style*="width"],
.c-table-reflow td[style*="width"] {
  width: auto !important;
}
.c-table-reflow th[style*="height"],
.c-table-reflow td[style*="height"] {
  height: auto !important;
}
.c-table-reflow td > :is(p, ul, ol, dl, div) + :is(p, ul, ol, dl, div) {
  margin-top: 20px;
}
.c-text-bold {
  line-height: 2;
  font-weight: 700;
}
:where(.mt-be-columns) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
:where(.mt-be-column) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.p-about-anchor {
  margin-top: 34px;
}
.p-about-anchor__item + .p-about-anchor__item {
  margin-top: 13px;
}
.p-about-anchor__link {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
  color: var(--textblack);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-about-anchor__link .number {
  display: inline-block;
  position: absolute;
  margin-top: 0.2em;
  margin-left: -1.3em;
  font-family: Hind, sans-serif;
}
.p-about-anchor__link .border {
  border-bottom: 1px solid var(--textblack);
}
.p-about-hifumi {
  position: relative;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px 20px 48px;
  background-color: var(--white);
  background-clip: padding-box;
}
.p-about-hifumi::before {
  content: "";
  border-radius: 10px;
  position: absolute;
  inset: -4px;
  z-index: -1;
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-image: linear-gradient(
    95.68deg,
    #ee89b2 1.48%,
    #f7bf8c 27.1%,
    #ee876f 54.53%
  );
}
.p-about-hifumi__title {
  font-size: 1.25rem;
  line-height: 1.2;
}
.p-about-hifumi__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.p-about-hifumi__logo img {
  width: 39.4666666667vw;
}
.p-about-history {
  position: relative;
}
.p-about-history__side.is-hide {
  opacity: 0;
  pointer-events: none;
}
.p-about-history__year {
  display: inline-block;
  font-family: Hind, sans-serif;
  line-height: 1;
}
.p-about-history__main {
  position: relative;
}
.p-about-history__bar {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 1px;
  height: calc(100% - 24px);
  background-color: var(--border-gray);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-about-history__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--rheosred);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.p-about-history__section {
  position: relative;
  padding-bottom: 40px;
}
.p-about-history__section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--rheosred);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.p-about-history__section[aria-label="2003"]::after {
  top: 10px;
  height: calc(100% - 10px);
}
.p-about-history__section + .p-about-history__section {
  padding-top: 40px;
}
.p-about-history__section + .p-about-history__section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #d9d9d9;
}
.p-about-history__section.is-active::after {
  opacity: 1;
}
.p-about-history__section.is-active .p-about-history__item::before {
  background-color: var(--rheosred);
}
.p-about-history__item {
  position: relative;
}
.p-about-history__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-gray);
}
.p-about-history__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 6px;
  left: -8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--rheosred);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.p-about-history__item + .p-about-history__item {
  margin-top: 24px;
}
.p-about-history__item.is-open::before {
  background-color: var(--rheosred);
}
.p-about-history__item.is-open::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}
.p-about-history__item.is-open .p-about-history__detailmore {
  opacity: 0;
}
.p-about-history__item.is-active::before {
  background-color: var(--rheosred);
}
.p-about-history__detailmore {
  position: relative;
  padding-left: 20px;
}
.p-about-history__detail {
  position: relative;
  padding-left: 20px;
}
.p-about-history__detail a {
  color: var(--text-gray);
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
}
.p-about-history__detail a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: var(--text-gray);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-about-history__event {
  width: 100%;
}
.p-about-history__event .month {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.p-about-history__event .term {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-about-history__img {
  overflow: hidden;
  margin: 22px 0 0;
}
.p-about-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-message__ttl {
  position: relative;
  padding-top: 18px;
  color: var(--rheosred);
  font-size: 1.75rem;
  line-height: 1.5;
}
.p-about-message__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.03em;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background-image: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
}
.p-about-message__content {
  margin-top: 26px;
}
.p-about-message__text {
  font-size: 1rem;
  line-height: 1.8;
}
.p-about-message__text + .p-about-message__text {
  margin-top: 16px;
}
.p-about-message__info {
  position: relative;
}
.p-about-message__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: var(--border-gray);
}
.p-about-message__position {
  font-size: 0.875rem;
  line-height: 1.75;
}
.p-about-message__name {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-about-message__btn {
  margin-top: 48px;
}
.p-about-message__img {
  overflow: hidden;
}
.p-about-philosophy__ttl {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.8;
}
.p-about-philosophy__ttl mark {
  padding-inline: 6px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background-image: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  color: var(--white);
}
.p-about-philosophy__lead {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.p-about-philosophy__section {
  margin-top: 50px;
}
.p-about-philosophy__section + .p-about-philosophy__section {
  margin-top: 56px;
}
.p-about-philosophy__section .c-text-bold > span {
  display: block;
}
.p-about-philosophy__section .c-text-bold > span + span {
  margin-top: 23px;
}
.p-about-philosophy__section dl {
  margin-top: 36px;
}
.p-about-philosophy__section dt {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-about-philosophy__section dd {
  display: inline-block;
  position: relative;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 2;
}
.p-about-philosophy__section dd > span {
  padding-bottom: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d9d9d9),
    to(#d9d9d9)
  );
  background-image: linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 98% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.p-about-philosophy__section dd + dt {
  margin-top: 40px;
}
.p-about-philosophy__text {
  line-height: 2;
}
:lang(en) .p-about-philosophy__text {
  line-height: 1.5;
}
.p-about-philosophy__logo {
  overflow: hidden;
  position: relative;
  width: 85.3333333333vw;
  border-radius: 10px;
  margin: 48px auto 0;
}
.p-about-philosophy__logo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.p-about-philosophy__logo + .p-about-philosophy__text {
  margin-top: 32px;
}
.p-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw;
}
.p-benefit-list__item > a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 2px solid var(--bg);
  background-color: var(--bg);
  color: var(--black);
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-bottom: 4.2666666667vw;
  cursor: pointer;
}
.p-benefit-list__item > a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(currentColor),
      to(currentColor)
    ),
    -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 12px 2px, 2px 12px;
  background-position: center center, center center;
}
.p-benefit-list__item img {
  width: 56.4102564103%;
  height: auto;
  aspect-ratio: 1;
}
.p-benefit-list__item span {
  text-align: center;
  display: block;
  font-size: 4.2666666667vw;
  line-height: 1.6;
  font-weight: 700;
}
.p-jobtype-list__item a[target="_blank"]:not([href$=".pdf"])::after,
.p-benefit-modal__body a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.p-jobtype-list__item a[href$=".pdf"]::after,
.p-benefit-modal__body a[href$=".pdf"]::after {
  content: "PDF";
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: 3px;
}
.p-benefit-modal__content {
  padding: 56px 20px 64px;
}
.p-benefit-modal__img {
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 42.1333333333vw;
}
.p-benefit-modal__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-benefit-modal__img + .p-benefit-modal__title {
  margin-top: 20px;
}
.p-benefit-modal__title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: center;
}
.p-benefit-modal__title + .p-benefit-modal__body {
  margin-top: 16px;
}
.p-benefit-modal__body p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--black);
}
.p-benefit-modal__body a {
  color: var(--text-gray);
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
}
.p-benefit-modal__body * + * {
  margin-top: 24px;
}
.p-business-contact {
  margin-top: 76px;
}
.p-business-contact__section {
  background-color: var(--bg);
}
.p-business-contact__ttl {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1;
}
.p-business-contact__ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--rheosred);
}
.p-business-contact__tel {
  margin-top: 18px;
}
.p-business-contact__tel .number {
  margin-right: 10px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: Hind, sans-serif;
  font-weight: 600;
}
.p-business-contact__tel > small {
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-business-contact__email {
  display: inline-block;
  border-bottom: 1px solid var(--textblack);
  color: var(--textblack);
  margin-top: 23px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: Hind, sans-serif;
}
.p-business-lower {
  position: relative;
  margin-top: 64px;
  margin-inline: calc(50% - 50vw);
  margin-inline: calc(50% - 50 * var(--vw));
}
.p-business-lower__en {
  position: absolute;
  top: 64vw;
  left: -6.9333333333vw;
  text-transform: uppercase;
  -webkit-transform-origin: 0.5em 0.5em;
  transform-origin: 0.5em 0.5em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  font-size: 17.0666666667vw;
  font-weight: 400;
  white-space: nowrap;
  font-family: Hind, sans-serif;
  line-height: 1;
}
.p-business-lower__body {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-business-lower__mv {
  position: relative;
  z-index: 1;
  width: 94.6666666667vw;
  margin-left: auto;
  margin-bottom: 60px;
}
.p-business-lower__mv img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px 0 0;
}
.p-business-message__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 700px;
}
.p-business-message__text {
  font-size: 1rem;
  line-height: 1.8;
}
.p-business-message__text + .p-business-message__text {
  margin-top: 24px;
}
.p-business-message__info {
  position: relative;
}
.p-business-message__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: var(--border-gray);
}
.p-business-message__position {
  font-size: 0.875rem;
  line-height: 1.75;
}
.p-business-message__name {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-business-message__name {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 1.625;
}
.p-business-message__img {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-radius: 20px;
}
.p-business-modal__content {
  padding: 96px 20px 52px;
}
.p-business-modal__title {
  line-height: 1;
  text-align: center;
}
.p-business-modal__title + .p-business-modal__body {
  margin-top: 16px;
}
.p-business-modal__body {
  margin-top: 26px;
}
.p-business-modal__body p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--black);
  text-align: center;
}
.p-business-modal__body a {
  height: 48px;
  border-radius: 24px;
  margin: 36px auto 0;
}
.p-business-modal__body a::before {
  width: 14px;
  height: 14px;
}
.p-business-modal__body > * + * {
  margin-top: 24px;
}
.p-business-modal__series {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-left: 18px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-business-modal__series::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.p-business-modal__series.toushin::before {
  background-color: #e85382;
}
.p-business-modal__series.world::before {
  background-color: #6abc78;
}
.p-business-modal__series.marugoto::before {
  background-color: #ffaf00;
}
.p-business-modal__series.light::before {
  background-color: #4cb7c6;
}
.p-business-modal__series.microscope::before,
.p-business-modal__series.crossover::before,
.p-business-modal__series.pro::before {
  background-color: #956f29;
}
.p-business-philosophy__list {
  margin-top: 50px;
}
.p-business-philosophy__list > div + div {
  margin-top: 40px;
}
.p-business-philosophy__list dt {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-business-philosophy__list dt > small {
  color: var(--rheosred);
  font-size: 1rem;
}
.p-business-philosophy__list dd {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 2;
}
.p-business-philosophy__list dd > span {
  padding-bottom: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background-image: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.p-business .guidelink {
  display: inline-block;
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1;
  padding-bottom: 3px;
}
.p-business__section > p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-business__listlink {
  margin-top: 26px;
}
.p-business__note {
  margin-top: 32px;
  padding-left: 1em;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-business__note::before {
  content: "※";
  position: absolute;
  margin-left: -1em;
  font-size: 1em;
}
.p-business__note:lang(en)::before {
  content: "*";
}
.p-chaprer + .p-chaprer {
  margin-top: 64px;
}
.p-company-history {
  border-top: 1px solid var(--border-gray);
}
.p-company-history__item {
  border-bottom: 1px solid var(--border-gray);
  padding-top: 20px;
  padding-bottom: 28px;
}
.p-company-history__year {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--rheospink);
}
.p-company-history__detail > div + div,
.p-company-history__detail > div + section,
.p-company-history__detail > section + div,
.p-company-history__detail > section + section {
  margin-top: 24px;
}
.p-company-history__detail dt,
.p-company-history__detail dd,
.p-company-history__detail h4,
.p-company-history__detail p {
  font-size: 1rem;
  line-height: 1.6;
}
.p-company-history__detail dt,
.p-company-history__detail h4 {
  font-weight: 700;
}
.p-company-history__detail dd,
.p-company-history__detail p {
  font-weight: 500;
}
.p-company-history__detail dd + dd,
.p-company-history__detail dd + p,
.p-company-history__detail p + dd,
.p-company-history__detail p + p {
  margin-top: 16px;
}
.p-company-history__detail a {
  color: var(--text-gray);
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
}
.p-company-history__detail a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: var(--text-gray);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-company-history th,
.p-company-history td {
  text-align: left;
}
.p-company-history th > *,
.p-company-history td > * {
  margin: 0;
}
.p-company-history th > * + :is(p, ul, ol, dl),
.p-company-history td > * + :is(p, ul, ol, dl) {
  margin-top: 20px;
}
.p-company-history th a,
.p-company-history td a {
  color: var(--rheosred);
  text-decoration: underline;
}
.p-company-history th a[target="_blank"]::after,
.p-company-history td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/common/ico_blank_b_re.svg);
  background-size: contain;
}
.p-company-history th .office dt + dd,
.p-company-history td .office dt + dd {
  margin-top: 8px;
}
.p-company-history + .c-list-notice {
  margin-top: 20px;
}
.p-company-office__section {
  border-top: 1px solid var(--border-gray);
  padding: 42px 0 40px;
}
.p-company-office__section:last-child {
  border-bottom: 1px solid var(--border-gray);
}
.p-company-office__address {
  margin-top: 22px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-company-office__address .note {
  display: block;
  position: relative;
  padding-left: 1em;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-company-office__address .note::before {
  content: "※";
  position: absolute;
  margin-left: -1em;
  font-size: 1em;
}
.p-company-office__address .note:lang(en)::before {
  content: "*";
}
.p-company-office__access {
  margin-top: 24px;
}
.p-company-office__access > li {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-company-office__access > li::before {
  content: "";
  display: block;
  position: absolute;
  inset: 12px auto auto 0;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  margin: auto;
  background-color: var(--black);
}
.p-company-office__access > li + li {
  margin-top: 8px;
}
.p-company-office__access .note {
  display: block;
  position: relative;
  padding-left: 1em;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-company-office__access .note::before {
  content: "※";
  position: absolute;
  margin-left: -1em;
  font-size: 1em;
}
.p-company-office__access .note:lang(en)::before {
  content: "*";
}
.p-company-office__map {
  position: relative;
}
.p-company-office__map::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-company-office__map iframe {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.p-company-officer__section {
  border-top: 1px solid var(--border-gray);
  padding-top: 40px;
}
.p-company-officer__section + * {
  margin-top: 40px;
}
.p-company-outline {
  width: 100%;
  border-top: 1px solid var(--border-gray);
  border-collapse: collapse;
}
.p-company-outline th,
.p-company-outline td {
  text-align: left;
}
.p-company-outline th > *,
.p-company-outline td > * {
  margin: 0;
}
.p-company-outline th > :is(p, ul, ol, dl, div) + :is(p, ul, ol, dl, div),
.p-company-outline td > :is(p, ul, ol, dl, div) + :is(p, ul, ol, dl, div) {
  margin-top: 20px;
}
.p-company-outline th a,
.p-company-outline td a {
  color: var(--rheosred);
  text-decoration: underline;
}
.p-company-outline th a[target="_blank"]::after,
.p-company-outline td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/common/ico_blank_b_re.svg);
  background-size: contain;
}
.p-company-outline th .office dt + dd,
.p-company-outline td .office dt + dd {
  margin-top: 8px;
}
.p-company-outline + .c-list-notice {
  margin-top: 20px;
}
.p-data-slide__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
}
.p-data-slide__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.p-data-slide__count p {
  padding-top: 4px;
  font-family: Hind, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.p-data-slide__count .current {
  padding-right: 30px;
  color: var(--white);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--white)),
    to(var(--white))
  );
  background-image: linear-gradient(var(--white), var(--white));
  background-position: right center;
  background-size: 20px 2px;
  background-repeat: no-repeat;
}
.p-data-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-data-slide .splide__arrow {
  background: none;
  position: relative;
  opacity: 1;
  top: auto;
  -webkit-transform: none;
  transform: none;
  width: 36px;
  height: 36px;
}
.p-data-slide .splide__arrow--prev {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  left: auto;
}
.p-data-slide .splide__arrow--next {
  right: auto;
}
.p-data-slide .splide__arrow .arrow-default,
.p-data-slide .splide__arrow .arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-data-slide .splide__arrow .arrow-default {
  z-index: 1;
}
.p-data-slide .splide__arrow .arrow-hover {
  z-index: 2;
  opacity: 0;
}
.p-data-slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-data-slide .splide__pagination li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}
.p-data-slide .splide__pagination li .splide__pagination__page {
  position: relative;
  padding: 4px;
  width: 16px;
  height: 16px;
}
.p-data-slide .splide__pagination li .splide__pagination__page::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rheospink);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-data-slide
  .splide__pagination
  li
  .splide__pagination__page.is-active::before {
  background-color: var(--white);
}
.p-data-slide .splide__track {
  overflow: visible;
  width: 61.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.p-data-slide__item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--white);
  aspect-ratio: 1;
  width: 61.3333333333vw;
  padding: 2.6666666667vw 4.2666666667vw 5.8666666667vw;
}
.p-data-slide__img {
  text-align: center;
}
.p-data-slide__img img {
  width: auto;
  height: 27.7333333333vw;
}
.p-data-slide__img + .p-data-slide__text {
  margin-top: 4.2666666667vw;
}
.p-data-slide__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  color: var(--black);
  font-size: 4.8vw;
  line-height: 1.5;
  padding-bottom: 1.0666666667vw;
  border-bottom: 2px solid currentColor;
}
.p-data-slide__title + .p-data-slide__img {
  margin-top: 2.1333333333vw;
}
.p-data-slide__text {
  color: var(--text-gray);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.0666666667vw;
}
.p-data-slide__text > span {
  display: inline-block;
  vertical-align: middle;
}
.p-data-slide__text .num {
  font-family: Hind, sans-serif;
  font-weight: 600;
  color: var(--rheosred);
  line-height: 1;
  font-size: 10.1333333333vw;
}
.p-data-slide__text .unit {
  color: var(--black);
  font-weight: 700;
  line-height: 1;
}
.p-data-slide__text .unit:lang(ja) {
  font-size: 4.8vw;
}
.p-data-slide__text .unit:lang(en) {
  font-family: Hind, sans-serif;
  font-size: 6.4vw;
}
.p-division > * + * {
  margin-top: 24px;
}
.p-editable-content > * + * {
  margin-top: 24px;
}
.p-editable-content
  > *
  + :is(
    .c-hdg2,
    .p-editable-content h2:not([class*="c-hdg"]),
    h2:not([class*="c-hdg"])
  ) {
  margin-top: 32px;
}
.p-editable-content
  > *
  + :is(
    .c-box-border,
    .p-editable-content blockquote,
    .c-box-fill,
    blockquote
  ) {
  margin-top: 24px;
}
.p-editable-content
  > :is(.c-box-border, .p-editable-content blockquote, .c-box-fill, blockquote)
  + :is(
    .c-box-border,
    .p-editable-content blockquote,
    .c-box-fill,
    blockquote
  ) {
  margin-top: 20px;
}
.p-editable-content > * + :is(.footnote, table, .c-list-notice),
.p-editable-content
  > :is(h5:not([class*="c-hdg"]), h6:not([class*="c-hdg"]))
  + * {
  margin-top: 20px;
}
.p-editable-content > * + :is(img, figure),
.p-editable-content > :is(img, figure) + * {
  margin-top: 44px;
}
.p-editable-content h5,
.p-editable-content h6 {
  font-weight: 700;
  font-size: 1rem;
}
.p-editable-content strong {
  font-weight: 700;
}
.p-editable-content em {
  color: var(--rheosred);
}
.p-editable-content small,
.p-editable-content .small {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-editable-content hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: var(--border-gray);
}
.p-editable-content p {
  font-size: 16px;
  line-height: 1.6;
}
.p-editable-content p.p-news-info__text + .p-news-info__text {
  margin-top: 8px;
}
.p-editable-content p.p-news-info__text-end {
  text-align: right;
  margin-top: 20px;
}
.p-editable-content p.footnote {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-gray);
  text-indent: -1em;
  padding-left: 1em;
}
.p-editable-content p.footnote::before {
  content: "※";
  font-size: 1em;
  text-indent: 0;
  display: inline-block;
  width: 1em;
}
:lang(en) .p-editable-content p.footnote {
  text-indent: -0.5em;
}
:lang(en) .p-editable-content p.footnote::before {
  content: "*";
  width: 0.5em;
  text-indent: 0;
}
.p-editable-content p.footnote + .footnote {
  margin-top: 20px;
}
.p-editable-content > :is(img, figure) {
  margin-left: 0;
  margin-right: 0;
}
.p-editable-content figure > img {
  margin-top: 0;
}
.p-editable-content figure figcaption {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-gray);
}
.p-editable-content figure.mt-figure-center figcaption {
  text-align: center;
}
.p-editable-content figure figcaption + *,
.p-editable-content figure * + figcaption {
  margin-top: 4px;
}
.p-editable-content iframe {
  aspect-ratio: 16/9;
}
.p-editable-content a {
  color: var(--text-gray);
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
  word-break: break-all;
}
.p-editable-content a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: var(--text-gray);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-editable-content a[href$=".pdf"]::after {
  content: "PDF";
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: 3px;
}
.p-editable-content a:has(img)[target="_blank"]:not([href$=".pdf"])::after,
.p-editable-content a:has(img)[href$=".pdf"]::after {
  content: none;
  display: none;
}
.p-editable-content a:has(img) img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-editable-content a:has(img):hover img {
  opacity: 0.7;
}
.p-editable-content table:not([class*="c-table"]) {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  vertical-align: middle;
  width: 100%;
}
.p-editable-content table:not([class*="c-table"]) tr[style*="height"] {
  height: auto !important;
}
.p-editable-content table:not([class*="c-table"]) th,
.p-editable-content table:not([class*="c-table"]) td {
  padding: 12px;
}
.p-editable-content table:not([class*="c-table"]) th[style*="width"],
.p-editable-content table:not([class*="c-table"]) td[style*="width"] {
  width: auto !important;
}
.p-editable-content table:not([class*="c-table"]) th[style*="height"],
.p-editable-content table:not([class*="c-table"]) td[style*="height"] {
  height: auto !important;
}
.p-editable-content table:not([class*="c-table"]) th {
  border: 1px solid var(--border-gray);
  background-color: #f2f2f2;
}
.p-editable-content table:not([class*="c-table"]) td {
  border: 1px solid var(--border-gray);
  width: auto;
}
.p-editable-content table:not([class*="c-table"]) td > * + * {
  margin-top: 20px;
}
.p-editable-content table:not([class*="c-table"]) td p.footnote {
  margin-top: 0;
}
.p-editable-content .box {
  background-color: var(--bg);
  padding: 20px;
  width: 100%;
  margin-top: 32px;
}
.p-editable-content .box *:first-child {
  margin-top: 0;
}
.p-editable-content .box__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.p-editable-content .box__tel {
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
  font-family: Hind, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.p-editable-content .box__tel small {
  font-weight: 700;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.p-editable-content .box__hrs {
  margin-top: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-gray);
  margin-left: 12px;
}
.p-oth-article li .p-editable-content .box,
.p-news-article li .p-editable-content .box {
  margin-left: -22px;
  width: calc(100% + 22px);
}
.p-oth-article li .p-editable-content .box + .box,
.p-news-article li .p-editable-content .box + .box {
  margin-top: 16px;
}
.p-oth-article li:not(:last-child) .p-editable-content .box:last-child,
.p-news-article li:not(:last-child) .p-editable-content .box:last-child {
  margin-bottom: 32px;
}
.p-editable-content .contactDtls {
  background-color: #faf7f5;
  padding: 20px;
  width: 100%;
  margin-top: 32px;
}
.p-editable-content .contactDtls *:first-child {
  margin-top: 0;
}
.p-editable-content .contactDtls__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.p-editable-content .contactDtls__tel {
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
  font-family: Hind, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.p-editable-content .contactDtls__tel small {
  font-weight: 700;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.p-editable-content .contactDtls__hrs {
  margin-top: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-gray);
  margin-left: 12px;
}
article li .p-editable-content .contactDtls {
  margin-left: -22px;
  width: calc(100% + 22px);
}
article li .p-editable-content .contactDtls + .contactDtls {
  margin-top: 16px;
}
article li:not(:last-child) .p-editable-content .contactDtls:last-child {
  margin-bottom: 32px;
}
.p-fund-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.p-fund-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 120px;
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--white);
}
.p-fund-list > li > span {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}
.p-fund-list > li small {
  font-size: 1rem;
  color: var(--text-gray);
}
.p-hifumi-series {
  width: 1120px;
  border-collapse: collapse;
}
.p-hifumi-series th,
.p-hifumi-series td {
  border: 1px solid var(--border-gray);
  background-color: var(--white);
}
.p-hifumi-series thead th {
  padding: 8px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  background-color: var(--rheosred);
}
.p-hifumi-series thead .product {
  width: 37.5%;
}
.p-hifumi-series thead .product.-direct {
  width: 30%;
}
.p-hifumi-series thead .product.-indirect {
  width: 55%;
}
.p-hifumi-series tbody th {
  text-align: center;
  vertical-align: middle;
  padding: 52px 2px;
  white-space: nowrap;
  background-color: var(--smoke);
}
.p-hifumi-series tbody th mark {
  background: none;
  font-size: 1rem;
  line-height: 1.625;
  display: inline-block;
}
.p-hifumi-series tbody th mark.toushin {
  border-bottom: 4px solid #e85382;
}
.p-hifumi-series tbody th mark.world {
  border-bottom: 4px solid #6abc78;
}
.p-hifumi-series tbody th mark.marugoto {
  border-bottom: 4px solid #ffaf00;
}
.p-hifumi-series tbody th mark.light {
  border-bottom: 4px solid #4cb7c6;
}
.p-hifumi-series tbody th mark.microscope {
  border-bottom: 4px solid #956f29;
}
.p-hifumi-series tbody .product {
  padding-left: 24px;
  padding-right: 24px;
}
.p-hifumi-series tbody td {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
.p-hifumi-series tbody td .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.p-hifumi-series tbody td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.p-hifumi-series tbody td a .desc {
  color: var(--black);
}
.p-hifumi-series tbody .product.none {
  position: relative;
}
.p-hifumi-series tbody .product.none::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin: auto;
  background-color: var(--black);
}
.p-index-buttons + * {
  margin-top: 72px;
}
.p-index-buttons__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.p-index-buttons__item {
  width: 100%;
}
.p-index-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.p-index-tile__item {
  width: 100%;
}
.p-index-tile__img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-index-tile__img img,
.p-index-tile__img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 336/224;
}
.p-index-tile__img + .c-btn-icolink-small {
  margin-top: 24px;
}
.p-index-tile__img.-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-index-tile .c-btn-icolink-small + .p-index-tile__desc {
  margin-top: 12px;
}
.p-index-tile__desc {
  color: var(--textblack);
}
.p-index-tile__link[target="_blank"] .c-btn-icolink-small__arr,
.p-index-tile__link[target="_blank"] .c-btn-icolink-small__arr-hover {
  display: none;
}
.p-index-tile__link[target="_blank"] .c-btn-icolink-small__text::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.p-interview-header {
  overflow: hidden;
  position: relative;
}
.p-interview-header--group .p-interview-header__inner {
  padding-bottom: 0;
}
.p-interview-header--group .p-interview-header__inner::before {
  content: none;
}
.p-interview-header__inner {
  position: relative;
  margin: 0 auto;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background-image: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 89.3333333333vw 1px;
}
.p-interview-header__ttl {
  position: relative;
  padding-top: 34px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-interview-header__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 6px;
  display: block;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
  border-radius: 100vmax;
}
.p-interview-header__ttl[data-label] {
  padding-top: 34px;
}
.p-interview-header__ttl[data-label]::before {
  top: 7px;
}
.p-interview-header__ttl[data-label]::after {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Hind, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--rheosred);
}
.p-interview-header__ttl > span {
  display: block;
}
.p-interview-header__ttl .sub {
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.p-interview-header__info {
  margin-top: 13px;
}
.p-interview-header__name {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
.p-interview-header__name .jp {
  margin-right: 5px;
}
.p-interview-header__name .en {
  display: inline-block;
  font-size: 0.875rem;
  font-family: Hind, sans-serif;
  font-weight: 500;
}
.p-interview-header__joined {
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-interview-header__year {
  position: relative;
  margin-left: 4px;
  padding-left: 8px;
}
.p-interview-header__year::before {
  content: "";
  display: block;
  position: absolute;
  inset: 2px auto 0 0;
  width: 1px;
  height: 14px;
  margin: auto;
  background-color: var(--border-gray);
}
.p-interview-header__mv {
  margin-top: 56px;
}
.p-interview-header__mv img {
  width: 100%;
  height: auto;
}
.p-interview-header__detail {
  width: 89.3333333333vw;
  margin-top: 40px;
}
.p-interview-header__detail > h3 {
  color: var(--rheosred);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  font-family: Hind, sans-serif;
}
.p-interview-header__detail > p {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-interview-header__detail > p strong {
  font-size: 1.125rem;
  line-height: 1.5;
}
.p-interview-header__detail > p + p {
  margin-top: 16px;
}
.p-interview-header__detail + .p-interview-header__profile {
  margin-top: 64px;
}
.p-interview-header__profile {
  margin-top: 48px;
  width: 89.3333333333vw;
}
.p-interview-header__profile > h3 {
  color: var(--rheosred);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  font-family: Hind, sans-serif;
}
.p-interview-header__profile > p {
  font-size: 1rem;
  line-height: 1.5;
}
.p-interview-header__profile > :not(.p-interview-profile) {
  margin-top: 12px;
}
.p-interview-header__profile > :not(.p-interview-profile):last-child {
  padding-bottom: 40px;
}
.p-interview-header__profile > ul {
  margin-top: 22px;
}
.p-interview-header__profile > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border-top: 1px solid var(--border-gray);
  padding: 24px 0 20px;
}
.p-interview-header__profile > ul li .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
}
.p-interview-header__profile > ul li h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-interview-header__profile > ul li h4 + p {
  margin-top: 0;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-interview-header__profile > ul li h4 + p span + span {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
.p-interview-header__profile > ul li h4 + p span + span::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background-color: var(--border-gray);
}
.p-interview-header__profile > ul li p {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-interview-header__profile > ul li:last-child {
  border-bottom: 1px solid var(--border-gray);
}
.p-interview-list {
  width: 89.3333333333vw;
  margin: 0 auto;
}
.l-index__header + .p-interview-list {
  margin-top: 40px;
}
.p-interview-list__img {
  overflow: hidden;
}
.p-interview-list__category {
  margin-top: 20px;
  color: var(--rheosred);
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-interview-list__ttl {
  margin-top: 12px;
  color: var(--textblack);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-interview-list__ttl > span {
  border-bottom: 1px solid var(--textblack);
}
.p-interview-list__name {
  opacity: 0.5;
  margin-top: 12px;
  color: var(--textblack);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-interview-main {
  position: relative;
  width: 89.3333333333vw;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 56px;
}
.p-interview-main__body > * + * {
  margin-top: 24px;
}
.p-interview-main__body > * + h1,
.p-interview-main__body > * + h2 {
  margin-top: 72px;
}
.p-interview-main__body > * + h3 {
  margin-top: 32px;
}
.p-interview-main__body > h1,
.p-interview-main__body > h2 {
  position: relative;
  padding-left: 16px;
  color: var(--rheosred);
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-interview-main__body > h1::before,
.p-interview-main__body > h2::before {
  content: "“";
  position: absolute;
  top: -7px;
  left: -3px;
  font-size: 1.875rem;
}
.p-interview-main__body > h1::after,
.p-interview-main__body > h2::after {
  content: "”";
  position: absolute;
  margin-top: -2px;
  margin-left: 1px;
  font-size: 1.875rem;
}
.p-interview-main__body > h3 {
  position: relative;
  padding-left: 24px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-interview-main__body > h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: var(--border-gray);
}
.p-interview-main__body > iframe {
  max-width: 100%;
}
.p-interview-main__body > iframe[src*="youtube"],
.p-interview-main__body > iframe[src*="youtu.be"],
.p-interview-main__body > iframe[src*="vimeo"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-interview-main__body > p img,
.p-interview-main__body > figure {
  margin-top: 36px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}
.p-interview-main__body > h4,
.p-interview-main__body > h5,
.p-interview-main__body > h6 {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
}
.p-interview-main__body > p,
.p-interview-main__body > ul,
.p-interview-main__body > ol {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
}
.p-interview-main__body > p b,
.p-interview-main__body > p strong,
.p-interview-main__body > ul b,
.p-interview-main__body > ul strong,
.p-interview-main__body > ol b,
.p-interview-main__body > ol strong {
  color: var(--rheosred);
}
.p-interview-main__body ul,
.p-interview-main__body ol {
  padding-left: 40px;
}
.p-interview-main__body ul li {
  list-style: initial;
}
.p-interview-main__body ol li {
  list-style: decimal;
}
.p-interview-main__body a {
  color: var(--black);
  text-decoration: underline;
}
.p-interview-main__body > .mt-figure {
  display: block !important;
}
.p-interview-main__body > figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-interview-main__body > figure figcaption {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-gray);
  text-align: center;
}
.p-interview-main__body > figure figcaption + *,
.p-interview-main__body > figure * + figcaption {
  margin-top: 4px;
}
.p-interview-main__section + .p-interview-main__section {
  margin-top: 72px;
}
.p-interview-main__section > * {
  margin: 0;
}
.p-interview-main__section > * + * {
  margin-top: 24px;
}
.p-interview-main__section h2 {
  position: relative;
  padding-left: 16px;
  color: var(--rheosred);
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-interview-main__section h2::before {
  content: "“";
  position: absolute;
  top: -7px;
  left: -3px;
  font-size: 1.875rem;
}
.p-interview-main__section h2::after {
  content: "”";
  position: absolute;
  margin-top: -2px;
  margin-left: 1px;
  font-size: 1.875rem;
}
.p-interview-main__section h3,
.p-interview-main__section .interviewee {
  position: relative;
  padding-left: 24px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-interview-main__section h3::before,
.p-interview-main__section .interviewee::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: var(--border-gray);
}
.p-interview-main__section * + h3,
.p-interview-main__section * + .interviewee {
  margin-top: 32px;
}
.p-interview-main__section img + *,
.p-interview-main__section figure + * {
  margin-top: 32px;
}
.p-interview-main__section p {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
}
.p-interview-main__section p b {
  color: var(--rheosred);
}
.p-interview-main__section a {
  color: var(--black);
  text-decoration: underline;
}
.p-interview-main__section figcaption {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-gray);
  text-align: center;
}
.p-interview-main__section figcaption + *,
.p-interview-main__section * + figcaption {
  margin-top: 4px;
}
.p-interview-main__section .note {
  position: relative;
  margin-top: 32px;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.5;
}
.p-interview-main__section .note::before {
  content: "※";
  font-size: 1em;
  position: absolute;
  margin-left: -1em;
}
.p-interview-main__back {
  margin-top: 72px;
}
.p-interview-main__backbtn {
  margin: 0 auto;
}
.p-interview-other {
  position: relative;
  width: 89.3333333333vw;
  margin: 0 auto;
  padding-top: 56px;
}
.p-interview-other::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
}
.p-interview-other__text {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.p-interview-other__list {
  margin-top: 32px;
}
.p-interview-other__img {
  overflow: hidden;
}
.p-interview-other__category {
  margin-top: 20px;
  color: var(--rheosred);
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-interview-other__ttl {
  margin-top: 12px;
  color: var(--textblack);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-interview-other__ttl > span {
  border-bottom: 1px solid var(--textblack);
}
.p-interview-other__name {
  opacity: 0.5;
  margin-top: 12px;
  color: var(--textblack);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-interview-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border-top: 1px solid var(--border-gray);
  padding: 24px 0 20px;
  margin-top: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-interview-profile + .p-interview-profile {
  margin-top: 0;
}
.p-interview-profile .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.p-interview-profile .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-interview-profile .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.p-interview-profile .content .name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-interview-profile .content .position,
.p-interview-profile .content .period {
  display: inline-block;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-interview-profile .content .position + .period {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
.p-interview-profile .content .position + .period:empty {
  display: none;
}
.p-interview-profile .content .position + .period::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background-color: var(--border-gray);
}
.p-interview-profile .content * + .body {
  margin-top: 10px;
}
.p-interview-profile .content .body {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-interview-profile:last-child {
  border-bottom: 1px solid var(--border-gray);
}
.p-interview-slide__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-interview-slide__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.p-interview-slide__count p {
  padding-top: 4px;
  font-family: Hind, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
}
.p-interview-slide__count .current {
  padding-right: 30px;
  color: var(--rheosred);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--black)),
    to(var(--black))
  );
  background-image: linear-gradient(var(--black), var(--black));
  background-position: right center;
  background-size: 20px 2px;
  background-repeat: no-repeat;
}
.p-interview-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-left: 1px solid var(--border-gray);
  padding-left: 20px;
  margin-left: 20px;
}
.p-interview-slide .splide__arrow {
  background: none;
  position: relative;
  opacity: 1;
  top: auto;
  -webkit-transform: none;
  transform: none;
  width: 36px;
  height: 36px;
}
.p-interview-slide .splide__arrow--prev {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  left: auto;
}
.p-interview-slide .splide__arrow--next {
  right: auto;
}
.p-interview-slide .splide__arrow .arrow-default,
.p-interview-slide .splide__arrow .arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-interview-slide .splide__arrow .arrow-default {
  z-index: 1;
}
.p-interview-slide .splide__arrow .arrow-hover {
  z-index: 2;
  opacity: 0;
}
.p-interview-slide .splide__track {
  overflow: visible;
}
.p-interview-slide__item {
  position: relative;
}
.p-interview-slide__item::before {
  content: "MEMBER INTERVIEW";
  display: block;
  font-size: 0.625rem;
  font-family: Hind, sans-serif;
  line-height: 1;
  font-weight: 700;
  color: var(--rheosred);
}
.p-interview-slide__item--special::before {
  content: "SPECIAL INTERVIEW";
}
.p-interview-slide__item--founder::before {
  content: "FOUNDER INTERVIEW";
}
.p-interview-slide__item[data-category]::before {
  content: attr(data-category);
}
.p-interview-slide__photo {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-interview-slide__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.p-interview-slide__info {
  position: relative;
  padding-top: 20px;
  padding-right: 32px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-interview-slide__title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
}
.p-interview-slide__name {
  color: var(--text-gray);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-interview {
  position: relative;
}
.p-interview::before {
  content: attr(data-label);
  position: absolute;
  right: -4px;
  top: 0;
  font-family: Hind, sans-serif;
  font-size: 2.875rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  margin-top: -1em;
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: calc(100% - 0.5em) 0.5em;
  transform-origin: calc(100% - 0.5em) 0.5em;
}
.p-ir-calendar__image {
  margin: 0 auto 48px;
}
.p-ir-calendar__image img {
  width: 100%;
  height: auto;
}
.p-ir-calendar__list {
  border-top: 1px solid var(--border-gray);
}
.p-ir-calendar__item {
  border-bottom: 1px solid var(--border-gray);
  padding-top: 20px;
  padding-bottom: 28px;
}
.p-ir-calendar__year {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--rheospink);
}
.p-ir-calendar__detail > div + div {
  margin-top: 24px;
}
.p-ir-calendar__detail dt,
.p-ir-calendar__detail dd {
  font-size: 1rem;
  line-height: 1.6;
}
.p-ir-calendar__detail dt {
  position: relative;
  font-weight: 500;
}
.p-ir-calendar__detail dt::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: var(--rheosred);
}
.p-ir-calendar__detail dt + dd {
  margin-top: 10px;
}
.p-ir-calendar__detail dd {
  font-weight: 500;
}
.p-ir-calendar__detail dd + dd {
  margin-top: 4px;
}
.p-ir-calendar__detail a {
  color: var(--text-gray);
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
}
.p-ir-calendar__detail a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: var(--text-gray);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-ir-calendar th,
.p-ir-calendar td {
  text-align: left;
}
.p-ir-calendar th > *,
.p-ir-calendar td > * {
  margin: 0;
}
.p-ir-calendar th > * + :is(p, ul, ol, dl),
.p-ir-calendar td > * + :is(p, ul, ol, dl) {
  margin-top: 20px;
}
.p-ir-calendar th a,
.p-ir-calendar td a {
  color: var(--rheosred);
  text-decoration: underline;
}
.p-ir-calendar th a[target="_blank"]::after,
.p-ir-calendar td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/common/ico_blank_b_re.svg);
  background-size: contain;
}
.p-ir-calendar th .office dt + dd,
.p-ir-calendar td .office dt + dd {
  margin-top: 8px;
}
.p-ir-calendar + .c-list-notice {
  margin-top: 20px;
}
.p-ir-index-grid > .item {
  overflow: hidden;
  border-radius: 2.6666666667vw;
  background-color: var(--white);
  border: 1px solid var(--border-gray);
}
.p-ir-index-grid > .item.-library {
  grid-area: library;
  padding: 16px 16px 32px;
}
.p-ir-index-grid > .item.-library .image {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
.p-ir-index-grid > .item.-library .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 328/120;
}
.p-ir-index-grid > .item:not(.-library) .c-btn-icolink-small {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 24px 28px 24px 20px;
}
.p-ir-index-grid > .item:not(.-library) .c-btn-icolink-small__round {
  margin-left: auto;
}
.p-ir-index-grid > .item .c-btn-icolink-small__text {
  position: relative;
  padding-left: 24px;
}
.p-ir-index-grid > .item .c-btn-icolink-small__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 32px;
  display: block;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(0deg, #185383 6.25%, #809eb7 100%);
  border-radius: 100vmax;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-ir-index-grid .sublist {
  padding-left: 24px;
  margin-top: 16px;
}
.p-ir-index-grid .sublist .subitem {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-ir-index-grid .sublist .subitem + .subitem {
  margin-top: 0.5em;
}
.p-ir-investors-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2.6666666667vw;
}
.p-ir-investors-banner > a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.p-ir-investors-banner > a img {
  display: block;
  width: 100%;
  height: auto;
}
.p-ir-investors-banner > a .c-btn-icolink {
  position: absolute;
  right: 5.3333333333vw;
  bottom: 5.3333333333vw;
}
.p-ir-mailnews {
  background-color: var(--bg);
}
.p-ir-mailnews input[type="text"],
.p-ir-mailnews input[type="email"],
.p-ir-mailnews input[type="password"] {
  background-color: var(--smoke);
  color: var(--textblack);
  border: 1px solid var(--border-gray);
}
.p-ir-mailnews .mail {
  position: relative;
}
.p-ir-mailnews .mail input[type="email"] {
  width: 100%;
}
.p-ir-mailnews .mail.is-invalid,
.p-ir-mailnews .mail.is-empty {
  margin-bottom: calc(1.125em + 4px);
}
.p-ir-mailnews .mail.is-invalid::after,
.p-ir-mailnews .mail.is-empty::after {
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--rheosred);
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-ir-mailnews .mail.is-invalid::after {
  content: "メールアドレスの形式で入力してください";
}
.p-ir-mailnews .mail.is-empty::after {
  content: "メールアドレスを入力してください";
}
.p-ir-mailnews .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-ir-mailnews .category > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-ir-mailnews .category > li input[type="checkbox"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid var(--border-gray);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  accent-color: var(--rheosred);
}
.p-ir-mailnews .category > li label {
  display: inline-block;
  position: relative;
  color: var(--text-gray);
  font-weight: 700;
}
.p-ir-mailnews .category.is-invalid {
  margin-bottom: calc(1.125em + 4px);
}
.p-ir-mailnews .category.is-invalid::after {
  content: "ご希望のコンテンツを選択してください";
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--rheosred);
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-ir-mailnews .agree {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-ir-mailnews .agree input[type="checkbox"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid var(--border-gray);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  accent-color: var(--rheosred);
}
.p-ir-mailnews .agree input[type="radio"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid var(--border-gray);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  accent-color: var(--rheosred);
}
.p-ir-mailnews .agree label {
  display: inline-block;
  position: relative;
  color: var(--textblack);
}
.p-ir-mailnews .agree label a {
  color: var(--text-gray);
}
.p-ir-mailnews .agree.is-invalid {
  margin-bottom: calc(1.125em + 4px);
}
.p-ir-mailnews .agree.is-invalid::after {
  content: "「個人情報保護宣言」をご確認の上、チェックボックスを選択してください";
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--rheosred);
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-ir-mailnews .submit.c-btn-main--lg {
  background-color: var(--white);
}
.p-ir-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-ir-message__ttl {
  position: relative;
  padding-top: 18px;
  color: var(--rheosred);
  font-size: 1.75rem;
  line-height: 1.5;
}
.p-ir-message__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.03em;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background-image: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
}
.p-ir-message__body p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-ir-message__body p + * {
  margin-top: 16px;
}
.p-ir-message__info {
  position: relative;
}
.p-ir-message__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: var(--border-gray);
}
.p-ir-message__position {
  font-size: 0.875rem;
  line-height: 1.75;
}
.p-ir-message__name {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-ir-message__img {
  overflow: hidden;
}
.p-ir-section.-index {
  margin-top: 56px;
}
.p-ir-section.-index + .p-ir-section.-index {
  margin-top: 64px;
}
.p-ir-section + * {
  margin-top: 32px;
}
.p-ir-section > * + * {
  margin-top: 24px;
}
.p-ir-section a:not([class^="c-btn"]) {
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--black);
}
.p-ir-section .eirHeading.s_eirHeading {
  position: relative;
  padding-top: 18px;
  font-size: 1.75rem;
  line-height: 1.5;
}
.p-ir-section .eirHeading.s_eirHeading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 6px;
  display: block;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
  border-radius: 100vmax;
}
.p-ir-section .eirHeading.s_eirHeading + * {
  margin-top: 28px;
}
.p-ir-section .s_eirList {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border-gray);
}
.p-ir-section .s_eirList .s_eirList_item {
  margin-top: 0;
  border-top: 0;
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
  padding: 28px 0;
}
.p-ir-section .s_eirList .s_eirList_item > * {
  margin-left: 0;
}
.p-ir-section .s_eirList .s_eirModule_category {
  width: 126px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 0;
  margin-right: 12px;
}
.p-ir-section .s_eirList .s_eirModule_category_icon {
  width: 126px;
  height: 28px;
  font-weight: 700;
  background-color: var(--rheosred);
  color: var(--white);
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
:lang(en) .p-ir-section .s_eirList .s_eirModule_category_icon {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.75rem;
}
.p-ir-section .s_eirList .s_eirList_item_date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 120px;
}
.p-ir-section .s_eirList .s_eirModule_date_time {
  font-weight: 400;
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.3;
  font-family: Hind, sans-serif;
}
.p-ir-section .s_eirList .eirItem_title_link {
  text-decoration: none;
  border: none;
}
.p-ir-section .s_eirList .s_eirModule_type_icon-pdf {
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: 3px;
}
.p-ir-section .s_eirList .s_eirModule_size_item {
  font-weight: 400;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: Hind, sans-serif;
}
.p-ir-section .s_eirList .eirItem_comment {
  margin-top: 8px;
}
.p-ir-section .s_eirList .eirItem_comment .s_eirModule_comment_item {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-ir-section .yearController.s_yearController {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.p-ir-section .yearController.s_yearController::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1f1f1f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  pointer-events: none;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 8px 2px, 2px 8px;
  background-repeat: no-repeat;
  background-position: center center, center center;
}
.p-ir-section .yearController.s_yearController .s_eirSelect {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--black);
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  background: none;
  font-size: 1rem;
  font-weight: 700;
  font-family: Hind, sans-serif;
  cursor: pointer;
}
.p-ir-section .yearController.s_yearController .s_eirSelect:focus-visible {
  outline-color: var(--rheosred);
}
.p-ir-section .eir_pdfNote.s_eirBlock {
  margin-top: 48px;
}
.p-ir-section .eir_pdfNote.s_eirBlock .eir_pdfNote_item {
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-ir-section .newsTypeController.s_newsTypeController {
  margin-bottom: 40px;
}
.p-ir-section .newsTypeController.s_newsTypeController .s_eirTab .activeTarget {
  border: none;
}
.p-ir-section
  .newsTypeController.s_newsTypeController
  .s_eirTab
  .activeTarget
  a {
  font-weight: 700;
  background-color: var(--white);
  color: var(--rheosred);
  border: 2px solid var(--rheosred);
}
.p-ir-section
  .newsTypeController.s_newsTypeController
  .s_eirTab
  .activeTarget.active
  a {
  background-color: var(--rheosred);
  color: var(--white);
}
.p-ir-section .eir_pnexNote .eir_pnexNote_item,
.p-ir-section .eir_pnexNote .eir_yuhoNote_item,
.p-ir-section .eir_pnexNote .qirBox_pnexNote_text,
.p-ir-section .eir_yuhoNote .eir_pnexNote_item,
.p-ir-section .eir_yuhoNote .eir_yuhoNote_item,
.p-ir-section .eir_yuhoNote .qirBox_pnexNote_text,
.p-ir-section .qirBox_pnexNote .eir_pnexNote_item,
.p-ir-section .qirBox_pnexNote .eir_yuhoNote_item,
.p-ir-section .qirBox_pnexNote .qirBox_pnexNote_text {
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-ir-section .eir_pnexNote .eir_pnexNote_item a,
.p-ir-section .eir_pnexNote .eir_yuhoNote_item a,
.p-ir-section .eir_pnexNote .qirBox_pnexNote_text a,
.p-ir-section .eir_yuhoNote .eir_pnexNote_item a,
.p-ir-section .eir_yuhoNote .eir_yuhoNote_item a,
.p-ir-section .eir_yuhoNote .qirBox_pnexNote_text a,
.p-ir-section .qirBox_pnexNote .eir_pnexNote_item a,
.p-ir-section .qirBox_pnexNote .eir_yuhoNote_item a,
.p-ir-section .qirBox_pnexNote .qirBox_pnexNote_text a {
  color: var(--text-gray);
}
.p-ir-section .eir_pnexNote .eir_pnexNote_item-right a,
.p-ir-section .eir_pnexNote .pnexIcon a,
.p-ir-section .eir_yuhoNote .eir_pnexNote_item-right a,
.p-ir-section .eir_yuhoNote .pnexIcon a,
.p-ir-section .qirBox_pnexNote .eir_pnexNote_item-right a,
.p-ir-section .qirBox_pnexNote .pnexIcon a {
  border: none;
}
.p-ir-section .qirContent_graph .highcharts-background {
  fill: var(--white);
}
.p-ir-section .qirContent_graph .highcharts-series-0 .highcharts-point {
  fill: #e7bba6;
}
.p-ir-section .qirContent_graph .highcharts-series-0 .highcharts-graph {
  stroke: #e7bba6;
}
.p-ir-section .qirContent_graph .highcharts-series-1 .highcharts-point {
  fill: #d2776a;
}
.p-ir-section .qirContent_graph .highcharts-series-1 .highcharts-graph {
  stroke: #d2776a;
}
.p-ir-section .qirContent_graph .highcharts-series-2 .highcharts-point {
  fill: #cb5e4f;
}
.p-ir-section .qirContent_graph .highcharts-series-2 .highcharts-graph {
  stroke: #cb5e4f;
}
.p-ir-section .qirContent_graph .highcharts-series-3 .highcharts-point {
  fill: var(--rheosred);
}
.p-ir-section .qirContent_graph .highcharts-series-3 .highcharts-graph {
  stroke: var(--rheosred);
}
.p-ir-section .qirContent_graph + .qirContent_legend {
  margin-top: 5px;
}
.p-ir-section
  .qirContent_legend_list_item:first-child
  .qirContent_legend_label_shape {
  background-color: #e7bba6 !important;
}
.p-ir-section
  .qirContent_legend_list_item:nth-child(2)
  .qirContent_legend_label_shape {
  background-color: #d2776a !important;
}
.p-ir-section
  .qirContent_legend_list_item:nth-child(3)
  .qirContent_legend_label_shape {
  background-color: #cb5e4f !important;
}
.p-ir-section
  .qirContent_legend_list_item:nth-child(4)
  .qirContent_legend_label_shape {
  background-color: var(--rheosred) !important;
}
.p-ir-section .qir .qirContent_table td {
  background-color: var(--white);
}
.p-ir-section .qir .qirContent_table table,
.p-ir-section .qir .qirContent_table th,
.p-ir-section .qir .qirContent_table td {
  border-color: var(--border-gray);
}
.p-ir-section .qir .qirContent_table thead th,
.p-ir-section .qir .qirContent_table tbody th {
  background-color: #f2f2f2;
  color: var(--black);
}
.p-ir-section .qirBox_carefulNote_title {
  font-weight: bold;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-ir-section .qirBox_asteriskNote,
.p-ir-section .qirBox_carefulNote_list,
.p-ir-section .qirContent_note_list {
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-jobtype-list__item {
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid var(--border-gray);
}
.p-jobtype-list__item a {
  display: block;
  color: var(--black);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 16px 2.6666666667vw;
}
.p-jobtype-list__item a span {
  font-size: 0.875rem;
}
.p-kpi > * + * {
  margin-top: 24px;
}
.p-kpi > .p-subsection {
  margin-top: 24px;
}
.p-kpi > .p-subsection p {
  line-height: 1.8;
}
.p-kpi > .p-subsection > .p-division {
  margin-top: 40px;
}
.p-kpi > .p-subsection + .p-subsection {
  margin-top: 32px;
}
.p-kpi + * {
  margin-top: 32px;
}
.p-more-button {
  margin-top: 32px;
  text-align: right;
}
.p-nav-anchor.-ir {
  margin-top: 40px;
}
.p-nav-anchor.-ir + * {
  margin-top: 64px;
}
.p-news-article-sns {
  z-index: 10;
}
.p-news-article-sns__ico .l-sns__icoLink {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-article {
  padding-top: 32px;
}
.p-news-article__main {
  position: relative;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border-gray);
}
.p-news-article__main::before {
  content: "NEWS";
  position: absolute;
  top: -78px;
  right: -5px;
  display: block;
  white-space: nowrap;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 79.2px;
  font-weight: 300;
  letter-spacing: -0.01em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -moz-background-clip: text;
  -moz-text-fill-color: rgba(0, 0, 0, 0);
}
.p-news-article__headerinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-news-article__label {
  display: block;
  width: 126px;
  height: 28px;
  font-weight: 700;
  background-color: var(--rheosred);
  color: var(--white);
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 3px;
}
.p-news-article__date {
  display: block;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: var(--text-gray);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  padding-top: 4px;
  font-size: 1rem;
  line-height: 1.3;
}
.p-news-article__mainhdg {
  margin-bottom: 32px;
  margin-top: 24px;
}
.p-news-article__linkwrapper:last-child {
  margin-bottom: 72px;
}
.p-news-article__btn {
  margin: 0 auto;
}
.p-news-controls {
  position: relative;
}
.p-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news-list__item {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
}
.p-news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  text-decoration: none;
}
.p-news-list__item a[target="_blank"]:not([href$=".pdf"]) .text::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  background-color: var(--black);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-news-list__item a[href$=".pdf"] .text::after {
  content: "PDF";
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 8px;
  vertical-align: 3px;
}
.p-news-list__item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  text-decoration: none;
}
.p-news-list__item .category {
  width: 126px;
  height: 28px;
  font-weight: 700;
  background-color: var(--rheosred);
  color: var(--white);
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-news-list__item .date {
  font-weight: 400;
  color: var(--text-gray);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  padding-top: 4px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: Hind, sans-serif;
}
.p-news-list__item .text {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--black);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-news-list__item .text.-disc {
  font-weight: 500;
}
.p-news-list__item .text.-disc::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  vertical-align: baseline;
  background-color: var(--rheosred);
}
.p-news-tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-news-tablist__item {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 700;
  border: none;
  padding: 0;
  white-space: nowrap;
}
.p-news-tablist__item.is-selected {
  color: var(--rheosred);
}
.p-news-tablist__item.is-selected > span::after {
  opacity: 1;
}
.p-news-tablist__item > span {
  font-size: 1rem;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.p-news-tablist__item > span::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--rheosred);
  margin-top: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news__header {
  margin-left: auto;
  margin-right: auto;
}
.p-news__header.p-news__header--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-news__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-news__body {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-notfound__linkwrapper {
  margin-top: 56px;
}
.p-office-slide .splide__track {
  overflow: visible;
  width: 64vw;
  margin-right: auto;
}
.p-office-slide__item {
  position: relative;
}
.p-office-slide__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-office-slide__control {
  position: relative;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--border-gray)),
    to(var(--border-gray))
  );
  background-image: linear-gradient(var(--border-gray), var(--border-gray));
  background-size: 100% 2px;
  background-position: left center;
  background-repeat: no-repeat;
}
.p-office-slide__control .indicator {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  display: block;
  z-index: 1;
  width: 0;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #809eb7),
    to(#185383)
  );
  background: linear-gradient(90deg, #809eb7 6.25%, #185383 100%);
}
.p-office-slide__control input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  height: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}
.p-office-slide__control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: var(--rheosred);
  background-clip: content-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-office-slide__control input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: var(--rheosred);
  background-clip: content-box;
  box-shadow: none;
}
.p-officer-list {
  display: grid;
  gap: 32px 5.3333333333vw;
  grid-template-columns: repeat(2, 1fr);
}
.p-officer-list__item a {
  cursor: pointer;
}
.p-officer-list__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-officer-list__img::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  width: 28px;
  height: 28px;
  background-color: var(--white);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--black)),
      to(var(--black))
    ),
    -webkit-gradient(linear, left top, left bottom, from(var(--black)), to(var(--black)));
  background-image: linear-gradient(var(--black), var(--black)),
    linear-gradient(var(--black), var(--black));
  background-position: center center;
  background-size: 10px 2px, 2px 10px;
}
.p-officer-list__img::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-color: var(--rheosred);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--white)),
      to(var(--white))
    ),
    -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
  background-image: linear-gradient(var(--white), var(--white)),
    linear-gradient(var(--white), var(--white));
  background-position: center center;
  background-size: 10px 2px, 2px 10px;
}
.p-officer-list__img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.case-slider img {
  height: 500px;
  object-fit: cover;
}
.p-officer-list__img + * {
  margin-top: 10px;
}
.p-officer-list__title {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-gray);
  letter-spacing: -0.05em;
}
.p-officer-list__title:lang(en) {
  letter-spacing: 0;
}
.p-officer-list__title + * {
  margin-top: 2px;
}
.p-officer-list__name {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--black);
}
.p-officer-modal__img {
  overflow: hidden;
}
.p-officer-modal__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-officer-modal__header + * {
  margin-top: 24px;
}
.p-officer-modal__title {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.p-officer-modal__title + * {
  margin-top: 8px;
}
.p-officer-modal__title:lang(en) {
  letter-spacing: 0;
}
.p-officer-modal__name {
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-officer-modal__name > .en {
  font-family: Hind, sans-serif;
  display: inline-block;
  color: var(--text-gray);
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 8px;
}
.p-officer-modal__name:lang(en) {
  letter-spacing: 0;
}
.p-officer-modal__body > * + * {
  margin-top: 24px;
}
.p-oth__hdg {
  margin-bottom: 40px;
}
.p-oth .p-oth__contents {
  margin-top: 40px;
}
.p-recruit-banner {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
  text-align: center;
}
.p-recruit-banner img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-recruit-banner + * {
  margin-top: 64px;
}
.p-recruit-banner + .p-recruit-banner {
  margin-top: 24px;
}
.p-recruit-benefit {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-recruit-benefit + * {
  margin-top: 64px;
}
.p-recruit-data {
  overflow: hidden;
  width: 100%;
  border-radius: 0 40px 0 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
}
.p-recruit-data + * {
  margin-top: 64px;
}
.p-recruit-data__body {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
  padding-top: 56px;
  padding-bottom: 154px;
}
.p-recruit-data__lead {
  font-weight: 700;
  line-height: 1.5;
}
.p-recruit-data__list {
  list-style: none;
}
.p-recruit-data__list li {
  position: relative;
}
.p-recruit-data__list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--black);
}
.p-recruit-entry {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 56px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
}
.p-recruit-entry__title {
  text-align: center;
  color: var(--white);
}
.p-recruit-entry__title > span {
  display: block;
}
.p-recruit-entry__title > .en {
  font-family: Hind, sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.p-recruit-entry__title > .ja {
  font-size: 1rem;
  line-height: 1.6875;
}
.p-recruit-entry__title + * {
  margin-top: 32px;
}
.p-recruit-entry__list {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-recruit-entry__link > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--black);
  font-weight: 700;
  border-radius: 10px;
  background-color: var(--white);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 100%;
  height: 76px;
}
.p-recruit-entry__link > a[target="_blank"]::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  right: 10px;
  bottom: 10px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.p-recruit-ideal {
  position: relative;
}
.p-recruit-ideal + * {
  margin-top: 64px;
}
.p-recruit-ideal::after {
  content: "";
}
.p-recruit-ideal__body {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-recruit-ideal__lead {
  font-weight: 700;
  line-height: 1.5;
}
.p-recruit-ideal__list {
  border-top: 1px solid var(--border-gray);
  margin-top: 28px;
  padding-top: 32px;
  list-style: none;
}
.p-recruit-ideal__list li {
  position: relative;
  padding-left: 1em;
}
.p-recruit-ideal__list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--rheosred);
}
.p-recruit-ideal__list li + li {
  margin-top: 8px;
}
.p-recruit-initiative + * {
  margin-top: 64px;
}
.p-recruit-initiative__mv img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px 0 0;
}
.p-recruit-initiative__body {
  position: relative;
}
.p-recruit-initiative__body::before {
  content: attr(data-label);
  position: absolute;
  right: -184px;
  top: 64px;
  font-family: Hind, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0.5em 0.5em;
  transform-origin: 0.5em 0.5em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  font-size: 5rem;
}
.p-recruit-initiative__lead {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
.p-recruit-initiative__lead mark {
  padding-top: 1px;
  padding-bottom: 3px;
  padding-inline: 6px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background-image: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  color: var(--white);
}
.p-recruit-initiative__text p {
  font-size: 1rem;
  font-weight: 400;
}
.p-recruit-initiative__text p + p {
  margin-top: 16px;
}
.p-recruit-interview {
  overflow: hidden;
  width: 100%;
}
.p-recruit-interview + * {
  margin-top: 64px;
}
.p-recruit-interview__body {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-recruit-interview__more {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-recruit-office {
  overflow: hidden;
  width: 100%;
}
.p-recruit-office + * {
  margin-top: 64px;
}
.p-recruit-office__title {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-recruit-office__title[data-label]::before {
  content: attr(data-label);
  font-family: Hind, sans-serif;
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -40px;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 300;
  font-size: 6.125rem;
  line-height: 1.1836734694;
}
.p-recruit-office__title + * {
  margin-top: 32px;
}
.p-recruit-office__body {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
  padding-top: 16px;
}
.p-recruit-shortcut {
  position: fixed;
  z-index: 100;
}
.p-recruit-shortcut__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit-shortcut__item {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  height: 56px;
}
.p-recruit-shortcut__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.p-recruit-shortcut__item a span {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.p-recruit-shortcut__item--entry a {
  font-family: Hind, sans-serif;
  padding-top: 6px;
  font-size: 1.125rem;
  background-color: var(--rheosred);
}
.p-recruit-shortcut__item--entry a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
}
.p-recruit-shortcut__item--guidelines a {
  font-size: 1rem;
  background-color: var(--black);
}
.p-recruit-shortcut__item--guidelines a span {
  color: var(--white);
  background-color: var(--white);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--white)),
    color-stop(33.33%, var(--white)),
    color-stop(50%, #809eb7),
    color-stop(87.5%, #185383),
    to(#185383)
  );
  background-image: linear-gradient(
    270deg,
    var(--white) 0%,
    var(--white) 33.33%,
    #809eb7 50%,
    #185383 87.5%,
    #185383 100%
  );
  background-size: 300% 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -moz-background-clip: text;
  -moz-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
.p-recruit-type {
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
}
.p-recruit-type__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit-type__tabitem {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--rheosred);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 62px;
}
.p-recruit-type__tabitem > span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-recruit-type__tabitem > span small {
  display: inline-block;
  font-size: 0.875rem;
}
.p-recruit-type__tabitem[aria-selected="true"] {
  background-color: var(--rheosred);
}
.p-recruit-type__tabitem[aria-selected="true"] > span {
  color: var(--white);
}
.p-recruit-type__tabitem[aria-selected="false"] {
  background-color: var(--white);
}
.p-recruit-type__tabitem[aria-selected="false"] > span {
  color: var(--rheosred);
}
.p-recruit-type__tabitem:first-child {
  border-radius: 10px 0 0;
}
.p-recruit-type__tabitem:last-child {
  border-radius: 0 10px 0 0;
}
.p-recruit-type__tab {
  padding-top: 28px;
}
.p-recruit-type__subtitle {
  color: var(--rheosred);
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
}
.p-recruit-type__subtitle + * {
  margin-top: 16px;
}
.p-recruit-type + * {
  margin-top: 64px;
}
.p-section > * + * {
  margin-top: 24px;
}
.p-section a {
  color: var(--text-gray);
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid var(--text-gray);
}
.p-section a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: var(--text-gray);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-section a[href$=".pdf"]::after {
  content: "PDF";
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: 3px;
}
.p-section > .p-subsection {
  margin-top: 24px;
}
.p-section > .p-division {
  margin-top: 24px;
}
.p-section + * {
  margin-top: 32px;
}
.p-sitemap__container {
  margin-top: 54px;
}
.p-sitemap__grid--other {
  grid-column: span 2;
}
:lang(en) .p-sitemap__grid--other {
  grid-column: 1/3;
  grid-row: 2;
}
.p-sitemap__list {
  margin-top: 20px;
}
.p-sitemap__item {
  font-size: 1rem;
  line-height: 1.625;
  color: var(--black);
}
.p-sitemap__item a {
  display: inline-block;
}
.p-sitemap__item a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  height: 11px;
  width: 11px;
  background-color: currentColor;
  background: url("../img/common/ico_blank_bk.svg");
}
.p-sitemap__item + .p-sitemap__item {
  margin-top: 8px;
}
.p-subsection > * + * {
  margin-top: 24px;
}
.p-subsection > .p-division {
  margin-top: 24px;
}
.p-subsection + .p-subsection {
  margin-top: 24px;
}
.p-subsection a {
  color: var(--text-gray);
  border-bottom: 1px solid var(--text-gray);
}
.p-subsection a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-right: 4px;
  height: 11px;
  width: 11px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.p-sustainability-bg {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/sustainability/bg_illust_wave.png);
  background-image: url(../img/sustainability/bg_illust_wave.webp);
}
.p-sustainability-bg::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/sustainability/bg_illust_obj.png);
  background-image: url(../img/sustainability/bg_illust_obj.webp);
  background-size: 260px auto;
  background-position: 187px 154px;
  -webkit-animation: floatBgObjSp 6s 0.5s linear infinite;
  animation: floatBgObjSp 6s 0.5s linear infinite;
}
@-webkit-keyframes floatBgWavePc {
  0% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 92% 142px;
  }
  28% {
    background-position: 92% 142px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 92% 172px;
  }
  78% {
    background-position: 92% 172px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 92% 157px;
  }
}
@keyframes floatBgWavePc {
  0% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 92% 142px;
  }
  28% {
    background-position: 92% 142px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 92% 172px;
  }
  78% {
    background-position: 92% 172px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 92% 157px;
  }
}
@-webkit-keyframes floatBgObjPc {
  0% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 92% 147px;
  }
  28% {
    background-position: 92% 147px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 92% 167px;
  }
  78% {
    background-position: 92% 167px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 92% 157px;
  }
}
@keyframes floatBgObjPc {
  0% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 92% 147px;
  }
  28% {
    background-position: 92% 147px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 92% 157px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 92% 167px;
  }
  78% {
    background-position: 92% 167px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 92% 157px;
  }
}
@-webkit-keyframes floatBgWaveSp {
  0% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 187px 148px;
  }
  28% {
    background-position: 187px 148px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 187px 160px;
  }
  78% {
    background-position: 187px 160px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 187px 154px;
  }
}
@keyframes floatBgWaveSp {
  0% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 187px 148px;
  }
  28% {
    background-position: 187px 148px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 187px 160px;
  }
  78% {
    background-position: 187px 160px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 187px 154px;
  }
}
@-webkit-keyframes floatBgObjSp {
  0% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 187px 150px;
  }
  28% {
    background-position: 187px 150px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 187px 158px;
  }
  78% {
    background-position: 187px 158px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 187px 154px;
  }
}
@keyframes floatBgObjSp {
  0% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    background-position: 187px 150px;
  }
  28% {
    background-position: 187px 150px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    background-position: 187px 154px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  72% {
    background-position: 187px 158px;
  }
  78% {
    background-position: 187px 158px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    background-position: 187px 154px;
  }
}
.p-sustainability-governance__nav {
  margin-top: 40px;
}
.p-sustainability-governance__section {
  margin-top: 64px;
}
.p-sustainability-governance__section > p + p {
  margin-top: 16px;
}
.p-sustainability-governance__subsection {
  margin-top: 32px;
}
.p-sustainability-governance__subsection
  + .p-sustainability-governance__subsection {
  margin-top: 54px;
}
.p-sustainability-governance__subsection > p {
  line-height: 1.625;
}
.p-sustainability-governance__subsection > p + p {
  margin-top: 34px;
}
.p-sustainability-governance__subsection .c-figure {
  margin-top: 60px;
}
.p-sustainability-governance__content:first-of-type {
  margin-top: 24px;
}
.p-sustainability-governance__content + .p-sustainability-governance__content {
  margin-top: 36px;
}
.p-sustainability-governance__content > p a {
  text-decoration: underline;
  color: var(--black);
}
.p-sustainability-governance__content > p + p {
  margin-top: 16px;
}
.p-sustainability-governance__content .c-list-link {
  margin-top: 14px;
}
.p-sustainability-governance__detail {
  margin-top: 48px;
}
.p-sustainability-governance__position {
  line-height: 1.5;
  font-size: 0.875rem;
}
.p-sustainability-initiatives__nav {
  margin-top: 40px;
}
.p-sustainability-initiatives__section {
  margin-top: 64px;
}
.p-sustainability-initiatives__section > p {
  margin-top: 30px;
  line-height: 1.625;
}
.p-sustainability-initiatives__section > p a {
  color: var(--rheosred);
  border-bottom: 1px solid var(--rheosred);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.p-sustainability-initiatives__section
  + .p-sustainability-initiatives__section {
  margin-top: 54px;
}
.p-sustainability-initiatives__subsection > p + p {
  margin-top: 18px;
}
.p-sustainability-initiatives__subsection .c-figure {
  margin-top: 42px;
}
.p-sustainability-initiatives__value {
  margin-top: 40px;
}
.p-sustainability-initiatives__value > section {
  margin-top: 34px;
}
.p-sustainability-initiatives__value > section + section {
  margin-top: 45px;
}
.p-sustainability-initiatives__value h4 {
  color: var(--rheosred);
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.p-sustainability-initiatives__value p {
  position: relative;
  margin-top: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
}
.p-sustainability-initiatives__value p > span {
  padding-bottom: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.56%, #d5d5d5),
    to(#e6e6e6)
  );
  background-image: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
  background-position: 0 100%;
  background-size: 98% 1px;
}
.p-sustainability-initiatives__value + p {
  margin-top: 36px;
}
.p-sustainability-initiatives__detail {
  margin-top: 40px;
}
.p-sustainability-initiatives__box {
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  margin-top: 24px;
  padding: 20px 20px 32px;
}
.p-sustainability-initiatives__profileimg img {
  width: 100%;
}
.p-sustainability-initiatives__position {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-sustainability-initiatives__name {
  margin-top: 6px;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-sustainability-initiatives__name > small {
  margin-left: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-sustainability-initiatives__career {
  margin-top: 12px;
  color: var(--text-gray);
  line-height: 1.8571428571;
  font-size: 0.875rem;
}
.p-sustainability-initiatives__movie {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-top: 24px;
  padding-top: 56.25%;
}
.p-sustainability-initiatives__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sustainability-materiality__nav {
  margin-top: 40px;
}
.p-sustainability-materiality__section {
  margin-top: 64px;
}
.p-sustainability-materiality__subsection > p + p {
  margin-top: 16px;
}
.p-sustainability-materiality__subsection .c-figure {
  margin-top: 24px;
}
.p-sustainability-materiality__detail {
  margin-top: 48px;
}
.p-sustainability-materiality__step {
  margin-top: 44px;
}
.p-sustainability-materiality__step > div {
  position: relative;
}
.p-sustainability-materiality__step > div + div::before {
  content: "";
  display: block;
  position: absolute;
  inset: -56px 0 auto 0;
  width: 28px;
  height: 46px;
  margin: auto;
  background-image: url(../img/common/ico_triangle.svg);
  background-size: contain;
}
.p-sustainability-materiality__step dt {
  font-size: 1.5rem;
  line-height: 1;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.p-sustainability-materiality__step dd {
  display: grid;
  place-items: center;
  min-height: 89px;
  border-radius: 10px;
  margin-top: 12px;
  padding: 15px 0 16px;
  color: var(--white);
  background-color: var(--rheosred);
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.p-sustainability-materiality__list {
  list-style: none;
  font-size: 1rem;
  line-height: 1.625;
}
.p-sustainability-materiality__list > li {
  position: relative;
  padding-left: 20px;
}
.p-sustainability-materiality__list > li::before {
  content: "";
  display: block;
  width: 12px;
  height: 4px;
  background-color: var(--black);
  border-radius: 2px;
  position: absolute;
  top: 0.8em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-sustainability-materiality__list > li + li {
  margin-top: 8px;
}
.p-sustainability-slide {
  position: relative;
  padding-top: 60px;
}
.p-sustainability-slide[data-label]::before {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: 8px;
  right: -34px;
  font-family: Hind, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transform-origin: calc(100% - 0.5em) 0.5em;
  transform-origin: calc(100% - 0.5em) 0.5em;
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
}
.p-sustainability-slide + .p-sustainability-materiality__section {
  margin-top: 56px;
}
.p-sustainability-slide__wrapper {
  overflow: hidden;
  position: relative;
  width: auto;
}
.p-sustainability-slide__body {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.p-sustainability-slide__ttl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #185383),
    to(#809eb7)
  );
  background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.p-sustainability-slide__ttl + .p-sustainability-slide__nav {
  margin-top: 24px;
}
.p-sustainability-slide__navitem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  text-align: left;
}
.p-sustainability-slide__navitem span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  padding-bottom: 4px;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--border-gray)),
    to(var(--border-gray))
  );
  background-image: linear-gradient(var(--border-gray), var(--border-gray));
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 1px 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-sustainability-slide__navitem.is-active span {
  color: var(--rheosred);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(currentColor, currentColor);
}
.p-sustainability-slide__slider {
  visibility: visible;
  margin-top: 48px;
}
.p-sustainability-slide__slider .splide__track {
  width: 94.0298507463%;
  overflow: visible;
}
.p-sustainability-slide__slider .splide__arrow {
  background: none;
  position: relative;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: auto;
  -webkit-transform: none;
  transform: none;
}
.p-sustainability-slide__slider .splide__arrow--prev {
  left: auto;
}
.p-sustainability-slide__slider .splide__arrow--next {
  right: auto;
}
.p-sustainability-slide__slider .splide__arrow .arrow-default,
.p-sustainability-slide__slider .splide__arrow .arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-sustainability-slide__slider .splide__arrow .arrow-default {
  z-index: 1;
}
.p-sustainability-slide__slider .splide__arrow .arrow-hover {
  z-index: 2;
  opacity: 0;
}
.p-sustainability-slide__item {
  width: 100%;
}
.p-sustainability-slide__item.is-current .p-sustainability-slide__content {
  opacity: 1;
}
.p-sustainability-slide__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.p-sustainability-slide__img img {
  width: 100%;
  height: auto;
}
.p-sustainability-slide__sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: absolute;
  left: 16px;
  bottom: 30px;
}
.p-sustainability-slide__sdgs > li {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  border: 4px solid var(--white);
}
.p-sustainability-slide__sdgs > li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 2px;
}
.p-sustainability-slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-sustainability-slide__copy {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.5em;
}
.p-sustainability-slide__text {
  margin-top: 24px;
  font-size: 0.875em;
  line-height: 1.5714285714;
}
.p-sustainability-slide__text + .p-sustainability-slide__text {
  margin-top: 20px;
}
.p-sustainability-slide__text:last-of-type {
  margin-bottom: auto;
}
.p-sustainability-slide__arrow {
  background: none;
  position: relative;
  opacity: 1;
  width: 40px;
  height: 40px;
}
.p-sustainability-slide__arrow--prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.p-sustainability-slide__arrow--next {
  right: auto;
}
.p-sustainability-slide__arrow .arrow-default,
.p-sustainability-slide__arrow .arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-sustainability-slide__arrow .arrow-default {
  z-index: 1;
}
.p-sustainability-slide__arrow .arrow-hover {
  z-index: 2;
  opacity: 0;
}
.p-sustainability {
  position: relative;
}
.p-sustainability__illust img {
  width: 100%;
  height: auto;
}
.p-sustainability__nav {
  position: relative;
  z-index: 1;
}
.p-sustainability__title {
  margin-bottom: 23px;
}
.p-sustainability__link {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid var(--rheosred);
  padding-bottom: 3px;
  color: var(--rheosred);
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 700;
  font-family: Hind, sans-serif;
}
.p-sustainability__link::before {
  content: "";
  display: block;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../img/common/crc_arr_re.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.p-sustainability__link .c-btn-icolink-small__text {
  margin-right: 10px;
  color: var(--rheosred);
  font-size: 1.75em;
  line-height: 1.25;
  font-family: Hind, sans-serif;
}
.p-sustainability__link .c-btn-icolink-small__arr,
.p-sustainability__link .c-btn-icolink-small__arr-hover {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.p-sustainability__item {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}
.p-sustainability__item a {
  border-bottom: 1px solid var(--textblack);
  color: var(--textblack);
  line-height: 1.625;
}
.p-top-company-tile {
  margin-top: 26px;
}
.p-top-company-tile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px 5.3333333333vw;
}
.p-top-company-tile__item {
  width: 42vw;
}
.p-top-company-tile__img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-top-company-tile__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 336/224;
}
.p-top-company-tile__img + .c-btn-icolink-small {
  margin-top: 14px;
}
.p-top-company-tile__link[target="_blank"] .c-btn-icolink-small__arr,
.p-top-company-tile__link[target="_blank"] .c-btn-icolink-small__arr-hover {
  display: none;
}
.p-top-company-tile__link[target="_blank"] .c-btn-icolink-small__text::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
}
.p-top-company + * {
  margin-top: 56px;
}
.p-top-company__header + * {
  margin-top: 36px;
}
.p-top-important {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.6666666667vw;
  border: 2px solid var(--rheosred);
  background-color: rgba(191, 56, 38, 0.05);
  padding: 24px;
}
.p-top-important + * {
  margin-top: 60px;
}
.p-top-important__body > * + * {
  margin-top: 24px;
}
.p-top-important__body p,
.p-top-important__body ul,
.p-top-important__body ol {
  font-size: 1rem;
  line-height: 1.6;
}
.p-top-important__body ul {
  list-style: disc;
  padding-left: 1.25em;
}
.p-top-important__body ul ul {
  list-style: circle;
}
.p-top-important__body ul ul ul {
  list-style: square;
}
.p-top-important__body ul li {
  list-style: inherit;
}
.p-top-important__body ul li ul,
.p-top-important__body ul li ol,
.p-top-important__body ul li + li {
  margin-top: 8px;
}
.p-top-important__body ol {
  list-style: decimal;
  padding-left: 1.25em;
}
.p-top-important__body ol li {
  list-style: inherit;
}
.p-top-important__body ol li ul,
.p-top-important__body ol li ol,
.p-top-important__body ol li + li {
  margin-top: 8px;
}
.p-top-important__body blockquote {
  border-left: 4px solid var(--border-gray);
  padding-left: 1.25em;
  margin-inline: 0;
}
.p-top-important__body blockquote p,
.p-top-important__body blockquote ul,
.p-top-important__body blockquote ol {
  color: var(--text-gray);
}
.p-top-important__body > :is(img, figure) {
  margin-left: 0;
  margin-right: 0;
}
.p-top-important__body figure > img {
  margin-top: 0;
}
.p-top-important__body figure figcaption {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-gray);
}
.p-top-important__body figure.mt-figure-center figcaption {
  text-align: center;
}
.p-top-important__body figure figcaption + *,
.p-top-important__body figure * + figcaption {
  margin-top: 4px;
}
.p-top-important__body iframe {
  aspect-ratio: 16/9;
}
.p-top-important__body hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: var(--border-gray);
}
.p-top-important__body a {
  color: var(--rheosred);
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  word-break: break-all;
  overflow-wrap: anywhere;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.p-top-important__body a:has(strong) {
  border-bottom-width: 2px;
}
.p-top-important__body a:hover {
  border-color: currentColor;
}
.p-top-important__body a:not([target="_blank"], [href$=".pdf"])::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: -0.125em;
  -webkit-mask-image: url(../img/common/crc_arr.svg);
  mask-image: url(../img/common/crc_arr.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: currentColor;
}
.p-top-important__body a[target="_blank"]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: currentColor;
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-important__body a[href$=".pdf"]::after {
  content: "PDF";
  font-family: Hind, sans-serif;
  font-size: 0.625rem;
  line-height: 1.3;
  border-radius: 100vmax;
  display: inline-block;
  background-color: var(--rheosred);
  color: var(--white);
  padding: 2px 5px 1px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: 3px;
}
.p-top-important__body a a:has(img) {
  border-bottom: none;
}
.p-top-important__body a a:has(img)::after {
  content: none;
  display: none;
}
.p-top-important__body a a:has(img) img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-important__body a a:has(img):hover img {
  opacity: 0.7;
}
.p-top-important__body strong {
  font-weight: 700;
}
.p-top-mv-slider {
  color: var(--white);
  position: relative;
}
.p-top-mv-slider__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--white);
  z-index: 99;
  -webkit-animation: loadingMv 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s
    forwards;
  animation: loadingMv 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.p-top-mv-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-mv-slider__hdg > .sub {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-family: Hind, sans-serif;
}
.p-top-mv-slider__hdg > .sub::before {
  content: "";
  background-image: url(../img/common/union.png);
  background-size: contain;
  width: 40px;
  height: 16px;
  margin-right: 0.625em;
  display: inline-block;
  vertical-align: -0.125em;
}
.p-top-mv-slider__hdg > .main {
  display: block;
  margin-top: 16px;
}
.p-top-mv-slider__desc {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
.p-top-mv-slider__morebtn {
  margin-top: 40px;
}
.splide__pagination {
  counter-reset: pagination-num;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.splide__pagination li {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  position: relative;
  padding: 0;
}
.splide__pagination li .splide__pagination__page {
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  width: 32px;
  height: 32px;
  padding-top: 7px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.splide__pagination li .splide__pagination__page span {
  display: block;
  font-family: Hind, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}
.splide__pagination li .splide__pagination__page .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.splide__pagination li .splide__pagination__page .progress .circle {
  fill: rgba(0, 0, 0, 0);
  stroke: currentcolor;
  stroke-width: 2px;
  stroke-dasharray: 101px;
  stroke-dashoffset: 101px;
}
.splide__pagination li .splide__pagination__page.is-active .circle {
  -webkit-animation: inprogress 6.5s linear forwards;
  animation: inprogress 6.5s linear forwards;
}
.splide__pagination li .splide__pagination__page.is-ended .circle {
  stroke-dashoffset: 0;
}
[aria-live="polite"]
  + .splide__pagination
  li
  .splide__pagination__page.is-active
  .circle {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes inprogress {
  0% {
    stroke-dashoffset: 101px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes inprogress {
  0% {
    stroke-dashoffset: 101px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes loadingMv {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes loadingMv {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.p-top-mv {
  position: relative;
}
.p-top-mv + * {
  margin-top: 56px;
}
.p-top-mv__scrollline {
  display: block;
  width: 2px;
  height: 40px;
  background-color: #1f1f1f;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  margin-bottom: 20px;
}
.p-top-mv__scrollline::after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background-color: var(--rheosred);
  top: -5px;
  left: -5px;
  position: absolute;
  -webkit-animation: scrolldown 1.8s linear 1.8s 2 forwards;
  animation: scrolldown 1.8s linear 1.8s 2 forwards;
  opacity: 0;
}
.p-top-mv__scrolltext {
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  font-size: 0.9722222222vw;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-weight: 700;
}
@-webkit-keyframes scrolldown {
  0% {
    top: -5px;
    opacity: 0;
  }
  20% {
    top: -5px;
    opacity: 1;
  }
  60% {
    top: calc(100% - 3px);
    opacity: 1;
  }
  80% {
    top: calc(100% - 3px);
    opacity: 0;
  }
  100% {
    top: calc(100% - 3px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    top: -5px;
    opacity: 0;
  }
  20% {
    top: -5px;
    opacity: 1;
  }
  60% {
    top: calc(100% - 3px);
    opacity: 1;
  }
  80% {
    top: calc(100% - 3px);
    opacity: 0;
  }
  100% {
    top: calc(100% - 3px);
    opacity: 0;
  }
}
.p-top-news {
  width: 100%;
}
.p-top-news + * {
  margin-top: 60px;
}
.p-top-news__hdg {
  margin-top: 0;
}
.p-top-news__hdg > .ja {
  display: block;
  color: var(--rheosred);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.p-top-news__hdg > .en {
  display: block;
  color: #1f1f1f;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.p-top-news__tablist {
  margin-right: auto;
  width: 100%;
}
.p-top-news__tabitem {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 700;
  border: none;
  padding: 0;
  white-space: nowrap;
}
.p-top-news__tabitem > span {
  font-size: 1rem;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding-bottom: 15px;
}
.p-top-news__tabitem > span::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--rheosred);
  margin-top: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-news__tabitem[aria-selected="true"] {
  color: var(--rheosred);
}
.p-top-news__tabitem[aria-selected="true"] > span::after {
  opacity: 1;
}
.p-top-news__contents {
  margin-left: auto;
  width: 100%;
}
.p-top-news__list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.p-top-news__list:not([hidden]) {
  display: block;
  opacity: 1;
  -webkit-animation: showAnim 0.6s ease forwards;
  animation: showAnim 0.6s ease forwards;
}
.p-top-news__list[hidden] {
  display: none;
  opacity: 0;
}
.p-top-news__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
}
.p-top-news__item .category {
  width: 126px;
  height: 28px;
  font-weight: 700;
  background-color: var(--rheosred);
  color: var(--white);
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-news__item .date {
  font-weight: 400;
  color: var(--text-gray);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  padding-top: 6px;
  font-size: 1rem;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: Hind, sans-serif;
}
.p-top-news__item .text {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f1f1f;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  text-decoration: none;
}
.p-top-news__item a[target="_blank"] .text::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 6px;
  background-color: var(--black);
  -webkit-clip-path: url(#ico-blank);
  clip-path: url(#ico-blank);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-news__linkwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-top-news__link {
  margin-top: 32px;
  margin-right: 20px;
}
@-webkit-keyframes showAnim {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showAnim {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes removAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes removAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top-recruit {
  background-image: url(../img/top/recruit_sp.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 335px;
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.p-top-recruit__btn {
  position: relative;
  margin-top: 30px;
}
.p-top-recruit__btn::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 228px;
  height: 97px;
  border-radius: 20px;
  background-color: #1f1f1f;
  opacity: 0.32;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-top-recruit__container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 335px;
}
.p-top-recruit__main {
  text-align: center;
  margin: 0 auto;
  color: var(--white);
}
.p-top-recruit__hdg {
  margin-bottom: 6px;
}
.p-top-recruit__hdg > .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  color: var(--white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top-recruit__hdg > .en {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 14px;
  font-family: Hind, sans-serif;
}
.p-top-recruit__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}
.p-top-section {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.p-top-section + .p-top-section {
  margin-top: 56px;
}
.p-top-section__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.p-top-section__hdg {
  -ms-flex-item-align: start;
  align-self: start;
  margin-bottom: 26px;
}
.p-top-section__hdg > .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--rheosred);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-section__hdg > .ja::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--rheosred);
  margin-right: 12px;
  margin-top: 2px;
}
.p-top-section__container-centered .p-top-section__hdg > .ja {
  color: var(--white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top-section__container-centered .p-top-section__hdg > .ja::before {
  display: none;
}
.p-top-section__hdg > .en {
  display: block;
  text-transform: uppercase;
  font-size: 2.875rem;
  line-height: 1.1;
  margin-top: 14px;
  font-family: Hind, sans-serif;
}
.p-top-section__desc {
  -ms-flex-item-align: start;
  align-self: start;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}
.p-top-section__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}
.p-top-section__img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p-top-section__morebtn {
  -ms-flex-item-align: start;
  align-self: start;
}
.p-top-sustainability {
  width: 100%;
  background-image: url(../img/top/sustainability_sp.png);
  background-size: cover;
  background-position: center;
  height: 500px;
  margin-top: 80px;
}
.p-top-sustainability + * {
  margin-top: 72px;
}
.p-top-sustainability__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top-sustainability__main {
  text-align: center;
  margin: 0 auto;
  color: var(--white);
}
.p-top-sustainability__hdg {
  margin-bottom: 16px;
  text-align: center;
}
.p-top-sustainability__hdg::before {
  content: "";
  width: 40px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/common/union.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.p-top-sustainability__hdg > .en {
  display: block;
  text-transform: uppercase;
  font-size: min(11.7333333333vw, 44px);
  line-height: 1.1;
  margin-top: min(2.1333333333vw, 8px);
  font-family: Hind, sans-serif;
}
.p-top-sustainability__morebtn {
  margin-top: 36px;
}
.u-cl-gray {
  color: var(--text-gray) !important;
}
.u-cl-red {
  color: var(--rheosred) !important;
}
.u-m0 {
  margin: 0 !important;
}
.u-ma {
  margin: auto !important;
}
.u-m4 {
  margin: 4px !important;
}
.u-m8 {
  margin: 8px !important;
}
.u-m12 {
  margin: 12px !important;
}
.u-m16 {
  margin: 16px !important;
}
.u-m20 {
  margin: 20px !important;
}
.u-m24 {
  margin: 24px !important;
}
.u-m28 {
  margin: 28px !important;
}
.u-m32 {
  margin: 32px !important;
}
.u-m36 {
  margin: 36px !important;
}
.u-m40 {
  margin: 40px !important;
}
.u-m44 {
  margin: 44px !important;
}
.u-m48 {
  margin: 48px !important;
}
.u-m52 {
  margin: 52px !important;
}
.u-m56 {
  margin: 56px !important;
}
.u-m60 {
  margin: 60px !important;
}
.u-m64 {
  margin: 64px !important;
}
.u-m68 {
  margin: 68px !important;
}
.u-m72 {
  margin: 72px !important;
}
.u-m76 {
  margin: 76px !important;
}
.u-m80 {
  margin: 80px !important;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mta {
  margin-top: auto !important;
}
.u-mt4 {
  margin-top: 4px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt28 {
  margin-top: 28px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt36 {
  margin-top: 36px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt44 {
  margin-top: 44px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt52 {
  margin-top: 52px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt68 {
  margin-top: 68px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt76 {
  margin-top: 76px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mba {
  margin-bottom: auto !important;
}
.u-mb4 {
  margin-bottom: 4px !important;
}
.u-mb8 {
  margin-bottom: 8px !important;
}
.u-mb12 {
  margin-bottom: 12px !important;
}
.u-mb16 {
  margin-bottom: 16px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb24 {
  margin-bottom: 24px !important;
}
.u-mb28 {
  margin-bottom: 28px !important;
}
.u-mb32 {
  margin-bottom: 32px !important;
}
.u-mb36 {
  margin-bottom: 36px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb44 {
  margin-bottom: 44px !important;
}
.u-mb48 {
  margin-bottom: 48px !important;
}
.u-mb52 {
  margin-bottom: 52px !important;
}
.u-mb56 {
  margin-bottom: 56px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb64 {
  margin-bottom: 64px !important;
}
.u-mb68 {
  margin-bottom: 68px !important;
}
.u-mb72 {
  margin-bottom: 72px !important;
}
.u-mb76 {
  margin-bottom: 76px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-ml0 {
  margin-left: 0 !important;
}
.u-mla {
  margin-left: auto !important;
}
.u-ml4 {
  margin-left: 4px !important;
}
.u-ml8 {
  margin-left: 8px !important;
}
.u-ml12 {
  margin-left: 12px !important;
}
.u-ml16 {
  margin-left: 16px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-ml24 {
  margin-left: 24px !important;
}
.u-ml28 {
  margin-left: 28px !important;
}
.u-ml32 {
  margin-left: 32px !important;
}
.u-ml36 {
  margin-left: 36px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-ml44 {
  margin-left: 44px !important;
}
.u-ml48 {
  margin-left: 48px !important;
}
.u-ml52 {
  margin-left: 52px !important;
}
.u-ml56 {
  margin-left: 56px !important;
}
.u-ml60 {
  margin-left: 60px !important;
}
.u-ml64 {
  margin-left: 64px !important;
}
.u-ml68 {
  margin-left: 68px !important;
}
.u-ml72 {
  margin-left: 72px !important;
}
.u-ml76 {
  margin-left: 76px !important;
}
.u-ml80 {
  margin-left: 80px !important;
}
.u-mr0 {
  margin-right: 0 !important;
}
.u-mra {
  margin-right: auto !important;
}
.u-mr4 {
  margin-right: 4px !important;
}
.u-mr8 {
  margin-right: 8px !important;
}
.u-mr12 {
  margin-right: 12px !important;
}
.u-mr16 {
  margin-right: 16px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mr24 {
  margin-right: 24px !important;
}
.u-mr28 {
  margin-right: 28px !important;
}
.u-mr32 {
  margin-right: 32px !important;
}
.u-mr36 {
  margin-right: 36px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-mr44 {
  margin-right: 44px !important;
}
.u-mr48 {
  margin-right: 48px !important;
}
.u-mr52 {
  margin-right: 52px !important;
}
.u-mr56 {
  margin-right: 56px !important;
}
.u-mr60 {
  margin-right: 60px !important;
}
.u-mr64 {
  margin-right: 64px !important;
}
.u-mr68 {
  margin-right: 68px !important;
}
.u-mr72 {
  margin-right: 72px !important;
}
.u-mr76 {
  margin-right: 76px !important;
}
.u-mr80 {
  margin-right: 80px !important;
}
.u-mil0 {
  margin-inline: 0 !important;
}
.u-mila {
  margin-inline: auto !important;
}
.u-mil4 {
  margin-inline: 4px !important;
}
.u-mil8 {
  margin-inline: 8px !important;
}
.u-mil12 {
  margin-inline: 12px !important;
}
.u-mil16 {
  margin-inline: 16px !important;
}
.u-mil20 {
  margin-inline: 20px !important;
}
.u-mil24 {
  margin-inline: 24px !important;
}
.u-mil28 {
  margin-inline: 28px !important;
}
.u-mil32 {
  margin-inline: 32px !important;
}
.u-mil36 {
  margin-inline: 36px !important;
}
.u-mil40 {
  margin-inline: 40px !important;
}
.u-mil44 {
  margin-inline: 44px !important;
}
.u-mil48 {
  margin-inline: 48px !important;
}
.u-mil52 {
  margin-inline: 52px !important;
}
.u-mil56 {
  margin-inline: 56px !important;
}
.u-mil60 {
  margin-inline: 60px !important;
}
.u-mil64 {
  margin-inline: 64px !important;
}
.u-mil68 {
  margin-inline: 68px !important;
}
.u-mil72 {
  margin-inline: 72px !important;
}
.u-mil76 {
  margin-inline: 76px !important;
}
.u-mil80 {
  margin-inline: 80px !important;
}
.u-mbl0 {
  margin-block: 0 !important;
}
.u-mbla {
  margin-block: auto !important;
}
.u-mbl4 {
  margin-block: 4px !important;
}
.u-mbl8 {
  margin-block: 8px !important;
}
.u-mbl12 {
  margin-block: 12px !important;
}
.u-mbl16 {
  margin-block: 16px !important;
}
.u-mbl20 {
  margin-block: 20px !important;
}
.u-mbl24 {
  margin-block: 24px !important;
}
.u-mbl28 {
  margin-block: 28px !important;
}
.u-mbl32 {
  margin-block: 32px !important;
}
.u-mbl36 {
  margin-block: 36px !important;
}
.u-mbl40 {
  margin-block: 40px !important;
}
.u-mbl44 {
  margin-block: 44px !important;
}
.u-mbl48 {
  margin-block: 48px !important;
}
.u-mbl52 {
  margin-block: 52px !important;
}
.u-mbl56 {
  margin-block: 56px !important;
}
.u-mbl60 {
  margin-block: 60px !important;
}
.u-mbl64 {
  margin-block: 64px !important;
}
.u-mbl68 {
  margin-block: 68px !important;
}
.u-mbl72 {
  margin-block: 72px !important;
}
.u-mbl76 {
  margin-block: 76px !important;
}
.u-mbl80 {
  margin-block: 80px !important;
}
.u-p0 {
  padding: 0 !important;
}
.u-p4 {
  padding: 4px !important;
}
.u-p8 {
  padding: 8px !important;
}
.u-p12 {
  padding: 12px !important;
}
.u-p16 {
  padding: 16px !important;
}
.u-p20 {
  padding: 20px !important;
}
.u-p24 {
  padding: 24px !important;
}
.u-p28 {
  padding: 28px !important;
}
.u-p32 {
  padding: 32px !important;
}
.u-p36 {
  padding: 36px !important;
}
.u-p40 {
  padding: 40px !important;
}
.u-p44 {
  padding: 44px !important;
}
.u-p48 {
  padding: 48px !important;
}
.u-p52 {
  padding: 52px !important;
}
.u-p56 {
  padding: 56px !important;
}
.u-p60 {
  padding: 60px !important;
}
.u-p64 {
  padding: 64px !important;
}
.u-p68 {
  padding: 68px !important;
}
.u-p72 {
  padding: 72px !important;
}
.u-p76 {
  padding: 76px !important;
}
.u-p80 {
  padding: 80px !important;
}
.u-pt0 {
  padding-top: 0 !important;
}
.u-pt4 {
  padding-top: 4px !important;
}
.u-pt8 {
  padding-top: 8px !important;
}
.u-pt12 {
  padding-top: 12px !important;
}
.u-pt16 {
  padding-top: 16px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pt24 {
  padding-top: 24px !important;
}
.u-pt28 {
  padding-top: 28px !important;
}
.u-pt32 {
  padding-top: 32px !important;
}
.u-pt36 {
  padding-top: 36px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pt44 {
  padding-top: 44px !important;
}
.u-pt48 {
  padding-top: 48px !important;
}
.u-pt52 {
  padding-top: 52px !important;
}
.u-pt56 {
  padding-top: 56px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
.u-pt64 {
  padding-top: 64px !important;
}
.u-pt68 {
  padding-top: 68px !important;
}
.u-pt72 {
  padding-top: 72px !important;
}
.u-pt76 {
  padding-top: 76px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-pb4 {
  padding-bottom: 4px !important;
}
.u-pb8 {
  padding-bottom: 8px !important;
}
.u-pb12 {
  padding-bottom: 12px !important;
}
.u-pb16 {
  padding-bottom: 16px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pb24 {
  padding-bottom: 24px !important;
}
.u-pb28 {
  padding-bottom: 28px !important;
}
.u-pb32 {
  padding-bottom: 32px !important;
}
.u-pb36 {
  padding-bottom: 36px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pb44 {
  padding-bottom: 44px !important;
}
.u-pb48 {
  padding-bottom: 48px !important;
}
.u-pb52 {
  padding-bottom: 52px !important;
}
.u-pb56 {
  padding-bottom: 56px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
.u-pb64 {
  padding-bottom: 64px !important;
}
.u-pb68 {
  padding-bottom: 68px !important;
}
.u-pb72 {
  padding-bottom: 72px !important;
}
.u-pb76 {
  padding-bottom: 76px !important;
}
.u-pb80 {
  padding-bottom: 80px !important;
}
.u-pl0 {
  padding-left: 0 !important;
}
.u-pl4 {
  padding-left: 4px !important;
}
.u-pl8 {
  padding-left: 8px !important;
}
.u-pl12 {
  padding-left: 12px !important;
}
.u-pl16 {
  padding-left: 16px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-pl24 {
  padding-left: 24px !important;
}
.u-pl28 {
  padding-left: 28px !important;
}
.u-pl32 {
  padding-left: 32px !important;
}
.u-pl36 {
  padding-left: 36px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
.u-pl44 {
  padding-left: 44px !important;
}
.u-pl48 {
  padding-left: 48px !important;
}
.u-pl52 {
  padding-left: 52px !important;
}
.u-pl56 {
  padding-left: 56px !important;
}
.u-pl60 {
  padding-left: 60px !important;
}
.u-pl64 {
  padding-left: 64px !important;
}
.u-pl68 {
  padding-left: 68px !important;
}
.u-pl72 {
  padding-left: 72px !important;
}
.u-pl76 {
  padding-left: 76px !important;
}
.u-pl80 {
  padding-left: 80px !important;
}
.u-pr0 {
  padding-right: 0 !important;
}
.u-pr4 {
  padding-right: 4px !important;
}
.u-pr8 {
  padding-right: 8px !important;
}
.u-pr12 {
  padding-right: 12px !important;
}
.u-pr16 {
  padding-right: 16px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-pr24 {
  padding-right: 24px !important;
}
.u-pr28 {
  padding-right: 28px !important;
}
.u-pr32 {
  padding-right: 32px !important;
}
.u-pr36 {
  padding-right: 36px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-pr44 {
  padding-right: 44px !important;
}
.u-pr48 {
  padding-right: 48px !important;
}
.u-pr52 {
  padding-right: 52px !important;
}
.u-pr56 {
  padding-right: 56px !important;
}
.u-pr60 {
  padding-right: 60px !important;
}
.u-pr64 {
  padding-right: 64px !important;
}
.u-pr68 {
  padding-right: 68px !important;
}
.u-pr72 {
  padding-right: 72px !important;
}
.u-pr76 {
  padding-right: 76px !important;
}
.u-pr80 {
  padding-right: 80px !important;
}
.u-pil0 {
  padding-inline: 0 !important;
}
.u-pil4 {
  padding-inline: 4px !important;
}
.u-pil8 {
  padding-inline: 8px !important;
}
.u-pil12 {
  padding-inline: 12px !important;
}
.u-pil16 {
  padding-inline: 16px !important;
}
.u-pil20 {
  padding-inline: 20px !important;
}
.u-pil24 {
  padding-inline: 24px !important;
}
.u-pil28 {
  padding-inline: 28px !important;
}
.u-pil32 {
  padding-inline: 32px !important;
}
.u-pil36 {
  padding-inline: 36px !important;
}
.u-pil40 {
  padding-inline: 40px !important;
}
.u-pil44 {
  padding-inline: 44px !important;
}
.u-pil48 {
  padding-inline: 48px !important;
}
.u-pil52 {
  padding-inline: 52px !important;
}
.u-pil56 {
  padding-inline: 56px !important;
}
.u-pil60 {
  padding-inline: 60px !important;
}
.u-pil64 {
  padding-inline: 64px !important;
}
.u-pil68 {
  padding-inline: 68px !important;
}
.u-pil72 {
  padding-inline: 72px !important;
}
.u-pil76 {
  padding-inline: 76px !important;
}
.u-pil80 {
  padding-inline: 80px !important;
}
.u-pbl0 {
  padding-block: 0 !important;
}
.u-pbl4 {
  padding-block: 4px !important;
}
.u-pbl8 {
  padding-block: 8px !important;
}
.u-pbl12 {
  padding-block: 12px !important;
}
.u-pbl16 {
  padding-block: 16px !important;
}
.u-pbl20 {
  padding-block: 20px !important;
}
.u-pbl24 {
  padding-block: 24px !important;
}
.u-pbl28 {
  padding-block: 28px !important;
}
.u-pbl32 {
  padding-block: 32px !important;
}
.u-pbl36 {
  padding-block: 36px !important;
}
.u-pbl40 {
  padding-block: 40px !important;
}
.u-pbl44 {
  padding-block: 44px !important;
}
.u-pbl48 {
  padding-block: 48px !important;
}
.u-pbl52 {
  padding-block: 52px !important;
}
.u-pbl56 {
  padding-block: 56px !important;
}
.u-pbl60 {
  padding-block: 60px !important;
}
.u-pbl64 {
  padding-block: 64px !important;
}
.u-pbl68 {
  padding-block: 68px !important;
}
.u-pbl72 {
  padding-block: 72px !important;
}
.u-pbl76 {
  padding-block: 76px !important;
}
.u-pbl80 {
  padding-block: 80px !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-l {
  text-align: left !important;
}
.u-ta-r {
  text-align: right !important;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  .l-background {
    min-width: 1280px;
  }
  .l-background__circle {
    right: -50px;
    top: 164px;
    width: 320px;
    height: 680px;
  }
  .l-background__fill {
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
  .l-breadcrumbs {
    bottom: 32px;
    margin: 0;
  }
  .l-breadcrumbs__list {
    margin-inline: clamp(49px, 3.8888888889vw, 56px);
  }
  .l-content__page {
    width: 1120px;
    padding-bottom: 104px;
  }
  .l-content__article {
    width: 800px;
    padding-bottom: 80px;
    padding-bottom: 104px;
  }
  .l-document {
    width: clamp(711px, 55.5555555556vw, 800px);
    padding-top: 104px;
  }
  .l-document__header {
    margin-bottom: 72px;
  }
  .l-footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 64px;
  }
  .l-footer-end__infotext {
    text-align: right;
    line-height: 2.3333333333;
  }
  .l-footer-end__copyright {
    text-align: right;
    font-size: 13px;
    line-height: 2.1538461538;
  }
  .l-footer-nav {
    padding: 0 clamp(14px, 1.1111111111vw, 16px) 48px;
  }
  .l-footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
    gap: 24px clamp(71px, 5.5555555556vw, 80px);
    grid-template-areas: "about business company news recruit" "about business company news contact" "about business company news .      ";
  }
  :lang(en) .l-footer-nav__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "about business company .";
  }
  .l-footer-nav__item--about {
    grid-area: about;
  }
  .l-footer-nav__item--business {
    grid-area: business;
  }
  .l-footer-nav__item--company {
    grid-area: company;
  }
  .l-footer-nav__item--financial {
    grid-area: financial;
  }
  .l-footer-nav__item--governance {
    grid-area: governance;
  }
  .l-footer-nav__item--recruit {
    grid-area: recruit;
  }
  .l-footer-nav__item--news {
    grid-area: news;
  }
  .l-footer-nav__item--contact {
    grid-area: contact;
  }
  .l-footer-nav__itembtn > .c-btn-icolink-small__text:lang(en) {
    font-size: 1.25rem;
  }
  .l-footer-nav__itembtn:hover {
    color: var(--border-gray);
  }
  .l-footer-pagetop {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .l-footer-pagetop:hover {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
  }
  .l-footer-sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 160px 40px 0;
  }
  :lang(en) .l-footer-sub-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-footer-sub-nav .l-nav-sub__link {
    line-height: 2.3333333333;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-footer-sub-nav .l-nav-sub__link:hover {
    color: var(--white);
  }
  .l-footer {
    padding: 82px clamp(56px, 4.4444444444vw, 64px) 44px;
  }
  .l-full-width {
    padding-top: 104px;
  }
  .l-full-width__header {
    margin-bottom: 72px;
  }
  .l-header-nav {
    height: 100%;
  }
  .l-header-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .l-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(21px, 1.6666666667vw, 24px);
  }
  .l-header-nav__item {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    height: 100%;
  }
  .l-header-nav__item > .l-header-nav__panel {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding-top: 10px;
    pointer-events: none;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .l-header-nav__item.current .l-header-nav__link > span::after {
    -webkit-animation: headerNavCurrent 1s cubic-bezier(0.77, 0, 0.175, 1)
      forwards;
    animation: headerNavCurrent 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .l-header-nav__item--contact {
    position: absolute;
    right: 60px;
    top: 13px;
  }
  .l-header-nav__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header-nav__link > span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 700;
  }
  .l-header-nav__link > span::after {
    content: "";
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    display: block;
    width: 28px;
    height: 2px;
    margin-left: -14px;
    background-color: var(--rheosred);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .l-header-nav__link > span:not([lang]) {
    font-size: 1rem;
    line-height: 1.25;
  }
  .l-header-nav__link > span[lang="en"][aria-hidden="true"] {
    display: none;
  }
  .l-header-nav__contact span {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--border-gray);
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .l-header-nav__contact span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
  }
  .l-header-nav__lang {
    background-color: var(--black);
    width: 48px;
    height: 48px;
    border-radius: 24px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    position: relative;
    z-index: 10;
    margin-left: clamp(28px, 2.2222222222vw, 32px);
  }
  .l-header-nav__lang::after {
    content: "";
    display: block;
    background-color: var(--black);
    width: 100%;
    height: 48px;
    border-radius: 24px;
    -webkit-transition: height 0.3s ease 0.3s;
    transition: height 0.3s ease 0.3s;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
  .l-header-nav__lang::before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 1px;
    left: 50%;
    top: 48px;
    margin-left: -16px;
    z-index: 3;
    opacity: 0;
    background-color: var(--border-gray);
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  .l-header-nav__langbtn {
    z-index: 2;
  }
  .l-header-nav__langbtn:not(.is-selected) {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .l-header-nav__langbtn:not(.is-selected)
    .c-btn-icolink__ico
    .c-btn-icolink__ico-text {
    color: var(--white);
    background-color: var(--white);
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(var(--white)),
      color-stop(33.33%, var(--white)),
      color-stop(50%, #809eb7),
      color-stop(87.5%, #185383),
      to(#185383)
    );
    background-image: linear-gradient(
      270deg,
      var(--white) 0%,
      var(--white) 33.33%,
      #809eb7 50%,
      #185383 87.5%,
      #185383 100%
    );
    background-size: 300% 100%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -moz-background-clip: text;
    -moz-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-position 0.4s ease;
    transition: background-position 0.4s ease;
  }
  .l-header-nav__innerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 150px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: var(--white);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 26px 22px 28px 16px;
  }
  .l-header-nav__inneritem {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .l-header-nav__inneritem .current::before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--rheosred);
    top: 5px;
    left: -16px;
    width: 3px;
    height: 1em;
  }
  .l-header-nav__hifumi {
    margin-left: clamp(14px, 1.1111111111vw, 16px);
  }
  .l-header-nav__sub {
    display: none;
  }
  .l-header {
    padding: 46px 40px;
    position: absolute;
    width: 100%;
    height: 140px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    min-width: 1280px;
  }
  .l-header.is-fixed {
    position: fixed;
    padding: 10px 32px;
    height: 60px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    top: -60px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    background-color: var(--white);
  }
  .l-header.is-fixed.-hide {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .l-header.is-fixed .logo {
    width: 120px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .l-header.is-fixed .l-header-nav__item.current .l-header-nav__link::after {
    content: "";
    display: block;
    background-color: var(--rheosred);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .l-header.is-fixed .l-header-nav__item--contact {
    position: static;
    top: auto;
    right: auto;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  .l-header.is-fixed .l-header-nav__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .l-header.is-fixed .l-header-nav__lang {
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin-right: 0;
  }
  .l-header.is-fixed .l-header-nav__lang::after {
    height: 60px;
    border-radius: 0;
  }
  .l-header.is-fixed .l-header-nav__lang .c-btn-icolink__ico {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
  .l-header.is-fixed .l-header-nav__hifumi {
    margin: 0;
    height: 100%;
  }
  .l-header.is-fixed .l-header-nav__hifumibtn {
    width: 168px;
    height: 100%;
    border-radius: 0;
  }
  .l-header.is-fixed .l-header-nav__hifumibtn .c-btn__text {
    font-size: 14px;
  }
  .l-index {
    padding-top: 104px;
  }
  .l-index__header {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .l-index__header + .l-index__lead {
    margin-top: 32px;
  }
  .l-index__header + .l-index__body {
    margin-top: 64px;
  }
  .l-index__lead {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .l-index__lead > * + * {
    margin-top: 40px;
  }
  .l-index__lead p {
    max-width: 800px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .l-index__lead + .l-index__body {
    margin-top: 64px;
  }
  .l-index__body {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .l-index__body:has(.p-index-buttons) {
    padding-bottom: 56px;
  }
  .l-lower {
    width: 100%;
    padding-top: 104px;
    min-height: 720px;
  }
  .l-lower::before {
    top: 104px;
    right: auto;
    left: -34px;
    margin-top: 0;
    font-size: 6rem;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0.5em 0.5em;
    transform-origin: 0.5em 0.5em;
  }
  .l-lower__inner {
    padding-left: clamp(88px, 6.9444444444vw, 100px);
    padding-right: 0;
    width: clamp(1173px, 91.6666666667vw, 1320px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .l-lower__main {
    width: 78.6885245902%;
  }
  .l-lower__side {
    margin-left: auto;
    width: 16.393442623%;
  }
  .l-lower__nav {
    position: sticky;
    top: 80px;
    width: 100%;
  }
  .l-lower__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-lower__header + * {
    margin-top: 64px;
  }
  .l-lower__header + .l-lower__lead {
    margin-top: 32px;
  }
  .l-lower__header--logo .c-logo-tw100 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-lower__header--logo > .c-hdg1-lower,
  .l-lower__header--logo + .l-lower__lead {
    padding-right: max(8.3333333333vw, 120px);
  }
  .l-lower__lead p {
    max-width: 800px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .l-lower__lead + * {
    margin-top: 64px;
  }
  .l-lower__lead--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-lower__leadnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .l-main {
    padding-top: 140px;
    padding-bottom: 160px;
  }
  .l-main.-without-header {
    padding-top: 0;
  }
  .l-side-nav {
    background: var(--white);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 20px 48px;
  }
  .l-side-nav__title {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 24px;
  }
  .l-side-nav__title .c-btn-icolink-small__text {
    font-size: 1rem;
    line-height: 1.625;
  }
  .l-side-nav__title .c-btn-icolink-small__arr,
  .l-side-nav__title .c-btn-icolink-small__arr-hover {
    width: 20px;
    height: 20px;
  }
  .l-side-nav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .l-side-nav__item + * {
    margin-top: 12px;
  }
  .l-side-nav__item.is-current::before {
    top: 5px;
    left: -20px;
    width: 3px;
    height: 1em;
  }
  .l-side-nav__item--child {
    padding-left: 9px;
  }
  .l-side-nav__item--child::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 1em;
    background-color: var(--border-gray);
  }
  .l-side-nav__item--child.is-current::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 1em;
    background-color: var(--rheosred);
  }
  .l-wide {
    width: clamp(995px, 77.7777777778vw, 1120px);
    padding-top: 104px;
  }
  .l-wide__header {
    margin-bottom: 72px;
  }
  .c-box-border,
  .p-editable-content blockquote {
    padding: 28px;
  }
  .c-box-border > * + *,
  .p-editable-content blockquote > * + *,
  .c-box-border > h2:not([class*="c-hdg"]) + *,
  .p-editable-content blockquote > h2:not([class*="c-hdg"]) + *,
  .c-box-border > h3:not([class*="c-hdg"]) + *,
  .p-editable-content blockquote > h3:not([class*="c-hdg"]) + *,
  .c-box-border > h4:not([class*="c-hdg"]) + *,
  .p-editable-content blockquote > h4:not([class*="c-hdg"]) + * {
    margin-top: 12px;
  }
  .c-box-fill > * + *,
  .c-box-fill > h2:not([class*="c-hdg"]) + *,
  .c-box-fill > h3:not([class*="c-hdg"]) + *,
  .c-box-fill > h4:not([class*="c-hdg"]) + * {
    margin-top: 12px;
  }
  .c-box-profile-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-box-profile-detail__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
  }
  .c-box-profile-detail__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 200px);
  }
  .c-box-profile {
    padding: 32px;
  }
  .c-btn-anchor {
    width: 260px;
    height: 64px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-btn-anchor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-btn-anchor__arr {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-btn-icolink-small__text {
    font-size: 1rem;
    margin-right: 0.75em;
  }
  .c-btn-icolink:hover .c-btn-icolink__text {
    color: var(--rheosred);
  }
  .c-btn-icolink:hover .c-btn-icolink__ico {
    background-color: rgba(0, 0, 0, 0);
  }
  .c-btn-icolink:hover .c-btn-icolink__ico::before {
    opacity: 1;
  }
  .c-btn-main::before {
    width: 14px;
    height: 14px;
  }
  .c-btn-main::after {
    width: 18px;
    height: 12px;
    right: 18px;
    top: 17px;
  }
  .c-btn-main--lg {
    width: 240px;
    height: 48px;
    border-radius: 24px;
  }
  .c-btn-main--back::after {
    width: 18px;
    height: 12px;
    left: 12px;
    right: auto;
    top: 18px;
  }
  .c-btn-special {
    width: 180px;
    height: 48px;
  }
  .c-btn-special:hover {
    background-position: 100% 0;
  }
  .c-collapsible__summary {
    padding: 24px;
  }
  .c-collapsible__content {
    padding: 32px 24px;
  }
  .c-collapsible__content > * + :is(.c-hdg2, h2:not([class*="c-hdg"])) {
    margin-top: 56px;
  }
  .c-collapsible__content > * + :is(.c-box-border, .c-box-fill, blockquote) {
    margin-top: 32px;
  }
  .c-collapsible__content > * + :is(img, figure),
  .c-collapsible__content > :is(img, figure) + * {
    margin-top: 64px;
  }
  .c-hdg-article,
  .p-editable-content h1:not([class*="c-hdg"]) {
    font-size: 28px;
  }
  .c-hdg-article::after,
  .p-editable-content h1:not([class*="c-hdg"])::after {
    margin-top: 12px;
  }
  .c-hdg-section {
    padding-top: 20px;
    font-size: 2rem;
  }
  .c-hdg-section::before {
    width: 32px;
    height: 8px;
  }
  .c-hdg-section[data-label] {
    padding-top: 32px;
  }
  .c-hdg-section[data-label]::after {
    left: 44px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .c-hdg-section + * {
    margin-top: 40px;
  }
  .c-hdg-section--center[data-label] {
    padding-top: 44px;
    font-size: 2.25rem;
  }
  .c-hdg-section--center[data-label]::after {
    top: 16px;
    left: 50%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .c-hdg1-lower__ttl {
    font-size: 2.5rem;
  }
  .c-hdg1-lower__ttl--en {
    font-size: 3rem;
    line-height: 1.25;
  }
  .c-hdg1-lower__en {
    font-size: 1rem;
  }
  .c-hdg1-lower__ja {
    font-size: 1rem;
  }
  .c-hdg1-lower__copycontainer {
    top: 0;
    left: 100px;
  }
  .c-hdg1::before {
    width: 40px;
    height: 16px;
    margin-bottom: 26px;
  }
  .c-hdg1__ttl {
    font-size: 42px;
    line-height: 1.25;
  }
  .c-hdg1__copycontainer {
    top: -80px;
    left: 100px;
  }
  .c-hdg1__copy {
    font-size: 112px;
    line-height: 1.2;
  }
  .c-hdg1__data {
    margin-top: 10px;
    margin-left: -16px;
    font-size: 48px;
  }
  .c-hdg2-sm a:not([target="_blank"])::after {
    left: 12px;
  }
  .c-hdg2,
  .p-editable-content h2:not([class*="c-hdg"]) {
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
  .c-hdg2 + *,
  .p-editable-content h2:not([class*="c-hdg"]) + * {
    margin-top: 40px;
  }
  .c-list-alpha > li > * + * {
    margin-top: 24px;
  }
  .c-list-alpha > li + li {
    margin-top: 24px;
  }
  .c-list-contact dd :is(span, strong, small) + .notice {
    margin-left: 12px;
  }
  .c-list-disc > li {
    padding-left: 22px;
  }
  .c-list-disc > li::before {
    width: 10px;
    height: 10px;
  }
  .c-list-disc > li + li {
    margin-top: 4px;
  }
  .c-list-hyphen > li + li,
  .p-editable-content ul:not([class*="c-list"]) > li + li {
    margin-top: 12px;
  }
  .c-list-link > li + li {
    margin-top: 8px;
  }
  .c-list-notice li + li {
    margin-top: 4px;
  }
  .c-list-paren-roman > li > * + * {
    margin-top: 24px;
  }
  .c-list-paren-roman > li + li {
    margin-top: 24px;
  }
  .c-list-text {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 52px;
  }
  .c-list-text + .c-figure {
    margin-top: 24px;
  }
  .c-list-text > li {
    padding-left: 22px;
    font-size: 0.9375rem;
  }
  .c-logo-tw100 img {
    width: 120px;
  }
  .c-logo-tw100 > figcaption {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .c-modal__container {
    position: relative;
    z-index: 100;
    width: clamp(995px, 77.7777777778vw, 1120px);
    background-color: var(--white);
  }
  .c-modal__close {
    width: 56px;
    height: 56px;
  }
  .c-pager {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  * + .c-pager {
    margin-top: 100px;
  }
  .c-pager__container {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 48px;
    min-height: 48px;
  }
  .c-pager__lst {
    margin: 0 48px;
    gap: 16px;
  }
  .c-pager__arr {
    width: 48px;
    height: 48px;
  }
  .c-pager__itm {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .c-select--year {
    width: 88px;
  }
  .c-select > select {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 32px;
  }
  .c-swipe {
    display: none;
  }
  .c-table-ir th,
  .c-table-ir td {
    padding: 12px 24px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .c-table-ir + * {
    margin-top: 34px;
  }
  .c-table-noborder th {
    min-width: 6em;
    padding-right: 1em;
  }
  .c-table-reflow th {
    width: 186px;
  }
  .c-text-bold {
    font-size: 1.25rem;
  }
  :where(.mt-be-columns) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .mt-be-column__one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc((100% - 40px) / 3);
  }
  .mt-be-column__two-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc((100% - 40px) / 3 * 2);
  }
  .p-about-anchor__item + .p-about-anchor__item {
    margin-top: 12px;
  }
  .p-about-anchor__link {
    font-size: 1rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-about-anchor__link .number {
    width: 20px;
  }
  .p-about-anchor__link .border {
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  .p-about-hifumi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: clamp(995px, 77.7777777778vw, 1120px);
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
    padding: 40px 0;
  }
  .p-about-hifumi__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 65.625%;
    padding-left: 48px;
    padding-right: 48px;
    border-right: 2px solid #809eb7;
  }
  .p-about-hifumi__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-about-hifumi__text {
    line-height: 2;
  }
  .p-about-hifumi__logo {
    width: 34.375%;
    text-align: center;
  }
  .p-about-hifumi__logo img {
    width: 56.8831168831%;
    height: auto;
  }
  .p-about-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
  }
  .p-about-history__side {
    width: 156px;
    margin-left: -160px;
  }
  .p-about-history__year {
    position: sticky;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: 44px;
    margin-left: 12px;
    font-size: 5rem;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background-image: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  .p-about-history__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .p-about-history__bar {
    left: 4px;
    top: 10px;
  }
  .p-about-history__section {
    padding-bottom: 48px;
  }
  .p-about-history__section::after {
    left: 4px;
  }
  .p-about-history__section + .p-about-history__section {
    padding-top: 50px;
  }
  .p-about-history__section + .p-about-history__section::before {
    width: calc(100% - 46px);
  }
  .p-about-history__section:last-child {
    padding-bottom: 0;
  }
  .p-about-history__item::before {
    top: 8px;
    left: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .p-about-history__item::after {
    top: 4px;
    left: -4px;
  }
  .p-about-history__item + .p-about-history__item {
    margin-top: 48px;
  }
  .p-about-history__detailmore {
    padding-left: 44px;
  }
  .p-about-history__detail {
    padding-left: 44px;
  }
  .p-about-history__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-about-history__event .month {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding-right: 40px;
    width: 76px;
    margin-right: 8px;
    white-space: nowrap;
  }
  .p-about-history__event .month::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 0 auto;
    width: 32px;
    height: 1px;
    background-color: var(--border-gray);
    margin: auto;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  :lang(en) .p-about-history__event .month {
    width: 127px;
  }
  .p-about-history__event .term {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 84px);
  }
  .p-about-history__img {
    margin-left: 135px;
    margin-top: 18px;
  }
  .p-about-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 88px;
    -moz-column-gap: 88px;
    column-gap: 88px;
    padding-top: 40px;
  }
  .p-about-message__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 600px;
  }
  .p-about-message__column + .p-about-message__column {
    max-width: 434px;
  }
  .p-about-message__ttl {
    padding-top: 32px;
    margin-left: -0.03em;
    font-size: 2.25rem;
  }
  .p-about-message__ttl::before {
    width: 64px;
    height: 8px;
    border-radius: 4px;
  }
  .p-about-message__content {
    margin-top: 40px;
  }
  .p-about-message__text + .p-about-message__text {
    margin-top: 24px;
  }
  .p-about-message__info {
    margin-top: 56px;
    padding-top: 34px;
  }
  .p-about-message__position {
    font-size: 0.875rem;
  }
  .p-about-message__name {
    font-size: 1.5rem;
  }
  .p-about-message__btn {
    width: 280px;
    margin: 40px auto 0;
  }
  .p-about-message__img {
    border-radius: 20px;
  }
  .p-about-philosophy__ttl {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .p-about-philosophy__ttl mark {
    padding-top: 0;
    padding-bottom: 2px;
    padding-inline: 10px;
  }
  :lang(en) .p-about-philosophy__ttl mark {
    padding-bottom: 4px;
  }
  .p-about-philosophy__lead {
    width: clamp(728px, 56.9444444444vw, 820px);
    margin-top: 32px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .p-about-philosophy__section {
    margin-top: 80px;
  }
  .p-about-philosophy__section + .p-about-philosophy__section {
    margin-top: 80px;
  }
  .p-about-philosophy__section .c-text-bold > span + span {
    margin-top: 33px;
  }
  :lang(en) .p-about-philosophy__section .c-text-bold > span + span {
    margin-top: 13px;
  }
  .p-about-philosophy__section dl {
    margin-top: 44px;
  }
  .p-about-philosophy__section dd {
    margin-top: 8px;
    line-height: 1.5;
  }
  .p-about-philosophy__section dd > span {
    padding-bottom: 4px;
  }
  .p-about-philosophy__section dd + dt {
    margin-top: 43px;
  }
  .p-about-philosophy__text {
    width: clamp(782px, 61.1111111111vw, 880px);
    margin-top: 40px;
  }
  .p-about-philosophy__logo {
    width: 320px;
    height: 160px;
    margin: 64px 0 0;
  }
  .p-about-philosophy__logo.business_img {
    margin-top: 0;
  }
  .p-benefit-list {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(35px, 2.7777777778vw, 40px);
  }
  .p-benefit-list__item > a {
    padding-bottom: clamp(16px, 1.25vw, 18px);
  }
  .p-benefit-list__item > a::after {
    right: 20px;
    bottom: 20px;
    width: 16px;
    height: 16px;
    background-size: 16px 4px, 4px 16px;
  }
  .p-benefit-list__item img {
    width: 51.2%;
  }
  .p-benefit-list__item img + span {
    margin-top: clamp(14px, 1.1111111111vw, 16px);
  }
  .p-benefit-list__item span {
    font-size: clamp(19px, 1.5277777778vw, 22px);
    line-height: 1.1818181818;
  }
  .p-benefit-modal__container {
    width: clamp(458px, 35.8333333333vw, 516px);
  }
  .p-benefit-modal__content {
    padding: 56px clamp(48px, 3.75vw, 54px) 64px;
  }
  .p-benefit-modal__img {
    width: clamp(142px, 11.1111111111vw, 160px);
  }
  .p-business-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 68px;
  }
  .p-business-contact__section {
    width: 50%;
    padding: 23px 20px 20px;
  }
  .p-business-lower {
    width: auto;
    margin-top: 104px;
  }
  .p-business-lower + .p-business-lower {
    margin-top: 120px;
  }
  .p-business-lower__en {
    top: 104px;
    right: auto;
    left: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 96px;
    font-size: 6rem;
    font-weight: 300;
  }
  .p-business-lower__body {
    width: clamp(995px, 77.7777777778vw, 1120px);
    padding-left: 0;
    padding-right: 0;
  }
  .p-business-lower__mv {
    margin-left: clamp(142px, 11.1111111111vw, 160px);
    width: auto;
    line-height: 1;
    margin-bottom: 88px;
  }
  .p-business-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .p-business-message__info {
    margin-top: 56px;
    padding-top: 34px;
  }
  .p-business-message__position {
    font-size: 0.875rem;
  }
  .p-business-message__name {
    font-size: 1.5rem;
  }
  .p-business-modal__container {
    width: clamp(568px, 44.4444444444vw, 640px);
  }
  .p-business-modal__content {
    padding: 72px clamp(48px, 3.75vw, 54px) 64px;
  }
  .p-business-modal__body {
    margin-top: 20px;
  }
  .p-business-modal__body a::before {
    width: 18px;
    height: 18px;
  }
  .p-business-modal__series {
    top: 15px;
  }
  .p-business-philosophy__list dt > small {
    margin-left: 15px;
  }
  .p-business > .p-subsection {
    margin-top: 76px;
  }
  .p-business__product {
    margin-bottom: 76px;
  }
  .p-business__figure {
    margin-top: 64px;
  }
  .p-chaprer + .p-chaprer {
    margin-top: 120px;
  }
  .p-company-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .p-company-history__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1rem;
    width: 3.5em;
    margin-right: 48px;
    white-space: nowrap;
  }
  .p-company-history__detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 96px);
  }
  .p-company-history__detail > div,
  .p-company-history__detail > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-company-history__detail > div + div,
  .p-company-history__detail > div + section,
  .p-company-history__detail > section + div,
  .p-company-history__detail > section + section {
    margin-top: 16px;
  }
  .p-company-history__detail dt,
  .p-company-history__detail h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding-right: 40px;
    width: 127px;
    margin-right: 8px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--border-gray)),
      to(var(--border-gray))
    );
    background-image: linear-gradient(var(--border-gray), var(--border-gray));
    background-size: 32px 1px;
    background-repeat: no-repeat;
    background-position: right center;
    white-space: nowrap;
  }
  .p-company-history__detail dd,
  .p-company-history__detail p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 135px);
  }
  .p-company-history__detail dd + dd,
  .p-company-history__detail dd + p,
  .p-company-history__detail p + dd,
  .p-company-history__detail p + p {
    margin-left: auto;
    margin-top: 8px;
  }
  .p-company-history th,
  .p-company-history td {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 1rem;
    line-height: 1.6;
    vertical-align: top;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-company-history th {
    width: clamp(266px, 20.8333333333vw, 300px);
    padding-left: clamp(24px, 1.9444444444vw, 28px);
    padding-right: clamp(42px, 3.3333333333vw, 48px);
  }
  .p-company-history td {
    padding-right: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-company-history + .c-list-notice {
    margin-top: 24px;
  }
  .p-company-office__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    padding: 64px 0;
  }
  .p-company-office__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 54.375%;
  }
  .p-company-office__address {
    line-height: 1.6;
  }
  .p-company-office__address .note {
    margin-top: 24px;
    line-height: 2;
  }
  .p-company-office__access {
    margin-top: 16px;
  }
  .p-company-office__access > li {
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-company-office__access > li::before {
    height: 3px;
    border-radius: 1.5px;
  }
  .p-company-office__access > li + li {
    margin-top: 12px;
  }
  .p-company-office__access .note {
    line-height: 2;
  }
  .p-company-office__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 37.5%;
  }
  .p-company-officer__section {
    padding-top: 64px;
  }
  .p-company-officer__section + * {
    margin-top: 64px;
  }
  .p-company-outline th,
  .p-company-outline td {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 1rem;
    line-height: 1.6;
    vertical-align: top;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-company-outline th {
    width: clamp(266px, 20.8333333333vw, 300px);
    padding-left: clamp(24px, 1.9444444444vw, 28px);
    padding-right: clamp(42px, 3.3333333333vw, 48px);
  }
  .p-company-outline td {
    padding-right: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-company-outline + .c-list-notice {
    margin-top: 24px;
  }
  .p-data-slide__control {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: calc(100% + 40px);
  }
  .p-data-slide__count {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .p-data-slide__count p {
    padding-top: 2px;
  }
  .p-data-slide .splide__arrows {
    border-left: 1px solid var(--white);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding-left: 24px;
    margin-left: 24px;
  }
  .p-data-slide .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .p-data-slide .splide__pagination {
    margin-top: 34px;
  }
  .p-data-slide .splide__track {
    width: 25.8035714286%;
  }
  .p-data-slide__item {
    width: clamp(256px, 20.0694444444vw, 289px);
    padding: clamp(21px, 1.6666666667vw, 24px) clamp(21px, 1.6666666667vw, 24px)
      clamp(16px, 1.25vw, 18px);
  }
  .p-data-slide__img img {
    width: auto;
    height: clamp(120px, 9.4444444444vw, 136px);
  }
  .p-data-slide__img + .p-data-slide__text {
    margin-top: clamp(3px, 0.2777777778vw, 4px);
  }
  .p-data-slide__title {
    font-size: clamp(17px, 1.3888888889vw, 20px);
    padding-bottom: clamp(3px, 0.2777777778vw, 4px);
    line-height: 1.5;
  }
  .p-data-slide__title + .p-data-slide__img {
    margin-top: clamp(12px, 0.9722222222vw, 14px);
  }
  .p-data-slide__text {
    font-size: clamp(21px, 1.6666666667vw, 24px);
    gap: clamp(3px, 0.2777777778vw, 4px);
  }
  .p-data-slide__text .num {
    font-size: clamp(35px, 2.7777777778vw, 40px);
    line-height: 1.4;
  }
  .p-data-slide__text .unit:lang(ja) {
    margin-bottom: 5px;
    font-size: clamp(21px, 1.6666666667vw, 24px);
  }
  .p-data-slide__text .unit:lang(en) {
    font-size: clamp(23px, 1.8055555556vw, 26px);
  }
  .p-editable-content
    > *
    + :is(
      .c-hdg2,
      .p-editable-content h2:not([class*="c-hdg"]),
      h2:not([class*="c-hdg"])
    ) {
    margin-top: 56px;
  }
  .p-editable-content
    > *
    + :is(
      .c-box-border,
      .p-editable-content blockquote,
      .c-box-fill,
      blockquote
    ) {
    margin-top: 32px;
  }
  .p-editable-content > * + :is(.footnote, table, .c-list-notice),
  .p-editable-content
    > :is(h5:not([class*="c-hdg"]), h6:not([class*="c-hdg"]))
    + * {
    margin-top: 20px;
  }
  .p-editable-content > * + :is(img, figure),
  .p-editable-content > :is(img, figure) + * {
    margin-top: 64px;
  }
  .p-editable-content p.footnote + .footnote {
    margin-top: 4px;
  }
  .p-editable-content figure figcaption + *,
  .p-editable-content figure * + figcaption {
    margin-top: 10px;
  }
  .p-editable-content table:not([class*="c-table"]) th {
    width: 186px;
  }
  .p-fund-list > li {
    width: auto;
    min-height: 120px;
  }
  .p-hifumi-series {
    width: 100%;
  }
  .p-hifumi-series tbody td {
    line-height: 1.5;
  }
  .p-index-buttons + * {
    margin-top: 80px;
  }
  .p-index-buttons__list {
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-index-buttons__item .c-btn-anchor {
    width: 100%;
    height: 72px;
  }
  .p-index-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 72px clamp(49px, 3.8888888889vw, 56px);
  }
  .p-index-tile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: clamp(298px, 23.3333333333vw, 336px);
  }
  .p-index-tile__item--large {
    width: clamp(472px, 36.9444444444vw, 532px);
  }
  .p-index-tile__item--large .p-index-tile__img {
    border-radius: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-index-tile__item--pclarge {
    width: clamp(472px, 36.9444444444vw, 532px);
  }
  .p-index-tile__item--pclarge .p-index-tile__img {
    border-radius: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-index-tile__img {
    border-radius: clamp(8px, 0.6944444444vw, 10px);
  }
  .p-index-tile__link[target="_blank"] .c-btn-icolink-small__text::after {
    margin-left: 12px;
  }
  .p-interview-header--group .p-interview-header__profile {
    width: 100%;
  }
  .p-interview-header__inner {
    width: clamp(995px, 77.7777777778vw, 1120px);
    background-position: left bottom;
    background-size: 100% 1px;
  }
  .p-interview-header__ttl {
    padding-top: 50px;
    font-size: 2.25rem;
  }
  .p-interview-header__ttl::before {
    width: 32px;
    height: 8px;
  }
  .p-interview-header__ttl[data-label] {
    padding-top: 50px;
  }
  .p-interview-header__ttl[data-label]::after {
    left: 44px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .p-interview-header__ttl .sub {
    margin-bottom: 3px;
    font-size: 1.25rem;
  }
  .p-interview-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 16px;
  }
  .p-interview-header__name {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-interview-header__name .jp {
    margin-right: 12px;
  }
  .p-interview-header__name .en {
    font-size: 1rem;
  }
  .p-interview-header__joined {
    margin-left: 24px;
    padding-bottom: 2px;
    font-size: 1rem;
  }
  .p-interview-header__mv {
    margin-top: 64px;
  }
  .p-interview-header__detail {
    width: clamp(711px, 55.5555555556vw, 800px);
    margin-top: 52px;
  }
  .p-interview-header__detail > h3 {
    font-size: 1.5rem;
  }
  .p-interview-header__detail > p {
    margin-top: 23px;
  }
  .p-interview-header__detail > p strong {
    font-size: 1.375rem;
    line-height: 1.6;
  }
  .p-interview-header__detail + .p-interview-header__profile {
    margin-top: 66px;
  }
  .p-interview-header__detail + .p-interview-header__profile {
    width: 100%;
  }
  .p-interview-header__profile {
    width: 100%;
  }
  .p-interview-header__profile > h3 {
    font-size: 1.5rem;
  }
  .p-interview-header__profile > :not(.p-interview-profile) {
    width: clamp(711px, 55.5555555556vw, 800px);
  }
  .p-interview-header__profile > :not(.p-interview-profile):last-child {
    padding-bottom: 54px;
  }
  .p-interview-header__profile > ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    padding: 28px 0;
  }
  .p-interview-header__profile > ul li p {
    width: clamp(711px, 55.5555555556vw, 800px);
  }
  .p-interview-list {
    width: clamp(995px, 77.7777777778vw, 1120px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
  }
  .l-index__header + .p-interview-list {
    margin-top: 72px;
  }
  .p-interview-list__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-interview-list__ttl > span {
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  .p-interview-main {
    width: clamp(711px, 55.5555555556vw, 800px);
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .p-interview-main__body > * + * {
    margin-top: 32px;
  }
  .p-interview-main__body > * + h1,
  .p-interview-main__body > * + h2 {
    margin-top: 80px;
  }
  .p-interview-main__body > * + h3 {
    margin-top: 48px;
  }
  .p-interview-main__body > h1,
  .p-interview-main__body > h2 {
    padding-left: 24px;
    font-size: 2rem;
    line-height: 1.75;
  }
  .p-interview-main__body > h1::before,
  .p-interview-main__body > h2::before {
    top: -12px;
    left: 0;
    font-size: 2.5rem;
  }
  .p-interview-main__body > h1::after,
  .p-interview-main__body > h2::after {
    margin-top: -3px;
    margin-left: 2px;
    font-size: 2.5rem;
  }
  .p-interview-main__body > h3 {
    padding-left: 64px;
    font-size: 1.25rem;
  }
  .p-interview-main__body > h3::before {
    width: 40px;
  }
  .p-interview-main__body > p img,
  .p-interview-main__body > figure {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .p-interview-main__body > figure figcaption + *,
  .p-interview-main__body > figure * + figcaption {
    margin-top: 10px;
  }
  .p-interview-main__section + .p-interview-main__section {
    margin-top: 80px;
  }
  .p-interview-main__section > * + * {
    margin-top: 32px;
  }
  .p-interview-main__section h2 {
    padding-left: 24px;
    font-size: 2rem;
    line-height: 1.75;
  }
  .p-interview-main__section h2::before {
    top: -12px;
    left: 0;
    font-size: 2.5rem;
  }
  .p-interview-main__section h2::after {
    margin-top: -3px;
    margin-left: 2px;
    font-size: 2.5rem;
  }
  .p-interview-main__section h3,
  .p-interview-main__section .interviewee {
    padding-left: 64px;
    font-size: 1.25rem;
  }
  .p-interview-main__section h3::before,
  .p-interview-main__section .interviewee::before {
    width: 40px;
  }
  .p-interview-main__section * + h3,
  .p-interview-main__section * + .interviewee {
    margin-top: 48px;
  }
  .p-interview-main__section img + *,
  .p-interview-main__section figure + * {
    margin-top: 38px;
  }
  .p-interview-main__section figcaption + *,
  .p-interview-main__section * + figcaption {
    margin-top: 10px;
  }
  .p-interview-main__back {
    margin-top: 80px;
  }
  .p-interview-main__backbtn {
    width: 280px;
  }
  .p-interview-other {
    padding-top: 90px;
  }
  .p-interview-other {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-interview-other__text {
    font-size: 1.625rem;
    line-height: 1;
  }
  .p-interview-other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-top: 40px;
  }
  .p-interview-other__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc((100% - 64px) / 3);
  }
  .p-interview-other__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-interview-other__ttl > span {
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  .p-interview-profile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    padding: 28px 0;
  }
  .p-interview-profile .content .body {
    width: clamp(711px, 55.5555555556vw, 800px);
  }
  .p-interview-slide__control {
    position: absolute;
    right: 0;
    bottom: calc(100% + 40px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-interview-slide__count {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .p-interview-slide__count p {
    padding-top: 2px;
  }
  .p-interview-slide .splide__arrows {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding-left: 24px;
    margin-left: 24px;
  }
  .p-interview-slide .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .p-interview-slide .splide__track {
    width: 46.7857142857%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-interview-slide__item::before {
    position: absolute;
    right: -28px;
    top: 0;
    font-size: 0.875rem;
    -webkit-transform-origin: calc(100% - 0.5em) 0.5em;
    transform-origin: calc(100% - 0.5em) 0.5em;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    margin-top: calc(-1em + 8px);
  }
  .p-interview-slide__photo img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-interview-slide__photo + .p-interview-slide__info {
    margin-top: -64px;
  }
  .p-interview-slide__info {
    width: 76.9230769231%;
    margin-left: -1px;
    border-left: 1px solid var(--white);
    padding-top: 24px;
    padding-right: 16px;
    background-color: var(--white);
  }
  .p-interview-slide__info .c-btn-icolink-small {
    position: absolute;
    bottom: 0;
    right: 16px;
  }
  .p-interview-slide__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .p-interview-slide__title + .p-interview-slide__name {
    margin-top: 14px;
  }
  .p-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-interview::before {
    top: 24px;
    right: auto;
    left: -34px;
    margin-top: 0;
    font-size: 6rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0.5em 0.5em;
    transform-origin: 0.5em 0.5em;
  }
  .p-interview__article {
    width: clamp(995px, 77.7777777778vw, 1120px);
    margin: 0 auto;
  }
  .p-ir-calendar__image {
    margin-bottom: 72px;
  }
  .p-ir-calendar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .p-ir-calendar__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1rem;
    width: 3.5em;
    margin-right: 48px;
    white-space: nowrap;
  }
  .p-ir-calendar__detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 96px);
  }
  .p-ir-calendar__detail dt + dd {
    margin-top: 16px;
  }
  .p-ir-calendar__detail dd + dd {
    margin-top: 8px;
  }
  .p-ir-calendar th,
  .p-ir-calendar td {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 1rem;
    line-height: 1.6;
    vertical-align: top;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-ir-calendar th {
    width: clamp(266px, 20.8333333333vw, 300px);
    padding-left: clamp(24px, 1.9444444444vw, 28px);
    padding-right: clamp(42px, 3.3333333333vw, 48px);
  }
  .p-ir-calendar td {
    padding-right: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-ir-calendar + .c-list-notice {
    margin-top: 24px;
  }
  .p-ir-index-grid {
    display: grid;
    grid-template: "library . . " auto "library . . " auto "library . . " auto/1fr 1fr 1fr;
    gap: clamp(17px, 1.3888888889vw, 20px);
  }
  :lang(en) .p-ir-index-grid {
    display: grid;
    grid-template: "library . . " 1fr "library . . " 1fr "library . . " 1fr/1fr 1fr 1fr;
    gap: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-ir-index-grid > .item {
    border-radius: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-ir-index-grid > .item.-library {
    padding: 16px 16px 48px;
  }
  .p-ir-index-grid > .item.-library .image {
    margin-bottom: 36px;
    border-radius: clamp(8px, 0.6944444444vw, 10px);
  }
  .p-ir-index-grid > .item:not(.-library) .c-btn-icolink-small {
    padding: 20px 20px 20px 24px;
  }
  .p-ir-index-grid > .item:not(.-library) .c-btn-icolink-small__round {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .p-ir-investors-banner {
    max-width: 920px;
    margin-right: auto;
    aspect-ratio: 920/360;
    border-radius: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-ir-investors-banner > a .c-btn-icolink {
    right: clamp(21px, 1.6666666667vw, 24px);
    bottom: clamp(21px, 1.6666666667vw, 24px);
  }
  .p-ir-mailnews .container {
    padding: 36px;
    display: grid;
    grid-template: "mail mail" auto "category submit" auto "agree submit" auto/auto 280px;
    gap: 24px;
  }
  .p-ir-mailnews input[type="text"],
  .p-ir-mailnews input[type="email"],
  .p-ir-mailnews input[type="password"] {
    padding: 6px 20px;
    font-size: 1rem;
    line-height: 1.625;
  }
  .p-ir-mailnews .mail {
    grid-area: mail;
  }
  .p-ir-mailnews .mail.is-invalid,
  .p-ir-mailnews .mail.is-empty {
    margin-bottom: 1.125em;
  }
  .p-ir-mailnews .category {
    grid-area: category;
  }
  .p-ir-mailnews .category > li input[type="checkbox"] {
    margin-right: 12px;
  }
  .p-ir-mailnews .category > li + li {
    margin-left: 24px;
  }
  .p-ir-mailnews .category.is-invalid {
    margin-bottom: 1.125em;
  }
  .p-ir-mailnews .agree {
    grid-area: agree;
  }
  .p-ir-mailnews .agree input[type="checkbox"] {
    margin-right: 12px;
  }
  .p-ir-mailnews .agree input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 12px;
  }
  .p-ir-mailnews .agree.is-invalid {
    margin-bottom: 1.125em;
  }
  .p-ir-mailnews .submit {
    grid-area: submit;
    align-self: end;
  }
  .p-ir-mailnews .submit.c-btn-main--lg {
    width: 280px;
  }
  .p-ir-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6.25%;
    -moz-column-gap: 6.25%;
    column-gap: 6.25%;
  }
  .p-ir-message__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 62.5%;
    max-width: 600px;
  }
  .p-ir-message__column + .p-ir-message__column {
    width: 31.25%;
  }
  .p-ir-message__ttl {
    padding-top: 32px;
    margin-left: -0.03em;
    font-size: 2.25rem;
  }
  .p-ir-message__ttl::before {
    width: 64px;
    height: 8px;
    border-radius: 4px;
  }
  .p-ir-message__body p + * {
    margin-top: 24px;
  }
  .p-ir-message__info {
    margin-top: 56px;
    padding-top: 34px;
  }
  .p-ir-message__position {
    font-size: 0.875rem;
  }
  .p-ir-message__name {
    font-size: 1.5rem;
  }
  .p-ir-message__img {
    border-radius: 20px;
  }
  .p-ir-section.-index {
    margin-top: 100px;
  }
  .p-ir-section.-index + .p-ir-section.-index {
    margin-top: 112px;
  }
  .p-ir-section + * {
    margin-top: 56px;
  }
  .p-ir-section .eirHeading.s_eirHeading {
    padding-top: 20px;
    font-size: 2rem;
  }
  .p-ir-section .eirHeading.s_eirHeading::before {
    width: 32px;
    height: 8px;
  }
  .p-ir-section .eirHeading.s_eirHeading + * {
    margin-top: 40px;
  }
  .p-ir-section .s_eirList .s_eirList_item {
    padding: 40px 0;
  }
  .p-ir-section .s_eirList .s_eirModule_category {
    margin-right: 20px;
  }
  .p-ir-section .s_eirList .s_eirModule_category_icon {
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  :lang(en) .p-ir-section .s_eirList .s_eirModule_category_icon {
    font-size: 0.75rem;
  }
  .p-ir-section .s_eirList .s_eirList_item-past.eirItem_child {
    position: relative;
  }
  .p-ir-section .s_eirList .s_eirList_item-past.eirItem_child::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 140px;
    height: 1px;
    background-color: var(--white);
  }
  .p-ir-section .s_eirList .s_eirModule_size_item {
    font-size: 1rem;
  }
  .p-ir-section .yearController.s_yearController .s_eirSelect {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 40px;
  }
  .p-ir-section .eir_pdfNote.s_eirBlock {
    margin-top: 100px;
  }
  .p-ir-section .newsTypeController.s_newsTypeController {
    margin-bottom: 64px;
  }
  .p-ir-section
    .newsTypeController.s_newsTypeController
    .s_eirTab
    .activeTarget:first-child
    a {
    border-left-width: 2px;
    border-radius: 10px 0 0;
  }
  .p-ir-section
    .newsTypeController.s_newsTypeController
    .s_eirTab
    .activeTarget:last-child
    a {
    border-right-width: 2px;
    border-radius: 0 10px 0 0;
  }
  .p-ir-section
    .newsTypeController.s_newsTypeController
    .s_eirTab
    .activeTarget
    a {
    border-left: 1px solid var(--rheosred);
    border-right: 1px solid var(--rheosred);
  }
  .p-ir-section .qirContent_graph + .qirContent_table {
    margin-top: 33px;
  }
  .p-jobtype-list {
    -webkit-column-gap: clamp(35px, 2.7777777778vw, 40px);
    -moz-column-gap: clamp(35px, 2.7777777778vw, 40px);
    column-gap: clamp(35px, 2.7777777778vw, 40px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 1px;
  }
  .p-jobtype-list__item {
    margin-top: -1px;
    border-top: 1px solid var(--border-gray);
  }
  .p-jobtype-list__item a {
    display: inline-block;
    padding: 20px clamp(8px, 0.6944444444vw, 10px);
  }
  .p-kpi > .p-subsection {
    margin-top: 40px;
  }
  .p-kpi > .p-subsection p {
    width: clamp(764px, 59.7222222222vw, 860px);
    line-height: 1.6;
  }
  .p-kpi > .p-subsection .c-list-notice {
    width: clamp(764px, 59.7222222222vw, 860px);
  }
  .p-kpi > .p-subsection > .p-division {
    margin-top: 50px;
  }
  .p-kpi > .p-subsection > .p-division > .c-figure + p {
    margin-top: 52px;
  }
  .p-kpi > .p-subsection > .c-hdg2 + p {
    margin-top: 48px;
  }
  .p-kpi > .p-subsection > .c-list-notice + p {
    margin-top: 32px;
  }
  .p-kpi > .p-subsection + .p-subsection {
    margin-top: 72px;
  }
  .p-kpi + * {
    margin-top: 56px;
  }
  .p-more-button {
    margin-top: 56px;
  }
  .p-nav-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
  .p-nav-anchor.-ir {
    margin-top: 64px;
  }
  .p-nav-anchor.-ir + * {
    margin-top: 76px;
  }
  .p-news-article-sns {
    position: sticky;
    top: calc(100% - 250px);
    left: auto;
    right: 0;
    height: 200px;
    width: 0;
  }
  .p-news-article-sns__inner {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50px;
    right: 80px;
    text-align: center;
  }
  .p-news-article-sns__text {
    font-family: Hind, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    text-orientation: sideways;
    -webkit-margin-after: -0.25em;
    margin-block-end: -0.25em;
  }
  .p-news-article-sns__text + .p-news-article-sns__ico {
    margin-top: 16px;
  }
  .p-news-article-sns__ico {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.56%, #d5d5d5),
      to(#e6e6e6)
    );
    background: linear-gradient(90deg, #d5d5d5 2.56%, #e6e6e6 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .p-news-article-sns__ico img {
    position: relative;
    top: 5px;
    z-index: 1;
  }
  .p-news-article-sns__ico + .p-news-article-sns__ico {
    margin-top: 12px;
  }
  .p-news-article-sns__ico::before {
    content: "";
    display: block;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.56%, #f7f7f7),
      to(#fafafa)
    );
    background: linear-gradient(90deg, #f7f7f7 2.56%, #fafafa 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-news-article-sns__ico::after {
    content: "";
    display: block;
    background: var(--white);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .p-news-article-sns__ico:hover::before {
    opacity: 0;
  }
  .p-news-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 72px;
  }
  .p-news-article__main {
    width: clamp(711px, 55.5555555556vw, 800px);
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .p-news-article__main::before {
    right: -164px;
    top: -152px;
    font-size: 128px;
    line-height: 1.1;
  }
  .p-news-article__label {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
  }
  .p-news-article__label::after {
    content: "";
    display: block;
    pointer-events: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background-image: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: -1;
  }
  .p-news-article__mainhdg {
    margin-bottom: 48px;
    margin-top: 24px;
  }
  .p-news-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-news-controls .c-select {
    margin-left: 40px;
  }
  .p-news-list {
    border-top: 1px solid var(--border-gray);
  }
  .p-news-list__item .category {
    margin-right: 20px;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .p-news-list__item .category::after {
    content: "";
    display: block;
    pointer-events: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background-image: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: -1;
  }
  .p-news-list__item .date {
    font-size: 1rem;
  }
  .p-news-list__item .text {
    margin: 0;
  }
  .p-news-tablist__item + .p-news-tablist__item {
    margin-left: 18px;
  }
  .p-news-tablist__item > span {
    padding-bottom: 12px;
  }
  .p-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-news__header .p-news-controls {
    margin-left: auto;
  }
  .p-news__tablist .p-top-news__tabitem {
    margin-right: 40px;
    padding-bottom: 0;
  }
  .p-news__tablist .p-top-news__tabitem:first-of-type {
    margin-right: 18px;
  }
  .p-news__body {
    margin-top: 72px;
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-notfound__linkwrapper {
    margin-top: 72px;
  }
  .p-notfound__linkwrapper--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-notfound__linkwrapper--row > .c-btn {
    margin-left: 0;
    margin-right: 0;
  }
  .p-notfound__linkwrapper--row > .c-btn:not(:first-child) {
    margin-left: 12px;
  }
  .p-office-slide .splide__track {
    width: 90.5357142857%;
  }
  .p-office-slide__item img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-office-slide__control {
    margin-top: 56px;
  }
  .p-officer-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px clamp(42px, 3.3333333333vw, 48px);
  }
  .p-officer-list__img::before {
    right: 12px;
    bottom: 12px;
    width: 32px;
    height: 32px;
    background-size: 12px 2px, 2px 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-officer-list__img::after {
    right: 12px;
    bottom: 12px;
    width: 32px;
    height: 32px;
    background-size: 12px 2px, 2px 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 3;
    opacity: 0;
  }
  .p-officer-list__img + * {
    margin-top: 20px;
  }
  .p-officer-list__title + * {
    margin-top: 4px;
  }
  .p-officer-list__name {
    font-size: 1.125rem;
  }
  .p-officer-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
    -webkit-column-gap: 3.5714285714%;
    -moz-column-gap: 3.5714285714%;
    column-gap: 3.5714285714%;
  }
  .p-officer-modal__img {
    border-radius: 10px;
    width: 36%;
  }
  .p-officer-modal__info {
    width: 60%;
  }
  .p-officer-modal__name > .en {
    margin-left: 12px;
  }
  .p-officer-modal__body p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-officer-modal__body + .p-officer-modal__link {
    margin-top: 40px;
  }
  .p-officer-modal__close {
    overflow: hidden;
    border-top-right-radius: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p-oth__hdg {
    margin-bottom: 72px;
  }
  .p-recruit-banner {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-banner + * {
    margin-top: 136px;
  }
  .p-recruit-banner + .p-recruit-banner {
    margin-top: 32px;
  }
  .p-recruit-benefit {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-benefit + * {
    margin-top: 136px;
  }
  .p-recruit-data + * {
    margin-top: 136px;
  }
  .p-recruit-data__body {
    padding-top: 88px;
    padding-bottom: 120px;
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-data__lead {
    width: 62.5%;
    font-size: 1.25rem;
  }
  .p-recruit-data__list {
    width: 62.5%;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--border-gray);
  }
  .p-recruit-data__list li {
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .p-recruit-data__list li + li {
    margin-top: 16px;
  }
  .p-recruit-entry {
    margin-top: 160px;
    padding-top: 96px;
    padding-bottom: 128px;
  }
  .p-recruit-entry__title > .en {
    font-size: 4.5rem;
    line-height: 1;
  }
  .p-recruit-entry__title > .ja {
    font-size: 1.25rem;
    line-height: 1.35;
  }
  .p-recruit-entry__title + * {
    margin-top: 56px;
  }
  .p-recruit-entry__list {
    width: clamp(924px, 72.2222222222vw, 1040px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.8461538462%;
    -moz-column-gap: 3.8461538462%;
    column-gap: 3.8461538462%;
  }
  .p-recruit-entry__link {
    width: 30.7692307692%;
  }
  .p-recruit-entry__link > a {
    font-size: 1rem;
    line-height: 1.6;
    height: 88px;
  }
  .p-recruit-ideal {
    overflow: hidden;
    min-height: clamp(426px, 33.3333333333vw, 480px);
  }
  .p-recruit-ideal + * {
    margin-top: 120px;
  }
  .p-recruit-ideal::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: clamp(426px, 33.3333333333vw, 480px);
    height: clamp(426px, 33.3333333333vw, 480px);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/recruit/bg_ideal.jpg);
    border-radius: 40px 0 0;
  }
  .p-recruit-ideal__body {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-ideal__lead {
    width: 62.5%;
    font-size: 1.25rem;
  }
  .p-recruit-ideal__list {
    width: 62.5%;
    margin-top: 48px;
    padding-top: 48px;
  }
  .p-recruit-ideal__list li {
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .p-recruit-ideal__list li + li {
    margin-top: 16px;
  }
  .p-recruit-initiative {
    overflow: hidden;
    margin-top: 68px;
  }
  .p-recruit-initiative + * {
    margin-top: 128px;
  }
  .p-recruit-initiative__mv {
    width: auto;
    line-height: 1;
    margin-bottom: 88px;
  }
  .p-recruit-initiative__body {
    margin-inline: auto;
    width: clamp(995px, 77.7777777778vw, 1120px);
    min-height: 389px;
  }
  .p-recruit-initiative__body::before {
    top: 113px;
    margin-top: -1em;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: calc(100% - 0.5em) 0.5em;
    transform-origin: calc(100% - 0.5em) 0.5em;
    font-size: 6rem;
    font-weight: 300;
    margin-right: -0.12em;
  }
  .p-recruit-initiative__lead {
    font-size: 2rem;
  }
  .p-recruit-initiative__lead mark {
    padding-top: 0;
    padding-bottom: 1px;
    padding-inline: 7px;
  }
  .p-recruit-initiative__lead + * {
    margin-top: 38px;
  }
  .p-recruit-initiative__text {
    width: 880px;
  }
  .p-recruit-initiative__text p {
    line-height: 2;
  }
  .p-recruit-interview + * {
    margin-top: 136px;
  }
  .p-recruit-interview__body {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-interview__more {
    margin-top: 48px;
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-interview__more .c-btn {
    margin-left: auto;
  }
  .p-recruit-office + * {
    margin-top: 136px;
  }
  .p-recruit-office__title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
  .p-recruit-office__title[data-label]::before {
    top: -24px;
    left: -88px;
    font-size: 8.75rem;
    line-height: 1;
  }
  .p-recruit-office__title + * {
    margin-top: 32px;
  }
  .p-recruit-office__body {
    padding-top: 24px;
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-shortcut {
    top: 215px;
    right: 0;
  }
  .p-recruit-shortcut__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
    height: 112px;
  }
  .p-recruit-shortcut__item {
    width: 100%;
  }
  .p-recruit-shortcut__item:first-child {
    border-radius: 10px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p-recruit-shortcut__item:last-child {
    border-radius: 0 0 0 10px;
  }
  .p-recruit-type {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-recruit-type__tabitem {
    height: 68px;
  }
  .p-recruit-type__tabitem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
    opacity: 0;
  }
  .p-recruit-type__tabitem > span {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .p-recruit-type__tab {
    padding-top: 64px;
  }
  .p-recruit-type__subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-recruit-type__subtitle + * {
    margin-top: 32px;
  }
  .p-recruit-type + * {
    margin-top: 136px;
  }
  .p-section > .p-subsection {
    margin-top: 40px;
  }
  .p-section > .p-division {
    margin-top: 32px;
  }
  .p-section + * {
    margin-top: 56px;
  }
  .p-sitemap__container {
    margin-top: 72px;
  }
  .p-sitemap__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 56px 70px;
    margin-top: 72px;
  }
  .p-sitemap__grid--other .p-sitemap__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
  .p-sitemap__item {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-sitemap__item + .p-sitemap__item {
    margin-top: 12px;
  }
  .p-sitemap .c-hdg2-sm a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-sitemap .c-hdg2-sm a:hover {
    opacity: 0.6;
  }
  .p-subsection > .p-division {
    margin-top: 32px;
  }
  .p-subsection + .p-subsection {
    margin-top: 40px;
  }
  .p-subsection > p {
    width: clamp(764px, 59.7222222222vw, 860px);
  }
  .p-subsection a {
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  .p-sustainability-bg {
    min-height: 997px;
    background-size: 900px auto;
    background-position: 92% 157px;
    -webkit-animation: floatBgWavePc 6s linear infinite;
    animation: floatBgWavePc 6s linear infinite;
  }
  .p-sustainability-bg::before {
    background-size: 900px auto;
    background-position: 92% 157px;
    -webkit-animation: floatBgObjPc 6s 0.5s linear infinite;
    animation: floatBgObjPc 6s 0.5s linear infinite;
  }
  .p-sustainability-governance__nav {
    margin-top: 64px;
  }
  .p-sustainability-governance__section {
    margin-top: 76px;
  }
  .p-sustainability-governance__section > p + p {
    margin-top: 34px;
  }
  .p-sustainability-governance__subsection {
    margin-top: 60px;
  }
  .p-sustainability-governance__subsection > p {
    width: clamp(764px, 59.7222222222vw, 860px);
  }
  .p-sustainability-governance__content:first-of-type {
    margin-top: 40px;
  }
  .p-sustainability-governance__content > p {
    width: clamp(764px, 59.7222222222vw, 860px);
  }
  .p-sustainability-governance__content > p + p {
    margin-top: 36px;
  }
  .p-sustainability-governance__content .c-list-link {
    margin-top: 26px;
  }
  .p-sustainability-initiatives__nav {
    margin-top: 64px;
  }
  .p-sustainability-initiatives__section {
    margin-top: 80px;
  }
  .p-sustainability-initiatives__section > p {
    width: clamp(764px, 59.7222222222vw, 860px);
    margin-top: 38px;
  }
  .p-sustainability-initiatives__section
    + .p-sustainability-initiatives__section {
    margin-top: 72px;
  }
  .p-sustainability-initiatives__subsection {
    margin-top: 60px;
  }
  .p-sustainability-initiatives__subsection > p {
    width: clamp(764px, 59.7222222222vw, 860px);
  }
  .p-sustainability-initiatives__subsection > p + p {
    margin-top: 30px;
  }
  .p-sustainability-initiatives__subsection .c-figure {
    margin-top: 56px;
  }
  .p-sustainability-initiatives__value {
    margin-top: 52px;
  }
  .p-sustainability-initiatives__value > section + section {
    margin-top: 54px;
  }
  .p-sustainability-initiatives__value h4 {
    font-size: 1.375rem;
  }
  .p-sustainability-initiatives__value p {
    margin-top: 22px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .p-sustainability-initiatives__value p > span {
    padding-bottom: 8px;
  }
  .p-sustainability-initiatives__value + p {
    margin-top: 48px;
  }
  .p-sustainability-initiatives__detail {
    margin-top: 48px;
  }
  .p-sustainability-initiatives__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 42px;
    padding: 32px;
  }
  .p-sustainability-initiatives__profileimg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
  .p-sustainability-initiatives__movie {
    border-radius: 20px;
    margin-top: 40px;
  }
  .p-sustainability-materiality__nav {
    margin-top: 64px;
  }
  .p-sustainability-materiality__section {
    margin-top: 76px;
  }
  .p-sustainability-materiality__subsection {
    margin-top: 60px;
  }
  .p-sustainability-materiality__subsection > p {
    width: clamp(764px, 59.7222222222vw, 860px);
  }
  .p-sustainability-materiality__subsection > p + p {
    margin-top: 34px;
  }
  .p-sustainability-materiality__subsection .c-figure {
    margin-top: 60px;
  }
  .p-sustainability-materiality__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-sustainability-materiality__step > div {
    width: 28.75%;
  }
  .p-sustainability-materiality__step > div + div::before {
    inset: 34px auto 0 -15.2173913043%;
    width: 20px;
    height: 34px;
  }
  .p-sustainability-materiality__step dt {
    font-size: 1.125rem;
  }
  .p-sustainability-materiality__step dd {
    padding: 26px 0 20px;
    min-height: 104px;
  }
  .p-sustainability-materiality__list > li {
    width: clamp(764px, 59.7222222222vw, 860px);
    padding-left: 22px;
  }
  .p-sustainability-materiality__list > li::before {
    width: 12px;
    height: 3px;
    border-radius: 1.5px;
  }
  .p-sustainability-materiality__list > li + li {
    margin-top: 12px;
  }
  .p-sustainability-slide {
    padding-top: 120px;
    width: 137.5%;
    margin-left: clamp(-100px, -6.9444444444vw, -89px);
  }
  .p-sustainability-slide--sdgs {
    padding-top: 56px;
  }
  .p-sustainability-slide[data-label]::before {
    top: 110px;
    right: clamp(103px, 8.0555555556vw, 116px);
    white-space: nowrap;
    font-size: clamp(106px, 8.3333333333vw, 120px);
    -webkit-transform-origin: calc(100% - 0.5em) 0.5em;
    transform-origin: calc(100% - 0.5em) 0.5em;
    margin-top: -1em;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(17%, rgb(0, 0, 0)),
      color-stop(120%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(90deg, rgb(0, 0, 0) 17%, rgba(0, 0, 0, 0) 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    opacity: 0.2;
  }
  .p-sustainability-slide + .p-sustainability-initiatives__section {
    margin-top: 146px;
  }
  .p-sustainability-slide + .p-sustainability-materiality__section {
    margin-top: 90px;
  }
  .p-sustainability-slide__wrapper {
    margin-inline: calc(50% - 50vw);
    margin-inline: calc(50% - 50 * var(--vw));
  }
  .p-sustainability-slide__body {
    padding-left: clamp(88px, 6.9444444444vw, 100px);
    width: clamp(1173px, 91.6666666667vw, 1320px);
  }
  .p-sustainability-slide__ttl {
    font-size: 2.5rem;
  }
  .p-sustainability-slide__ttl + .p-sustainability-slide__nav {
    margin-top: 32px;
  }
  .p-sustainability-slide__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px clamp(21px, 1.6666666667vw, 24px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: clamp(853px, 66.6666666667vw, 960px);
  }
  .p-sustainability-slide__navitem span {
    padding-bottom: 5px;
    font-size: 0.9375rem;
  }
  .p-sustainability-slide__slider {
    margin: 60px auto 0;
  }
  .p-sustainability-slide__slider .splide__track {
    width: clamp(853px, 66.6666666667vw, 960px);
  }
  .p-sustainability-slide__slider .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-sustainability-slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 5.8333333333%;
    -moz-column-gap: 5.8333333333%;
    column-gap: 5.8333333333%;
  }
  .p-sustainability-slide__img {
    width: 33.3333333333%;
  }
  .p-sustainability-slide__sdgs {
    left: 16px;
    bottom: 24px;
  }
  .p-sustainability-slide__content {
    height: 100%;
    width: 60.8333333333%;
    padding-bottom: 64px;
  }
  .p-sustainability-slide__copy {
    font-size: 1.75em;
  }
  .p-sustainability-slide__control {
    display: none;
  }
  .p-sustainability {
    padding-top: 6px;
    padding-bottom: 160px;
  }
  .p-sustainability__illust {
    position: absolute;
    top: -204px;
    right: -304px;
    width: 102.9464285714%;
  }
  .p-sustainability__continer {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
    row-gap: 72px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-sustainability__nav:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-sustainability__title {
    margin-bottom: 26px;
  }
  .p-sustainability__link {
    padding-bottom: 2px;
    padding-right: 32px;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .p-sustainability__link:hover {
    border-color: rgba(0, 0, 0, 0);
  }
  .p-sustainability__link .c-btn-icolink-small__text {
    margin-right: 14px;
    font-size: 1.5em;
  }
  .p-sustainability__link .c-btn-icolink-small__arr,
  .p-sustainability__link .c-btn-icolink-small__arr-hover {
    margin-bottom: 2px;
  }
  .p-sustainability__item + .p-sustainability__item {
    margin-top: 12px;
  }
  .p-top-company-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 42px;
    -webkit-column-gap: 5.3571428571%;
    -moz-column-gap: 5.3571428571%;
    column-gap: 5.3571428571%;
  }
  .p-top-company-tile__large {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.8571428571%;
  }
  .p-top-company-tile__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    gap: 48px 3.5714285714%;
  }
  .p-top-company-tile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
  }
  .p-top-company-tile__img {
    border-radius: clamp(8px, 0.6944444444vw, 10px);
  }
  .p-top-company-tile__img + .c-btn-icolink-small {
    margin-top: 20px;
  }
  .p-top-company-tile__link[target="_blank"] .c-btn-icolink-small__text::after {
    margin-left: 12px;
  }
  .p-top-company + * {
    margin-top: 120px;
  }
  .p-top-company__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-top-company__header .p-top-section__hdg {
    margin-bottom: 0;
  }
  .p-top-company__header .c-btn-main {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .p-top-company__header + * {
    margin-top: 42px;
  }
  .p-top-important {
    padding: 40px;
    width: clamp(853px, 66.6666666667vw, 960px);
    border-radius: clamp(17px, 1.3888888889vw, 20px);
  }
  .p-top-important + * {
    margin-top: 120px;
  }
  .p-top-important__body figure figcaption + *,
  .p-top-important__body figure * + figcaption {
    margin-top: 10px;
  }
  .p-top-mv-slider {
    padding-right: 80px;
  }
  .p-top-mv-slider__track {
    border-radius: 0 40px 0 0;
    overflow: hidden;
  }
  .p-top-mv-slider__slidebg img {
    width: 100%;
    height: auto;
    border-radius: 0 40px 0 0;
  }
  .p-top-mv-slider__slidecontents {
    position: absolute;
    top: max(7.2222222222vw, 104px);
    left: max(8.3333333333vw, 120px);
  }
  .p-top-mv-slider__hdg > .sub {
    font-size: max(1.1111111111vw, 16px);
  }
  .p-top-mv-slider__hdg > .sub::before {
    width: max(2.7777777778vw, 40px);
    height: max(1.1111111111vw, 16px);
  }
  .p-top-mv-slider__hdg > .main {
    margin-top: max(1.1111111111vw, 16px);
    font-size: max(3.1944444444vw, 46px);
    line-height: 1.5625;
  }
  .p-top-mv-slider__desc {
    font-size: max(1.25vw, 18px);
    margin-top: max(2.3611111111vw, 34px);
  }
  .p-top-mv-slider__morebtn {
    margin-top: max(3.3333333333vw, 48px);
  }
  .splide__pagination {
    bottom: 32px;
    right: 112px;
  }
  .splide__pagination li {
    width: 32px;
    height: 32px;
    color: var(--white);
  }
  .splide__pagination li .splide__pagination__page {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .splide__pagination li .splide__pagination__page span {
    font-size: 1.125rem;
  }
  .splide__pagination li:hover {
    color: var(--rheosred);
  }
  .p-top-mv + * {
    margin-top: 120px;
  }
  .p-top-mv__scrolldown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 36px;
    right: 40px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 24px;
  }
  .p-top-news {
    width: clamp(995px, 77.7777777778vw, 1120px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-news + * {
    margin-top: 120px;
  }
  .p-top-news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-news__hdr {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 48px;
  }
  .p-top-news__hdg {
    width: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-top-news__hdg > .ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1rem;
    line-height: 1;
  }
  .p-top-news__hdg > .en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-size: 3.125rem;
  }
  .p-top-news__tablist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 80px;
  }
  .p-top-news__tabitem {
    padding-bottom: 8px;
  }
  .p-top-news__tabitem:first-of-type {
    margin-top: -8px;
  }
  .p-top-news__tabitem:not(:first-of-type) {
    margin-top: 24px;
  }
  .p-top-news__tabitem:hover {
    color: var(--rheosred);
  }
  .p-top-news__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .p-top-news__list {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--border-gray);
  }
  .p-top-news__item .category {
    margin-right: 20px;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .p-top-news__item .category::after {
    content: "";
    display: block;
    pointer-events: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background-image: linear-gradient(270deg, #185383 6.25%, #809eb7 100%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: -1;
  }
  .p-top-news__item .date {
    font-size: 1rem;
  }
  .p-top-news__item .text {
    margin: 0;
    font-size: 1rem;
  }
  .p-top-news__link {
    margin-top: 48px;
  }
  .p-top-recruit {
    width: clamp(995px, 77.7777777778vw, 1120px);
    height: 400px;
    border-radius: 20px;
    background-image: url(../img/top/recruit.jpg);
  }
  .p-top-recruit__btn {
    margin-top: 34px;
  }
  .p-top-recruit__btn .c-btn-main {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-recruit__container {
    height: 400px;
  }
  .p-top-recruit__hdg {
    margin-bottom: 20px;
  }
  .p-top-recruit__hdg > .en {
    margin-top: 20px;
    font-size: 3.75rem;
  }
  .p-top-recruit__text {
    font-size: 1rem;
    position: relative;
  }
  .p-top-recruit__text::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 405px;
    height: 85px;
    border-radius: 20px;
    background-color: #1f1f1f;
    opacity: 0.15;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-top-section {
    width: clamp(995px, 77.7777777778vw, 1120px);
  }
  .p-top-section + .p-top-section {
    margin-top: 104px;
  }
  .p-top-section__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: min-content min-content 1fr;
  }
  .p-top-section__hdg {
    margin-bottom: 20px;
  }
  .p-top-section__hdg > .ja {
    font-size: 1rem;
  }
  .p-top-section__hdg > .en {
    margin-top: 20px;
    font-size: 4.5rem;
  }
  .p-top-section__desc {
    font-size: 1.125rem;
  }
  .p-top-section__text {
    font-size: 1rem;
  }
  .p-top-section__img {
    height: 480px;
    width: 480px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    justify-self: end;
  }
  .p-top-section__morebtn {
    margin-top: 64px;
  }
  .p-top-sustainability {
    margin-top: 160px;
    height: 600px;
    background-image: url(../img/top/sustainability.png);
  }
  .p-top-sustainability + * {
    margin-top: 120px;
  }
  .p-top-sustainability__hdg {
    margin-bottom: 20px;
  }
  .p-top-sustainability__hdg > .en {
    margin-top: 20px;
    font-size: 5rem;
  }
  .p-top-sustainability__morebtn {
    margin: 64px auto 0;
  }
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-breadcrumbs__page:not(.current) a {
    -webkit-transition-property: border, color;
    transition-property: border, color;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .l-breadcrumbs__page:not(.current) a:hover {
    color: var(--rheosred);
    border-bottom-color: rgba(31, 31, 31, 0);
  }
  .l-footer-nav__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-footer-nav__link:hover {
    color: var(--rheosred);
  }
  .l-header-nav__item:hover > .l-header-nav__panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header-nav__link:hover {
    color: var(--rheosred);
  }
  .l-header-nav__contact:hover span {
    color: var(--rheosred);
    border-bottom-color: var(--rheosred);
  }
  .l-header-nav__lang:hover::after {
    height: 96px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .l-header-nav__lang:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header-nav__lang:hover .l-header-nav__langbtn:not(.is-selected) {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  .l-header-nav__lang:hover
    .l-header-nav__langbtn.is-selected
    .c-btn-icolink__ico-text {
    color: #666;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header-nav__langbtn:not(.is-selected):hover .c-btn-icolink__ico-text {
    color: var(--rheosred);
    background-color: var(--rheosred);
    background-position: 0% 0%;
  }
  .l-header-nav__inneritem a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header-nav__inneritem a:hover {
    color: var(--rheosred);
  }
  .l-header.is-fixed .l-header-nav__lang:hover::after {
    height: 120px;
  }
  .l-side-nav__item a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-side-nav__item a:hover {
    color: var(--rheosred);
  }
  .c-btn-anchor:hover {
    background-color: rgba(31, 31, 31, 0);
  }
  .c-btn-anchor:hover::before {
    opacity: 1;
  }
  .c-btn-anchor:hover .c-btn-anchor__arr {
    -webkit-transform: rotate(90deg) translateX(25%);
    transform: rotate(90deg) translateX(25%);
  }
  .c-btn-icolink-small:hover .c-btn-icolink-small__text {
    color: var(--rheosred);
  }
  .c-btn-icolink-small:hover .c-btn-icolink-small__arr {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-btn-icolink-small:hover .c-btn-icolink-small__arr-hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-btn-main:hover {
    color: var(--white);
  }
  .c-btn-main:hover::before {
    -webkit-transform: scale(32);
    transform: scale(32);
  }
  .c-btn-main:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
  }
  .c-btn-main--white:hover .c-btn__text {
    color: var(--rheosred);
  }
  .c-btn-main--white:hover::before {
    background-color: var(--white);
  }
  .c-btn-main--back:hover::after {
    -webkit-transform: translateX(0) scale(-1, 1);
    transform: translateX(0) scale(-1, 1);
  }
  .c-collapsible__summary:hover .title {
    color: var(--rheosred);
  }
  .c-collapsible__summary:hover .icon {
    background-color: var(--rheosred);
  }
  .c-link:hover {
    color: var(--rheosred);
    text-decoration: none;
  }
  .c-list-link > li a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .c-list-link > li a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .c-list-link > li a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .c-modal__close:hover::before {
    opacity: 1;
  }
  .c-select > select {
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
  .c-select > select:hover {
    border-color: var(--rheosred);
  }
  .p-about-anchor__link:hover {
    color: var(--rheosred);
  }
  .p-about-anchor__link:hover .border {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .p-about-history__detail a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-about-history__detail a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-about-history__detail a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .p-about-message__btn:hover::before {
    -webkit-transform: scale(38);
    transform: scale(38);
  }
  .p-benefit-list__item > a:hover {
    color: var(--rheosred);
    border: 2px solid var(--rheosred);
  }
  .p-benefit-modal__body a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-benefit-modal__body a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-business-contact__email {
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .p-business-contact__email:hover {
    color: var(--rheosred);
    border-color: rgba(0, 0, 0, 0);
  }
  .p-company-history__detail a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-company-history__detail a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-company-history__detail
    a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .p-company-history th a:hover,
  .p-company-history td a:hover {
    text-decoration: none;
  }
  .p-company-outline th a:hover,
  .p-company-outline td a:hover {
    text-decoration: none;
  }
  .p-data-slide .splide__arrow:hover .arrow-hover {
    opacity: 1;
  }
  .p-data-slide .splide__pagination li .splide__pagination__page:hover::before {
    background-color: var(--white);
  }
  .p-editable-content a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-editable-content a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-editable-content a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .p-hifumi-series tbody td a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-hifumi-series tbody td a:hover {
    opacity: 0.6;
  }
  .p-index-tile__img img,
  .p-index-tile__img iframe {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-index-tile__link:hover .p-index-tile__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-index-tile__link:hover .c-btn-icolink-small__text {
    color: var(--rheosred);
  }
  .p-index-tile__link:hover .c-btn-icolink-small__arr {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-index-tile__link:hover .c-btn-icolink-small__arr-hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-interview-list__link:hover .p-interview-list__ttl span {
    border-color: rgba(0, 0, 0, 0);
  }
  .p-interview-list__link:hover .p-interview-list__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-interview-main__body a:hover {
    text-decoration: none;
  }
  .p-interview-main__section a:hover {
    text-decoration: none;
  }
  .p-interview-main__backbtn:hover::before {
    -webkit-transform: scale(3800%);
    transform: scale(3800%);
  }
  .p-interview-other__link:hover .p-interview-other__ttl span {
    border-color: rgba(0, 0, 0, 0);
  }
  .p-interview-other__link:hover .p-interview-other__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-interview-slide .splide__arrow:hover .arrow-hover {
    opacity: 1;
  }
  .p-interview-slide__item a:hover .p-interview-slide__photo img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-interview-slide__item a:hover .c-btn-icolink-small__arr {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-interview-slide__item a:hover .c-btn-icolink-small__arr-hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-ir-calendar__detail a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-ir-calendar__detail a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-ir-calendar__detail a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .p-ir-calendar th a:hover,
  .p-ir-calendar td a:hover {
    text-decoration: none;
  }
  .p-ir-investors-banner > a img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-ir-investors-banner > a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-ir-investors-banner > a:hover .c-btn-icolink__text {
    color: var(--rheosred);
  }
  .p-ir-investors-banner > a:hover .c-btn-icolink__ico {
    background-color: rgba(0, 0, 0, 0);
  }
  .p-ir-investors-banner > a:hover .c-btn-icolink__ico::before {
    opacity: 1;
  }
  .p-ir-mailnews .submit.c-btn-main--lg:hover::before {
    -webkit-transform: scale(38);
    transform: scale(38);
  }
  .p-ir-section a:not([class^="c-btn"]) {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-ir-section a:not([class^="c-btn"]):hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-ir-section .s_eirList .eirItem_title_link:hover {
    border: none;
  }
  .p-ir-section .s_eirList .eirItem_title_link:hover .s_eirModule_size_item {
    color: var(--rheosred);
  }
  .p-ir-section .yearController.s_yearController .s_eirSelect {
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
  .p-ir-section .yearController.s_yearController .s_eirSelect:hover {
    border-color: var(--rheosred);
  }
  .p-ir-section
    .newsTypeController.s_newsTypeController
    .s_eirTab
    .activeTarget
    a {
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .p-ir-section
    .newsTypeController.s_newsTypeController
    .s_eirTab
    .activeTarget
    a:hover {
    color: var(--white);
    background-color: var(--rheosred);
  }
  .p-jobtype-list__item a:hover {
    color: var(--rheosred);
  }
  .p-news-list__item a[href]:hover .category {
    background-color: rgba(191, 56, 38, 0);
  }
  .p-news-list__item a[href]:hover .text {
    color: var(--rheosred);
  }
  .p-news-list__item a[target="_blank"]:not([href$=".pdf"]):hover .text::after {
    background-color: var(--rheosred);
  }
  .p-news-tablist__item {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-news-tablist__item:hover {
    color: var(--rheosred);
  }
  .p-officer-list__item a:hover .p-officer-list__img::before {
    opacity: 0;
  }
  .p-officer-list__item a:hover .p-officer-list__img::after {
    opacity: 1;
  }
  .p-officer-list__item a:hover .p-officer-list__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-recruit-banner a:hover img {
    opacity: 0.6;
  }
  .p-recruit-entry__link > a:hover {
    color: var(--white);
    background-color: var(--black);
  }
  .p-recruit-shortcut__item--entry a:hover::before {
    opacity: 1;
  }
  .p-recruit-shortcut__item--guidelines a:hover span {
    color: var(--rheosred);
    background-color: var(--rheosred);
    background-position: 0% 0%;
  }
  .p-recruit-type__tabitem[aria-selected="true"]:hover > span,
  .p-recruit-type__tabitem[aria-selected="false"]:hover > span {
    color: var(--white);
  }
  .p-recruit-type__tabitem[aria-selected="true"]:hover::before,
  .p-recruit-type__tabitem[aria-selected="false"]:hover::before {
    opacity: 1;
  }
  .p-section a {
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .p-section a:hover {
    color: var(--rheosred);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .p-section a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .p-subsection a:hover {
    color: var(--rheosred);
    border-color: rgba(0, 0, 0, 0);
  }
  .p-sustainability-governance__content > p a:hover {
    text-decoration: underline;
  }
  .p-sustainability-initiatives__section > p a:hover {
    border-color: rgba(0, 0, 0, 0);
  }
  .p-sustainability-slide__navitem:hover span {
    color: var(--rheosred);
  }
  .p-sustainability-slide__slider .splide__arrow:hover .arrow-default {
    opacity: 0;
  }
  .p-sustainability-slide__slider .splide__arrow:hover .arrow-hover {
    opacity: 1;
  }
  .p-sustainability-slide__arrow:hover .arrow-default {
    opacity: 0;
  }
  .p-sustainability-slide__arrow:hover .arrow-hover {
    opacity: 1;
  }
  .p-sustainability__item a {
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .p-sustainability__item a:hover {
    color: var(--rheosred);
    border-color: rgba(0, 0, 0, 0);
  }
  .p-top-company-tile__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-top-company-tile__link:hover .p-top-company-tile__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-top-company-tile__link:hover .c-btn-icolink-small__text {
    color: var(--rheosred);
  }
  .p-top-company-tile__link:hover .c-btn-icolink-small__arr {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-top-company-tile__link:hover .c-btn-icolink-small__arr-hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-top-important__body a[target="_blank"]:not([href$=".pdf"]):hover::after {
    background-color: var(--rheosred);
  }
  .p-top-news__item a:hover {
    z-index: 1;
  }
  .p-top-news__item a:hover[target="_blank"] .text::after {
    background-color: var(--rheosred);
  }
  .p-top-news__item a:hover .text,
  .p-top-news__item a:hover .date {
    color: var(--rheosred);
  }
  .p-top-news__item a:hover .category {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-recruit-initiative__mv {
    margin-left: 142.5px;
  }
  .p-recruit-initiative__body::before {
    right: calc(50% - 640px);
  }
}
@media screen and (min-width: 1281px) {
  .p-recruit-initiative__mv {
    margin-left: max(50% - 38.8888888889vw, 50% - 560px);
  }
  .p-recruit-initiative__body::before {
    right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .l-background__stroke {
    width: 100%;
    height: 100%;
  }
  .l-background__stroke circle {
    stroke-width: 6px;
  }
  .l-background__fill {
    width: 100%;
    height: 100%;
  }
  .l-content__header {
    overflow: hidden;
    margin: 0 -5.9701492537%;
    padding: 0 5.9701492537%;
  }
  .l-footer-end .logo {
    width: 240px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
  .l-footer-end__info {
    display: contents;
  }
  .l-footer-end__infotext {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-footer-end__copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 16px;
  }
  .l-footer-nav__item + .l-footer-nav__item {
    margin-top: 22px;
  }
  .l-footer-nav__item--contact .c-btn-icolink-small__text {
    font-size: 1.125rem;
  }
  .l-footer-nav__itembtn > .c-btn-icolink-small__text:lang(en) {
    padding-top: 5px;
    line-height: 1;
  }
  .l-footer-nav__innerlist {
    display: none;
  }
  .l-footer {
    padding: 36px 5.3333333333vw 32px;
  }
  .l-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background: var(--white);
    color: #000;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header-nav[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .l-header-nav[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header-nav__menu {
    position: absolute;
    top: 64px;
    bottom: 0;
    overflow-y: scroll;
    padding: 44px 20px 80px;
    width: 100%;
  }
  .l-header-nav__list {
    margin-top: 36px;
  }
  .l-header-nav__item + .l-header-nav__item {
    margin-top: 19px;
  }
  .l-header-nav__item > .l-header-nav__panel {
    margin-top: 6px;
    -webkit-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    height: 0;
  }
  .l-header-nav__item > .l-header-nav__panel:not(.active) {
    display: none;
  }
  .l-header-nav__link[target="_blank"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-nav__link[target="_blank"]::after {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-top: -6px;
  }
  .l-header-nav__link > span {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    text-transform: uppercase;
    border-width: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-family: Hind, sans-serif;
  }
  .l-header-nav__link > span[lang="ja"] {
    display: none;
  }
  .l-header-nav__link.js-accordion-toggle > span {
    position: relative;
    padding-right: 36px;
  }
  .l-header-nav__link.js-accordion-toggle > span::before,
  .l-header-nav__link.js-accordion-toggle > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(currentColor),
      to(currentColor)
    );
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 8px 2px;
    background-position: center center;
  }
  .l-header-nav__link.js-accordion-toggle > span::before {
    border: 2px solid currentColor;
  }
  .l-header-nav__link.js-accordion-toggle > span::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-header-nav__link.js-accordion-toggle.active > span::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .l-header-nav__contact {
    position: relative;
    padding-left: 21px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--border-gray);
  }
  .l-header-nav__contact::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-header-nav__lang {
    position: absolute;
    right: 20px;
    top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-header-nav__langbtn .c-btn-icolink__ico {
    display: contents;
  }
  .l-header-nav__langbtn .c-btn-icolink__ico .c-btn-icolink__ico-text {
    color: var(--black);
    font-family: Hind, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    position: relative;
  }
  .l-header-nav__langbtn.is-selected
    .c-btn-icolink__ico
    .c-btn-icolink__ico-text {
    color: var(--rheosred);
  }
  .l-header-nav__langbtn.is-selected::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--rheosred);
    position: absolute;
    bottom: 0;
  }
  .l-header-nav__inneritem {
    font-size: 1rem;
    line-height: 1.6;
  }
  .l-header-nav__inneritem + .l-header-nav__inneritem {
    margin-top: 3px;
  }
  .l-header-nav__hifumi {
    margin-top: 40px;
  }
  .l-header-nav__sub {
    margin-top: 28px;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: var(--white);
  }
  .l-header .logo {
    line-height: 1;
    display: block;
    width: 90px;
    z-index: 200;
  }
  .l-header .logo img {
    vertical-align: top;
  }
  .l-index--overflow {
    overflow: hidden;
  }
  .l-lower__inner {
    overflow: hidden;
  }
  .l-lower__side {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-lower__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    height: 100%;
  }
  .l-lower__header--logo .c-logo-tw100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 8px;
    padding-right: 44px;
  }
  :lang(en) .l-lower__header--logo .c-logo-tw100 {
    padding-right: 0;
  }
  .l-lower__lead p {
    line-height: 1.625;
  }
  .l-lower__leadnav {
    margin-top: 32px;
  }
  .l-main.-top {
    padding-bottom: 100px;
  }
  .l-side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: 16px;
  }
  .l-side-nav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    margin-right: 20px;
    padding-right: 20px;
  }
  .l-side-nav__title::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 0 auto;
    width: 1px;
    height: 40px;
    margin: auto;
    background-color: var(--border-gray);
  }
  .l-side-nav__title .c-btn-icolink-small__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    font-weight: 700;
  }
  .l-side-nav__title .c-btn-icolink-small__arr,
  .l-side-nav__title .c-btn-icolink-small__arr-hover {
    display: none;
  }
  .l-side-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .l-side-nav__item a {
    white-space: nowrap;
  }
  .l-side-nav__item + * {
    margin-left: 16px;
  }
  .l-side-nav__item.is-current::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .l-side-nav__item:last-child {
    padding-right: 16px;
  }
  .l-side-nav__item:last-child.is-current::before {
    width: calc(100% - 16px);
  }
  .c-box-profile-detail__photo img {
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn-anchor {
    min-height: 56px;
  }
  .c-btn-main {
    width: 100%;
  }
  .c-btn__text {
    letter-spacing: -0.04em;
  }
  .c-figure--swipe {
    width: 94.6666666667vw;
    overflow-x: auto;
  }
  .c-figure--swipe > img {
    display: block;
    max-width: none;
    width: 960px;
  }
  .c-figure--swipe .c-swipe {
    width: 960px;
  }
  .c-figure--organization {
    width: 94.6666666667vw;
    overflow-x: auto;
  }
  .c-figure--organization > img {
    display: block;
    max-width: none;
    width: 864px;
  }
  .c-figure--organization .c-swipe {
    width: 864px;
  }
  .c-hdg1-lower__copycontainer {
    top: 50px;
    left: 60px;
    height: 41.6px;
  }
  .c-hdg1-lower__copycontainer--long {
    left: 60px;
    top: 62px;
    height: 31.2px;
  }
  .c-hdg1__copycontainer {
    top: -46px;
    left: 50px;
  }
  .c-hdg1__copy--pluslong {
    font-size: min(10.9333333333vw, 41px);
  }
  .c-hdg1__copy--long {
    font-size: min(12.2666666667vw, 46px);
  }
  .c-hdg1__copy--middle {
    font-size: min(14.4vw, 54px);
  }
  .c-hdg3 + .c-list-contact,
  .p-editable-content h3:not([class*="c-hdg"]) + .c-list-contact {
    margin-top: 8px;
  }
  .c-hdg3 > .note,
  .p-editable-content h3:not([class*="c-hdg"]) > .note {
    font-size: 0.875rem;
  }
  .c-list-link .spline {
    border: none;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--text-gray)),
      to(var(--text-gray))
    );
    background-image: linear-gradient(var(--text-gray), var(--text-gray));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
  }
  .c-figure + .c-list-notice {
    margin-top: 18px;
  }
  .c-list-text {
    margin-top: 32px;
  }
  .c-list-text + .c-figure {
    margin-top: 22px;
  }
  .c-logo-tw100 > figcaption {
    display: none;
  }
  .c-modal__container {
    position: absolute;
    top: 32px;
  }
  .c-modal__close {
    border-top-right-radius: 20px;
  }
  .c-modal__content {
    background-color: var(--white);
    border-radius: 20px 22px 20px 20px;
  }
  .c-pager__container {
    padding: 0 40px;
    margin: 0 20px;
    min-height: 40px;
  }
  .c-swipe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 814px;
    background: rgba(17, 17, 17, 0.5);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .c-swipe__icon {
    position: absolute;
    inset: 0 auto 0 140px;
    width: 96px;
    height: 119px;
    margin: auto;
  }
  .c-table-ir th,
  .c-table-ir td {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .c-table-noborder tr {
    display: block;
  }
  .c-table-noborder tr + tr {
    margin-top: 12px;
  }
  .c-table-noborder th,
  .c-table-noborder td {
    display: block;
    padding: 0;
  }
  .c-table-noborder th::after {
    content: "：";
  }
  .c-table-reflow {
    border-top: 1px solid var(--border-gray);
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .c-table-reflow tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-table-reflow th,
  .c-table-reflow td {
    border-top: none;
  }
  .p-about-hifumi__body {
    padding-bottom: 40px;
    border-bottom: 2px solid #809eb7;
  }
  .p-about-hifumi__text {
    margin-top: 18px;
  }
  .p-about-hifumi__logo img {
    display: block;
    margin: 48px auto 0;
  }
  .p-about-history {
    margin-top: -16px;
  }
  .p-about-history__side {
    display: grid;
    place-items: center;
    position: fixed;
    z-index: 10;
    inset: auto 0 40px 0;
    width: 94.6666666667vw;
    height: 13.8666666667vw;
    border-radius: 10px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(6.25%, #185383),
      to(#809eb7)
    );
    background-image: linear-gradient(90deg, #185383 6.25%, #809eb7 100%);
    margin: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-about-history__year {
    color: var(--white);
    font-size: 2rem;
  }
  .p-about-history__event .month {
    display: block;
  }
  .p-about-history__event .term {
    display: block;
    margin-top: 6px;
  }
  .p-about-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-about-message__column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-about-message__column + .p-about-message__column {
    display: contents;
  }
  .p-about-message__ttl {
    margin-top: 48px;
  }
  .p-about-message__info {
    margin-top: 48px;
    padding-top: 34px;
  }
  .p-about-message__position {
    font-weight: 500;
  }
  .p-about-message__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: 56px;
    border-radius: 28px;
  }
  .p-about-message__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 10px;
  }
  .p-about-message__img img {
    width: 100%;
  }
  .p-about-philosophy__section .c-hdg2 {
    font-size: 1.25rem;
  }
  .p-about-philosophy__section .c-text-bold {
    margin-top: 32px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .p-about-philosophy__section .c-text-bold > span {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24px;
  }
  .p-about-philosophy__section dd > span {
    font-weight: 500;
  }
  .p-benefit-list__item img + span {
    margin-top: 4px;
  }
  .p-business-contact__inner {
    margin-top: 24px;
    padding: 32px 20px;
  }
  .p-business-contact__section {
    padding: 23px 20px;
  }
  .p-business-contact__section + .p-business-contact__section {
    margin-top: 32px;
  }
  .p-business-contact__tel > small {
    display: block;
  }
  .p-business-lower {
    overflow: hidden;
  }
  .p-business-lower .c-figure {
    overflow-x: auto;
    width: 94.6666666667vw;
  }
  .p-business-lower .c-figure > img {
    max-width: none;
    width: 814px;
  }
  .p-business-message__info {
    margin-top: 48px;
    padding-top: 34px;
  }
  .p-business-message__img {
    margin-top: 32px;
  }
  .p-business-modal__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-business-modal__container {
    position: relative;
    top: auto;
  }
  .p-business-philosophy__list dt > small {
    display: block;
  }
  .p-business > p {
    line-height: 1.625;
  }
  .p-business > .p-subsection {
    margin-top: 36px;
  }
  .p-business > .p-subsection p {
    line-height: 1.625;
  }
  .p-business__inner {
    position: relative;
    width: 100%;
    overflow-x: auto;
  }
  .p-business__inner .c-swipe {
    width: 1120px;
  }
  .p-company-history__year + .p-company-history__detail {
    margin-top: 12px;
  }
  .p-company-history__detail dt + dd,
  .p-company-history__detail dt + p,
  .p-company-history__detail h4 + dd,
  .p-company-history__detail h4 + p {
    margin-top: 6px;
  }
  .p-company-history__detail dd,
  .p-company-history__detail p {
    padding-left: 26px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--border-gray)),
      to(var(--border-gray))
    );
    background-image: linear-gradient(var(--border-gray), var(--border-gray));
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-position: 12px 0;
  }
  .p-company-history tr {
    display: block;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-company-history th,
  .p-company-history td {
    display: block;
  }
  .p-company-history th + td {
    margin-top: 20px;
  }
  .p-company-office__address .note {
    margin-top: 12px;
  }
  .p-company-office__access .note {
    margin-top: 5px;
  }
  .p-company-office__map {
    margin-top: 40px;
  }
  .p-company-outline {
    display: block;
  }
  .p-company-outline tbody {
    display: block;
  }
  .p-company-outline tr {
    display: block;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-company-outline th,
  .p-company-outline td {
    display: block;
  }
  .p-company-outline th a,
  .p-company-outline td a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .p-company-outline th {
    font-size: 1.125rem;
  }
  .p-company-outline th + td {
    margin-top: 16px;
  }
  .p-data-slide {
    margin-top: 32px;
  }
  .p-data-slide__control {
    left: 0;
    bottom: -132px;
    width: 100%;
  }
  .p-editable-content table:not([class*="c-table"]) .last {
    margin-bottom: 0;
  }
  .p-fund-list {
    width: 100%;
  }
  .p-fund-list > li {
    width: 100%;
    min-height: 180px;
  }
  .p-hifumi-series tbody th {
    width: 220px;
  }
  .p-hifumi-series tbody td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 120px;
    line-height: 1.5714285714;
  }
  .p-hifumi-series.-en {
    width: 100%;
  }
  .p-hifumi-series.-en thead th {
    font-size: 0.625rem;
  }
  .p-hifumi-series.-en tbody th,
  .p-hifumi-series.-en tbody td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
    height: auto;
    font-size: 0.625rem;
    line-height: 1.5;
  }
  .p-index-buttons__item .c-btn-anchor {
    min-height: 64px;
    padding-right: 32px;
    padding-left: 4px;
  }
  .p-index-buttons__item .c-btn-anchor__text {
    font-size: 0.875rem;
  }
  .p-index-buttons__item .c-btn-anchor__arr,
  .p-index-buttons__item .c-btn-anchor__circlearr {
    right: 12px;
  }
  .p-index-buttons__item .c-btn-anchor__blank {
    right: 16px;
  }
  .p-index-tile__item + * {
    margin-top: 36px;
  }
  .p-index-tile__item--large + * {
    margin-top: 48px;
  }
  .p-index-tile__item--large .p-index-tile__img img {
    aspect-ratio: 1/1;
  }
  .p-index-tile__item--pclarge + * {
    margin-top: 48px;
  }
  .p-index-tile__link .c-btn-icolink-small__text {
    font-size: 1.125rem;
  }
  .p-interview-header__content {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .p-interview-header__ttl br {
    display: none;
  }
  .p-interview-header__joined {
    margin-top: 6px;
  }
  .p-interview-header__detail {
    margin-left: auto;
    margin-right: auto;
  }
  .p-interview-header__profile {
    margin-left: auto;
    margin-right: auto;
  }
  .p-interview-list__item + .p-interview-list__item {
    margin-top: 32px;
  }
  .p-interview-main__backbtn {
    height: 56px;
    border-radius: 28px;
  }
  .p-interview-other__item + .p-interview-other__item {
    margin-top: 32px;
  }
  .p-interview-slide {
    width: 86.1333333333vw;
    margin: 34px auto 0;
  }
  .p-interview-slide__control {
    margin-top: 40px;
    margin-left: -8px;
  }
  .p-interview-slide__item::before {
    margin-bottom: 8px;
    padding-right: 6px;
    text-align: right;
    letter-spacing: 0.02em;
  }
  .p-interview-slide__info {
    padding-left: 5px;
  }
  .p-interview-slide__info .c-btn-icolink-small {
    display: none;
  }
  .p-interview-slide__name {
    margin-top: 12px;
  }
  .p-interview {
    overflow: hidden;
  }
  .p-ir-calendar__year + .p-ir-calendar__detail {
    margin-top: 12px;
  }
  .p-ir-calendar tr {
    display: block;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-ir-calendar th,
  .p-ir-calendar td {
    display: block;
  }
  .p-ir-calendar th + td {
    margin-top: 20px;
  }
  .p-ir-index-grid > .item + .item {
    margin-top: 5.3333333333vw;
  }
  .p-ir-index-grid > .item.-library + .item {
    margin-top: 10.6666666667vw;
  }
  .p-ir-investors-banner > a .c-btn-icolink .c-btn-icolink__text {
    color: var(--white);
  }
  .p-ir-investors-banner > a .c-btn-icolink .c-btn-icolink__ico {
    background-color: var(--white);
  }
  .p-ir-investors-banner > a .c-btn-icolink .c-btn-icolink__ico--arr::after {
    -webkit-filter: invert(86.5%);
    filter: invert(86.5%);
  }
  .p-ir-mailnews .container {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-ir-mailnews .mail.is-invalid::after,
  .p-ir-mailnews .mail.is-empty::after {
    margin-top: 4px;
  }
  .p-ir-mailnews .category {
    margin-top: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .p-ir-mailnews .category > li {
    width: calc(50% - 6px);
  }
  .p-ir-mailnews .category.is-invalid::after {
    margin-top: 4px;
  }
  .p-ir-mailnews .agree {
    margin-top: 32px;
  }
  .p-ir-mailnews .agree.is-invalid::after {
    margin-top: 4px;
  }
  .p-ir-mailnews .submit {
    margin-top: 40px;
  }
  .p-ir-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-ir-message__column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-ir-message__column + .p-ir-message__column {
    display: contents;
  }
  .p-ir-message__ttl {
    margin-top: 48px;
  }
  .p-ir-message__info {
    margin-top: 48px;
    padding-top: 34px;
  }
  .p-ir-message__position {
    font-weight: 500;
  }
  .p-ir-message__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .p-ir-message__img img {
    width: 100%;
  }
  .p-ir-section p {
    line-height: 1.8;
  }
  .p-ir-section .s_eirList .s_eirList_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-ir-section .s_eirList .s_eirModule_titleBox {
    width: 100%;
  }
  .p-ir-section
    .newsTypeController.s_newsTypeController
    .s_eirTab
    .activeTarget
    a {
    border-radius: 10px;
  }
  .p-jobtype-list {
    border-top: 1px solid var(--border-gray);
  }
  .p-kpi {
    padding-top: 6px;
  }
  .p-kpi > .p-subsection > .c-hdg2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-kpi .c-figure {
    overflow-x: auto;
    width: 94.6666666667vw;
  }
  .p-kpi .c-figure > img {
    max-width: none;
    width: 814px;
  }
  .p-nav-anchor__item + .p-nav-anchor__item {
    margin-top: 16px;
  }
  .p-news-article-sns {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: width 0.3s ease 0.3s, opacity 0.3s ease;
    transition: width 0.3s ease 0.3s, opacity 0.3s ease;
  }
  .p-news-article-sns.hide {
    opacity: 0;
  }
  .p-news-article-sns.show {
    opacity: 1;
  }
  .p-news-article-sns.is-selected {
    width: 120px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .p-news-article-sns.is-selected .p-news-article-sns__ico {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
    pointer-events: auto;
  }
  .p-news-article-sns.is-selected .p-news-article-sns__text::before {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  .p-news-article-sns.is-selected .p-news-article-sns__text::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s;
  }
  .p-news-article-sns__inner {
    top: 0;
    left: 0;
    width: 120px;
    height: 50px;
    border-radius: 25px;
    background-color: #1f1f1f;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .p-news-article-sns__text {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .p-news-article-sns__text::before {
    content: url(../img/common/close_wh.svg);
    position: absolute;
    top: 15px;
    right: 16px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    opacity: 0;
  }
  .p-news-article-sns__text::after {
    content: url(../img/common/ico_sns.svg);
    position: absolute;
    top: 15px;
    right: 16px;
    width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s;
    opacity: 1;
  }
  .p-news-article-sns__ico {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 3px;
    width: 44px;
    height: 44px;
  }
  .p-news-article-sns__ico.l-sns__ico--twt {
    left: 5px;
  }
  .p-news-article-sns__ico.l-sns__ico--fb {
    left: 38px;
  }
  .p-news-article-sns__ico .l-sns__icoLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-news-article__linkwrapper {
    margin: 0 20px;
  }
  .p-news-controls {
    z-index: 1;
  }
  .p-news-controls .c-select {
    position: absolute;
    top: -84px;
    right: 20px;
  }
  .p-news-list__item:first-child a {
    padding-top: 0;
  }
  .p-news-list__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 0;
  }
  .p-news-list__item .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 0;
  }
  .p-news-list__item .text {
    width: 100%;
  }
  .p-news-tablist {
    margin-top: 40px;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-news-tablist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin-bottom: -1px;
    text-align: center;
  }
  .p-news-tablist__item > span {
    width: 100%;
    padding-bottom: 15px;
  }
  .p-news-tablist__item > span::after {
    position: absolute;
    bottom: 0;
  }
  .p-news__header .c-hdg1 {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .p-news__tablist {
    margin-top: 40px;
    border-bottom: 1px solid var(--border-gray);
  }
  .p-news__tablist .p-top-news__tabitem {
    margin-bottom: -1px;
  }
  .p-news__body {
    margin-top: 40px;
  }
  .p-notfound__linkwrapper > .c-btn:not(:first-child) {
    margin-top: 24px;
  }
  .p-officer-modal__info {
    padding: 32px 5.3333333333vw 40px;
  }
  .p-officer-modal__body + .p-officer-modal__link {
    margin-top: 24px;
    text-align: right;
  }
  .p-recruit-entry__title > .en + .ja {
    margin-top: -3px;
  }
  .p-recruit-entry__link + .p-recruit-entry__link {
    margin-top: 16px;
  }
  .p-recruit-ideal__lead {
    margin-top: 32px;
    font-size: 1.125rem;
  }
  .p-recruit-initiative {
    overflow: hidden;
    margin-top: 40px;
  }
  .p-recruit-initiative__mv {
    width: 94.6666666667vw;
    margin-left: auto;
  }
  .p-recruit-initiative__body {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 66px;
  }
  .p-recruit-initiative__lead {
    margin-top: 32px;
  }
  .p-recruit-initiative__text {
    margin-top: 20px;
  }
  .p-recruit-initiative__text p {
    line-height: 1.8;
  }
  .p-recruit-shortcut {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .p-section p {
    line-height: 1.8;
  }
  .p-sitemap__grid + .p-sitemap__grid {
    margin-top: 38px;
  }
  .p-sustainability-bg {
    overflow: hidden;
    background-size: 260px auto;
    background-position: 187px 154px;
    background-repeat: no-repeat;
    -webkit-animation: floatBgWaveSp 6s linear infinite;
    animation: floatBgWaveSp 6s linear infinite;
  }
  .p-sustainability-bg .l-index__body {
    margin-top: 0;
    padding-top: 40px;
  }
  .p-sustainability-governance__subsection > .c-hdg2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-sustainability-governance__content > p {
    line-height: 1.625;
  }
  .p-sustainability-slide + .p-sustainability-initiatives__section {
    margin-top: 56px;
  }
  .p-sustainability-initiatives__subsection > .c-hdg2 {
    margin-top: 30px;
    font-size: 1.25em;
    line-height: 1.4;
  }
  .p-sustainability-initiatives__subsection > p {
    line-height: 1.8;
  }
  .p-sustainability-initiatives__info {
    margin-top: 28px;
  }
  .p-sustainability-materiality__subsection > .c-hdg2 {
    font-size: 1.25rem;
  }
  .p-sustainability-materiality__subsection > p {
    line-height: 1.6;
  }
  .p-sustainability-materiality__subsection .c-figure {
    padding-bottom: 16px;
  }
  .p-sustainability-materiality__detail .c-figure {
    overflow-x: auto;
  }
  .p-sustainability-materiality__detail .c-figure > img {
    max-width: none;
    width: 960px;
  }
  .p-sustainability-materiality__detail .c-swipe {
    width: 960px;
  }
  .p-sustainability-materiality__step > div + div {
    margin-top: 64px;
  }
  .p-sustainability-materiality__step > div + div::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p-sustainability-slide[data-label]::before {
    background-color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
  }
  .p-sustainability-slide--materiality {
    padding-top: 72px;
  }
  .p-sustainability-slide--materiality[data-label]::before {
    top: -54px;
    right: -32px;
  }
  .p-sustainability-slide__wrapper {
    margin-inline: -5.3333333333vw;
    padding-bottom: 56px;
  }
  .p-sustainability-slide__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    inset: auto 0 0 0;
    width: 89.3333333333vw;
    height: 1px;
    margin: auto;
    background-color: var(--border-gray);
  }
  .p-sustainability-slide__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-sustainability-slide__slider .splide__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .p-sustainability-slide__slider .splide__arrows {
    display: none;
  }
  .p-sustainability-slide__content {
    margin-top: 32px;
  }
  .p-sustainability-slide__control {
    margin-right: -20px;
    margin-top: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-sustainability__illust {
    margin-top: -14px;
    margin-inline: calc(50% - 50vw);
    margin-inline: calc(50% - 50 * var(--vw));
  }
  .p-sustainability__nav + .p-sustainability__nav {
    margin-top: 48px;
  }
  .p-sustainability__link {
    padding-right: 30px;
  }
  .p-sustainability__item + .p-sustainability__item {
    margin-top: 12px;
  }
  .p-top-company-tile__large + .p-top-company-tile__list {
    margin-top: 36px;
  }
  .p-top-company-tile__item--large {
    width: 100%;
  }
  .p-top-company__header .c-btn-main {
    display: none;
  }
  .p-top-mv-slider__slidebg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
  .p-top-mv-slider__slidecontents {
    position: relative;
    z-index: 1;
    padding-top: 102px;
    width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    min-height: 540px;
    padding-bottom: 72px;
  }
  .p-top-mv-slider__slide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
  .p-top-mv-slider__hdg > .main {
    font-size: min(9.6vw, 36px);
    line-height: 1.5;
  }
  :lang(en) .p-top-mv-slider__hdg > .main {
    line-height: 1.3;
  }
  .p-top-mv__scrolldown {
    display: none;
  }
  .p-top-news__hdr {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .p-top-news__hdg > .en {
    margin-top: 6px;
  }
  .p-top-news__tablist {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    margin-bottom: -1px;
  }
  .p-top-news__tabitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .p-top-news__tabitem > span {
    width: 100%;
  }
  .p-top-news__tabitem > span::after {
    position: absolute;
    bottom: 0;
  }
  .p-top-news__contents {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--border-gray);
    padding-top: 12px;
  }
  .p-top-news__list {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .p-top-news__item a {
    -ms-flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    padding: 28px 0;
  }
  .p-top-news__item .text {
    width: 100%;
  }
  .p-top-recruit__main {
    width: 78.6666666667vw;
  }
  .p-top-recruit__hdg > .ja {
    font-weight: 500;
  }
  .p-top-section__hdg {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .p-top-section__desc {
    grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 26px;
  }
  .p-top-section__img {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .p-top-section__morebtn {
    grid-row-start: 4;
    grid-row-end: 5;
    margin-top: 36px;
  }
  .p-top-sustainability__container {
    padding-bottom: 12px;
  }
  .p-top-sustainability__main {
    width: 89.3333333333vw;
  }
  .u-pc {
    display: none !important;
  }
  .case-slider img {
    height: 250px;
  }
}
@media screen and (max-width: 359px) {
  .c-btn-anchor__text {
    font-size: 4.2666666667vw;
  }
  .c-btn-anchor__text--large {
    font-size: 4.8vw;
  }
  .p-index-buttons__item .c-btn-anchor__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
