@charset "UTF-8";
#wpadminbar {
  top: auto;
  bottom: 0;
}

html {
  margin-top: 0 !important;
}

main {
  position: relative;
}

main::before {
  display: block;
  width: 100%;
  height: 6500px;
  background-color: rgba(255, 155, 55, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

body.ready header {
  translate: 0;
}
body.ready section.mv .copy p {
  opacity: 1;
  translate: 0 0;
}

header {
  translate: 0 -100%;
  transition: translate 1s 2.5s, background-color 0.5s;
}
header.is-scroll {
  background-color: #fff;
}
header.is-scroll a.logo {
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 29%, rgb(3, 75, 168) 29%);
}
section.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
section.mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section.mv .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.mv .copy {
    gap: 25px 0;
    padding-top: 10px;
  }
}
section.mv .copy p {
  opacity: 0;
  translate: 0 50%;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.06));
}
section.mv .copy p.jp {
  font-size: 36px;
  transition: 1.3s ease 1.2s;
}
@media screen and (max-width: 768px) {
  section.mv .copy p.jp {
    font-size: 30px;
  }
}
section.mv .copy p.en {
  font-size: 20px;
  transition: 1.3s ease 1.5s;
}
@media screen and (max-width: 768px) {
  section.mv .copy p.en {
    font-size: 18px;
  }
}
@media screen and (min-width: 601px) {
  section.mv .copy p br {
    display: none;
  }
}

