@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;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

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

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: inherit;
  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 {
  display: none;
}

#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 {
  display: none;
}

.header_container {
  font-size: clamp(12px, 9.888px + 0.564vw, 18px);
  width: 100%;
  height: 4.2em;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header_container {
    height: 5em;
    padding: 0 3.9em;
    justify-content: space-between;
    z-index: 1010;
  }
}

.header_logo a img {
  width: 9.8em;
}
@media screen and (min-width: 768px) {
  .header_logo a img {
    width: 8.8em;
  }
}

button.header_menu--button {
  height: 4.2em;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
  transition: all 0.4s;
  aspect-ratio: 1.2/1;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  button.header_menu--button {
    display: none;
  }
}
button.header_menu--button div {
  width: 38%;
  height: 2px;
  border-radius: 1em;
  background-color: #004EA2;
  position: absolute;
  left: 50%;
  top: 50%;
  scale: 1 1;
  transition: translate 0.3s 0.3s, rotate 0.3s, scale 0.3s;
}
body.open_menu button.header_menu--button div {
  transition: translate 0.3s, rotate 0.3s 0.3s, scale 0.3s 0.3s;
}
button.header_menu--button div:first-of-type {
  translate: -50% calc(-50% - 9px);
  rotate: 0deg;
}
body.open_menu button.header_menu--button div:first-of-type {
  translate: -50% -50%;
  rotate: 35deg;
  scale: 1.17 0.8;
}
button.header_menu--button div:nth-of-type(2) {
  translate: -50% -50%;
}
button.header_menu--button div:nth-of-type(3) {
  translate: -50% calc(-50% + 9px);
  rotate: 0deg;
}
body.open_menu button.header_menu--button div:nth-of-type(3) {
  translate: -50% -50%;
  rotate: -35deg;
  scale: 1.17 0.8;
}

.header_menu--container {
  width: 100%;
  height: 100dvh;
  padding-top: 3em;
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 4.2em;
  transition: all 0.3s;
  z-index: 20;
}
@media screen and (min-width: 1025px) {
  .header_menu--container {
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    padding: 0;
    background: none;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    position: relative;
    top: 0;
  }
}
.open_menu .header_menu--container {
  opacity: 1;
  pointer-events: auto;
}

nav.header_menu--nav {
  width: 25em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav {
    width: auto;
  }
}
nav.header_menu--nav ul.menu_ul {
  margin-bottom: 2.5em;
  border-top: 1px solid #004EA2;
  display: grid;
  gap: 0.6em 0;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav ul.menu_ul {
    margin: 0;
    border: none;
    display: flex;
    gap: 0 2em;
  }
}
nav.header_menu--nav ul.menu_ul li {
  list-style: none;
  border-bottom: 1px solid #004EA2;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav ul.menu_ul li {
    border: none;
  }
}
nav.header_menu--nav ul.menu_ul li a {
  color: #231815;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1.5em 0;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav ul.menu_ul li a {
    font-size: 0.85em;
    padding: 0;
  }
}
nav.header_menu--nav ul.menu_ul li a:hover {
  color: #004EA2;
}
nav.header_menu--nav a.button {
  line-height: 1;
  padding: 0.5em 0 0.5em 8em;
  margin-inline: auto;
  border-radius: 10em;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav a.button {
    padding: 1.2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav a.button {
    display: none;
  }
}
nav.header_menu--nav a.button.button01 {
  margin-bottom: 1.5em;
  background-color: #9ABA2F;
}
nav.header_menu--nav a.button.button02 {
  margin-bottom: 3em;
  background-color: #E3BB2A;
}
nav.header_menu--nav a.button img {
  width: auto;
  height: 1.4em;
  position: absolute;
  left: 6.4em;
  top: 50%;
  transform: translate(-65%, -50%);
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav a.button img {
    height: 0.9em;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
nav.header_menu--nav a.button span {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav a.button span {
    font-size: 0.85em;
  }
}
nav.header_menu--nav a.button span br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav a.button span br {
    display: none !important;
  }
}
nav.header_menu--nav ul.sns_menu--ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6em;
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav ul.sns_menu--ul {
    gap: 0 1.2em;
  }
}
nav.header_menu--nav ul.sns_menu--ul li {
  list-style: none;
}
nav.header_menu--nav ul.sns_menu--ul li a:hover {
  opacity: 0.7;
}
nav.header_menu--nav ul.sns_menu--ul li a img {
  width: 2.5em;
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav ul.sns_menu--ul li a img {
    width: 1.7em;
  }
}

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

.floating_button {
  width: 100%;
  border: 2px solid #49B3CB;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .floating_button {
    width: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    left: auto;
    right: 0;
    top: 200px;
    grid-template-columns: 1fr;
    transform: translate(0, 0);
  }
}
.floating_button::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #49B3CB;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .floating_button::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.floating_button a {
  color: #49B3CB;
  font-size: 1.1em;
  padding: 1.55em 0;
  background-color: #fff;
  display: flex;
  gap: 0 0.5em;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .floating_button a {
    font-size: 0.7em;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    height: 14.6em;
    padding: 0 1.1em;
  }
}
.floating_button a:hover {
  color: #fff;
  background-color: #49B3CB;
}
.floating_button a span {
  font-weight: bold;
}
#wrapper.container {
  overflow: clip;
}

