@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: #222;
}
.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: #FF0002;
  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;
}

.header_sns {
  display: flex;
  position: fixed;
  right: 90px;
  top: 12px;
  gap: 0 10px;
}
.header_sns .sns_button {
  background-color: #ABB4AB;
  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 i {
  color: #fff;
  margin: 0;
}

nav.header_menu--nav {
  width: 100%;
  height: calc(100svh - 60px);
  padding: 30px 0;
  background-color: #EDEDED;
  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 3em;
  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 a {
  color: #AC0000;
  font-weight: bold;
  position: relative;
}
nav.header_menu--nav ul li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #89B56B;
  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: 80%;
  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: 70%;
  }
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav .menu_sns {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav .menu_sns {
    display: none;
  }
}
nav.header_menu--nav .menu_sns .sns_button {
  background-color: #ABB4AB;
  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.5vw;
  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;
  }
}
.float_button--box .float_button.button01 {
  background-color: #AC0000;
}
.float_button--box .float_button.button02 {
  background-color: #333333;
}
.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 {
    grid-template-columns: auto;
    justify-content: center;
    gap: 1em 0;
  }
}
.float_button--box .float_button div img {
  width: 1.2em;
}
.float_button--box .float_button div span {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .float_button--box .float_button div span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
  }
}
.float_button--box .float_button div i {
  color: #fff;
}