section.message .movie {
  height: 100vh;
  background-color: var(--bc-blue);
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.message .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.message .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.message .inner {
    padding: 0 0 84px;
  }
}
section.message .inner .picWrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  section.message .inner .picWrap {
    border-top: 100vh solid transparent;
    border-bottom: min(6.666vw, 100px) solid transparent;
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap {
    max-width: 750px;
    width: calc(100% - 40px);
    aspect-ratio: 71/117;
    margin: 0 auto 56px;
  }
}
section.message .inner .picWrap::before {
  display: block;
  width: 100%;
  aspect-ratio: 70/57;
  background: url(/_kyokko-wp-files/wp-content/themes/kyokko/index/img/___.png) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  section.message .inner .picWrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap::before {
    aspect-ratio: 71/117;
    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/index/img/___.jpg) no-repeat center center/cover;
  }
}
section.message .inner .picWrap img {
  position: absolute;
  opacity: 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
}
section.message .inner .picWrap img:nth-of-type(1) {
  width: min(18.666vw, 280px);
  left: 0;
}
@media screen and (min-width: 769px) {
  section.message .inner .picWrap img:nth-of-type(1) {
    bottom: min(3.33333vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap img:nth-of-type(1) {
    top: 30%;
    width: min(39.5%, 280px);
  }
}
section.message .inner .picWrap img:nth-of-type(2) {
  width: min(24vw, 360px);
  left: 46.5%;
}
@media screen and (min-width: 769px) {
  section.message .inner .picWrap img:nth-of-type(2) {
    bottom: min(8.66666vw, 130px);
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap img:nth-of-type(2) {
    top: 0;
    left: 8.5%;
    width: min(51%, 360px);
  }
}
section.message .inner .picWrap img:nth-of-type(3) {
  width: min(12vw, 180px);
  left: 80%;
}
@media screen and (min-width: 769px) {
  section.message .inner .picWrap img:nth-of-type(3) {
    bottom: min(0.66666vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap img:nth-of-type(3) {
    top: 12.8%;
    left: 74.66666%;
    width: min(25.33333%, 180px);
  }
}
section.message .inner .picWrap img:nth-of-type(4) {
  width: min(24vw, 360px);
  top: 0;
  left: 23%;
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap img:nth-of-type(4) {
    top: 51.33333%;
    left: 45%;
    width: min(50.66666%, 360px);
  }
}
section.message .inner .picWrap img:nth-of-type(5) {
  width: min(16vw, 240px);
  left: 9.2%;
}
@media screen and (min-width: 769px) {
  section.message .inner .picWrap img:nth-of-type(5) {
    bottom: max(-38vw, -570px);
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .picWrap img:nth-of-type(5) {
    top: 86.4%;
    left: 18.33333%;
    width: min(34%, 240px);
  }
}
section.message .inner .cntWrap {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.message .inner .cntWrap {
    width: 90%;
  }
}
section.message .inner .cntWrap .txt {
  display: flex;
  flex-direction: column;
  width: 48%;
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 769px) {
  section.message .inner .cntWrap .txt {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  section.message .inner .cntWrap .txt {
    width: 100%;
  }
}
section.message .inner .cntWrap .txt hgroup {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
section.message .inner .cntWrap .txt hgroup h2 {
  line-height: 1.8;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  section.message .inner .cntWrap .txt hgroup h2 {
    line-height: 1.6;
    font-size: 26.5px;
  }
}
section.message .inner .cntWrap .txt hgroup p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.message .inner .cntWrap .txt hgroup p {
    font-size: 16px;
  }
}
section.message .inner .cntWrap .txt > p {
  margin: 80px 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.message .inner .cntWrap .txt > p {
    margin: 48px 0 36px;
    font-size: 18px;
  }
}
section.message .inner .cntWrap .txt a {
  margin: 0 0 0 auto;
}
section.message .inner .cntWrap .txt a:hover::after {
  background-color: var(--bc-blue);
  color: #fff;
}
section.message .inner .cntWrap .txt a::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  color: var(--bc-blue);
  font-size: 16px;
  transition: 0.3s;
}

.bg01 {
  margin-bottom: 100px;
  padding: 80px 0 250px;
  background: #fff url(/_kyokko-wp-files/wp-content/themes/kyokko/index/img/bg01.webp) no-repeat center bottom/cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding: 68px 0 160px;
  }
}
.bg01 .cardWrap {
  max-width: 1400px;
  width: 98%;
  margin: 0 auto 200px;
  padding: 70px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg01 .cardWrap {
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 600px) {
  .bg01 .cardWrap {
    padding: calc(130px - 5vw) 0 60px;
  }
}
.bg01 .cardWrap p {
  color: var(--bc-blue);
  position: absolute;
}
.bg01 .cardWrap p.ttl {
  line-height: 1.2;
  text-indent: -3.5em;
  right: 0;
  top: 0;
  font-size: clamp(30px, 4vw, 48px);
}
.bg01 .cardWrap p.ttl span {
  padding-left: 2em;
  font-size: 1.666em;
  opacity: 0;
}
.bg01 .cardWrap p.lead {
  padding-left: min(5vw, 50px);
  font-size: clamp(26px, 4vw, 40px);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .bg01 .cardWrap p.lead {
    font-size: 22px;
  }
}
.bg01 .cardWrap p.lead span {
  white-space: nowrap;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.bg01 .cardWrap p.lead span.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg01 .cardWrap p.lead span:nth-of-type(1) {
  transition: clip-path 0.6s 1s;
}
.bg01 .cardWrap p.lead span:nth-of-type(2) {
  transition: clip-path 0.8s 1.4s;
}
.bg01 .cardWrap ul {
  display: flex;
  justify-content: space-between;
  gap: 0 min(1vw, 35px);
}
.bg01 .cardWrap ul li {
  max-width: 272px;
  opacity: 0;
  translate: 0 10%;
}
.bg01 .cardWrap ul li:nth-of-type(2) {
  padding-top: min(4vw, 60px);
}
.bg01 .cardWrap ul li:nth-of-type(3) {
  padding-top: min(8vw, 120px);
}
.bg01 .cardWrap ul li:nth-of-type(4) {
  padding-top: min(12vw, 180px);
}
.bg01 .cardWrap ul li:nth-of-type(5) {
  padding-top: min(16vw, 240px);
}
.bg01 .cardWrap ul li img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.bg01 .slideWrap {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg01 .slideWrap {
    margin-bottom: 92px;
  }
}
.bg01 .slideWrap ul {
  display: flex;
}
.bg01 .slideWrap ul li {
  margin: 0 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .bg01 .slideWrap ul li {
    margin: 0 12px;
  }
}

section.business .cntWrap, section.quality .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 5vw;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap, section.quality .cntWrap {
    flex-direction: column;
    align-items: center;
    gap: 28px 0;
    margin: 0 auto;
  }
}
section.business .cntWrap img, section.quality .cntWrap img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
}
section.business .cntWrap .txt, section.quality .cntWrap .txt {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  width: 49%;
  opacity: 0;
  translate: 0 10%;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap .txt, section.quality .cntWrap .txt {
    max-width: 100%;
    width: 90%;
  }
}
section.business .cntWrap .txt hgroup, section.quality .cntWrap .txt hgroup {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap .txt hgroup, section.quality .cntWrap .txt hgroup {
    margin-bottom: 28px;
  }
}
section.business .cntWrap .txt > p, section.quality .cntWrap .txt > p {
  margin-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap .txt > p, section.quality .cntWrap .txt > p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
section.business .cntWrap .txt ul, section.quality .cntWrap .txt ul {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  section.business .cntWrap .txt ul, section.quality .cntWrap .txt ul {
    max-width: 100%;
  }
}
section.business .cntWrap .txt ul li a, section.quality .cntWrap .txt ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 20px 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap .txt ul li a, section.quality .cntWrap .txt ul li a {
    padding: 14px 8px;
    font-size: 20px;
  }
}

section.business {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  section.business {
    margin-bottom: 116px;
  }
}
section.business .cntWrap {
  max-width: 1200px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  section.business .cntWrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  section.business .cntWrap img {
    max-width: 600px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  section.business .cntWrap img {
    width: 90%;
  }
}
section.business .cntWrap .txt {
  color: #fff;
}
section.business .cntWrap .txt span.en {
  right: 0;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap .txt span.en {
    right: -5vw;
    translate: 50% 0;
    color: var(--bc-blue);
  }
}
section.business .cntWrap .txt h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.business .cntWrap .txt h2 {
    font-size: 34px;
  }
}
section.business .cntWrap .txt ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
section.business .cntWrap .txt ul li a:hover::after {
  background-color: var(--bc-blue);
  color: #fff;
}
section.business .cntWrap .txt ul li a::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  color: var(--bc-blue);
  font-size: 16px;
  transition: 0.3s;
}

section.quality {
  display: flex;
  flex-direction: column;
  gap: 90px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.quality {
    gap: 84px 0;
  }
}
section.quality::before {
  content: "";
  width: 52%;
  height: 160%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -15%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  section.quality::before {
    width: 95%;
    height: calc(108% - 80px);
    bottom: -8%;
  }
}
section.quality p.lead {
  padding: 0 min(5%, 50px);
  text-align: right;
  line-height: 1;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 56px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 500px) {
  section.quality p.lead {
    padding: 0;
  }
}
section.quality p.lead em {
  font-size: min(1.3em, 72px);
  opacity: 0;
}
section.quality .cntWrap {
  max-width: 1300px;
  width: 95%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  section.quality .cntWrap {
    flex-direction: row-reverse;
    margin: 0 max(5vw, (100vw - 1300px) / 2) 0 auto;
    padding-left: min(5%, 50px);
  }
}
@media screen and (max-width: 768px) {
  section.quality .cntWrap {
    width: 100%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) {
  section.quality .cntWrap img {
    max-width: 650px;
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  section.quality .cntWrap img {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  section.quality .cntWrap .txt {
    padding-left: min(7vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  section.quality .cntWrap .txt {
    padding-right: 10%;
  }
}
section.quality .cntWrap .txt span.en {
  color: var(--bc-blue);
  right: clamp(100%, 100% + (90vw - 1200px) / 2, 475px);
  translate: 100% 0;
}
@media screen and (max-width: 768px) {
  section.quality .cntWrap .txt span.en {
    right: auto;
    left: -5vw;
    translate: -50% 0;
  }
}
section.quality .cntWrap .txt span.en::after {
  background-color: var(--bc-blue);
}
section.quality .cntWrap .txt hgroup h2 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.quality .cntWrap .txt hgroup h2 {
    font-size: 20px;
  }
}
section.quality .cntWrap .txt hgroup p {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.quality .cntWrap .txt hgroup p {
    font-size: 34px;
  }
}
section.quality .cntWrap .txt ul li a {
  color: var(--bc-blue);
  border-bottom: 1px solid var(--bc-blue);
}
section.quality .cntWrap .txt ul li a:hover::after {
  background-color: #fff;
  color: var(--bc-blue);
}
section.quality .cntWrap .txt ul li a::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bc-blue);
  border-radius: 50%;
  background-color: var(--bc-blue);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

section.company {
  margin-bottom: 100px;
  position: relative;
}
section.company .bg02 {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.company .bg02 {
    top: 50%;
  }
}
section.company .bg02 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
}
section.company .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.company .inner {
    gap: 72px 0;
  }
}
@media screen and (max-width: 500px) {
  section.company .inner {
    gap: 34px 0;
  }
}
section.company .inner img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
}
section.company .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 28px 0;
  }
}
section.company .inner .cntWrap .txt {
  width: 50%;
  opacity: 0;
  translate: 0 10%;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap .txt {
    width: 90%;
  }
}
section.company .inner .cntWrap .txt span.en {
  color: var(--bc-blue);
  right: clamp(100% + 4.5vw, 100% + (90vw - 1000px) / 2, 600px);
  translate: 100% 0;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap .txt span.en {
    right: auto;
    left: -5vw;
    translate: -50% 7.45vw;
  }
}
section.company .inner .cntWrap .txt span.en::before {
  background-color: var(--bc-blue);
}
section.company .inner .cntWrap .txt hgroup {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap .txt hgroup {
    margin-bottom: 28px;
  }
}
section.company .inner .cntWrap .txt hgroup h2 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap .txt hgroup h2 {
    font-size: 20px;
  }
}
section.company .inner .cntWrap .txt hgroup p {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap .txt hgroup p {
    font-size: 34px;
  }
}
section.company .inner .cntWrap img {
  max-width: 400px;
  width: 45%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.company .inner .cntWrap img {
    max-width: 100%;
    width: 90%;
  }
}
section.company .inner .linkWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  width: 90%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.company .inner .linkWrap {
    flex-direction: column;
  }
}
section.company .inner .linkWrap::before, section.company .inner .linkWrap::after {
  width: 1px;
  height: 100%;
  background-color: var(--bc-blue);
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  section.company .inner .linkWrap::before, section.company .inner .linkWrap::after {
    content: "";
  }
}
section.company .inner .linkWrap::before {
  left: 33.333%;
}
section.company .inner .linkWrap::after {
  right: 33.333%;
}
section.company .inner .linkWrap a.linkBox {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 30%;
  translate: 0 25%;
}
section.company .inner .linkWrap a.linkBox:hover::after {
  background-color: #fff;
  color: var(--bc-blue);
}
section.company .inner .linkWrap a.linkBox::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bc-blue);
  border-radius: 50%;
  background-color: var(--bc-blue);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.company .inner .linkWrap a.linkBox {
    gap: 16px 0;
    width: 100%;
    padding: 24px 2.5%;
    position: relative;
    border-bottom: 1px solid var(--bc-blue);
  }
}
section.company .inner .linkWrap a.linkBox h3 {
  line-height: 1;
  color: var(--bc-blue);
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.company .inner .linkWrap a.linkBox h3 {
    font-size: 24px;
  }
}
section.company .inner .linkWrap a.linkBox p {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.company .inner .linkWrap a.linkBox p {
    padding-right: 50px;
    font-size: 14px;
  }
}
section.company .inner .linkWrap a.linkBox::after {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  section.company .inner .linkWrap a.linkBox::after {
    position: absolute;
    top: calc(50% - 20px);
    right: 2.5%;
  }
}