.container {
  font-size: clamp(12px, 9.888px + 0.564vw, 18px);
}

.anchor {
  margin-top: -5.5em;
  padding-top: 5.5em;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin-top: -6.5em;
    padding-top: 6.5em;
  }
}

.FP_header {
  margin-top: 4.2em;
  background: linear-gradient(180deg, rgb(73, 179, 203) 0%, rgb(214, 214, 214) 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_header {
    margin-top: 5em;
  }
}
.FP_header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.FP_header--slider {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.FP_header--slider .box {
  height: 100%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.FP_header--slider .box .item {
  margin: 0 1em;
  flex: 0 0 auto;
}
.FP_header--slider .box .item img {
  width: auto;
  height: 28em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .FP_header--slider .box .item img {
    height: 28.8em;
  }
}

.FP_header--container {
  padding-top: 2.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_header--container {
    width: 98%;
    max-width: 1300px;
    padding-top: 2em;
    margin-inline: auto;
  }
}
.FP_header--container .text_img.img01 {
  width: 23em;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  .FP_header--container .text_img.img01 {
    width: 100%;
    margin: 0 auto 1.1em;
  }
}
.FP_header--container .text_img.img02 {
  width: 19.2em;
  margin: 0 auto 3.5em;
}
@media screen and (min-width: 768px) {
  .FP_header--container .text_img.img02 {
    width: 15.3em;
    margin: 0 auto 2.2em;
  }
}
.FP_header--container .img {
  width: 19.3em;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 1s 0.5s;
}
@media screen and (min-width: 768px) {
  .FP_header--container .img {
    width: 21.3em;
  }
}
.FP_header--container.loaded .img {
  opacity: 1;
  animation: poyon 1.2s 0.5s forwards;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.2, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.2) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
section.FP_section {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section .section_container {
    width: 90%;
    max-width: 1000px;
    margin-inline: auto;
  }
}

h2.FP_section--h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  line-height: 2;
  font-weight: bold;
  width: 19.5em;
  height: 5.3em;
  margin: 0 auto 1.1em;
  background: linear-gradient(120deg, rgb(208, 206, 204) 0%, rgb(113, 113, 113) 50%, rgb(208, 206, 204) 100%);
  border: 3px solid #000;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  h2.FP_section--h2 {
    font-size: 1.25em;
    width: 100%;
    height: 3.1em;
  }
}
h2.FP_section--h2 > span {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  h2.FP_section--h2 > span {
    margin-top: 0.3em;
  }
}
h2.FP_section--h2 > span span {
  font-weight: bold;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  h2.FP_section--h2 > span span {
    font-size: 1.45em;
  }
}
h2.FP_section--h2 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  h2.FP_section--h2 br {
    display: none !important;
  }
}

h2.common_title,
h3.common_title {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 2;
  position: relative;
}
h2.common_title span,
h3.common_title span {
  font-size: 1.45em;
  font-weight: 900;
}
h2.common_title br,
h3.common_title br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  h2.common_title br,
  h3.common_title br {
    display: none !important;
  }
}

.FP_manga {
  width: 25em;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_manga {
    width: 100%;
    display: grid;
  }
}
.FP_manga .manga_row {
  display: flex;
  flex-direction: column;
  gap: 0.6em 0;
}
@media screen and (min-width: 768px) {
  .FP_manga .manga_row {
    flex-direction: row-reverse;
    gap: 0 0.4em;
  }
}
.FP_manga .manga_row:not(:last-of-type) {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .FP_manga .manga_row:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
}
.FP_manga .manga_row.no_gap {
  gap: 0;
}
.FP_manga .manga_row.no_margin {
  margin: 0;
}
.FP_manga .manga_row .manga {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.FP_manga .manga_row .manga.show {
  opacity: 1;
  transform: translate(0, 0);
}
.FP_manga .manga_row .manga.bounce {
  transform: translate(0, 0);
}
.FP_manga .manga_row .manga.bounce.show {
  animation: bounceIn 1s forwards;
}
@media screen and (min-width: 768px) {
  .FP_manga .manga_row .manga.manga_sp {
    display: none;
  }
}
.FP_manga .manga_row .manga.manga_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .FP_manga .manga_row .manga.manga_pc {
    display: block;
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
section.FP_section.section01 {
  padding: 2.5em 0 4.2em;
}
@media screen and (min-width: 768px) {
  section.FP_section.section01 {
    padding: 3.9em 0 5.7em;
  }
}
.FP_manga.manga01 {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  .FP_manga.manga01 {
    margin-bottom: 5.5em;
  }
}

.FP_pr.pr01 {
  opacity: 0;
  translate: 0 30px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01 {
    padding-bottom: 2.2em;
  }
}
.FP_pr.pr01.show {
  opacity: 1;
  translate: 0 0;
}
.FP_pr.pr01::before, .FP_pr.pr01::after {
  width: 95%;
  height: 42em;
  background-color: #DFE9EB;
  position: absolute;
  left: 0;
  top: 3em;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01::before, .FP_pr.pr01::after {
    height: calc(100% - 1.4em);
    top: auto;
    bottom: 0;
  }
}
.FP_pr.pr01::before {
  content: "";
  border-radius: 0 100em 100em 0;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01::before {
    width: 84%;
  }
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01::after {
    content: "";
    width: 100vw;
    translate: -100% 0;
  }
}
.FP_pr.pr01 h3 {
  width: 80%;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01 h3 {
    width: 100%;
    margin: 0 auto 1.75em;
  }
}
.FP_pr.pr01 .text_box {
  width: 80%;
  margin: 0 auto 2.7em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01 .text_box {
    width: 100%;
    margin: 0 auto 2.2em;
    position: relative;
    z-index: 1;
  }
}
.FP_pr.pr01 .text_box p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01 .text_box p {
    font-size: 0.9em;
  }
}
.FP_pr.pr01 .text_box p:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.FP_pr.pr01 .text_box p span {
  font-weight: bold;
  padding: 0 0.3em;
  margin: 0 0.3em;
  background: linear-gradient(to top, #fff 0%, #fff 100%) no-repeat;
  background-size: 0% 100%;
  transition: all 0.5s ease-out;
}
.FP_pr.pr01 .text_box p br {
  display: block !important;
}
.FP_pr.pr01 .text_box.show p span {
  background-size: 100% 100%;
}
.FP_pr.pr01 .img {
  width: 21.8em;
  margin: 0 1em 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr01 .img {
    width: min(40%, 22.1em);
    margin: 0;
    position: absolute;
    right: 0;
    top: 1.7em;
  }
}

dl.FP_pr01--dl {
  width: 30em;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 0.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.FP_pr01--dl {
    width: 31.8em;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
dl.FP_pr01--dl div {
  text-align: center;
  padding: 1.2em 0;
  background-color: #fff;
  border: 3px solid #004EA2;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  grid-template-rows: auto 1fr;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  dl.FP_pr01--dl div {
    padding: 1.5em 0 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.FP_pr01--dl div:nth-of-type(3) {
    padding: 1.5em 0 1em;
  }
}
dl.FP_pr01--dl div dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  dl.FP_pr01--dl div dt {
    font-size: 1.1em;
  }
}
dl.FP_pr01--dl div dd {
  font-weight: bold;
  align-self: center;
}
@media screen and (min-width: 768px) {
  dl.FP_pr01--dl div dd {
    font-size: 1.1em;
  }
}
dl.FP_pr01--dl div dd span.bg_yellow {
  background: linear-gradient(to top, rgba(255, 245, 0, 0.5) 0%, rgba(255, 245, 0, 0.5) 100%) no-repeat;
  background-size: 0% 100%;
  transition: all 0.5s ease-out;
  display: block;
}
dl.FP_pr01--dl div dd span.blue {
  color: #004EA2;
  font-size: 2.1em;
  font-weight: bold;
  margin-right: 0.1em;
}
@media screen and (min-width: 768px) {
  dl.FP_pr01--dl div dd span.blue {
    font-size: 2em;
  }
}
dl.FP_pr01--dl div dd br {
  display: block !important;
}
dl.FP_pr01--dl div:nth-of-type(3) dd span {
  font-size: 1.25em;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1em 0.2em;
  margin-inline: auto;
}
dl.FP_pr01--dl.show div dd span.bg_yellow {
  background-size: 100% 100%;
}

section.FP_section.recruit_section {
  padding: 4em 0 0;
  background-attachment: fixed;
  background-size: contain;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section {
    padding: 2.8em 0 0;
  }
}
section.FP_section.recruit_section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #49B3CB;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}
section.FP_section.recruit_section .section_container {
  width: 85.5%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container {
    width: 90%;
    padding-bottom: 4.4em;
  }
}
section.FP_section.recruit_section .section_container h2 {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.6em 0;
  margin-bottom: 2em;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container h2 {
    font-size: 1.3em;
    width: 17.7em;
    padding: 0.65em 0;
    margin: 0 auto 1.7em;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container h2:nth-of-type(2) {
    width: 21.4em;
    padding: 0.4em 0;
    margin: 0 0 1.2em;
    border-radius: 10em;
  }
}
section.FP_section.recruit_section .section_container h2::before {
  content: "";
  width: 1.15em;
  height: 1em;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 95%;
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container h2::before {
    width: 1em;
    height: 0.9em;
  }
}
section.FP_section.recruit_section .section_container h2 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container h2 br {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container > a.common_button {
    max-width: 21.4em;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container > a.common_button i {
    right: 2em;
  }
}
section.FP_section.recruit_section .section_container .img {
  width: 20.2em;
  margin: 3em auto 0;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 768px) {
  section.FP_section.recruit_section .section_container .img {
    width: 20em;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.FP_section.recruit_section .section_container .img {
    right: 3.5em;
  }
}
section.FP_section.recruit_section .section_container .img.show {
  opacity: 1;
  animation: poyon 1.2s forwards;
}

ul.FP_recruit_section--ul {
  margin-bottom: 5em;
  display: grid;
  gap: 2em 0;
}
@media screen and (min-width: 768px) {
  ul.FP_recruit_section--ul {
    margin-bottom: 2.8em;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1.1em;
  }
}
ul.FP_recruit_section--ul li {
  list-style: none;
}

a.common_button {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 3.85em;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  a.common_button {
    line-height: 1.4;
    height: 4.9em;
    position: relative;
    z-index: 1;
  }
}
a.common_button i {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  a.common_button i {
    right: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  a.common_button br {
    display: block !important;
  }
}

section.FP_section.section02 {
  padding: 3.5em 0 3em;
}
@media screen and (min-width: 768px) {
  section.FP_section.section02 {
    padding: 5.5em 0 1em;
  }
}
.FP_manga.manga02 {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  .FP_manga.manga02 {
    margin-bottom: 5.5em;
  }
}

.FP_pr.pr02 {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr02 {
    width: 100%;
  }
}
.FP_pr.pr02 h3 {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .FP_pr.pr02 h3 {
    margin-bottom: 2.8em;
  }
}

li.FP_pr02--li {
  padding: 6em 0 4em 4.7em;
  list-style: none;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li {
    padding: 0 0 4.5em;
    display: grid;
    grid-template-columns: auto 1fr min(26%, 14.4em);
    gap: 1.7em 0;
  }
}
li.FP_pr02--li:not(:last-of-type)::before {
  content: "";
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #004EA2 9px, transparent 9px);
  background-size: 3px 12px;
  background-repeat: repeat-y;
  background-position: right top;
  position: absolute;
  left: 1.5em;
  top: 0;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li:not(:last-of-type)::before {
    left: 4.5em;
  }
}
li.FP_pr02--li h4 {
  text-align: center;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 5.8em;
  padding: 0.65em 0;
  border-image-source: linear-gradient(#004EA2, #004EA2);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
  position: absolute;
  top: 0;
  left: 0;
  translate: -10vw 0;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li h4 {
    font-size: 1.5em;
    width: 6.4em;
    padding: 0.6em 0;
    translate: 0 0;
    position: relative;
  }
}
li.FP_pr02--li h4::before {
  content: "0" counter(number);
  font-size: 0.5em;
  font-family: "Poppins" !important;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  right: 0.3em;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li h4::before {
    right: 0.5em;
    top: 0.5em;
  }
}
li.FP_pr02--li p.large_text {
  color: #004EA2;
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  opacity: 0;
  translate: 0 30px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li p.large_text {
    font-size: 1.45em;
    line-height: 1.8;
    max-width: 85%;
    padding: 0.15em 0 0.15em 1.2em;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #004EA2;
    border-bottom: 1px solid #004EA2;
    display: flex;
    align-items: center;
    grid-column: 2/4;
    grid-row: 1/2;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1025px) {
  li.FP_pr02--li p.large_text {
    background: none;
    z-index: -1;
  }
}
li.FP_pr02--li p.large_text.show {
  opacity: 1;
  translate: 0 0;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li p.large_text br {
    display: block !important;
  }
}
li.FP_pr02--li p.small_text {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 2em;
  opacity: 0;
  translate: 0 30px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li p.small_text {
    font-size: 0.9em;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
li.FP_pr02--li p.small_text.show {
  opacity: 1;
  translate: 0 0;
}
li.FP_pr02--li p.small_text br {
  display: block !important;
}
li.FP_pr02--li > .img {
  width: 14.4em;
  margin: 0 auto 3.5em;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li > .img {
    width: 100%;
    margin: 1em 0 0 0.5em;
    grid-column: 3/4;
    grid-row: 1/4;
  }
}
@media screen and (min-width: 1025px) {
  li.FP_pr02--li > .img {
    margin: -2em 0 0 0.5em;
  }
}
li.FP_pr02--li .point_box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box {
    width: 80.5%;
    margin: 0 0 0 auto;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
li.FP_pr02--li .point_box .img {
  width: 3em;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box .img {
    width: 3.1em;
  }
}
li.FP_pr02--li .point_box .text_box {
  width: 77%;
  padding-bottom: 1.6em;
  margin: 0 0 0 auto;
  background-color: #DFE9EB;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box .text_box {
    width: 85%;
    padding-bottom: 1.4em;
    border-radius: 10em;
  }
}
li.FP_pr02--li .point_box .text_box::before {
  content: "";
  width: 1.2em;
  height: 1.4em;
  background-color: #DFE9EB;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 50%;
  translate: -98% -50%;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box .text_box::before {
    translate: -70% -50%;
  }
}
li.FP_pr02--li .point_box .text_box p {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box .text_box p {
    font-size: 0.9em;
    line-height: 1.2;
  }
}
li.FP_pr02--li .point_box .text_box p.point {
  color: #004EA2;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 0 0.6em 1.2em;
  border-bottom: 1px solid #004EA2;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box .text_box p.point {
    margin: 0 0 0.3em 2.2em;
  }
}
li.FP_pr02--li .point_box .text_box p.text {
  letter-spacing: 0.05em;
  padding: 0 1.2em;
}
@media screen and (min-width: 768px) {
  li.FP_pr02--li .point_box .text_box p.text {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    margin-inline: auto;
  }
}
li.FP_pr02--li .point_box .text_box p.text br {
  display: block !important;
}

section.FP_section.section03 {
  padding: 0 0 8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.section03 {
    padding: 0 0 3.2em;
  }
}
section.FP_section.section03::before {
  content: "";
  width: 100%;
  height: calc(100% - 1.5em);
  background: linear-gradient(-20deg, #E3E3E3 0%, #908E8E 50%, #E3E3E3 100%);
  border-radius: 100px 0 0 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.FP_section.section03::before {
    width: 74vw;
    height: calc(100% - 1.3em);
    border-radius: 160px 0 0 160px;
  }
}
section.FP_section.section03 .section_container {
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.section03 .section_container {
    width: 90%;
  }
}
section.FP_section.section03 .section_container h2.common_title {
  letter-spacing: -0.05em;
  margin-bottom: 2.6em;
}
@media screen and (min-width: 768px) {
  section.FP_section.section03 .section_container h2.common_title {
    text-align: right;
    letter-spacing: 0;
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.section03 .section_container h2.common_title br {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  ul.FP_section03--ul {
    width: 62.5%;
    margin: 0 0 0 auto;
  }
}
ul.FP_section03--ul li {
  list-style: none;
}
ul.FP_section03--ul li:not(:last-of-type) {
  margin-bottom: 4.2em;
}
@media screen and (min-width: 768px) {
  ul.FP_section03--ul li:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
ul.FP_section03--ul li h3 {
  color: #004EA2;
  font-size: 1.65em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  ul.FP_section03--ul li h3 {
    font-size: 1.55em;
  }
}
ul.FP_section03--ul li .text_box {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  ul.FP_section03--ul li .text_box {
    padding: 0.7em 3em;
  }
}
ul.FP_section03--ul li .text_box p {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  ul.FP_section03--ul li .text_box p {
    font-size: 0.9em;
  }
}

section.FP_section.section04 {
  padding: 7.5em 0;
}
@media screen and (min-width: 768px) {
  section.FP_section.section04 {
    padding: 5.5em 0;
  }
}
section.FP_section.section04 .section_container {
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.section04 .section_container {
    width: 90%;
    display: grid;
    grid-template: auto/1fr 1fr;
  }
}
section.FP_section.section04 .section_container h2.common_title {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.FP_section.section04 .section_container h2.common_title {
    margin: 1em 0 0;
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
  }
}

dl.FP_section04--dl {
  display: grid;
  gap: 3em 0;
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/3;
    grid-row: 1/2;
    gap: 1.7em 1.2em;
  }
}
dl.FP_section04--dl div {
  padding: 1.7em;
  background-color: #E1F2F5;
  border-radius: 10px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div {
    padding: 1.7em 2em 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div:first-of-type {
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div:nth-of-type(2) {
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div:nth-of-type(3) {
    grid-row: 3/4;
  }
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div:nth-of-type(4) {
    grid-row: 3/4;
  }
}
dl.FP_section04--dl div dt {
  color: #49B3CB;
  font-size: 1.25em;
  font-weight: bold;
  width: 14.2em;
  height: 2.8em;
  margin: 0 auto 1.5em;
  background-color: #fff;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.3em;
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div dt {
    font-size: 1.55em;
    width: 100%;
    max-width: 13.4em;
    height: 2.6em;
  }
}
dl.FP_section04--dl div dt img {
  width: 1.55em;
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div dt img {
    width: 1.45em;
  }
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div dd ul {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
  }
}
dl.FP_section04--dl div dd ul li {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div dd ul li {
    font-size: 0.9em;
  }
}
dl.FP_section04--dl div dd ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.FP_section04--dl div dd ul li:not(:last-of-type) {
    margin-bottom: 0.2em;
  }
}
dl.FP_section04--dl div dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

#topcontrol .to_the_top {
  display: none;
}

button.to_header {
  width: 5.8em;
  padding-top: 0.5em;
  background: linear-gradient(120deg, rgb(208, 206, 204) 0%, rgb(113, 113, 113) 50%, rgb(208, 206, 204) 100%);
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  button.to_header {
    width: 3.9em;
    right: 3em;
    top: 2em;
  }
}
@media screen and (min-width: 1025px) {
  button.to_header {
    right: 2em;
  }
}
button.to_header span {
  font-size: 1.15em;
  font-family: "Poppins" !important;
}
@media screen and (min-width: 768px) {
  button.to_header span {
    font-size: 0.8em;
  }
}
button.to_header img {
  width: 2.5em;
}
@media screen and (min-width: 768px) {
  button.to_header img {
    width: 1.7em;
  }
}

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

.footercol1, .footercol2 {
  padding: 0;
}

.hondalex_footer {
  padding: 2.5em 0 5em;
}
@media screen and (min-width: 768px) {
  .hondalex_footer {
    padding: 3.4em 0 1.5em;
  }
}
.hondalex_footer small {
  font-size: 0.85em;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .hondalex_footer small {
    text-align: right;
    font-size: 0.6em;
    width: 95%;
    max-width: 1000px;
    margin-inline: auto;
  }
}

.footer_container {
  width: 82%;
  margin: 0 auto 4.2em;
}
@media screen and (min-width: 768px) {
  .footer_container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 2.8em;
  }
}
@media screen and (min-width: 1025px) {
  .footer_container {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto;
  }
}
.footer_container .logo {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .footer_container .logo {
    margin-bottom: 1.5em;
  }
}
.footer_container .logo p {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .footer_container .logo p {
    font-size: 0.8em;
    margin: 0;
  }
}
.footer_container .logo p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .footer_container .logo p br {
    display: none !important;
  }
}
.footer_container .logo img {
  width: 14.4em;
}
@media screen and (min-width: 768px) {
  .footer_container .logo img {
    width: 9.6em;
  }
}
.footer_container p.info {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5.5em;
}
@media screen and (min-width: 768px) {
  .footer_container p.info {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  .footer_container p.info {
    margin: 0;
  }
}
.footer_container p.info br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .footer_container p.info br.br_sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .footer_menu {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu ul.menu_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .footer_menu ul.menu_ul {
    justify-content: right;
  }
}
.footer_menu ul.menu_ul li {
  list-style: none;
}
.footer_menu ul.menu_ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .footer_menu ul.menu_ul li:not(:last-of-type) {
    margin: 0;
  }
}
.footer_menu ul.menu_ul li a {
  font-size: 1.25em;
  font-weight: bold;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .footer_menu ul.menu_ul li a {
    font-size: 0.85em;
  }
}
.footer_menu ul.menu_ul li a:hover {
  color: #004EA2;
}

.footerbase {
  display: none;
}