* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 810px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 810px) {
  .c-sp {
    display: block;
  }
}

.c-sp560 {
  display: none;
}
@media (max-width: 559px) {
  .c-sp560 {
    display: block;
  }
}

.c-sp768 {
  display: none;
}
@media (max-width: 767px) {
  .c-sp768 {
    display: block;
  }
}

.c-pc1080 {
  display: block;
}
@media (max-width: 1079px) {
  .c-pc1080 {
    display: none;
  }
}

.c-pc1000 {
  display: block;
}
@media (max-width: 999px) {
  .c-pc1000 {
    display: none;
  }
}

.c-sp1000 {
  display: none;
}
@media (max-width: 999px) {
  .c-sp1000 {
    display: block;
  }
}

html.is-fixed {
  z-index: -1;
  overflow: hidden;
}

body {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  line-height: 1.7;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #222222;
}
@media (max-width: 1319px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body a {
  color: #222222;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px 10px;
  background: transparent;
  z-index: 10;
}
@media (max-width: 810px) {
  .l-header {
    padding: 25px 20px 10px;
  }
}
.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-header__logo > a {
  display: block;
  width: 100px;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .l-header__logo > a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 999px) {
  .l-header__logo > a {
    width: 80px;
  }
}
@media (max-width: 810px) {
  .l-header__logo > a {
    width: 40px;
  }
}
.l-header__link {
  display: block;
  width: 120px;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .l-header__link {
    width: 90px;
  }
}
@media (any-hover: hover) {
  .l-header__link:hover {
    opacity: 0.7;
  }
}

.l-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 60px 0 40px;
  background: #F0F0F0;
  text-align: center;
}
@media (max-width: 810px) {
  .l-footer {
    padding: 40px 0 100px;
  }
}
.l-footer__link {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 40px 0 0;
  text-decoration: underline;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
}
@media (max-width: 810px) {
  .l-footer__link {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    padding: 0 30px 0 0;
  }
}
@media (any-hover: hover) {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
.l-footer__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/common/c-blank-ico01.svg) no-repeat center/contain;
}
@media (max-width: 810px) {
  .l-footer__link::after {
    width: 20px;
    height: 20px;
  }
}
.l-footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.l-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 17px 15px;
  background: #222222;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 810px) {
  .l-banner {
    padding: 12px 15px;
  }
}
.l-banner.is-active {
  opacity: 1;
  pointer-events: auto;
}
.l-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media (any-hover: hover) {
  .l-banner:hover::before {
    opacity: 0.2;
  }
}
.l-banner__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #FFFFFF;
}
@media (max-width: 810px) {
  .l-banner__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-banner__arrow {
  width: 14px;
  height: 10px;
}
@media (max-width: 810px) {
  .l-banner__arrow {
    width: 10px;
    height: 8px;
  }
}

.c-reveal,
.c-reveal-load {
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-reveal::before,
.c-reveal-load::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0024FF;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 2;
  transition: 0.6s 0s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-reveal.is-white::before,
.c-reveal-load.is-white::before {
  background: #FFFFFF;
}
.c-reveal.is-black::before,
.c-reveal-load.is-black::before {
  background: #222222;
}
.c-reveal.is-active::before,
.c-reveal-load.is-active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media (min-width: 811px) {
  .c-reveal.is-delay150::before,
.c-reveal-load.is-delay150::before {
    transition: 0.5s 0.15s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  }
}
@media (min-width: 811px) {
  .c-reveal.is-delay300::before,
.c-reveal-load.is-delay300::before {
    transition: 0.5s 0.3s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  }
}
@media (min-width: 811px) {
  .c-reveal.is-delay450::before,
.c-reveal-load.is-delay450::before {
    transition: 0.5s 0.45s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  }
}
@media (min-width: 811px) {
  .c-reveal.is-delay600::before,
.c-reveal-load.is-delay600::before {
    transition: 0.5s 0.6s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  }
}
@media (min-width: 811px) {
  .c-reveal.is-delay900::before,
.c-reveal-load.is-delay900::before {
    transition: 0.5s 0.9s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  }
}

.c-reveal-load.is-delay150::before {
  transition: 0.5s 0.15s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-reveal-load.is-delay200::before {
  transition: 0.5s 0.2s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-reveal-load.is-delay300::before {
  transition: 0.5s 0.3s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-reveal-load.is-delay450::before {
  transition: 0.5s 0.45s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}

.c-typo,
.c-typo-load {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: all 0.8s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-typo.is-delay300,
.c-typo-load.is-delay300 {
  transition: all 0.8s 0.3s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-typo.is-delay600,
.c-typo-load.is-delay600 {
  transition: all 0.8s 0.6s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-typo.is-delay900,
.c-typo-load.is-delay900 {
  transition: all 0.8s 0.9s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.c-typo.is-active,
.c-typo-load.is-active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.c-slideup {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
}
.c-slideup.is-active02 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-nowrap {
  white-space: nowrap;
}

.c-font-bold {
  font-weight: 600;
}

.c-tel {
  pointer-events: none;
}
@media (max-width: 810px) {
  .c-tel {
    pointer-events: auto;
  }
}

.c-textlink {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-textlink:hover {
    opacity: 0.7;
  }
}

.c-picture {
  display: block;
}
.c-picture img {
  width: 100%;
  height: 100%;
}

.c-banner01 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 860px;
  max-width: 100%;
  padding: 24px 152px 24px 70px;
  background: #FBD400;
  box-shadow: 0px 0px 15px rgba(17, 17, 17, 0.4);
  line-height: 1.5;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1599px) {
  .c-banner01 {
    width: 620px;
    padding: 20px 100px 20px 40px;
  }
}
@media (max-width: 1279px) {
  .c-banner01 {
    width: 540px;
    padding: 16px 84px 16px 32px;
  }
}
@media (max-width: 810px) {
  .c-banner01 {
    width: 335px;
    padding: 12px 16px;
  }
}
.c-banner01.is-small {
  max-width: calc(100% - 40px);
}
.c-banner01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-banner01:hover::before {
    opacity: 0.2;
  }
}
.c-banner01__lead {
  font-size: 28px;
  font-size: 1.75rem;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 10px 0;
  padding: 0 10px 10px;
  border-bottom: 3px solid #222222;
  letter-spacing: 0.05em;
}
@media (max-width: 1599px) {
  .c-banner01__lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1279px) {
  .c-banner01__lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 6px 0;
    padding: 0 6px 6px;
  }
}
@media (max-width: 810px) {
  .c-banner01__lead {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 0 6px 0;
    border-bottom: 2px solid #222222;
    font-weight: bold;
    letter-spacing: 0;
  }
}
.c-banner01.is-small .c-banner01__lead {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 6px 0;
}
@media (max-width: 1599px) {
  .c-banner01.is-small .c-banner01__lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1279px) {
  .c-banner01.is-small .c-banner01__lead {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 6px 0;
    padding: 0 6px 6px;
  }
}
@media (max-width: 810px) {
  .c-banner01.is-small .c-banner01__lead {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 0 6px 0;
  }
}
.c-banner01__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .c-banner01__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1279px) {
  .c-banner01__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 810px) {
  .c-banner01__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 374px) {
  .c-banner01__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-banner01__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #222222;
}
@media (max-width: 1599px) {
  .c-banner01__arrow {
    right: 30px;
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1279px) {
  .c-banner01__arrow {
    right: 20px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 810px) {
  .c-banner01__arrow {
    display: none;
  }
}
.c-banner01__arrow img {
  width: 34.1333333333%;
}
.c-banner01.c-load {
  opacity: 0;
  -webkit-transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 100);
          transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 100);
}
.c-banner01.c-load.is-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 0);
  transition: -webkit-transform 1s 1.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s 1.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-banner01.c-slideup {
  opacity: 0;
  -webkit-transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 100);
          transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 100);
}
.c-banner01.c-slideup.is-active02 {
  opacity: 1;
  -webkit-transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(-50%, 50%) matrix(1, 0, 0, 1, 0, 0);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-inner01 {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-inner01.is-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.c-title01 {
  margin: 0 0 80px 0;
}
@media (max-width: 810px) {
  .c-title01 {
    margin: 0 0 60px 0;
  }
}
.c-title01 .is-english {
  font-size: 120px;
  font-size: 7.5rem;
  display: inline-block;
  margin: 0 40px 0 0;
  text-transform: capitalize;
  line-height: 1;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #0024FF;
}
@media (max-width: 1319px) {
  .c-title01 .is-english {
    font-size: 88px;
    font-size: 5.5rem;
  }
}
@media (max-width: 810px) {
  .c-title01 .is-english {
    font-size: 64px;
    font-size: 4rem;
    margin: 0 0 10px 0;
  }
}
.c-title01 .is-english.is-marginBottom30 {
  margin: 0 0 30px 0;
}
@media (max-width: 810px) {
  .c-title01 .is-english.is-marginBottom30 {
    margin: 0 0 10px 0;
  }
}
.c-title01 .is-english::before {
  height: 105%;
}
.c-title01 .is-japanese {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  line-height: 1.45;
  font-weight: bold;
}
@media (max-width: 1319px) {
  .c-title01 .is-japanese {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 810px) {
  .c-title01 .is-japanese {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-title01.is-white .is-english {
  color: #FFFFFF;
}
.c-title01.is-white .is-japanese {
  color: #FFFFFF;
}
.c-title01.is-black .is-english {
  color: #222222;
}

.c-tag01 {
  font-size: 30px;
  font-size: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 145px;
  height: 53px;
  padding: 7px 28px 8px 44px;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1319px) {
  .c-tag01 {
    font-size: 28px;
    font-size: 1.75rem;
    width: 118px;
    height: 43px;
    padding: 3px 20px 4px 40px;
  }
}
@media (max-width: 810px) {
  .c-tag01 {
    font-size: 20px;
    font-size: 1.25rem;
    width: 96px;
    padding: 3px 20px 4px 32px;
  }
}
.c-tag01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/c-sitelogo-ico03.svg) no-repeat center center/contain;
  z-index: -1;
}

.p-top-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}
.p-top-background::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #000B4B;
  mix-blend-mode: multiply;
  opacity: 0.1;
  z-index: 2;
}
.p-top-background > picture {
  position: relative;
  height: 100dvh;
  z-index: 1;
}
.p-top-background > picture img {
  object-fit: cover;
  object-position: right center;
}
.p-top-keyvisual {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 980px;
  max-height: 1080px;
  padding: 0 60px 0 100px;
  border: 20px solid #FFFFFF;
  border-bottom: 105px solid #FFFFFF;
}
@media (min-width: 1921px) {
  .p-top-keyvisual {
    position: static;
  }
}
@media (max-width: 1599px) {
  .p-top-keyvisual {
    min-height: 800px;
    padding: 0 60px 0 180px;
  }
}
@media (max-width: 1279px) {
  .p-top-keyvisual {
    min-height: 720px;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual {
    min-height: 570px;
    max-height: 0;
    padding: 0 20px;
    border: 10px solid #FFFFFF;
    border-bottom: 65px solid #FFFFFF;
  }
}
.p-top-keyvisual__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: static;
  width: 100%;
  max-width: 1200px;
  height: calc(100dvh - 125px);
  min-height: 855px;
  max-height: 955px;
  margin: 0 auto;
  padding: 200px 0 160px;
}
@media (min-width: 1921px) {
  .p-top-keyvisual__inner {
    position: relative;
  }
}
@media (max-width: 1599px) {
  .p-top-keyvisual__inner {
    min-height: 675px;
    padding: 100px 0;
  }
}
@media (max-width: 1279px) {
  .p-top-keyvisual__inner {
    min-height: 595px;
    padding: 80px 0;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__inner {
    height: calc(100dvh - 75px);
    max-height: 0;
    min-height: 495px;
    position: relative;
    max-width: 340px;
    padding: 100px 0 50px;
  }
}
@media (max-width: 810px) and (min-width: 520px) {
  .p-top-keyvisual__inner {
    padding: 0;
  }
}
.p-top-keyvisual__title {
  width: 91.6666666667%;
  margin: 0 0 32px 0;
}
@media (max-width: 1599px) {
  .p-top-keyvisual__title {
    width: 864px;
  }
}
@media (max-width: 1279px) {
  .p-top-keyvisual__title {
    width: 640px;
  }
}
@media (max-width: 999px) {
  .p-top-keyvisual__title {
    width: 400px;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__title {
    width: 60%;
    max-width: 210px;
    margin: 0 0 12px 0;
  }
}
.p-top-keyvisual__lead > span {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
  padding: 0 8px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .p-top-keyvisual__lead > span {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 1279px) {
  .p-top-keyvisual__lead > span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 999px) {
  .p-top-keyvisual__lead > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__lead > span {
    padding: 0 4px;
  }
}
.p-top-keyvisual__lead > span:not(:last-of-type) {
  margin: 0 0 16px 0;
}
@media (max-width: 1279px) {
  .p-top-keyvisual__lead > span:not(:last-of-type) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__lead > span:not(:last-of-type) {
    margin: 0 0 5px 0;
  }
}
.p-top-keyvisual__lead > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.35em;
  background: #FFFFFF;
  z-index: -1;
}
.p-top-keyvisual__lead > span.is-strong {
  font-size: 64px;
  font-size: 4rem;
  margin: 0 0 40px 0;
  padding: 0 0 0 16px;
  color: #FFFFFF;
}
@media (max-width: 1599px) {
  .p-top-keyvisual__lead > span.is-strong {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1279px) {
  .p-top-keyvisual__lead > span.is-strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 999px) {
  .p-top-keyvisual__lead > span.is-strong {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 8px;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__lead > span.is-strong {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 374px) {
  .p-top-keyvisual__lead > span.is-strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-keyvisual__lead > span.is-strong::after {
  height: 1.4em;
  background: #222222;
}
.p-top-keyvisual__lead > span.c-pc {
  display: inline-block;
}
@media (max-width: 810px) {
  .p-top-keyvisual__lead > span.c-pc {
    display: none;
  }
}
.p-top-keyvisual__lead > span.c-sp {
  display: none;
}
@media (max-width: 810px) {
  .p-top-keyvisual__lead > span.c-sp {
    display: inline-block;
  }
}
.p-top-keyvisual__list {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
          transform: matrix(1, 0, 0, 1, 0, 50);
  transition: -webkit-transform 0.8s 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 810px) {
  .p-top-keyvisual__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 160px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    max-width: 160px;
  }
}
.p-top-keyvisual__list.is-active {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.p-top-keyvisual__list > li {
  font-size: 20px;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 166px;
  height: 166px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 1599px) {
  .p-top-keyvisual__list > li {
    font-size: 16px;
    font-size: 1rem;
    width: 136px;
    height: 136px;
  }
}
@media (max-width: 1279px) {
  .p-top-keyvisual__list > li {
    font-size: 14px;
    font-size: 0.875rem;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 999px) {
  .p-top-keyvisual__list > li {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__list > li {
    font-size: 10px;
    font-size: 0.625rem;
    width: 80px;
    height: 80px;
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__list > li:last-of-type {
    margin: -20px 0 0 0;
  }
}
.p-top-keyvisual__logo {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 26%;
  z-index: -1;
  -webkit-transform: matrix(1, 0, 0, 1, -600, 600);
          transform: matrix(1, 0, 0, 1, -600, 600);
  transition: -webkit-transform 1.6s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.6s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-top-keyvisual__logo.is-delay {
  transition: -webkit-transform 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-top-keyvisual__logo.is-active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
@media (min-width: 1921px) {
  .p-top-keyvisual__logo {
    width: 478.88px;
    right: -300px;
  }
}
@media (max-width: 1599px) {
  .p-top-keyvisual__logo {
    right: 40px;
    width: 25%;
  }
}
@media (max-width: 999px) {
  .p-top-keyvisual__logo {
    bottom: 100px;
  }
}
@media (max-width: 810px) {
  .p-top-keyvisual__logo {
    right: -10px;
    bottom: 60px;
    width: 130px;
  }
}
@media (max-width: 374px) {
  .p-top-keyvisual__logo {
    right: 0;
    bottom: 60px;
    width: 100px;
  }
}
.p-top-whats {
  padding: 200px 0 180px;
  background: #FFFFFF;
  text-align: center;
}
@media (max-width: 1319px) {
  .p-top-whats {
    padding: 60px 0 120px;
  }
}
@media (max-width: 810px) {
  .p-top-whats {
    padding: 60px 0 100px;
  }
}
.p-top-whats__title {
  font-size: 238px;
  font-size: 14.875rem;
  display: inline-block;
  margin: 0 0 56px 0;
  line-height: 1;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #0024FF;
}
@media (max-width: 1319px) {
  .p-top-whats__title {
    font-size: 160px;
    font-size: 10rem;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 810px) {
  .p-top-whats__title {
    font-size: 80px;
    font-size: 5rem;
  }
}
.p-top-whats__lead {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.2;
  font-weight: bold;
}
@media (max-width: 1319px) {
  .p-top-whats__lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 810px) {
  .p-top-whats__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .p-top-whats__lead {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-top-whats__lead > :not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 810px) {
  .p-top-whats__lead > :not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.p-top-whats__lead .is-strong {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.32;
  color: #0024FF;
}
@media (max-width: 1319px) {
  .p-top-whats__lead .is-strong {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 810px) {
  .p-top-whats__lead .is-strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-casestady {
  position: relative;
  padding: 240px 0;
  background: #F0F0F0;
}
@media (max-width: 1319px) {
  .p-top-casestady {
    padding: 120px 0 160px;
  }
}
@media (max-width: 810px) {
  .p-top-casestady {
    padding: 80px 0 120px;
  }
}
.p-top-casestady__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  margin: 0 0 80px 0;
}
@media (max-width: 1599px) {
  .p-top-casestady__list {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 1439px) {
  .p-top-casestady__list {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 999px) {
  .p-top-casestady__list {
    max-width: 560px;
    margin: 0 auto 40px;
  }
}
.p-top-casestady__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (max-width: 999px) {
  .p-top-casestady__list > li {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-top-casestady__list__figure {
  position: relative;
  width: calc(50% - 20px);
}
@media (max-width: 999px) {
  .p-top-casestady__list__figure {
    width: 100%;
  }
}
.p-top-casestady__list__figure::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(33, 33, 33, 0.4) 46.31%, #191919 100%);
  opacity: 0.8;
}
.p-top-casestady__list__figure picture {
  width: 100%;
  height: 100%;
}
.p-top-casestady__list__figure picture img {
  object-fit: cover;
}
.p-top-casestady__list__figure figcaption {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1319px) {
  .p-top-casestady__list__figure figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__list__figure figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    bottom: 10px;
    left: 20px;
    right: auto;
  }
}
.p-top-casestady__list__text {
  width: calc(50% + 20px);
  padding: 60px 70px 75px;
  background: #FFFFFF;
}
@media (max-width: 1319px) {
  .p-top-casestady__list__text {
    padding: 56px;
  }
}
@media (max-width: 999px) {
  .p-top-casestady__list__text {
    width: 100%;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__list__text {
    padding: 30px 20px;
  }
}
.p-top-casestady__list__tagWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin: 0 0 30px 0;
}
@media (max-width: 810px) {
  .p-top-casestady__list__tagWrap {
    margin: 0 0 20px 0;
  }
}
.p-top-casestady__list__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.46;
  font-weight: bold;
}
@media (max-width: 1319px) {
  .p-top-casestady__list__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__list__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-casestady__list__title {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 20px 30px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 1319px) {
  .p-top-casestady__list__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 16px 20px;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__list__title {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 10px 10px 15px;
  }
}
@media (max-width: 374px) {
  .p-top-casestady__list__title {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
  }
}
.p-top-casestady__list__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 20px;
  background: url(../img/common/c-brackets-ico01.svg) no-repeat center center/contain;
}
@media (max-width: 374px) {
  .p-top-casestady__list__title::before {
    display: none;
  }
}
.p-top-casestady__list__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 20px;
  background: url(../img/common/c-brackets-ico01.svg) no-repeat center center/contain;
  rotate: 180deg;
}
@media (max-width: 374px) {
  .p-top-casestady__list__title::after {
    display: none;
  }
}
.p-top-casestady__list > :nth-of-type(even) {
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (max-width: 999px) {
  .p-top-casestady__list > :nth-of-type(even) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-top-casestady__list > :nth-of-type(even) .p-top-casestady__list__figure figcaption {
  left: 30px;
  right: auto;
}
@media (max-width: 810px) {
  .p-top-casestady__list > :nth-of-type(even) .p-top-casestady__list__figure figcaption {
    left: 20px;
  }
}
.p-top-casestady__lead {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 1439px) {
  .p-top-casestady__lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-casestady__lead .is-strong {
  font-size: 44px;
  font-size: 2.75rem;
  color: #0024FF;
}
@media (max-width: 1439px) {
  .p-top-casestady__lead .is-strong {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__lead .is-strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-casestady__lead .is-large {
  font-size: 44px;
  font-size: 2.75rem;
}
@media (max-width: 1439px) {
  .p-top-casestady__lead .is-large {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 810px) {
  .p-top-casestady__lead .is-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-produce {
  padding: 240px 0 160px;
  background: #FFFFFF;
}
@media (max-width: 1319px) {
  .p-top-produce {
    padding: 160px 0 120px;
  }
}
@media (max-width: 810px) {
  .p-top-produce {
    padding: 120px 0 80px;
  }
}
.p-top-produce__title {
  font-size: 54px;
  font-size: 3.375rem;
  display: inline-block;
  margin: 0 0 60px 0;
  line-height: 1.4;
  font-weight: bold;
  color: #0024FF;
}
@media (max-width: 1319px) {
  .p-top-produce__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 810px) {
  .p-top-produce__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 40px 0;
  }
}
.p-top-produce__lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 40px 0;
}
@media (max-width: 1319px) {
  .p-top-produce__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 374px) {
  .p-top-produce__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-produce__list {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 810px) {
  .p-top-produce__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
    max-width: 560px;
    margin: 0 auto;
  }
}
.p-top-produce__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: calc((100% - 60px) / 4);
  padding: 40px 30px;
  background: #F0F0F0;
}
@media (max-width: 1319px) {
  .p-top-produce__list > li {
    padding: 32px 24px;
  }
}
@media (max-width: 810px) {
  .p-top-produce__list > li {
    width: 100%;
  }
}
.p-top-produce__list > li:not(:last-of-type) {
  position: relative;
}
.p-top-produce__list > li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #F0F0F0;
  border-right: 0;
}
@media (max-width: 810px) {
  .p-top-produce__list > li:not(:last-of-type)::after {
    top: auto;
    bottom: -27px;
    right: auto;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.p-top-produce__list__lead {
  margin: 0 0 5px 0;
}
.p-top-produce__list__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 12px 0;
  line-height: 1.4;
}
@media (max-width: 1319px) {
  .p-top-produce__list__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-top-produce__list__icon {
  width: 145px;
}
.p-top-functions {
  padding: 180px 0 200px;
}
@media (max-width: 1319px) {
  .p-top-functions {
    padding: 120px 0;
  }
}
@media (max-width: 810px) {
  .p-top-functions {
    padding: 80px 0;
  }
}
.p-top-functions__list {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 810px) {
  .p-top-functions__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 60px;
    max-width: 560px;
    margin: 0 auto;
  }
}
.p-top-functions__list > li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 810px) {
  .p-top-functions__list > li {
    width: 100%;
  }
}
.p-top-functions__list__title {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 56px 0;
  padding-top: 61.904%;
  background: #FFFFFF;
}
@media (max-width: 810px) {
  .p-top-functions__list__title {
    margin: 0 0 48px 0;
  }
}
.p-top-functions__list__title > span {
  font-size: 90px;
  font-size: 5.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #0024FF;
}
@media (max-width: 1319px) {
  .p-top-functions__list__title > span {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.p-top-functions__list__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 56px;
}
@media (max-width: 810px) {
  .p-top-functions__list__list {
    gap: 40px;
  }
}
.p-top-functions__list__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  width: calc(100% - 59px);
  padding: 30px 20px 30px 48px;
  background: #F0F0F0;
}
@media (max-width: 1439px) {
  .p-top-functions__list__list > li {
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(100% - 28px);
    padding: 28px 28px 20px 28px;
  }
}
.p-top-functions__list__tag {
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 118px;
  height: 43px;
  padding: 3px 20px 4px 40px;
}
@media (max-width: 1439px) {
  .p-top-functions__list__tag {
    font-size: 20px;
    font-size: 1.25rem;
    left: 20px;
    width: 96px;
    padding: 3px 20px 4px 32px;
  }
}
.p-top-functions__list__lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: bold;
}
@media (max-width: 1439px) {
  .p-top-functions__list__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-functions__list__lead .is-blue {
  color: #0024FF;
}
.p-top-challenges {
  position: relative;
  padding: 160px 0 200px;
  background: #FFFFFF;
}
@media (max-width: 1319px) {
  .p-top-challenges {
    padding: 120px 0 160px;
  }
}
@media (max-width: 810px) {
  .p-top-challenges {
    padding: 80px 0 120px;
  }
}
.p-top-challenges__slider {
  position: relative;
  width: 100%;
  margin: -110px 0 0 0;
  padding: 110px 0 0 0;
  overflow-x: hidden;
}
@media (max-width: 810px) {
  .p-top-challenges__slider {
    margin: -20px 0 0 0;
    padding: 90px 0 0 0;
  }
}
.p-top-challenges__slider .slick-slider {
  width: 100vw;
  position: static;
}
.p-top-challenges__slider .slick-list {
  width: 100%;
}
.p-top-challenges__slider .slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  right: 50px;
  width: 70px;
  height: 70px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .p-top-challenges__slider .slick-arrow {
    right: 30px;
    width: 56px;
    height: 56px;
  }
}
.p-top-challenges__slider .slick-arrow img {
  width: 28.572%;
}
.p-top-challenges__slider .prev-arrow {
  -webkit-transform: translateX(calc(-100% - 20px));
          transform: translateX(calc(-100% - 20px));
}
@media (any-hover: hover) {
  .p-top-challenges__slider .prev-arrow:hover {
    -webkit-transform: translateX(calc(-100% - 30px));
            transform: translateX(calc(-100% - 30px));
  }
}
.p-top-challenges__slider .prev-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (any-hover: hover) {
  .p-top-challenges__slider .next-arrow:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.p-top-challenges__slider__item {
  width: calc((100% - 160px) / 4);
  max-width: 440px;
  margin: 0 40px 0 0;
  padding: 50px;
  border: 5px solid #0024FF;
}
@media (max-width: 1599px) {
  .p-top-challenges__slider__item {
    max-width: 380px;
    padding: 32px;
  }
}
@media (max-width: 999px) {
  .p-top-challenges__slider__item {
    max-width: 280px;
    margin: 0 30px 0 0;
    padding: 28px;
  }
}
.p-top-challenges__slider__define {
  margin: 0 0 40px 0;
}
@media (max-width: 999px) {
  .p-top-challenges__slider__define {
    margin: 0 0 30px 0;
  }
}
.p-top-challenges__slider__define dt, .p-top-challenges__slider__define dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 30px;
}
@media (max-width: 999px) {
  .p-top-challenges__slider__define dt, .p-top-challenges__slider__define dd {
    gap: 20px;
  }
}
.p-top-challenges__slider__define dt {
  margin: 0 0 40px 0;
}
@media (max-width: 999px) {
  .p-top-challenges__slider__define dt {
    margin: 0 0 30px 0;
  }
}
.p-top-challenges__slider__image {
  width: 30px;
}
@media (max-width: 1599px) {
  .p-top-challenges__slider__image {
    width: 24px;
  }
}
@media (max-width: 999px) {
  .p-top-challenges__slider__image {
    width: 20px;
  }
}
.p-top-challenges__slider__lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .p-top-challenges__slider__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 999px) {
  .p-top-challenges__slider__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-challenges__slider dd .p-top-challenges__slider__lead {
  color: #0024FF;
}
.p-top-challenges__slider__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
}
.p-top-challenges__slider__tags > span {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "futura-pt-condensed", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .p-top-challenges__slider__tags > span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 999px) {
  .p-top-challenges__slider__tags > span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-knowledge {
  padding: 240px 0 60px;
  background: #F0F0F0;
}
@media (max-width: 1319px) {
  .p-top-knowledge {
    padding: 160px 0 60px;
  }
}
@media (max-width: 1319px) {
  .p-top-knowledge {
    padding: 120px 0 40px;
  }
}
.p-top-knowledge__list {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 0 80px 0;
}
@media (max-width: 999px) {
  .p-top-knowledge__list {
    gap: 30px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-top-knowledge__list__tag {
  font-size: 40px;
  font-size: 2.5rem;
  width: 180px;
  height: 66px;
  margin: 0 0 32px 0;
  padding: 8px 32px 7px 60px;
}
@media (max-width: 1599px) {
  .p-top-knowledge__list__tag {
    font-size: 30px;
    font-size: 1.875rem;
    width: 145px;
    height: 53px;
    padding: 7px 28px 8px 44px;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__list__tag {
    font-size: 28px;
    font-size: 1.75rem;
    width: 118px;
    height: 43px;
    padding: 3px 20px 4px 40px;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__list__tag {
    font-size: 20px;
    font-size: 1.25rem;
    width: 96px;
    margin: 0 0 16px 0;
    padding: 3px 20px 4px 32px;
  }
}
.p-top-knowledge__list__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 56px;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .p-top-knowledge__list__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 48px;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__list__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
  }
}
@media (max-width: 999px) {
  .p-top-knowledge__list__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__list__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
}
@media (max-width: 374px) {
  .p-top-knowledge__list__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
  }
}
.p-top-knowledge__list__title .is-large {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 1599px) {
  .p-top-knowledge__list__title .is-large {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__list__title .is-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 999px) {
  .p-top-knowledge__list__title .is-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__list__title .is-large {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 374px) {
  .p-top-knowledge__list__title .is-large {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-knowledge__list__title .is-blue {
  color: #0024FF;
}
.p-top-knowledge__lead {
  font-size: 56px;
  font-size: 3.5rem;
  margin: 0 0 50px 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .p-top-knowledge__lead {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__lead {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__lead {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 374px) {
  .p-top-knowledge__lead {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top-knowledge__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  padding: 60px 80px;
  background: #FBD400;
  box-shadow: 0px 0px 15px rgba(17, 17, 17, 0.4);
  line-height: 1.4;
  transition: 0.3s;
  z-index: 3;
}
@media (max-width: 1599px) {
  .p-top-knowledge__banner {
    width: 88%;
    padding: 48px 60px;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__banner {
    width: 72%;
  }
}
@media (max-width: 999px) {
  .p-top-knowledge__banner {
    width: 90%;
    padding: 40px 56px;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__banner {
    width: 100%;
    max-width: 560px;
    padding: 20px 30px;
  }
}
@media (any-hover: hover) {
  .p-top-knowledge__banner:hover {
    opacity: 0.7;
  }
}
.p-top-knowledge__banner__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .p-top-knowledge__banner__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__banner__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__banner__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-knowledge__banner__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #222222;
}
@media (max-width: 1599px) {
  .p-top-knowledge__banner__arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1279px) {
  .p-top-knowledge__banner__arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 810px) {
  .p-top-knowledge__banner__arrow {
    width: 40px;
    height: 40px;
  }
}
.p-top-knowledge__banner__arrow img {
  width: 34.1333333333%;
}