@charset "UTF-8";
@media screen and (max-width: 1440px) {
  body #originalContens {
    margin: 0;
  }
}
@media screen and (max-width: 1224px) {
  body #originalContens {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  body #originalContens {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body #originalContens {
    margin: 0;
  }
}
@media screen and (max-width: 475px) {
  body #originalContens {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  body #originalContens {
    margin: 0;
  }
}

/* # =================================================================
    # 共通要素
# ================================================================= */
body div#all_wrap {
  overflow: clip;
}
body #pagetop {
  z-index: 100;
}
@keyframes content_opa {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
body #originalContens {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #FFFFFF;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0;
  overflow: clip;
}
body #originalContens .fc-black {
  color: #000000;
  fill: #000000;
}
body #originalContens .bc-black {
  background-color: #000000;
}
body #originalContens .fc-white {
  color: #FFFFFF;
  fill: #FFFFFF;
}
body #originalContens .bc-white {
  background-color: #FFFFFF;
}
body #originalContens a {
  -webkit-transition: ease 0.6s;
  -moz-transition: ease 0.6s;
  -ms-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  transition: ease 0.6s;
}
body #originalContens .pagenation .pagenation-item .pagenation-btn::after, body #originalContens .pagenation .pagenation-item .pagenation-btn::before {
  -webkit-transition: opacity ease 0.6s, transform ease 0.6s;
  -moz-transition: opacity ease 0.6s, transform ease 0.6s;
  -ms-transition: opacity ease 0.6s, transform ease 0.6s;
  -o-transition: opacity ease 0.6s, transform ease 0.6s;
  transition: opacity ease 0.6s, transform ease 0.6s;
}
body #originalContens a:hover {
  opacity: 0.6;
}
body #originalContens a {
  text-decoration: none;
  color: inherit;
}
body #originalContens a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 0;
}
body #originalContens a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
body #originalContens a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body #originalContens ul,
body #originalContens h1,
body #originalContens h2,
body #originalContens h3,
body #originalContens h4,
body #originalContens h5,
body #originalContens h6 {
  margin: 0;
  font-weight: inherit;
}
body #originalContens address {
  font-style: normal;
}
body #originalContens img {
  max-width: 100%;
}
body #originalContens figure,
body #originalContens .fig {
  margin: 0;
  vertical-align: top;
  font-size: 0;
}
body #originalContens figure picture,
body #originalContens .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
body #originalContens figure img,
body #originalContens .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body #originalContens i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
body #originalContens i img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body #originalContens i svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body #originalContens section {
  position: relative;
}
body #originalContens section .txt {
  text-align: justify;
}
body #originalContens .hvropa:hover {
  opacity: 0.7;
}
body #originalContens .fadeIn00 {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 980px) {
  body #originalContens .fadeIn00 .fadeIn00 {
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
}
body #originalContens .fadeIn00.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body #originalContens .fadeIn01 {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 980px) {
  body #originalContens .fadeIn01 {
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
}
body #originalContens .fadeIn01.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body #originalContens .fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
body #originalContens .fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.1s;
}
body #originalContens .fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.2s;
}
body #originalContens .fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.3s;
}
body #originalContens .fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.4s;
}
body #originalContens .fadeIn01.is-show:nth-child(6) {
  transition-delay: 0.5s;
}
body #originalContens .fadeIn01.is-show:nth-child(7) {
  transition-delay: 0.6s;
}
body #originalContens .fadeIn01.is-show:nth-child(8) {
  transition-delay: 0.7s;
}
body #originalContens .fadeIn01.is-show:nth-child(9) {
  transition-delay: 0.8s;
}
body #originalContens .fadeIn01.is-show:nth-child(10) {
  transition-delay: 0.9s;
}
body #originalContens .fadeIn01.is-show:nth-child(11) {
  transition-delay: 1s;
}
body #originalContens .fadeIn01.is-show:nth-child(12) {
  transition-delay: 1.1s;
}
body #originalContens .fadeIn01.is-show:nth-child(13) {
  transition-delay: 1.2s;
}
body #originalContens .fadeIn01.is-show:nth-child(14) {
  transition-delay: 1.3s;
}
body #originalContens .fadeIn01.is-show:nth-child(15) {
  transition-delay: 1.4s;
}
body #originalContens .fadeIn01.is-show:nth-child(16) {
  transition-delay: 1.5s;
}
body #originalContens .fadeIn01.is-show:nth-child(17) {
  transition-delay: 1.6s;
}
body #originalContens .fadeIn01.is-show:nth-child(18) {
  transition-delay: 1.7s;
}
body #originalContens .fadeIn01.is-show:nth-child(19) {
  transition-delay: 1.8s;
}
body #originalContens .fadeIn01.is-show:nth-child(20) {
  transition-delay: 1.9s;
}
body #originalContens .fadeIn02 > * {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 980px) {
  body #originalContens .fadeIn02 > * {
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
}
body #originalContens .fadeIn02.is-show > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body #originalContens .fadeIn02.is-show > *:nth-child(1) {
  transition-delay: 0s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(2) {
  transition-delay: 0.1s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(3) {
  transition-delay: 0.2s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(4) {
  transition-delay: 0.3s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(5) {
  transition-delay: 0.4s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(6) {
  transition-delay: 0.5s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(7) {
  transition-delay: 0.6s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(8) {
  transition-delay: 0.7s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(9) {
  transition-delay: 0.8s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(10) {
  transition-delay: 0.9s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(11) {
  transition-delay: 1s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(12) {
  transition-delay: 1.1s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(13) {
  transition-delay: 1.2s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(14) {
  transition-delay: 1.3s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(15) {
  transition-delay: 1.4s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(16) {
  transition-delay: 1.5s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(17) {
  transition-delay: 1.6s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(18) {
  transition-delay: 1.7s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(19) {
  transition-delay: 1.8s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(20) {
  transition-delay: 1.9s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(21) {
  transition-delay: 2s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(22) {
  transition-delay: 2.1s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(23) {
  transition-delay: 2.2s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(24) {
  transition-delay: 2.3s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(25) {
  transition-delay: 2.4s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(26) {
  transition-delay: 2.5s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(27) {
  transition-delay: 2.6s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(28) {
  transition-delay: 2.7s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(29) {
  transition-delay: 2.8s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(30) {
  transition-delay: 2.9s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(31) {
  transition-delay: 3s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(32) {
  transition-delay: 3.1s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(33) {
  transition-delay: 3.2s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(34) {
  transition-delay: 3.3s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(35) {
  transition-delay: 3.4s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(36) {
  transition-delay: 3.5s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(37) {
  transition-delay: 3.6s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(38) {
  transition-delay: 3.7s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(39) {
  transition-delay: 3.8s;
}
body #originalContens .fadeIn02.is-show > *:nth-child(40) {
  transition-delay: 3.9s;
}
body {
  /*下記追加記述*/
}
body .t-center {
  text-align: center;
}
body .t-left {
  text-align: left;
}
body .t-right {
  text-align: right;
}
body .t-justify {
  text-align: justify;
}
body .t-nowrap {
  white-space: nowrap;
  text-wrap: nowrap;
}
body .c-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .c-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body .c-center-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body .c-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* foundation */
#originalContens {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* iOS 8+ */
}
#originalContens *,
#originalContens ::before,
#originalContens ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
#originalContens ::before,
#originalContens ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
#originalContens * {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
#originalContens {
  /* # =================================================================
   # 一般的な要素
   # ================================================================= */
  /* Add the correct display in iOS 4-7.*/
}
#originalContens audio:not([controls]) {
  display: none;
  height: 0;
}
#originalContens ol,
#originalContens ul,
#originalContens li {
  list-style: none;
}
#originalContens hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
#originalContens {
  /*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
}
#originalContens article,
#originalContens aside,
#originalContens details,
#originalContens figcaption,
#originalContens figure,
#originalContens footer,
#originalContens header,
#originalContens main,
#originalContens menu,
#originalContens nav,
#originalContens section,
#originalContens summary {
  display: block;
}
#originalContens section {
  margin: 0;
  padding: 0;
}
#originalContens summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
#originalContens small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
#originalContens [hidden],
#originalContens template {
  display: none;
  /* Add the correct display in IE */
}
#originalContens abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
#originalContens a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
#originalContens a:active,
#originalContens a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
#originalContens table {
  border-collapse: collapse;
  border-spacing: 0px;
}
#originalContens code,
#originalContens kbd,
#originalContens pre,
#originalContens samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
#originalContens b,
#originalContens strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
#originalContens dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
#originalContens {
  /* Address styling not present in IE 8/9 */
}
#originalContens mark {
  background-color: #ff0;
  color: #000;
}
#originalContens {
  /* https://gist.github.com/unruthless/413930 */
}
#originalContens sub,
#originalContens sup {
  font-size: 68%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#originalContens sub {
  bottom: 0em;
}
#originalContens sup {
  top: -0.5em;
}
#originalContens {
  /* # =================================================================
   # フォーム要素
   # ================================================================= */
}
#originalContens input {
  border-radius: 0;
}
#originalContens {
  /* Apply cursor pointer to button elements */
}
#originalContens button,
#originalContens [type=button],
#originalContens [type=reset],
#originalContens [type=submit],
#originalContens [role=button] {
  cursor: pointer;
}
#originalContens {
  /* Replace pointer cursor in disabled elements */
}
#originalContens [disabled] {
  cursor: default;
}
#originalContens [type=number] {
  width: auto;
  /* Firefox 36+ */
}
#originalContens [type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
#originalContens [type=search]::-webkit-search-cancel-button,
#originalContens [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
#originalContens textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
#originalContens button,
#originalContens input,
#originalContens optgroup,
#originalContens select,
#originalContens textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
#originalContens optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
#originalContens button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
#originalContens {
  /* Remove inner padding and border in Firefox 4+ */
}
#originalContens button::-moz-focus-inner,
#originalContens [type=button]::-moz-focus-inner,
#originalContens [type=reset]::-moz-focus-inner,
#originalContens [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
#originalContens {
  /* Replace focus style removed in the border reset above */
}
#originalContens button:-moz-focusring,
#originalContens [type=button]::-moz-focus-inner,
#originalContens [type=reset]::-moz-focus-inner,
#originalContens [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
#originalContens button,
#originalContens html [type=button],
#originalContens [type=reset],
#originalContens [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
#originalContens button,
#originalContens select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
#originalContens {
  /* Remove the default button styling in all browsers */
}
#originalContens button,
#originalContens input,
#originalContens select,
#originalContens textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
#originalContens {
  /* Style select like a standard input */
}
#originalContens select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
#originalContens select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
#originalContens select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
#originalContens legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
#originalContens ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
#originalContens [type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
#originalContens {
  /* # =================================================================
   # メディア要素
   # ================================================================= */
}
#originalContens img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
#originalContens {
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
}
#originalContens progress {
  vertical-align: baseline;
}
#originalContens svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
#originalContens audio,
#originalContens canvas,
#originalContens progress,
#originalContens video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
#originalContens {
  /* # =================================================================
   # アクセシビリティ
   # ================================================================= */
  /* Hide content from screens but not screenreaders */
}
@media screen {
  #originalContens [hidden~=screen] {
    display: inherit;
  }
  #originalContens [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
#originalContens {
  /* Specify the progress cursor of updating elements */
}
#originalContens [aria-busy=true] {
  cursor: progress;
}
#originalContens {
  /* Specify the pointer cursor of trigger elements */
}
#originalContens [aria-controls] {
  cursor: pointer;
}
#originalContens {
  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
}
#originalContens [aria-disabled] {
  cursor: default;
}
#originalContens {
  /* # =================================================================
  # セレクション
   # ================================================================= */
  /* Specify text selection background color and omit drop shadow */
}
#originalContens ::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
#originalContens ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
#originalContens cite {
  font-style: normal;
}

/* layout */
body {
  overflow: clip !important;
}
body #originalContens .c-inline {
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  body #originalContens .sp_neg_m {
    margin-left: -9.3333333333vw !important;
    margin-right: -9.3333333333vw !important;
  }
}
body #originalContens section {
  background-color: inherit;
}
body #originalContens section.s-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #originalContens section.s-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #originalContens section.wh-max {
  width: 100vw;
  height: 100vh;
}
body #originalContens section .c-ttl01 {
  font-size: clamp(33px, 4.8611111111vw, 70px);
  letter-spacing: 0.075em;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  body #originalContens section .c-ttl01 {
    line-height: 1.44;
  }
}
body #originalContens section .c-ttl01 .max_txt {
  display: inline-block;
  font-size: 1em;
}
body #originalContens section p {
  /* 言語設定に基づくハイフネーション */
  -webkit-hyphens: auto;
  hyphens: auto;
  /* 行のバランス調整（短〜中文に有効） */
  text-wrap: balance;
  /* 両端揃えと、単語間スペースの最適化 */
  text-align: justify;
  text-justify: inter-character;
  /* 折り返しと禁則処理 */
  overflow-wrap: break-word;
  line-break: strict;
}
body #originalContens section .txt01 {
  font-size: clamp(17px, 1.6666666667vw, 24px);
  letter-spacing: 0.075em;
  line-height: 2.17;
}
@media screen and (max-width: 767px) {
  body #originalContens section .txt01 {
    line-height: 1.94;
  }
}
body #originalContens section .txt02 {
  font-size: clamp(14px, 2.2222222222vh, 20px);
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body #originalContens section .txt02 {
    font-size: clamp(12px, 2.0588235294vh, 14px);
    line-height: 1.8;
  }
}
body #originalContens section .ttl-img {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}
body #originalContens section.s-mv {
  height: calc(100vh - 100px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-mv {
    height: 100vh;
  }
}
body #originalContens section.s-mv .ttl-box {
  position: absolute;
  top: clamp(50px, 7.7vh, 101px);
  left: min(10.8333333333vw, 156px);
  z-index: 6;
  width: 60.8333333333vw;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-mv .ttl-box {
    top: clamp(60px, 15.34vh, 100px);
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body #originalContens section.s-mv .pin-txt-box {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 88.8194444444vw;
  height: fit-content;
  z-index: 4;
  transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-mv .pin-txt-box {
    width: 100%;
    top: clamp(70px, 16.5vh, 110px);
  }
}
body #originalContens section.s-mv .map {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 88.8194444444vw;
  height: fit-content;
  z-index: 4;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-mv .map {
    width: 100%;
    top: clamp(70px, 16.5vh, 110px);
  }
}
body #originalContens section.s-mv .copy {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  mix-blend-mode: overlay;
}
body #originalContens section.s-mv .filter-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.3333333333vw;
  height: 100%;
  background-color: rgba(15, 35, 11, 0.5);
  z-index: 2;
  mix-blend-mode: multiply;
}
body #originalContens section.s-mv .bg-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #originalContens section.s-mv .bg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #originalContens section.s-lead {
  background: url("../img/lead_bg.webp") no-repeat center center/cover;
  height: auto;
}
body #originalContens section.s-lead .text-block {
  padding-top: clamp(58px, 10vw, 144px);
  padding-bottom: clamp(80px, 11.1111111111vh, 100px);
}
body #originalContens section.s-lead .text-block .ttl-img {
  margin-bottom: clamp(30px, 4.8611111111vw, 70px);
  width: clamp(190px, 27.9861111111vw, 403px);
}
body #originalContens section.s-results-ttl {
  padding-top: clamp(40px, 4.4444444444vw, 64px);
  padding-bottom: clamp(40px, 4.4444444444vw, 64px);
}
body #originalContens section.s-results-ttl .ttl-img {
  width: clamp(251px, 43.125vw, 621px);
}
body #originalContens section.s-results__group:not(.s-area__spec) {
  clip-path: inset(100% 0% 0% 0%);
  will-change: clip-path;
}
body #originalContens section.s-results__group#i-fukuoka_1 {
  clip-path: inset(0% 0% 0% 0%) !important;
}
body #originalContens section.s-results__group.s-area__ttl .s-bg {
  background: url("../img/results_map_01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group.s-area__ttl .s-bg {
    background: url("../img/results_map_01_sp.webp") no-repeat center center/cover;
  }
}
body #originalContens section.s-results__group.s-area__ttl .s-bg img {
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}
body #originalContens section.s-results__group.s-area__ttl#i-fukuoka_1 .s-bg img {
  transform-origin: 2% 96%;
}
body #originalContens section.s-results__group.s-area__ttl#i-osaka_1 .s-bg img {
  transform-origin: 35% 95%;
}
body #originalContens section.s-results__group.s-area__ttl#i-miyagi_1 .s-bg img {
  transform-origin: 97% 70%;
}
body #originalContens section.s-results__group.s-area__ttl#i-nagoya_1 .s-bg img {
  transform-origin: 65% 97%;
}
body #originalContens section.s-results__group.s-area__ttl#i-hyogo_1 .s-bg img {
  transform-origin: 32% 100%;
}
body #originalContens section.s-results__group.s-area__ttl#i-saitama_1 .s-bg img {
  transform-origin: 80% 100%;
}
body #originalContens section.s-results__group.s-area__ttl#i-chiba_1 .s-bg img {
  transform-origin: 80% 100%;
}
body #originalContens section.s-results__group.s-area__spec .bg_block_wrap,
body #originalContens section.s-results__group.s-area__spec .text-block {
  clip-path: inset(100% 0% 0% 0%);
  will-change: clip-path;
}
body #originalContens section.s-results__group .num-txt.ver1 {
  height: auto;
  margin-bottom: clamp(48px, 5.5555555556vw, 80px);
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-1 {
  width: clamp(6px, 3.3333333333vw, 48px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver1.num-txt-1 {
    width: clamp(36px, 3.3333333333vw, 48px);
  }
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-2 {
  width: clamp(55px, 5vw, 72px);
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-3 {
  width: clamp(55px, 5vw, 72px);
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-4 {
  width: clamp(52px, 4.7916666667vw, 69px);
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-5 {
  width: clamp(57px, 5.2083333333vw, 75px);
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-6 {
  width: clamp(53px, 4.8611111111vw, 70px);
}
body #originalContens section.s-results__group .num-txt.ver1.num-txt-7 {
  width: clamp(54px, 4.9305555556vw, 71px);
}
body #originalContens section.s-results__group .num-txt.ver2 {
  height: auto;
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-1 {
  width: clamp(3px, 5.2222222222vh, 47px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-1 {
    width: 5vh;
  }
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-2 {
  width: clamp(5px, 7.8888888889vh, 71px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-2 {
    width: 7.6470588235vh;
  }
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-3 {
  width: clamp(5px, 7.8888888889vh, 71px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-3 {
    width: 7.3529411765vh;
  }
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-4 {
  width: clamp(4px, 7.5555555556vh, 68px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-4 {
    width: 7.3529411765vh;
  }
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-5 {
  width: clamp(5px, 8.2222222222vh, 74px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-5 {
    width: 7.3529411765vh;
  }
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-6 {
  width: clamp(5px, 7.6666666667vh, 69px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-6 {
    width: 7.3529411765vh;
  }
}
body #originalContens section.s-results__group .num-txt.ver2.num-txt-7 {
  width: clamp(5px, 7.7777777778vh, 70px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .num-txt.ver2.num-txt-7 {
    width: 7.5vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout01 {
  padding-top: clamp(68px, 14.1666666667vw, 204px);
  padding-bottom: clamp(40px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout01 {
    padding-top: clamp(65px, 18vh, 125px);
    padding-bottom: 0;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img {
  max-width: 100%;
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver1 {
  width: clamp(205px, 60.9722222222vw, 878px);
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver2 {
  width: clamp(214px, 34.7222222222vw, 500px);
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver3 {
  width: clamp(241px, 59.375vw, 855px);
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver4 {
  width: clamp(224px, 37.7777777778vw, 544px);
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver5 {
  width: clamp(254px, 47.9861111111vw, 691px);
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver6 {
  width: clamp(282px, 31.3194444444vw, 451px);
}
body #originalContens section.s-results__group .ttl-box-rayout01 .ttl-img.ver7 {
  width: clamp(258px, 38.1944444444vw, 550px);
}
body #originalContens section.s-results__group .ttl-box-rayout02 {
  position: relative;
  z-index: 2;
}
body #originalContens section.s-results__group .ttl-box-rayout02 .num-box {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .num-box {
    width: fit-content;
    height: fit-content;
    position: absolute;
    display: block;
    top: -25%;
    right: -3%;
  }
  body #originalContens section.s-results__group .ttl-box-rayout02 .num-box:has(.num-txt-3) {
    top: -23%;
  }
  body #originalContens section.s-results__group .ttl-box-rayout02 .num-box:has(.num-txt-4) {
    top: -24%;
  }
  body #originalContens section.s-results__group .ttl-box-rayout02 .num-box:has(.num-txt-5) {
    top: -27%;
  }
  body #originalContens section.s-results__group .ttl-box-rayout02 .num-box:has(.num-txt-6) {
    top: -27%;
  }
  body #originalContens section.s-results__group .ttl-box-rayout02 .num-box:has(.num-txt-7) {
    top: -27%;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img {
  margin-bottom: clamp(40px, 6.1111111111vh, 55px);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img {
    margin-bottom: clamp(20px, 3.8235294118vh, 26px);
  }
}
@media screen and (min-width: 768px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img {
    padding-top: min(16.1111111111vh, 145px);
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-1 {
  width: clamp(292px, 48.8888888889vh, 440px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-1 {
    width: 42.9411764706vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-2 {
  width: clamp(234px, 39vh, 351px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-2 {
    width: 34.4117647059vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-3 {
  width: clamp(224px, 38.1111111111vh, 343px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-3 {
    width: 32.9411764706vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-4 {
  width: clamp(253px, 42.1111111111vh, 379px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-4 {
    width: 37.2058823529vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-5 {
  width: clamp(191px, 31.7777777778vh, 286px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-5 {
    width: 28.0882352941vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-6 {
  width: clamp(211px, 35.2222222222vh, 317px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-6 {
    width: 31.0294117647vh;
  }
}
body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-7 {
  width: clamp(387px, 61.1111111111vh, 550px);
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .ttl-box-rayout02 .ttl-img.ttl-img-7 {
    width: 56.9117647059vh;
  }
}
body #originalContens section.s-results__group .two_clm_sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
body #originalContens section.s-results__group .two_clm_sec .text_block_wrap,
body #originalContens section.s-results__group .two_clm_sec .bg_block_wrap {
  width: 50.5%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .text_block_wrap,
  body #originalContens section.s-results__group .two_clm_sec .bg_block_wrap {
    width: 100%;
    height: auto;
    display: block;
  }
}
body #originalContens section.s-results__group .two_clm_sec .bg_block_wrap {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .bg_block_wrap {
    height: 29.4117647059vh;
    width: 100%;
  }
}
body #originalContens section.s-results__group .two_clm_sec .bg-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #originalContens section.s-results__group .two_clm_sec .bg-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .bg-block {
    width: 100vw;
    height: 100%;
  }
}
body #originalContens section.s-results__group .two_clm_sec .text-block {
  height: auto;
  width: 49.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .text-block {
    padding-top: 29.4117647059vh;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: block;
  }
}
body #originalContens section.s-results__group .two_clm_sec .text-block .inner__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body #originalContens section.s-results__group .two_clm_sec .text-block .inner__cont {
    padding-left: clamp(30px, 3.8194444444vw, 55px);
    padding-right: max(50px, 15.2777777778vw);
    padding-top: clamp(40px, 6.8888888889vh, 62px);
  }
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .text-block .inner__cont {
    padding-left: 9.3333333333vw;
    padding-right: 12vw;
    padding-top: clamp(32px, 6.1764705882vh, 42px);
  }
  body #originalContens section.s-results__group .two_clm_sec .text-block .inner__cont .txt02 {
    padding-right: 2.6666666667vw;
  }
}
body #originalContens section.s-results__group .two_clm_sec .text-block .cont_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
body #originalContens section.s-results__group .two_clm_sec .text-block .cont_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .text-block .cont_bg {
    width: 100%;
    height: 70.5882352941vh;
  }
}
body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box {
  margin-top: clamp(40px, 2.7777777778vw, 40px);
}
body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box .btn01 {
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: clamp(6px, 0.625vw, 9px);
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box .btn01 {
    margin-left: auto;
    margin-right: auto;
  }
}
body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box .btn01 .link__txt {
  font-size: clamp(11px, 1.1111111111vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box .btn01 .link__txt .min_txt {
  font-size: 1em;
  display: block;
}
body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box .btn01 .link__txt .max_txt {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  display: block;
}
body #originalContens section.s-results__group .two_clm_sec .text-block .btn-box .btn01 img {
  width: clamp(20px, 1.9444444444vw, 28px);
  height: auto;
  display: inline-block;
  transform: translateY(-12%);
}
body #originalContens section.s-results__group > *[class*=c-inner] {
  position: relative;
  z-index: 2;
}
body #originalContens section.s-results__group .s-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  overflow: hidden;
}
body #originalContens section.s-results__group .s-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-results__group.s-area__spec > [class*=c-inner] {
    height: 100%;
  }
}
body #originalContens section.s-info {
  padding-top: clamp(72px, 8.3333333333vw, 120px);
  padding-bottom: clamp(72px, 9.4444444444vw, 136px);
  position: relative;
  z-index: 20;
}
body #originalContens section.s-info .info-block {
  border: 4px solid #006837;
  padding: clamp(24px, 4.4444444444vw, 64px) clamp(25px, 2.0833333333vw, 30px) clamp(32px, 4.7222222222vw, 68px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-info .info-block {
    padding-left: 0;
    padding-right: 0;
  }
}
body #originalContens section.s-info .info-block .c-ttl03 {
  font-size: clamp(28px, 2.7777777778vw, 40px);
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 36px);
  color: #006837;
}
body #originalContens section.s-info .info-block .c-ttl03 .max_txt {
  font-size: 1em;
}
body #originalContens section.s-info .info-block .txt {
  font-size: clamp(17px, 1.5277777778vw, 22px);
  text-align: center;
  line-height: 2;
  margin-bottom: clamp(28px, 2.6388888889vw, 38px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-info .info-block .txt {
    line-height: 1.7;
  }
}
body #originalContens section.s-info .info-block .btn-box {
  margin-bottom: clamp(35px, 3.2638888889vw, 47px);
}
body #originalContens section.s-info .info-block .btn01 {
  font-size: clamp(19px, 1.8055555556vw, 26px);
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  background: linear-gradient(180deg, #85c5af 0%, #006837 70%);
  background: -webkit-linear-gradient(270deg, #85c5af 0%, #006837 70%);
  padding: 1.6em 1em;
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 600px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-info .info-block .btn01 {
    width: 100%;
    max-width: 500px;
    width: 69.3333333333vw;
    padding: 1.26em 1em;
  }
}
body #originalContens section.s-info .info-block .btn01 .link__txt {
  font-size: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body #originalContens section.s-info .info-block .btn01 .link__txt {
    transform: translateX(-7%);
  }
}
body #originalContens section.s-info .info-block .btn01 img {
  display: inline-block;
  width: clamp(25px, 1.9444444444vw, 28px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(22px, 1.6666666667vw, 24px);
  margin: auto;
}
body #originalContens section.s-info .info-block .inner-ttl {
  font-size: clamp(23px, 1.6666666667vw, 24px);
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(15px, 1.0416666667vw, 15px);
}
body #originalContens section.s-info .info-block .txt03 {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.9;
  letter-spacing: 0em;
  text-align: center;
}
body #originalContens .plalax__group {
  position: relative;
  top: 0;
  z-index: 2;
}
body #originalContens .pagenation-block {
  position: absolute;
  top: 0;
  right: max(14px, 2.8472222222vw);
  height: 100%;
  z-index: 100;
}
body #originalContens .pagenation {
  position: sticky;
  width: 28px;
  height: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  body #originalContens .pagenation {
    width: 22px;
    gap: 20px;
    transform: translateY(6%);
  }
}
body #originalContens .pagenation .pagenation-item {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
body #originalContens .pagenation .pagenation-item .pagenation-btn {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
body #originalContens .pagenation .pagenation-item .pagenation-btn::before {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50%;
  height: auto;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 2;
  display: inline-block;
}
body #originalContens .pagenation .pagenation-item .pagenation-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 96%;
  border: 1px solid #FFFFFF;
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  display: inline-block;
}
body #originalContens .pagenation .pagenation-item .pagenation-btn .indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body #originalContens .pagenation .pagenation-item .pagenation-btn .indicator path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: none !important;
  /* JSで制御するためCSSアニメーションはオフにする */
}
body #originalContens .pagenation .pagenation-item.is-active {
  pointer-events: none;
}
body #originalContens .pagenation .pagenation-item.is-active .pagenation-btn {
  pointer-events: none;
}
body #originalContens .pagenation .pagenation-item.is-active .pagenation-btn::before {
  background-color: #FFFFFF;
}
body #originalContens .pagenation .pagenation-item.is-active .pagenation-btn .indicator {
  opacity: 1;
}
body #originalContens .pagenation .pagenation-item.is-active .pagenation-btn::after {
  opacity: 1;
}
body #originalContens .s-results__group__wrap {
  position: relative;
  pointer-events: none;
}
body #originalContens .s-results__group__wrap:nth-of-type(1) {
  z-index: 1;
}
body #originalContens .s-results__group__wrap:nth-of-type(2) {
  z-index: 2;
}
body #originalContens .s-results__group__wrap:nth-of-type(3) {
  z-index: 3;
}
body #originalContens .s-results__group__wrap:nth-of-type(4) {
  z-index: 4;
}
body #originalContens .s-results__group__wrap:nth-of-type(5) {
  z-index: 5;
}
body #originalContens .s-results__group__wrap:nth-of-type(6) {
  z-index: 6;
}
body #originalContens .s-results__group__wrap:nth-of-type(7) {
  z-index: 7;
}
body #originalContens .s-results__group__wrap:nth-of-type(8) {
  z-index: 8;
}
body #originalContens .s-results__group__wrap:nth-of-type(9) {
  z-index: 9;
}
body #originalContens .s-results__group__wrap:nth-of-type(10) {
  z-index: 10;
}
body #originalContens .s-results__group__wrap:first-of-type .sticky__area:nth-of-type(1) {
  margin-top: 0;
  top: 0;
}
body #originalContens .s-results__group__wrap:first-of-type .sticky__area:nth-of-type(1) .s-results__group {
  clip-path: inset(0% 0% 0% 0%);
  will-change: clip-path;
}
body #originalContens .s-results__group__wrap:nth-of-type(1) .pagenation-block .pagenation .pagenation-item:nth-of-type(1) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(2) .pagenation-block .pagenation .pagenation-item:nth-of-type(2) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(3) .pagenation-block .pagenation .pagenation-item:nth-of-type(3) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(4) .pagenation-block .pagenation .pagenation-item:nth-of-type(4) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(5) .pagenation-block .pagenation .pagenation-item:nth-of-type(5) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(6) .pagenation-block .pagenation .pagenation-item:nth-of-type(6) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(7) .pagenation-block .pagenation .pagenation-item:nth-of-type(7) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(8) .pagenation-block .pagenation .pagenation-item:nth-of-type(8) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(9) .pagenation-block .pagenation .pagenation-item:nth-of-type(9) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap:nth-of-type(10) .pagenation-block .pagenation .pagenation-item:nth-of-type(10) .pagenation-btn {
  background-color: #FFFFFF;
}
body #originalContens .s-results__group__wrap .sticky__area {
  position: relative;
  top: 0;
  width: 100vw;
  height: 400vh;
  margin-top: -220vh;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body #originalContens .s-results__group__wrap .sticky__area {
    height: 300vh;
    margin-top: -180vh;
  }
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(1) {
  z-index: 1;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(2) {
  z-index: 2;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(3) {
  z-index: 3;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(4) {
  z-index: 4;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(5) {
  z-index: 5;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(6) {
  z-index: 6;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(7) {
  z-index: 7;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(8) {
  z-index: 8;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(9) {
  z-index: 9;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(10) {
  z-index: 10;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(11) {
  z-index: 11;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(12) {
  z-index: 12;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(13) {
  z-index: 13;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(14) {
  z-index: 14;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(15) {
  z-index: 15;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(16) {
  z-index: 16;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(17) {
  z-index: 17;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(18) {
  z-index: 18;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(19) {
  z-index: 19;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(20) {
  z-index: 20;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(21) {
  z-index: 21;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(22) {
  z-index: 22;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(23) {
  z-index: 23;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(24) {
  z-index: 24;
}
body #originalContens .s-results__group__wrap .sticky__area:nth-of-type(25) {
  z-index: 25;
}
body #originalContens .s-results__group__wrap .sticky__area .s-results__group {
  position: sticky;
  top: 0;
}

/*component*/
body #originalContens .c-inner01 {
  width: min(88%, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body #originalContens .c-inner01 {
    width: 100%;
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
  }
}
body #originalContens .c-inner02 {
  width: min(88%, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body #originalContens .c-inner02 {
    width: 100%;
    padding-left: 6.1333333333vw;
    padding-right: 6.1333333333vw;
  }
}

body #originalContens,
.ff-noto {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}

body #originalContens {
  color: #000000;
  line-height: 1.45;
  letter-spacing: 0.075em;
  font-size: 16px;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

body #originalContens section.s-info .info-block .txt03, body #originalContens,
.fw-semi {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-ex {
  font-weight: 800;
}

.fw-bla {
  font-weight: 900;
}

.fw-r_en {
  font-weight: 400;
}

.fw-m_en {
  font-weight: 500;
}

.fw-semi_en {
  font-weight: 600;
}

.fw-b_en {
  font-weight: 700;
}

/*project*/
/*utility*/
@media screen and (max-width: 767px) {
  body #originalContens .pc {
    display: none;
  }
}
body #originalContens .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  body #originalContens .sp {
    display: inline-block;
  }
}
body #originalContens .visible-sp {
  display: none;
}
@media screen and (max-width: 475px) {
  body #originalContens .visible-sp {
    display: inline-block;
  }
}
body #originalContens .hidden-sp {
  display: inline-block;
}
@media screen and (max-width: 475px) {
  body #originalContens .hidden-sp {
    display: none;
  }
}
body #originalContens .visible-m {
  display: none;
}
@media screen and (max-width: 767px) {
  body #originalContens .visible-m {
    display: inline-block;
  }
}
body #originalContens .hidden-m {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body #originalContens .hidden-m {
    display: none;
  }
}
body #originalContens .visible-tb {
  display: none;
}
@media screen and (max-width: 980px) {
  body #originalContens .visible-tb {
    display: inline-block;
  }
}
body #originalContens .hidden-tb {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  body #originalContens .hidden-tb {
    display: none;
  }
}
body #originalContens .visible-pc {
  display: none;
}
@media screen and (max-width: 1224px) {
  body #originalContens .visible-pc {
    display: inline-block;
  }
}
body #originalContens .hidden-pc {
  display: inline-block;
}
@media screen and (max-width: 1224px) {
  body #originalContens .hidden-pc {
    display: none;
  }
}
body #originalContens .visible-lgpc {
  display: none;
}
@media screen and (max-width: 1440px) {
  body #originalContens .visible-lgpc {
    display: inline-block;
  }
}
body #originalContens .hidden-lgpc {
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  body #originalContens .hidden-lgpc {
    display: none;
  }
}