@charset "UTF-8";
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;
}

body {
  line-height: 1;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.ky-header {
  position: fixed;
  top: 0;
  width: 100vw;
  background: #fff;
  z-index: 10;
}
.ky-header.is-hide hr {
  transform: translateX(-100vw);
}
.ky-header.is-hide h1 {
  transform: translateX(-50vw);
}
.ky-header.is-hide nav {
  transform: translateY(-300px);
}
.ky-header hr {
  border: none;
  border-bottom: solid 2px #000000;
  transition: 0.6s;
}
.ky-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .ky-header-inner {
    height: 46px;
  }
}
@media screen and (max-width: 500px) {
  .ky-header-inner {
    padding: 0 5.3333333333vw;
    height: 12.2666666667vw;
  }
}
.ky-header nav {
  transition: 0.6s;
}
@media screen and (max-width: 1000px) {
  .ky-header nav {
    position: fixed;
    top: 48px;
    right: -150vw;
    z-index: 11;
    width: 81.3%;
    background: #AEB3B5;
    transition: 0.7s;
  }
}
@media screen and (max-width: 500px) {
  .ky-header nav {
    top: 12.8vw;
  }
}
.ky-header nav.is-active {
  right: 0;
}
.ky-header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}
@media screen and (max-width: 1000px) {
  .ky-header nav ul {
    display: block;
    padding: 0 16.5px;
  }
}
.ky-header nav ul li:last-of-type a {
  border-bottom: none;
}
.ky-header nav ul li a {
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .ky-header nav ul li a {
    padding: 20px 0 20px 11px;
    border-bottom: solid 1px #000;
  }
}
@media screen and (max-width: 500px) {
  .ky-header nav ul li a {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0 5.3333333333vw 2.9333333333vw;
  }
}
.ky-header nav ul li a:before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../images/icn-arrow-r.webp) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  .ky-header nav ul li a:before {
    display: none;
  }
}
.ky-header h1 {
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
  font-weight: bold;
  transition: 0.6s;
}
@media screen and (max-width: 500px) {
  .ky-header h1 {
    font-size: 4.2666666667vw;
  }
}

