@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "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;
}

span {
  font-weight: normal;
  line-height: 1;
}

p {
  font-weight: 500;
  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, ol, 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;
}

body.open_modal {
  overflow: hidden;
}

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

button.mobile-navigation-toggle .kt-mnt span {
  height: 3px;
  background-color: #fff !important;
}

.sldr-menu-animi.mfp-ready .sldr-close span, .sldr-close span {
  height: 3px;
}

.nav-main ul.sf-menu li::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.nav-main ul.sf-menu li a {
  color: #fff !important;
  font-weight: bold !important;
}
.nav-main ul.sf-menu li a:hover {
  opacity: 0.7;
}

h1.common_title, h2.common_title {
  text-align: center;
  font-size: 6.5vw;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  h1.common_title, h2.common_title {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  h1.common_title, h2.common_title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.common_title, h2.common_title {
    font-size: 44px;
  }
}
h1.common_title span, h2.common_title span {
  text-shadow: 0 0 0.5px;
  display: block;
}
h1.common_title span.eng, h2.common_title span.eng {
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.04em;
  margin: 0 0 0.3em;
}
h1.common_title span.ja, h2.common_title span.ja {
  color: #009858;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  h1.common_title span.ja, h2.common_title span.ja {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  h1.common_title span.ja, h2.common_title span.ja {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.common_title span.ja, h2.common_title span.ja {
    font-size: 22px;
  }
}

