@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

body {
  opacity: 0;
  transition: opacity 0.2s;
}
body.loaded {
  opacity: 1;
}

a {
  color: #9FBE70;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  line-height: 1;
  padding: 0;
  box-shadow: none !important;
  text-shadow: none;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, li, dl, dt, dd {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}
a:hover {
  border: none !important;
}

.container.single-staff {
  width: 100%;
}

input {
  box-shadow: none !important;
}
input:hover {
  box-shadow: none !important;
}

#kad-mobile-banner-sticky-wrapper {
  height: 0 !important;
}

#sticky-wrapper.sticky-wrapper {
  height: 0 !important;
}

.headerclass, .mobile-headerclass {
  background: transparent;
}

#kad-mobile-banner #mobile-logo a {
  width: -moz-max-content;
  width: max-content;
}

.kad-header-menu-inner.container {
  width: 98%;
  padding: 0;
}

nav.nav-main ul.sf-menu {
  font-size: min(1.3vw, 16px);
}
nav.nav-main ul.sf-menu li.menu-item a {
  font-size: inherit;
  display: flex;
}
nav.nav-main ul.sf-menu li.menu-item a:hover {
  opacity: 0.7;
}
nav.nav-main ul.sf-menu li.menu-item a i {
  font-size: 0.9em;
  margin-left: 0.2em;
}

.kt-showsub-indicator .sf-menu-normal .sf-dropdown > a:after {
  border-top: 5px solid #E60012;
}

.header_button {
  font-size: min(1.5vw, 24px);
  margin-left: 1.5em;
}
.header_button:hover {
  opacity: 0.7;
}
.header_button a {
  color: #fff;
  font-weight: 500;
  padding: 0.8em 2.2em;
  background-color: #FAA700;
  border-radius: 5em;
}

.sf-menu.sf-menu-normal > li > ul::before, .sf-menu.sf-menu-normal > li > ul::after {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translate(-50%, -100%);
}
.sf-menu.sf-menu-normal > li > ul::before {
  content: "";
  border: 8px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 14px solid #D00134;
}
.sf-menu.sf-menu-normal > li > ul::after {
  content: "";
  border: 6px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 11px solid #fff;
}

#kad-mobile-banner #mobile-logo a {
  width: -moz-max-content;
  width: max-content;
}

button.header_menu--button {
  height: 70px;
  padding: 0;
  background-color: #0A0A0A;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
  cursor: pointer;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  button.header_menu--button {
    height: 100px;
  }
}
button.header_menu--button div {
  width: 35%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
}
button.header_menu--button div:first-of-type {
  transform: translate(-50%, calc(-50% - 9px)) rotate(0deg) scaleX(1);
}
body.open_menu button.header_menu--button div:first-of-type {
  transform: translate(-50%, -50%) rotate(35deg) scaleX(1.2);
}
button.header_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: left;
}
body.open_menu button.header_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
button.header_menu--button div:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
  transform-origin: left;
}
body.open_menu button.header_menu--button div:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-35deg) scaleX(1.2);
  transform-origin: center;
}

.mobile_menu--container {
  width: 100%;
  height: 100dvh;
  padding: calc(8% + 70px) 0 20%;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0s 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mobile_menu--container {
    padding: calc(5% + 70px) 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .mobile_menu--container {
    padding: min(15%, 200px) 0 100px;
    overflow-y: hidden;
  }
}
.open_menu .mobile_menu--container {
  overflow-y: scroll;
  z-index: 20;
  transition: all 0s;
}
.mobile_menu--container::before {
  content: "";
  width: 300vw;
  height: 300vw;
  background-color: #D0E5F3;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(100%, -150%);
  border-radius: 50%;
  transition: transform 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}
@media screen and (min-width: 768px) {
  .mobile_menu--container::before {
    width: 175vw;
    height: 175vw;
  }
}
@media screen and (min-width: 1025px) {
  .mobile_menu--container::before {
    width: 130vw;
    height: 130vw;
  }
}
.open_menu .mobile_menu--container::before {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s;
}
@media screen and (min-width: 1025px) {
  .open_menu .mobile_menu--container::before {
    transform: translate(-30%, -50%);
  }
}

nav.mobile_menu--nav {
  font-size: 4.8vw;
  width: 80%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  nav.mobile_menu--nav {
    font-size: 2.8vw;
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  nav.mobile_menu--nav {
    font-size: min(1.7vw, 24px);
    max-width: 750px;
  }
}

ul.mobile_menu--ul {
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: opacity 0.5s 0s, transform 0.5s 0.5s;
}
.open_menu ul.mobile_menu--ul {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s 0.5s;
}
ul.mobile_menu--ul li {
  color: #233F80;
  list-style: none;
  padding: 1.4em 0;
  border-bottom: 1px solid #FFF;
  position: relative;
}
ul.mobile_menu--ul li::before {
  content: "";
  width: 13%;
  height: 1px;
  background-color: #0A2396;
  position: absolute;
  left: 0;
  bottom: -1px;
}
ul.mobile_menu--ul li a {
  color: #187FC4;
  font-weight: bold;
  position: relative;
}
ul.mobile_menu--ul li a i {
  font-size: 0.8em;
  margin-right: 0.5em;
}

.mobile_menu_info--box {
  font-size: 3.8vw;
  width: 80%;
  margin-inline: auto;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: opacity 0.5s 0s, transform 0.5s 0.5s;
}
@media screen and (min-width: 768px) {
  .mobile_menu_info--box {
    font-size: 2vw;
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .mobile_menu_info--box {
    font-size: 17px;
    max-width: 750px;
  }
}
.open_menu .mobile_menu_info--box {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s 0.5s;
}
.mobile_menu_info--box p.name {
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 1.2em;
}

@media screen and (min-width: 1025px) {
  ul.mobile_menu_info--ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
ul.mobile_menu_info--ul li {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.8;
  list-style: none;
}

nav.nav-main {
  display: none;
}

.pc_menu--container {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc_menu--container {
    font-size: min(1.8vw, 20px);
    height: 100px;
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
  }
}
.pc_menu--container a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.pc_menu--container a:first-of-type {
  padding: 0 2.2em;
  background-color: #5D8EFF;
}
.pc_menu--container a:nth-of-type(2) {
  padding: 0 1.8em;
  background-color: #5871AD;
}
.pc_menu--container a:nth-of-type(2) i {
  font-size: 0.8em;
  margin-right: 0.5em;
}
.pc_menu--container a:nth-of-type(3) {
  font-size: 1.4em;
  background-color: #315ABC;
  justify-content: center;
  aspect-ratio: 1;
}
.pc_menu--container a:nth-of-type(4) {
  font-size: 1.5em;
  background-color: #233F80;
  justify-content: center;
  aspect-ratio: 1;
}
.pc_menu--container a:hover {
  opacity: 0.7;
}

#wrapper.container {
  overflow: clip;
}

.main.col-md-12.kt-nosidebar.clearfix {
  overflow: clip;
}

.wave {
  width: 100%;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
}
.wave svg path {
  fill: #fff;
  animation: wave linear 4s infinite;
}

@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-80%);
  }
}
a.common_button {
  color: #fff;
  font-size: 4vw;
  width: 16.7em;
  padding: 1.2em 0;
  background-color: #0A0A0A;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  a.common_button {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  a.common_button {
    font-size: min(1.6vw, 22px);
    width: 21.4em;
    padding: 1.3em 0;
  }
}
a.common_button::before {
  content: "";
  width: 125%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #95D4FF;
  transition: all 0.5s ease-in-out;
  transform: skew(45deg, 0deg) translate(-99%, 0);
}
a.common_button:hover::before {
  transform: skew(45deg, 0deg) translate(-10%, 0);
}
a.common_button span {
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.top_page--loading {
  width: 100vw;
  height: 100vh;
  padding-top: calc(70px + 28%);
  background-color: #D0E5F3;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  position: fixed;
  top: 0;
  z-index: 1100;
  transition: all 0.8s 1s;
}
.top_page--loading.loaded {
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top_page--loading {
    padding-top: calc(70px + 3%);
  }
}
@media screen and (min-width: 1025px) {
  .top_page--loading {
    padding-top: calc(100px + 3%);
  }
}
.top_page--loading img {
  width: 59%;
}
@media screen and (min-width: 768px) {
  .top_page--loading img {
    width: 28.6%;
  }
}

.top_page_bg--img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .top_page_bg--img {
    width: 100vw;
    height: 100vh;
    background-size: 26%;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}

.top_page--header {
  background-color: #187FC4;
  position: relative;
}
.top_page--header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.top_page_header--container {
  padding: calc(70px + 28%) 0 34%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page_header--container {
    padding: calc(70px + 3%) 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--container {
    padding: calc(100px + 3%) 0 10%;
  }
}
.top_page_header--container .img_logo {
  width: 59%;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_logo {
    width: 28.6%;
  }
}
.top_page_header--container .img {
  opacity: 0;
  position: absolute;
  transform: scale(0.6) rotate(10deg);
  transition: opacity 0.6s 2s ease, transform 0.6s 2s cubic-bezier(0.27, 0.26, 0.15, 1.57);
}
.top_page_header--container .img.img01 {
  width: 41%;
  top: 70px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img01 {
    width: 24.3%;
    left: 8%;
  }
}
.top_page_header--container .img.img01 img {
  animation: header_img01 3s 2.1s ease-in-out infinite;
}
.top_page_header--container .img.img02 {
  width: 41%;
  top: 70px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img02 {
    width: 31%;
  }
}
.top_page_header--container .img.img02 img {
  animation: header_img02 3s 2.1s ease-in-out infinite;
}
.top_page_header--container .img.img03 {
  width: 49%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img03 {
    width: 25.3%;
    bottom: -1%;
  }
}
.top_page_header--container .img.img03 img {
  animation: header_img01 3s 2.1s ease-in-out infinite;
}
.top_page_header--container .img.img04 {
  width: 43%;
  overflow: hidden;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img04 {
    width: 31%;
  }
}
.top_page_header--container .img.img04 img {
  animation: header_img02 3s 2.1s ease-in-out infinite;
}
.top_page_header--container .img.img05 {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img05 {
    width: 10.6%;
    display: block;
    bottom: 15%;
    left: 22%;
  }
}
.top_page_header--container .img.img05 img {
  animation: header_img01 3s 2.1s ease-in-out infinite;
}
.top_page_header--container.loaded .img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.top_page_header--container .wave_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_page_header--container .wave_box .wave {
  transform: translate(0, 50%);
}

@keyframes header_img01 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, 15%) rotate(5deg);
  }
}
@keyframes header_img02 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, 15%) rotate(-5deg);
  }
}
section.top_page--section {
  position: relative;
}
h2.top_page_section--h2 {
  width: 93%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  h2.top_page_section--h2 {
    width: 60%;
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_page_section--h2 {
    width: 512px;
    margin: 0 auto 30px;
  }
}
h2.top_page_section--h2 > img {
  width: 57%;
  margin-inline: auto;
  display: block;
  transform: translate(0, 3%);
}
@media screen and (min-width: 1025px) {
  h2.top_page_section--h2 > img {
    width: 275px;
  }
}
h2.top_page_section--h2 picture {
  opacity: 0;
  display: block;
  position: relative;
  transform: scale(0.9);
  transform-origin: bottom center;
  transition: opacity 0.3s 0.1s ease, transform 0.3s 0.1s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  z-index: 1;
}
h2.top_page_section--h2.show picture {
  opacity: 1;
  transform: scale(1);
}

.top_page_section_title_imgBox {
  width: 64%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page_section_title_imgBox {
    width: 38%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section_title_imgBox {
    width: 323px;
  }
}
.top_page_section_title_imgBox .img01 {
  width: 47%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .top_page_section_title_imgBox .img01 {
    width: 135px;
  }
}
.top_page_section_title_imgBox .img_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.top_page_section_title_imgBox .img_box .img {
  width: 19%;
}
@media screen and (min-width: 1025px) {
  .top_page_section_title_imgBox .img_box .img {
    width: 14%;
  }
}
.top_page_section_title_imgBox .img_box .img:first-of-type {
  transform: scale(1, -1) rotate(180deg);
}
.top_page_section_title_imgBox .img_box .img img {
  animation: wobble 1s infinite;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.top_page--buttonBox {
  width: -moz-max-content;
  width: max-content;
  display: grid;
  gap: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .top_page--buttonBox {
    width: 85%;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--buttonBox {
    width: 73%;
    max-width: 1000px;
  }
}

.top_page--manga {
  width: 80%;
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--manga {
    width: 70%;
    margin: 0 auto 9%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--manga {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px;
  }
}
.top_page--manga .manga_row {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_page--manga .manga_row {
    flex-direction: row-reverse;
    gap: 0;
  }
}
.top_page--manga .manga_row:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .top_page--manga .manga_row:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.top_page--manga .manga_row.no_gap {
  gap: 0;
}
.top_page--manga .manga_row.no_margin {
  margin: 0;
}
.top_page--manga .manga_row .manga {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.top_page--manga .manga_row .manga.show {
  opacity: 1;
  transform: translate(0, 0);
}

section.top_page--section.section01 {
  padding: 13% 0 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 100px 0 0;
  }
}
section.top_page--section.section01 .section_container {
  background: none !important;
}
section.top_page--section.section01 .section_container .floating_icon {
  display: none;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .floating_icon {
    width: min(11%, 200px);
    display: block;
    position: fixed;
    right: 0;
    top: 130px;
    transform: translate(-15%, 0);
    z-index: 5;
  }
}
section.top_page--section.section01 .section_container .floating_icon.show {
  position: absolute;
}
section.top_page--section.section01 .section_container .top_page--buttonBox {
  margin: 0 auto 15%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container .top_page--buttonBox {
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .top_page--buttonBox {
    margin: 0 auto 80px;
  }
}
section.top_page--section.section01 .section_container h2.top_page_section--h2 {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2.top_page_section--h2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.top_page--manga.manga01 {
  margin: 0 auto 12%;
}
@media screen and (min-width: 768px) {
  .top_page--manga.manga01 {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--manga.manga01 {
    margin: 0 auto 130px;
  }
}

.top_page--pr.pr01 {
  padding: 12% 0;
  background-color: #5293C4;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 {
    padding: 110px 0 70px;
  }
}
.top_page--pr.pr01 h3 {
  text-align: center;
  color: #fff;
  font-size: 4vw;
  margin: 0 0 2em;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 h3 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 h3 {
    font-size: 26px;
  }
}
.top_page--pr.pr01 h3 span {
  font-weight: bold;
  letter-spacing: 0;
  display: block;
}
.top_page--pr.pr01 h3 span:first-of-type {
  font-size: 1.3em;
  margin-bottom: 0.7em;
}
.top_page--pr.pr01.show h3 {
  animation: pulse 1s ease-in-out;
}
.top_page--pr.pr01 .cv_button--box {
  width: 76%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .cv_button--box {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box {
    width: 790px;
    grid-template-columns: auto 1fr auto;
  }
}
.top_page--pr.pr01 .cv_button--box .loop_wrap {
  display: flex;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box .loop_wrap {
    top: 0%;
  }
}
.top_page--pr.pr01 .cv_button--box .loop_wrap .img {
  min-width: 159vw;
  animation: loop 50s -25s linear infinite;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box .loop_wrap .img {
    min-width: 2500px;
  }
}
.top_page--pr.pr01 .cv_button--box .loop_wrap .img img {
  width: 97%;
}
.top_page--pr.pr01 .cv_button--box p {
  margin-bottom: 7%;
  grid-column: span 2;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box p {
    width: 392px;
    margin: 10px 0 0;
    grid-column: span 1;
    justify-self: center;
    align-self: baseline;
    order: 2;
  }
}
.top_page--pr.pr01 .cv_button--box .img.img01 {
  width: 66%;
  justify-self: right;
  transform: translate(10%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box .img.img01 {
    width: 173px;
  }
}
.top_page--pr.pr01 .cv_button--box .img.img02 {
  width: 42%;
  transform: translate(40%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box .img.img02 {
    width: 109px;
    transform: translate(-40%, 0);
    order: 3;
  }
}
.top_page--pr.pr01 .cv_button--box a.common_button {
  margin-inline: auto;
  grid-column: span 2;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .cv_button--box a.common_button {
    width: 100%;
    grid-column: span 3;
    order: 4;
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
dl.top_page_pr01--dl {
  font-size: 4vw;
  width: 88%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl {
    font-size: 2.1vw;
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl {
    font-size: 18px;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 45px;
  }
}
dl.top_page_pr01--dl div {
  padding: 2em 1.8em;
  border: 2px solid #0A2396;
  border-radius: 40px;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.6s;
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div {
    padding: 30px 55px;
    display: grid;
    grid-template: auto 1fr/auto auto;
    gap: 40px 65px;
  }
}
dl.top_page_pr01--dl div:first-of-type {
  margin-bottom: 2em;
  background: rgb(213, 247, 255);
  background: linear-gradient(0deg, rgb(213, 247, 255) 0%, rgb(255, 255, 255) 100%);
}
dl.top_page_pr01--dl div:nth-of-type(2) {
  background: rgb(255, 255, 163);
  background: linear-gradient(0deg, rgb(255, 255, 163) 0%, rgb(253, 253, 232) 35%, rgb(255, 255, 255) 100%);
}
dl.top_page_pr01--dl div.show {
  opacity: 1;
  transform: translate(0, 0);
}
dl.top_page_pr01--dl div dt {
  margin-bottom: 1.2em;
  display: grid;
  justify-content: left;
  align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div dt {
    font-size: 1.1em;
    margin: 20px 0 0;
  }
}
dl.top_page_pr01--dl div dt img {
  width: 3em;
}
dl.top_page_pr01--dl div dt span:first-of-type {
  font-size: 2em;
  font-weight: bold;
}
dl.top_page_pr01--dl div dt span:nth-of-type(2) {
  font-weight: 500;
  grid-column: span 2;
}
dl.top_page_pr01--dl div dd:first-of-type {
  color: #187FC4;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div dd:first-of-type {
    white-space: nowrap;
    margin: 0;
    order: 3;
  }
}
dl.top_page_pr01--dl div dd:first-of-type br {
  display: block !important;
}
dl.top_page_pr01--dl div dd:first-of-type br.br_pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl div dd:first-of-type br.br_pc {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div dd:nth-of-type(2) {
    grid-row: span 2;
    order: 2;
  }
}
section.top_page--section.section02 {
  padding: 16% 0 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    padding: 100px 0 0;
  }
}
.top_page_section_title_imgBox.section02_title {
  width: 77%;
}
@media screen and (min-width: 768px) {
  .top_page_section_title_imgBox.section02_title {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section_title_imgBox.section02_title {
    width: 323px;
  }
}
.top_page_section_title_imgBox.section02_title .img01 {
  width: 56%;
}
@media screen and (min-width: 1025px) {
  .top_page_section_title_imgBox.section02_title .img01 {
    width: 194px;
  }
}

.top_page--manga.manga02 {
  margin: 0 auto 15%;
}
@media screen and (min-width: 768px) {
  .top_page--manga.manga02 {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--manga.manga02 {
    margin: 0 auto 60px;
  }
}

.top_page--pr.pr02 {
  padding: 10% 0 0;
  background-color: #EEF2B7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr02 {
    padding: 6% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 {
    padding: 60px 0 0;
  }
}
.top_page--pr.pr02 h3 {
  width: 93%;
  margin: 0 auto 8%;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: bottom center;
  transition: opacity 0.3s 0.1s ease, transform 0.3s 0.1s cubic-bezier(0.44, 0.42, 0.24, 1.55);
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr02 h3 {
    width: 70%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 h3 {
    width: 700px;
    margin: 0 auto 65px;
  }
}
.top_page--pr.pr02.show h3 {
  opacity: 1;
  transform: scale(1);
}
.top_page--pr.pr02 .text_box {
  text-align: center;
  font-size: 4.6vw;
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr02 .text_box {
    font-size: 2.5vw;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 .text_box {
    font-size: 22px;
  }
}
.top_page--pr.pr02 .text_box p {
  color: #187FC4;
  font-weight: bold;
  line-height: 1.8;
}
.top_page--pr.pr02 .text_box p br {
  display: block !important;
}
.top_page--pr.pr02 .img_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 .img_box {
    max-width: 1150px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top_page--pr.pr02 .img_box .img {
  position: absolute;
  animation: shake 2s infinite;
}
.top_page--pr.pr02 .img_box .img.img01 {
  width: 41%;
  right: 0;
  top: 23%;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr02 .img_box .img.img01 {
    width: 19%;
    left: 3%;
    right: auto;
    top: auto;
    bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 .img_box .img.img01 {
    width: 225px;
    bottom: 24%;
  }
}
.top_page--pr.pr02 .img_box .img.img02 {
  width: 24%;
  left: 5%;
  top: 62%;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr02 .img_box .img.img02 {
    width: 10%;
    left: auto;
    right: 17%;
    top: auto;
    bottom: 23%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 .img_box .img.img02 {
    width: 118px;
    right: 14%;
    bottom: 33%;
  }
}
.top_page--pr.pr02 .img_box .img.img03 {
  width: 26%;
  top: 85%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr02 .img_box .img.img03 {
    width: 12%;
    right: 3%;
    top: auto;
    bottom: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr02 .img_box .img.img03 {
    width: 148px;
    right: 0;
    bottom: 29%;
  }
}

@keyframes shake {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
ul.top_page_pr02--ul {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  ul.top_page_pr02--ul {
    margin-bottom: 8%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_pr02--ul {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 60px;
    gap: 0 20px;
  }
}
ul.top_page_pr02--ul li {
  list-style: none;
}
ul.top_page_pr02--ul li > button {
  color: transparent;
  width: 83%;
  height: 100%;
  background-color: transparent;
  background-size: contain;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translate(-12%, 0);
  aspect-ratio: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  ul.top_page_pr02--ul li > button {
    width: 100%;
    transform: translate(0, 0);
  }
}
ul.top_page_pr02--ul li > button svg {
  width: 16%;
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, 0);
}
ul.top_page_pr02--ul li > button svg path {
  fill: #d6ecff;
  transition: all 0.5s;
}
ul.top_page_pr02--ul li > button svg line {
  fill: none;
  stroke: #187fc4;
  stroke-linecap: round;
  stroke-width: 3;
}
ul.top_page_pr02--ul li > button:hover svg path {
  fill: #E9F49B;
}
@media screen and (min-width: 768px) {
  ul.top_page_pr02--ul li:nth-of-type(odd) > button {
    transform: translate(0, -45%);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_pr02--ul li:nth-of-type(odd) > button {
    transform: translate(0, -56%);
  }
}
ul.top_page_pr02--ul li:nth-of-type(even) > button {
  margin: 0 0 0 auto;
  transform: translate(12%, 0);
}
@media screen and (min-width: 768px) {
  ul.top_page_pr02--ul li:nth-of-type(even) > button {
    transform: translate(0, 0);
  }
}

.micromodal_slide {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
}
.micromodal_slide.is-open {
  opacity: 1;
  z-index: 100;
}

.modal_overlay {
  height: 100%;
  padding: calc(70px + 20%) 0 10%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .modal_overlay {
    padding: calc(70px + 15%) 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .modal_overlay {
    padding: 220px 0 100px;
  }
}

.modal_container {
  font-size: 4.6vw;
  width: 88%;
  padding-bottom: 1.8em;
  background-color: #fff;
  border: 2px solid #0A2396;
  border-radius: 30px 30px 50px 50px;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .modal_container {
    font-size: 2.3vw;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .modal_container {
    font-size: 17px;
    width: 95%;
    max-width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.modal_container h4 {
  text-align: center;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  padding: 1.1em 0;
  margin-bottom: 1.5em;
  background-color: #0A2396;
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 1025px) {
  .modal_container h4 {
    font-size: 1.3em;
    grid-column: span 2;
  }
}
.modal_container h4 span {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .modal_container h4 span {
    font-size: 1.3em;
  }
}
.modal_container .modal_img {
  width: 85%;
  margin: 0 auto 1.2em;
}
@media screen and (min-width: 1025px) {
  .modal_container .modal_img {
    width: 276px;
    margin: 0 auto;
  }
}
.modal_container .modal_img img {
  border-radius: 20px;
}
.modal_container .modal_text--box {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .modal_container .modal_text--box {
    width: 96%;
    margin: 0;
    align-self: center;
  }
}
.modal_container .modal_text--box p {
  color: #187FC4;
  font-weight: bold;
  line-height: 1.8;
}
.modal_container button.modal-close {
  width: 18.5%;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -65%);
}
@media screen and (min-width: 768px) {
  .modal_container button.modal-close {
    width: 13.5%;
  }
}
@media screen and (min-width: 1025px) {
  .modal_container button.modal-close {
    width: 60px;
  }
}
.modal_container button.modal-close svg {
  width: 100%;
  pointer-events: none;
}
.modal_container button.modal-close svg path {
  fill: #d6ecff;
  transition: all 0.5s;
}
.modal_container button.modal-close svg line {
  fill: none;
  stroke: #187fc4;
  stroke-linecap: round;
  stroke-width: 3;
}

section.top_page--section.section03 {
  padding: 4% 0 50%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 {
    padding: 2% 0 35%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 {
    padding: 0 0 20%;
  }
}
section.top_page--section.section03 .section_container {
  position: relative;
}
section.top_page--section.section03 .section_container h2 {
  text-align: center;
  color: #0A2396;
  font-size: 10.7vw;
  font-weight: 900;
  font-family: "Lato", serif !important;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 {
    font-size: 7.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 {
    font-size: 72px;
    margin: 0;
  }
}
section.top_page--section.section03 .section_container .loop_wrap {
  display: flex;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -10%);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .loop_wrap {
    transform: translate(-50%, -20%);
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .loop_wrap {
    transform: translate(-50%, -35%);
  }
}
section.top_page--section.section03 .section_container .loop_wrap .img {
  min-width: 199vw;
  animation: loop 50s -25s linear infinite;
}
section.top_page--section.section03 .section_container .loop_wrap .img img {
  width: 97%;
}
section.top_page--section.section03 .section_container .contents_box {
  margin-bottom: 15%;
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .contents_box {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .contents_box {
    width: 95%;
    max-width: 1150px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: 61% 31.3%;
    justify-content: space-between;
    align-items: center;
  }
}
section.top_page--section.section03 .section_container .contents_box.show {
  opacity: 1;
  transform: translate(0, 0);
}
section.top_page--section.section03 .section_container .contents_box p {
  width: 93%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .contents_box p {
    width: 60%;
    margin: 0 auto 4%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .contents_box p {
    width: 100%;
    margin: 0;
  }
}
section.top_page--section.section03 .section_container .contents_box .img.img01 {
  width: 54%;
  margin-inline: auto;
  position: relative;
  transform: translate(2%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .contents_box .img.img01 {
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .contents_box .img.img01 {
    width: 100%;
  }
}
section.top_page--section.section03 .section_container .contents_box .img.img01 span {
  color: #187FC4;
  font-size: 5.4vw;
  font-weight: 900;
  font-family: "Lato", serif !important;
  position: absolute;
  right: 0;
  top: 33%;
  transform: translate(40%, 0) rotate(-12deg);
  animation: img_span 2s infinite;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .contents_box .img.img01 span {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .contents_box .img.img01 span {
    font-size: 30px;
  }
}
section.top_page--section.section03 .section_container .contents_box .img.img02 {
  opacity: 0.3;
  position: absolute;
  top: 49%;
  width: 39%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .contents_box .img.img02 {
    width: 25%;
    left: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .contents_box .img.img02 {
    width: 29%;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translate(-115%, 15%);
  }
}
section.top_page--section.section03 .section_container .top_page--buttonBox {
  margin: 0 auto;
}

@keyframes img_span {
  0% {
    opacity: 0;
    transform: translate(40%, 0) rotate(-12deg);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(40%, -150%) rotate(-12deg);
  }
}
button.to_header {
  width: 14.5%;
  background: none;
  position: absolute;
  right: 0;
  bottom: 9%;
  transform: translate(-20%, 0);
  animation: floating-y 1.4s 0.4s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  button.to_header {
    width: 8.3%;
    bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  button.to_header {
    width: 72px;
    right: 2%;
    bottom: 20vw;
  }
}

@keyframes floating-y {
  0% {
    transform: translate(-20%, -30%);
  }
  100% {
    transform: translate(-20%, 0);
  }
}
.page_container {
  min-height: 60vh;
  padding: calc(70px + 12%) 0 27%;
  background-color: #E8F5FF;
}
@media screen and (min-width: 768px) {
  .page_container {
    padding: calc(70px + 8%) 0 23%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container {
    min-height: 75vh;
    padding: 200px 0 17%;
  }
}

h1.page_title > img {
  margin-inline: auto;
  display: block;
}
h1.page_title picture {
  opacity: 0;
  display: block;
  position: relative;
  transform: scale(0.9);
  transform-origin: bottom center;
  transition: opacity 0.3s 0.5s ease, transform 0.3s 0.5s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  h1.page_title picture {
    margin-inline: auto;
  }
}
h1.page_title.loaded picture {
  opacity: 1;
  transform: scale(1);
}

.page_container.page_recruit--container h1.page_title {
  width: 93%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_container.page_recruit--container h1.page_title {
    width: 60%;
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit--container h1.page_title {
    width: 540px;
    margin: 0 auto 30px;
  }
}
.page_container.page_recruit--container h1.page_title > img {
  width: 86%;
  transform: translate(0, 3%);
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit--container h1.page_title > img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit--container h1.page_title picture {
    width: 512px;
  }
}
.page_container.page_recruit--container h1.page_title.loaded picture {
  opacity: 1;
  transform: scale(1);
}
.page_container.page_recruit--container .page_title--img {
  width: 68%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_container.page_recruit--container .page_title--img {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit--container .page_title--img {
    width: 375px;
  }
}
.page_container.page_recruit--container .no_item {
  text-align: center;
  font-size: 4.6vw;
  width: 88%;
  padding: 3.4em 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page_container.page_recruit--container .no_item {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit--container .no_item {
    font-size: 24px;
    max-width: 1000px;
    padding: 4.3em 0;
  }
}
.page_container.page_recruit--container .no_item p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

ul.page_recruit--ul {
  font-size: 4vw;
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    font-size: 23px;
    width: 90%;
    max-width: 1000px;
  }
}
ul.page_recruit--ul li.page_recruit--li {
  padding: 1.3em 1.5em;
  background-color: #fff;
  border-radius: 20px;
  list-style: none;
  overflow: hidden;
  position: relative;
  transform: translate(0, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 1.9em 1.8em;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
  }
}
ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
  margin-bottom: 2em;
}
ul.page_recruit--ul li.page_recruit--li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0A2396;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
ul.page_recruit--ul li.page_recruit--li:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
ul.page_recruit--ul li.page_recruit--li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
ul.page_recruit--ul li.page_recruit--li .term_box {
  margin-bottom: 0.7em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .term_box {
    margin: 0;
  }
}
ul.page_recruit--ul li.page_recruit--li .term_box span {
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.4em 0.8em;
  background-color: #0A2396;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    border-radius: 5px;
  }
}
ul.page_recruit--ul li.page_recruit--li .term_box span.area {
  margin-right: 0.3em;
}
ul.page_recruit--ul li.page_recruit--li:hover .term_box span {
  color: #233F80;
  background-color: #fff;
}
ul.page_recruit--ul li.page_recruit--li p.title {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}
ul.page_recruit--ul li.page_recruit--li:hover p.title {
  color: #fff;
}

#content.single_staff {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.page_container.single_staff--container h1.page_title {
  width: 93%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_container.single_staff--container h1.page_title {
    width: 60%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.single_staff--container h1.page_title {
    width: 594px;
    margin: 0 auto 60px;
  }
}
.page_container.single_staff--container h1.page_title > img {
  width: 94.5%;
  transform: translate(0, 15%);
}
@media screen and (min-width: 1025px) {
  .page_container.single_staff--container h1.page_title > img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.single_staff--container h1.page_title picture {
    width: 512px;
  }
}
.page_container.single_staff--container h1.page_title.loaded picture {
  opacity: 1;
  transform: scale(1);
}

.single_staff--cvBox {
  margin-bottom: 30%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single_staff--cvBox {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--cvBox {
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--cvBox a.common_button {
    width: 19em;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--cvBox a.common_button {
    width: 21.4em;
  }
}
.single_staff--cvBox .img {
  width: 30.5%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 89%);
}
@media screen and (min-width: 768px) {
  .single_staff--cvBox .img {
    width: 40%;
    bottom: auto;
    top: 50%;
    transform: translate(75%, -45%);
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--cvBox .img {
    width: 168px;
    transform: translate(60%, -45%);
  }
}

article.single_staff {
  width: 88%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 9% 0 11%;
}
@media screen and (min-width: 768px) {
  article.single_staff {
    padding: 6% 0 5%;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff {
    max-width: 1000px;
    padding: 40px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 40px;
  }
}
article.single_staff .term_box {
  font-size: 3.2vw;
  width: 82%;
  margin: 0 auto 1em;
  display: flex;
  gap: 0 0.8em;
}
@media screen and (min-width: 768px) {
  article.single_staff .term_box {
    font-size: 1.8vw;
    width: 88%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff .term_box {
    font-size: 16px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 40px;
  }
}
article.single_staff .term_box span {
  color: #fff;
  font-weight: 500;
  padding: 0.4em 0.8em;
  background-color: #0A2396;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  article.single_staff .term_box span {
    border-radius: 5px;
  }
}
article.single_staff h2 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 82%;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  article.single_staff h2 {
    font-size: 2.5vw;
    width: 88%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff h2 {
    font-size: 23px;
    width: 100%;
    margin: 0;
  }
}
article.single_staff a.common_button {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  article.single_staff a.common_button {
    width: 19em;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff a.common_button {
    grid-column: span 2;
  }
}

dl.single_staff--dl {
  width: 82%;
  margin: 0 auto 12%;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    width: 88%;
    margin: 0 auto 5%;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 92%;
    margin: 40px auto;
    grid-column: span 2;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.8vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 20px;
  }
}
dl.single_staff--dl dt {
  color: #0A2396;
  font-weight: 500;
  margin: 0 0 0.8em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    padding: 1.5em 4em 1.5em 0;
    margin: 0;
    border-bottom: 1px solid #89899A;
  }
}
dl.single_staff--dl dd {
  font-weight: 400;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #89899A;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em 0;
    margin: 0;
  }
}
dl.single_staff--dl dd br {
  display: block !important;
}
dl.single_staff--dl dd p {
  font-weight: 400;
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin: 0 0 1.5em;
}

.page_container.page_entry--container h1.page_title {
  width: 93%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 768px) {
  .page_container.page_entry--container h1.page_title {
    width: 60%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_entry--container h1.page_title {
    width: 594px;
    margin: 0 auto 50px;
  }
}
.page_container.page_entry--container h1.page_title > img {
  width: 77%;
  transform: translate(0, 4%);
}
@media screen and (min-width: 1025px) {
  .page_container.page_entry--container h1.page_title > img {
    width: 485px;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_entry--container h1.page_title picture {
    width: 512px;
  }
}
.page_container.page_entry--container h1.page_title.loaded picture {
  opacity: 1;
  transform: scale(1);
}

.page_entry--contents .text_box {
  text-align: center;
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3.5em;
}
@media screen and (min-width: 768px) {
  .page_entry--contents .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .text_box {
    font-size: 22px;
  }
}
.page_entry--contents .text_box p {
  font-weight: 500;
  line-height: 2;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
.page_entry--contents .text_box p span {
  color: #DE2238;
}
.page_entry--contents .text_box p br {
  display: block !important;
}
.page_entry--contents .form_box {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .form_box {
    max-width: 1000px;
  }
}

dl.form_dl {
  text-align: left;
  margin: 0 0 12%;
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    margin: 0 0 50px;
  }
}
dl.form_dl dt, dl.form_dl dd {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 20px;
  }
}
dl.form_dl dt {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
dl.form_dl dt.must::after {
  content: "＊";
  color: #DE2238;
  margin-left: 0.3em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must::after {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt.must::after {
    font-size: 14px;
  }
}
dl.form_dl dt p {
  font-weight: bold;
}
dl.form_dl dd {
  margin: 0 0 1.8em;
}
dl.form_dl dd input[type=text], dl.form_dl dd input[type=email], dl.form_dl dd textarea {
  line-height: 1.4;
  background-color: #FFF;
  border-radius: 5px;
}
dl.form_dl dd span.wpcf7-form-control-wrap {
  flex: 1;
}
dl.form_dl dd span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.form_button--box {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.form_button--box button.entry_button {
  color: #fff;
  font-size: 4vw;
  width: 16.7em;
  padding: 1.2em 0;
  background-color: #0A0A0A;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form_button--box button.entry_button {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_button--box button.entry_button {
    font-size: min(1.6vw, 22px);
    width: 21.4em;
    padding: 1.3em 0;
  }
}
.form_button--box button.entry_button::before {
  content: "";
  width: 125%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #95D4FF;
  transition: all 0.5s ease-in-out;
  transform: skew(45deg, 0deg) translate(-99%, 0);
}
.form_button--box button.entry_button:hover::before {
  transform: skew(45deg, 0deg) translate(-10%, 0);
}
.form_button--box button.entry_button input {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0;
  background: none;
  position: relative;
  z-index: 1;
}
.form_button--box button.entry_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}

#topcontrol .to_the_top {
  display: none;
}

footer.footerclass {
  padding: 0;
  position: relative;
  z-index: 2;
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}

.footercol1, .footercol2 {
  padding: 0;
}

.techt_footer {
  font-size: 3.8vw;
  padding: 0.1em 0 1em;
}
@media screen and (min-width: 768px) {
  .techt_footer {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .techt_footer {
    font-size: min(1.4vw, 20px);
  }
}
.techt_footer .wave {
  position: absolute;
  transform: translate(0, -98%);
}
@media screen and (min-width: 1025px) {
  .techt_footer .wave {
    transform: translate(0, -80%);
  }
}
.techt_footer .wave svg path {
  fill: #5293C4;
}

.footer_container {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer_container {
    text-align: left;
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.footer_container small {
  font-size: 0.7em;
}
@media screen and (min-width: 1025px) {
  .footer_container small {
    font-size: 0.8em;
    margin-top: 70px;
  }
}

p.footer_name {
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  p.footer_name {
    font-size: 1.5em;
    grid-column: span 2;
  }
}

ul.footer_address--ul {
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 1025px) {
  ul.footer_address--ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
ul.footer_address--ul li {
  font-weight: 500;
  line-height: 1.8;
  list-style: none;
}

@media screen and (min-width: 1025px) {
  nav.footer_nav {
    justify-self: right;
    align-self: end;
  }
}

ul.footer_nav--ul {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px) {
  ul.footer_nav--ul {
    display: flex;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.footer_nav--ul {
    margin: 0;
  }
}
ul.footer_nav--ul li {
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: center;
}
ul.footer_nav--ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  ul.footer_nav--ul li:not(:last-of-type) {
    margin: 0;
  }
}
ul.footer_nav--ul li a {
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
  transition: all 0.6s;
}
ul.footer_nav--ul li a:hover {
  color: #193189;
}

.footerbase {
  display: none;
}