@charset "UTF-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NS-900.woff2") format("woff2"), url("fonts/NS-900.woff") format("woff");
  font-display: swap;
}
/*
---------------------------------------------

    base settings

*/
:root {
  font-size: 62.5%;
  --s-2: calc(var(--s1) / 2);
  --s1: 0.8rem;
  --s2: calc(var(--s1) * 2);
  --s3: calc(var(--s1) * 3);
  --s4: calc(var(--s1) * 4);
  --s5: calc(var(--s1) * 5);
  --s6: calc(var(--s1) * 6);
  --s7: calc(var(--s1) * 7);
  --s8: calc(var(--s1) * 8);
  --s9: calc(var(--s1) * 9);
  --s10: calc(var(--s1) * 10);
  --s11: calc(var(--s1) * 11);
  --s12: calc(var(--s1) * 12);
}

@media screen and (max-width: 1100px) {
  :root {
    font-size: 0.9090909091vw;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-color: #eaebef;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.img-height {
  width: auto;
  max-width: inherit;
  height: 100%;
}

a {
  color: #101010;
  transition: opacity 0.3s ease, color 0.3s ease;
  outline: none;
}

a:active {
  color: #101010;
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    color: #101010;
    text-decoration: none;
  }
}
p {
  line-height: 2;
}
p + p {
  margin-top: 1em;
}
p + .toc-wrap {
  margin-top: 3em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: normal;
}

small {
  font-size: 80%;
}

* {
  box-sizing: border-box;
}

.sp_br {
  display: none;
}
.spc_br{
	display:none
}
.pc_br {
  display: inline;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}
/*
---------------------------------------------

    animation

*/
@keyframes tabAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -132.4rem 0;
  }
}
@keyframes loopReverse {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 132.4rem 0;
  }
}
@keyframes loopVertical {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% -200%;
  }
}
@keyframes loopVerticalReverse {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 200%;
  }
}
@keyframes loop-sp {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Arrow clip-path animation  */
@keyframes arrowReveal {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    /* 非表示 */
  }
  20% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* 全部一斜表示 */
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* keep */
  }
}
@keyframes arrowRevealAfter {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* 全部一斜表示 */
  }
  30% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* keep */
  }
  45% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    /* oddが最初に消える */
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    /* keep */
  }
  60% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    /* 非表示 */
  }
  75% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* 全部一斜表示 */
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* keep */
  }
}
/*  inView */
.slideLeft {
  opacity: 0;
  transform: translate(-3rem, 0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.slideLeft.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.slideRight {
  opacity: 0;
  transform: translate(3rem, 0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.slideRight.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInDeg {
  opacity: 0;
  transform: translate(-4rem, 2rem);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.fadeInDeg.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.slideInDeg span.bg {
  display: block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.09, 0.89, 0.57, 0.98);
  transition-delay: 0.4s;
}

.slideInDeg.is-inview span.bg {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slideInTitle {
  opacity: 0;
  transform: rotate(-15deg) translateX(-10rem);
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.09, 0.89, 0.57, 0.98), opacity 0.5s ease;
  transition-delay: 0.8s;
}

.slideInTitle.is-inview {
  opacity: 1;
  transform: rotate(-15deg) translateX(0);
  transform-origin: left top;
}

.slideText span.bg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.09, 0.89, 0.57, 0.98);
  transition-delay: 0.5s;
}

.slideText.is-inview span.bg {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.svg-elem-1 {
  stroke-dashoffset: 2202.4946289063px;
  stroke-dasharray: 2202.4946289063px;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-delay: 0.4s;
}

.ribbon1.is-inview .svg-elem-1 {
  stroke-dashoffset: 4404.9892578125px;
  stroke-dasharray: 2202.4946289063px;
}

.svg-elem-2 {
  stroke-dashoffset: 2313.939453125px;
  stroke-dasharray: 2313.939453125px;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.ribbon2.is-inview .svg-elem-2 {
  stroke-dashoffset: 4627.87890625px;
}

.svg-elem-3 {
  stroke-dashoffset: 1995.0703125px;
  stroke-dasharray: 1995.0703125px;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.ribbon3.is-inview .svg-elem-3 {
  stroke-dashoffset: 3990.140625px;
}

.svg-elem-4 {
  stroke-dashoffset: 3006.1044921875px;
  stroke-dasharray: 3006.1044921875px;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.ribbon4.is-inview .svg-elem-4 {
  stroke-dashoffset: 6012.208984375px;
}

/*
---------------------------------------------

    layout center

*/
.l-center {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s3);
  padding-left: var(--s3);
  box-sizing: content-box;
}
.l-center--narrow {
  max-width: 100rem;
}

/*
---------------------------------------------

    layout stack

*/
.l-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--s6);
}
.l-stack > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.l-stack-02 {
  margin-top: var(--s8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 11rem;
}
.l-stack-02 > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*
---------------------------------------------

    layout cluster

*/
.l-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1);
}

/*
---------------------------------------------

    layout grid

*/
.l-grid {
  --minmum: calc((100% - var(--s5)) / 2);
  display: grid;
  grid-gap: var(--s4) var(--s5);
}

.l-grid-02 {
  --minmum: calc((100% - var(--s3)) / 2);
  display: grid;
  grid-gap: var(--s3);
}

.l-grid-three {
  --minmum: calc((100% - var(--s4) * 2) / 3);
  display: grid;
  grid-gap: var(--s4);
}

.l-grid-three-02 {
  --minmum: calc((100% - var(--s5) * 2) / 3);
  display: grid;
  grid-gap: 0 var(--s5);
}

.l-grid-four {
  --minmum: calc((100% - var(--s2) * 3) / 4);
  display: grid;
  grid-gap: var(--s4) var(--s2);
}

@supports (width: min(var(--minmum), 100%)) {
  .l-grid,
.l-grid-02,
.l-grid-three,
.l-grid-three-02,
.l-grid-four {
    grid-template-columns: repeat(auto-fill, minmax(min(var(--minmum), 100%), 1fr));
  }
}
/*
---------------------------------------------

    layout column

*/
.l-column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s6);
}
.l-column__side {
  width: 31.6rem;
}
.l-column__side02 {
  width: 58rem;
}
.l-column__side03 {
  width: 21rem;
}
.l-column__side04 {
  width: 41rem;
}
.l-column__side05 {
  width: 48rem;
}
.l-column__main {
  flex: 1;
}
.l-column--row-reverse {
  flex-direction: row-reverse;
}
.l-column--align-center {
  align-items: center;
}

/*
---------------------------------------------

    layout grid areas

*/
.l-grid-areas {
  display: grid;
  grid-template-areas: "catch img" "text img";
  grid-template-columns: 1fr 48.8rem;
  grid-template-rows: auto 1fr;
  grid-gap: var(--s3) var(--s6);
}
.l-grid-areas__cell-01 {
  grid-area: catch;
}
.l-grid-areas__cell-02 {
  grid-area: img;
}
.sec-sponsored .l-grid-areas__cell-02{
	position: relative;
    top: calc(100% / 2 - 240px);
}
.l-grid-areas__cell-03 {
  grid-area: text;
}
.l-grid-areas--row-reverse {
  grid-template-areas: "img catch" "img text";
  grid-template-columns: 48.8rem 1fr;
}
.l-grid-areas--align-center {
  grid-template-rows: auto auto;
}
.l-grid-areas--align-center .l-grid-areas__cell-01 {
  place-self: end start;
}
.l-grid-areas--align-center .l-grid-areas__cell-02 {
  place-self: center;
}
.l-grid-areas--align-center .l-grid-areas__cell-03 {
  place-self: start;
}

.l-grid-areas02 {
  margin-bottom: var(--s2);
  display: grid;
  grid-template-areas: "catch img" "text img";
  grid-template-columns: 1fr 40rem;
  grid-template-rows: auto 1fr;
  grid-gap: var(--s3) var(--s6);
}
.l-grid-areas02__cell-01 {
  grid-area: catch;
}
.l-grid-areas02__cell-02 {
  grid-area: img;
}
.l-grid-areas02__cell-03 {
  grid-area: text;
}

/*
---------------------------------------------

    layout scroll x

*/
.l-scroll-x {
  width: 100%;
  padding-bottom: var(--s1);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #ddd transparent;
  scrollbar-width: 0.6rem;
}
.l-scroll-x::-webkit-scrollbar {
  height: 0.6rem;
}
.l-scroll-x::-webkit-scrollbar-track {
  border-radius: 0.3rem;
  background: #eee;
}
.l-scroll-x::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background: #ddd;
}