.common_button {
  text-align: center;
  width: 63vw;
  margin: 0 auto;
  border-radius: 10vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .common_button {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button {
    width: 32vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    width: 280px;
  }
}
.common_button::before, .common_button::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #009858;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(1);
          transform: translate(0, -50%) scaleX(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_button::before {
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.common_button::after {
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.common_button:hover::before {
  -webkit-transform: translate(0, -50%) scaleX(0);
          transform: translate(0, -50%) scaleX(0);
}
.common_button:hover::after {
  -webkit-transform: translate(0, -50%) scaleX(0);
          transform: translate(0, -50%) scaleX(0);
}
.common_button a {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1.4em 1em 1.4em 0;
  border: 2px solid #009858 !important;
  border-radius: 10vw;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .common_button a {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button a {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button a {
    font-size: 16px;
  }
}
.common_button a i {
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.common_button:hover > a {
  color: #009858;
}

.footer_button--box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_button--box.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer_button--box a {
  color: #fff;
  font-size: 6.5vw;
  padding: 16% 0;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .footer_button--box a {
    font-size: 5vw;
    padding: 12% 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_button--box a {
    font-size: 4vw;
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_button--box a {
    font-size: 44px;
    padding: 100px 0;
  }
}
.footer_button--box a:hover {
  opacity: 0.7;
}
.footer_button--box a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3B3B3B;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}
.footer_button--box a span {
  text-shadow: 0 0 0.5px;
  display: block;
  position: relative;
}
.footer_button--box a span.eng {
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.04em;
  margin: 0 0 0.3em;
}
.footer_button--box a span.ja {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .footer_button--box a span.ja {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_button--box a span.ja {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_button--box a span.ja {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .footer_button--box.grid a {
    padding: 15% 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_button--box.grid a {
    padding: 100px 0;
  }
}

.top_hero {
  overflow: hidden;
  position: relative;
}
.top_hero 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;
}

.pattern_choice {
  text-align: left;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .pattern_choice {
    top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pattern_choice {
    top: 50px;
  }
}

button.pattern_choice--button {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #5280A3), to(#5280A3));
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #5280A3 50%, #5280A3 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button {
    font-size: 16px;
  }
}
button.pattern_choice--button.open_menu {
  background-position: -10px 0;
}
button.pattern_choice--button span.icon {
  padding: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  button.pattern_choice--button span.icon {
    padding: 12px;
  }
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button span.icon {
    padding: 15px;
  }
}
button.pattern_choice--button span.icon::after {
  content: "";
  width: 10px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
button.pattern_choice--button span.icon i {
  color: #5280A3;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button.pattern_choice--button.open_menu span.icon i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
button.pattern_choice--button span.text {
  color: #fff;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  button.pattern_choice--button span.text {
    padding: 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button span.text {
    padding: 0 25px;
  }
}
button.pattern_choice--button.open_menu span {
  color: #5280A3;
}

.pattern_choice--box {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #5280A3;
  display: grid;
  gap: 10px 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pattern_choice--box.open_menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pattern_choice--box ul {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
}
.pattern_choice--box ul li {
  font-size: 1.2rem;
  font-weight: bold;
  list-style: none;
  width: 100px;
  padding: 12px 0;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .pattern_choice--box ul li {
    font-size: 1.4rem;
    width: 120px;
  }
}
.pattern_choice--box ul li.view_tab--active, .pattern_choice--box ul li.text_tab--active {
  pointer-events: none;
  cursor: auto;
}
.pattern_choice--box ul li::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5280A3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pattern_choice--box ul li.view_tab--active::before, .pattern_choice--box ul li.text_tab--active::before {
  height: 100%;
}
.pattern_choice--box ul li p {
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pattern_choice--box ul li.view_tab--active p, .pattern_choice--box ul li.text_tab--active p {
  color: #fff;
}

.top_text--box {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_text--box.text_show {
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.top_text--box.text_ver p {
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .top_text--box.text_ver p {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_text--box.text_ver p {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.text_ver p {
    font-size: 74px;
    line-height: 1.4;
  }
}
.top_text--box.logo_ver {
  width: 30%;
}
@media screen and (min-width: 600px) {
  .top_text--box.logo_ver {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.logo_ver {
    width: 250px;
  }
}

.top_view {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.top_view.view_show {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}

.top_view.top_hero--img {
  height: 80vw;
  background-position: center;
  background-size: cover;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .top_view.top_hero--img {
    height: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .top_view.top_hero--img {
    height: 60vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--img {
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 1024px) {
  .top_view.top_hero--img.firstview_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--img.firstview_mobile {
    display: none;
  }
}

.top_view.top_hero--movie {
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  background: gray;
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--movie {
    top: 50%;
  }
}
.top_view.top_hero--movie .texture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.top_view.top_hero--movie iframe {
  width: 178vh;
  height: 56.25vw;
  min-width: 100vw;
  min-height: 100vh;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--movie iframe {
    width: 220vh;
  }
}
.top_view.top_hero--movie.loaded iframe {
  opacity: 1;
}

section.top_contents--section {
  position: relative;
}

.top_section--container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top_section--container {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .top_section--container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .top_section--container {
    max-width: 1100px;
  }
}

section.top_contents--section.section01 {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section01 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 {
    padding: 80px 0;
  }
}
section.top_contents--section.section01 .item_box {
  margin: 15% 0 0;
  display: grid;
  gap: 12vw 0;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section01 .item_box {
    margin: 10% 0 0;
    gap: 9vw 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 .item_box {
    margin: 5% 0 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 .item_box {
    margin: 45px 0 0;
  }
}
section.top_contents--section.section01 .item_box .item {
  text-align: center;
}
section.top_contents--section.section01 .item_box .item figure {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 .item_box .item figure {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 .item_box .item figure {
    margin-bottom: 20px;
  }
}
section.top_contents--section.section01 .item_box .item figure img {
  aspect-ratio: 1.5/1;
}
section.top_contents--section.section01 .item_box .item a {
  color: inherit;
  font-size: 5.2vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section01 .item_box .item a {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 .item_box .item a {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 .item_box .item a {
    font-size: 28px;
  }
}
section.top_contents--section.section01 .item_box .item a:hover {
  opacity: 0.7;
}

section.top_contents--section.section02 {
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 {
    padding: 5% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 {
    padding: 60px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .top_section--container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 .top_section--container {
    gap: 60px 70px;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .top_section--container h2.common_title {
    grid-column: span 2;
  }
}
section.top_contents--section.section02 .top_section--container figure {
  margin: 15% 0 12%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .top_section--container figure {
    margin: 10% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .top_section--container figure {
    margin: 0;
  }
}
section.top_contents--section.section02 .top_section--container figure img {
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.top_contents--section.section02 .top_section--container .box .text_box {
  margin: 0 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .top_section--container .box .text_box {
    margin: 0 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 .top_section--container .box .text_box {
    margin: 0 0 45px;
  }
}
section.top_contents--section.section02 .top_section--container .box .text_box p.message {
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 1em;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .top_section--container .box .text_box p.message {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .top_section--container .box .text_box p.message {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 .top_section--container .box .text_box p.message {
    font-size: 34px;
    margin: 0 0 0.8em;
  }
}
section.top_contents--section.section02 .top_section--container .box .text_box p.message br {
  display: block !important;
}
section.top_contents--section.section02 .top_section--container .box .text_box p.text {
  font-size: 3.8vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .top_section--container .box .text_box p.text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .top_section--container .box .text_box p.text {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 .top_section--container .box .text_box p.text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .top_section--container .box .common_button {
    margin: 0;
  }
}

.page_header {
  padding: 20% 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: 13% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: 11% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 140px 0;
  }
}
.page_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}
.page_header h1 {
  color: #fff;
  text-align: center;
  font-size: 7.2vw;
  font-weight: bold;
  text-shadow: 0 0 1px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header h1 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header h1 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1 {
    font-size: 55px;
  }
}

section.page_company--section .section_container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_company--section .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section .section_container {
    max-width: 900px;
  }
}

section.page_company--section.section01 {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 {
    padding: 70px 0;
  }
}
section.page_company--section.section01 .section_container .text_box {
  margin: 10% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .section_container .text_box {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .section_container .text_box {
    margin: 6% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .section_container .text_box {
    margin: 50px 0 0;
  }
}
section.page_company--section.section01 .section_container .text_box p {
  font-size: 3.8vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .section_container .text_box p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .section_container .text_box p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .section_container .text_box p {
    font-size: 20px;
  }
}

section.page_company--section.section02 {
  padding: 10% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 {
    padding: 4% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 {
    padding: 40px 0 0;
  }
}
section.page_company--section.section02 .section_container dl {
  margin: 10% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 .section_container dl {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container dl {
    margin: 6% 0 0;
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 .section_container dl {
    margin: 50px 0 0;
  }
}
section.page_company--section.section02 .section_container dl dt, section.page_company--section.section02 .section_container dl dd {
  font-size: 4vw;
  line-height: 1.6;
  padding: 0.5em 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 .section_container dl dt, section.page_company--section.section02 .section_container dl dd {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container dl dt, section.page_company--section.section02 .section_container dl dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 .section_container dl dt, section.page_company--section.section02 .section_container dl dd {
    font-size: 18px;
  }
}
section.page_company--section.section02 .section_container dl dt {
  border-bottom: 1px solid #009858;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container dl dt {
    padding: 1em 0 1em 2em;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container dl dt:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container dl dd {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container dl dd:not(:last-of-type) {
    border-bottom: 1px solid #009858;
  }
}
section.page_company--section.section02 .section_container dl dd br {
  display: block !important;
}
section.page_company--section.section02 .section_container dl dd ul li {
  list-style: none;
  line-height: 1.6;
}

section.page_company--section.section03 {
  padding: 12% 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section03 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section03 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section03 {
    padding: 80px 0;
  }
}
section.page_company--section.section03 .section_container .map_box {
  margin: 10% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section03 .section_container .map_box {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section03 .section_container .map_box {
    margin: 6% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section03 .section_container .map_box {
    margin: 50px 0 0;
  }
}
section.page_company--section.section03 .section_container .map_box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section03 .section_container .map_box iframe {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section03 .section_container .map_box iframe {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section03 .section_container .map_box iframe {
    aspect-ratio: 3/1;
  }
}

section.page_business--section {
  padding: 12% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_business--section {
    padding: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section {
    padding: 6% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section {
    padding: 70px 0 0;
  }
}
section.page_business--section.section01 {
  padding: 15% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_business--section.section01 {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section.section01 {
    padding: 8% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section.section01 {
    padding: 90px 0 0;
  }
}
section.page_business--section.section03 {
  padding: 12% 0 15%;
}
@media screen and (min-width: 600px) {
  section.page_business--section.section03 {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section.section03 {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section.section03 {
    padding: 70px 0 90px;
  }
}
section.page_business--section .section_container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container {
    max-width: 900px;
  }
}
section.page_business--section .section_container figure img {
  aspect-ratio: 1.5/1;
}
section.page_business--section .section_container .text_box {
  padding: 6% 0 0;
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .text_box {
    padding: 0;
  }
}
section.page_business--section .section_container .text_box h2 {
  font-size: 4.6vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  padding: 0 3% 0.5em;
  margin: 0 auto 0.6em;
  border-bottom: 1px solid #009858;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container .text_box h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .text_box h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .text_box h2 {
    font-size: 24px;
    margin: 0 auto 1em;
  }
}
section.page_business--section .section_container .text_box p {
  font-size: 3.8vw;
  line-height: 1.6;
  padding: 0 3%;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container .text_box p {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .text_box p {
    font-size: 18px;
  }
}

.page_recruit--container {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .page_recruit--container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--container {
    padding: 5% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--container {
    padding: 60px 0 70px;
  }
}

ul.page_recruit--ul {
  width: 70%;
  margin: 17% auto 0;
  display: grid;
  gap: 15vw 0;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul {
    width: 60%;
    margin: 12% auto 0;
    gap: 11vw 0;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul {
    width: 90%;
    margin: 9% auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 7vw 10%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    max-width: 900px;
    margin: 100px auto 0;
    gap: 70px 90px;
  }
}
ul.page_recruit--ul li.page_recruit--li {
  text-align: center;
  list-style: none;
  border: 1px solid #009858;
  border-radius: 10px;
}
ul.page_recruit--ul li.page_recruit--li:hover {
  opacity: 0.7;
}
ul.page_recruit--ul li.page_recruit--li a {
  padding: 18% 0 12%;
  border-radius: 10px;
  position: relative;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li a {
    padding: 16% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li a {
    padding: 18% 0 12%;
  }
}
ul.page_recruit--ul li.page_recruit--li a span.type {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  letter-spacing: 0.1em;
  padding: 1em 1.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 40%;
  background-color: #009858;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li a span.type {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li a span.type {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li a span.type {
    font-size: 22px;
  }
}
ul.page_recruit--ul li.page_recruit--li a h3 {
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li a h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li a h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li a h3 {
    font-size: 24px;
  }
}

#content.container.single-staff {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.single_staff--container {
  padding: 10% 0 12%;
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    padding: 5% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    padding: 60px 0 70px;
  }
}

article.single_staff--article {
  text-align: left;
  width: 80%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  article.single_staff--article {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    width: 90%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    max-width: 900px;
    margin: 0 auto 50px;
  }
}

dl.single_staff--dl {
  margin: 10% 0 0;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    margin: 5% 0 0;
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    margin: 40px 0 0;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.5vw;
  line-height: 1.6;
  padding: 0.5em 0;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 17px;
  }
}
dl.single_staff--dl dt {
  border-bottom: 1px solid #009858;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    padding: 1.5em 0 1.5em 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt:last-of-type {
    border-bottom: none;
  }
}
dl.single_staff--dl dd {
  margin: 0 0 0.7em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd:not(:last-of-type) {
    border-bottom: 1px solid #009858;
  }
}
dl.single_staff--dl dd br {
  display: block !important;
}
dl.single_staff--dl dd p {
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin-bottom: 2em;
}
dl.single_staff--dl dd ul li {
  list-style: none;
  line-height: 1.6;
}

.page_form--container {
  text-align: center;
  width: 75%;
  padding: 12% 0 15%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_form--container {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container {
    width: 70%;
    padding: 5% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container {
    max-width: 750px;
    padding: 70px 0;
  }
}
.page_form--container .text_box {
  margin: 20% 0 12%;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box {
    margin: 10% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box {
    margin: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box {
    margin: 60px 0;
  }
}
.page_form--container .text_box p {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box p {
    font-size: 18px;
  }
}
.page_form--container .text_box p.bold {
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  margin: 3em 0 0.2em;
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box p.bold {
    margin: 2em 0 0.2em;
  }
}
.page_form--container .text_box p.staff_id {
  margin: 2.5em 0 0;
}
.page_form--container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p br {
    display: none !important;
  }
}
.page_form--container .text_box a.tel {
  color: #009858;
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #009858 !important;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box a.tel {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box a.tel {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box a.tel {
    font-size: 22px;
  }
}
.page_form--container .text_box a.tel:hover {
  opacity: 0.7;
}

.form_box dl.form_dl {
  text-align: left;
  margin: 0 auto 18%;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl {
    margin: 0 auto 13%;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl {
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl {
    margin: 0 auto 70px;
  }
}
.form_box dl.form_dl dt, .form_box dl.form_dl dd {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 17px;
  }
}
.form_box dl.form_dl dt {
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  margin: 0 0 0.8em;
}
.form_box dl.form_dl dt.must {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_box dl.form_dl dt.must::after {
  content: "*";
  color: #FF0000;
  margin: 0 0 0 0.3em;
}
.form_box dl.form_dl dd {
  margin: 0 0 2.5em;
}
.form_box dl.form_dl dd.radio {
  margin: 1.5em 0 2.5em;
}
.form_box dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
.form_box dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: 500;
}
.form_box dl.form_dl dd input, .form_box dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.8em;
  background-color: #F2F2F2;
  border-radius: 4px;
}

.common_button.page_form--button {
  position: relative;
}
.common_button.page_form--button input {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  padding: 1.4em 0.5em 1.4em 0;
  background-color: transparent;
  border: 2px solid #009858 !important;
  border-radius: 10vw;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .common_button.page_form--button input {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button.page_form--button input {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button.page_form--button input {
    font-size: 16px;
  }
}
.common_button.page_form--button:hover > input {
  color: #009858;
}
.common_button.page_form--button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -25px);
          transform: translate(-50%, -25px);
}
.common_button.page_form--button i {
  color: #fff;
  font-size: 3.8vw;
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .common_button.page_form--button i {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button.page_form--button i {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button.page_form--button i {
    font-size: 16px;
  }
}
.common_button.page_form--button:hover > i {
  color: #009858;
}

footer.footerclass {
  padding: 10% 0 0;
  background-color: #009858;
}
@media screen and (min-width: 600px) {
  footer.footerclass {
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer.footerclass {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass {
    padding: 50px 0 0;
  }
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  footer.footerclass .container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass .container {
    max-width: 1100px;
  }
}

.footercol1, .footercol2 {
  padding: 0;
}

.footer_address {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 8%;
}
@media screen and (min-width: 600px) {
  .footer_address {
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 768px) {
  .footer_address {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_address {
    margin: 40px 0 0;
  }
}
.footer_address p.name {
  text-align: center;
  font-size: 6.8vw;
  font-weight: bold;
  margin: 0 0 1em;
}
@media screen and (min-width: 600px) {
  .footer_address p.name {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_address p.name {
    font-size: 3.5vw;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .footer_address p.name {
    font-size: 34px;
  }
}
.footer_address p.address {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .footer_address p.address {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_address p.address {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_address p.address {
    font-size: 20px;
  }
}

ul#menu-footer {
  text-align: left;
  width: 60%;
  margin: 0 auto;
  display: grid;
  gap: 5px 0;
}
@media screen and (min-width: 600px) {
  ul#menu-footer {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer {
    width: 65%;
    margin: 0 0 0 auto;
  }
}
ul#menu-footer li {
  list-style: none;
  padding: 2.5% 0 2.5% 2%;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li {
    padding: 2%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li {
    padding: 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  ul#menu-footer li {
    padding: 7px 5px;
  }
}
ul#menu-footer li a {
  font-size: 3.4vw;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul#menu-footer li a {
    font-size: 16px;
  }
}
ul#menu-footer li a:hover {
  color: inherit;
  opacity: 0.7;
}

.footerbase {
  margin: 10% 0 0;
  background-color: #009858 !important;
}
@media screen and (min-width: 768px) {
  .footerbase {
    margin: 3% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase {
    margin: 10px 0 0;
  }
}