.common_button {
  text-align: center;
  width: 15.2em;
  padding: 1.4em 0;
  border-radius: 3em;
  box-shadow: 3px 6px 0px #ABB4AB;
  display: grid;
  align-items: center;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
}
.common_button.button01 {
  background-color: #AC0000;
}
.common_button.button02 {
  background-color: #333333;
}
.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.5em 0.8em;
}
.common_button div img {
  width: 1.2em;
}
.common_button div span {
  color: #fff;
  font-weight: bold;
}
.common_button div i {
  color: #fff;
}
.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.header_A {
  background-position: center;
  background-size: cover;
}
.top_page--header.header_A .top_page--back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_page--header.header_A .top_page--back picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.6s 0.5s;
}
.top_page--header.header_A .top_page--back .img_box {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  transition: all 0.8s 2.2s;
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .top_page--back .img_box {
    max-width: 1400px;
  }
}
.top_page--header.header_A .top_page--back .img_box .img {
  position: absolute;
}
.top_page--header.header_A .top_page--back .img_box .img.img01, .top_page--header.header_A .top_page--back .img_box .img.img04 {
  width: 77%;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .top_page--back .img_box .img.img01, .top_page--header.header_A .top_page--back .img_box .img.img04 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .top_page--back .img_box .img.img01, .top_page--header.header_A .top_page--back .img_box .img.img04 {
    width: 45%;
  }
}
.top_page--header.header_A .top_page--back .img_box .img.img02, .top_page--header.header_A .top_page--back .img_box .img.img03 {
  width: 61%;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .top_page--back .img_box .img.img02, .top_page--header.header_A .top_page--back .img_box .img.img03 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .top_page--back .img_box .img.img02, .top_page--header.header_A .top_page--back .img_box .img.img03 {
    width: 35%;
  }
}
.top_page--header.header_A .top_page--back .img_box .img.img01 {
  left: 0;
  top: -5%;
  transform: translate(-32%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .top_page--back .img_box .img.img01 {
    top: -22%;
    transform: translate(-28%, 0);
  }
}
.top_page--header.header_A .top_page--back .img_box .img.img02 {
  right: 0;
  top: 0;
  transform: translate(32%, 0);
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .top_page--back .img_box .img.img02 {
    top: -2%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .top_page--back .img_box .img.img02 {
    top: -10%;
    transform: translate(28%, 0);
  }
}
.top_page--header.header_A .top_page--back .img_box .img.img03 {
  left: 0;
  bottom: 0;
  transform: translate(-32%, 0);
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .top_page--back .img_box .img.img03 {
    bottom: -2%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .top_page--back .img_box .img.img03 {
    bottom: -10%;
    transform: translate(-28%, 0);
  }
}
.top_page--header.header_A .top_page--back .img_box .img.img04 {
  right: 0;
  bottom: -5%;
  transform: translate(32%, 0);
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .top_page--back .img_box .img.img04 {
    bottom: -22%;
    transform: translate(28%, 0);
  }
}
.top_page--header.header_A .top_page--back .img_box .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 10%);
}
.top_page--header.header_A .top_page--back .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: relative;
  aspect-ratio: 1.2/1;
}
.top_page--header.header_A.loaded .top_page--back picture img {
  opacity: 1;
}
.top_page--header.header_A.loaded .top_page--back .img_box {
  opacity: 1;
}
.top_page--header.header_A .header_container {
  width: 100%;
  height: calc(100svh - 17.8571428571vw - 60px);
  min-height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .header_container {
    height: auto;
    min-height: auto;
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .header_container {
    height: 750px;
  }
}
.top_page--header.header_A .header_container .box {
  font-size: 3.8vw;
  text-align: center;
  width: 24.2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .header_container .box {
    font-size: 2.6vw;
    width: 28em;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .header_container .box {
    font-size: 2.2vw;
    width: 30em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .header_container .box {
    font-size: 24px;
  }
}
.top_page--header.header_A .header_container .box::before {
  content: "";
  width: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s 1.2s;
  aspect-ratio: 1.2/1;
}
.top_page--header.header_A .header_container .box p {
  font-weight: bold;
  opacity: 0;
  transition: all 0.6s 1.6s;
  position: relative;
}
.top_page--header.header_A .header_container .box p.top_text {
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .header_container .box p.top_text {
    margin-bottom: 1.8em;
  }
}
.top_page--header.header_A .header_container .box p.logo {
  width: 18.5em;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .header_container .box p.logo {
    margin: 0 auto 2.5em;
  }
}
.top_page--header.header_A .header_container .box p.bottom_text {
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .header_container .box p.bottom_text {
    font-size: 1.03em;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_A .header_container .box p.bottom_text {
    font-size: 1.07em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_A .header_container .box p.bottom_text {
    font-size: 1.1em;
  }
}
.top_page--header.header_A .header_container .box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_A .header_container .box p br.br_sp {
    display: none !important;
  }
}
.top_page--header.header_A.loaded .header_container .box::before {
  opacity: 0.9;
}
.top_page--header.header_A.loaded .header_container .box p {
  opacity: 1;
}

.top_page--header.header_B {
  background-position: center;
  background-size: cover;
}
.top_page--header.header_B .top_page--back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_page--header.header_B .top_page--back picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.6s 0.5s;
}
.top_page--header.header_B.loaded .top_page--back picture img {
  opacity: 1;
}
.top_page--header.header_B .header_container {
  width: 100%;
  height: calc(100svh - 17.8571428571vw - 60px);
  min-height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--header.header_B .header_container {
    height: auto;
    min-height: auto;
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container {
    height: 750px;
  }
}
.top_page--header.header_B .header_container .box {
  text-align: center;
  width: 100%;
  padding: 7% 0;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_B .header_container .box {
    padding: 5% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_B .header_container .box {
    padding: 4% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container .box {
    padding: 40px 0;
  }
}
.top_page--header.header_B .header_container .box p {
  font-weight: bold;
  line-height: 1.6;
  opacity: 0;
  transition: all 0.6s 1.6s;
  position: relative;
  z-index: 1;
}
.top_page--header.header_B .header_container .box p.top_text {
  font-size: 3.5vw;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_B .header_container .box p.top_text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_B .header_container .box p.top_text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container .box p.top_text {
    font-size: 21px;
  }
}
.top_page--header.header_B .header_container .box p.center_text {
  font-size: 6.2vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_B .header_container .box p.center_text {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_B .header_container .box p.center_text {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container .box p.center_text {
    font-size: 33px;
  }
}
.top_page--header.header_B .header_container .box p.bottom_text {
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_B .header_container .box p.bottom_text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_B .header_container .box p.bottom_text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container .box p.bottom_text {
    font-size: 23px;
  }
}
.top_page--header.header_B .header_container .box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_B .header_container .box p br.br_sp {
    display: none !important;
  }
}
.top_page--header.header_B .header_container .box .img_box {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  transition: all 0.8s 2.2s;
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container .box .img_box {
    max-width: 1200px;
  }
}
.top_page--header.header_B .header_container .box .img_box .img {
  width: 25%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_page--header.header_B .header_container .box .img_box .img {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_B .header_container .box .img_box .img {
    width: 200px;
  }
}
.top_page--header.header_B .header_container .box .img_box .img.img01 {
  left: 0;
  top: 0;
  transform: translate(0, -100%);
}
.top_page--header.header_B .header_container .box .img_box .img.img02 {
  right: 0;
  top: 0;
  transform: translate(0, -100%);
}
.top_page--header.header_B .header_container .box .img_box .img.img03 {
  left: 0;
  bottom: 0;
  transform: translate(0, 100%) rotate(180deg);
}
.top_page--header.header_B .header_container .box .img_box .img.img04 {
  right: 0;
  bottom: 0;
  transform: translate(0, 100%) rotate(180deg);
}
.top_page--header.header_B .header_container .box .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_page--header.header_B.loaded .header_container .box p {
  opacity: 1;
}
.top_page--header.header_B.loaded .header_container .box .img_box {
  opacity: 1;
}

.top_page--header.header_C {
  background-color: #F3F6F6;
  overflow: hidden;
  position: relative;
}
.top_page--header.header_C .header_container {
  width: 100%;
  height: calc(100svh - 17.8571428571vw - 60px);
  min-height: 100vw;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--header.header_C .header_container {
    height: auto;
    min-height: auto;
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_C .header_container {
    width: 95%;
    max-width: 1200px;
    height: 750px;
    margin-inline: auto;
  }
}
.top_page--header.header_C .header_container .text_box {
  text-align: center;
  font-size: 3.8vw;
  width: 76%;
  padding: 4em 0 7em;
  background-color: rgba(204, 204, 204, 0.75);
  border-radius: 0 40px 40px 0;
  opacity: 0;
  position: relative;
  z-index: 1;
  transform: translate(-30px, 0);
  transition: all 0.6s 0.5s;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_C .header_container .text_box {
    font-size: 2.6vw;
    width: 70%;
    padding: 4em 0 8em;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header.header_C .header_container .text_box {
    font-size: 2.2vw;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_C .header_container .text_box {
    font-size: 20px;
    width: 40%;
    height: 85%;
    padding: 0 0 6.5em;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.top_page--header.header_C .header_container .text_box p.large_text {
  font-size: 1.2em;
}
.top_page--header.header_C .header_container .text_box p svg {
  width: 100%;
  height: 2em;
  display: block;
}
.top_page--header.header_C .header_container .text_box p svg use {
  fill: #fff;
  stroke: #fff;
  paint-order: stroke;
  stroke-linejoin: round;
  text-anchor: middle;
}
.top_page--header.header_C .header_container .text_box p svg use:first-of-type {
  stroke-width: 13px;
}
.top_page--header.header_C .header_container .text_box p svg use:nth-of-type(2) {
  font-weight: bold;
  fill: #FF0002;
}
.top_page--header.header_C .header_container .text_box p.logo {
  width: 85%;
  margin: 2em auto 0;
}
@media screen and (min-width: 600px) {
  .top_page--header.header_C .header_container .text_box p.logo {
    margin: 3em auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_C .header_container .text_box p.logo {
    width: 70%;
    margin: 5em auto 0;
  }
}
.top_page--header.header_C .header_container .img_box {
  width: 79%;
  height: 90%;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(30px, -50%);
  transition: all 0.6s 0.5s;
}
@media screen and (min-width: 768px) {
  .top_page--header.header_C .header_container .img_box {
    height: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_C .header_container .img_box {
    width: calc(50vw + 70px);
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-40px, -50%);
  }
}
.top_page--header.header_C .header_container .img_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #DDD;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.top_page--header.header_C .header_container .img_box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s 0.5s;
}
.top_page--header.header_C.loaded .header_container .text_box {
  opacity: 1;
  transform: translate(0, 0);
}
.top_page--header.header_C.loaded .header_container .img_box {
  opacity: 1;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1025px) {
  .top_page--header.header_C.loaded .header_container .img_box {
    transform: translate(-70px, -50%);
  }
}

.top_button--container {
  padding: 10% 0 12%;
  background-color: #fff;
  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: 20px;
    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: #F2F5F5;
  position: relative;
}
.top_page--main::before, .top_page--main::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #FF0002;
  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 6%;
  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 {
    max-width: 1050px;
    padding: 60px 0 50px;
    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;
  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: 28px;
    min-width: 50%;
  }
}
section.top_section.top_manga--section .section_container h2::before {
  content: "";
  width: 100%;
  height: 10px;
  background: radial-gradient(circle farthest-side, #AC0000, #AC0000 40%, transparent 40%, transparent);
  background-size: 10px;
  background-position: 0% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section .section_container h2::before {
    width: 600px;
  }
}
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: #FF0002;
  font-size: 1.25em;
  font-weight: bold;
}
section.top_section.top_manga--section .section_container h2 span.inner br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_manga--section .section_container h2 span.inner br {
    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%);
}

.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 {
    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_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: 5.9vw;
  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: 3.9vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_pr_section--h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_pr_section--h2 {
    font-size: 30px;
  }
}
.section_container.show h2.top_pr_section--h2 {
  opacity: 1;
  transform: translate(0, 0);
}
h2.top_pr_section--h2 span.eng {
  color: #FF0002;
  font-size: 3.8em;
  font-weight: bold;
  font-family: "Ubuntu" !important;
  width: 125%;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (min-width: 600px) {
  h2.top_pr_section--h2 span.eng {
    font-size: 4em;
  }
}
@media screen and (min-width: 768px) {
  h2.top_pr_section--h2 span.eng {
    font-size: 4.2em;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_pr_section--h2 span.eng {
    font-size: 4.4em;
  }
}
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: 35% 0 5%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_A {
    padding: 25% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_A {
    padding: 22% 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;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_A .section_container h2.top_pr_section--h2 {
    margin-bottom: 3.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_A .section_container h2.top_pr_section--h2 {
    margin-bottom: 2em;
  }
}
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 #111;
  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: #AC0000;
  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: 1025px) {
  .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;
  transform: translate(0, 10%);
}
.top_pr_A--box ul li span.check::before {
  content: "";
  width: 1em;
  background-color: #D3D3D3;
  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: #FF0002;
  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;
}
.top_pr_A--box ul li p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .top_pr_A--box ul li p br {
    display: none !important;
  }
}

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 8%;
  margin: 15% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_D {
    padding: 18% 0 10%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_D {
    padding: 18% 0 8%;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_D {
    padding: 190px 0 80px;
    margin: 80px auto 0;
  }
}
section.top_section.top_pr--section.pr_D .section_container h2.top_pr_section--h2 {
  margin-bottom: 2em;
  position: relative;
}
section.top_section.top_pr--section.pr_D .section_container h2.top_pr_section--h2 span.eng {
  color: #EDEDED;
  transform: translate(-50%, -50%);
}
section.top_section.top_pr--section.pr_D .section_container .text_box {
  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: 20px;
    margin: 0 auto 3em;
  }
}
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) {
  dl.top_pr_D--dl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
  }
}
dl.top_pr_D--dl .item_box {
  font-size: 4.3vw;
  padding: 1.5em 2.5em;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  dl.top_pr_D--dl .item_box {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_pr_D--dl .item_box {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_pr_D--dl .item_box {
    font-size: 18px;
    padding: 1.5em;
    display: grid;
    grid-auto-rows: auto 1fr;
  }
}
dl.top_pr_D--dl .item_box:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  dl.top_pr_D--dl .item_box:not(:last-of-type) {
    margin: 0;
  }
}
dl.top_pr_D--dl .item_box dt {
  font-size: 1.87em;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #2E2B33;
}
@media screen and (min-width: 1025px) {
  dl.top_pr_D--dl .item_box dd {
    display: grid;
    grid-template-rows: 1fr auto;
  }
}
dl.top_pr_D--dl .item_box dd div ul {
  margin-bottom: 2em;
}
dl.top_pr_D--dl .item_box dd div ul li {
  font-weight: bold;
  list-style: none;
  display: flex;
  align-items: center;
}
dl.top_pr_D--dl .item_box dd div ul li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
dl.top_pr_D--dl .item_box dd div ul li::before {
  content: "";
  width: 0.5em;
  margin-right: 0.5em;
  background-color: #5DAA68;
  border-radius: 50%;
  display: inline-block;
  aspect-ratio: 1;
}
dl.top_pr_D--dl .item_box dd div p.annotation_text {
  font-size: 0.87em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
dl.top_pr_D--dl .item_box dd p.bottom_text {
  font-size: 1.06em;
  background-color: #3F6844;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 1em;
}
dl.top_pr_D--dl .item_box dd p.bottom_text span.word {
  color: #fff;
  font-weight: bold;
}
dl.top_pr_D--dl .item_box dd p.bottom_text span.word span.large {
  font-size: 1.76em;
  font-weight: bold;
  margin-right: 0.1em;
}

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: 25% 0 15%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_pr--section.pr_G {
    padding: 18% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_pr--section.pr_G {
    padding: 15% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_pr--section.pr_G {
    padding: 140px 0 80px;
  }
}
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 {
  transform: translate(-50%, -45%);
}
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: 2.2em 2.2em 3em;
  background-color: #fff;
  border: 2px solid #111;
  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: #AC0000;
  font-size: 1.36em;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dt br {
  display: block !important;
}
.top_pr_G--swiper dl.swiper-wrapper .swiper-slide dd:nth-of-type(2) p.text {
  line-height: 1.6;
}

.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: 600px) {
  .top_pr_G_swiperButton--prev,
  .top_pr_G_swiperButton--next {
    width: 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_pr_G_swiperButton--prev,
  .top_pr_G_swiperButton--next {
    width: 3em;
  }
}
.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 {
  border: 1px solid #FF0002;
  background-color: #FF0002;
}

.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;
  }
}
.to_header {
  font-size: 4.6vw;
  width: 3em;
  padding: 0;
  background-color: #AC0000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, 120%);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .to_header {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .to_header {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .to_header {
    font-size: 26px;
    transform: translate(-100%, 150%);
  }
}

section.top_section.top_contact {
  padding: 20% 0 10%;
  margin: 30% auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contact {
    padding: 16% 0 8%;
    margin: 20% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contact {
    padding: 14% 0 8%;
    margin: 16% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contact {
    padding: 170px 0 90px;
    margin: 170px auto 0;
  }
}
section.top_section.top_contact .bg_color {
  width: 100vw;
  height: 100%;
  background-color: #333;
  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 #111;
  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: 1050px;
    padding: 55px 70px;
  }
}
section.top_section.top_contact .section_container h2 {
  text-align: center;
  color: #AC0000;
  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%;
  background-color: #EDEDED;
}
@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 20px;
  }
}
.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: 14px;
    max-width: 1100px;
    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 #AC0000;
  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: 22.6em;
}
.mlp_footer .footer_container .info_box {
  width: 80%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .info_box {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container .info_box {
    margin: 0;
    grid-row: span 2;
  }
}
.mlp_footer .footer_container .info_box p {
  color: #AC0000;
  font-weight: bold;
  line-height: 1.6;
}
.mlp_footer .footer_container .info_box p.name {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.mlp_footer .footer_container .info_box p.info a {
  color: #AC0000;
}
.mlp_footer .footer_container .info_box p br {
  display: block !important;
}
.mlp_footer .footer_container .info_box a.map {
  color: #AC0000;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #AC0000 !important;
  display: inline-block;
}
.mlp_footer .footer_container .nav_box {
  width: 80%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .nav_box {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container .nav_box {
    white-space: nowrap;
    margin: 0 auto 5em;
  }
}
.mlp_footer .footer_container .nav_box ul:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .nav_box ul:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .nav_box ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .footer_container .nav_box ul {
    grid-template-columns: auto auto auto auto auto;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container .nav_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 1em 0;
  }
}
.mlp_footer .footer_container .nav_box ul li {
  font-weight: bold;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .nav_box ul li {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .footer_container .nav_box ul li {
    width: 30%;
  }
}
.mlp_footer .footer_container .nav_box ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .nav_box ul li:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .mlp_footer .footer_container .nav_box ul li.border_right {
    padding-right: 2.5em;
    border-right: 1px solid #89B56B;
  }
}
.mlp_footer .footer_container .nav_box ul li a {
  color: #AC0000;
  position: relative;
}
.mlp_footer .footer_container .nav_box ul li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #AC0000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.mlp_footer .footer_container .nav_box ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.mlp_footer .footer_container .nav_box ul li a i {
  color: #AC0000;
  margin-left: 1em;
}
.mlp_footer .footer_container .copy_box {
  text-align: right;
}
.mlp_footer .footer_container .copy_box small {
  color: #AC0000;
  font-size: 0.9em;
}

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

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

h1.page_title {
  text-align: center;
  font-size: 4.3vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  h1.page_title {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  h1.page_title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title {
    font-size: 24px;
  }
}
h1.page_title span.eng {
  color: #CDD6CD;
  font-size: 4em;
  font-weight: bold;
  font-family: "Ubuntu" !important;
}
@media screen and (min-width: 600px) {
  h1.page_title span.eng {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 768px) {
  h1.page_title span.eng {
    font-size: 5em;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title span.eng {
    font-size: 132px;
  }
}
h1.page_title span.ja {
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -25%);
}
@media screen and (min-width: 600px) {
  h1.page_title span.ja {
    transform: translate(-50%, -40%);
  }
}

.page_container.page_recruit {
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  .page_container.page_recruit {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_container.page_recruit {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_recruit {
    padding: 70px 0 120px;
  }
}
.page_container.page_recruit h1.page_title {
  margin-bottom: 3em;
}

ul.page_recruit--ul {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    max-width: 1050px;
  }
}

li.page_recruit--li {
  font-size: 4.8vw;
  padding: 1.5em 1.5em 2em;
  list-style: none;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  li.page_recruit--li {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  li.page_recruit--li {
    font-size: 2.4vw;
    padding: 2em 1.5em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.5em;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  li.page_recruit--li {
    font-size: 22px;
    padding: 2.5em 2em;
  }
}
li.page_recruit--li:not(:last-of-type) {
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  li.page_recruit--li:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
li.page_recruit--li:hover {
  opacity: 0.7;
}
li.page_recruit--li a {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
li.page_recruit--li span.term {
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  width: 7.5em;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  background-color: #3F6844;
  border-radius: 8px;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  li.page_recruit--li span.term {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  li.page_recruit--li span.term {
    font-size: 0.8em;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  li.page_recruit--li span.term {
    font-size: 0.85em;
  }
}
li.page_recruit--li p.title {
  font-weight: bold;
}

.container.single-staff .row {
  margin: 0;
}

.page_container.single_staff {
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  .page_container.single_staff {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_container.single_staff {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.single_staff {
    padding: 70px 0 120px;
  }
}
.page_container.single_staff h1.page_title {
  margin-bottom: 3em;
}
.page_container.single_staff h1.page_title span.eng {
  font-size: 2.7em;
}
@media screen and (min-width: 600px) {
  .page_container.single_staff h1.page_title span.eng {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 768px) {
  .page_container.single_staff h1.page_title span.eng {
    font-size: 4.6em;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.single_staff h1.page_title span.eng {
    font-size: 132px;
  }
}

article.single_staff--article {
  font-size: 3.8vw;
  width: 75%;
  padding-bottom: 4em;
  margin-inline: auto;
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  article.single_staff--article {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    font-size: 18px;
    max-width: 1050px;
  }
}

dl.single_staff--dl {
  text-align: left;
  padding: 3em 2em 0;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    padding: 3em 3em 0;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    padding: 3.5em 3.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    padding: 3.5em 4.5em 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  line-height: 1.6;
}
dl.single_staff--dl dt {
  color: #3F6844;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    padding-bottom: 2em;
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
dl.single_staff--dl dd {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd {
    padding-bottom: 2em;
  }
}
dl.single_staff--dl dd:not(:last-of-type) {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
dl.single_staff--dl dd p {
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin-bottom: 1em;
}
dl.single_staff--dl dd p br {
  display: block !important;
}

.single_staff--button {
  font-size: 3.8vw;
  width: 16.5em;
  margin-inline: auto;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .single_staff--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--button {
    font-size: 2.1vw;
    width: 15.5em;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--button {
    font-size: 19px;
  }
}
.single_staff--button a {
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 1.4em 0;
  background-color: #3F6844;
  border-radius: 4em;
  box-shadow: 3px 6px 0px #ABB4AB;
  display: block;
}
@media screen and (min-width: 600px) {
  .single_staff--button a {
    padding: 1.15em 0;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--button a {
    padding: 0.95em 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--button a {
    padding: 0.8em 0;
  }
}
.single_staff--button a:hover {
  opacity: 0.7;
}

.page_container.page_contact {
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  .page_container.page_contact {
    padding: 7% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_container.page_contact {
    padding: 5% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_contact {
    padding: 70px 0 110px;
  }
}

section.page_section {
  background-color: #fff;
  border: 2px solid #2E2B33;
  border-radius: 40px;
}
section.page_section h2 {
  font-size: 4.3vw;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  section.page_section h2 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section h2 {
    font-size: 24px;
  }
}

section.page_section.page_tel--section {
  text-align: center;
  width: 88%;
  padding: 10% 0;
  margin: 0 auto 12%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_tel--section {
    padding: 7% 0;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_tel--section {
    padding: 6% 0;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_tel--section {
    max-width: 1050px;
    padding: 55px 0;
    margin: 0 auto 55px;
  }
}
section.page_section.page_tel--section h2 {
  margin-bottom: 1.5em;
}
section.page_section.page_tel--section p.tel {
  color: #89B56B;
  font-size: 4.3vw;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 600px) {
  section.page_section.page_tel--section p.tel {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_tel--section p.tel {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_tel--section p.tel {
    font-size: 22px;
  }
}
section.page_section.page_tel--section p.tel a {
  color: inherit;
  font-size: 1.31em;
  font-weight: bold;
}
section.page_section.page_tel--section p.text {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  section.page_section.page_tel--section p.text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_tel--section p.text {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_tel--section p.text {
    font-size: 18px;
  }
}

section.page_section.page_form--section {
  width: 88%;
  padding: 10% 0 12%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_section.page_form--section {
    padding: 7% 0 9%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_form--section {
    padding: 5% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_form--section {
    max-width: 1050px;
    padding: 60px 0 75px;
  }
}
section.page_section.page_form--section h2 {
  text-align: center;
  font-weight: bold;
  margin: -1.5em 0 3em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_form--section h2 {
    margin: -1.5em 0 2em;
  }
}

.form_box {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .form_box {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .form_box {
    width: 80%;
  }
}

dl.form_dl {
  text-align: left;
  margin-bottom: 12%;
}
@media screen and (min-width: 600px) {
  dl.form_dl {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    margin-bottom: 65px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
dl.form_dl dt, dl.form_dl dd {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 18px;
  }
}
dl.form_dl dt {
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  gap: 0 1em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt {
    padding: 2.2em 8em 2.2em 0.5em;
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
    align-items: baseline;
  }
}
dl.form_dl dt p {
  color: #3F6844;
  font-weight: bold;
}
dl.form_dl dt.must::after {
  content: "必須";
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.2em 1em;
  background-color: #89B56B;
  border-radius: 2em;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt.must::after {
    position: absolute;
    right: 4em;
    top: 2em;
    transform: translate(0, 50%);
  }
}
dl.form_dl dd {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dd {
    padding-top: 1.5em;
    padding-right: 0.5em;
    margin: 0;
  }
}
dl.form_dl dd p input[type=text], dl.form_dl dd p input[type=email], dl.form_dl dd p textarea {
  line-height: 1.4;
  padding: 0.5em;
  background-color: #EDEDED;
  border-radius: 5px;
  border: none;
}
dl.form_dl dd p span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 600px) {
  dl.form_dl dd p span.wpcf7-form-control.wpcf7-radio {
    grid-template-columns: auto auto auto;
    justify-content: left;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dd p span.wpcf7-form-control.wpcf7-radio {
    padding: 0.7em 0;
  }
}
dl.form_dl dd p span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  margin: 0;
}

.form_button {
  font-size: 3.8vw;
  width: 16.5em;
  margin-inline: auto;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .form_button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .form_button {
    font-size: 2.1vw;
    width: 15.5em;
  }
}
@media screen and (min-width: 1025px) {
  .form_button {
    font-size: 19px;
  }
}
.form_button button {
  width: 100%;
  padding: 1.4em 0;
  background-color: #3F6844;
  border-radius: 4em;
  box-shadow: 3px 6px 0px #ABB4AB !important;
}
@media screen and (min-width: 600px) {
  .form_button button {
    padding: 1.15em 0;
  }
}
@media screen and (min-width: 768px) {
  .form_button button {
    padding: 0.95em 0;
  }
}
@media screen and (min-width: 1025px) {
  .form_button button {
    padding: 0.8em 0;
  }
}
.form_button button:hover {
  opacity: 0.7;
}
.form_button button input {
  text-align: center;
  background-color: inherit;
  padding: 0;
}
.form_button button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}

.page_container.page_entry {
  background: #FBFBFB;
}

.entry_form h2 {
  color: inherit;
  font-size: 3.8vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.5em 0.5em;
  margin: 0 auto 2.5em;
  border-bottom: 2px solid #0A2031;
}
@media screen and (min-width: 600px) {
  .entry_form h2 {
    font-size: 2.7vw;
    border-bottom: 3px solid #0A2031;
  }
}
@media screen and (min-width: 768px) {
  .entry_form h2 {
    font-size: 2.4vw;
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .entry_form h2 {
    font-size: 22px;
    border-bottom: 5px solid #0A2031;
  }
}
.entry_form .staff_info {
  text-align: left;
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  .entry_form .staff_info {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .entry_form .staff_info {
    margin-bottom: 40px;
  }
}
.entry_form .staff_info p {
  color: inherit;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.8;
  display: grid;
}
@media screen and (min-width: 600px) {
  .entry_form .staff_info p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .entry_form .staff_info p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .entry_form .staff_info p {
    font-size: 16px;
  }
}
.entry_form .staff_info p.number {
  grid-template-columns: 35% 1fr;
}
@media screen and (min-width: 768px) {
  .entry_form .staff_info p.number {
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (min-width: 768px) {
  .entry_form .staff_info p.title {
    grid-template-columns: 30% 1fr;
  }
}
.entry_form .staff_info p span {
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .entry_form .staff_info p span {
    line-height: 1.8;
  }
}

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