@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: "Noto Sans JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "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 {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.headerclass, .mobile-headerclass {
  background-color: #F2F2F2;
}
.kad-header-menu-inner.container {
  width: 1200px;
}

#kad-mobile-banner .mobile-header-container {
  width: 92%;
  margin-inline: auto;
}

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

.header_menu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
}
.header_menu .header_entry--button {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header_menu .header_entry--button {
    text-align: center;
    font-size: 16px;
    width: 10em;
    border: 1px solid #101010;
    display: block;
    position: absolute;
    right: 105px;
    top: 19px;
  }
}
.header_menu .header_entry--button:hover {
  opacity: 0.7;
}
.header_menu .header_entry--button a {
  color: inherit;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  padding: 0.5em 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu button.menu_button {
  cursor: pointer;
  height: 50px;
  width: 70px;
  padding: 0;
  background: none;
  position: absolute;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 1025px) {
  .header_menu button.menu_button {
    height: 80px;
    width: 100px;
  }
}
.header_menu button.menu_button .line_box {
  width: 55%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header_menu button.menu_button .line_box::before, .header_menu button.menu_button .line_box::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #101010;
  position: absolute;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
.header_menu button.menu_button .line_box::before {
  right: 0;
  top: 0;
  -webkit-transform: skewY(24deg) scaleX(0);
          transform: skewY(24deg) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header_menu button.menu_button .line_box::after {
  left: 0;
  top: 0;
  -webkit-transform: skewY(-24deg) scaleX(0);
          transform: skewY(-24deg) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.header_menu button.menu_button .line_box div {
  height: 1px;
  background: #101010;
  position: absolute;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}
.header_menu button.menu_button .line_box div:nth-of-type(1) {
  width: 100%;
  top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header_menu button.menu_button .line_box div:nth-of-type(2) {
  width: 60%;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(1);
          transform: translate(0, -50%) scaleX(1);
}
.header_menu button.menu_button .line_box div:nth-of-type(3) {
  width: 80%;
  bottom: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header_menu.open_menu button.menu_button .line_box::before, .header_menu.open_menu button.menu_button .line_box::after {
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}
.header_menu.open_menu button.menu_button .line_box::before {
  -webkit-transform: skewY(24deg) scaleX(1);
          transform: skewY(24deg) scaleX(1);
}
.header_menu.open_menu button.menu_button .line_box::after {
  -webkit-transform: skewY(-24deg) scaleX(1);
          transform: skewY(-24deg) scaleX(1);
}
.header_menu.open_menu button.menu_button .line_box div {
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
.header_menu.open_menu button.menu_button .line_box div:nth-of-type(1) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.header_menu.open_menu button.menu_button .line_box div:nth-of-type(2) {
  width: 60%;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(0);
          transform: translate(0, -50%) scaleX(0);
}
.header_menu.open_menu button.menu_button .line_box div:nth-of-type(3) {
  width: 80%;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

nav.header_menu--nav {
  width: 100%;
  height: calc(100svh - 50px);
  padding-top: 30px;
  background-color: #F2F2F2;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav {
    height: auto;
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav {
    padding: 60px 0 60px;
    top: 80px;
  }
}
nav.header_menu--nav::-webkit-scrollbar {
  width: 10px;
}
nav.header_menu--nav::-webkit-scrollbar-track {
  background-color: transparent;
}
nav.header_menu--nav::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.header_menu.open_menu nav.header_menu--nav {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}

.header_menu--box {
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .header_menu--box {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .header_menu--box {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--box {
    max-width: 1100px;
  }
}

ul.header_menu--ul {
  font-size: 4vw;
  margin: 0 auto 2.5em;
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  display: grid;
  gap: 1.8em 0;
}
@media screen and (min-width: 600px) {
  ul.header_menu--ul {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.header_menu--ul {
    font-size: 2vw;
    width: 100%;
    margin: 0 auto 3em;
    grid-template-columns: auto auto;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul {
    font-size: 18px;
    grid-template-columns: auto auto auto;
    gap: 2em 0;
  }
}
.header_menu.open_menu ul.header_menu--ul {
  opacity: 1;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
ul.header_menu--ul li {
  list-style: none;
}
ul.header_menu--ul li a {
  color: inherit;
  white-space: nowrap;
}
ul.header_menu--ul li a:hover {
  opacity: 0.7;
}

.header_menu--button {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 2em;
  border: 1px solid #101010;
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
@media screen and (min-width: 600px) {
  .header_menu--button {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .header_menu--button {
    font-size: 2vw;
    width: 10em;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--button {
    font-size: 16px;
  }
}
.header_menu.open_menu .header_menu--button {
  opacity: 1;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.header_menu.open_menu .header_menu--button:hover {
  opacity: 0.7;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
}
.header_menu--button a {
  color: inherit;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  padding: 1.1em 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header_menu--button a {
    padding: 0.5em 0;
  }
}

ul.header_link--ul {
  font-size: 3.8vw;
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  display: none !important;
}
@media screen and (min-width: 600px) {
  ul.header_link--ul {
    font-size: 2.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  ul.header_link--ul {
    font-size: 1.9vw;
    justify-self: right;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_link--ul {
    font-size: 16px;
  }
}
.header_menu.open_menu ul.header_link--ul {
  opacity: 1;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
ul.header_link--ul li {
  list-style: none;
}
ul.header_link--ul li:not(:last-of-type) {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 600px) {
  ul.header_link--ul li:not(:last-of-type) {
    margin: 0 3em 0 0;
  }
}
ul.header_link--ul li a {
  color: inherit;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
}
ul.header_link--ul li a:hover {
  opacity: 0.7;
}
ul.header_link--ul li a i {
  margin-left: 1em;
}

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

#content {
  padding: 0;
}

.top_page--header {
  padding: 10% 0 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--header {
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header {
    padding: 50px 0 0;
  }
}
.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_container {
  font-size: 3.8vw;
  width: 88%;
  padding-bottom: 15%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--header .header_container {
    font-size: 2.5vw;
    width: 92%;
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header .header_container {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header .header_container {
    font-size: 20px;
    max-width: 1200px;
    padding-bottom: 5%;
  }
}
.top_page--header .header_container p.text {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.top_page--header .header_container p.text.large {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
@media screen and (min-width: 600px) {
  .top_page--header .header_container p.text.large {
    margin-bottom: 0.3em;
  }
}
.top_page--header .header_container p.text.small {
  line-height: 1.6;
  margin-bottom: 2.2em;
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}
@media screen and (min-width: 768px) {
  .top_page--header .header_container p.text.small {
    margin-bottom: 2em;
  }
}
.top_page--header .header_container p.text br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_page--header .header_container p.text br {
    display: none !important;
  }
}
.top_page--header .header_container.loaded p.text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_page--header .header_container .img_box {
  position: relative;
  aspect-ratio: 1/1.05;
}
@media screen and (min-width: 600px) {
  .top_page--header .header_container .img_box {
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header .header_container .img_box {
    aspect-ratio: 1.85/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header .header_container .img_box {
    height: 450px;
    aspect-ratio: auto;
  }
}
.top_page--header .header_container .img_box .img {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.top_swiper {
  width: 100vw;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header_container.loaded .top_swiper {
  opacity: 1;
}
.top_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

section.top_section {
  position: relative;
}
section.top_section .section_container {
  width: 90%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_section .section_container {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section .section_container {
    max-width: 1100px;
  }
}

.common_button {
  text-align: center;
  font-size: 4.8vw;
  width: 14.5em;
  border: 2px solid #101010;
  position: relative;
}
@media screen and (min-width: 600px) {
  .common_button {
    font-size: 3.3vw;
    width: 15.5em;
  }
}
@media screen and (min-width: 768px) {
  .common_button {
    font-size: 2.8vw;
    width: 16.5em;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    font-size: 26px;
    width: 17em;
  }
}
.common_button:hover {
  opacity: 0.7;
}
.common_button a {
  color: inherit;
  font-weight: bold;
  padding: 1.1em 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .common_button a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .common_button a {
    padding: 0.9em 0;
  }
}
@media screen and (min-width: 1025px) {
  .common_button a {
    padding: 0.8em 0;
  }
}

.top_section.section01 {
  padding: 15% 0 10%;
}
@media screen and (min-width: 600px) {
  .top_section.section01 {
    padding: 10% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section01 {
    padding: 9% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section01 {
    padding: 100px 0 80px;
  }
}
.top_section.section01 .section_container {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 1025px) {
  .top_section.section01 .section_container {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.top_section.section01 .section_container h2 {
  text-align: center;
  font-size: 3.8vw;
  width: 22em;
  margin: 0 auto 5em;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .top_section.section01 .section_container h2 {
    font-size: 3vw;
    width: 21em;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section01 .section_container h2 {
    font-size: 2.9vw;
    margin: 0 auto 3em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section01 .section_container h2 {
    font-size: 34px;
    margin: 0 auto 2.5em;
  }
}
.top_section.section01 .section_container h2.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_section.section01 .section_container h2 span {
  margin-bottom: 1em;
  display: block;
}
.top_section.section01 .common_button {
  margin-inline: auto;
}

.top_section01--dotBox {
  width: 100%;
  height: 100%;
  position: absolute;
}
.top_section01--dotBox .dot_img {
  width: 13%;
  position: absolute;
}
@media screen and (min-width: 600px) {
  .top_section01--dotBox .dot_img {
    width: 9%;
  }
}
@media screen and (min-width: 768px) {
  .top_section01--dotBox .dot_img {
    width: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section01--dotBox .dot_img {
    width: 11%;
  }
}
.top_section01--dotBox .dot_img:first-of-type {
  left: 7%;
  top: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 600px) {
  .top_section01--dotBox .dot_img:first-of-type {
    left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_section01--dotBox .dot_img:first-of-type {
    left: 0%;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}
@media screen and (min-width: 1025px) {
  .top_section01--dotBox .dot_img:first-of-type {
    -webkit-transform: translate(-30%, 0%);
            transform: translate(-30%, 0%);
  }
}
.top_section01--dotBox .dot_img:nth-of-type(2) {
  right: 0%;
  top: 0%;
  -webkit-transform: translate(15%, -25%) rotate(-90deg);
          transform: translate(15%, -25%) rotate(-90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width: 600px) {
  .top_section01--dotBox .dot_img:nth-of-type(2) {
    -webkit-transform: translate(20%, -15%) rotate(-90deg);
            transform: translate(20%, -15%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .top_section01--dotBox .dot_img:nth-of-type(2) {
    right: 0;
    -webkit-transform: translate(20%, -20%) rotate(-90deg);
            transform: translate(20%, -20%) rotate(-90deg);
  }
}
@media screen and (min-width: 1025px) {
  .top_section01--dotBox .dot_img:nth-of-type(2) {
    -webkit-transform: translate(80%, -25%) rotate(-90deg);
            transform: translate(80%, -25%) rotate(-90deg);
  }
}
.top_section01--dotBox .dot_img:nth-of-type(3) {
  right: 27%;
  top: 34%;
}
@media screen and (min-width: 600px) {
  .top_section01--dotBox .dot_img:nth-of-type(3) {
    right: 24%;
    top: 35%;
  }
}
@media screen and (min-width: 768px) {
  .top_section01--dotBox .dot_img:nth-of-type(3) {
    right: 0%;
    top: 29%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section01--dotBox .dot_img:nth-of-type(3) {
    top: 35%;
    -webkit-transform: translate(85%, 0);
            transform: translate(85%, 0);
  }
}
.top_section01--dotBox .dot_img:nth-of-type(4) {
  right: 0%;
  top: 55%;
  -webkit-transform: translate(10%, 0) rotate(-90deg);
          transform: translate(10%, 0) rotate(-90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (min-width: 600px) {
  .top_section01--dotBox .dot_img:nth-of-type(4) {
    top: 58%;
  }
}
@media screen and (min-width: 768px) {
  .top_section01--dotBox .dot_img:nth-of-type(4) {
    right: 60%;
    top: 52%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section01--dotBox .dot_img:nth-of-type(4) {
    right: 59%;
    top: 49%;
  }
}
.top_section01--dotBox .dot_img:nth-of-type(5) {
  left: 9%;
  top: 85%;
}
@media screen and (min-width: 600px) {
  .top_section01--dotBox .dot_img:nth-of-type(5) {
    left: 8%;
    top: 90%;
  }
}
@media screen and (min-width: 768px) {
  .top_section01--dotBox .dot_img:nth-of-type(5) {
    left: 0%;
    top: 81%;
    -webkit-transform: translate(-15%, 0) rotate(90deg);
            transform: translate(-15%, 0) rotate(90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@media screen and (min-width: 1025px) {
  .top_section01--dotBox .dot_img:nth-of-type(5) {
    top: 78%;
    -webkit-transform: translate(-90%, 0) rotate(90deg);
            transform: translate(-90%, 0) rotate(90deg);
  }
}

ul.top_section01--ul {
  margin-bottom: 18%;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul {
    margin-bottom: 120px;
  }
}
ul.top_section01--ul li {
  list-style: none;
  position: relative;
  counter-increment: point_number;
}
ul.top_section01--ul li:not(:last-of-type) {
  margin-bottom: 14%;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li:not(:last-of-type) {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:not(:last-of-type) {
    margin-bottom: 16%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
ul.top_section01--ul li .text_box {
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box {
    width: 47%;
  }
}
ul.top_section01--ul li .text_box::before {
  content: "";
  width: 1px;
  height: 110%;
  background-color: #101010;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -47%) scaleY(0);
          transform: translate(0, -47%) scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box::before {
    height: 106%;
    -webkit-transform: translate(0, -46%) scaleY(0);
            transform: translate(0, -46%) scaleY(0);
  }
}
ul.top_section01--ul li .text_box span.point {
  font-size: 3.5vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  width: 17.5em;
  padding-bottom: 0.8em;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li .text_box span.point {
    font-size: 2.7vw;
    padding-bottom: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box span.point {
    font-size: 2.5vw;
    width: 8.5em;
    padding-bottom: 0.6em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box span.point {
    font-size: 27px;
    width: 9.8em;
    padding-bottom: 0.5em;
  }
}
ul.top_section01--ul li .text_box span.point::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #101010;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
ul.top_section01--ul li .text_box span.point::after {
  content: "0" counter(point_number);
  font-size: 2.3em;
  letter-spacing: -0.05em;
  display: inline-block;
  position: relative;
  -webkit-transform: translate(20%, 10%);
          transform: translate(20%, 10%);
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box span.point::after {
    -webkit-transform: translate(20%, 5%);
            transform: translate(20%, 5%);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box span.point::after {
    -webkit-transform: translate(25%, 5%);
            transform: translate(25%, 5%);
  }
}
ul.top_section01--ul li .text_box .box {
  font-size: 4vw;
  line-height: 1.8;
  padding-top: 8%;
  padding-bottom: 10%;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li .text_box .box {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box .box {
    font-size: 2vw;
    padding-top: 9%;
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box .box {
    font-size: 18px;
    padding-top: 10%;
    padding-bottom: 4%;
  }
}
ul.top_section01--ul li .text_box .box::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box .box::before {
    width: 125%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box .box::before {
    width: 130%;
  }
}
ul.top_section01--ul li .text_box .box h3 {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 1.4em;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li .text_box .box h3 {
    font-size: 1.38em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box .box h3 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box .box h3 {
    font-size: 1.45em;
    margin-bottom: 1.5em;
  }
}
ul.top_section01--ul li .text_box .box p {
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box .box p {
    line-height: 1.9;
  }
}
ul.top_section01--ul li .text_box .box p span {
  font-weight: bold;
}
ul.top_section01--ul li .text_box .box p br {
  display: block !important;
}
ul.top_section01--ul li .text_box .box span.eng {
  font-size: 2.8vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  margin-top: 2.2em;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li .text_box .box span.eng {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .text_box .box span.eng {
    font-size: 1.4vw;
    margin-top: 3em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .text_box .box span.eng {
    font-size: 12px;
    margin-top: 4em;
  }
}
ul.top_section01--ul li.show .text_box::before {
  -webkit-transform: translate(0, -47%) scaleY(1);
          transform: translate(0, -47%) scaleY(1);
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li.show .text_box::before {
    -webkit-transform: translate(0, -46%) scaleY(1);
            transform: translate(0, -46%) scaleY(1);
  }
}
ul.top_section01--ul li.show .text_box span.point::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
ul.top_section01--ul li .img_box {
  width: 82%;
  margin: -7% 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li .img_box {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li .img_box {
    width: 45%;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li .img_box {
    width: 46.5%;
  }
}
ul.top_section01--ul li .img_box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.26/1;
}
ul.top_section01--ul li:nth-of-type(odd) .text_box::before {
  left: 0;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box::before {
    left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box::before {
    left: 8%;
  }
}
ul.top_section01--ul li:nth-of-type(odd) .text_box span.point {
  padding-left: 4%;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box span.point {
    padding-left: 6%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box span.point {
    margin: 0 0 1em 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box span.point {
    padding-left: 11%;
    margin: 0 0 0.9em 8%;
  }
}
ul.top_section01--ul li:nth-of-type(odd) .text_box span.point::before {
  -webkit-transform-origin: left;
          transform-origin: left;
}
ul.top_section01--ul li:nth-of-type(odd) .text_box .box {
  padding-left: 4%;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box .box {
    padding-left: 6%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box .box {
    padding-left: 11%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box .box {
    padding-left: 19%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box .box::before {
    left: 0;
  }
}
ul.top_section01--ul li:nth-of-type(odd) .text_box .box span.eng {
  text-align: right;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box .box span.eng {
    -webkit-transform: translate(24%, 0);
            transform: translate(24%, 0);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(odd) .text_box .box span.eng {
    -webkit-transform: translate(31%, 0);
            transform: translate(31%, 0);
  }
}
ul.top_section01--ul li:nth-of-type(odd) .img_box {
  margin: -7% 0 0 auto;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(odd) .img_box {
    margin: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box {
    margin: 0 0 0 auto;
  }
}
ul.top_section01--ul li:nth-of-type(even) .text_box::before {
  right: 0;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box::before {
    right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box::before {
    right: 8%;
  }
}
ul.top_section01--ul li:nth-of-type(even) .text_box span.point {
  text-align: right;
  padding-right: 6%;
  margin: 0 0 1.5em auto;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box span.point {
    padding-right: 7%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box span.point {
    margin: 0 5% 1em auto;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box span.point {
    padding-right: 13%;
    margin: 0 8% 0.9em auto;
  }
}
ul.top_section01--ul li:nth-of-type(even) .text_box span.point::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}
ul.top_section01--ul li:nth-of-type(even) .text_box .box {
  padding-right: 4%;
}
@media screen and (min-width: 600px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box .box {
    padding-right: 6%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box .box {
    padding-right: 12%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box .box {
    padding-right: 21%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box .box::before {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box .box span.eng {
    -webkit-transform: translate(-24%, 0);
            transform: translate(-24%, 0);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section01--ul li:nth-of-type(even) .text_box .box span.eng {
    -webkit-transform: translate(-31%, 0);
            transform: translate(-31%, 0);
  }
}
ul.top_section01--ul li:nth-of-type(even) .img_box {
  margin: -7% 0 0;
}
@media screen and (min-width: 768px) {
  ul.top_section01--ul li:nth-of-type(even) .img_box {
    margin: 0;
  }
}

.top_section.section02 {
  padding: 12% 0 35%;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .top_section.section02 {
    padding: 10% 0 30%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section02 {
    padding: 9% 0 25%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section02 {
    padding: 100px 0 200px;
  }
}
.top_section.section02::before, .top_section.section02::after {
  content: "";
  width: 29.5%;
  background-color: #C5C8CD;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .top_section.section02::before, .top_section.section02::after {
    width: 26%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section02::before, .top_section.section02::after {
    width: 250px;
  }
}
.top_section.section02::before {
  left: 0;
  top: 0;
}
.top_section.section02::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_section.section02 .section_container {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 1025px) {
  .top_section.section02 .section_container {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.top_section.section02 .section_container h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .top_section.section02 .section_container h2 {
    font-size: 2.8vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section02 .section_container h2 {
    font-size: 2.4vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section02 .section_container h2 {
    font-size: 22px;
  }
}
.top_section.section02 .section_container h2 span {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  letter-spacing: 0;
  display: block;
}
.top_section.section02 .section_container h2 span.eng {
  font-size: 2.47em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 600px) {
  .top_section.section02 .section_container h2 span.eng {
    font-size: 2.65em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section02 .section_container h2 span.eng {
    font-size: 2.85em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section02 .section_container h2 span.eng {
    font-size: 3em;
  }
}
ul.top_section02--ul > li {
  list-style: none;
  counter-increment: case_number;
}
ul.top_section02--ul > li:not(:last-of-type) {
  margin-bottom: 5%;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li:not(:last-of-type) {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li:not(:last-of-type) {
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li:not(:last-of-type) {
    margin: 0;
  }
}
ul.top_section02--ul > li .case_box {
  font-size: 3.2vw;
  width: 6.6em;
  margin-left: 4%;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(-30px, 50%);
          transform: translate(-30px, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .case_box {
    font-size: 2.4vw;
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .case_box {
    font-size: 2.1vw;
    margin-left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .case_box {
    font-size: 20px;
    margin-left: 35px;
  }
}
ul.top_section02--ul > li .case_box .case {
  width: 100%;
  height: 100%;
  padding: 1.5em 1.3em;
  background-color: #101010;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
ul.top_section02--ul > li .case_box .case::before {
  content: "0" counter(case_number);
  color: #fff;
  font-size: 2em;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  position: absolute;
  right: 0.55em;
  bottom: 0.6em;
}
ul.top_section02--ul > li .case_box .case::after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
ul.top_section02--ul > li .case_box .case span {
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
}
ul.top_section02--ul > li .case_box figure {
  width: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 1em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(92% - 30px), 0);
          transform: translate(calc(92% - 30px), 0);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
ul.top_section02--ul > li .case_box figure img {
  border: 1px solid #101010;
  border-radius: 50%;
}
ul.top_section02--ul > li .case_box figure figcaption {
  font-size: 1.25em;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .case_box figure figcaption {
    font-size: 1.12em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .case_box figure figcaption {
    font-size: 1em;
  }
}
ul.top_section02--ul > li.show .case_box {
  opacity: 1;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
ul.top_section02--ul > li.show .case_box figure {
  opacity: 1;
  -webkit-transform: translate(92%, 0);
          transform: translate(92%, 0);
}
ul.top_section02--ul > li .contents_box {
  padding: 15% 5% 7%;
  border: 1px solid #101010;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box {
    padding: 12% 10% 7%;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box {
    padding: 10% 10% 6%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box {
    padding: 85px 110px 50px;
  }
}
ul.top_section02--ul > li .contents_box h3 {
  font-size: 5.6vw;
  margin-bottom: 1em;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box h3 {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box h3 {
    font-size: 30px;
  }
}
ul.top_section02--ul > li .contents_box h3 span {
  font-weight: bold;
  line-height: 1.6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
ul.top_section02--ul > li .contents_box h3 span br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box h3 span br {
    display: none !important;
  }
}
ul.top_section02--ul > li .contents_box .before_after--box {
  font-size: 4.3vw;
  padding: 1.5em 0 1.5em 2.4em;
  margin-bottom: 1.6em;
  background-color: #F2F2F2;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box .before_after--box {
    font-size: 2.7vw;
    padding: 1.5em 0 1.5em 5.5em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .before_after--box {
    font-size: 2.2vw;
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box .before_after--box {
    font-size: 18px;
    padding: 1.5em 3em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .before_after--box div {
    width: 50%;
  }
}
ul.top_section02--ul > li .contents_box .before_after--box div.before {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .before_after--box div.before {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .before_after--box div.after {
    margin-left: 3em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box .before_after--box div.after {
    margin-left: 6em;
  }
}
ul.top_section02--ul > li .contents_box .before_after--box div span {
  font-size: 1.06em;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  margin-bottom: 0.3em;
  display: block;
}
ul.top_section02--ul > li .contents_box .before_after--box div.after p {
  font-weight: bold;
}
ul.top_section02--ul > li .contents_box .before_after--box i {
  font-size: 1.15em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .before_after--box i {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
ul.top_section02--ul > li .contents_box dl dt {
  font-size: 5.1vw;
  font-weight: bold;
  border-bottom: 1px solid #C5C8CD;
  padding-bottom: 0.9em;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box dl dt {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box dl dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box dl dt {
    font-size: 26px;
  }
}
ul.top_section02--ul > li .contents_box dl dd {
  font-size: 3.8vw;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box dl dd {
    font-size: 2.4vw;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box dl dd {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box dl dd {
    font-size: 17px;
  }
}
ul.top_section02--ul > li .contents_box dl dd p {
  line-height: 1.6;
}
ul.top_section02--ul > li .contents_box dl dd ul {
  padding: 0;
}
ul.top_section02--ul > li .contents_box dl dd ul li {
  list-style: none;
  line-height: 1.6;
}
ul.top_section02--ul > li .contents_box dl .accordion_box {
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
ul.top_section02--ul > li .contents_box .accordion_button {
  font-size: 4vw;
  border: 2px solid #101010;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box .accordion_button {
    font-size: 2.8vw;
    width: 22em;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .accordion_button {
    font-size: 2.4vw;
    width: 21em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box .accordion_button {
    font-size: 22px;
    width: 20em;
  }
}
ul.top_section02--ul > li .contents_box .accordion_button::before, ul.top_section02--ul > li .contents_box .accordion_button::after {
  content: "";
  width: 0.95em;
  height: 2px;
  background-color: #101010;
  border-radius: 1px;
  position: absolute;
  right: 8%;
  top: 50%;
}
ul.top_section02--ul > li .contents_box .accordion_button::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
ul.top_section02--ul > li .contents_box .accordion_button::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.top_section02--ul > li .contents_box .accordion_button.active::after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
ul.top_section02--ul > li .contents_box .accordion_button button {
  color: inherit;
  width: 100%;
  padding: 0.5em 0;
  background: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_section02--ul > li .contents_box .accordion_button button {
    padding: 0.6em 0;
  }
}
@media screen and (min-width: 768px) {
  ul.top_section02--ul > li .contents_box .accordion_button button {
    padding: 0.7em 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_section02--ul > li .contents_box .accordion_button button {
    padding: 0.8em 0;
  }
}
ul.top_section02--ul > li.show .contents_box h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_section.section03 {
  padding: 12% 0 18%;
}
@media screen and (min-width: 600px) {
  .top_section.section03 {
    padding: 11% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section03 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section03 {
    padding: 110px 0;
  }
}
.top_section.section03::before, .top_section.section03::after {
  content: "A manifesto in numbers.";
  color: #DBDBDB;
  font-size: 9.6vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  line-height: 1;
  white-space: nowrap;
  padding-left: 0.5em;
  position: absolute;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (min-width: 600px) {
  .top_section.section03::before, .top_section.section03::after {
    font-size: 7.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section03::before, .top_section.section03::after {
    font-size: 7.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section03::before, .top_section.section03::after {
    font-size: 76px;
  }
}
.top_section.section03::before {
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%) rotate(90deg);
          transform: translate(0, -100%) rotate(90deg);
}
.top_section.section03::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0) rotate(-90deg);
          transform: translate(100%, 0) rotate(-90deg);
}
.top_section.section03 .section_container {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_section.section03 .section_container {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.top_section.section03 .section_container h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .top_section.section03 .section_container h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section03 .section_container h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section03 .section_container h2 {
    font-size: 22px;
  }
}
.top_section.section03 .section_container h2 span {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  letter-spacing: 0;
  display: block;
}
.top_section.section03 .section_container h2 span.eng {
  font-size: 2.47em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 600px) {
  .top_section.section03 .section_container h2 span.eng {
    font-size: 2.65em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section03 .section_container h2 span.eng {
    font-size: 2.85em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section03 .section_container h2 span.eng {
    font-size: 3em;
  }
}

dl.top_section03--dl {
  font-size: 4.6vw;
  width: 90%;
  margin-inline: auto;
  display: grid;
  gap: 1.7em 0;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl {
    font-size: 3.3vw;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl {
    font-size: 2.8vw;
    gap: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl {
    font-size: 28px;
    gap: 1em;
  }
}
dl.top_section03--dl .graph_item {
  padding: 1.8em 2.1em 0;
  background-color: #fff;
  position: relative;
  aspect-ratio: 1.3/1;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item {
    padding: 1.4em 1.7em 0;
    aspect-ratio: 1.22/1;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item {
    padding: 1.8em 2.1em 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item {
    padding: 1.9em 2.3em 0;
  }
}
dl.top_section03--dl .graph_item::before {
  content: "";
  width: 29%;
  height: 4px;
  background-color: #101010;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
dl.top_section03--dl .graph_item > dt {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item > dt {
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item > dt {
    margin-bottom: 1.6em;
  }
}
dl.top_section03--dl .graph_item > dd {
  font-size: 0.82em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item > dd {
    font-size: 0.81em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item > dd {
    font-size: 0.84em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item > dd {
    font-size: 0.85em;
  }
}
dl.top_section03--dl .graph_item > dd dl div {
  border-bottom: 1px solid #C5C8CD;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
dl.top_section03--dl .graph_item > dd dl div dt {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.5em;
}
dl.top_section03--dl .graph_item > dd dl div dt img {
  width: auto;
  height: 3em;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
dl.top_section03--dl .graph_item > dd dl div dd span.number {
  font-weight: bold;
  margin-right: 0.2em;
}
dl.top_section03--dl .graph_item > dd .cricle_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
dl.top_section03--dl .graph_item > dd .cricle_graph svg {
  width: 9em;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item > dd .cricle_graph svg {
    width: 8em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item > dd .cricle_graph svg {
    width: 9em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item > dd .cricle_graph svg {
    width: 10em;
  }
}
dl.top_section03--dl .graph_item > dd .cricle_graph svg circle {
  stroke-width: 18;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item > dd .cricle_graph svg circle {
    stroke-width: 15px;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item > dd .cricle_graph svg circle {
    stroke-width: 13px;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item > dd .cricle_graph svg circle {
    stroke-width: 12px;
  }
}
dl.top_section03--dl .graph_item > dd .cricle_graph svg circle.base {
  stroke: #EDEDED;
  fill: #EDEDED;
}
dl.top_section03--dl .graph_item > dd .cricle_graph svg circle.line {
  stroke-dasharray: 0 554.4px;
  stroke: #101010;
  fill: none;
}
dl.top_section03--dl .graph_item > dd .cricle_graph span.count {
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
dl.top_section03--dl .graph_item > dd .cricle_graph span.count span.number {
  font-size: 2em;
  font-weight: bold;
  margin-right: 0.1em;
}
dl.top_section03--dl .graph_item > dd .img {
  margin-inline: auto;
}
dl.top_section03--dl .graph_item > dd p.text {
  text-align: right;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C5C8CD;
}
dl.top_section03--dl .graph_item > dd p.text span.number {
  font-size: 2em;
  font-weight: bold;
  margin-right: 0.2em;
}
dl.top_section03--dl .graph_item:first-of-type > dd {
  margin-top: 2.4em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:first-of-type > dd {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:first-of-type > dd {
    margin-top: 2.5em;
  }
}
dl.top_section03--dl .graph_item:first-of-type > dd dl div {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:first-of-type > dd dl div {
    padding-bottom: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:first-of-type > dd dl div {
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:first-of-type > dd dl div {
    padding-bottom: 0.6em;
  }
}
dl.top_section03--dl .graph_item:first-of-type > dd dl div:not(:last-of-type) {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:first-of-type > dd dl div:not(:last-of-type) {
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:first-of-type > dd dl div:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:first-of-type > dd dl div:not(:last-of-type) {
    margin-bottom: 0.6em;
  }
}
dl.top_section03--dl .graph_item:first-of-type > dd dl div dt {
  font-weight: bold;
}
dl.top_section03--dl .graph_item:first-of-type > dd dl div dd span.number {
  font-size: 2em;
}
dl.top_section03--dl .graph_item:nth-of-type(2) > dd {
  margin-top: 2.2em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd {
    margin-top: 2.5em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div {
  padding-bottom: 0.7em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div {
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div {
    padding-bottom: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div {
    padding-bottom: 0.8em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div:not(:last-of-type) {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div:not(:last-of-type) {
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div:not(:last-of-type) {
    margin-bottom: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div:not(:last-of-type) {
    margin-bottom: 1.6em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(2) > dd dl div dd span.number {
  font-size: 2em;
}
dl.top_section03--dl .graph_item:nth-of-type(3) > dd {
  margin-top: 2.4em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd {
    margin-top: 2.4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd {
    margin-top: 3em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div {
  padding-bottom: 0.3em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div {
    padding-bottom: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div {
    padding-bottom: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div {
    padding-bottom: 0.5em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div:not(:last-of-type) {
  margin-bottom: 0.2em;
}
dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div dd span.number {
  font-size: 1.7em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div dd span.number {
    font-size: 1.63em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(3) > dd dl div dd span.number {
    font-size: 1.56em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(7) > dd .img {
  width: 7.5em;
  margin: 2.2em auto 1.8em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(7) > dd .img {
    width: 6.5em;
    margin: 1em auto 1.2em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(7) > dd .img {
    margin: 3em auto 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(7) > dd .img {
    width: 7.7em;
    margin: 3.5em auto 1.5em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(8) > dd .img {
  width: 5.5em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  dl.top_section03--dl .graph_item:nth-of-type(8) > dd .img {
    width: 4.5em;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section03--dl .graph_item:nth-of-type(8) > dd .img {
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section03--dl .graph_item:nth-of-type(8) > dd .img {
    width: 5.8em;
    margin: 2.2em auto 1.6em;
  }
}
dl.top_section03--dl .graph_item:nth-of-type(8) > dd p.text span.number {
  width: 2em;
  display: inline-block;
}
dl.top_section03--dl .graph_item.show > dd .cricle_graph svg circle.line {
  -webkit-animation: cricle_graph100 1.5s linear forwards;
          animation: cricle_graph100 1.5s linear forwards;
}

@-webkit-keyframes cricle_graph75 {
  0% {
    stroke-dasharray: 0 554.4px;
  }
  100% {
    stroke-dasharray: 415.8px 554.4px;
  }
}

@keyframes cricle_graph75 {
  0% {
    stroke-dasharray: 0 554.4px;
  }
  100% {
    stroke-dasharray: 415.8px 554.4px;
  }
}
@-webkit-keyframes cricle_graph100 {
  0% {
    stroke-dasharray: 0 554.4px;
  }
  100% {
    stroke-dasharray: 554.4px 554.4px;
  }
}
@keyframes cricle_graph100 {
  0% {
    stroke-dasharray: 0 554.4px;
  }
  100% {
    stroke-dasharray: 554.4px 554.4px;
  }
}
.top_section.section04 {
  padding-bottom: 12%;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_section.section04 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section04 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section04 {
    padding-bottom: 80px;
  }
}
.top_section.section04 .section_container {
  width: 100%;
  margin-bottom: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1.55;
}
@media screen and (min-width: 600px) {
  .top_section.section04 .section_container {
    margin-bottom: 10%;
    aspect-ratio: 1/1.2;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section04 .section_container {
    margin-bottom: 8%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section04 .section_container {
    max-width: none;
    height: 450px;
    margin-bottom: 80px;
  }
}
.top_section.section04 .section_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_section.section04 .section_container h2 {
  width: 93%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_section.section04 .section_container h2 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section04 .section_container h2 {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section04 .section_container h2 {
    width: 750px;
  }
}
.top_section.section04 .section_container .bg_img {
  width: 100%;
  height: 40.5%;
  background-size: cover;
  background-position: center;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_section.section04 .section_container .bg_img {
    width: 57%;
    height: 100%;
  }
}
.top_section.section04 .section_container .bg_img.bg_top {
  left: 0;
  top: 0;
}
.top_section.section04 .section_container .bg_img.bg_bottom {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_section.section04 .section_container .bg_img.bg_bottom {
    -webkit-clip-path: polygon(24.5% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(24.5% 0%, 100% 0, 100% 100%, 0% 100%);
    top: 0;
    bottom: auto;
  }
}
.top_section.section04 .common_button {
  margin-inline: auto;
}

.top_section.section05 {
  background-color: #fff;
}
.top_section.section05 .section_container {
  padding-top: 80px;
  margin-top: -80px;
  display: grid;
  grid-template-columns: auto 1fr;
  direction: rtl;
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.top_section.section05 .section_container h2 {
  font-size: 4.3vw;
  padding: 0.9em 1.2em 1.8em;
  border: 1px solid #101010;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 0.5em;
}
@media screen and (min-width: 600px) {
  .top_section.section05 .section_container h2 {
    font-size: 3.4vw;
    padding: 1.1em 1.5em 2em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container h2 {
    font-size: 34px;
    padding: 1.2em 1.8em 2em;
  }
}
.top_section.section05 .section_container h2 span.vertical {
  color: #fff;
  letter-spacing: 0.15em;
  padding: 0.6em;
  background-color: #101010;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.top_section.section05 .section_container h2 span.vertical:first-of-type {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_section.section05 .section_container h2 span.vertical:nth-of-type(2) {
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.top_section.section05 .section_container h2 span.vertical:nth-of-type(3) {
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.top_section.section05 .section_container h2 span.vertical span.horizontal {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0;
  position: absolute;
  top: 3.5em;
  -webkit-transform: translate(0.05em, 0);
          transform: translate(0.05em, 0);
}
.top_section.section05 .section_container h2 span.vertical span:last-of-type {
  margin-top: 0.65em;
}
.top_section.section05 .section_container h2.show span.vertical {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_section.section05 .section_container .top_section05--img01 {
  border-top: 1px solid #101010;
  border-left: 1px solid #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container .top_section05--img01 {
    padding-right: 3%;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_section.section05 .section_container .top_section05--img01 span {
  color: #DBDBDB;
  font-size: 5.6vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(7%, -40%) rotate(90deg);
          transform: translate(7%, -40%) rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (min-width: 600px) {
  .top_section.section05 .section_container .top_section05--img01 span {
    font-size: 5.1vw;
    -webkit-transform: translate(10%, -25%) rotate(90deg);
            transform: translate(10%, -25%) rotate(90deg);
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container .top_section05--img01 span {
    font-size: 58px;
  }
}
.top_section.section05 .section_container .top_section05--img01 img {
  width: 90%;
}
.top_section.section05 .section_container ul {
  font-size: 4vw;
  margin-bottom: 5em;
  border: 1px solid #101010;
  border-top: none;
  grid-column: span 2;
  position: relative;
  direction: ltr;
}
@media screen and (min-width: 600px) {
  .top_section.section05 .section_container ul {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container ul {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul {
    font-size: 20px;
  }
}
.top_section.section05 .section_container ul::before, .top_section.section05 .section_container ul::after {
  content: "";
  background-color: #101010;
  position: absolute;
  left: 50%;
}
.top_section.section05 .section_container ul::before {
  width: 1px;
  height: calc(5em - 1px);
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul::before {
    width: 3px;
  }
}
.top_section.section05 .section_container ul::after {
  width: 1em;
  height: 1.2em;
  -webkit-clip-path: polygon(0 0, 1px 0, 50% calc(100% - 1.5px), calc(100% - 1px) 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 1px 0, 50% calc(100% - 1.5px), calc(100% - 1px) 0, 100% 0, 50% 100%);
  bottom: -5em;
  -webkit-transform: translate(-50%, 1px);
          transform: translate(-50%, 1px);
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul::after {
    -webkit-clip-path: polygon(0 0, 3px 0, 50% calc(100% - 4.5px), calc(100% - 3px) 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 3px 0, 50% calc(100% - 4.5px), calc(100% - 3px) 0, 100% 0, 50% 100%);
  }
}
.top_section.section05 .section_container ul li {
  padding: 1.5em 1.5em 2em;
  border-top: 1px solid #101010;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container ul li {
    display: grid;
    grid-template: auto auto 1fr/1fr 1fr;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul li {
    padding: 2.5em 2.5em 3em;
    grid-template: auto auto 1fr/1fr 1.2fr;
    gap: 0 3.5em;
  }
}
.top_section.section05 .section_container ul li:last-of-type {
  border-bottom: 1px solid #101010;
}
.top_section.section05 .section_container ul li h3 {
  font-size: 1.54em;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .top_section.section05 .section_container ul li h3 {
    font-size: 1.59em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container ul li h3 {
    font-size: 1.66em;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul li h3 {
    margin-bottom: 1.2em;
  }
}
.top_section.section05 .section_container ul li h3 span {
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #101010;
  display: inline-block;
  position: relative;
}
.top_section.section05 .section_container ul li h3 span:last-of-type::before {
  content: "※";
  font-size: 0.52em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(125%, 15%);
          transform: translate(125%, 15%);
}
.top_section.section05 .section_container ul li h3 br {
  display: block !important;
}
.top_section.section05 .section_container ul li p.text {
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container ul li p.text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul li p.text {
    letter-spacing: 0.1em;
  }
}
.top_section.section05 .section_container ul li p.source {
  text-align: right;
  font-size: 0.7em;
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container ul li p.source {
    margin: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section05 .section_container ul li p.source {
    font-size: 0.8em;
  }
}
.top_section.section05 .section_container ul li p.source a {
  color: inherit;
  line-height: 1.8;
  margin-left: 1em;
  border-bottom: 1px solid #101010 !important;
}
.top_section.section05 .section_container ul li p.source a br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .top_section.section05 .section_container ul li .img {
    margin-top: 0.8em;
    grid-row: span 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top_section.section06 {
  padding: 10% 0;
  background-color: #C5C8CD;
}
@media screen and (min-width: 600px) {
  .top_section.section06 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section06 {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section06 {
    padding: 70px 0;
  }
}
.top_section.section06 .section_container {
  width: 87%;
}
@media screen and (min-width: 600px) {
  .top_section.section06 .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section06 .section_container {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section06 .section_container {
    width: 95%;
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
.top_section.section06 .section_container h2 {
  font-size: 9.9vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  letter-spacing: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.15em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #101010;
}
@media screen and (min-width: 600px) {
  .top_section.section06 .section_container h2 {
    font-size: 7.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section06 .section_container h2 {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section06 .section_container h2 {
    font-size: 68px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0.05em 0 0.05em 0.2em;
    margin: 0;
    border-bottom: none;
    border-left: 1px solid #101010;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.top_section.section06 .section_container .text_box {
  font-size: 7.2vw;
  margin-bottom: 1.7em;
}
@media screen and (min-width: 600px) {
  .top_section.section06 .section_container .text_box {
    font-size: 4.9vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section06 .section_container .text_box {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section06 .section_container .text_box {
    font-size: 38px;
    margin: 10px 0 0 105px;
  }
}
.top_section.section06 .section_container .text_box p {
  font-weight: bold;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .top_section.section06 .section_container .text_box p {
    line-height: 1.7;
  }
}
.top_section.section06 .section_container .text_box p span {
  font-size: 0.75em;
  font-weight: bold;
}
.top_section.section06 .section_container .text_box p span.exclamation {
  font-size: 0.89em;
}
.top_section.section06 .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_section.section06 .section_container .text_box p br.br_sp {
    display: none !important;
  }
}
.top_section.section06 .section_container .text_box .common_button {
  margin: 2em auto 0;
}
@media screen and (min-width: 1025px) {
  .top_section.section06 .section_container .text_box .common_button {
    margin: 2.4em 0 0;
  }
}
.top_section.section06 .section_container .img {
  width: 79%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .top_section.section06 .section_container .img {
    width: calc(100% + 20px);
    -ms-flex-item-align: end;
        align-self: end;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}

.top_section.section07 {
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  .top_section.section07 {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section07 {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section07 {
    padding: 70px 0 120px;
  }
}
.top_section.section07 .section_container {
  width: 94%;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .top_section.section07 .section_container {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section07 .section_container {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.top_section.section07 .section_container h2 {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .top_section.section07 .section_container h2 {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section07 .section_container h2 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section07 .section_container h2 {
    font-size: 34px;
  }
}
.top_section.section07 .section_container h2 span.balloon {
  font-weight: bold;
  letter-spacing: 0.3em;
  width: 17em;
  padding: 0.55em 0 2em;
  margin: 0 auto 1.4em;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  display: block;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_section.section07 .section_container h2 span.text {
  font-size: 1.56em;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0;
  display: block;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
@media screen and (min-width: 600px) {
  .top_section.section07 .section_container h2 span.text {
    font-size: 1.45em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section07 .section_container h2 span.text {
    font-size: 1.38em;
  }
}
.top_section.section07 .section_container h2 span.text span {
  font-size: 0.75em;
  font-weight: bold;
}
.top_section.section07 .section_container h2 span.text br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_section.section07 .section_container h2 span.text br.br_sp {
    display: none !important;
  }
}
.top_section.section07 .section_container h2.show span.balloon {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_section.section07 .section_container h2.show span.text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_section07--contentsBox {
  text-align: center;
  font-size: 4.3vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 0.5em;
}
@media screen and (min-width: 600px) {
  .top_section07--contentsBox {
    font-size: 2.9vw;
    gap: 2em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .top_section07--contentsBox {
    font-size: 2.4vw;
    gap: 2em 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox {
    font-size: 23px;
    gap: 2.5em 3em;
  }
}
.top_section07--contentsBox .story_box .item {
  background-color: #fff;
  position: relative;
}
.top_section07--contentsBox .story_box .item:first-of-type {
  padding: 0.9em 0.5em;
  margin-bottom: 1.4em;
  display: grid;
  grid-template-rows: auto 1fr;
  aspect-ratio: 1.1/1;
}
@media screen and (min-width: 600px) {
  .top_section07--contentsBox .story_box .item:first-of-type {
    margin-bottom: 2em;
    aspect-ratio: 1.3/1;
  }
}
@media screen and (min-width: 768px) {
  .top_section07--contentsBox .story_box .item:first-of-type {
    padding: 1em 2em 1em 1em;
    aspect-ratio: 1.7/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox .story_box .item:first-of-type {
    padding: 1.2em 1.8em 0 1.2em;
    margin-bottom: 2.5em;
    aspect-ratio: 2.1/1;
  }
}
.top_section07--contentsBox .story_box .item:nth-of-type(2) {
  height: 3.1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox .story_box .item:nth-of-type(2) {
    margin-bottom: 2.5em;
  }
}
.top_section07--contentsBox .story_box .item:nth-of-type(2)::after {
  content: "";
  width: 2px;
  height: 2em;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox .story_box .item:nth-of-type(2)::after {
    height: 2.5em;
  }
}
.top_section07--contentsBox .story_box .item h3 {
  font-size: inherit;
  font-weight: bold;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 600px) {
  .top_section07--contentsBox .story_box .item h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_section07--contentsBox .story_box .item h3 {
    margin-inline: inherit;
  }
}
.top_section07--contentsBox .story_box .item .img {
  width: 77%;
  margin-inline: auto;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (min-width: 600px) {
  .top_section07--contentsBox .story_box .item .img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .top_section07--contentsBox .story_box .item .img {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox .story_box .item .img {
    width: 50%;
    -webkit-transform: translate(0, -1.5em);
            transform: translate(0, -1.5em);
  }
}
.top_section07--contentsBox .story_box.A_story .item:nth-of-type(2)::before {
  content: "";
  width: 94vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_section07--contentsBox .story_box.A_story .item:nth-of-type(2)::before {
    width: 95vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox .story_box.A_story .item:nth-of-type(2)::before {
    max-width: 1100px;
  }
}
.top_section07--contentsBox .story_box.A_story .item:nth-of-type(2)::after {
  background-color: #C5C8CD;
}
.top_section07--contentsBox .story_box.A_story .item h3 {
  border-bottom: 3px solid #C5C8CD;
}
.top_section07--contentsBox .story_box.A_story .item:nth-of-type(2) p {
  font-weight: bold;
  position: absolute;
  width: 94vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top_section07--contentsBox .story_box.A_story .item:nth-of-type(2) p {
    width: 95vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section07--contentsBox .story_box.A_story .item:nth-of-type(2) p {
    max-width: 1100px;
  }
}
.top_section07--contentsBox .story_box.B_story .item:nth-of-type(2)::after {
  background-color: #101010;
}
.top_section07--contentsBox .story_box.B_story .item h3 {
  border-bottom: 3px solid #101010;
}
.top_section07--contentsBox .common_button {
  margin-inline: auto;
  grid-column: span 2;
}

dl.top_section07--dl div {
  min-height: 9.7em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div {
    min-height: auto;
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section07--dl div {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section07--dl div {
    aspect-ratio: 2.1/1;
  }
}
dl.top_section07--dl div:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  dl.top_section07--dl div:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}
dl.top_section07--dl div::before {
  content: "";
  width: 100%;
  height: 90%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
dl.top_section07--dl div::after {
  content: "";
  width: 2px;
  height: 2em;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 1025px) {
  dl.top_section07--dl div::after {
    height: 2.5em;
  }
}
.story_box.A_story dl.top_section07--dl div:not(:last-of-type):after {
  background-color: #C5C8CD;
}
.story_box.B_story dl.top_section07--dl div::after {
  background-color: #101010;
}
dl.top_section07--dl div dt {
  position: relative;
}
dl.top_section07--dl div dt p {
  font-size: 0.87em;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 90%);
          transform: translate(-50%, 90%);
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div dt p {
    font-size: 0.92em;
    -webkit-transform: translate(-50%, 80%);
            transform: translate(-50%, 80%);
  }
}
@media screen and (min-width: 768px) {
  dl.top_section07--dl div dt p {
    font-size: 0.98em;
    -webkit-transform: translate(-50%, 95%);
            transform: translate(-50%, 95%);
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section07--dl div dt p {
    font-size: 1em;
    -webkit-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
  }
}
dl.top_section07--dl div dt p.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div dt p.pc {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div dt p.sp {
    display: none;
  }
}
dl.top_section07--dl div dd {
  font-size: 0.87em;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.4em 0 1.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div dd {
    padding: 0.6em 0 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section07--dl div dd {
    padding: 0.8em 0 0;
  }
}
dl.top_section07--dl div dd br.br_sp {
  display: block !important;
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div dd br.br_sp {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  dl.top_section07--dl div dd br.br_pc {
    display: block !important;
  }
}

.top_section07--messageBox {
  text-align: center;
  font-size: 4vw;
  padding: 2em 0;
  margin-bottom: 1em;
  background-color: #fff;
  border: 2px solid #101010;
  grid-column: span 2;
}
@media screen and (min-width: 600px) {
  .top_section07--messageBox {
    font-size: 2.8vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .top_section07--messageBox {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section07--messageBox {
    font-size: 23px;
  }
}
.top_section07--messageBox h3 {
  color: #fff;
  font-size: 2.14em;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .top_section07--messageBox h3 {
    font-size: 1.99em;
    margin-bottom: 0.9em;
  }
}
@media screen and (min-width: 600px) {
  .top_section07--messageBox h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_section07--messageBox h3 span {
  padding: 0.2em 0.5em 0.5em;
  background-color: #101010;
  display: inline-block;
}
.top_section07--messageBox h3 span:first-of-type {
  margin-bottom: 0.2em;
}
@media screen and (min-width: 600px) {
  .top_section07--messageBox h3 span:first-of-type {
    margin: 0;
    padding: 0.3em 0 0.5em 0.5em;
  }
}
@media screen and (min-width: 600px) {
  .top_section07--messageBox h3 span:nth-of-type(2) {
    padding: 0.3em 0.5em 0.5em 0;
  }
}
.top_section07--messageBox p {
  font-weight: bold;
  line-height: 2;
}
.top_section07--messageBox p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .top_section07--messageBox p br {
    display: none !important;
  }
}

.top_section.section08 {
  padding: 22% 0 18%;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .top_section.section08 {
    padding: 13% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section08 {
    padding: 11% 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section08 {
    padding: 120px 0 80px;
  }
}
.top_section.section08 .section_container {
  text-align: center;
  width: 100%;
  max-width: none;
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (min-width: 1025px) {
  .top_section.section08 .section_container {
    padding-top: 130px;
    margin-top: -130px;
  }
}
.top_section.section08 .section_container .title_box {
  font-size: 5.9vw;
  margin-bottom: 2.7em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_section.section08 .section_container .title_box {
    font-size: 4.4vw;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section08 .section_container .title_box {
    font-size: 4.1vw;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section08 .section_container .title_box {
    font-size: 40px;
  }
}
.top_section.section08 .section_container .title_box h2 {
  font-size: inherit;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.top_section.section08 .section_container .title_box .scroll_text {
  font-size: 2.26em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.top_section.section08 .section_container .title_box .scroll_text span.eng {
  color: #E8E8E8;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  white-space: nowrap;
  padding: 0 0.1em;
}
.top_section.section08 .section_container .title_box .scroll_text span.eng:first-of-type {
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
}
.top_section.section08 .section_container .title_box .scroll_text span.eng:last-of-type {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}
.top_section.section08 .section_container .text_box {
  font-size: 4.6vw;
  margin-bottom: 2.2em;
}
@media screen and (min-width: 600px) {
  .top_section.section08 .section_container .text_box {
    font-size: 2.9vw;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section08 .section_container .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section08 .section_container .text_box {
    font-size: 21px;
  }
}
.top_section.section08 .section_container .text_box p {
  font-weight: bold;
  line-height: 1.7;
}
.top_section.section08 .section_container .text_box p br.br_sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .top_section.section08 .section_container .text_box p br.br_sp {
    display: none !important;
  }
}
.top_section.section08 .section_container .text_box p br.br_pc {
  display: block !important;
}
.top_section.section08 .section_container .img_box .scroll_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}
.top_section.section08 .section_container .img_box .scroll_img:first-of-type {
  margin-bottom: 3%;
}
.top_section.section08 .section_container .img_box .scroll_img .img {
  width: 160vw;
  min-width: 160vw;
  padding: 0 2%;
}
@media screen and (min-width: 600px) {
  .top_section.section08 .section_container .img_box .scroll_img .img {
    width: 130vw;
    min-width: 130vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section08 .section_container .img_box .scroll_img .img {
    width: 115vw;
    min-width: 115vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section08 .section_container .img_box .scroll_img .img {
    width: 100vw;
    min-width: 100vw;
  }
}
.top_section.section08 .section_container .img_box .scroll_img .img.img01:first-of-type {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.top_section.section08 .section_container .img_box .scroll_img .img.img01:last-of-type {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
.top_section.section08 .section_container .img_box .scroll_img .img.img02:first-of-type {
  -webkit-animation: loop_re 50s -25s linear infinite;
          animation: loop_re 50s -25s linear infinite;
}
.top_section.section08 .section_container .img_box .scroll_img .img.img02:last-of-type {
  -webkit-animation: loop2_re 50s linear infinite;
          animation: loop2_re 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop_re {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loop_re {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loop2_re {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop2_re {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top_section.section09 {
  padding: 12% 0 18%;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 600px) {
  .top_section.section09 {
    padding: 11% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section09 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section09 {
    padding: 110px 0;
  }
}
.top_section.section09 .section_container {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 1025px) {
  .top_section.section09 .section_container {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.top_section.section09 .section_container h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .top_section.section09 .section_container h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section09 .section_container h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section09 .section_container h2 {
    font-size: 22px;
  }
}
.top_section.section09 .section_container h2 span {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  letter-spacing: 0;
  display: block;
}
.top_section.section09 .section_container h2 span.eng {
  font-size: 2.47em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 600px) {
  .top_section.section09 .section_container h2 span.eng {
    font-size: 2.65em;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section09 .section_container h2 span.eng {
    font-size: 2.85em;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section09 .section_container h2 span.eng {
    font-size: 3em;
  }
}

dl.top_section09--dl {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section09--dl {
    font-size: 21px;
    width: 90%;
    margin-inline: auto;
  }
}
dl.top_section09--dl dt, dl.top_section09--dl dd {
  position: relative;
}
dl.top_section09--dl dt p, dl.top_section09--dl dd p {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
dl.top_section09--dl dt p::before, dl.top_section09--dl dd p::before {
  font-size: 2em;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  position: absolute;
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl dt p::before, dl.top_section09--dl dd p::before {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl dt p::before, dl.top_section09--dl dd p::before {
    font-size: 2.3em;
  }
}
dl.top_section09--dl dt.faq_accordion--button {
  padding: 1.6em 4em 1.6em 4.5em;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl dt.faq_accordion--button {
    padding: 1.6em 4em 1.6em 5.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl dt.faq_accordion--button {
    padding: 1.6em 4em 1.6em 6.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section09--dl dt.faq_accordion--button {
    padding: 1.6em 4em 1.6em 8em;
  }
}
dl.top_section09--dl dt.faq_accordion--button.active {
  background-color: #101010;
}
dl.top_section09--dl dt.faq_accordion--button::before, dl.top_section09--dl dt.faq_accordion--button::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #101010;
  border-radius: 2px;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl dt.faq_accordion--button::before, dl.top_section09--dl dt.faq_accordion--button::after {
    right: 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl dt.faq_accordion--button::before, dl.top_section09--dl dt.faq_accordion--button::after {
    right: 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section09--dl dt.faq_accordion--button::before, dl.top_section09--dl dt.faq_accordion--button::after {
    right: 3em;
  }
}
dl.top_section09--dl dt.faq_accordion--button::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
dl.top_section09--dl dt.faq_accordion--button::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
dl.top_section09--dl dt.faq_accordion--button.active::before, dl.top_section09--dl dt.faq_accordion--button.active::after {
  background-color: #fff;
}
dl.top_section09--dl dt.faq_accordion--button.active::after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
dl.top_section09--dl dt.faq_accordion--button p {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
dl.top_section09--dl dt.faq_accordion--button p::before {
  content: "Q";
  left: 0.7em;
  top: 0.4em;
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl dt.faq_accordion--button p::before {
    left: 0.8em;
    top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl dt.faq_accordion--button p::before {
    left: 0.9em;
    top: 0.2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section09--dl dt.faq_accordion--button p::before {
    left: 1.2em;
  }
}
dl.top_section09--dl dt.faq_accordion--button.active p {
  color: #fff;
}
dl.top_section09--dl dd.faq_box {
  padding: 0 2em 0 4.5em;
  background-color: #fff;
  border: 1px solid #101010;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl dd.faq_box {
    padding: 0 3em 0 5.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl dd.faq_box {
    padding: 0 4em 0 6.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section09--dl dd.faq_box {
    padding: 0 4em 0 8em;
  }
}
dl.top_section09--dl dd.faq_box:not(:last-of-type) {
  margin-bottom: 1.5em;
}
dl.top_section09--dl dd.faq_box p:first-of-type {
  margin-top: 1.6em;
}
dl.top_section09--dl dd.faq_box p:last-of-type {
  margin-bottom: 1.6em;
}
dl.top_section09--dl dd.faq_box p:first-of-type:before {
  content: "A";
  left: 0.75em;
  top: 0.5em;
}
@media screen and (min-width: 600px) {
  dl.top_section09--dl dd.faq_box p:first-of-type:before {
    left: 0.85em;
  }
}
@media screen and (min-width: 768px) {
  dl.top_section09--dl dd.faq_box p:first-of-type:before {
    left: 0.95em;
    top: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_section09--dl dd.faq_box p:first-of-type:before {
    left: 1.25em;
  }
}
dl.top_section09--dl dd.faq_box p br {
  display: block !important;
}

.top_section.section10 {
  padding: 10% 0 15%;
  background-color: #101010;
}
@media screen and (min-width: 600px) {
  .top_section.section10 {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section10 {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section10 {
    padding: 70px 0;
  }
}
.top_section.section10 .section_container {
  width: 87%;
}
@media screen and (min-width: 600px) {
  .top_section.section10 .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section10 .section_container {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section10 .section_container {
    width: 95%;
  }
}
.top_section.section10 .section_container h2 {
  color: #fff;
  font-size: 9.9vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  letter-spacing: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.15em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .top_section.section10 .section_container h2 {
    font-size: 7.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section10 .section_container h2 {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section10 .section_container h2 {
    font-size: 68px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0.05em 0 0.05em 0.2em;
    margin: 0;
    border-bottom: none;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.top_section.section10 .section_container .text_box {
  text-align: center;
  font-size: 8.8vw;
}
@media screen and (min-width: 600px) {
  .top_section.section10 .section_container .text_box {
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_section.section10 .section_container .text_box {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_section.section10 .section_container .text_box {
    font-size: 41px;
  }
}
.top_section.section10 .section_container .text_box p {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .top_section.section10 .section_container .text_box p {
    line-height: 1.7;
  }
}
.top_section.section10 .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_section.section10 .section_container .text_box p br {
    display: none !important;
  }
}
.top_section.section10 .section_container .text_box .common_button {
  margin: 2em auto 0;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .top_section.section10 .section_container .text_box .common_button {
    margin: 2.4em auto 0;
  }
}
.top_section.section10 .section_container .text_box .common_button a {
  color: #fff;
}

.page_body {
  min-height: 80svh;
  padding: 15% 0 10%;
}
@media screen and (min-width: 600px) {
  .page_body {
    padding: 10% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_body {
    padding: 7% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_body {
    padding: 70px 0 50px;
  }
}

.page_container {
  width: 75%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_container {
    max-width: 990px;
  }
}

h1.page_title {
  text-align: left;
  font-size: 3.8vw;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #101010;
}
@media screen and (min-width: 600px) {
  h1.page_title {
    font-size: 2.8vw;
    padding-left: 1.3em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  h1.page_title {
    font-size: 2.6vw;
    padding-left: 1.5em;
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title {
    font-size: 25px;
    padding-left: 2em;
  }
}
h1.page_title span {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  letter-spacing: 0;
}
h1.page_title span.ja {
  margin-right: 0.5em;
}
h1.page_title span.eng {
  font-size: 1.76em;
}
@media screen and (min-width: 1025px) {
  h1.page_title span.eng {
    font-size: 1.8em;
  }
}

ul.page_recruit--ul li.page_recruit--li {
  font-size: 3.8vw;
  border: 1px solid #101010;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    font-size: 18px;
  }
}
ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
  margin-bottom: 2em;
}
ul.page_recruit--ul li.page_recruit--li:hover {
  opacity: 0.7;
}
ul.page_recruit--ul li.page_recruit--li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
ul.page_recruit--ul li.page_recruit--li .tag_box {
  padding: 2% 5%;
  background-color: #101010;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .tag_box {
    padding: 15px 50px;
  }
}
ul.page_recruit--ul li.page_recruit--li .tag_box span {
  color: #fff;
  font-weight: bold;
}
ul.page_recruit--ul li.page_recruit--li .tag_box span.type {
  margin-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .tag_box span.type {
    margin-right: 0.8em;
  }
}
ul.page_recruit--ul li.page_recruit--li .title_box {
  padding: 7% 5%;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li .title_box {
    padding: 6% 5%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .title_box {
    padding: 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .title_box {
    padding: 30px 50px;
  }
}
ul.page_recruit--ul li.page_recruit--li .title_box p {
  font-size: 1.06em;
  font-weight: bold;
}

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

.single_staff--contents {
  padding-bottom: 11%;
  border: 1px solid #101010;
}
@media screen and (min-width: 600px) {
  .single_staff--contents {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--contents {
    padding-bottom: 70px;
  }
}
.single_staff--contents .scroll_text {
  font-size: 4.8vw;
  padding: 0.4em 0;
  background-color: #101010;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .single_staff--contents .scroll_text {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--contents .scroll_text {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--contents .scroll_text {
    font-size: 34px;
  }
}
.single_staff--contents .scroll_text span.eng {
  color: #E8E8E8;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  white-space: nowrap;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_staff--contents .scroll_text span.eng:first-of-type {
  -webkit-animation: staff_loop 45s -30s linear infinite;
          animation: staff_loop 45s -30s linear infinite;
}
.single_staff--contents .scroll_text span.eng:nth-of-type(2) {
  -webkit-animation: staff_loop2 45s -15s linear infinite;
          animation: staff_loop2 45s -15s linear infinite;
}
.single_staff--contents .scroll_text span.eng:last-of-type {
  -webkit-animation: staff_loop3 45s linear infinite;
          animation: staff_loop3 45s linear infinite;
}

@-webkit-keyframes staff_loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes staff_loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes staff_loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes staff_loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes staff_loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes staff_loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
article.single_staff--article {
  font-size: 3.2vw;
  padding: 1.8em 0;
}
@media screen and (min-width: 600px) {
  article.single_staff--article {
    font-size: 2.1vw;
    padding: 2.2em 0;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    font-size: 1.7vw;
    padding: 2.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    font-size: 16px;
    padding: 3.2em 0 3.8em;
  }
}

dl.single_staff--dl {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
  }
}
dl.single_staff--dl dt {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    padding-bottom: 1.8em;
    margin: 0;
    border-bottom: 1px solid #101010;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
}
dl.single_staff--dl dd {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #101010;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd {
    padding-bottom: 1.8em;
  }
}
dl.single_staff--dl dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
}
dl.single_staff--dl dd p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
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--buttonBox {
  font-size: 4.8vw;
  width: 80%;
  margin-inline: auto;
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 600px) {
  .single_staff--buttonBox {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--buttonBox {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--buttonBox {
    font-size: 25px;
    width: 70%;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5em;
  }
}
.single_staff--buttonBox .staff_button {
  text-align: center;
  border: 2px solid #101010;
}
.single_staff--buttonBox .staff_button:hover {
  opacity: 0.7;
}
.single_staff--buttonBox .staff_button a {
  color: inherit;
  font-weight: bold;
  padding: 1.1em 0;
  display: block;
}
@media screen and (min-width: 1025px) {
  .single_staff--buttonBox .staff_button a {
    padding: 0.8em 0;
  }
}

.page_body.page_entry .page_container {
  text-align: center;
}
.page_body.page_entry .page_container .entry_box {
  font-size: 4vw;
  border: 1px solid #101010;
}
@media screen and (min-width: 600px) {
  .page_body.page_entry .page_container .entry_box {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_body.page_entry .page_container .entry_box {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_body.page_entry .page_container .entry_box {
    font-size: 19px;
  }
}
.page_body.page_entry .page_container .entry_box.tel_box {
  padding: 15% 0 13%;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .page_body.page_entry .page_container .entry_box.tel_box {
    padding: 9% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_body.page_entry .page_container .entry_box.tel_box {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_body.page_entry .page_container .entry_box.tel_box {
    padding: 40px 0;
  }
}
.page_body.page_entry .page_container .entry_box.form_box {
  padding: 15% 0;
}
@media screen and (min-width: 600px) {
  .page_body.page_entry .page_container .entry_box.form_box {
    padding: 11% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_body.page_entry .page_container .entry_box.form_box {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_body.page_entry .page_container .entry_box.form_box {
    padding: 60px 0;
  }
}
.page_body.page_entry .page_container .entry_box h2 {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1025px) {
  .page_body.page_entry .page_container .entry_box h2 {
    margin-bottom: 1.5em;
  }
}
.page_body.page_entry .page_container .entry_box.tel_box p.tel {
  font-size: 1.27em;
  font-weight: bold;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 600px) {
  .page_body.page_entry .page_container .entry_box.tel_box p.tel {
    font-size: 1.32em;
  }
}
@media screen and (min-width: 768px) {
  .page_body.page_entry .page_container .entry_box.tel_box p.tel {
    font-size: 1.39em;
  }
}
.page_body.page_entry .page_container .entry_box.tel_box p.tel a {
  color: inherit;
}
.page_body.page_entry .page_container .entry_box.tel_box p.tel a:hover {
  opacity: 0.7;
}
.page_body.page_entry .page_container .entry_box.tel_box p.reception {
  font-size: 0.8em;
  font-weight: bold;
}
.page_body.page_entry .page_container .entry_box.form_box p.text {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.page_body.page_entry .page_container .entry_box.form_box p.text br {
  display: block !important;
}
.page_body.page_entry .page_container .entry_box.form_box p.must {
  text-align: right;
  font-size: 0.87em;
  font-weight: bold;
  width: 85%;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_body.page_entry .page_container .entry_box.form_box p.must {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .page_body.page_entry .page_container .entry_box.form_box p.must {
    max-width: 600px;
  }
}
.page_body.page_entry .page_container .entry_box.form_box p.must::before {
  content: "*";
  font-size: 1.1em;
  margin-right: 0.2em;
}

dl.form_dl {
  text-align: left;
  width: 85%;
  margin: 0 auto 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 {
    max-width: 600px;
    margin-bottom: 65px;
  }
}
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.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
dl.form_dl dt.must::after {
  content: "*";
  font-weight: bold;
}
dl.form_dl dt p {
  font-weight: bold;
}
dl.form_dl dd {
  margin-bottom: 2em;
}
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: #fff;
  border-radius: 5px;
  border: none;
}
.form_button {
  font-size: 4.8vw;
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .form_button {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) {
  .form_button {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_button {
    font-size: 25px;
    width: 50%;
  }
}
.form_button button {
  width: 100%;
  padding: 0;
  background: none;
  border: 2px solid #101010;
}
.form_button button:hover {
  opacity: 0.7;
}
.form_button button input {
  color: #101010;
  background-color: inherit;
  font-weight: bold;
  padding: 1.1em 0;
}
@media screen and (min-width: 1025px) {
  .form_button button input {
    padding: 0.8em 0;
  }
}
.form_button button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

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

#topcontrol .to_the_top {
  display: none !important;
}

button.page_top {
  color: inherit;
  font-size: 3.2vw;
  padding: 0;
  opacity: 0;
  background: none;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  button.page_top {
    font-size: 2vw;
    right: 1.5em;
    bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  button.page_top {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  button.page_top {
    font-size: 14px;
    right: 2em;
    bottom: 2em;
  }
}
button.page_top.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 1025px) {
  button.page_top:hover {
    opacity: 0.7;
  }
}
button.page_top span {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
}
button.page_top i {
  font-size: 1.3em;
  margin-left: 0.5em;
}

.manifest_footer {
  padding: 8% 0 3%;
}
@media screen and (min-width: 600px) {
  .manifest_footer {
    padding: 5% 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .manifest_footer {
    padding: 4% 0 1%;
  }
}
@media screen and (min-width: 1025px) {
  .manifest_footer {
    padding: 50px 0 10px;
  }
}
.manifest_footer .footer_container {
  font-size: 3.2vw;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .manifest_footer .footer_container {
    font-size: 2vw;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .manifest_footer .footer_container {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .manifest_footer .footer_container {
    font-size: 14px;
    max-width: 1300px;
  }
}
.manifest_footer .footer_container p.logo {
  width: 22em;
  margin-bottom: 2.2em;
}

.manifest_footer .footer_container p.name {
  font-size: 4.3vw;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .manifest_footer .footer_container p.name {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .manifest_footer .footer_container p.name {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .manifest_footer .footer_container p.name {
    font-size: 18px;
  }
}
.manifest_footer .footer_container p.info {
  font-size: 3.5vw;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .manifest_footer .footer_container p.info {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .manifest_footer .footer_container p.info {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .manifest_footer .footer_container p.info {
    font-size: 14px;
  }
}
.manifest_footer .footer_container p.info br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .manifest_footer .footer_container p.info br {
    display: none !important;
  }
}
.manifest_footer .footer_container p.info a:hover {
  color: inherit !important;
}
.manifest_footer .footer_container ul.footer_nav--ul {
  margin-top: 3em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .manifest_footer .footer_container ul.footer_nav--ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .manifest_footer .footer_container ul.footer_nav--ul {
    margin-top: 2em;
  }
}
.manifest_footer .footer_container ul.footer_nav--ul li {
  list-style: none;
}
.manifest_footer .footer_container ul.footer_nav--ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .manifest_footer .footer_container ul.footer_nav--ul li:not(:last-of-type) {
    margin: 0 3em 0 0;
  }
}
.manifest_footer .footer_container ul.footer_nav--ul li a {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.manifest_footer .footer_container ul.footer_nav--ul li a:hover {
  color: inherit;
  opacity: 0.7;
}
.manifest_footer .footer_container ul.footer_nav--ul li a i {
  margin-left: 0.5em;
}
.manifest_footer .footer_container .copy_box {
  text-align: right;
}
.manifest_footer .footer_container .copy_box small {
  font-size: 0.9em;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体" !important;
}

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