.ky-menu-trigger {
  display: none;
}
@media screen and (max-width: 1000px) {
  .ky-menu-trigger {
    display: block;
    background: #000;
    height: 46px;
    width: 46px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ky-menu-trigger {
    height: 12.2666666667vw;
    width: 12.2666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .ky-menu-trigger.is-active hr:first-of-type {
    transform: translate(0, 0) rotate(45deg);
  }
  .ky-menu-trigger.is-active hr:nth-of-type(2) {
    opacity: 0;
  }
  .ky-menu-trigger.is-active hr:last-of-type {
    transform: translate(0, 0) rotate(135deg);
  }
}
@media screen and (max-width: 1000px) {
  .ky-menu-trigger hr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: none;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ky-menu-trigger hr {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .ky-menu-trigger hr:first-of-type {
    transform: translate(0, -7px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ky-menu-trigger hr:first-of-type {
    transform: translate(0, -1.8666666667vw);
  }
}
@media screen and (max-width: 1000px) {
  .ky-menu-trigger hr:last-of-type {
    transform: translate(0, 7px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .ky-menu-trigger hr:last-of-type {
    transform: translate(0, 1.8666666667vw);
  }
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.ky-mv {
  transition: 0.3s;
  text-align: center;
  background: url(../images/bkg-mv.webp) no-repeat 0 0;
  background-size: auto 318px;
}
.ky-mv-text {
  position: relative;
  z-index: 2;
}
.ky-mv-text h1 {
  font-size: 180px;
  padding-top: 50px;
  transition: 0.3s;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ky-mv-text h1 {
    font-size: 18vw;
  }
}
.ky-mv-text h1 span {
  display: block;
  font-size: 140px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ky-mv-text h1 span {
    font-size: 15vw;
  }
}
.ky-mv-text p {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ky-mv-text p {
    font-size: 3.1vw;
  }
}
.ky-mv-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -10vw;
  margin-bottom: -10vw;
  transition: 0.3s;
}
.ky-mv-video img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ky-mv-video img {
    width: 180%;
    max-width: 300%;
    margin: 0 auto;
    position: relative;
    left: -40%;
  }
}
.ky-mv-page {
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 60px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .ky-mv-page {
    padding: 25vw 5vw 0 5vw;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

body {
  width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
body * {
  font-family: inherit;
}
body a {
  font-family: inherit;
  color: #000000;
}
@media screen and (min-width: 769px) {
  body a {
    transition: 0.5s;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body .wrap {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  body .wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  body .wrap {
    padding: 0 5.3333333333vw;
  }
}
body .wrap.is-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body .wrap.is-flex {
    display: block;
  }
}

.ky-splash {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 21;
  display: block;
}
.ky-splash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ky-splash2 {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}
.ky-splash2 span {
  display: block;
  font-size: 180px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 180px;
  height: 180px;
  line-height: 1;
  transition: 0.8s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .ky-splash2 span {
    font-size: 23.4666666667vw;
    width: 23.4666666667vw;
    height: 23.4666666667vw;
  }
}
.ky-splash2 span.c1 {
  transform: translate(-274px, -27px);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c1 {
    transform: translate(-30.6666666667vw, -3.2vw);
  }
}
.ky-splash2 span.c1.is-hide {
  opacity: 0;
  transform: translate(-50vw, -27px);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c1.is-hide {
    transform: translate(-100vw, -3.2vw);
  }
}
.ky-splash2 span.c1.is-finish {
  opacity: 0;
  transform: translate(50vw, -27px);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c1.is-finish {
    transform: translate(50vw, -3.2vw);
  }
}
.ky-splash2 span.c2 {
  transform: translate(-71px, 25px);
  font-size: 140px;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c2 {
    font-size: 18.1333333333vw;
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    transform: translate(-8.2666666667vw, 8vw);
  }
}
.ky-splash2 span.c2.is-hide {
  opacity: 0;
  transform: translate(-71px, 50vh);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c2.is-hide {
    transform: translate(-8.2666666667vw, 50vh);
  }
}
.ky-splash2 span.c2.is-finish {
  opacity: 0;
  transform: translate(-71px, -50vh);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c2.is-finish {
    transform: translate(-8.2666666667vw, -50vh);
  }
}
.ky-splash2 span.c3 {
  transform: translate(115px, -27px);
  font-size: 150px;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c3 {
    font-size: 19.7333333333vw;
    width: 19.7333333333vw;
    height: 19.7333333333vw;
    transform: translate(12.5333333333vw, -3.2vw);
  }
}
.ky-splash2 span.c3.is-hide {
  opacity: 0;
  transform: translate(115px, -50vh);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c3.is-hide {
    transform: translate(12.5333333333vw, -50vh);
  }
}
.ky-splash2 span.c3.is-finish {
  opacity: 0;
  transform: translate(115px, 50vh);
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c3.is-finish {
    transform: translate(12.5333333333vw, 50vh);
  }
}
.ky-splash2 span.c4 {
  transform: translate(302px, -27px);
  font-size: 140px;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .ky-splash2 span.c4 {
    font-size: 18.1333333333vw;
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    transform: translate(33.6vw, -1.3333333333vw);
  }
}
.ky-splash2 span.c4.is-hide {
  opacity: 0;
  transform: translate(50vw, -1.3333333333vw);
}
.ky-splash2 span.c4.is-finish {
  opacity: 0;
  transform: translate(-50vw, -1.3333333333vw);
}

.ky-hero {
  padding-top: 142px;
}
@media screen and (max-width: 1000px) {
  .ky-hero {
    padding-top: 75px;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero {
    padding-top: 20vw;
  }
}
.ky-hero-title {
  flex-basis: 117px;
  position: relative;
  transition: 0.6s;
}
.ky-hero-title.is-hide {
  opacity: 0;
  transform: translateY(100vh);
}
.ky-hero-title h2 {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 1.1034482759px;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .ky-hero-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-title h2 {
    font-size: 7.4666666667vw;
  }
}
.ky-hero-content {
  flex-basis: 960px;
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ky-hero-content {
    display: block;
  }
}
.ky-hero-content-text {
  padding-top: 42px;
  flex-basis: 387px;
  transition: 0.6s;
}
.ky-hero-content-text.is-hide {
  opacity: 0;
  transform: translateX(-50vw);
}
@media screen and (max-width: 1000px) {
  .ky-hero-content-text {
    padding-top: 0;
    padding-left: 110px;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-content-text {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-content-text > div {
    flex-basis: 59.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.ky-hero-content-text p {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .ky-hero-content-text p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-content-text p {
    font-size: 3.7333333333vw;
  }
}
.ky-hero-content-text p:last-of-type {
  margin-bottom: 0;
}
.ky-hero-content-image {
  flex-basis: 55.9%;
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .ky-hero-content-image {
    border-left: solid 2px #000000;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-content-image {
    margin-top: -53.3333333333vw;
    padding-top: 64.8vw;
    padding-bottom: 7.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ky-hero-content-image > div {
    flex-basis: 74.6666666667vw;
  }
}
.ky-hero-content-image .title {
  transition: 0.6s;
}
.ky-hero-content-image .title.is-hide {
  opacity: 0;
  transform: translateY(-200px);
}
.ky-hero-content-image .video {
  transition: 0.6s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .ky-hero-content-image .video:hover {
    opacity: 0.6;
  }
}
.ky-hero-content-image .video.is-hide {
  opacity: 0;
}
.ky-hero-main {
  padding-top: 52px;
  transition: 0.6s;
  opacity: 1;
}
.ky-hero-main.is-hide {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .ky-hero-main {
    padding-top: 0;
  }
}
.ky-hero-main-inner {
  max-width: 1077px;
  padding-left: 117px;
  padding-bottom: 70px;
  border-left: solid 2px #000000;
}
@media screen and (max-width: 768px) {
  .ky-hero-main-inner {
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .ky-hero-main-inner > div {
    flex-basis: 74.6666666667vw;
  }
}
.ky-hero-main img.hero {
  width: 1100px;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .ky-hero-main img.hero {
    width: 74.6666666667vw;
  }
}
.ky-hero-section {
  padding-top: 69px;
}
.ky-hero-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ky-hero-section h2 {
    font-size: 20px;
    padding-left: 63px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-section h2 {
    font-size: 5.3333333333vw;
    padding-left: 16.8vw;
  }
}
.ky-hero-section h2:before {
  content: "";
  width: 91px;
  height: 3px;
  background: #DA4728;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .ky-hero-section h2:before {
    width: 48px;
    height: 3px;
  }
}
@media screen and (max-width: 500px) {
  .ky-hero-section h2:before {
    width: 12.8vw;
    height: 0.8vw;
  }
}
.ky-hero-section .is-flex {
  gap: 55px;
  justify-content: space-between;
  padding: 0;
}
.ky-hero-section-text {
  flex-basis: 605px;
}
.ky-hero-section-image {
  flex-basis: 300px;
}
.ky-hero-section-image aside {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.014em;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .ky-hero-section-image aside {
    font-size: 3.7333333333vw;
  }
}

.ky-summary .is-flex {
  gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .ky-summary .is-flex {
    display: block;
  }
}
.ky-summary-image {
  flex-basis: 355px;
  position: relative;
  background: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .ky-summary-image {
    border-left: solid 2px #000000;
    padding-left: 125px;
    background: none;
  }
}
@media screen and (max-width: 500px) {
  .ky-summary-image {
    padding-left: 13.8666666667vw;
  }
}
.ky-summary-image h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ky-summary-image h2 {
    font-size: 20px;
    padding-left: 63px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 500px) {
  .ky-summary-image h2 {
    font-size: 5.3333333333vw;
    padding-left: 16.8vw;
  }
}
.ky-summary-image h2:before {
  content: "";
  width: 91px;
  height: 3px;
  background: #DA4728;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .ky-summary-image h2:before {
    width: 48px;
    height: 3px;
  }
}
@media screen and (max-width: 500px) {
  .ky-summary-image h2:before {
    width: 12.8vw;
    height: 0.8vw;
  }
}
.ky-summary-image img {
  width: 500px;
  max-width: 500px;
  right: 640px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ky-summary-image img {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.ky-summary-text {
  flex-basis: 660px;
}
@media screen and (max-width: 768px) {
  .ky-summary-text {
    border-left: solid 2px #000000;
    padding-left: 125px;
    padding-top: 32px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .ky-summary-text {
    padding-left: 13.8666666667vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 12vw;
  }
}
.ky-summary-text h2 {
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.ky-summary-text h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 3px;
  background: #DA4728;
  bottom: 0;
  right: -150px;
}

p {
  font-size: 16px;
  line-height: 1.81;
  margin-bottom: 2em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.78;
  }
}
@media screen and (max-width: 500px) {
  p {
    font-size: 3.7333333333vw;
  }
}

main {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 0;
  }
}

.ky-video {
  position: fixed;
  top: 77px;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 30;
  display: none;
}
@media screen and (max-width: 768px) {
  .ky-video {
    top: 12.8vw;
  }
}
.ky-video video {
  width: 100%;
  height: auto;
}
.ky-video .icons {
  position: absolute;
  top: 30px;
  padding-bottom: 53px;
  padding-left: 73px;
  display: flex;
  justify-content: flex-start;
  gap: 37px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ky-video .icons {
    padding-left: 5.6vw;
    padding-bottom: 4.8vw;
    gap: 4vw;
  }
}
.ky-video .icons img {
  cursor: pointer;
}
.ky-video .icons div {
  width: 68px;
}
@media screen and (max-width: 768px) {
  .ky-video .icons div {
    width: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ky-video .icons div {
    transition: 0.5s;
  }
  .ky-video .icons div:hover {
    opacity: 0.7;
  }
}
.ky-video .icons div.sound {
  position: relative;
}
.ky-video .icons div.sound.is-off img.off {
  z-index: 3;
}
.ky-video .icons div.sound.is-on img.on {
  z-index: 3;
}
.ky-video .icons div.sound img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.ky-post.ky-section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ky-post.ky-section {
    margin-top: 6vw;
  }
}
.ky-post h1 {
  font-size: 28px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .ky-post h1 {
    font-size: 5.7vw;
  }
}
.ky-post .date {
  border-bottom: solid 2px #6BBEC2;
  color: #6BBEC2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ky-post .date {
    padding-bottom: 2vw;
    margin-bottom: 8vw;
  }
}
.ky-post p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ky-post p {
    font-size: 3.7vw;
  }
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.ky-page {
  padding-top: 77px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ky-page {
    padding-top: 12.8vw;
  }
}
.ky-page p {
  letter-spacing: 0.08em;
}
.ky-page-header {
  max-width: 1360px;
  height: 200px;
  margin: 0 auto;
  background: url(../images/img-page-header.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ky-page-header {
    height: 18.6666666667vw;
    background: url(../images/img-page-header-sp.webp) no-repeat;
    background-size: cover;
  }
}
.ky-page-header-wrap {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ky-page-header-wrap {
    height: 18.6666666667vw;
  }
}
.ky-page-header h2 {
  flex-basis: 1060px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ky-page-header h2 {
    font-size: 4.2666666667vw;
    flex-basis: 89.3333333333vw;
  }
}
.ky-page-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .ky-page-wrap {
    padding: 0 5.3333333333vw;
  }
}
.ky-page-pankuzu {
  margin-top: 12px;
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .ky-page-pankuzu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ky-page-description {
    margin-top: 8vw;
  }
}
.ky-page-description p {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ky-page-description p {
    text-align: left;
  }
}

.c-columned-title {
  margin-top: 95px;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .c-columned-title {
    margin-top: 9.3333333333vw;
    display: block;
  }
}
.c-columned-title h3 {
  flex-basis: 465px;
  font-size: 28px;
  padding: 15px 15px 15px 38px;
  border-left: solid 12px #DA4728;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .c-columned-title h3 {
    font-size: 4.8vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.0666666667vw;
    border-left: solid 1.8666666667vw #DA4728;
    margin-bottom: 5.3333333333vw;
  }
}
.c-columned-title p {
  flex: 615px;
  margin-bottom: 0;
}

.c-scrolled-image {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .c-scrolled-image {
    margin-bottom: 9.3333333333vw;
  }
  .c-scrolled-image .image {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .c-scrolled-image .image img {
    width: 240vw;
    max-width: 240vw;
  }
  .c-scrolled-image .info {
    text-align: center;
    margin-bottom: 1.8666666667vw;
  }
  .c-scrolled-image .info p {
    margin-bottom: 0;
  }
  .c-scrolled-image .info img {
    width: 62.1333333333vw;
  }
}

.c-normal-image {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .c-normal-image {
    margin-bottom: 9.3333333333vw;
  }
}
.c-normal-image .arrow {
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-normal-image .arrow {
    padding-top: 4vw;
  }
}
.c-normal-image .arrow img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .c-normal-image .arrow img {
    width: 24vw;
  }
}

.c-topics {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .c-topics {
    margin-bottom: 12vw;
  }
}
.c-topics h3 {
  font-size: 32px;
  margin-bottom: 27px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-topics h3 {
    font-size: 6.1333333333vw;
    margin-bottom: 8.8vw;
  }
}
.c-topics h3:after {
  content: "";
  display: block;
  width: 57px;
  height: 3px;
  background: #DA4728;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-topics-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-topics-list {
    display: block;
  }
}
.c-topics-list li {
  position: relative;
  padding-left: 70px;
  border-left: dashed 1px #000;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-topics-list li {
    border-left: none;
    border-top: dashed 1px #000;
    padding: 8vw 0vw 8vw 5.3333333333vw;
  }
}
.c-topics-list li:first-of-type {
  border-left: 0;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .c-topics-list li:first-of-type {
    padding-left: 5.3333333333vw;
  }
}
.c-topics-list li:first-of-type:after {
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-topics-list li:last-of-type {
    border-bottom: dashed 1px #000;
  }
}
.c-topics-list li:after {
  content: "";
  display: block;
  width: 11px;
  height: 21px;
  background: url(../images/icn-list-arrow.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 35px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-topics-list li:after {
    left: 0;
    width: 2.1333333333vw;
    height: 4.5333333333vw;
  }
}
.c-topics-list li a {
  font-size: 16px;
  line-height: 1.95;
}
.c-topics-list li a[target=_blank] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-topics-list li a[target=_blank] {
    gap: 4vw;
  }
}
.c-topics-list li a[target=_blank]:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/icn-external.webp) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-topics-list li a[target=_blank]:after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.c-topics-list li a p {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-topics.is-quad .c-topics-list {
    flex-wrap: wrap;
  }
  .c-topics.is-quad .c-topics-list li {
    flex-basis: 50%;
    height: 145px;
    display: flex;
    align-items: center;
  }
  .c-topics.is-quad .c-topics-list li:nth-of-type(1) {
    position: relative;
  }
  .c-topics.is-quad .c-topics-list li:nth-of-type(1):before {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: auto;
    bottom: -15px;
    right: -15px;
    left: auto;
    z-index: 2;
  }
  .c-topics.is-quad .c-topics-list li:nth-of-type(1), .c-topics.is-quad .c-topics-list li:nth-of-type(2) {
    border-bottom: dashed 1px #000;
  }
  .c-topics.is-quad .c-topics-list li:nth-of-type(3) {
    border-left: 0;
    padding-left: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-topics.is-quad .c-topics-list li:nth-of-type(3) {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-topics.is-quad .c-topics-list li:nth-of-type(3):after {
    left: 0;
  }
}

.c-normal-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-normal-title {
    margin-bottom: 4vw;
  }
}
.c-normal-title.has-margin {
  margin-top: 50px;
}
.c-normal-title h3 {
  font-size: 28px;
  line-height: 1.42;
  border-left: solid 12px #DA4728;
  padding: 15px 0 15px 49px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-normal-title h3 {
    font-size: 4.8vw;
    padding: 0 0 0 5.8666666667vw;
    border-left: solid 1.8666666667vw #DA4728;
    margin-bottom: 6.1333333333vw;
  }
}
.c-normal-title-lists .title {
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .c-normal-title-lists .title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-normal-title-lists__wrap {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-normal-title-lists__wrap {
    display: block;
  }
}
.c-normal-title-lists .list {
  flex-basis: 305px;
}
@media screen and (max-width: 768px) {
  .c-normal-title-lists .list {
    margin-bottom: 10.6666666667vw;
  }
}
.c-normal-title-lists .list h4 {
  font-size: 18px;
  padding-left: 17px;
  border-left: solid 5px #000;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.c-normal-title-lists .list h4:after {
  content: "";
  display: block;
  border-bottom: solid 1px #B7B7B7;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  left: 0;
}
.c-normal-title-lists .list ul li {
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
.c-normal-title-lists .list ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(../images/icn-list-arrow-s.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-normal-title-lists .list ul li a.is-pdf {
  position: relative;
}
.c-normal-title-lists .list ul li a.is-pdf:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-left: 15px;
  background: url(../images/icn-pdf.webp) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
}
.c-normal-title-button {
  margin-bottom: 90px;
}
.c-normal-title-button .title {
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .c-normal-title-button .title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-normal-title-button .button a {
  background: #EDEDED;
  display: inline-block;
  font-size: 18px;
  padding: 24px 65px;
  border: solid 2px #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-normal-title-button .button a {
    transition: 0.3s;
  }
  .c-normal-title-button .button a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
}
.c-normal-title-button .button a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../images/icn-play.webp) no-repeat;
  background-size: 100% 100%;
}
.c-normal-title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-normal-title-wrap {
    display: block;
  }
}
.c-normal-title-wrap .image {
  flex-basis: 415px;
}
@media screen and (max-width: 768px) {
  .c-normal-title-wrap .image {
    margin-bottom: 5.3333333333vw;
  }
}
.c-normal-title-wrap .image img {
  width: 100%;
}
.c-normal-title-wrap .text {
  flex-basis: 615px;
}

.c-vision {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 32px;
}
.c-vision.has-margin {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .c-vision.has-margin {
    margin-bottom: 13.3333333333vw;
  }
}
.c-vision-title {
  flex-basis: 148px;
}
.c-vision-title span {
  background: #DA4728;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 120px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-vision-title span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 27px transparent;
  border-top: solid 28.5px transparent;
  border-bottom: solid 28.5px transparent;
  border-left: solid 27px #DA4728;
  position: absolute;
  top: 0;
  right: -54px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.c-vision-text p {
  margin-bottom: 0;
}

.c-bordered {
  border: solid 1px #E3E3E3;
  padding: 0 40px 40px 40px;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .c-bordered {
    border: none;
    padding: 0;
  }
}
.c-bordered h3 {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .c-bordered h3 {
    margin-bottom: 6.6666666667vw;
  }
}
.c-bordered h3 span {
  font-size: 30px;
  font-weight: bold;
  background: #6A6F72;
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-bordered h3 span {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 10.6666666667vw;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.c-bordered-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-bordered-text {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-bordered-text .list {
    margin-bottom: 5.3333333333vw;
  }
}
.c-bordered-text .list li {
  font-size: 16px;
  line-height: 1.78;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .c-bordered-text .list li {
    font-size: 3.7333333333vw;
  }
}
.c-bordered-text .list li:before {
  content: "●";
  display: block;
}
.c-bordered-text .colored {
  background: #DA4728;
  padding: 15px 30px;
}
.c-bordered-text .colored p {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 0;
}
.c-bordered-image {
  text-align: center;
}
.c-bordered-image img {
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .c-bordered-image img {
    width: 100%;
  }
}

.ky-number {
  background: #A09C98;
}
.ky-number-item:nth-of-type(even) {
  background: #DE5A3D;
}
.ky-number-item:nth-of-type(even) img.box {
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
}
.ky-number-item:nth-of-type(8) {
  height: 310px;
}
.ky-number-item img {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.ky-number-item img.box {
  transform: translateX(-50px);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
}
.ky-number-item img.box.fadein {
  opacity: 1;
  transform: translateX(0);
}
.ky-number-sp-item__inside {
  display: none;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.ky-footer {
  background: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .ky-footer {
    padding: 19px 10px;
  }
}
@media screen and (max-width: 500px) {
  .ky-footer {
    padding: 5.0666666667vw 2.6666666667vw;
  }
}
.ky-footer .wrap {
  align-items: center;
  height: 145px;
}
@media screen and (max-width: 768px) {
  .ky-footer .wrap {
    padding: 0;
  }
}
.ky-footer-title {
  flex-basis: 355px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .ky-footer-title {
    width: 273px;
    margin: 0 auto 22px;
  }
}
@media screen and (max-width: 500px) {
  .ky-footer-title {
    width: 72.8vw;
    margin: 0 auto 5.8666666667vw;
  }
}
.ky-footer-title .copy {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  margin-top: 18px;
}
.ky-footer-nav {
  flex-basis: 200px;
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .ky-footer-nav {
    justify-content: center;
    gap: 30px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .ky-footer-nav {
    gap: 8vw;
    margin-bottom: 5.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ky-footer-nav li {
    flex-basis: 40px;
  }
}
@media screen and (max-width: 500px) {
  .ky-footer-nav li {
    flex-basis: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ky-footer .copy {
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .ky-footer .copy {
    font-size: 2.9333333333vw;
  }
}

a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:active {
    opacity: 0.6;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-style: normal;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, transform 0.5s;
}

.fade-in.show {
  opacity: 1;
  visibility: visible;
}