@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: "Noto Sans JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

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 {
  box-shadow: none !important;
}

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

.headerclass, .mobile-headerclass {
  background-color: #F5F3EE;
}

.mobile-headerclass {
  transition: all 0.4s;
}

body.open_menu .mobile-headerclass {
  background-color: #E0EDF4;
}

.nav-main ul.sf-menu li {
  margin-right: 20px;
}
.nav-main ul.sf-menu li a:hover {
  opacity: 0.7;
}
.nav-main ul.sf-menu li ul {
  width: -moz-max-content;
  width: max-content;
}
.nav-main ul.sf-menu li ul li a {
  text-shadow: none;
}
.nav-main ul.sf-menu li ul li a:hover {
  opacity: 0.7;
}
.nav-main ul.sf-menu li ul li a span {
  color: #E60012;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "BioRhyme", serif !important;
  margin-right: 0.7em;
}

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

.header_button {
  background-color: #E60012;
}
.header_button:hover {
  opacity: 0.7;
}
.header_button a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.8em 3em;
}

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

.header_menu--button {
  height: 60px;
  padding: 0;
  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) {
  .header_menu--button {
    display: none;
  }
}
.header_menu--button div {
  width: 50%;
  height: 2px;
  background-color: #0D0D0D;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
}
.header_menu--button div:first-of-type {
  transform: translate(-50%, calc(-50% - 10px)) rotate(0deg);
}
body.open_menu .header_menu--button div:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
}
body.open_menu .header_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.header_menu--button div:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 10px)) rotate(0deg);
}
body.open_menu .header_menu--button div:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile_menu--container {
  width: 100%;
  height: 100svh;
  padding: calc(10% + 60px) 0 20%;
  background-color: #E0EDF4;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .mobile_menu--container {
    padding: calc(5% + 60px) 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .mobile_menu--container {
    display: none;
  }
}
.open_menu .mobile_menu--container {
  opacity: 1;
  z-index: 10;
}