/*
---------------------------------------------

    header 

*/
.header-area {
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  gap: var(--s3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-area__inner {
  flex: 1;
}
.header-area__name {
  display: inline;
  font-size: 1.1rem;
}
.header-area__name a {
  text-decoration: none;
}
.header-area .sponsored-text {
  display: inline;
  margin-left: var(--s2);
  font-size: 1.1rem;
}
.header-area__logo {
  width: 10.6rem;
}
.header-area--low {
  color: #fff;
}
.header-area--low a {
  color: #fff;
}

@media (hover: hover) {
  .header-area__logo a:hover,
.header-area__name a:hover,
.low-logo a:hover {
    opacity: 0.6;
  }
}
.js-appear {
  opacity: 0;
  visibility: hidden;
}
.js-appear.is-fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.mv-lower {
  padding: 14rem 0 12.5rem;
  background: url(img/bg-arrow-bottom-gray.svg) no-repeat center bottom -0.1rem/100% 9.8rem, url(img/bg-red-noise.jpg) repeat center/60rem auto;
}
.mv-lower .l-center {
  position: relative;
}
.mv-lower .l-center:before {
  content: "";
  width: 24.4rem;
  height: 22.1rem;
  background: url(img/deco-h1.png) no-repeat center/contain;
  position: absolute;
  left: -11rem;
  top: -7.2rem;
}

/*
---------------------------------------------

    main-area

*/
.main-area {
  overflow-x: clip;
  position: relative;
  background: #eaebef;
}
.main-area--low {
  padding-bottom: var(--s5);
}

/*
---------------------------------------------

    main visual

*/
.mainvisual {
  width: 100%;
  height: 100svh;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  /* 1回目用（短いdelay） */
  /* 2回目以降用（長いdelay） */
}
.mainvisual-inner {
  width: 128.4rem;
  height: 72rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainvisual-title {
  font-size: 6rem;
  font-weight: 900;
  position: absolute;
  left: 10rem;
  top: 60rem;
  line-height: 1.2;
  z-index: 1;
}
.mainvisual-title span.bg {
  margin: 0 var(--s1);
  padding: 0 var(--s1);
  background: #fff;
  color: #e9450a;
}
.mainvisual-title span.cl {
  color: #e9450a;
}
.mainvisual.is-static .mainvisual-inner {
  width: 100%;
  overflow: hidden;
}
.mainvisual .main-arrow {
  width: 130.4rem;
  height: 64.4rem;
  position: absolute;
  left: -2.5rem;
  top: -5rem;
}
.mainvisual .main-arrow img {
  display: block;
}
.mainvisual .arrows {
  /* Under Layer (arrow1-10) */
  /* Upper Layer (arrow11-17) */
}
.mainvisual .arrows img {
  display: block;
  position: absolute;
  transform: rotate(-15deg);
}
.mainvisual .arrows .arrow1 {
  left: 8.4rem;
  top: 66.6rem;
  width: 15.6rem;
  height: 6.8rem;
}
.mainvisual .arrows .arrow2 {
  left: 9.4rem;
  top: 60rem;
  width: 34.7rem;
  height: 6.7rem;
}
.mainvisual .arrows .arrow3 {
  left: 37.7rem;
  top: 57.2rem;
  width: 18.3rem;
  height: 11.8rem;
}
.mainvisual .arrows .arrow4 {
  left: 35.5rem;
  top: 64.4rem;
  width: 11.7rem;
  height: 7.6rem;
}
.mainvisual .arrows .arrow5 {
  left: 56.3rem;
  top: 59.1rem;
  width: 15rem;
  height: 4.4rem;
}
.mainvisual .arrows .arrow6 {
  left: 67.9rem;
  top: 59rem;
  width: 9.7rem;
  height: 6rem;
}
.mainvisual .arrows .arrow7 {
  left: 71rem;
  top: 50.5rem;
  width: 13.5rem;
  height: 7.8rem;
}
.mainvisual .arrows .arrow8 {
  left: 86.8rem;
  top: 48.8rem;
  width: 18.5rem;
  height: 7.6rem;
}
.mainvisual .arrows .arrow9 {
  left: 94.5rem;
  top: 41.8rem;
  width: 18.5rem;
  height: 7.6rem;
}
.mainvisual .arrows .arrow10 {
  left: 102rem;
  top: 45.3rem;
  width: 26.3rem;
  height: 7.3rem;
}
.mainvisual .arrows .arrow11 {
  left: 0.7rem;
  top: 15.8rem;
  width: 23.2rem;
  height: 9.2rem;
}
.mainvisual .arrows .arrow12 {
  left: 22rem;
  top: 17.9rem;
  width: 18.4rem;
  height: 7.4rem;
}
.mainvisual .arrows .arrow13 {
  left: 37.4rem;
  top: 12rem;
  width: 6.7rem;
  height: 4.2rem;
}
.mainvisual .arrows .arrow14 {
  left: 47rem;
  top: 13.4rem;
  width: 14.8rem;
  height: 4.3rem;
}
.mainvisual .arrows .arrow15 {
  left: 67rem;
  top: 5.6rem;
  width: 8.8rem;
  height: 5.5rem;
}
.mainvisual .arrows .arrow16 {
  left: 72rem;
  top: 10.5rem;
  width: 15rem;
  height: 4.3rem;
}
.mainvisual .arrows .arrow17 {
  left: 88.2rem;
  top: 2.1rem;
  width: 10.2rem;
  height: 6.4rem;
}
.mainvisual .person img {
  display: block;
}
.mainvisual .person1 {
  width: 38.5rem;
  height: 67.4rem;
  position: absolute;
  left: 48rem;
  top: 1rem;
  transition-delay: 1.3s;
}
.mainvisual .person2 {
  width: 30rem;
  height: 54.2rem;
  position: absolute;
  left: 40rem;
  top: 9.7rem;
  transition-delay: 1.4s;
}
.mainvisual .anime-odd-first {
  animation: arrowReveal 5s cubic-bezier(0.09, 0.89, 0.57, 0.98);
  animation-delay: 0s;
  animation-fill-mode: both;
}
.mainvisual .anime-even-first {
  animation: arrowReveal 5s cubic-bezier(0.09, 0.89, 0.57, 0.98);
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.mainvisual .anime-third-first {
  animation: arrowReveal 5s cubic-bezier(0.09, 0.89, 0.57, 0.98);
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.mainvisual .anime-fourth-first {
  animation: arrowReveal 5s cubic-bezier(0.09, 0.89, 0.57, 0.98);
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
.mainvisual .anime-odd {
  animation: arrowRevealAfter 7s cubic-bezier(0.09, 0.89, 0.57, 0.98) infinite;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.mainvisual .anime-even {
  animation: arrowRevealAfter 7s cubic-bezier(0.09, 0.89, 0.57, 0.98) infinite;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.mainvisual .anime-third {
  animation: arrowRevealAfter 7s cubic-bezier(0.09, 0.89, 0.57, 0.98) infinite;
  animation-delay: 3s;
  animation-fill-mode: both;
}
.mainvisual .anime-fourth {
  animation: arrowRevealAfter 7s cubic-bezier(0.09, 0.89, 0.57, 0.98) infinite;
  animation-delay: 3.5s;
  animation-fill-mode: both;
}

/*
---------------------------------------------

    list

*/
.main-area .subList,
.main-area ul:not([class]) {
  margin: var(--s5) 0;
}
.main-area .subList li,
.main-area ul:not([class]) li {
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  position: relative;
}
.main-area .subList li::before,
.main-area ul:not([class]) li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #e9450a;
  border-radius: 1rem;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.main-area .subList li + li,
.main-area ul:not([class]) li + li {
  margin-top: 1em;
}
.main-area ol:not([class]) {
  margin: var(--s5) 0;
  counter-reset: number;
}
.main-area ol:not([class]) li {
  padding: 0 0 0 2em;
  line-height: 1.5;
  position: relative;
  counter-increment: number;
}
.main-area ol:not([class]) li::before {
  content: counter(number);
  width: 1.6em;
  height: 1.6em;
  background: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: -0.1em;
  left: 0;
}
.main-area ol:not([class]) li a {
  text-decoration: none;
}
.main-area ol:not([class]) li + li {
  margin-top: 1em;
}

/*
---------------------------------------------

    btn

*/
.btn-internal {
  margin: var(--s5) auto;
  position: relative;
}
.btn-internal a {
  width: 45rem;
  min-height: var(--s10);
  height: 100%;
  margin: 0 auto;
  padding: 2.2rem 9rem 2rem var(--s5);
  background: #e9450a;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  transition: background-position 0.4s, opacity 0.4s;
  position: relative;
}
.btn-internal a:after {
  content: "";
  width: 3.6rem;
  height: 3rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  background: url("img/arrow-01-white-right.svg") repeat-x center right/4rem auto;
  position: absolute;
  right: var(--s4);
  top: 50%;
  transform: translateY(-50%);
	transition: all 0.4s;
overflow: hidden;
}
.btn-internal a:hover::after,
.btn-web a:hover:after{
background-position: 3.5rem center;
}
.btn-internal--yellow a {
  background-color: #fae151;
  color: #101010;
}
.btn-internal--yellow a:after {
  border-color: rgba(16, 16, 16, 0.5);
  background-image: url("img/arrow-01-black-right.svg");
}
.btn-internal--black a {
  background-color: #101010;
}
.btn-internal--black a:after {
  border-color: rgba(255, 255, 255, 0.5);
  background-image: url("img/arrow-01-white-right.svg");
}
.btn-internal--green a {
  background-color: #79ab32;
}
.btn-internal--green a:after {
  border-color: rgba(255, 255, 255, 0.5);
  background-image: url("img/arrow-01-white-right.svg");
}

@media (hover: hover) {
  .btn-internal a:hover {
    opacity: 0.7;
  }
}
.btn-web {
  margin: var(--s5) auto;
  position: relative;
}
.btn-web a {
  width: 45rem;
  min-height: var(--s10);
  height: 100%;
  margin: 0 auto;
  padding: 2.2rem 9rem 2rem var(--s5);
  background: #101010;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  transition: background-position 0.4s, opacity 0.4s;
  position: relative;
}
.btn-web a:after {
  content: "";
  width: 3.6rem;
  height: 3rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  background: url("img/icon-window.svg") repeat-x center right/4rem auto;
  position: absolute;
  right: var(--s4);
  top: 50%;
  transform: translateY(-50%);
transition: all 0.4s;
overflow: hidden;
}

@media (hover: hover) {
  .btn-web a:hover {
    opacity: 0.7;
  }
}
.btn-link {
  margin: var(--s2) 0 var(--s2) auto;
  text-align: right;
}
.btn-link a {
  margin: 0;
  padding: 0.2rem var(--s4) var(--s-2) 0;
  background: url("img/arrow-01-black-right.svg") no-repeat center right/2.2rem auto;
  display: inline-block;
  font-weight: 900;
  line-height: 1.5;
}
.btn-link--white a {
  color: #fff;
  background-image: url(img/arrow-01-white-right.svg);
}

@media (hover: hover) {
  .btn-link a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

  .btn-link--white a:hover {
    opacity: 0.6;
    color: #fff;
  }
}
.btn-tel {
  display: none;
}

.btn-column {
  margin: var(--s5) 0;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.btn-column .btn-web,
.btn-column .btn-internal {
  margin: 0;
}

/*
---------------------------------------------

    TOC lower

*/
.toc-lower-wrap {
  max-width: 90rem;
  margin: var(--s10) auto;
  padding: var(--s3) var(--s7) 0;
  border-top: solid 1px #101010;
  border-bottom: solid 1px #101010;
  position: relative;
}
.toc-lower-wrap:before {
  content: "Index";
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -3.2rem;
}
.toc-lower-wrap.relation {
  padding-bottom: var(--s3);
}
.toc-lower-wrap.relation:before {
  content: "関連記事";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
}
.toc-lower-wrap ul,
.toc-lower-wrap ul:not([class]) {
  margin-top: 0;
  margin-bottom: 0;
  counter-reset: numb;
}
.toc-lower-wrap ul li,
.toc-lower-wrap ul:not([class]) li {
  font-size: 1.6rem;
}
.toc-lower-wrap ul li + li,
.toc-lower-wrap ul:not([class]) li + li {
  margin-top: 1.2em;
}
.toc-lower-wrap ul li.chapter-h-two,
.toc-lower-wrap ul:not([class]) li.chapter-h-two {
  padding: 0 0 0 1.8em;
  font-size: 1.8rem;
  font-weight: 900;
  position: relative;
  counter-increment: numb;
}
.toc-lower-wrap ul li.chapter-h-two::before,
.toc-lower-wrap ul:not([class]) li.chapter-h-two::before {
  content: counter(numb, decimal-leading-zero);
  font-size: 1.3rem;
  font-weight: 900;
  position: absolute;
  top: 0.25em;
  left: 0.4rem;
}
.toc-lower-wrap ul li.chapter-h-two a,
.toc-lower-wrap ul:not([class]) li.chapter-h-two a {
  background: none;
}
.toc-lower-wrap ul li.chapter-h-three,
.toc-lower-wrap ul:not([class]) li.chapter-h-three {
  margin: var(--s2) 0 var(--s1) var(--s4);
  padding: 0 0 0 1.5em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}
.toc-lower-wrap ul li.chapter-h-three:before,
.toc-lower-wrap ul:not([class]) li.chapter-h-three:before {
  content: "└";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.toc-lower-wrap ul li.chapter-h-three a,
.toc-lower-wrap ul:not([class]) li.chapter-h-three a {
  background: none;
}
.toc-lower-wrap ul li.relation-links,
.toc-lower-wrap ul:not([class]) li.relation-links {
  padding: 0 0 0 1.8em;
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
}
.toc-lower-wrap ul li.relation-links:before,
.toc-lower-wrap ul:not([class]) li.relation-links:before {
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/arrow-02-white-right.svg) no-repeat center/contain;
  position: absolute;
  left: -0.5em;
  top: 0;
}
.toc-lower-wrap a {
  display: block;
  text-decoration: none;
}

.toc-lower__title {
  margin-bottom: var(--s3);
  font-size: 1.7rem;
  font-weight: 900;
}

@media (hover: hover) {
  .toc-lower-wrap a:hover {
    opacity: 0.6;
  }
}
/*
---------------------------------------------

    table

*/
.main-area--low table {
  width: 100%;
  margin: var(--s5) 0;
  border-collapse: collapse;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.main-area--low table th,
.main-area--low table td {
  padding: var(--s2);
  border-right: solid 1px #c7c7c7;
  border-bottom: solid 1px #c7c7c7;
  line-height: 1.5;
  word-break: break-all;
}
.main-area--low table th {
  background: #f3f3f3;
}
.main-area--low table td {
  background: #fff;
}
.main-area--low table tbody th {
  background: #f3f3f3;
}

.l-scroll-x table {
  width: inherit;
}
.l-scroll-x table th,
.l-scroll-x table td {
  min-width: 20rem;
}

/*
---------------------------------------------

    caption

*/
.caption {
  margin-top: 0.8em;
  display: block;
  color: #999;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
}
.caption a {
  color: #999;
}
.caption--white {
  color: #fff;
}
.caption--white a {
  color: #fff;
}
.caption--right {
  text-align: right;
}

.caption-scroll {
  margin-top: 0.8em;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #ddd transparent;
  scrollbar-width: thin;
}
.caption-scroll a {
  color: #999;
}
.caption-scroll::-webkit-scrollbar {
  height: 0.6rem;
}
.caption-scroll::-webkit-scrollbar-track {
  border-radius: 0.3rem;
  background: #eee;
}
.caption-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background: #ddd;
}

/*
---------------------------------------------

	catch

*/
.catch-01 {
  display: inline;
  padding: 0.4rem var(--s-2);
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
  color: #e9450a;
  background: #fff;
}

.catch-02 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #e9450a;
}

/*
---------------------------------------------

	text

*/
.marker {
  border-bottom: solid 0.2rem #e9450a;
  font-weight: 900;
}

.txt_bold {
  font-weight: 900;
  color: #e9450a;
}

/*
---------------------------------------------

	subgrid card

*/
.subgrid-card-01 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: var(--s2);
}

.subgrid-card-02 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: var(--s1);
}

/*
---------------------------------------------

    float wrap

*/
.float-wrap {
  display: flow-root;
  margin: var(--s4) 0;
}
.float-wrap .float-img.fr {
  width: 37rem;
  margin-left: var(--s5);
  margin-bottom: var(--s2);
  float: right;
}
.float-wrap .float-img.fl {
  width: 37rem;
  margin-right: var(--s5);
  margin-bottom: var(--s2);
  float: left;
}
.float-wrap .float-img.ct {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--s2);
	text-align:center;
}
.float-wrap .float-img .caption{
	text-align:center
}

/*
---------------------------------------------

	pankuzu

*/
#pankuzu {
  width: 100%;
  margin: var(--s1) auto var(--s-2);
  padding: var(--s1) 0;
  color: #7d7d7d;
  font-size: 1.2rem;
  /*white-space: nowrap;*/
  overflow-x: auto;
  overflow-y: hidden;
}
#pankuzu a {
  color: #7d7d7d;
}
#pankuzu br{
	display:none;
}
/*
---------------------------------------------

    footer

*/
.footer-area {
  padding: 9rem 0 0;
  background: url(img/bg-black-noise.jpg) repeat center/60rem auto;
  position: relative;
}
.footer-area--top:before {
  content: "";
  width: 28.5rem;
  height: 16rem;
  background: url(img/deco-footer.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -13rem;
  transform: translateX(-50%);
}

.footer-about {
  max-width: 90rem;
  margin: 0 auto var(--s8);
  padding: var(--s5) var(--s6);
  background: url(img/bg-footer-about.jpg) repeat left top/30rem auto;
  display: flex;
  align-items: center;
  gap: var(--s9);
}
.footer-about__logo {
  display: block;
}
.footer-about__title {
  margin-bottom: var(--s1);
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.footer-about p {
  font-size: 1.3rem;
  color: #fff;
}
.footer-about .btn-link {
  margin-bottom: 0;
}

.footer-main {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s3);
  padding-left: var(--s3);
  box-sizing: content-box;
}
.footer-main__logo {
  width: 33.3rem;
  margin: 0 auto var(--s9);
}

.footer-bottom {
  padding: var(--s1) 0;
  background: #101010;
}
.footer-bottom__inner {
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-box + .footer-box {
  margin-top: var(--s5);
}

.footer-menu-title {
  margin-bottom: var(--s1);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  border-bottom: 1px solid #909090;
}
.footer-menu-title__link {
  padding: var(--s-2) 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

@media (hover: hover) {
  .footer-menu-title__link:hover {
    opacity: 0.6;
    color: #fff;
  }

  a.footer-about__logo:hover {
    opacity: 0.6;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem var(--s2);
}
.footer-menu__item br{
	display:none;
}
.footer-menu__item {
  width: calc((100% - var(--s2) * 3) / 4);
  padding: var(--s1) var(--s1) var(--s1) 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer-menu__link {
  margin-bottom: var(--s1);
  padding: var(--s1) 0;
  text-decoration: none;
  color: #fff;
}

@media (hover: hover) {
  .footer-menu__link:hover {
    opacity: 0.6;
    color: #fff;
  }
}
.footer-menu-sub {
  margin-top: var(--s1);
  margin-left: var(--s1);
}
.footer-menu-sub__item {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer-menu-sub__link {
  padding: var(--s-2) var(--s-2) var(--s-2) 1.2em;
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.footer-menu-sub__link::before {
  content: "-";
  position: absolute;
  top: var(--s-2);
  left: 0;
}

@media (hover: hover) {
  .footer-menu-sub__link:hover {
    opacity: 0.6;
    color: #fff;
  }
}
.footer-disclaimer {
  width: 70rem;
  margin: var(--s8) auto var(--s6);
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
}
.footer-disclaimer__label {
  display: inline;
}
.footer-disclaimer__text {
  display: inline;
}
.footer-disclaimer__text a {
  color: #fff;
}

.footer-nocopy {
  margin: var(--s5) 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.footer-copyright {
  font-size: 1.2rem;
  color: #fff;
}
.footer-copyright__link {
  text-decoration: none;
  color: #fff;
}

@media (hover: hover) {
  .footer-copyright__link:hover {
    text-decoration: underline;
    color: #fff;
  }
}
.footer-sitemap {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}
.footer-sitemap__link {
  text-decoration: none;
  color: #fff;
}

@media (hover: hover) {
  .footer-sitemap__link:hover {
    text-decoration: underline;
    color: #fff;
  }
}
.footer-banner {
  width: 27.7rem;
  padding: 3rem 2rem 2.5rem 2.5rem;
  text-decoration: none;
  border-radius: var(--s8) 0 0 var(--s8);
  background: #79ab32 url(img/arrow-01-white-right.svg) no-repeat center right var(--s2)/4rem auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 9rem;
  transform: translateY(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 99;
}
.footer-banner img {
  display: block;
  width: 8rem;
  margin: 0 auto;
}
.footer-banner:before {
  content: "";
  width: 8rem;
  height: 9.2rem;
  background: url(img/banner-pic.png) no-repeat right bottom -1rem/contain;
  position: absolute;
  left: 12rem;
  bottom: 100%;
  transition: background-position 0.3s ease;
}
.footer-banner--top {
  padding: 1.2rem 2rem var(--s2) 3.5rem;
  background-color: #fae151;
  background-image: url(img/arrow-01-black-right.svg);
  color: #101010;
  text-align: left;
}
.footer-banner--top:before {
  content: "";
  width: 8.3rem;
  height: 10rem;
  background: url(img/mv-pic-1.png) no-repeat right top 1rem/11rem auto;
  position: absolute;
  left: 12rem;
  bottom: 100%;
}
.footer-banner--top span.sm {
  font-size: 1.3rem;
}
.footer-banner--top span.st {
  margin: var(--s-2) var(--s1) 0;
  background: #fff;
  padding: 0 var(--s-2);
  font-size: 2rem;
  font-weight: 900;
  color: #e9450a;
  display: inline-block;
}
.footer-banner span.st2 {
  font-size: 2rem;
  font-weight: 900;
   color:#101010;
}

@media (hover: hover) {
  .footer-banner:hover {
    opacity: 0.7;
    color: #fff;
  }
  .footer-banner:hover:before {
    background-position: right top;
  }

  .footer-banner--top:hover {
    color: #101010;
  }
  .footer-banner--top:hover:before {
    background-position: right top;
  }
}
/*
---------------------------------------------

    gnavi

*/
.gnavi-btn {
  width: 6rem;
  height: 6rem;
  background: #101010;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  cursor: pointer;
}
.gnavi-btn span {
  width: 3rem;
  height: 0.2rem;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 1.5rem;
  transition: transform 0.4s, opacity 0.4s;
}
.gnavi-btn span:nth-of-type(1) {
  top: 2rem;
}
.gnavi-btn span:nth-of-type(2) {
  top: 2.9rem;
}
.gnavi-btn span:nth-of-type(3) {
  top: 3.8rem;
}
.gnavi-btn.is-active span:nth-of-type(1) {
  transform: translateY(1rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

.gnavi-area {
  width: 40rem;
  height: 100vh;
  padding: 8rem 0 var(--s5);
  background: #eaebef;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.gnavi-area__logo {
  width: 18rem;
  margin: 0 auto var(--s2);
}

.gnavi-box__title {
  padding: 1.2rem var(--s6) 1.2rem var(--s2);
  border-bottom: 1px solid #999;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  cursor: pointer;
  transition: opacity 0.5s;
  position: relative;
}
.gnavi-box__title::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("img/arrow-03-black-down.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: var(--s2);
  transform: translate(0, -50%) rotate(0);
  transition: transform 0.3s;
}
.gnavi-box__title:hover {
  opacity: 1;
}
.gnavi-box__title.is-open::after {
  transform: translate(0, -50%) rotate(180deg);
}
.gnavi-box__content {
  background: rgba(255, 255, 255, 0.8);
}
.gnavi-box:first-child {
  border-top: 1px solid #999;
}
.gnavi-menu__item br{
	display:none;
}
.gnavi-menu__item,
.gnavi-menu-sub__item {
  position: relative;
}
.gnavi-menu__item::before,
.gnavi-menu-sub__item::before {
  content: "└";
  position: absolute;
  top: 1.1rem;
  left: var(--s2);
}
.gnavi-menu__link,
.gnavi-menu-sub__link {
  padding: 1.2rem var(--s2) 1.2rem var(--s5);
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.gnavi-menu__link:hover,
.gnavi-menu-sub__link:hover {
  opacity: 0.6;
}

.gnavi-menu__item {
  border-bottom: 1px solid #999;
}

.gnavi-menu-sub__item {
  border-top: 1px solid #999;
}

.is-gnavi-open .gnavi-area {
  opacity: 1;
  transform: translateX(0);
}

/*
---------------------------------------------

    page

*/
.page-top {
  width: 7.2rem;
  height: 7.2rem;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .page-top__link:hover {
    opacity: 0.6;
  }
}
/*
---------------------------------------------

    toggle sp

*/
.toggle-sp-content {
  display: block;
}

/*
---------------------------------------------

    toggle

*/
.toggle-btn {
  line-height: 1.5;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
.toggle-btn::before {
  content: "";
  width: 3rem;
  height: 0.2rem;
  background: #101010;
  position: absolute;
  top: 50%;
  right: var(--s3);
  transform: translate(0, -50%);
}
.toggle-btn::after {
  content: "";
  width: 0.2rem;
  height: 3rem;
  background: #101010;
  position: absolute;
  top: 50%;
  right: 3.8rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.toggle-btn.is-open::after {
  transform: translate(0, -50%) rotate(270deg);
}

.toggle-content {
  display: none;
}

/*
---------------------------------------------

    more

*/
.more-btn {
  max-width: 38rem;
  margin: var(--s5) auto;
  padding: var(--s3) var(--s7);
  background: #000;
  border: 0.2rem solid #000;
  border-radius: 10rem;
  color: #fff;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
.more-btn::before {
  content: "";
  width: var(--s3);
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: var(--s3);
  transform: translate(0, -50%);
}
.more-btn::after {
  content: "";
  width: 0.2rem;
  height: var(--s3);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.more-btn.is-open::after {
  transform: translate(0, -50%) rotate(270deg);
}

@media (hover: hover) {
  .more-btn:hover {
    opacity: 0.6;
    color: #fff;
  }
}
.more-content {
  display: none;
}

/*
---------------------------------------------

    グラデーション  more-content

*/
.more__content {
  position: relative;
  height: auto;
  max-height: 15rem;
  overflow: hidden;
  transition: max-height 0.4s;
}

.more__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(to bottom, transparent 0%, #eaebef 100%);
}

.more__content.open {
  height: auto;
}

.more__content.open:after {
  z-index: -1;
  opacity: 0;
}

.more__content.sp-only {
  overflow: initial;
  max-height: initial;
}

.more__content.sp-only:after {
  content: none;
}

.more__btn {
  width: 14rem;
  min-width: 9rem;
  display: block;
  margin: 0 -6rem 0 auto;
  padding: 1.2rem 4.5rem 1.2rem;
  background: #ededed;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
}
.more__btn::before {
  content: "";
  width: 1.6rem;
  height: 0.2rem;
  background: #101010;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translate(0, -50%);
}
.more__btn::after {
  content: "";
  width: 0.2rem;
  height: 1.6rem;
  background: #101010;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}

.more__btn.is-open::after {
  transform: translate(0, -50%) rotate(270deg);
}

.more__btn.for-sp {
  display: none;
}

/*
---------------------------------------------

    lower-parts

*/
.lower-summary {
  margin: var(--s10) auto;
  padding: var(--s5) 0;
  position: relative;
  z-index: 0;
}
.lower-summary:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #101010;
  position: absolute;
  right: calc(var(--s8) * -1);
  top: 0;
  z-index: -1;
}
.lower-summary .box-check {
  margin: 0 auto;
}
.lower-summary .box-check__catch {
  max-width: initial;
}

.lower-slider {
  margin: var(--s10) auto;
  max-width: 92.8rem;
}
.lower-slider .catch-01 {
  margin-bottom: var(--s1);
}
.lower-slider .l-column__main {
  padding-left: var(--s1);
}

.thumbnail-carousel {
  margin-top: var(--s2);
}

.lower-slider__navi {
  width: fit-content;
  max-width: 24rem;
  margin: var(--s4) auto;
  padding: 0 var(--s4);
  position: relative;
}

.lower-slider__navi .splide__pagination {
  gap: var(--s1) var(--s2);
  font-size: 0;
}
.lower-slider__navi .splide__pagination__page {
  width: 1.1rem;
  height: 1.1rem;
  background: #d9d9d9;
  border-radius: 100%;
  cursor: pointer;
  transition: opacity 0.6s;
}
.lower-slider__navi .splide__pagination__page.is-active {
  background-color: #e9450a;
  cursor: default;
}

.lower-slider__arrows {
  width: calc(100% + var(--s4));
  height: 5rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.lower-slider__arrows .splide__arrow {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  background: no-repeat center/contain;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: opacity 0.6s;
}

.lower-slider__arrows .splide__arrow--prev {
  background-image: url("img/arrow-prev.svg");
  left: 0;
}

.lower-slider__arrows .splide__arrow--next {
  background-image: url("img/arrow-next.svg");
  right: 0;
}

@media (hover: hover) {
  .lower-slider__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}
.box-schedule {
  margin: var(--s10) 0;
  padding: var(--s4) var(--s5);
  border-radius: var(--s2);
  background: #fff;
}
.box-schedule__title {
  width: fit-content;
  margin: -5.5rem 0 var(--s4);
  padding: var(--s-2) var(--s5);
  border-radius: var(--s5);
  background: #f9f3e4;
  font-size: 2.2rem;
  font-weight: 700;
}
.box-schedule--small {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.schedule-dl {
  display: flex;
  gap: 1.4rem;
  position: relative;
}
.schedule-dl:before {
  content: "";
  width: 1px;
  height: calc(100% + var(--s3));
  border-right: solid 1px #f7ae94;
  position: absolute;
  left: 0.8rem;
  top: 0.5em;
}
.schedule-dl:last-child:before {
  content: none;
}
.schedule-dl__term {
  width: 10rem;
  margin-bottom: var(--s2);
  padding-left: 3.8rem;
  font-size: 1.8rem;
  font-weight: 900;
  position: relative;
}
.schedule-dl__term:before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background: #e9450a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.schedule-dl__term span {
  color: #e9450a;
}
.schedule-dl__catch {
  margin-bottom: var(--s1);
  font-size: 1.8rem;
  font-weight: 900;
}
.schedule-dl__desc {
  flex: 1;
}
.schedule-dl__desc img {
  border-radius: var(--s2);
}
.schedule-dl + .schedule-dl {
  margin-top: 2rem;
}

.interview-box {
  max-width: 78rem;
  min-height: 30rem;
  margin: var(--s10) auto;
  background: #fff;
  border-radius: var(--s2);
  overflow: hidden;
  gap: 0;
}
.interview-box__side {
  width: 30rem;
  position: relative;
}
.interview-box__thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.interview-box__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-box__content {
  padding: var(--s4);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}
.interview-box__header {
  padding-bottom: var(--s1-5);
  border-bottom: 1px solid var(--color01);
}
.interview-box__name {
  color: #e9450a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.interview-box__note {
  font-weight: 700;
  line-height: 1.6;
}
.interview-box__name + .interview-box__note {
  margin-top: var(--s1);
}
.interview-box .btn-link {
  margin-top: auto;
  margin-bottom: 0;
}

.lower-faq {
  margin: var(--s10) auto;
  padding: var(--s4);
  background: #fff;
  border-radius: var(--s2);
  counter-reset: numb;
}
.lower-faq__column {
  gap: var(--s3);
}
.lower-faq__pic img {
  border-radius: var(--s2);
}
.lower-faq :is(.l-column, .faq-item) + :is(.l-column, .faq-item) {
  margin-top: var(--s4);
}

.box-sponsored {
  margin: 10rem auto var(--s10);
  padding: var(--s5) var(--s6);
  background: #2f2f2f;
  position: relative;
}
.box-sponsored .title-deco {
  width: fit-content;
  padding: var(--s-2) var(--s2);
  background: #e9450a;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: -3rem;
  top: -2rem;
  transform: rotate(-6deg);
}
.box-sponsored .title-deco:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-color: transparent transparent transparent #e9450a;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: rotate(-40deg) translateY(-8px);
}
.box-sponsored .btn-column {
  margin-bottom: var(--s2);
}

.related-article01-more {
  display: none;
}

.relation-links p.catch-01 {
  padding: 0;
  background: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #101010;
}

.icon-title {
  margin: var(--s5) 0 var(--s5) var(--s2);
  padding: var(--s2) var(--s3) var(--s2) var(--s12);
  background: #fff;
  border-radius: var(--s1);
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.icon-title span {
  width: fit-content;
  display: block;
  padding: 0.2rem 1.4rem;
  background: #e9450a;
  border-radius: 0.4rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: calc(var(--s2) * -1);
  top: 50%;
  transform: translateY(-50%);
}
.icon-title span.story {
  background: #fae151;
  color: #101010;
}
.icon-title span.comment {
  background: #79ab32;
}
.icon-title--comment {
  padding-left: 13rem;
}

/*
---------------------------------------------

    titles

*/
.pr-text {
  font-size: 1.1rem;
}

.main-area h1,
.main-area h2,
.main-area h3,
.main-area h4,
.main-area h5,
.main-area h6 {
  word-wrap: break-word;
}
.main-area--low h1,
.main-area--low h2,
.main-area--low h3,
.main-area--low h4,
.main-area--low h5,
.main-area--low h6 {
  font-weight: 900;
}
.main-area--low h1 a,
.main-area--low h2 a,
.main-area--low h3 a,
.main-area--low h4 a,
.main-area--low h5 a,
.main-area--low h6 a {
  display: block;
  padding-right: var(--s4);
  text-decoration: none;
}

@media (hover: hover) {
  .main-area h2:not([class]) a:hover,
.main-area h3:not([class]) a:hover,
.main-area h4:not([class]) a:hover,
.main-area h5:not([class]) a:hover,
.main-area h6:not([class]) a:hover {
    opacity: 0.6;
  }
}
h1:not([class]) {
  max-width: 86rem;
  min-height: 14.5rem;
  margin: 0 auto;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.main-area--low h2:not([class]) {
  margin: var(--s7) auto var(--s3);
  padding: var(--s2) var(--s3) var(--s2) 6.2rem;
  background: #101010;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.main-area--low h2:not([class]):before {
  content: "";
  width: 4.8rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-area--low h2:not([class]) a {
  background: url(img/arrow-01-white-right.svg) no-repeat right center;
  background-size: 2.6rem auto;
  color: #fff;
}
.main-area--low h3:not([class]) {
  margin: var(--s6) auto var(--s3);
  padding: 0.8rem 0 1.2rem 2rem;
  border-bottom: solid 1px #e9450a;
  border-left: solid 0.4rem #e9450a;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}
.main-area--low h3:not([class]) a {
  background: url(img/arrow-01-black-right.svg) no-repeat right center;
  background-size: 2.2rem auto;
}
.main-area--low h4:not([class]) {
  margin: var(--s5) auto var(--s2);
  padding-left: 2.2rem;
  border-left: 0.8rem solid #6d9c2b;
  font-size: 2rem;
  font-weight: 900;
  color: #6d9c2b;;
  position: relative;
}
.main-area--low h4:not([class]) a {
  background: url(img/arrow-01-black-right.svg) no-repeat right center;
  background-size: 2.2rem auto;
  color: #79ab32;
}
.main-area--low h5:not([class]),
.main-area--low h6:not([class]) {
  margin: var(--s5) auto var(--s3);
  padding-left: var(--s3);
  font-size: 1.8rem;
  font-weight: 900;
  position: relative;
}
.main-area--low h5:not([class]):before,
.main-area--low h6:not([class]):before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #101010;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-area--low h5:not([class]) a,
.main-area--low h6:not([class]) a {
  background: url(img/arrow-01-black-right.svg) no-repeat right center;
  background-size: 2.2rem auto;
}

/*
---------------------------------------------

    TOP common

*/
.common-ttlblock {
  width: fit-content;
  position: relative;
  margin: 0 auto var(--s7);
  padding-top: var(--s4);
}
.common-ttlblock .title-deco {
  width: 10rem;
  height: 5.7rem;
  position: absolute;
  left: -5.2rem;
  top: 0;
  transform: rotate(-6deg);
}
.common-ttlblock .title-deco--large {
  width: 18.7rem;
  height: 5.7rem;
  left: -4rem;
  top: -2rem;
}

.common-title {
  width: fit-content;
  margin: 0 auto var(--s10);
  padding-top: var(--s1);
  font-size: 4.6rem;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.common-title span.sm {
  font-size: 3.6rem;
}
.common-title span.sm2 {
  font-size: 3rem;
}
.common-title span.line {
  position: relative;
  display: inline-block;
}
.common-title span.line:before {
  content: "";
  width: calc(100% + var(--s4));
  height: 2rem;
  background: url(img/title-line-yellow.png) no-repeat center/100% 100%;
  position: absolute;
  left: calc(var(--s2) * -1);
  bottom: -1.8rem;
}
.common-title span.line-red {
  position: relative;
  display: inline-block;
}
.common-title span.line-red:before {
  content: "";
  width: calc(100% + var(--s4));
  height: 2rem;
  background: url(img/title-line-red.png) no-repeat center/100% 100%;
  position: absolute;
  left: calc(var(--s2) * -1);
  bottom: -1.8rem;
}
.common-title span.line-green {
  position: relative;
  display: inline-block;
}
.common-title span.line-green:before {
  content: "";
  width: calc(100% + var(--s4));
  height: 2rem;
  background: url(img/title-line-green.png) no-repeat center/100% 100%;
  position: absolute;
  left: calc(var(--s2) * -1);
  bottom: -1.8rem;
}
.common-title a {
  padding-right: var(--s7);
  background: url(img/arrow-01-black-right.svg) no-repeat center right/auto 3rem;
  text-decoration: none;
}
.common-title--white {
  color: #fff;
}
.common-title--white a {
  color: #fff;
}
.common-title span.with {
  position: relative;
}
.common-title span.with:before {
  content: "";
  width: 10rem;
  height: 5.7rem;
  background: url(img/fkds-tag.png) no-repeat center/contain;
  position: absolute;
  left: -8.2rem;
  top: -5rem;
  transform: rotate(-6deg);
}

@media (hover: hover) {
  .common-title a:hover {
    opacity: 0.7;
  }
}
.common-lead {
  max-width: 70rem;
  margin: 0 auto;
}
.common-lead--ct {
  text-align: center;
}
.common-lead--left {
  text-align: left;
  margin-left: 0;
}
.common-lead--wide {
  max-width: 90rem;
}

/*
---------------------------------------------

    TOP section

*/
.first-lead {
  margin-bottom: var(--s12);
  padding: 12rem 0 32rem;
  position: relative;
  z-index: 0;
}
.first-lead .l-center {
  position: relative;
}
.first-lead__text {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
}
.first-lead__text span.bg {
  margin: var(--s1) 0;
  padding: 0 var(--s1);
  background: #101010;
  font-size: 3.8rem;
  line-height: 1.5;
  color: #fff;
  width: fit-content;
  display: inline-block;
}
.first-lead__text span {
  display: inline-block;
}
.first-lead p + p {
  margin-top: var(--s6);
}
.first-lead__pic1 {
  width: 100%;
  height: 15rem;
  background: url(img/pic-text-anime-1.png) repeat-x center left 50rem/auto 100%;
  animation: loop 120s linear infinite;
  position: absolute;
  left: 0;
  bottom: var(--s10);
}
.first-lead__pic2 {
  width: 100%;
  height: 14rem;
  background: url(img/pic-text-anime-2.png) repeat-x center/auto 100%;
  animation: loopReverse 120s linear infinite;
  position: absolute;
  left: 0;
  bottom: var(--s2);
}
.first-lead__bg {
  position: absolute;
  left: 0;
  top: 3rem;
  width: 100%;
  height: calc(100% - 12rem);
  z-index: -1;
}
.first-lead .loop-animation {
  width: 100%;
  height: 4.5rem;
  background: url(img/loop-text.png) repeat-x left top/auto 100%;
  animation: loop 60s linear infinite;
  position: absolute;
  right: 0;
  bottom: 14rem;
}
.first-lead .loop-animation-2 {
  width: 100%;
  height: 4.5rem;
  background: url(img/loop-text.png) repeat-x left top/auto 100%;
  animation: loopReverse 60s linear infinite;
  position: absolute;
  right: 0;
  bottom: 4.5rem;
}

.feature {
  padding: 21.6rem 0 0;
  background: url(img/bg-red-noise.jpg) repeat center/60rem auto;
  background-attachment: fixed;
  position: relative;
}
.feature:before {
  content: "";
  width: 100%;
  height: 12rem;
  background: url(img/bg-arrow-top.svg) no-repeat center top/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.feature:after {
  content: "";
  width: 20rem;
  height: 24rem;
  background: url(img/pic-deco-feature.png) no-repeat right center/12rem auto, url(img/mv-pic-2.png) no-repeat left center/10.4rem auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.feature-bottom {
  padding-bottom: 28rem;
  position: relative;
}
.feature-bottom:after {
  content: "";
  width: 100%;
  height: 14rem;
  background: url(img/bg-arrow-bottom-gray.svg) no-repeat center bottom/100% 100%;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.feature-bottom__pic {
  width: 22.5rem;
  height: 23.5rem;
  position: absolute;
  left: calc(50% + 28rem);
  bottom: 17%;
}
.feature-lower {
  margin: 10rem auto;
  padding-bottom: 8rem;
  position: relative;
  z-index: 0;
}
.feature-lower:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(img/bg-red-noise.jpg) repeat center/60rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.feature-lower .feature:before {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.feature-lower .feature-sticky {
  transform: translateX(calc((50vw - 55rem) * -1));
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .feature-lower .feature-sticky {
    transform: none;
  }
}
.feature .common-title {
  margin-bottom: 0;
}
.feature .common-ttlblock {
  margin-bottom: var(--s4);
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .feature-lower .feature-container-wrap {
    transform: translateX(calc((50vw - 55rem) * -1));
  }
}
.feature-sticky {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  min-height: 68rem;
  overflow: hidden;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .feature-container-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    min-height: 56rem;
    overflow: hidden;
  }
}

.feature-container {
  position: relative;
  padding-top: var(--s3);
  padding-bottom: var(--s3);
  padding-left: calc((100vw - 110rem) / 2);
  padding-right: calc((100vw - 110rem) / 2);
  width: 100%;
  display: flex;
  overflow: auto;
  scrollbar-color: #982f10 #cf3b07;
}

.feature-panel {
  max-width: none;
  /* デフォルトの制約を解除 */
  border-radius: var(--s4);
  background: #2f2f2f;
  position: relative;
}
.feature-panel:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.3);
  border-radius: var(--s4);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-2deg);
  z-index: -1;
}
.feature-panel--02 {
  background: #2f2f2f url(img/feature-bg-4.jpg) no-repeat right center/auto 100%;
  position: relative;
}
.feature-panel--02:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2f2f2f 45%, transparent 80%);
  border-radius: var(--s4);
  position: absolute;
  left: 0;
  top: 0;
}
.feature-panel--04 {
  background: #2f2f2f url(img/feature-bg-2.jpg) no-repeat right center/auto 100%;
  position: relative;
}
.feature-panel--04:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2f2f2f 45%, transparent 80%);
  border-radius: var(--s4);
  position: absolute;
  left: 0;
  top: 0;
}

.feature-inner {
  width: 100%;
  margin: 0 auto;
  padding: var(--s5) var(--s7);
  position: relative;
  z-index: 1;
}
.feature-inner .loop-wrap {
  width: 49.6rem;
  height: 100%;
  position: absolute;
  right: var(--s7);
  top: 0;
  overflow: hidden;
}
.feature-inner .loop-photo1 {
  width: 23.3rem;
  height: 196.2rem;
  background: url(img/loop-right-3.png) repeat-y left top/100% auto;
  animation: loopVertical 40s linear infinite;
  position: absolute;
  right: 0;
  top: 0;
}
.feature-inner .loop-photo2 {
  width: 23.3rem;
  height: 196.2rem;
  background: url(img/loop-left-3.png) repeat-y left top/100% auto;
  animation: loopVerticalReverse 40s linear infinite;
  position: absolute;
  right: 25.7rem;
  top: 0;
}
.feature-inner .loop-photo5 {
  width: 23.3rem;
  height: 196.2rem;
  background: url(img/loop-right-1.png) repeat-y left top/100% auto;
  animation: loopVertical 40s linear infinite;
  position: absolute;
  right: 0;
  top: 0;
}
.feature-inner .loop-photo4 {
  width: 23.3rem;
  height: 196.2rem;
  background: url(img/loop-left-1.png) repeat-y left top/100% auto;
  animation: loopVerticalReverse 40s linear infinite;
  position: absolute;
  right: 25.7rem;
  top: 0;
}

.feature-title {
  max-width: 45.5rem;
  margin-bottom: var(--s4);
  padding-top: var(--s6);
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.feature-title span.cl {
  color: #e9450a;
}
.feature-title--01:before {
  content: "01";
  color: #e9450a;
  font-family: "Montserrat", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.feature-title--02:before {
  content: "02";
  color: #e9450a;
  font-family: "Montserrat", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.feature-title--03:before {
  content: "03";
  color: #79ab32;
  font-family: "Montserrat", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.feature-title--04:before {
  content: "04";
  color: #79ab32;
  font-family: "Montserrat", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.feature-catch {
  max-width: 46.5rem;
  margin-bottom: var(--s2);
  font-size: 1.7rem;
  font-weight: 900;
  color: #fff;
}

.feature-text {
  max-width: 46.5rem;
  margin-bottom: var(--s3);
  color: #fff;
}

.feature-prof {
  width: fit-content;
  padding: 1.2rem var(--s6) 1.2rem 0;
  position: relative;
  color: #fff;
  z-index: 0;
}
.feature-prof:before {
  content: "";
  width: calc(100% + var(--s9));
  height: 100%;
  background: #000;
  position: absolute;
  left: calc(var(--s7) * -1);
  top: 0;
  z-index: -1;
}
.feature-prof__title {
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #e9450a;
  position: relative;
}
.feature-prof__title:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #e9450a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.feature-prof__title--green {
  color: #79ab32;
}
.feature-prof__title--green:before {
  background: #79ab32;
}
.feature-prof__name {
  margin-bottom: var(--s-2);
  font-size: 2rem;
  font-weight: 900;
}
.feature-prof__position {
  font-size: 1.6rem;
}

.over-bg {
  margin-bottom: var(--s11);
}
.over-bg .box-check {
  margin: var(--s5) auto 0;
  padding-bottom: var(--s6);
  position: relative;
}
.over-bg .box-check:before {
  content: "";
  width: 100vw;
  height: calc(100% + 16rem);
  background: #2f2f2f;
  position: absolute;
  right: calc(var(--s10) * -1);
  bottom: 0;
  z-index: -1;
}
.over-bg .box-check--reverse:before {
  right: auto;
  left: calc(var(--s10) * -1);
}

.box-check {
  margin: var(--s10) 0;
  position: relative;
}
.feature .box-check{
margin:3rem 0;
}
.box-check__tag {
  margin-bottom: var(--s1);
  padding-left: 7.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.box-check__tag:before {
  content: "";
  width: 5.7rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.box-check__tag--green {
  color: #79ab32;
}
.box-check__tag--green:before {
  background: #79ab32;
}
.box-check__inner {
  padding-left: 7.5rem;
}
.box-check__catch {
  margin-bottom: var(--s1);
  max-width: 30rem;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.8;
}
.box-check__catch span.bg {
  padding: 0 var(--s1);
  background: #fff;
}
.box-check--white p {
  color: #fff;
}

.sec-whats {
  padding: 7rem 0 10rem;
  position: relative;
  z-index: 0;
}
.sec-whats:before {
  content: "";
  width: 22rem;
  height: 38rem;
  background: url(img/mv-pic-1.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 69rem);
  top: -23rem;
}
.sec-whats .l-column{
  align-items: center;
}
.whats-column__title {
  margin-bottom: var(--s3);
}
.whats-column__title span {
  padding: var(--s-2) var(--s1);
  background: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.9;
  color: #e9450a;
}
.whats-column__catch {
  margin-bottom: var(--s3);
  padding-left: var(--s1);
  border-left: solid 0.4rem #e9450a;
  font-size: 1.8rem;
  font-weight: 900;
}
.whats-column + .whats-column {
  margin-top: 10rem;
}

.sec-detail {
  padding: 10rem 0;
  background: #fff url(img/bg-arrow-gray-white.svg) no-repeat center top/100% 12rem;
  position: relative;
  z-index: 0;
}
.sec-detail__bg {
  position: absolute;
  left: 0;
  top: 22rem;
  width: 100%;
  height: calc(100% - 40rem);
  z-index: -1;
}
.sec-detail__subtitle {
  width: fit-content;
  margin: 0 auto var(--s8);
  padding: var(--s-2) var(--s1);
  background: #e9450a;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
}
.sec-detail .catch-01 {
  margin-bottom: var(--s3);
}

.card-detail {
  height: 36.5rem;
  border-radius: var(--s2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url(img/pic-detail-1.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.card-detail:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 0 var(--s2) var(--s2);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.card-detail:after {
  content: "01";
  font-family: "Montserrat", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: #e9450a;
  -webkit-text-stroke: 0.2rem #fff;
  text-stroke: 0.2rem #fff;
  paint-order: stroke;
  position: absolute;
  left: var(--s1);
  top: -3rem;
}
.card-detail:nth-of-type(2) {
  margin-top: var(--s9);
  background-image: url(img/pic-detail-2.jpg);
}
.card-detail:nth-of-type(2):after {
  content: "02";
}
.card-detail:nth-of-type(3) {
  margin-top: var(--s5);
  background-image: url(img/pic-detail-3.jpg);
}
.card-detail:nth-of-type(3):after {
  content: "03";
}
.card-detail-wrap {
  max-width: 96.5rem;
  margin: var(--s8) auto var(--s5);
}
.card-detail__title {
  width: fit-content;
  margin-bottom: var(--s2);
  padding: 0.4rem var(--s3);
  background: #fff;
  font-size: 2.4rem;
  font-weight: 900;
}
.card-detail__text {
  padding: 0 var(--s2) var(--s3);
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.sec-sponsored {
  padding: 21rem 0 18rem;
  background: url(img/bg-arrow-top-white.svg) no-repeat center top/100% 12rem, url(img/bg-arrow-bottom-gray.svg) no-repeat center bottom -0.1rem/100% 12rem, url(img/bg-black-noise.jpg) repeat center/60rem auto;
}
.sec-sponsored .l-center {
  position: relative;
}
.sec-sponsored .l-center:before {
  content: "";
  width: 16rem;
  height: 27.7rem;
  background: url(img/mv-pic-2.png) no-repeat center/contain;
  position: absolute;
  left: 34rem;
  top: -17rem;
}
.sec-sponsored .common-title {
  margin-bottom: var(--s4);
  text-align: left;
}
.sec-sponsored .common-ttlblock {
  margin-left: 0;
  margin-bottom: 0;
}
.sec-sponsored__tag {
  margin-top: var(--s3);
  font-size: 1.8rem;
  font-weight: 900;
  color: #86d020;
}
.sec-sponsored__tag--red {
  color: #e9450a;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-sponsored__catch {
  margin-bottom: var(--s3) 0;
}
.sec-sponsored__catch span {
  padding: 0.3rem var(--s1);
  background: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
  color: #79ab32;
}
.sec-sponsored__catch span.red {
  color: #e9450a;
}
.sec-sponsored__lead {
  margin: var(--s1) 0;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
}
.sec-sponsored__name {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
.sec-sponsored__text {
  color: #fff;
}

.sec-skill {
  padding: 10rem 0;
  position: relative;
  z-index: 0;
}
.sec-skill__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 10rem);
  z-index: -1;
}
.sec-skill__subtitle {
  width: fit-content;
  margin: 0 auto var(--s8);
  padding: var(--s-2) var(--s1);
  background: #79ab32;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
}
.sec-skill__pic {
  max-width: 110rem;
  margin: 0 auto;
  padding: var(--s2);
  border-radius: var(--s2);
  background: #fff;
}

.card-skill {
  padding: 2rem;
  border-radius: var(--s2);
  background: #fff;
}
.card-skill__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.card-skill img {
  width: 20rem;
  margin: 0 auto;
}

.sec-faq {
  padding: 15rem 0 18rem;
  background: #fff;
}
.sec-faq__inner {
  display: flex;
  gap: var(--s5);
  align-items: flex-start;
}
.sec-faq__sticky {
  width: 54rem;
  position: sticky;
  top: 10rem;
  margin-left: -26rem;
}
.sec-faq__main {
  flex: 1;
  counter-reset: numb;
}

.faq-item {
  padding-left: 7.5rem;
  position: relative;
  z-index: 0;
  counter-increment: numb;
}
.faq-item:before {
  content: counter(numb);
  width: 5.5rem;
  height: 4.6rem;
  padding-left: 3rem;
  box-sizing: border-box;
  background: url(img/txt-q.png) no-repeat left top 0.5rem/2.7rem auto, #fff;
  color: #f7ae94;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-item:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #f7ae94;
  position: absolute;
  left: 2.8rem;
  top: 0;
  z-index: -1;
}
.faq-item__question {
  margin-bottom: var(--s3);
  font-size: 2.2rem;
  font-weight: 900;
}
.faq-item__answer {
  padding-bottom: var(--s2);
}
.faq-item + .faq-item {
  margin-top: var(--s6);
}

@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp base settings

  */
  :root {
    font-size: 2.6666666667vw;
  }

  body {
    font-size: 1.4rem;
  }

  .sp_br {
    display: inline;
  }
.spc_br{
	display:none;
}
  .pc_br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp layout center

  */
  .l-center {
    padding-right: var(--s2);
    padding-left: var(--s2);
    box-sizing: border-box;
  }

  /*
  ---------------------------------------------

      sp layout stack

  */
  .l-stack {
    gap: var(--s4);
  }

  .l-stack-02 {
    margin-top: var(--s5);
    gap: var(--s8);
  }

  /*
  ---------------------------------------------

      sp layout cluster

  */
  .l-cluster {
    gap: var(--s1);
  }

  /*
  ---------------------------------------------

      sp layout grid

  */
  .l-grid {
    grid-gap: var(--s4);
    grid-template-columns: 100%;
  }

  .l-grid-02 {
    grid-gap: var(--s4);
    grid-template-columns: 100%;
  }

  .l-grid-three,
.l-grid-three-02 {
    grid-gap: var(--s2);
    grid-template-columns: 100%;
  }

  .l-grid-four {
    grid-gap: var(--s3);
    grid-template-columns: 100%;
  }

  /*
  ---------------------------------------------

      sp layout sidebar

  */
  .l-sidebar {
    margin-top: var(--s4);
    flex-wrap: wrap;
  }
  .l-sidebar__side {
    width: 100%;
    height: auto;
    position: static;
  }
  .l-sidebar__main {
    width: 100%;
  }

  /*
  ---------------------------------------------

      sp layout column

  */
  .l-column {
    gap: var(--s2);
  }
  .l-column__side, .l-column__side02, .l-column__side03, .l-column__side04, .l-column__side05, .l-column__side06, .l-column__side07, .l-column__side08 {
    width: 100%;
  }
  .l-column__main {
    width: 100%;
  }

  .l-column-02 {
    gap: var(--s2);
    position: relative;
  }
  .l-column-02__side {
    width: 14rem;
    margin: 0;
  }
  .l-column-02__main {
    width: 100%;
    flex: none;
  }

  /*
  ---------------------------------------------

      sp layout grid areas

  */
  .l-grid-areas {
    grid-template-areas: "catch" "img" "text";
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-gap: var(--s2);
  }
  .l-grid-areas.sec01-column {
    grid-template-columns: 100%;
  }
  .l-grid-areas.sec01-column.l-grid-areas--row-reverse {
    grid-template-columns: 100%;
  }

  .l-grid-areas02 {
    margin-bottom: 0;
    grid-template-areas: "catch" "img" "text";
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }

  /*
  ---------------------------------------------

      sp layout scroll

  */
  .l-scroll-x-sp {
    width: 100%;
    margin: var(--s2) 0 var(--s4);
    padding-bottom: 0.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .l-scroll-x-sp::-webkit-scrollbar {
    height: 0.6rem;
  }
  .l-scroll-x-sp::-webkit-scrollbar-track {
    border-radius: 0.3rem;
    background: #eee;
  }
  .l-scroll-x-sp::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
    background: #ddd;
  }
  .l-scroll-x-sp table,
.l-scroll-x-sp img {
    max-width: initial;
  }
  .l-scroll-x-sp table {
    margin: 0;
    max-width: initial;
    width: 70rem;
  }
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      header area

  */
  .header-area {
    padding: 0.4rem;
    padding-right: 6rem;
    gap: var(--s2);
  }
  .header-area__inner {
    flex: 1;
  }
  .header-area__logo {
    width: 7rem;
  }
  .header-area__name {
    display: block;
    line-height: 1.2;
  }
  .header-area .sponsored-text {
    margin: 0;
    line-height: 1.2;
    display: block;
  }
  .header-area--low::before {
    left: 0;
    height: 10rem;
    border-bottom-left-radius: var(--s5);
  }
  .header-area--low__inner {
    margin-top: var(--s1);
    gap: var(--s1);
    flex-direction: column;
  }

  .mv-lower {
    padding-top: 7rem;
    padding-bottom: 6rem;
    background-size: 100% 4rem, 60rem auto;
  }
  .mv-lower .l-center:before {
    width: 12.4rem;
    height: 11rem;
    left: -5.4rem;
    top: 0;
  }
  .mv-lower .pr-text {
    color: #fff;
    opacity: 0.6;
  }

  /*
  ---------------------------------------------

      main visual

  */
  .mainvisual {
    height: auto;
    padding-top: 10rem;
    padding-bottom: var(--s10);
    overflow-x: clip;
  }
  .mainvisual-inner {
    width: 100%;
    margin-top: 0;
    height: 44rem;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .mainvisual .main-arrow {
    width: 96%;
    height: auto;
    left: 2%;
    top: 6rem;
  }
  .mainvisual .arrows {
    /* Under Layer (arrow1-10) - スマホ用サイズ */
    /* Upper Layer (arrow11-17) - スマホ用サイズ */
  }
  .mainvisual .arrows .arrow1 {
    left: 0;
    top: 25.3rem;
    width: 7.8rem;
    height: 4rem;
  }
  .mainvisual .arrows .arrow2 {
    left: 4.7rem;
    top: 22rem;
    width: 17.3rem;
    height: 3.3rem;
  }
  .mainvisual .arrows .arrow3 {
    left: 18.8rem;
    top: 20.6rem;
    width: 9.1rem;
    height: 5.9rem;
  }
  .mainvisual .arrows .arrow4 {
    left: 17.7rem;
    top: 24.2rem;
    width: 5.8rem;
    height: 3.8rem;
  }
  .mainvisual .arrows .arrow5 {
    left: 28.1rem;
    top: 21.5rem;
    width: 7.5rem;
    height: 2.2rem;
  }
  .mainvisual .arrows .arrow6 {
    left: 32.4rem;
    top: 23.5rem;
    width: 4.8rem;
    height: 3rem;
  }
  .mainvisual .arrows .arrow7 {
    left: 28.5rem;
    top: 17.2rem;
    width: 6.7rem;
    height: 3.9rem;
  }
  .mainvisual .arrows .arrow8 {
    left: 43.4rem;
    top: 16.4rem;
    width: 9.2rem;
    height: 3.8rem;
  }
  .mainvisual .arrows .arrow9 {
    left: 47.2rem;
    top: 12.9rem;
    width: 9.2rem;
    height: 3.8rem;
  }
  .mainvisual .arrows .arrow10 {
    left: 51rem;
    top: 5rem;
    width: 13.1rem;
    height: 3.6rem;
  }
  .mainvisual .arrows .arrow11 {
    left: 0.3rem;
    top: 4rem;
    width: 11.6rem;
    height: 4.6rem;
  }
  .mainvisual .arrows .arrow12 {
    left: 5rem;
    top: 8.9rem;
    width: 9.2rem;
    height: 3.7rem;
  }
  .mainvisual .arrows .arrow13 {
    left: 13.7rem;
    top: 1rem;
    width: 4.3rem;
    height: 3.1rem;
  }
  .mainvisual .arrows .arrow14 {
    left: 15.5rem;
    top: 8.7rem;
    width: 7.4rem;
    height: 2.1rem;
  }
  .mainvisual .arrows .arrow15 {
    left: 20.5rem;
    top: 0.2rem;
    width: 5.4rem;
    height: 3.7rem;
  }
  .mainvisual .arrows .arrow16 {
    left: 29rem;
    top: 2rem;
    width: 7.5rem;
    height: 2.1rem;
  }
  .mainvisual .arrows .arrow17 {
    left: 44.1rem;
    top: 1rem;
    width: 5.1rem;
    height: 3.2rem;
  }
  .mainvisual-title {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    left: 2.8rem;
    bottom: auto;
    top: 34rem;
  }
  .mainvisual .pr-text {
    margin-top: var(--s5);
    text-align: left;
    opacity: 0.6;
  }
  .mainvisual .person1 {
    width: 16rem;
    height: auto;
    left: 14rem;
    top: 2.5rem;
  }
  .mainvisual .person2 {
    width: 12rem;
    height: auto;
    left: 9rem;
    top: 6rem;
  }

  .tag-01 {
    font-size: 1.3rem;
  }

  /*
  ---------------------------------------------

      toc　lower

  */
  .toc-lower-wrap {
    margin: var(--s7) auto var(--s5);
    padding-left: var(--s1);
    padding-right: var(--s1);
  }
  .toc-lower-wrap:before {
    font-size: 2rem;
    top: -2.2rem;
  }
  .toc-lower-wrap.relation:before {
    font-size: 1.5rem;
  }
  .toc-lower-wrap ul li + li {
    margin-top: var(--s2);
  }
  .toc-lower-wrap ul li.chapter-h-two {
    font-size: 1.6rem;
  }
  .toc-lower-wrap ul li.chapter-h-two:before {
    top: 0.15em;
  }
  .toc-lower-wrap ul li.chapter-h-three {
    font-size: 1.4rem;
  }
  .toc-lower-wrap ul:not([class]) li {
    font-size: 1.5rem;
  }
  .toc-lower-wrap ul:not([class]) li.relation-links:before {
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 0.1em;
  }

  /*
  ---------------------------------------------

      list

  */
  .main-area .subList li:before,
.main-area ol:not([class]) li:before {
    top: 0;
  }

  /*
  ---------------------------------------------

      sp btn

  */
  .btn-internal,
.btn-web {
    margin: var(--s3) auto;
  }
  .btn-internal a,
.btn-web a {
    width: 94%;
    min-height: 6rem;
    padding-right: 7rem;
    padding-left: 3rem;
    background-position: right var(--s2) center;
    background-size: 2.4rem auto;
    font-size: 1.4rem;
  }
  .btn-internal a:after,
.btn-web a:after {
    right: 2rem;
  }

  .btn-link a {
    padding-right: 2.8rem;
    background-size: 2rem auto;
    font-size: 1.4rem;
  }

  .btn-tel {
    margin: var(--s3) auto;
    display: block;
    position: relative;
  }
  .btn-tel a {
    width: 94%;
    min-height: 6rem;
    height: 100%;
    margin: 0 auto;
    padding: 2.2rem 7rem 2rem 3rem;
    background: #fae151;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.3;
    text-decoration: none;
    transition: background-position 0.4s, opacity 0.4s;
    position: relative;
  }
  .btn-tel a:after {
    content: "";
    width: 3.6rem;
    height: 3rem;
    border-left: solid 1px rgba(16, 16, 16, 0.5);
    background: url("img/icon-tel.png") no-repeat center right/2rem auto;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .btn-column {
    margin: var(--s2) 0;
    flex-direction: column;
    gap: var(--s3);
  }
  .btn-column .btn-web,
.btn-column .btn-internal,
.btn-column .btn-tel {
    margin: 0;
  }
  .btn-column .btn-web a,
.btn-column .btn-internal a,
.btn-column .btn-tel a {
    width: 94%;
    max-width: initial;
    min-width: initial;
  }

  /*
  ---------------------------------------------

      sp table

  */
  .sp-table thead,
.sp-table tbody,
.sp-table tr {
    display: block;
  }
  .sp-table th,
.sp-table td {
    width: 100%;
    display: block;
  }
  .sp-table th.for-pc,
.sp-table td.for-pc {
    display: none;
  }

  .table-label thead {
    display: none;
  }
  .table-label tbody th {
    background: #f3f3f3;
  }
  .table-label td {
    padding: 0;
    display: flex;
    position: relative;
  }
  .table-label td::before {
    content: attr(data-label);
    width: 7em;
    background: #f3f3f3;
    border-right: solid 1px #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    text-align: center;
  }
  .table-label__cell {
    padding: var(--s1) var(--s2);
  }

  /*
  ---------------------------------------------

      sp caption

  */
  .caption {
    font-size: 0.9rem;
  }

  .caption-scroll {
    font-size: 0.9rem;
  }
  .caption-scroll::-webkit-scrollbar {
    height: 0.4rem;
  }
  .caption-scroll::-webkit-scrollbar-track {
    border-radius: 0.2rem;
  }
  .caption-scroll::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
  }

  /*
  ---------------------------------------------

  	sp catch

  */
  .catch-01,
.catch-02 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 1.6rem;
  }

  /*
  ---------------------------------------------

  	subgrid card

  */
  .subgrid-card {
    grid-gap: 0;
  }

  /*
  ---------------------------------------------

      sp float wrap

  */
  .float-wrap .float-img.fr {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .float-wrap .float-img.fl {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .float-wrap .float-img.ct {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /*
  ---------------------------------------------

  	sp pankuzu

  */
  #pankuzu {
    margin: var(--s1) 0 var(--s2);
	white-space: nowrap;
  }

  /*
  ---------------------------------------------

      sp footer

  */
  .footer-area {
    padding: var(--s6) 0 0;
  }
  .footer-area--top:before {
    width: 13rem;
    height: 8rem;
    top: -6.3rem;
  }

  .footer-about {
    max-width: 86%;
    margin: 0 auto var(--s3);
    padding: var(--s3);
  }
  .footer-about__logo {
    width: 10rem;
    margin: 0 auto;
  }
  .footer-about__title {
    font-size: 1.5rem;
  }
  .footer-about p {
    font-size: 1.3rem;
  }

  .footer-main {
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  .footer-main__logo {
    width: 23rem;
    margin: 0 auto var(--s4);
  }

  .footer-bottom {
    padding: var(--s1) 0 var(--s10);
  }

  .footer-box + .footer-box {
    margin-top: var(--s2);
  }

  .footer-menu-title {
    margin-bottom: 0;
  }
  .footer-menu-title__link {
    padding: var(--s1) var(--s4) var(--s1) var(--s2);
    background: none;
    display: block;
    position: relative;
  }
  .footer-menu-title__link::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url("img/arrow-03-white-down.svg") no-repeat center/100%;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%) rotate(0);
    transition: transform 0.3s;
  }
  .footer-menu-title__link.is-open::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .footer-menu-title__link--not-toggle::after {
    background: url("img/arrow-03-white-right.svg") no-repeat center/auto 1.4rem;
  }

  .footer-menu {
    padding: var(--s1) 0;
    background: rgba(255, 255, 255, 0.1);
    gap: 0;
  }
  .footer-menu__item {
    width: 100%;
  }
  .footer-menu__link {
    padding: var(--s1) var(--s2);
    background: none;
    display: block;
  }

  .footer-menu-sub {
    margin-left: var(--s2);
  }
  .footer-menu-sub__link {
    padding: var(--s1) var(--s2) var(--s1) 1.1em;
  }
  .footer-menu-sub__link::before {
    top: var(--s1);
  }

  .footer-disclaimer {
    width: calc(100% - var(--s2));
    margin: var(--s2) auto;
    padding: var(--s1) var(--s2);
  }

  .footer-nocopy {
    margin: var(--s2) var(--s1);
    font-size: 1rem;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }

  .footer-sitemap {
    display: none;
  }

  .footer-banner {
    width: fit-content;
    padding: var(--s1) var(--s5) var(--s1) 5.5rem;
    right: auto;
    left: 0;
    bottom: 0;
    border-radius: 0 var(--s2) var(--s2) 0;
    font-size: 1.3rem;
  }
  .footer-banner img {
    margin: 0;
    width: 5.6rem;
    position: absolute;
    left: 3.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-banner:before {
    width: 6rem;
    height: 9.8rem;
    background-size: contain;
    left: -0.2rem;
    bottom: -1rem;
  }
  .footer-banner span.st,
.footer-banner span.st2 {
    font-size: 1.6rem;
  }
  .footer-banner--top {
    padding-left: 5.6rem;
    background-position: right var(--s1) center;
  }
  .footer-banner--top:before {
    width: 5.6rem;
    height: 9rem;
    background-size: contain;
    left: -0.8rem;
    bottom: -1rem;
  }

  /*
  ---------------------------------------------

  	sp gnavi

  */
  .gnavi-btn {
    width: 5rem;
    height: 5rem;
  }
  .gnavi-btn span {
    width: 2.7rem;
    left: 1.1rem;
  }
  .gnavi-btn span:nth-of-type(1) {
    top: 1.6rem;
  }
  .gnavi-btn span:nth-of-type(2) {
    top: 2.4rem;
  }
  .gnavi-btn span:nth-of-type(3) {
    top: 3.2rem;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(0.8rem) rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-0.8rem) rotate(45deg);
  }

  .gnavi-area {
    width: 100%;
    padding: var(--s3) 0 var(--s4);
  }
  .gnavi-area__logo {
    display: block;
    width: 16rem;
    margin: 0 auto var(--s2);
  }

  .gnavi-logo {
    width: 22rem;
    margin: 0 auto var(--s2);
    padding-right: var(--s3);
  }

  /*
  ---------------------------------------------

      sp page

  */
  .page-top {
    width: 5.5rem;
    height: 5.5rem;
    bottom: 0;
  }

  /*
  ---------------------------------------------

       sp toggle sp

  */
  .toggle-sp-content {
    display: none;
  }

  .toggle-btn:after {
    height: var(--s3);
    right: 3.5rem;
  }
  .toggle-btn:before {
    width: var(--s3);
  }

  .more__btn {
    margin-right: 0;
  }

  /*
  ---------------------------------------------

      lower-parts

  */
  .lower-summary {
    margin: var(--s8) auto;
    padding: var(--s3) 0;
  }
  .lower-summary:before {
    left: calc(var(--s2) * -1);
  }

  .lower-slider .l-column__main {
    padding-left: 0;
  }

  .box-schedule {
    margin: var(--s6) auto;
    padding: var(--s2);
  }
  .box-schedule__title {
    margin-top: -3.5rem;
    padding-right: var(--s2);
    padding-left: var(--s2);
    font-size: 1.7rem;
  }
  .box-schedule--lower {
    padding: var(--s2) var(--s1);
  }
  .box-schedule--lower .box-schedule__content {
    padding: var(--s2);
    background: rgba(255, 255, 255, 0.8);
  }

  .schedule-dl:before {
    left: 0.5rem;
  }
  .schedule-dl__desc {
    flex-direction: column;
    gap: var(--s1);
  }
  .schedule-dl__term {
    width: 7rem;
    padding-left: var(--s3);
    font-size: 1.4rem;
  }
  .schedule-dl__term:before {
    top: 0.3em;
    width: 1.4rem;
    height: 1.4rem;
  }
  .schedule-dl__catch {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .interview-box {
    margin: var(--s5) auto;
    gap: 0;
  }

  .interview-box__thumb {
    height: 30rem;
    position: static;
  }

  .interview-box__content {
    padding: var(--s2);
  }

  .interview-box__name {
    font-size: 1.6rem;
  }

  .feature-lower {
    padding-bottom: var(--s5);
  }
  .feature-lower .feature-container {
    padding: 0;
  }

  .lower-faq {
    padding: var(--s2);
  }

  .box-qa {
    margin: var(--s6) 0;
  }
  .box-qa__title {
    margin-bottom: var(--s2);
    padding-left: var(--s5);
    font-size: 1.8rem;
  }
  .box-qa__title:before {
    width: 2.8rem;
  }
  .box-qa__body {
    padding-left: 0;
  }
  .box-qa__body .l-column--row-reverse {
    gap: var(--s2);
  }
  .box-qa__answer {
    padding-left: var(--s5);
    font-size: 1.6rem;
  }
  .box-qa__answer:before {
    width: 2.8rem;
    height: 2.8rem;
    left: var(--s-2);
    top: 0;
  }

  .box-sponsored {
    padding: var(--s2);
  }
  .box-sponsored .title-deco {
    font-size: 1.3rem;
    left: var(--s1);
  }
  .box-sponsored .btn-column {
    margin: var(--s4) auto;
  }

  .icon-title {
    padding-left: var(--s2);
    padding-right: var(--s2);
    font-size: 1.6rem;
  }
  .icon-title span {
    padding: var(--s-2) var(--s1);
    font-size: 1.1rem;
    left: var(--s2);
    top: -0.4rem;
  }

  /*
  ---------------------------------------------

      SP titles

  */
  .pr-text {
    text-align: left;
  }

  .main-area--low h2:not([class]),
.main-area--low h3:not([class]),
.main-area--low h4:not([class]),
.main-area--low h5:not([class]),
.main-area--low h6:not([class]) {
    margin: var(--s4) auto var(--s2);
  }
  .main-area--low h1:not([class]) {
    min-height: 10rem;
    margin: 0 auto var(--s2);
    padding: 0 var(--s6);
    font-size: 2.4rem;
  }
  .main-area--low h1:not([class]):before {
    height: 2rem;
  }
  .main-area--low h2:not([class]) {
    font-size: 2.1rem;
    padding: 1.2rem var(--s2) 1.2rem var(--s3);
    background-size: 4.4rem auto;
  }
  .main-area--low h2:not([class]):before {
    width: var(--s2);
  }
  .main-area--low h2:not([class]) a {
    background-size: 2rem auto;
    background-position: right center;
  }
  .main-area--low h3:not([class]) {
    padding-left: 1.2rem;
    font-size: 1.9rem;
  }
  .main-area--low h3:not([class]):before {
    width: 1.6rem;
    height: 1.6rem;
    border-width: 0.5rem;
  }
  .main-area--low h3:not([class]) a {
    background-size: 2rem auto;
    background-position: right center;
  }
  .main-area--low h4:not([class]) {
    padding-left: 1.2rem;
    font-size: 1.7rem;
  }
  .main-area--low h4:not([class]):before {
    width: 0.6rem;
  }
  .main-area--low h4:not([class]) a {
    background-size: 2rem auto;
    background-position: right center;
  }
  .main-area--low h5:not([class]) {
    font-size: 1.5rem;
  }
  .main-area--low h5:not([class]) a {
    background-size: 2rem auto;
    background-position: right center;
  }
  .main-area--low h6:not([class]) {
    font-size: 1.5rem;
  }

  /*
  ---------------------------------------------

      SP end

  */
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      TOP section

  */
  .common-ttlblock {
    margin-bottom: var(--s4);
    padding-top: var(--s2);
  }
  .common-ttlblock .title-deco {
    width: 5rem;
    height: auto;
    left: -0.5rem;
  }
  .common-ttlblock .title-deco--large {
    width: 8.2rem;
    left: var(--s8);
    top: 0;
  }

  .common-title {
    margin-bottom: var(--s4);
    font-size: 2.2rem;
  }
  .common-title a {
    padding-right: 4rem;
    background-size: 2.4rem auto;
  }
  .common-title span.line:before {
    height: 1.4rem;
    bottom: -1.3rem;
  }
  .common-title span.line-red:before,
.common-title span.line-green:before {
    width: calc(100% + var(--s2));
    height: 1.1rem;
    bottom: -1rem;
    left: calc(var(--s1) * -1);
  }
  .common-title span.sm {
    font-size: 1.8rem;
  }
  .common-title span.sm2 {
    font-size: 1.6rem;
  }
  .common-title span.with:before {
    width: 5.3rem;
    height: 3.3rem;
    left: -3.2rem;
    top: -2.7rem;
  }

  .common-lead--ct {
    text-align: left;
  }

  .first-lead {
    padding: var(--s5) 0 9rem;
  }
  .first-lead__bg {
    height: 30rem;
  }
  .first-lead__bg.ribbon2 {
    top: 22rem;
  }
  .first-lead__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .first-lead__text span.bg {
    margin: 0;
    font-size: 1.6rem;
  }
  .first-lead p + p {
    margin-top: var(--s3);
  }
  .first-lead .loop-animation {
    height: 2rem;
    bottom: 3.5rem;
  }
  .first-lead .loop-animation-2 {
    height: 2rem;
    bottom: 0;
  }
  .first-lead__pic1 {
    height: 6.5rem;
    background: url(img/pic-text-anime-1-sp.png) repeat-x center left/auto 100%;
    bottom: var(--s2);
  }
  .first-lead__pic2 {
    height: 6.5rem;
    background: url(img/pic-text-anime-2-sp.png) repeat-x center/auto 100%;
    bottom: -2rem;
  }

  .feature {
    padding-top: 10rem;
  }
  .feature:before {
    background-size: 100% 3.5rem;
  }
  .feature:after {
    transform: translateX(-50%) scale(0.5);
    transform-origin: center top;
  }
  .feature-lower .feature-sticky {
    transform: none;
  }

  .feature-sticky {
    width: 100%;
    display: block;
    position: static;
    height: auto;
    overflow: initial;
  }

  .feature-container {
    width: 100%;
    padding: 0 var(--s2);
    z-index: 0;
    display: block;
    overflow: initial;
  }

  .feature-panel {
    border-radius: var(--s2);
  }
  .feature-panel:before {
    border-radius: var(--s2);
    transform: rotate(-2deg);
  }
  .feature-panel + .feature-panel {
    margin-top: var(--s5);
  }
  .feature-panel--02, .feature-panel--04 {
    padding-bottom: 16rem;
    background-size: 100% auto;
    background-position: center bottom -3rem;
  }
  .feature-panel--02:after, .feature-panel--04:after {
    width: 100%;
    height: 27.7rem;
    border-radius: 0;
    left: 0;
    bottom: 0;
    top: auto;
    background: linear-gradient(to bottom, #2f2f2f 20%, transparent 45%);
  }

  .feature-inner {
    padding: var(--s3) var(--s2);
  }
  .feature-inner .loop-wrap {
    display: none;
  }

  .feature-title {
    margin-bottom: var(--s2);
    padding-top: var(--s6);
    font-size: 2rem;
  }
  .feature-title:before {
    font-size: 3.2rem;
  }

  .loop-wrap-sp {
    width: calc(100% + var(--s4));
    margin-bottom: var(--s3);
    margin-left: calc(var(--s2) * -1);
    overflow: hidden;
  }

  .loop-photo3 {
    width: 200%;
    height: 14rem;
    background: url(img/loop-pic-sp-3.png) repeat-x left top/auto 100%;
    animation: loop-sp 50s linear infinite;
  }
	.loop-photo6 {
    width: 200%;
    height: 14rem;
    background: url(img/loop-pic-sp-1.png) repeat-x left top/auto 100%;
    animation: loop-sp 50s linear infinite;
  }


  .feature-prof {
    padding-right: var(--s3);
  }
  .feature-prof:before {
    width: calc(100% + var(--s2));
    left: calc(var(--s2) * -1);
  }
  .feature-prof__name {
    font-size: 1.8rem;
  }
  .feature-prof__position {
    font-size: 1.4rem;
  }

  .over-bg .box-check:before {
    right: calc(var(--s2) * -1);
  }
  .over-bg .box-check--reverse:before {
    left: calc(var(--s2) * -1);
    right: auto;
  }

  .box-check {
    margin: var(--s4) auto;
  }

  .box-check__tag {
    padding-left: 4rem;
    font-size: 1.6rem;
  }
  .box-check__tag:before {
    width: 3.4rem;
  }

  .box-check__inner {
    padding-left: 0;
  }

  .box-check__catch {
    max-width: initial;
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .feature-bottom {
    padding-bottom: 11rem;
  }
  .feature-bottom::after {
    height: 4rem;
  }
  .feature-bottom__pic {
    width: 10rem;
    height: 10.5rem;
    left: auto;
    right: var(--s4);
    bottom: 0;
  }

  .sec-whats {
    padding: var(--s6) 0;
  }
  .sec-whats:before {
    width: 7rem;
    height: 12rem;
    left: var(--s1);
    top: -7rem;
  }

  .whats-column {
    flex-direction: column-reverse;
  }
  .whats-column__title span {
    font-size: 2rem;
    line-height: 2.1;
  }
  .whats-column__catch {
    font-size: 1.6rem;
  }
  .whats-column + .whats-column {
    margin-top: var(--s3);
  }

  .sec-detail {
    padding: var(--s6) 0;
    background-size: 100% 3.5rem;
  }
  .sec-detail__bg {
    height: 19rem;
    top: 15rem;
  }
  .sec-detail__subtitle {
    margin-bottom: var(--s4);
    font-size: 1.8rem;
  }

  .card-detail-wrap {
    padding: 0 var(--s2);
  }

  .card-detail {
    height: 22rem;
    background-position: center top 30%;
  }
  .card-detail:nth-of-type(2), .card-detail:nth-of-type(3) {
    margin-top: var(--s4);
  }
  .card-detail__title {
    font-size: 1.8rem;
  }
  .card-detail__text {
    font-size: 1.4rem;
  }

  .sec-sponsored {
    padding: var(--s8) 0;
    background-size: auto 4rem, auto 4rem, 60rem auto;
  }
  .sec-sponsored .l-center:before {
    width: 8rem;
    height: 13.7rem;
    left: auto;
    right: var(--s1);
    top: -5rem;
  }
  .sec-sponsored__tag {
    margin-top: var(--s2);
    font-size: 1.6rem;
  }
  .sec-sponsored__tag--red {
    margin-top: var(--s1);
  }
  .sec-sponsored__catch span {
    font-size: 1.8rem;
  }
  .sec-sponsored__lead {
    font-size: 1.6rem;
  }
  .sec-sponsored__name {
    font-size: 2.2rem;
  }
  .sec-sponsored .common-title {
    margin-left: 0;
  }
  .sec-sponsored .common-ttlblock .title-deco {
    left: 0;
  }

  .sec-skill {
    padding: var(--s8) 0 0;
  }
  .sec-skill__bg {
    height: 45rem;
  }
  .sec-skill__subtitle {
    margin-bottom: var(--s5);
    font-size: 1.8rem;
  }
  .sec-skill .l-grid-four {
    padding: 0 var(--s2);
  }

  .over-bg:before {
    height: calc(100% + var(--s10));
  }
  .over-bg:last-child {
    margin-bottom: 0;
  }

  .card-skill img {
    width: 16rem;
  }
  .card-skill__title {
    font-size: 1.7rem;
  }

  .sec-faq {
    padding: var(--s8) 0;
  }
  .sec-faq__inner {
    display: block;
  }
  .sec-faq__sticky {
    position: static;
    width: 100%;
    margin: 0 auto var(--s2);
    height: 19rem;
    overflow: hidden;
  }
  .sec-faq__sticky img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .faq-item {
    padding-left: var(--s6);
  }
  .faq-item:before {
    transform: scale(0.7);
    transform-origin: left top;
  }
  .faq-item:after {
    left: var(--s2);
  }
  .faq-item__question {
    margin-bottom: var(--s2);
    font-size: 1.6rem;
  }
  .faq-item + .faq-item {
    margin-top: var(--s3);
  }

  /*
  ---------------------------------------------

      SP end

  */
}





.sitemapList ul li br{
	display:none;
}
.feature-container .feature-panel:nth-child(1) .feature-text{
	margin-bottom: var(--s7);
}
.feature-container .feature-panel:nth-child(3) .feature-text{
	margin-bottom: var(--s10);
}
.feature .box-check .marker{
	border-bottom: 0.2rem solid #fae151;
}
.feature-text p{
	line-height:1.7;
}

.sec-detail .btn-internal a{
	width:40rem;
}
.sec-sponsored .btn-internal a,
.sec-sponsored .btn-web a{
	width:40rem;
}
.box-sponsored .btn-internal a,
.box-sponsored .btn-web a{
	width:40rem;
}

.float-wrap.sec-sponsored_pic .float-img.ct{
	width:40rem
}
@-webkit-keyframes hukidasi {
  0% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  31%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  32%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
  33% {
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  34% {
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  64%{
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  65%{
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  66% {
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  67% {
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  98%{
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  99%{
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  100% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
}
@keyframes hukidasi {
   0% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  31%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  32%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
  33% {
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  34% {
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  64%{
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  65%{
    background-position: -29rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  66% {
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  67% {
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  98%{
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  99%{
    background-position: -15rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  100% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
}
.sec-sponsored__pic.pic_ani{
    position: relative;
}
.sec-sponsored__pic.pic_ani::after{
    content: '';
    background: url(img/hukidasi.png) no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
    position: absolute;
    width: 15rem;
    height: 8rem;
    bottom: 32%;
    left: -4%;
    animation: hukidasi 3s linear reverse infinite;
}
@media screen and (max-width: 767px) {
.sec-sponsored .l-grid-areas__cell-02{
    top: auto;
}
.feature-container .feature-panel:nth-child(1) .feature-text{
	margin-bottom: var(--s3);
}
.feature-container .feature-panel:nth-child(3) .feature-text{
	margin-bottom: var(--s3);
}
.sec-detail .btn-internal a{
	width:auto;
}
.sec-sponsored .btn-internal a,
.sec-sponsored .btn-web a{
	width:auto;
}
.box-sponsored .btn-internal a,
.box-sponsored .btn-web a{
	width:auto;
}

.float-wrap.sec-sponsored_pic .float-img.ct{
	width:auto;
}
	
	
	
.sec-sponsored__pic.pic_ani::after{
	width: 12rem;
    height: 6.5rem;
	animation: hukidasi 3s linear reverse infinite;
}
@-webkit-keyframes hukidasi {
   0% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  31%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  32%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
  33% {
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  34% {
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  64%{
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  65%{
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  66% {
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  67% {
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  98%{
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  99%{
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  100% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
}
@keyframes hukidasi {
   0% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%after-white-space;
    opacity: 100%;
  }
  31%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 100%;
  }
  32%{
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
  33% {
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  34% {
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  64%{
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 100%;
  }
  65%{
    background-position: -24rem 0;
    bottom: 32%;
    left: 73%;
    opacity: 0%;
  }
  66% {
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  67% {
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  98%{
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 100%;
  }
  99%{
    background-position: -12rem 0;
    bottom: 90%;
    left: 40%;
    opacity: 0%;
  }
  100% {
    background-position: 0 0;
    bottom: 32%;
    left: -4%;
    opacity: 0%;
  }
}
}



/*
---------------------------------------------

    table

*/
.sec-skill__pic table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.sec-skill__pic table th,
.sec-skill__pic table td {
  padding: var(--s1) var(--s2);
  border-right: solid 1px #c7c7c7;
  border-bottom: solid 1px #c7c7c7;
  line-height: 1.5;
  word-break: break-all;
}
.sec-skill__pic table th {
  background: #f3f3f3;
}
.sec-skill__pic table th:nth-child(1){
  width: 23%;
}
/*.sec-skill__pic table th:nth-child(2){
  width: 50%;
}*/
.sec-skill__pic table td {
  background: #fff;
}
.sec-skill__pic table tr td:nth-child(1) {
  text-align: center;
}
.sec-skill__pic table tbody th {
  background: #f3f3f3;
}

.l-scroll-x table {
  width: inherit;
}
.l-scroll-x table th,
.l-scroll-x table td {
  min-width: 20rem;
}

@media screen and (max-width: 767px) {
 
  /*
  ---------------------------------------------

      sp layout scroll

  */
  .l-scroll-x-sp {
    width: 100%;
    margin: 0;
    padding-bottom: 0.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .l-scroll-x-sp::-webkit-scrollbar {
    height: 0.6rem;
  }
  .l-scroll-x-sp::-webkit-scrollbar-track {
    border-radius: 0.3rem;
    background: #eee;
  }
  .l-scroll-x-sp::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
    background: #ddd;
  }
  .l-scroll-x-sp table,
.l-scroll-x-sp img {
    max-width: initial;
  }
  .l-scroll-x-sp table {
    margin: 0;
    max-width: initial;
    width: 70rem;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
.spc_br{
	display:inline;
}
	.header-area__inner {
  line-height:1.3;
}
.header-area .sponsored-text {
  display: block;
  /*margin-left: var(--s2);*/
}
	
	
  .mainvisual .person1{
    top: 6rem;
  }
  .mainvisual .person2{
    top: 12.7rem;
  }


  .footer-banner {
    width: 19rem;
	padding: 1.4rem 1.5rem 1.2rem 2rem;
    font-size: 1.1rem;
	background: #79ab32 url(img/arrow-01-white-right.svg) no-repeat center right var(--s1) / 2.0rem auto;
}
.footer-banner:before {
    left: 7rem;
}
.footer-banner--top {
    line-height: 1.3;
	 padding: 1.2rem 2rem var(--s2) 2.5rem;
	 background-image: url(img/arrow-01-black-right.svg);
	    background-color: #fae151;
}
.footer-banner--top span.sm {
    font-size: 1.2rem;
}
.footer-banner--top span.st {
    margin-right: 0.2rem;
    font-size: 1.5rem;
}
.footer-banner span.st2 {
    font-size: 1.5rem;
}
.footer-banner img {
    width: 6rem;
}

}