section.news {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
  padding: 60px 0;
  background-color: rgba(255, 254, 252, 0.4);
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.news {
    margin-bottom: 32px;
    padding: 36px 0;
  }
}
section.news .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
section.news .inner h2 {
  line-height: 1;
  color: var(--bc-blue);
  font-size: 32px;
}
section.news .inner a.btn {
  display: block;
}
section.news .inner a.btn:hover::after {
  background-color: #fff;
  color: var(--bc-blue);
}
section.news .inner a.btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bc-blue);
  border-radius: 50%;
  background-color: var(--bc-blue);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
section.news .inner ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #c3ccd9;
}
section.news .inner ul li {
  opacity: 0;
  translate: 0 50%;
}
section.news .inner ul a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 0;
  width: 100%;
  min-height: 90px;
  padding: 15px 0;
  border-bottom: 1px solid #c3ccd9;
}
section.news .inner ul a:hover p span {
  background-size: 100% 1px;
}
section.news .inner ul a:hover::after {
  margin: 0 0 0 auto;
}
section.news .inner ul a::after {
  content: "→";
  margin: 0 10px 0 auto;
  color: var(--bc-blue);
  font-size: 20px;
  transition: 0.3s;
}
section.news .inner ul a time {
  min-width: 125px;
}
section.news .inner ul a i {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 30px;
  margin-right: 40px;
  border: 1px solid var(--bc-blue);
  color: var(--bc-blue);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.news .inner ul a p {
    width: calc(100% - 32px);
  }
}
section.news .inner ul a p span {
  padding-bottom: 4px;
  background: linear-gradient(#000, #000) no-repeat bottom left/0 1px;
  transition: background-size 0.75s;
}

section.recruit {
  padding: 140px 0 100px;
  background: #fff url(/_kyokko-wp-files/wp-content/themes/kyokko/index/img/bg03.webp) no-repeat center bottom/100% 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.recruit {
    padding: 80px 0 60px;
  }
}
section.recruit .shootingStar {
  max-width: 1500px;
  width: 100%;
  aspect-ratio: 150/89;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.recruit .shootingStar {
    top: 50%;
    translate: 0 -50%;
  }
}
section.recruit .inner {
  display: flex;
  align-items: flex-end;
  max-width: 1000px;
  width: 90%;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.recruit .inner {
    min-height: 480px;
  }
}
section.recruit .inner p.copy {
  padding-top: 2em;
  text-indent: -2em;
  writing-mode: tb-rl;
  font-size: 64px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.recruit .inner p.copy {
    font-size: 42px;
  }
}
@media screen and (max-width: 500px) {
  section.recruit .inner p.copy {
    font-size: 38px;
  }
}
section.recruit .inner p.copy span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
section.recruit .inner p.copy span.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.recruit .inner p.copy span:nth-of-type(1) {
  transition: clip-path 1s 0s;
}
section.recruit .inner p.copy span:nth-of-type(2) {
  transition: clip-path 0.85s 0.25s;
}
section.recruit .inner .txt {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  opacity: 0;
  translate: 0 10%;
}
@media screen and (max-width: 768px) {
  section.recruit .inner .txt {
    gap: 28px 0;
  }
}
section.recruit .inner .txt h2 {
  line-height: 1;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.recruit .inner .txt h2 {
    font-size: 34px;
  }
}
section.recruit .inner .txt a {
  margin: 0 0 0 auto;
}
section.recruit .inner .txt a:hover::after {
  background-color: var(--bc-blue);
  color: #fff;
}
section.recruit .inner .txt a::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  color: var(--bc-blue);
  font-size: 16px;
  transition: 0.3s;
}