nav.menu_nav {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  nav.menu_nav {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  nav.menu_nav {
    width: 50%;
  }
}

ul.menu_ul {
  font-size: 4.3vw;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  ul.menu_ul {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  ul.menu_ul {
    font-size: 2.1vw;
  }
}
ul.menu_ul > li {
  list-style: none;
}
ul.menu_ul > li:not(:last-of-type) {
  margin-bottom: 3em;
}
ul.menu_ul > li > a {
  color: inherit;
  font-weight: bold;
  position: relative;
}
ul.menu_ul > li > a:hover {
  opacity: 0.7;
}
ul.menu_ul > li p {
  font-weight: bold;
  margin-bottom: 1.5em;
  position: relative;
}
ul.menu_ul > li p::before {
  content: "";
}
ul.menu_ul > li ul {
  padding: 0;
  margin-bottom: 2em;
}
ul.menu_ul > li ul li {
  list-style: none;
}
ul.menu_ul > li ul li:not(:last-of-type) {
  margin-bottom: 1.3em;
}
ul.menu_ul > li ul li a {
  color: inherit;
  font-weight: bold;
  padding-left: 1.4em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.menu_ul > li ul li a {
    font-size: 0.9em;
  }
}
ul.menu_ul > li ul li a:hover {
  opacity: 0.7;
}
ul.menu_ul > li ul li a i {
  color: #CB0101;
  margin-right: 0.5em;
}
ul.menu_ul > li ul li.menu_top--manga a::before {
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #0D0D0D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
ul.menu_ul > li ul li.menu_blank--link a::before {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.menu_button {
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  .menu_button {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .menu_button {
    font-size: 2.1vw;
  }
}
.menu_button a {
  text-align: center;
  padding: 1.4em 0;
  color: #fff;
  background-color: #3788B4;
  border-radius: 20px;
  display: block;
}
.menu_button a i {
  margin-left: 2em;
}

.pc_menu--container {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc_menu--container {
    width: -moz-max-content;
    width: max-content;
    height: 80px;
    padding-right: 280px;
    display: flex;
    justify-content: right;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1010;
  }
}

ul.pc_menu--ul {
  font-size: 16px;
  display: flex;
  gap: 0 35px;
}
ul.pc_menu--ul > li {
  list-style: none;
  position: relative;
}
ul.pc_menu--ul > li p {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
ul.pc_menu--ul > li p:hover {
  opacity: 0.7;
}
ul.pc_menu--ul > li p:hover::before {
  content: "";
  width: 100%;
  height: 300%;
  position: absolute;
  left: 0;
  top: 0;
}
ul.pc_menu--ul > li p::after {
  content: "";
  width: 0.5em;
  background-color: #3788B4;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%, -35%);
  aspect-ratio: 1;
}
ul.pc_menu--ul > li p:hover + ul.pc_submenu--ul {
  opacity: 1;
  pointer-events: inherit;
}
ul.pc_menu--ul > li > a {
  color: inherit;
  font-weight: bold;
}
ul.pc_menu--ul > li > a:hover {
  opacity: 0.7;
}

ul.pc_submenu--ul {
  background-color: #fff;
  border: 2px solid #3788B4;
  border-radius: 20px;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 100%);
  width: -moz-max-content;
  width: max-content;
  padding: 1em;
  pointer-events: none;
  transition: all 0.4s;
}
ul.pc_submenu--ul:hover {
  opacity: 1;
  pointer-events: inherit;
}
ul.pc_submenu--ul:hover::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
}
ul.pc_submenu--ul::after {
  content: "";
  width: 22px;
  background-color: #fff;
  border-top: 2px solid #3788B4;
  border-left: 2px solid #3788B4;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translate(-50%, -50%) rotate(45deg) skew(27deg, 27deg);
  aspect-ratio: 1;
}
ul.pc_submenu--ul li {
  list-style: none;
  position: relative;
  z-index: 1;
}
ul.pc_submenu--ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
ul.pc_submenu--ul li a {
  color: inherit;
  font-weight: bold;
  padding-left: 1.4em;
  position: relative;
}
ul.pc_submenu--ul li a:hover {
  opacity: 0.7;
}
ul.pc_submenu--ul li.menu_top--manga a::before {
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #0D0D0D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
ul.pc_submenu--ul li.menu_blank--link a::before {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.pc_header--button {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc_header--button {
    font-size: 18px;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1020;
  }
}
.pc_header--button a {
  color: #fff;
  width: 235px;
  height: 80px;
  background-color: #3788B4;
  border-radius: 0 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

#wrapper.container {
  overflow: clip;
}

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

.top_page--buttonBox {
  text-align: center;
  font-size: 4vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top_page--buttonBox {
    font-size: 2.4vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--buttonBox {
    font-size: 20px;
  }
}
.top_page--buttonBox a {
  color: #fff;
  padding: 1.2em 0;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .top_page--buttonBox a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--buttonBox a {
    padding: 1.6em 0;
  }
}
.top_page--buttonBox a:first-of-type {
  background-color: #3788B4;
}
.top_page--buttonBox a:last-of-type {
  background-color: #37479B;
}
.top_page--buttonBox a:hover {
  letter-spacing: 0.5em;
}
.top_page--buttonBox a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.8em;
}

.top_page--header {
  min-height: calc(100svh - 60px);
  background-color: #F5F3EE;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--header {
    height: calc(100vh - 60px);
  }
}
.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 {
  width: 100%;
  min-height: 112vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page_header--container {
    min-height: auto;
    max-width: 1500px;
    margin-inline: auto;
  }
}
.top_page_header--container .img.img01 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 8%);
  width: 200%;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img01 {
    width: 78%;
    transform: translate(-50%, 10%);
  }
}
.top_page_header--container .img.img01 span.circle {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
}
.top_page_header--container .img.img01 span.circle.circle01 {
  width: 7%;
  left: 50vw;
  top: 31%;
  transform: translate(-40%, 0);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img01 span.circle.circle01 {
    width: 16%;
    left: 0;
    top: 100%;
    transform: translate(-75%, -65%);
  }
}
.top_page_header--container .img.img01 span.circle.circle02 {
  width: 11%;
  top: 11%;
  right: 50vw;
  transform: translate(15%, 0);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img01 span.circle.circle02 {
    width: 12%;
    right: 0;
    top: 0;
    transform: translate(80%, 20%);
  }
}
.top_page_header--container .img.img01 span.circle::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
}
.top_page_header--container .img.img01 span.circle.circle01::before {
  background-color: #FFFF83;
  animation: floating-y 2.1s ease-in-out infinite alternate-reverse;
}
.top_page_header--container .img.img01 span.circle.circle02::before {
  background-color: #62E0A2;
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}
.top_page_header--container .img_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  aspect-ratio: 1.2/1;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box {
    aspect-ratio: 3.2/1;
  }
}
.top_page_header--container .img_box::before, .top_page_header--container .img_box::after {
  content: "";
  width: 10%;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
}
.top_page_header--container .img_box::before {
  width: 10%;
  background-color: #6D90D3;
  left: 18%;
  top: 49%;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box::before {
    width: 9%;
    left: 14.5%;
    top: 44%;
  }
}
.top_page_header--container .img_box::after {
  width: 13%;
  background-color: #85C0DD;
  right: 27%;
  top: 31%;
  z-index: 1;
  animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box::after {
    width: 8%;
    right: 32%;
    top: 7%;
  }
}
.top_page_header--container .img_box .img {
  opacity: 0;
  position: absolute;
}
.top_page_header--container .img_box .img.img02, .top_page_header--container .img_box .img.img03, .top_page_header--container .img_box .img.img04 {
  transition: all 1s;
}
.top_page_header--container .img_box .img.img02 {
  width: 23%;
  left: 50%;
  top: 0;
  transform: translate(-45%, 0);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box .img.img02 {
    width: 11%;
  }
}
.top_page_header--container .img_box .img.img03 {
  width: 36%;
  transform: translate(10%, 0);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box .img.img03 {
    width: 17%;
    left: 19%;
    transform: translate(0, 0);
  }
}
.top_page_header--container .img_box .img.img04 {
  width: 33%;
  right: 0;
  transform: translate(-12%, 5%);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box .img.img04 {
    width: 15.5%;
    right: 16.5%;
  }
}
.top_page_header--container .img_box .img.img05, .top_page_header--container .img_box .img.img06 {
  transition: all 1s 0.5s;
}
.top_page_header--container .img_box .img.img05 {
  width: 19%;
  bottom: 0;
  transform: translate(-15%, 0);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box .img.img05 {
    width: 10%;
    transform: translate(0, 0);
  }
}
.top_page_header--container .img_box .img.img06 {
  width: 37%;
  right: 0;
  bottom: 0;
  transform: translate(25%, 0);
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img_box .img.img06 {
    width: 19%;
    transform: translate(0, 0);
  }
}
.top_page_header--container.loaded .img_box .img {
  opacity: 1;
}
.top_page_header--container.loaded .img_box .img.img02 img, .top_page_header--container.loaded .img_box .img.img03 img, .top_page_header--container.loaded .img_box .img.img04 img {
  animation: poyon 1s linear 0s forwards;
}
.top_page_header--container.loaded .img_box .img.img05 img, .top_page_header--container.loaded .img_box .img.img06 img {
  animation: poyon 1s linear 0.5s forwards;
}
.top_page_header--container .img.img07 {
  width: 66%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -60%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img07 {
    width: 61.5%;
    transform: translate(-50%, -35%);
  }
}
.top_page_header--container .img.img07 picture img {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.6s 1.2s;
}
.top_page_header--container.loaded .img.img07 picture img {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page_header--container .img.img08 {
  width: 40%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -60%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page_header--container .img.img08 {
    width: 21.5%;
    transform: translate(-50%, -50%);
  }
}
.top_page_header--container .img.img08 img {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.6s 1.2s;
}
.top_page_header--container.loaded .img.img08 img {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page_header--container .img.img09 {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(15%);
  }
}
section.top_page--section.section01 {
  padding: 10% 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 55px 0 0;
  }
}
section.top_page--section.section01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01::before {
    height: calc(100% - 100px);
  }
}
section.top_page--section.section01 .section_container {
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
section.top_page--section.section01 .section_container h2 {
  opacity: 0;
  width: 85%;
  margin: 0 auto 5%;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container h2 {
    width: 55%;
    max-width: 700px;
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2 {
    margin: 0 auto 40px;
  }
}
section.top_page--section.section01 .section_container.show h2 {
  opacity: 1;
  transform: translate(0, 0);
}
section.top_page--section.section01 .bottom_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  transform: translate(0, 100%);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .bottom_img {
    bottom: 101px;
  }
}

.top_page--manga.manga01 {
  width: 80%;
  margin: 0 auto 10%;
  opacity: 0;
  display: grid;
  gap: 5px 0;
  position: relative;
  transform: translate(0, 30px);
  transition: all 0.5s 0.5s;
  z-index: 1;
}
.section_container.show .top_page--manga.manga01 {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .top_page--manga.manga01 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--manga.manga01 {
    margin: 0 auto 70px;
  }
}
.top_page--manga.manga01 .manga_row {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  z-index: 1;
}
.top_page--manga.manga01 .manga_row.no_gap {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .top_page--manga.manga01 .manga_row {
    flex-direction: row-reverse;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_page--manga.manga01 .manga_row.manga_sp {
    display: none;
  }
}
.top_page--manga.manga01 .manga_row.manga_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_page--manga.manga01 .manga_row.manga_pc {
    display: block;
  }
}

@keyframes elasticus {
  0% {
    transform: translate(115%, -50%) scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: translate(115%, -50%) scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: translate(115%, -50%) scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: translate(115%, -50%) scaleX(0);
    transform-origin: right;
  }
}
.top_page--pr.pr01 {
  position: relative;
}
.top_page--pr.pr01 .title_box {
  width: calc(80% - 12px);
  padding: 8% 0 0;
  margin: 0 auto 15%;
  background-color: #F5F5F5;
  opacity: 0;
  position: relative;
  transform: translate(-30px, 0);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box {
    width: calc(90% - 12px);
    padding: 0 9% 0 6%;
    margin: 0 auto 8%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box {
    max-width: 815px;
    padding: 0 90px;
    margin: 0 auto 80px;
  }
}
.top_page--pr.pr01 .title_box h3 {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box h3 {
    margin: 0;
  }
}
.top_page--pr.pr01 .title_box h3 span {
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
.top_page--pr.pr01 .title_box h3 span:first-of-type {
  font-size: 6.4vw;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box h3 span:first-of-type {
    font-size: 3.6vw;
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box h3 span:first-of-type {
    font-size: 30px;
  }
}
.top_page--pr.pr01 .title_box h3 span:first-of-type img {
  width: 7.5em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box h3 span:first-of-type img {
    margin-right: 0.5em;
  }
}
.top_page--pr.pr01 .title_box h3 span:nth-of-type(2) {
  font-size: 5vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box h3 span:nth-of-type(2) {
    font-size: 2.8vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box h3 span:nth-of-type(2) {
    font-size: 24px;
  }
}
.top_page--pr.pr01 .title_box h3 span br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box h3 span br {
    display: none !important;
  }
}
.top_page--pr.pr01 .title_box .img {
  width: 37%;
  margin-inline: auto;
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box .img {
    width: 100%;
    margin-top: 15%;
    transform: translate(0, 0);
  }
}
.top_page--pr.pr01 .title_box .img img {
  transform: translate(-15%, 0);
}
.top_page--pr.pr01 .title_box .img span {
  font-size: 3.8vw;
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg) translate(65%, -50%);
}
@media screen and (min-width: 600px) {
  .top_page--pr.pr01 .title_box .img span {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .img span {
    font-size: 19px;
  }
}
.top_page--pr.pr01 .title_box .brackets {
  width: calc(100% + 12px);
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets {
    width: calc(100% + 24px);
  }
}
.top_page--pr.pr01 .title_box .brackets.top_brackets {
  top: -6px;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.top_brackets {
    top: -12px;
  }
}
.top_page--pr.pr01 .title_box .brackets.top_brackets::before, .top_page--pr.pr01 .title_box .brackets.top_brackets::after {
  content: "";
  width: 10%;
  position: absolute;
  top: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box .brackets.top_brackets::before, .top_page--pr.pr01 .title_box .brackets.top_brackets::after {
    width: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.top_brackets::before, .top_page--pr.pr01 .title_box .brackets.top_brackets::after {
    width: 70px;
  }
}
.top_page--pr.pr01 .title_box .brackets.top_brackets::before {
  background-color: #AEC33A;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 6px, 6px 6px, 6px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 6px, 6px 6px, 6px 100%, 0 100%);
  left: 0;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.top_brackets::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 12px, 12px 12px, 12px 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 12px, 12px 12px, 12px 100%, 0 100%);
    left: 0;
  }
}
.top_page--pr.pr01 .title_box .brackets.top_brackets::after {
  background-color: #ACA5D0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 6px) 100%, calc(100% - 6px) 6px, 0 6px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 6px) 100%, calc(100% - 6px) 6px, 0 6px);
  right: 0;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.top_brackets::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 12px) 100%, calc(100% - 12px) 12px, 0 12px);
            clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 12px) 100%, calc(100% - 12px) 12px, 0 12px);
    right: 0;
  }
}
.top_page--pr.pr01 .title_box .brackets.bottom_brackets {
  bottom: -6px;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.bottom_brackets {
    bottom: -12px;
  }
}
.top_page--pr.pr01 .title_box .brackets.bottom_brackets::before, .top_page--pr.pr01 .title_box .brackets.bottom_brackets::after {
  content: "";
  width: 10%;
  position: absolute;
  bottom: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .top_page--pr.pr01 .title_box .brackets.bottom_brackets::before, .top_page--pr.pr01 .title_box .brackets.bottom_brackets::after {
    width: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.bottom_brackets::before, .top_page--pr.pr01 .title_box .brackets.bottom_brackets::after {
    width: 70px;
  }
}
.top_page--pr.pr01 .title_box .brackets.bottom_brackets::before {
  background-color: #64C4D8;
  -webkit-clip-path: polygon(0 0, 6px 0, 6px calc(100% - 6px), 100% calc(100% - 6px), 100% 100%, 0 100%);
          clip-path: polygon(0 0, 6px 0, 6px calc(100% - 6px), 100% calc(100% - 6px), 100% 100%, 0 100%);
  left: 0;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.bottom_brackets::before {
    -webkit-clip-path: polygon(0 0, 12px 0, 12px calc(100% - 12px), 100% calc(100% - 12px), 100% 100%, 0 100%);
            clip-path: polygon(0 0, 12px 0, 12px calc(100% - 12px), 100% calc(100% - 12px), 100% 100%, 0 100%);
  }
}
.top_page--pr.pr01 .title_box .brackets.bottom_brackets::after {
  background-color: #FFB42A;
  -webkit-clip-path: polygon(calc(100% - 6px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 6px), calc(100% - 6px) calc(100% - 6px));
          clip-path: polygon(calc(100% - 6px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 6px), calc(100% - 6px) calc(100% - 6px));
  right: 0;
}
@media screen and (min-width: 1025px) {
  .top_page--pr.pr01 .title_box .brackets.bottom_brackets::after {
    -webkit-clip-path: polygon(calc(100% - 12px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 12px), calc(100% - 12px) calc(100% - 12px));
            clip-path: polygon(calc(100% - 12px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 12px), calc(100% - 12px) calc(100% - 12px));
  }
}
.top_page--pr.pr01.show .title_box {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page--pr.pr01.show .title_box .img {
  animation: zoomInDown 1s 0.3s forwards;
}

@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
  }
}
.top_page_pr01--img02 {
  width: 80%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 768px) {
  .top_page_pr01--img02 {
    width: 75%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_pr01--img02 {
    width: 730px;
    margin: 0 auto 70px;
  }
}

dl.top_page_pr01--dl {
  font-size: 4vw;
  width: 75%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl {
    font-size: 2.1vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl {
    font-size: 18px;
    max-width: 840px;
  }
}
dl.top_page_pr01--dl div {
  text-align: center;
  opacity: 0;
  transform: translate(-30px, 0);
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl div {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div {
    grid-template-columns: 1fr 4fr;
  }
}
dl.top_page_pr01--dl div:first-of-type {
  transition: all 0.4s;
}
dl.top_page_pr01--dl div:nth-of-type(2) {
  transition: all 0.4s 0.4s;
}
dl.top_page_pr01--dl div:nth-of-type(3) {
  transition: all 0.4s 0.8s;
}
dl.top_page_pr01--dl div:nth-of-type(4) {
  transition: all 0.4s 1.2s;
}
dl.top_page_pr01--dl div:not(:last-of-type) {
  margin-bottom: 1.5em;
}
dl.top_page_pr01--dl div dt {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.7em 0 0.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl div dt {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div dt {
    font-size: 22px;
  }
}
dl.top_page_pr01--dl div dt::before {
  content: "";
  width: 100%;
  height: 1em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0% 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0% 1px);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl div dt::before {
    width: 1em;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
            clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    left: auto;
    right: 1px;
    bottom: 50%;
    transform: translate(100%, 50%);
  }
}
dl.top_page_pr01--dl div:first-of-type dt {
  background-color: #93A52E;
}
dl.top_page_pr01--dl div:first-of-type dt::before {
  background-color: #93A52E;
}
dl.top_page_pr01--dl div:nth-of-type(2) dt {
  background-color: #7C769D;
}
dl.top_page_pr01--dl div:nth-of-type(2) dt::before {
  background-color: #7C769D;
}
dl.top_page_pr01--dl div:nth-of-type(3) dt {
  background-color: #5CB7CA;
}
dl.top_page_pr01--dl div:nth-of-type(3) dt::before {
  background-color: #5CB7CA;
}
dl.top_page_pr01--dl div:nth-of-type(4) dt {
  background-color: #EEA828;
}
dl.top_page_pr01--dl div:nth-of-type(4) dt::before {
  background-color: #EEA828;
}
dl.top_page_pr01--dl div dd {
  font-weight: bold;
  line-height: 1.8;
  padding: 2.8em 0 2em;
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  dl.top_page_pr01--dl div dd {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div dd {
    text-align: left;
    padding: 0.5em 0 0.5em 2.5em;
  }
}
dl.top_page_pr01--dl div dd br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  dl.top_page_pr01--dl div dd br {
    display: none !important;
  }
}
dl.top_page_pr01--dl.show div {
  opacity: 1;
  transform: translate(0, 0);
}

section.top_page--section.section02 {
  padding: 35% 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 {
    padding: 20% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    padding: 12% 0 0;
  }
}
section.top_page--section.section02 .section_container {
  position: relative;
}
section.top_page--section.section02 .section_container h2 {
  width: 95%;
  margin: 0 auto 8%;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container h2 {
    width: 75%;
    max-width: 700px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 {
    max-width: 800px;
    margin: 0 auto 90px;
  }
}
section.top_page--section.section02 .section_container.show h2 {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .top_page_section02--contents {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--contents {
    max-width: 1200px;
  }
}

nav.top_page_section02--mangaNav {
  text-align: center;
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  nav.top_page_section02--mangaNav {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.top_page_section02--mangaNav {
    font-size: 20px;
  }
}
nav.top_page_section02--mangaNav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
nav.top_page_section02--mangaNav ul li.top_page_section02--mangaTab {
  font-weight: bold;
  line-height: 1.4;
  padding: 0.8em 0;
  list-style: none;
  background-color: #fff;
  border-bottom: 3px solid #BFBFBF;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  nav.top_page_section02--mangaNav ul li.top_page_section02--mangaTab {
    padding: 1.7em 0;
  }
}
nav.top_page_section02--mangaNav ul li.top_page_section02--mangaTab.active {
  background-color: #FFF1D8;
  border-bottom: 3px solid #FFB42A;
}
nav.top_page_section02--mangaNav ul li.top_page_section02--mangaTab br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  nav.top_page_section02--mangaNav ul li.top_page_section02--mangaTab br {
    display: none !important;
  }
}

.top_page_section02--mangaBox {
  padding: 9% 0;
  background-color: #fff;
  opacity: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_page_section02--mangaBox {
    padding: 4% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--mangaBox {
    padding: 45px 0;
  }
}
.top_page_section02--mangaBox.active {
  opacity: 1;
  position: relative;
}

.top_page_section02--manga {
  width: 80%;
  margin: 0 auto 9%;
  opacity: 0;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .top_page_section02--manga {
    width: 92%;
    margin: 0 auto 4%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    direction: rtl;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--manga {
    margin: 0 auto 35px;
    gap: 30px;
  }
}
.top_page_section02--mangaBox.active .top_page_section02--manga {
  opacity: 1;
}
.top_page_section02--manga::before {
  content: "";
  width: 9%;
  height: 90%;
  background-color: #64C4D8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top_page_section02--manga::before {
    width: 20px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--manga::before {
    width: 30px;
  }
}
.top_page_section02--manga .manga {
  position: relative;
}
.top_page_section02--manga .manga:not(:last-of-type) {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  .top_page_section02--manga .manga:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section02--manga .manga:nth-of-type(odd)::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #64C4D8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--manga .manga:nth-of-type(odd)::before {
    width: 35px;
    height: 30px;
  }
}

.top_page_section02--pr {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .top_page_section02--pr {
    width: 90%;
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 0 5%;
    align-items: center;
  }
}
.top_page_section02--mangaBox.active .top_page_section02--pr {
  opacity: 1;
}
.top_page_section02--pr h3 {
  text-align: center;
  font-size: 5.9vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: nowrap;
  height: 4.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .top_page_section02--pr h3 {
    font-size: 3vw;
    height: 2.6em;
    margin-bottom: 1.2em;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr h3 {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
}
.top_page_section02--pr h3 span {
  font-weight: bold;
  display: none;
}
.top_page_section02--pr h3 span.show {
  display: inline;
}
.top_page_section02--pr h3 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .top_page_section02--pr h3 br {
    display: none !important;
  }
}
.top_page_section02--pr .text_box {
  font-size: 4vw;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .top_page_section02--pr .text_box {
    font-size: 2.3vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr .text_box {
    font-size: 22px;
    padding-left: 50px;
  }
}
.top_page_section02--pr .text_box p {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr .text_box p {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.top_page_section02--pr .text_box p.space {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr .text_box p.space {
    margin-bottom: 2em;
  }
}
.top_page_section02--pr .text_box ul {
  margin-bottom: 1.5em;
}
.top_page_section02--pr .text_box ul li {
  color: #E63434;
  font-weight: 500;
  line-height: 1.4;
  list-style: none;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr .text_box ul li {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.top_page_section02--pr .text_box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.top_page_section02--pr .text_box ul li br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr .text_box ul li br.br_sp {
    display: none !important;
  }
}
.top_page_section02--pr .img {
  width: 67%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top_page_section02--pr .img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section02--pr .img {
    padding-right: 50px;
  }
}
.top_page_section02--pr .img img {
  transform: scale(0.8);
  opacity: 0;
}
.top_page_section02--pr .img.show img {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
section.top_page--section.section03 {
  padding: 15% 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 {
    padding: 110px 0 0;
  }
}
section.top_page--section.section03 .section_container {
  padding: 40% 0 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container {
    padding: 32% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container {
    padding: 70px 0 0;
  }
}
section.top_page--section.section03 .section_container h2 {
  text-align: center;
  color: #1625BE;
  font-size: 5.9vw;
  font-weight: bold;
  line-height: 1.4;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1.8em;
  margin: 0 auto 1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 {
    font-size: min(2.4vw, 30px);
    margin: 0 auto 1.8em;
  }
}
section.top_page--section.section03 .section_container h2::before, section.top_page--section.section03 .section_container h2::after {
  content: "";
  width: 4px;
  height: 3em;
  background-color: #1625BE;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2::before, section.top_page--section.section03 .section_container h2::after {
    height: 2.5em;
  }
}
section.top_page--section.section03 .section_container h2::before {
  left: 0;
  transform: translate(0, -25%) rotate(-35deg);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2::before {
    transform: translate(0, -40%) rotate(-35deg);
  }
}
section.top_page--section.section03 .section_container h2::after {
  right: 0;
  transform: translate(0, -25%) rotate(35deg);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2::after {
    transform: translate(0, -40%) rotate(35deg);
  }
}
section.top_page--section.section03 .section_container h2 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 br.br_sp {
    display: none !important;
  }
}
section.top_page--section.section03 .section_container .to_list {
  font-size: 3.8vw;
  width: 13.5em;
  margin: 0 auto 16em;
  position: relative;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .to_list {
    font-size: 2.8vw;
    margin: 0 auto 10em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .to_list {
    font-size: min(2.2vw, 28px);
    margin: 0 auto 4em;
  }
}
section.top_page--section.section03 .section_container .to_list a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 1em;
  background: rgb(55, 173, 195);
  background: linear-gradient(135deg, rgb(55, 173, 195) 0%, rgb(55, 64, 152) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top_page--section.section03 .section_container .to_list a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 125%);
  font-size: 1.1em;
}
section.top_page--section.section03 .section_container .img_box {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 30px);
  transition: all 0.5s;
  z-index: 1;
  aspect-ratio: 1/1.65;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img_box {
    aspect-ratio: 1/1.05;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img_box {
    max-width: 1720px;
    aspect-ratio: 2.4/1;
  }
}
section.top_page--section.section03 .section_container .img_box .img {
  position: absolute;
}
section.top_page--section.section03 .section_container .img_box .img.img01 {
  width: 49%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img_box .img.img01 {
    width: 39%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img_box .img.img01 {
    width: 27%;
  }
}
section.top_page--section.section03 .section_container .img_box .img.img02 {
  width: 50%;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img_box .img.img02 {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img_box .img.img02 {
    width: 27%;
  }
}
section.top_page--section.section03 .section_container .img_box .img.img03 {
  width: 36%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img_box .img.img03 {
    width: 26%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img_box .img.img03 {
    width: 20%;
  }
}
section.top_page--section.section03 .section_container .img_box .img.img04 {
  width: 49%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img_box .img.img04 {
    width: 39%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img_box .img.img04 {
    width: 27%;
  }
}
section.top_page--section.section03 .section_container.show .img_box {
  opacity: 1;
  transform: translate(-50%, 0);
}
section.top_page--section.section03 .section_container .img05 {
  width: 80%;
  margin: 0 auto 15%;
  opacity: 0;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img05 {
    width: 45%;
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img05 {
    max-width: 620px;
    margin: 0 auto;
  }
}
section.top_page--section.section03 .section_container .img05.show {
  opacity: 1;
  animation: rubberBand 1s forwards;
}
section.top_page--section.section03 .section_container .text_box {
  padding-bottom: 20%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .text_box {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .text_box {
    padding: 150px 0 130px;
  }
}
section.top_page--section.section03 .section_container .text_box .img06 {
  width: 80%;
  margin-inline: auto;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .text_box .img06 {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .text_box .img06 {
    max-width: 650px;
  }
}
section.top_page--section.section03 .section_container .text_box .img06.show {
  opacity: 1;
  transform: translate(0, 0);
}
section.top_page--section.section03 .section_container .text_box .img07 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  transform: translate(0, -100%);
}
section.top_page--section.section03 .section_container .circle_box {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  aspect-ratio: 1/1.4;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .circle_box {
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .circle_box {
    width: 95%;
    max-width: 1800px;
    aspect-ratio: 1.8/1;
  }
}
section.top_page--section.section03 .section_container .circle_box .circle {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
}
section.top_page--section.section03 .section_container .circle_box .circle.circle01 {
  width: 17%;
  top: 0;
  right: 0;
  transform: translate(20%, 0);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .circle_box .circle.circle01 {
    width: 180px;
    transform: translate(0, 0);
  }
}
section.top_page--section.section03 .section_container .circle_box .circle.circle02 {
  width: 16%;
  left: 0;
  top: 37%;
  transform: translate(25%, 0);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .circle_box .circle.circle02 {
    width: 240px;
    top: 22%;
    transform: translate(0, 0);
  }
}
section.top_page--section.section03 .section_container .circle_box .circle.circle03 {
  width: 12%;
  right: 0;
  top: 45%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .circle_box .circle.circle03 {
    width: 148px;
    top: 22%;
    transform: translate(-230%, 0);
  }
}
section.top_page--section.section03 .section_container .circle_box .circle.circle04 {
  width: 9%;
  left: 0;
  top: 70%;
  transform: translate(30%, 0);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .circle_box .circle.circle04 {
    width: 170px;
    top: 58%;
    transform: translate(130%, 0);
  }
}
section.top_page--section.section03 .section_container .circle_box .circle.circle05 {
  width: 10%;
  right: 0;
  bottom: 5%;
  transform: translate(-70%, 0);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .circle_box .circle.circle05 {
    width: 120px;
    bottom: 8%;
    transform: translate(-150%, 0);
  }
}
section.top_page--section.section03 .section_container .circle_box .circle::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
}
section.top_page--section.section03 .section_container .circle_box .circle.circle01::before {
  background-color: #62E0A2;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
section.top_page--section.section03 .section_container .circle_box .circle.circle02::before {
  background-color: #FFFF83;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
section.top_page--section.section03 .section_container .circle_box .circle.circle03::before {
  background-color: #85C0DD;
  animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
}
section.top_page--section.section03 .section_container .circle_box .circle.circle04::before {
  background-color: #6D90D3;
  animation: floating-y 1.4s ease-in-out infinite alternate-reverse;
}
section.top_page--section.section03 .section_container .circle_box .circle.circle05::before {
  background-color: #FFE471;
  animation: floating-y 1.4s 0.4s ease-in-out infinite alternate-reverse;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.page_container {
  min-height: 60vh;
  padding: 3% 0 0;
  background-color: #F5F3EE;
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding: 50px 0 0;
    min-height: 75vh;
  }
}

.page_contents {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page_contents {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents {
    padding: 0 0 120px;
  }
}

.page_title--box {
  position: relative;
}

h1.page_title {
  text-align: center;
  font-size: 4.3vw;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  h1.page_title {
    font-size: 2.5vw;
    top: 45%;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title {
    font-size: 23px;
    top: min(5vw, 100px);
  }
}
h1.page_title span {
  display: block;
}
h1.page_title span.eng {
  text-align: center;
  font-size: 6.4vw;
  font-weight: bold;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  h1.page_title span.eng {
    font-size: 77px;
  }
}
h1.page_title span.ja {
  color: #3788B4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.page_header--bg {
  width: 100%;
}

.page_container.page_recruit .no_item {
  text-align: center;
  font-size: 4.3vw;
  width: 80%;
  padding: 3em 0;
  margin-inline: auto;
  border: 2px solid #3788B4;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page_container.page_recruit .no_item {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit .no_item {
    font-size: 28px;
    max-width: 1200px;
  }
}
.page_container.page_recruit .no_item p {
  color: #3788B4;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.page_container.page_recruit .no_item p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_container.page_recruit .no_item p br {
    display: none !important;
  }
}

.page_recruit--contents {
  background-color: #fff;
}

ul.page_recruit--ul {
  text-align: left;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    width: 90%;
    max-width: 1200px;
  }
}
ul.page_recruit--ul li.page_recruit--li {
  font-size: 4vw;
  padding: 1em 1.5em 1.5em;
  border: 2px solid #3788B4;
  border-radius: 20px;
  list-style: none;
  overflow: hidden;
  position: relative;
  transform: translate(0, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 23px;
    padding: 2em;
    display: grid;
    grid-template-columns: 220px 1fr;
  }
}
ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
  margin-bottom: 2em;
}
ul.page_recruit--ul li.page_recruit--li::before, ul.page_recruit--ul li.page_recruit--li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3788B4;
  position: absolute;
  top: 0;
  transition: transform ease 0.3s;
}
ul.page_recruit--ul li.page_recruit--li::before {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0% 100%);
  left: 0;
  transform: translateX(-100%);
}
ul.page_recruit--ul li.page_recruit--li:hover::before {
  transform: translateX(-30%);
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li:hover::before {
    transform: translateX(-40%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li:hover::before {
    transform: translateX(-45%);
  }
}
ul.page_recruit--ul li.page_recruit--li::after {
  -webkit-clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  right: 0;
  transform: translateX(100%);
}
ul.page_recruit--ul li.page_recruit--li:hover::after {
  transform: translateX(30%);
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li:hover::after {
    transform: translateX(40%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li:hover::after {
    transform: translateX(45%);
  }
}
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: 1em;
  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: 3vw;
  font-weight: 500;
  padding: 0.4em 0.8em;
  background-color: #3788B4;
  display: inline-block;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .term_box span {
    font-size: 18px;
  }
}
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: #3788B4;
  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.3s;
  z-index: 1;
}
ul.page_recruit--ul li.page_recruit--li:hover p.title {
  color: #fff;
}

#content.single-staff {
  padding-top: 0;
  padding-bottom: 0;
}

.page_staff--cta {
  padding: 15% 0 10%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page_staff--cta {
    padding: 22% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--cta {
    padding: 200px 0 60px;
  }
}
.page_staff--cta .cta_container {
  font-size: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_staff--cta .cta_container {
    font-size: 2.1vw;
    width: 35em;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--cta .cta_container {
    font-size: 20px;
    width: 48em;
  }
}
.page_staff--cta .cta_container .img {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -99%);
}
.page_staff--cta .cta_container a {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1.5em 0;
  background-color: #3788B4;
  display: block;
  position: relative;
  transition: all 0.4s;
}
.page_staff--cta .cta_container a:hover {
  letter-spacing: 0.5em;
}
.page_staff--cta .cta_container a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.8em;
}

.page_staff--contents {
  padding-bottom: 10%;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .page_staff--contents {
    padding-bottom: 100px;
  }
}

article.single_staff {
  width: 80%;
  padding: 8% 0;
  margin-inline: auto;
  border: 2px solid #3788B4;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  article.single_staff {
    padding: 3% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff {
    max-width: 1200px;
    padding: 35px 0 55px;
  }
}
article.single_staff a {
  font-size: 4vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 14.5em;
  padding: 1.5em 0;
  margin-inline: auto;
  background-color: #37479B;
  display: block;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  article.single_staff a {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff a {
    font-size: 20px;
  }
}
article.single_staff a:hover {
  letter-spacing: 0.5em;
}
article.single_staff a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.8em;
}

dl.single_staff--dl {
  width: 85%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    width: 85%;
    margin: 0 auto 6%;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 88%;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.8vw;
  }
}
@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: #3788B4;
  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 {
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em 0;
    margin: 0;
    border-bottom: 1px solid #89899A;
  }
}
dl.single_staff--dl dd:not(:last-of-type) {
  border-bottom: 1px solid #89899A;
}
dl.single_staff--dl dd br {
  display: block !important;
}
dl.single_staff--dl dd p {
  font-weight: 500;
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin: 0 0 1.5em;
}

.page_entry--contents {
  padding-bottom: 10%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page_entry--contents {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_entry--contents {
    padding: 0 0 100px;
  }
}
.page_entry--contents .text_box {
  text-align: center;
  font-size: 4.8vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .page_entry--contents .text_box {
    font-size: 2.9vw;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_entry--contents .text_box {
    font-size: 26px;
  }
}
.page_entry--contents .text_box p {
  font-weight: 500;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
.page_entry--contents .text_box p.bg_blue {
  background-color: #92CAE8;
}
.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: 1200px;
  }
}

dl.form_dl {
  text-align: left;
  margin: 0 0 14%;
}
@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 60px;
  }
}
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: #92CAE8;
  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 {
  background-color: #F0F0F0;
  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_buttonbox {
  position: relative;
}
.form_buttonbox button.entry_button {
  font-size: 4vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 14.5em;
  padding: 1.5em 0;
  margin-inline: auto;
  background-color: #37479B;
  display: block;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .form_buttonbox button.entry_button {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_buttonbox button.entry_button {
    font-size: 20px;
  }
}
.form_buttonbox button.entry_button:hover {
  letter-spacing: 0.5em;
}
.form_buttonbox button.entry_button::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.8em;
}
.form_buttonbox button.entry_button input {
  line-height: 1;
  padding: 0;
  background: none;
}
.form_buttonbox 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;
}
@media screen and (min-width: 768px) {
  footer.footerclass .container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass .container {
    max-width: 1100px;
  }
}

.footercol1, .footercol2 {
  padding: 0;
}

.ban_footer {
  font-size: 3.2vw;
  width: 85%;
  padding-top: 22%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ban_footer {
    font-size: 1.6vw;
    width: 60%;
    padding-top: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .ban_footer {
    font-size: 21px;
    width: 85%;
    max-width: 1500px;
    padding-top: 70px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 50px 0;
  }
}
.ban_footer button.to_header {
  width: 1.2em;
  line-height: 1;
  padding: 0;
  border: 1px solid #0D0D0D;
  border-radius: 50%;
  background: none;
  position: absolute;
  right: 0;
  top: 3.5em;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .ban_footer button.to_header {
    transform: translate(350%, 0);
  }
}
.ban_footer button.to_header::before {
  content: "";
  width: 1px;
  height: 2.1em;
  background-color: #0D0D0D;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -1.8em);
}
.ban_footer button.to_header::after {
  content: "";
  width: 0.8em;
  border-top: 1px solid #0D0D0D;
  border-right: 1px solid #0D0D0D;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -1.8em) rotate(-45deg) skew(-8deg, -8deg);
  aspect-ratio: 1;
}
.ban_footer button.to_header span {
  text-align: left;
  color: #0D0D0D;
  font-family: "Oswald", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 3.5em;
  height: 3em;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(90deg) translate(-85%, 10%);
  transform-origin: left bottom;
}

ul.footer_link--ul {
  text-align: center;
  font-size: 3.5vw;
  border-top: 1px solid #1A1A1A;
}
@media screen and (min-width: 768px) {
  ul.footer_link--ul {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.footer_link--ul {
    font-size: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: span 2;
  }
}
ul.footer_link--ul li {
  list-style: none;
  border-bottom: 1px solid #1A1A1A;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.footer_link--ul li:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 75%;
    background-color: #1A1A1A;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
ul.footer_link--ul li a {
  padding: 2em;
  display: block;
  transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
  ul.footer_link--ul li a {
    padding: 4.5em 2.5em 2.4em;
  }
}
ul.footer_link--ul li a:hover {
  opacity: 0.7;
}
ul.footer_link--ul li a span {
  font-weight: bold;
  display: block;
}
ul.footer_link--ul li a span.type_text {
  margin-bottom: 1em;
}
ul.footer_link--ul li a span.name_text {
  font-size: 1.53em;
  margin-bottom: 0.8em;
}
ul.footer_link--ul li a i {
  font-size: 1.2em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
  display: block;
}

.footer_info--box {
  text-align: center;
  font-size: 5.9vw;
  padding: 1.5em 0 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .footer_info--box {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box {
    text-align: left;
    font-size: 28px;
    padding: 0 0 0 10px;
    margin: 0;
  }
}
.footer_info--box p.name_text {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.name_text {
    margin-bottom: 1em;
  }
}
.footer_info--box p.address_text {
  font-size: 0.55em;
  font-weight: bold;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .footer_info--box p.address_text {
    font-size: 0.62em;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.address_text {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
}
.footer_info--box a.tel {
  font-weight: bold;
  letter-spacing: 0.2em;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
  transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
  .footer_info--box a.tel {
    font-size: 27px;
    margin-inline: inherit;
  }
}
.footer_info--box a.tel:hover {
  color: #1B1C80;
}
.footer_info--box a.tel i {
  font-size: 0.6em;
}

.footerbase {
  margin: 0;
}
.footerbase small {
  font-size: 2.8vw;
}
@media screen and (min-width: 768px) {
  .footerbase small {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */