@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
#wrapper.container {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

.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: #fff;
}
.headerclass .container, .mobile-headerclass .container {
  width: 92%;
  margin-inline: auto;
}

.kad-header-menu-inner.container {
  width: 1200px;
}

.header_menu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
}
.header_menu button.menu_button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #CD0100;
  position: absolute;
  right: 0;
  z-index: 5;
}
.header_menu button.menu_button::before, .header_menu button.menu_button::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
  transition: all 0.4s;
}
.header_menu button.menu_button div {
  width: 50%;
  height: 3px;
  background: #fff;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0s 0.4s, transform 0.4s 0.4s;
}
.header_menu button.menu_button div:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - 10px));
}
.header_menu button.menu_button div:nth-of-type(2) {
  transform: translate(-50%, calc(-50% + 10px));
}
.header_menu.open_menu button.menu_button::before, .header_menu.open_menu button.menu_button::after {
  transition: all 0.4s 0.4s;
}
.header_menu.open_menu button.menu_button::before {
  transform: translate(-50%, -50%) rotate(30deg) scale(1.2, 1.2);
}
.header_menu.open_menu button.menu_button::after {
  transform: translate(-50%, -50%) rotate(-30deg) scale(1.2, 1.2);
}
.header_menu.open_menu button.menu_button div {
  opacity: 0;
  transition: opacity 0s 0.4s, transform 0.4s 0s;
}
.header_menu.open_menu button.menu_button div:nth-of-type(1) {
  transform: translate(-50%, -50%);
}
.header_menu.open_menu button.menu_button div:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.mobile-header-container {
  width: 90%;
}

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

.kt-header-position-above #logo.kad-header-height a.brand.logofont img.ascend-logo {
  width: 140px;
  max-height: none !important;
}

.header_sns {
  display: flex;
  position: fixed;
  right: 90px;
  top: 12px;
  gap: 0 10px;
}
.header_sns .sns_button {
  background-color: #444;
  border-radius: 50%;
}
.header_sns .sns_button a {
  font-size: 20px;
  padding: 0;
  width: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.header_sns .sns_button a:hover {
  opacity: 0.7;
}
.header_sns .sns_button a i {
  color: #fff;
  margin: 0;
}

nav.header_menu--nav {
  width: 100%;
  height: calc(100svh - 60px);
  padding: 30px 0;
  background-color: #F8F0EA;
  position: absolute;
  right: 0;
  top: 60px;
  transform-origin: top;
  transform: translate(0, 0) scale(1, 0);
  transition: 0.4s 0s;
  overflow-y: scroll;
}
.header_menu.open_menu nav.header_menu--nav {
  transform: translate(0, 0) scale(1, 1);
}
nav.header_menu--nav .box {
  font-size: 4.4vw;
  margin: 0 auto 2.5em;
  opacity: 0;
  display: grid;
  justify-content: center;
  transition: 0.4s 0s;
}
@media screen and (min-width: 600px) {
  nav.header_menu--nav .box {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav .box {
    font-size: 2.2vw;
    margin-inline: unset;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav .box {
    font-size: 20px;
  }
}
nav.header_menu--nav .box.grid_box {
  grid-template-rows: 1fr 1fr;
  gap: 1.8em 0;
}
.header_menu.open_menu nav.header_menu--nav .box {
  opacity: 1;
  transition: all 0.4s 0.2s;
}
nav.header_menu--nav ul {
  font-size: 4vw;
  width: 20em;
  margin: 0 auto 2em;
  opacity: 0;
  transition: 0.4s 0s;
}
@media screen and (min-width: 600px) {
  nav.header_menu--nav ul {
    font-size: 2.5vw;
    width: 28em;
  }
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav ul {
    font-size: 2vw;
    width: 30em;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav ul {
    font-size: 18px;
    width: 32em;
  }
}
nav.header_menu--nav ul li {
  padding: 0 1em;
  list-style: none;
}
@media screen and (min-width: 600px) {
  nav.header_menu--nav ul li {
    padding: 0 5em;
  }
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav ul li {
    padding: 0 6em;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav ul li {
    padding: 0 7em;
  }
}
nav.header_menu--nav ul li:not(:last-of-type) {
  margin-bottom: 1.8em;
}
nav.header_menu--nav ul li.menu-item-4115 {
  padding-bottom: 1.8em;
}
nav.header_menu--nav ul li a {
  color: #2E2B33;
  font-weight: bold;
  position: relative;
}
nav.header_menu--nav ul li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CD0100;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.4s 0.2s, transform 0.4s;
}
nav.header_menu--nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.header_menu.open_menu nav.header_menu--nav ul {
  opacity: 1;
  transition: all 0.4s 0.2s;
}
.header_menu.open_menu nav.header_menu--nav ul li a::before {
  opacity: 1;
}
nav.header_menu--nav .menu_sns {
  font-size: 7vw;
  width: 75%;
  margin-inline: auto;
  opacity: 0;
  display: flex;
  gap: 0 0.5em;
  transition: 0.4s 0s;
}
@media screen and (min-width: 600px) {
  nav.header_menu--nav .menu_sns {
    font-size: 4.5vw;
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav .menu_sns {
    font-size: 3.5vw;
    width: 37%;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav .menu_sns {
    display: none;
  }
}
nav.header_menu--nav .menu_sns .sns_button {
  background-color: #444;
  border-radius: 50%;
}
nav.header_menu--nav .menu_sns .sns_button a {
  padding: 0;
  width: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
nav.header_menu--nav .menu_sns .sns_button a i {
  color: #fff;
  margin: 0;
}
.header_menu.open_menu nav.header_menu--nav .menu_sns {
  opacity: 1;
  transition: 0.4s 0.2s;
}

.container {
  width: 100%;
  padding: 0;
}

#content {
  padding: 0;
}

.float_button--box {
  font-size: 3.8vw;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 600px) {
  .float_button--box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .float_button--box {
    font-size: 2vw;
    width: 3em;
    bottom: auto;
    top: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .float_button--box {
    font-size: 18px;
    top: 200px;
  }
}
.float_button--box.grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .float_button--box.grid_box {
    grid-template: auto auto/auto;
    gap: 1em 0;
  }
}
.float_button--box .float_button {
  text-align: center;
  padding: 2em 0;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .float_button--box .float_button {
    border-radius: 10px 0 0 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .float_button--box .float_button {
    padding: 2em 0;
  }
}
.float_button--box .float_button.button01 {
  background-color: #EF6710;
}
.float_button--box .float_button.button02 {
  background-color: #CD0100;
}
.float_button--box .float_button:hover {
  opacity: 0.7;
}
.float_button--box .float_button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.float_button--box .float_button div {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em 0.8em;
}
@media screen and (min-width: 768px) {
  .float_button--box .float_button div {
    writing-mode: vertical-rl;
  }
}
.float_button--box .float_button div i {
  color: #fff;
}
.float_button--box .float_button div span {
  color: #fff;
  font-weight: bold;
}

.common_button {
  text-align: center;
  width: 15.2em;
  padding: 1.4em 0;
  border-radius: 3em;
  box-shadow: 3px 6px 0px #F4CEB7;
  display: grid;
  align-items: center;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
}
@media screen and (min-width: 1025px) {
  .common_button {
    padding: 1.25em 0;
  }
}
.common_button.button01 {
  background-color: #EF6710;
}
.common_button.button02 {
  background-color: #CD0100;
}
.common_button:hover {
  opacity: 0.7;
}
.common_button a {
  width: 100%;
  height: 100%;
  border-radius: 3em;
  position: absolute;
  left: 0;
  top: 0;
}
.common_button div {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 1em;
}
.common_button div i {
  color: #fff;
}
.common_button div span {
  color: #fff;
  font-weight: bold;
}
.common_button.button02 div img {
  grid-row: span 2;
}
.common_button.button02 div span.tel {
  text-align: left;
}
.common_button.button02 div span.text {
  font-size: 0.73em;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.top_page--header {
  overflow: hidden;
  position: relative;
}
.top_page--header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.top_page--header {
  width: 100%;
  height: calc(100svh - 19vw - 60px);
  min-height: 135vw;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--header {
    height: calc(100svh - 12vw - 60px);
    min-height: 110vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header {
    height: auto;
    min-height: auto;
    padding: 15% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header {
    padding: min(15%, 215px) 0;
  }
}

.top_page_header--back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_page_header--back picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
.top_page--header.loaded .top_page_header--back picture img {
  opacity: 1;
}

.top_page_header--textBox {
  text-align: center;
  width: 100%;
  padding: 4% 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox {
    padding: 3% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--textBox {
    padding: 20px 0;
  }
}
.top_page_header--textBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EED59C;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 2s linear;
}
.top_page--header.loaded .top_page_header--textBox::before {
  transform: scaleX(1);
}
.top_page_header--textBox p {
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
}
.top_page--header.loaded .top_page_header--textBox p {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page_header--textBox p.text01 {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0.7em 2.2em;
  margin: 0 auto 1.5em;
  background-color: #D84B4B;
  border-radius: 10px;
  transition: all 0.5s 0.8s;
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox p.text01 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_header--textBox p.text01 {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--textBox p.text01 {
    font-size: min(1.7vw, 24px);
    margin: 0 auto 1em;
  }
}
.top_page_header--textBox p.text01::before {
  content: "";
  width: 1.1em;
  background-color: #D84B4B;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox p.text01::before {
    width: 0.8em;
  }
}
.top_page_header--textBox p.text02, .top_page_header--textBox p.text03 {
  font-size: 5.9vw;
  width: 14.5em;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  transition: all 0.5s 1.2s;
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox p.text02, .top_page_header--textBox p.text03 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_header--textBox p.text02, .top_page_header--textBox p.text03 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--textBox p.text02, .top_page_header--textBox p.text03 {
    font-size: min(2.7vw, 38px);
  }
}
.top_page_header--textBox p.text02 svg, .top_page_header--textBox p.text03 svg {
  letter-spacing: 0.1em;
  width: 100%;
  height: 1.5em;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox p.text02 svg, .top_page_header--textBox p.text03 svg {
    height: 1.3em;
  }
}
.top_page_header--textBox p.text02 svg:first-of-type, .top_page_header--textBox p.text03 svg:first-of-type {
  font-size: 1.2em;
  justify-self: right;
  transform: translate(0.2em, 0);
}
.top_page_header--textBox p.text02 svg:nth-of-type(2), .top_page_header--textBox p.text03 svg:nth-of-type(2) {
  align-self: end;
  transform: translate(-0.2em, -3%);
}
.top_page_header--textBox p.text02 svg use, .top_page_header--textBox p.text03 svg use {
  fill: #fff;
  stroke: #fff;
  paint-order: stroke;
  stroke-linejoin: round;
  text-anchor: middle;
}
.top_page_header--textBox p.text02 svg use:nth-of-type(2), .top_page_header--textBox p.text03 svg use:nth-of-type(2) {
  font-weight: bold;
}
.top_page_header--textBox p.text02 svg:first-of-type use:first-of-type, .top_page_header--textBox p.text03 svg:first-of-type use:first-of-type {
  stroke-width: 11px;
}
.top_page_header--textBox p.text02 svg:first-of-type use:nth-of-type(2), .top_page_header--textBox p.text03 svg:first-of-type use:nth-of-type(2) {
  fill: #CD0100;
}
.top_page_header--textBox p.text02 svg:nth-of-type(2) use:first-of-type, .top_page_header--textBox p.text03 svg:nth-of-type(2) use:first-of-type {
  stroke-width: 9px;
}
.top_page_header--textBox p.text02 svg:nth-of-type(2) use:nth-of-type(2), .top_page_header--textBox p.text03 svg:nth-of-type(2) use:nth-of-type(2) {
  fill: #444;
}
.top_page_header--textBox p.text02 {
  padding-top: 0.3em;
  border-top: 5px dotted #EF6710;
}
.top_page_header--textBox p.text02 svg:first-of-type {
  width: 8.1em;
}
.top_page_header--textBox p.text02 svg:nth-of-type(2) {
  width: 3.8em;
}
.top_page_header--textBox p.text03 {
  padding-bottom: 0.3em;
  border-bottom: 5px dotted #EF6710;
}
.top_page_header--textBox p.text03 svg:first-of-type {
  width: 1.7em;
}
.top_page_header--textBox p.text03 svg:nth-of-type(2) {
  width: 4.9em;
}
.top_page_header--textBox .img {
  position: absolute;
}
.top_page_header--textBox .img.img01 {
  width: 37%;
  left: 0;
  top: 0;
  transform: translate(7%, -100%);
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox .img.img01 {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_header--textBox .img.img01 {
    width: 23%;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--textBox .img.img01 {
    width: min(25.4%, 365px);
    left: 50%;
    transform: translate(-185%, 0);
  }
}
.top_page_header--textBox .img.img01 img {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.5s 1.6s;
}
.top_page--header.loaded .top_page_header--textBox .img.img01 img {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page_header--textBox .img.img02 {
  width: 31%;
  right: 0;
  bottom: 0;
  transform: translate(-10%, 94%);
}
@media screen and (min-width: 600px) {
  .top_page_header--textBox .img.img02 {
    width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_header--textBox .img.img02 {
    width: 19%;
    top: auto;
    bottom: 0;
    transform: translate(-20%, 0);
  }
}
@media screen and (min-width: 1025px) {
  .top_page_header--textBox .img.img02 {
    width: min(21.5%, 310px);
    right: 50%;
    transform: translate(215%, 0);
  }
}
.top_page_header--textBox .img.img02 img {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 0.5s 1.6s;
}
.top_page--header.loaded .top_page_header--textBox .img.img02 img {
  opacity: 1;
  transform: translate(0, 0);
}

.top_button--container {
  padding: 8% 0 10%;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
}
@media screen and (min-width: 600px) {
  .top_button--container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_button--container {
    padding: 4% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_button--container {
    padding: 30px 0;
  }
}
.top_button--container .box {
  font-size: 4.4vw;
  margin-inline: auto;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .top_button--container .box {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top_button--container .box {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_button--container .box {
    font-size: min(1.6vw, 23px);
    max-width: 720px;
  }
}
.top_button--container .box.grid_box {
  grid-template-rows: 1fr 1fr;
  gap: 2.2em 0;
}
@media screen and (min-width: 600px) {
  .top_button--container .box.grid_box {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    gap: 0 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .top_button--container .box.grid_box {
    gap: 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_button--container .box.grid_box {
    gap: 0 3em;
  }
}

.top_page--main {
  background-color: #FFF8E8;
  position: relative;
}
.top_page--main::before, .top_page--main::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #F4CEB7;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_page--main::before, .top_page--main::after {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .top_page--main::before, .top_page--main::after {
    width: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--main::before, .top_page--main::after {
    width: 20px;
  }
}
.top_page--main::before {
  left: 0;
}
.top_page--main::after {
  right: 0;
}

section.top_section .section_container {
  margin-inline: auto;
}

section.top_section.top_manga--section {
  padding: calc(10% + 90px) 0 0;
}
@media screen and (min-width: 600px) {
  section.top_section.top_manga--section {
    padding: calc(8% + 90px) 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_manga--section {
    padding: calc(7% + 90px) 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section {
    padding: 170px 0 0;
  }
}
section.top_section.top_manga--section .section_container {
  width: 88%;
  padding: 10% 0;
  margin-top: -90px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  section.top_section.top_manga--section .section_container {
    padding: 7% 0 5%;
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_manga--section .section_container {
    padding: 6% 0 5%;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section .section_container {
    width: 74%;
    max-width: 1065px;
    padding: 60px 0;
    border-radius: 40px;
  }
}
section.top_section.top_manga--section .section_container h2 {
  text-align: center;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: -moz-max-content;
  width: max-content;
  min-width: 80%;
  padding-bottom: 0.5em;
  margin: 0 auto 1.5em;
  border-bottom: 5px dotted #CD0100;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_manga--section .section_container h2 {
    font-size: 3.1vw;
    min-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_manga--section .section_container h2 {
    font-size: 2.8vw;
    min-width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section .section_container h2 {
    font-size: 2.2vw;
    min-width: 50.5%;
    padding-bottom: 0.2em;
  }
}
section.top_section.top_manga--section .section_container h2 span.inner {
  font-weight: bold;
  line-height: 1.8;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  display: inline-block;
  transition: all 0.5s;
}
section.top_section.top_manga--section .section_container h2 span.inner span.large {
  color: #CD0100;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section .section_container h2 span.inner span.large {
    font-size: 1.25em;
  }
}
section.top_section.top_manga--section .section_container h2 span.inner br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_section.top_manga--section .section_container h2 span.inner br.br_sp {
    display: none !important;
  }
}
section.top_section.top_manga--section .section_container.show h2 span.inner {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

section.top_section.top_manga--section.manga01 {
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.top_section.top_manga--section.manga01 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section.manga01 {
    padding-bottom: 80px;
  }
}

section.top_section.top_manga--section.manga02 {
  padding-bottom: 20%;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section.manga02 {
    padding-bottom: 100px;
  }
}
section.top_section.top_manga--section.manga02 .section_container {
  position: relative;
}

.top_manga_box {
  width: 90%;
  margin-inline: auto;
  opacity: 0;
  display: grid;
  gap: 5px;
  transform: translate(0, 30px);
  transition: all 0.5s 0.5s;
}
@media screen and (min-width: 1025px) {
  .top_manga_box {
    width: 80%;
    gap: 8px;
  }
}
.section_container.show .top_manga_box {
  opacity: 1;
  transform: translate(0, 0);
}
.top_manga_box .manga_row.row_flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .top_manga_box .manga_row.row_flex {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga_box .manga_row.row_flex {
    gap: 8px;
  }
}

section.top_section.top_tab_manga--section {
  padding-bottom: 15%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  section.top_section.top_tab_manga--section {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_tab_manga--section {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_tab_manga--section {
    padding-bottom: 80px;
  }
}
section.top_section.top_tab_manga--section .section_container {
  padding: 15% 0 12%;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  section.top_section.top_tab_manga--section .section_container {
    padding: 10% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_tab_manga--section .section_container {
    padding: 7% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_tab_manga--section .section_container {
    padding: 70px 0 70px;
  }
}
section.top_section.top_tab_manga--section .section_container h2 {
  text-align: center;
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1.4;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_tab_manga--section .section_container h2 {
    font-size: 3vw;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_tab_manga--section .section_container h2 {
    font-size: 2.5vw;
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_tab_manga--section .section_container h2 {
    font-size: min(1.9vw, 27px);
    margin: 0 auto 1.2em;
  }
}
section.top_section.top_tab_manga--section .section_container h2 br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_section.top_tab_manga--section .section_container h2 br {
    display: none !important;
  }
}
section.top_section.top_tab_manga--section .section_container h2 img {
  width: 2.2em;
  position: absolute;
  bottom: 0.2em;
}
section.top_section.top_tab_manga--section .section_container h2 img:first-of-type {
  left: 0;
  transform: translate(-150%, 0);
}
section.top_section.top_tab_manga--section .section_container h2 img:nth-of-type(2) {
  right: 0;
  transform: scale(1, -1) translate(150%, 0);
}

nav.tab_manga--nav {
  font-size: 3.8vw;
  width: 91%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  nav.tab_manga--nav {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  nav.tab_manga--nav {
    font-size: 1.9vw;
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  nav.tab_manga--nav {
    font-size: min(1.3vw, 18px);
    width: 48%;
    max-width: 690px;
  }
}
nav.tab_manga--nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 0.7em;
}
@media screen and (min-width: 768px) {
  nav.tab_manga--nav ul {
    gap: 0 1.3em;
  }
}
nav.tab_manga--nav ul li {
  list-style: none;
}

button.tab_manga--button {
  color: #3B3B3B;
  width: 100%;
  padding: 1em 0;
  background: none;
  border: 1px solid #CD0100;
  border-radius: 5em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  button.tab_manga--button {
    padding: 0;
    aspect-ratio: 4/1;
  }
}
button.tab_manga--button.active {
  color: #fff;
  background-color: #CD0100;
}
button.tab_manga--button.active::before {
  content: "";
  width: 1.1em;
  background-color: #CD0100;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 768px) {
  button.tab_manga--button.active::before {
    width: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  button.tab_manga--button.active::before {
    aspect-ratio: 1.7/1;
  }
}

.tab_manga--container {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .tab_manga--container {
    width: 85%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--container {
    width: 59%;
    max-width: 850px;
  }
}
.tab_manga--container.active {
  opacity: 1;
  position: relative;
  pointer-events: inherit;
}
.tab_manga--container h3 {
  text-align: center;
  color: #EF6710;
  font-size: 4.6vw;
  font-weight: bold;
  padding: 1.3em 0;
  margin-bottom: 1em;
  background-color: #F8F0EA;
}
@media screen and (min-width: 600px) {
  .tab_manga--container h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--container h3 {
    font-size: 2.5vw;
    padding: 0.75em 0;
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--container h3 {
    font-size: min(1.9vw, 27px);
    margin-bottom: 0.6em;
  }
}

.tab_manga--box {
  width: 72%;
  margin: 0 auto 9%;
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .tab_manga--box {
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--box {
    width: 100%;
    margin: 0 auto 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    direction: rtl;
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--box {
    margin: 0 auto 40px;
  }
}
.tab_manga--container.active .tab_manga--box.show {
  opacity: 1;
}
.tab_manga--box.show {
  opacity: 1;
  transform: translate(0, 0);
}
.tab_manga--box::before {
  content: "";
  width: 9%;
  height: 90%;
  background-color: #F4CEB7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .tab_manga--box::before {
    width: 20px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--box::before {
    width: 30px;
  }
}
.tab_manga--box .tab_manga {
  position: relative;
}
.tab_manga--box .tab_manga:not(:last-of-type) {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .tab_manga--box .tab_manga:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--box .tab_manga:nth-of-type(odd)::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #F4CEB7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--box .tab_manga:nth-of-type(odd)::before {
    width: 35px;
    height: 30px;
  }
}

.tab_manga--pr {
  width: 85%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tab_manga--pr {
    width: 94%;
  }
}
.tab_manga--pr::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background-color: #F8F0EA;
  position: absolute;
  left: 10px;
  top: 10px;
}
.tab_manga--pr .box {
  width: calc(100% - 10px);
  padding: 8% 0 18%;
  border: 2px solid #444;
  position: relative;
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box {
    padding: 6% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--pr .box {
    padding: 5% 0 8%;
  }
}
.tab_manga--pr .box h4 {
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
  width: 18em;
  padding: 1em 0;
  margin: 0 auto 2.5em;
  background-color: #FA914F;
  border-radius: 5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box h4 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--pr .box h4 {
    font-size: 2.2vw;
    margin: 0 auto 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--pr .box h4 {
    font-size: min(1.7vw, 24px);
    width: 20em;
    height: 3.8em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tab_manga--pr .box h4::before {
  content: "";
  width: 1.8em;
  background-color: #FA914F;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  aspect-ratio: 2.2/1;
}
.tab_manga--pr .box h4 br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .tab_manga--pr .box h4 br.br_sp {
    display: none !important;
  }
}
.tab_manga--pr .box p {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--pr .box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--pr .box p {
    font-size: min(1.3vw, 18px);
    margin-bottom: 1.8em;
  }
}
.tab_manga--pr .box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .tab_manga--pr .box p br.br_sp {
    display: none !important;
  }
}
.tab_manga--pr .box ul {
  font-size: 3.8vw;
  width: 78%;
  padding: 2.5em 1em;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box ul {
    font-size: 2.5vw;
    padding: 2.5em 1.5em 1.7em;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--pr .box ul {
    font-size: 2.1vw;
    padding: 2.5em 1.5em 1.7em 2em;
  }
}
@media screen and (min-width: 1025px) {
  .tab_manga--pr .box ul {
    font-size: min(1.6vw, 23px);
    width: 75.5%;
    padding: 2.5em 0.5em 1.7em 1.5em;
  }
}
@media screen and (min-width: 600px) {
  .tab_manga--container.container03 .tab_manga--pr .box ul {
    padding: 2.5em 1.5em 1.7em 3em;
  }
}
@media screen and (min-width: 768px) {
  .tab_manga--container.container03 .tab_manga--pr .box ul {
    padding: 2.5em 1.5em 1.7em 4em;
  }
}
.tab_manga--pr .box ul::before, .tab_manga--pr .box ul::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.tab_manga--pr .box ul::before {
  background-color: #fff;
  left: 10px;
  top: 10px;
}
.tab_manga--pr .box ul::after {
  border: 1px solid #EF6710;
  left: 0;
  top: 0;
}
.tab_manga--pr .box ul li {
  font-weight: bold;
  line-height: 1.4;
  padding-left: 2em;
  list-style: none;
  position: relative;
  z-index: 1;
  counter-increment: number;
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box ul li {
    padding-left: 2.2em;
  }
}
.tab_manga--pr .box ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.tab_manga--pr .box ul li:before {
  content: counter(number);
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: #EF6710 1px 1px 0, #EF6710 -1px -1px 0, #EF6710 -1px 1px 0, #EF6710 1px -1px 0, #EF6710 0px 1px 0, #EF6710 0 -1px 0, #EF6710 -1px 0 0, #EF6710 1px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(20%, -25%);
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box ul li:before {
    font-size: 1.5em;
    transform: translate(20%, -15%);
  }
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box ul li br {
    display: block !important;
  }
}
.tab_manga--pr .box .tab_manga--img {
  width: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .tab_manga--pr .box .tab_manga--img {
    width: 19%;
  }
}

section.top_section.top_pr--section .section_container {
  width: 88%;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section .section_container {
    max-width: 1050px;
  }
}

h2.top_pr_section--h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.8;
  opacity: 0;
  position: relative;
  transform: translate(-30px, 0);
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  h2.top_pr_section--h2 {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_pr_section--h2 {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_pr_section--h2 {
    font-size: min(2.8vw, 40px);
  }
}
.section_container.show h2.top_pr_section--h2 {
  opacity: 1;
  transform: translate(0, 0);
}
h2.top_pr_section--h2 span.eng {
  color: #CDD6CD;
  font-size: 3.2em;
  font-weight: bold;
  font-family: "Ubuntu" !important;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (min-width: 600px) {
  h2.top_pr_section--h2 span.eng {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 768px) {
  h2.top_pr_section--h2 span.eng {
    font-size: 3.6em;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_pr_section--h2 span.eng {
    font-size: 3.7em;
  }
}
h2.top_pr_section--h2 span.ja {
  font-weight: bold;
  position: relative;
}
h2.top_pr_section--h2 span.ja span.large {
  font-size: 1.18em;
  font-weight: bold;
}
h2.top_pr_section--h2 span.ja br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  h2.top_pr_section--h2 span.ja br {
    display: none !important;
  }
}

section.top_section.top_pr--section.pr_A {
  padding: 22% 0 5%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_A {
    padding: 18% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_A {
    padding: 17% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_A {
    padding: 150px 0 0;
  }
}
section.top_section.top_pr--section.pr_A .section_container h2.top_pr_section--h2 {
  margin-bottom: 1.5em;
}
section.top_section.top_pr--section.pr_A .section_container h2.top_pr_section--h2 span.eng {
  transform: translate(-50%, -30%);
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_A .section_container h2.top_pr_section--h2 span.eng {
    transform: translate(-50%, -50%);
  }
}

.top_pr_A--box {
  padding: 7% 7% 12%;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 40px;
}
@media screen and (min-width: 600px) {
  .top_pr_A--box {
    padding: 7% 7% 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_pr_A--box {
    padding: 6% 8% 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box {
    padding: 60px 90px;
  }
}
.top_pr_A--box h3 {
  text-align: center;
  color: #fff;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding: 1em 0;
  margin-bottom: 2em;
  background-color: #3F6844;
  border-radius: 20px;
  opacity: 0;
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  transition: all 0.5s 0.5s;
}
@media screen and (min-width: 600px) {
  .top_pr_A--box h3 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_pr_A--box h3 {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box h3 {
    font-size: 27px;
  }
}
.section_container.show .top_pr_A--box h3 {
  opacity: 1;
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
}
.top_pr_A--box h3 br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_pr_A--box h3 br.br_sp {
    display: none !important;
  }
}
.top_pr_A--box p.text {
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .top_pr_A--box p.text {
    text-align: center;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top_pr_A--box p.text {
    font-size: 2.3vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box p.text {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) {
  .top_pr_A--box p.text br {
    display: block !important;
  }
}
.top_pr_A--box ul {
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  .top_pr_A--box ul {
    font-size: 2.5vw;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_pr_A--box ul {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box ul {
    font-size: 20px;
  }
}
.top_pr_A--box ul li {
  padding-left: 2em;
  list-style: none;
  position: relative;
}
.top_pr_A--box ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
.top_pr_A--box ul li span.check {
  position: absolute;
  left: 0;
  top: 0;
}
.top_pr_A--box ul li span.check::before {
  content: "";
  width: 1em;
  background-color: #ABB4AB;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box ul li span.check::before {
    width: 1.2em;
  }
}
.top_pr_A--box ul li span.check svg {
  width: 1.2em;
  position: relative;
  transform: translate(-10%, -20%);
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box ul li span.check svg {
    width: 1.5em;
  }
}
.top_pr_A--box ul li span.check svg path {
  stroke: #2E2B33;
  stroke-width: 6;
  fill: none;
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box ul li span.check svg path {
    stroke-width: 5;
  }
}
.top_pr_A--box ul li p {
  font-weight: 500;
  line-height: 1.4;
}
.top_pr_A--box ul li p span.large {
  font-size: 1.2em;
  font-weight: bold;
}

section.top_section.top_pr--section.pr_B {
  padding: 22% 0 8%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_B {
    padding: 18% 0 10%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_B {
    padding: 18% 0 8%;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_B {
    padding: 190px 0 80px;
    margin: 80px auto 0;
  }
}
section.top_section.top_pr--section.pr_B::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #D1DBD1;
  border-radius: 50% 50% 50% 50%/10vw 10vw 10vw 10vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.top_section.top_pr--section.pr_B .section_container h2.top_pr_section--h2 {
  margin-bottom: 2.5em;
  position: relative;
}
section.top_section.top_pr--section.pr_B .section_container h2.top_pr_section--h2 span.eng {
  color: #EDEDED;
  transform: translate(-50%, -50%);
}

dl.top_pr_B--dl {
  width: 95%;
  margin-inline: auto;
  position: relative;
}
dl.top_pr_B--dl div {
  font-size: 4vw;
  padding-left: 3em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_pr_B--dl div {
    font-size: 2.7vw;
    padding-left: 4em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_B--dl div {
    font-size: 2.3vw;
    padding-left: 5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_B--dl div {
    font-size: 20px;
    padding-left: 8em;
  }
}
dl.top_pr_B--dl div:not(:last-of-type)::before {
  content: "";
  width: 1em;
  height: calc(100% + 4em);
  background-color: #EDEDED;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -1em);
}
dl.top_pr_B--dl div dt {
  color: #fff;
  font-weight: bold;
  font-family: "Ubuntu" !important;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
  background-color: #89B56B;
  border-radius: 2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_pr_B--dl div dt {
    padding: 0.5em 1.3em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_B--dl div dt {
    padding: 0.5em 1.6em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_B--dl div dt {
    padding: 0.5em 2em;
  }
}
dl.top_pr_B--dl div dt::before {
  content: "";
  width: 0.7em;
  background-color: #89B56B;
  border-radius: 50%;
  position: absolute;
  left: -2.5em;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  dl.top_pr_B--dl div dt::before {
    left: -3.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_B--dl div dt::before {
    left: -4.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_B--dl div dt::before {
    left: -7.5em;
  }
}
dl.top_pr_B--dl div dt::after {
  content: "";
  width: 2em;
  height: 2px;
  background-size: 11px 2px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 6px, transparent 0, transparent 11px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 600px) {
  dl.top_pr_B--dl div dt::after {
    width: 3em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_B--dl div dt::after {
    width: 4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_B--dl div dt::after {
    width: 7em;
  }
}
dl.top_pr_B--dl div dd {
  padding-bottom: 2.5em;
}
dl.top_pr_B--dl div dd h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 600px) {
  dl.top_pr_B--dl div dd h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_B--dl div dd h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_B--dl div dd h3 {
    font-size: 1.7em;
  }
}
dl.top_pr_B--dl div dd h3 + p {
  margin-top: 1em;
}
dl.top_pr_B--dl div dd p {
  font-size: 1.07em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  dl.top_pr_B--dl div dd p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_B--dl div dd p {
    font-size: 0.92em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_B--dl div dd p {
    font-size: 18px;
  }
}

section.top_section.top_pr--section.pr_C {
  padding: 22% 0 5%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_C {
    padding: 18% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_C {
    padding: 17% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_C {
    padding: 150px 0 0;
  }
}
section.top_section.top_pr--section.pr_C .section_container h2.top_pr_section--h2 {
  margin-bottom: 3em;
}
section.top_section.top_pr--section.pr_C .section_container h2.top_pr_section--h2 span.eng {
  transform: translate(-50%, -50%);
}

dl.top_pr_C--dl {
  font-size: 4.3vw;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  dl.top_pr_C--dl {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_C--dl {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_C--dl {
    font-size: 23px;
    width: 100%;
  }
}
dl.top_pr_C--dl dt, dl.top_pr_C--dl dd {
  padding-left: 2em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  dl.top_pr_C--dl dt, dl.top_pr_C--dl dd {
    padding-left: 2.5em;
  }
}
dl.top_pr_C--dl dt button span, dl.top_pr_C--dl dt p, dl.top_pr_C--dl dd button span, dl.top_pr_C--dl dd p {
  font-weight: bold;
  line-height: 1.6;
}
dl.top_pr_C--dl dt button span::before, dl.top_pr_C--dl dt p::before, dl.top_pr_C--dl dd button span::before, dl.top_pr_C--dl dd p::before {
  font-size: 1.4em;
  font-family: "Ubuntu" !important;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 600px) {
  dl.top_pr_C--dl dt button span::before, dl.top_pr_C--dl dt p::before, dl.top_pr_C--dl dd button span::before, dl.top_pr_C--dl dd p::before {
    font-size: 1.5em;
    transform: translate(0, -5%);
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_C--dl dt button span::before, dl.top_pr_C--dl dt p::before, dl.top_pr_C--dl dd button span::before, dl.top_pr_C--dl dd p::before {
    font-size: 1.6em;
    transform: translate(0, -10%);
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_C--dl dt button span::before, dl.top_pr_C--dl dt p::before, dl.top_pr_C--dl dd button span::before, dl.top_pr_C--dl dd p::before {
    font-size: 1.8em;
    transform: translate(0, -15%);
  }
}
dl.top_pr_C--dl dt.question_dt {
  color: #3F6844;
  padding-right: 2.5em;
  margin-bottom: 2em;
  cursor: pointer;
}
dl.top_pr_C--dl dt.question_dt::before, dl.top_pr_C--dl dt.question_dt::after {
  content: "";
  width: 1.3em;
  height: 2px;
  background-color: #3F6844;
  position: absolute;
  right: 0;
  top: 0.6em;
}
dl.top_pr_C--dl dt.question_dt::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
dl.top_pr_C--dl dt.question_dt.open::after {
  transform: rotate(0deg);
}
dl.top_pr_C--dl dt.question_dt button {
  text-align: left;
  color: inherit;
  padding: 0;
  background: none;
}
dl.top_pr_C--dl dt.question_dt button span::before {
  content: "Q";
}
dl.top_pr_C--dl dd.question_dd {
  height: 2px;
  padding-top: 2px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  dl.top_pr_C--dl dd.question_dd {
    padding-right: 1.5em;
  }
}
dl.top_pr_C--dl dd.question_dd:not(:last-of-type) {
  margin-bottom: 2em;
}
dl.top_pr_C--dl dd.question_dd.open {
  height: auto;
}
dl.top_pr_C--dl dd.question_dd::before {
  content: "";
  width: 100%;
  height: 1px;
  background-size: 4px 1px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 3px, transparent 0, transparent 4px);
  position: absolute;
  left: 0;
  bottom: 0;
}
dl.top_pr_C--dl dd.question_dd p:last-of-type {
  margin-bottom: 2em;
}
dl.top_pr_C--dl dd.question_dd p::before {
  content: "A";
}

section.top_section.top_pr--section.pr_D {
  padding: 22% 0 15%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_D {
    padding: 18% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_D {
    padding: 15% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_D {
    padding: 140px 0 90px;
  }
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_D .section_container {
    max-width: 600px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_D .section_container {
    width: 84.5%;
    max-width: 1215px;
  }
}
section.top_section.top_pr--section.pr_D .section_container h2.top_pr_section--h2 {
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_D .section_container h2.top_pr_section--h2 {
    margin-bottom: 1.2em;
  }
}
section.top_section.top_pr--section.pr_D .section_container h2.top_pr_section--h2 span.eng {
  color: #F4CEB7;
  transform: translate(-50%, -35%);
}
section.top_section.top_pr--section.pr_D .section_container .text_box {
  text-align: center;
  font-size: 4.3vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_D .section_container .text_box {
    text-align: center;
    font-size: 2.8vw;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_D .section_container .text_box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_D .section_container .text_box {
    font-size: min(1.7vw, 24px);
    margin: 0 auto 2.5em;
  }
}
section.top_section.top_pr--section.pr_D .section_container .text_box p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_D .section_container .text_box p {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1025px) {
  dl.top_pr_D--dl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
  }
}

.top_pr_D_dl--itemBox {
  font-size: 4.3vw;
  padding: 1.8em 2.5em;
  background-color: #fff;
  border: 2px solid #EF6710;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .top_pr_D_dl--itemBox {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_pr_D_dl--itemBox {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_D_dl--itemBox {
    font-size: min(1.5vw, 21px);
    padding: 0.5em 1.5em 1.5em;
    display: grid;
    grid-auto-rows: auto 1fr;
  }
}
.top_pr_D_dl--itemBox:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .top_pr_D_dl--itemBox:not(:last-of-type) {
    margin: 0;
  }
}
.top_pr_D_dl--itemBox dt {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #F4CEB7;
}
@media screen and (min-width: 1025px) {
  .top_pr_D_dl--itemBox dt {
    height: 4em;
    padding-bottom: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top_pr_D_dl--itemBox dt br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .top_pr_D_dl--itemBox dd {
    display: grid;
    grid-template-rows: 1fr auto;
  }
}
.top_pr_D_dl--itemBox dd ul {
  margin-bottom: 2em;
}
.top_pr_D_dl--itemBox dd ul li {
  font-weight: bold;
  list-style: none;
  line-height: 1.6;
  padding-left: 1em;
  align-items: center;
  position: relative;
}
.top_pr_D_dl--itemBox dd ul li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.top_pr_D_dl--itemBox dd ul li::before {
  content: "";
  width: 0.5em;
  margin-right: 0.5em;
  background-color: #EF6710;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
  aspect-ratio: 1;
}
.top_pr_D_dl--itemBox dd ul li span {
  font-size: 0.85em;
  font-weight: bold;
}
.top_pr_D_dl--itemBox dd ul li br {
  display: block !important;
}
.top_pr_D_dl--itemBox dd p.bottom_text {
  text-align: center;
  color: #fff;
  font-size: 1.06em;
  font-weight: bold;
  line-height: 1.4;
  height: 4.7em;
  padding: 0 1em;
  background-color: #FA914F;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_pr_D_dl--itemBox dd p.bottom_text br {
  display: block !important;
}

section.top_section.top_pr--section.pr_E {
  padding: 22% 0 8%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_E {
    padding: 18% 0 10%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_E {
    padding: 18% 0 8%;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_E {
    padding: 190px 0 80px;
    margin: 80px auto 0;
  }
}
section.top_section.top_pr--section.pr_E .section_container h2.top_pr_section--h2 {
  margin-bottom: 2em;
  position: relative;
}
section.top_section.top_pr--section.pr_E .section_container h2.top_pr_section--h2 span.eng {
  color: #EDEDED;
  transform: translate(-50%, -50%);
}
section.top_section.top_pr--section.pr_E .section_container .text_box {
  text-align: center;
  font-size: 4.3vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_E .section_container .text_box {
    font-size: 2.8vw;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 2.5em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_E .section_container .text_box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_E .section_container .text_box {
    font-size: 20px;
    margin: 0 auto 3em;
  }
}
section.top_section.top_pr--section.pr_E .section_container .text_box p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_E .section_container .text_box p {
    line-height: 1.8;
  }
}
section.top_section.top_pr--section.pr_E .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_E .section_container .text_box p br {
    display: none !important;
  }
}

dl.top_pr_E--dl .item_box {
  font-size: 4.3vw;
  padding: 2em 1.5em 2.5em;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 40px;
}
@media screen and (min-width: 600px) {
  dl.top_pr_E--dl .item_box {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_E--dl .item_box {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_E--dl .item_box {
    font-size: 18px;
    padding: 3em 2.5em;
  }
}
dl.top_pr_E--dl .item_box:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  dl.top_pr_E--dl .item_box.has_img {
    display: grid;
    grid-template: auto 1fr/1.5fr 1fr;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_E--dl .item_box.has_img {
    grid-template: auto 1fr/1.8fr 1fr;
  }
}
dl.top_pr_E--dl .item_box dt {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 4px dotted #89B56B;
}
@media screen and (min-width: 1025px) {
  dl.top_pr_E--dl .item_box dt {
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
}
dl.top_pr_E--dl .item_box dt span {
  font-weight: bold;
  display: block;
}
dl.top_pr_E--dl .item_box dt span.eng {
  color: #3F6844;
  font-size: 1.12em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
dl.top_pr_E--dl .item_box dt span.ja {
  font-size: 1.49em;
  line-height: 1.4;
}
dl.top_pr_E--dl .item_box dd:nth-of-type(2) {
  width: 87%;
  margin: 2em auto 0;
}
@media screen and (min-width: 600px) {
  dl.top_pr_E--dl .item_box dd:nth-of-type(2) {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_E--dl .item_box dd:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
}
dl.top_pr_E--dl .item_box dd p {
  line-height: 1.4;
}
dl.top_pr_E--dl .item_box dd p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.top_pr_E--dl .item_box.has_img dd:first-of-type {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_E--dl .item_box.has_img dd:nth-of-type(2) {
    font-size: 1.12em;
    margin-top: 2em;
    grid-row: span 2;
    order: 2;
  }
}

section.top_section.top_pr--section.pr_F {
  padding: 22% 0 8%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_F {
    padding: 18% 0 10%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_F {
    padding: 18% 0 8%;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_F {
    padding: 190px 0 80px;
    margin: 80px auto 0;
  }
}
section.top_section.top_pr--section.pr_F .section_container h2.top_pr_section--h2 {
  margin-bottom: 2em;
  position: relative;
}
section.top_section.top_pr--section.pr_F .section_container h2.top_pr_section--h2 span.eng {
  color: #EDEDED;
  transform: translate(-50%, -50%);
}
section.top_section.top_pr--section.pr_F .section_container .text_box {
  text-align: center;
  font-size: 4.3vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_F .section_container .text_box {
    font-size: 2.8vw;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 2.5em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_F .section_container .text_box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_F .section_container .text_box {
    font-size: 20px;
    margin: 0 auto 3em;
  }
}
section.top_section.top_pr--section.pr_F .section_container .text_box p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_F .section_container .text_box p {
    line-height: 1.8;
  }
}
section.top_section.top_pr--section.pr_F .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_F .section_container .text_box p br {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}
dl.top_pr_F--dl div:not(:last-of-type) {
  margin-bottom: 15%;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div:not(:last-of-type) {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div:not(:last-of-type) {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div:not(:last-of-type) {
    margin: 0;
  }
}
dl.top_pr_F--dl div dt {
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  border: 2px solid #2E2B33;
  border-bottom: none;
  padding: 0.8em 0 1.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div dt {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div dt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div dt {
    font-size: 34px;
  }
}
dl.top_pr_F--dl div dt::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #2E2B33;
  position: absolute;
  left: 50%;
  bottom: 1.2em;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div dd {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}
dl.top_pr_F--dl div dd:first-of-type {
  padding-bottom: 10%;
  margin-bottom: 15%;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border: 2px solid #2E2B33;
  border-top: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div dd:first-of-type {
    padding-bottom: 7%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div dd:first-of-type {
    padding-bottom: 5%;
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div dd:first-of-type {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}
dl.top_pr_F--dl div dd:first-of-type::before, dl.top_pr_F--dl div dd:first-of-type::after {
  content: "";
  width: 3em;
  height: 2em;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
}
dl.top_pr_F--dl div dd:first-of-type::before {
  background-color: #2E2B33;
  transform: translate(-50%, 100%);
}
dl.top_pr_F--dl div dd:first-of-type::after {
  background-color: #fff;
  transform: translate(-50%, calc(100% - 2.5px));
}
dl.top_pr_F--dl div dd:first-of-type .img {
  width: 80%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div dd:first-of-type .img {
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div dd:first-of-type .img {
    margin: 0 auto 4%;
  }
}
dl.top_pr_F--dl div dd:first-of-type .img img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}
dl.top_pr_F--dl div dd:first-of-type ul {
  font-size: 4.3vw;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div dd:first-of-type ul {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div dd:first-of-type ul {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div dd:first-of-type ul {
    font-size: 18px;
  }
}
dl.top_pr_F--dl div dd:first-of-type ul li {
  line-height: 1.4;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.5em;
}
dl.top_pr_F--dl div dd:first-of-type ul li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
dl.top_pr_F--dl div dd:first-of-type ul li::before {
  content: "";
  width: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.584 13.529'%3E%3Cg transform='translate(-3.5 -3.5)'%3E%3Cpath d='M13.5,10.484l1.922,1.922L21.827,6' transform='translate(-5.157 -0.859)' fill='none' stroke='%2389b56b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M16.029,10.265v4.484a1.281,1.281,0,0,1-1.281,1.281H5.781A1.281,1.281,0,0,1,4.5,14.748V5.781A1.281,1.281,0,0,1,5.781,4.5h7.046' fill='none' stroke='%2389b56b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  aspect-ratio: 1;
}
dl.top_pr_F--dl div dd:nth-of-type(2) {
  padding: 4% 6%;
  background-color: #3F6844;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
dl.top_pr_F--dl div dd:nth-of-type(2) p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
dl.top_pr_F--dl div dd:nth-of-type(2) p:first-of-type {
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div dd:nth-of-type(2) p:first-of-type {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div dd:nth-of-type(2) p:first-of-type {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div dd:nth-of-type(2) p:first-of-type {
    font-size: 18px;
  }
}
dl.top_pr_F--dl div dd:nth-of-type(2) p:nth-of-type(2) {
  font-size: 5.6vw;
}
@media screen and (min-width: 600px) {
  dl.top_pr_F--dl div dd:nth-of-type(2) p:nth-of-type(2) {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_F--dl div dd:nth-of-type(2) p:nth-of-type(2) {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_F--dl div dd:nth-of-type(2) p:nth-of-type(2) {
    font-size: 24px;
  }
}
dl.top_pr_F--dl div dd:nth-of-type(2) p:nth-of-type(2) span {
  font-size: 1.77em;
  font-weight: bold;
  margin-right: 0.2em;
}
dl.top_pr_F--dl div dd:nth-of-type(2) p br {
  display: block !important;
}

section.top_section.top_pr--section.pr_G {
  padding: 22% 0 8%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_G {
    padding: 18% 0 10%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_G {
    padding: 18% 0 8%;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_G {
    padding: 190px 0 80px;
    margin: 80px auto 0;
  }
}
section.top_section.top_pr--section.pr_G .section_container h2.top_pr_section--h2 {
  margin-bottom: 2em;
  position: relative;
}
section.top_section.top_pr--section.pr_G .section_container h2.top_pr_section--h2 span.eng {
  color: #EDEDED;
  transform: translate(-50%, -70%);
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_G .section_container h2.top_pr_section--h2 span.eng {
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
}
section.top_section.top_pr--section.pr_G .section_container .text_box {
  text-align: center;
  font-size: 4.3vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_G .section_container .text_box {
    font-size: 2.8vw;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 2.5em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_G .section_container .text_box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_G .section_container .text_box {
    font-size: 20px;
    margin: 0 auto 3em;
  }
}
section.top_section.top_pr--section.pr_G .section_container .text_box p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_G .section_container .text_box p {
    line-height: 1.8;
  }
}
section.top_section.top_pr--section.pr_G .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_G .section_container .text_box p br {
    display: none !important;
  }
}

.top_pr_G--swiperBox {
  font-size: 4.3vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_pr_G--swiperBox {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_pr_G--swiperBox {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_G--swiperBox {
    font-size: 18px;
  }
}

.top_pr_G--swiper {
  overflow: hidden;
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide {
  padding: 2em 2.5em;
  border: 2px solid #2E2B33;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .top_pr_G--swiper dl.swiper-wrapper .swiper-slide {
    padding: 2em;
    display: grid;
    grid-template: auto 1fr/1fr 1fr;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_G--swiper dl.swiper-wrapper .swiper-slide {
    padding: 2.5em;
    grid-template: auto 1fr/1fr 1.1fr;
    gap: 0 2em;
  }
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dd:first-of-type {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .top_pr_G--swiper dl.swiper-wrapper .swiper-slide dd:first-of-type {
    margin: 0;
    grid-row: span 2;
  }
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dd:first-of-type img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dt {
  color: #5DAA68;
  font-size: 1.37em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dd:nth-of-type(2) p.text {
  line-height: 1.6;
  margin-bottom: 2em;
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dd:nth-of-type(2) p.fw_bold {
  font-weight: bold;
}

.top_pr_G_swiperButton--prev,
.top_pr_G_swiperButton--next {
  width: 2em;
  height: auto;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .top_pr_G_swiperButton--prev,
  .top_pr_G_swiperButton--next {
    width: 2.5em;
  }
}
.top_pr_G_swiperButton--prev::after,
.top_pr_G_swiperButton--next::after {
  content: none;
}
.top_pr_G_swiperButton--prev i,
.top_pr_G_swiperButton--next i {
  color: #150135;
}

.top_pr_G_swiperButton--prev {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top_pr_G_swiperButton--prev {
    transform: translate(-50%, 0);
  }
}

.top_pr_G_swiperButton--next {
  position: absolute;
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .top_pr_G_swiperButton--next {
    transform: translate(50%, 0);
  }
}

.top_pr_G_swiperButton--pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 150%);
}
.top_pr_G_swiperButton--pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #2E2B33;
  opacity: 1;
}
.top_pr_G_swiperButton--pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2B33;
}

.top_pr--contents {
  padding: 22% 0 8%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_pr--contents {
    padding: 18% 0 10%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .top_pr--contents {
    padding: 18% 0 8%;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr--contents {
    padding: 190px 0 80px;
    margin: 80px auto 0;
  }
}
.top_pr--contents .contents_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .top_pr--contents .contents_container {
    max-width: 1050px;
  }
}
.top_pr--contents .contents_container .item_box {
  font-size: 4.3vw;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 1em;
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box {
    font-size: 2.7vw;
    gap: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  .top_pr--contents .contents_container .item_box {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr--contents .contents_container .item_box {
    font-size: 18px;
    gap: 0 3em;
  }
}
.top_pr--contents .contents_container .item_box:nth-of-type(even) {
  direction: rtl;
}
.top_pr--contents .contents_container .item_box:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr--contents .contents_container .item_box:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
.top_pr--contents .contents_container .item_box p {
  font-weight: bold;
  line-height: 1.6;
  padding: 1em;
  border: 2px solid #2E2B33;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box p {
    padding: 0 1em;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top_pr--contents .contents_container .item_box p {
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr--contents .contents_container .item_box p {
    padding: 0 2em;
  }
}
.top_pr--contents .contents_container .item_box p::before, .top_pr--contents .contents_container .item_box p::after {
  content: "";
  width: 0.6em;
  height: 1.2em;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box p::before, .top_pr--contents .contents_container .item_box p::after {
    width: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr--contents .contents_container .item_box p::before, .top_pr--contents .contents_container .item_box p::after {
    width: 1.8em;
  }
}
.top_pr--contents .contents_container .item_box p::before {
  background-color: #2E2B33;
}
.top_pr--contents .contents_container .item_box p::after {
  background-color: #fff;
}
.top_pr--contents .contents_container .item_box:nth-of-type(odd) p::before, .top_pr--contents .contents_container .item_box:nth-of-type(odd) p::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 0;
}
.top_pr--contents .contents_container .item_box:nth-of-type(odd) p::before {
  transform: translate(100%, -50%);
}
.top_pr--contents .contents_container .item_box:nth-of-type(odd) p::after {
  transform: translate(calc(100% - 2.5px), -50%);
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box:nth-of-type(odd) p::after {
    transform: translate(calc(100% - 3.5px), -50%);
  }
}
.top_pr--contents .contents_container .item_box:nth-of-type(even) p {
  direction: ltr;
}
.top_pr--contents .contents_container .item_box:nth-of-type(even) p::before, .top_pr--contents .contents_container .item_box:nth-of-type(even) p::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: 0;
}
.top_pr--contents .contents_container .item_box:nth-of-type(even) p::before {
  transform: translate(-100%, -50%);
}
.top_pr--contents .contents_container .item_box:nth-of-type(even) p::after {
  transform: translate(calc(-100% + 2.5px), -50%);
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box:nth-of-type(even) p::after {
    transform: translate(calc(-100% + 3.5px), -50%);
  }
}
.top_pr--contents .contents_container .item_box .img {
  width: 4em;
  border: 2px solid #2E2B33;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .top_pr--contents .contents_container .item_box .img {
    width: 5em;
  }
}
button.to_top--button {
  font-size: 5vw;
  width: 2.8em;
  padding: 0;
  background-color: #FA914F;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 170%);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  button.to_top--button {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  button.to_top--button {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 1025px) {
  button.to_top--button {
    font-size: min(2.45vw, 35px);
    transform: translate(3em, 170%);
  }
}

section.top_section.top_contact {
  padding: 20% 0 10%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contact {
    padding: 16% 0 8%;
    margin: 6% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contact {
    padding: 14% 0 8%;
    margin: 2% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contact {
    padding: 170px 0 90px;
    margin: 80px auto 0;
  }
}
section.top_section.top_contact .bg_img {
  width: 100vw;
  height: 100%;
  background-color: #FA914F;
  border-radius: 50% 50% 0 0/10vw 10vw 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.top_section.top_contact .section_container {
  width: 88%;
  padding: 12% 0 15%;
  margin-inline: auto;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 40px;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contact .section_container {
    padding: 6% 0 9%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contact .section_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 5% 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contact .section_container {
    max-width: 1065px;
    padding: 55px 70px;
  }
}
section.top_section.top_contact .section_container h2 {
  text-align: center;
  color: #2E2B33;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.8;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contact .section_container h2 {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contact .section_container h2 {
    text-align: left;
    font-size: 3.2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contact .section_container h2 {
    font-size: 32px;
  }
}
section.top_section.top_contact .section_container h2 br {
  display: block !important;
}
section.top_section.top_contact .section_container .box {
  font-size: 4.4vw;
  margin-inline: auto;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contact .section_container .box {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contact .section_container .box {
    font-size: 2.2vw;
    margin-inline: unset;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contact .section_container .box {
    font-size: 20px;
  }
}
section.top_section.top_contact .section_container .box.grid_box {
  grid-template-rows: 1fr 1fr;
  gap: 2.2em 0;
}

footer#containerfooter {
  padding: 0;
}
footer#containerfooter .container {
  width: 100%;
  padding: 0;
}

.mlp_footer {
  padding: 10% 0 22%;
}
@media screen and (min-width: 600px) {
  .mlp_footer {
    padding: 7% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer {
    padding: 5% 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer {
    padding: 50px 0 30px;
  }
}
.mlp_footer .footer_container {
  font-size: 3.2vw;
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .footer_container {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container {
    font-size: min(1.05vw, 15px);
    max-width: 1065px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0 50px;
  }
}
.mlp_footer .footer_container p.logo {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #CD0100;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container p.logo {
    grid-column: span 2;
  }
}
.mlp_footer .footer_container p.logo img {
  width: 6.7em;
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container p.logo img {
    width: 7.1em;
  }
}

.footer_info--box {
  width: 80%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 600px) {
  .footer_info--box {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box {
    font-size: 1.1em;
    margin: 0;
    grid-row: span 2;
  }
}
.footer_info--box p {
  color: #CD0100;
  font-weight: bold;
  line-height: 1.6;
}
.footer_info--box p.name {
  font-size: 1.1em;
}
.footer_info--box p.info br {
  display: block !important;
}
.footer_info--box p.info a {
  color: #CD0100;
}
.footer_info--box p.info a:hover {
  opacity: 0.7;
}
.footer_info--box a.map {
  color: #CD0100;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CD0100 !important;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .footer_info--box a.map {
    margin-bottom: 0.5em;
  }
}
.footer_info--box a.map:hover {
  opacity: 0.7;
}

.footer_nav--box {
  width: 80%;
  margin: 0 auto 5em;
}
@media screen and (min-width: 600px) {
  .footer_nav--box {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box {
    white-space: nowrap;
  }
}
.footer_nav--box ul:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .footer_nav--box ul:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 600px) {
  .footer_nav--box ul {
    display: flex;
    gap: 0 2em;
  }
}
.footer_nav--box ul li {
  font-weight: bold;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .footer_nav--box ul li {
    line-height: 1.5;
  }
}
.footer_nav--box ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .footer_nav--box ul li:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .footer_nav--box ul li.border_right {
    padding-right: 2.5em;
    border-right: 1px solid #89B56B;
  }
}
.footer_nav--box ul li a {
  color: #CD0100 !important;
  position: relative;
}
.footer_nav--box ul li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CD0100;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.footer_nav--box ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer_nav--box ul li a i {
  margin-left: 1em;
}

.footer_copy--box {
  text-align: right;
}
.footer_copy--box small {
  color: #CD0100;
  font-size: 0.9em;
}

footer#containerfooter .footerbase {
  margin: 0;
}
footer#containerfooter .footerbase .container .footercredits {
  padding: 0;
}

#topcontrol .to_the_top {
  display: none !important;
  width: 44px;
  height: 44px;
  border: 3px solid #0068AF;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topcontrol .to_the_top .kt-icon-arrow-up2 {
  color: #0068AF;
  font-size: 3rem;
  line-height: 1;
  padding: 0;
}
#topcontrol .to_the_top .kt-icon-arrow-up2::before {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}