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

p, span {
  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 {
  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 {
  box-shadow: none !important;
}
input:hover {
  box-shadow: none !important;
}

body.open_modal {
  overflow: hidden;
}

#kad-mobile-banner-sticky-wrapper.sticky-wrapper {
  height: auto !important;
}
#kad-mobile-banner-sticky-wrapper.sticky-wrapper .mobile-headerclass {
  background-color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out;
}
#kad-mobile-banner-sticky-wrapper.sticky-wrapper .mobile-headerclass .kad-mobile-header-height {
  height: 60px;
  transition: all 0.2s ease-in-out;
}
#kad-mobile-banner-sticky-wrapper.sticky-wrapper.is-sticky .mobile-headerclass .kad-mobile-header-height {
  height: 50px;
}

.outside-headerclass .sticky-wrapper {
  height: auto !important;
}
.outside-headerclass .sticky-wrapper .headerclass {
  transition: all 0.2s ease-in-out;
}
.outside-headerclass .sticky-wrapper .headerclass .kad-header-height {
  transition: all 0.2s ease-in-out;
}
button.mobile-navigation-toggle span.kt-mnt span {
  height: 3px;
  background-color: #005C8B;
}

button.sldr-close span {
  height: 3px !important;
}

.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: inherit !important;
}
.nav-main ul.sf-menu li a:hover {
  opacity: 0.7;
}
.nav-main ul.sf-menu li ul.sub-menu li.current-menu-item::before {
  background-color: #F06449;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.nav-main ul.sf-menu li ul.sub-menu li.current-menu-item:hover::before {
  transform: scaleX(1);
}
.nav-main ul.sf-menu li ul.sub-menu li.current-menu-item a {
  color: #ffc515 !important;
}

.cv_button {
  width: 88vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .cv_button {
    width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .cv_button {
    width: 60vw;
  }
}
@media screen and (min-width: 1025px) {
  .cv_button {
    max-width: 650px;
  }
}
.cv_button a:hover {
  opacity: 0.7;
}

.common_button {
  width: 65vw;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .common_button {
    width: 41vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button {
    width: 32vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    width: 270px;
  }
}
.common_button.border {
  border: 1px solid #005C8B;
}
.common_button::before {
  content: "";
  width: 110%;
  height: 110%;
  background-color: #005C8B;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, 0) scaleY(0);
  transform-origin: top;
  transition: all 0.3s;
}
.common_button:hover::before {
  transform: translate(-50%, 0) scaleY(1);
}
.common_button a {
  color: #005C8B;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.9;
  padding: 1em;
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .common_button a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button a {
    font-size: 16px;
    padding: 0.9em;
  }
}
.common_button:hover a {
  color: #fff;
}
.common_button .arrow {
  width: 15%;
  height: 1px;
  background-color: #005C8B;
  border-radius: 1px;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.common_button .arrow::before, .common_button .arrow::after {
  content: "";
  width: 20%;
  height: 1px;
  background-color: #005C8B;
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: right;
  transition: all 0.3s;
  z-index: -1;
}
.common_button .arrow::before {
  transform: translate(0, -50%) rotate(45deg);
}
.common_button .arrow::after {
  transform: translate(0, -50%) rotate(-45deg);
}
.common_button:hover > .arrow {
  background-color: #fff;
}
.common_button:hover > .arrow::before, .common_button:hover > .arrow::after {
  background-color: #fff;
}

h2.common_title {
  text-align: center;
  font-size: 6.2vw;
  padding: 0 0 0.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  h2.common_title {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  h2.common_title {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.common_title {
    font-size: 34px;
  }
}
h2.common_title::before, h2.common_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
h2.common_title::before {
  width: 100%;
  height: 2px;
  background-color: #9DA2AF;
}
h2.common_title::after {
  width: 37%;
  height: 4px;
  background-color: #005C8B;
}
@media screen and (min-width: 600px) {
  h2.common_title::after {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  h2.common_title::after {
    width: 25%;
  }
}
h2.common_title span {
  display: block;
}
h2.common_title span.eng {
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0.04em;
  margin: 0 0 0.4em;
}
@media screen and (min-width: 600px) {
  h2.common_title span.eng {
    margin: 0 0 0.5em;
  }
}
h2.common_title span.ja {
  font-size: 3.2vw;
  font-weight: bold;
  text-shadow: 0 0 0.05em;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  h2.common_title span.ja {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  h2.common_title span.ja {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.common_title span.ja {
    font-size: 18px;
  }
}

.map_container {
  line-height: 0;
}
.map_container iframe {
  width: 100%;
  aspect-ratio: 1.4/1;
}
@media screen and (min-width: 600px) {
  .map_container iframe {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 768px) {
  .map_container iframe {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 1025px) {
  .map_container iframe {
    height: 300px;
    aspect-ratio: auto;
  }
}

.lum-lightbox-inner img {
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}

button.lum-previous-button {
  display: none;
}

button.lum-next-button {
  display: none;
}

.top_hero {
  padding: calc(60px + 15%) 0 10%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_hero {
    padding: calc(60px + 12%) 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero {
    padding: 250px 0 100px;
  }
}
.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;
}

.top_text--box {
  font-size: 4.8vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  .top_text--box {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .top_text--box {
    font-size: 3.2vw;
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box {
    font-size: 36px;
  }
}
.top_text--box p {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  line-height: 1.4;
  opacity: 0;
  transform: translate(0, 20px);
}
.top_text--box p:first-of-type {
  transition: opacity 0.8s;
}
.top_text--box p:nth-of-type(2) {
  transition: opacity 0.8s 0.4s;
}
.top_text--box p:nth-of-type(3) {
  transition: opacity 0.8s 0.8s;
}
.top_text--box p:nth-of-type(4) {
  transition: opacity 0.8s 1.2s;
}
.top_text--box.loaded p {
  opacity: 1;
  transform: translate(0, 0);
}

.top_view.top_hero--img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@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--img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777474;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}

.top_header_button--box {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_header_button--box {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .top_header_button--box {
    width: 85%;
  }
}
.top_contents--section .section_container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .top_contents--section .section_container {
    max-width: 1100px;
  }
}

section.top_contents--section.section01 {
  text-align: center;
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section01 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section01 {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section01 {
    padding: 70px 0;
  }
}

.top_contents01_box {
  font-size: 4.3vw;
  margin-top: 2em;
  display: grid;
  gap: 0.8em 0;
}
@media screen and (min-width: 600px) {
  .top_contents01_box {
    font-size: 2.9vw;
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01_box {
    font-size: 2.4vw;
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01_box {
    font-size: 22px;
    width: 60%;
  }
}
.top_contents01_box .item {
  height: 6.2em;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_contents01_box .item {
    height: 8em;
  }
}
.top_contents01_box .item:hover {
  opacity: 0.7;
}
.top_contents01_box .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777474;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.top_contents01_box .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.top_contents01_box .item a span {
  color: #fff;
  font-weight: bold;
  display: block;
}
.top_contents01_box .item a span.title {
  line-height: 1.2;
  margin: 0 0 0.3em;
}
.top_contents01_box .item a span.title br {
  display: block !important;
}
.top_contents01_box .item a span.subtitle {
  font-size: 0.7em;
  font-family: "Oswald", sans-serif !important;
}

section.top_contents--section.section02 {
  padding: 10% 0;
  background-color: #005C8B;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section02 {
    padding: 70px 0;
  }
}
section.top_contents--section.section02 .section_container h2.common_title {
  color: #fff;
  margin-bottom: 1.5em;
}
section.top_contents--section.section02 .section_container h2.common_title::before {
  background-color: #fff;
}
section.top_contents--section.section02 .section_container h2.common_title::after {
  background-color: #fff;
}
section.top_contents--section.section02 .section_container .movie {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section02 .section_container .movie {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section02 .section_container .movie {
    width: 65%;
    margin-inline: auto;
    margin-bottom: 6%;
  }
}
section.top_contents--section.section02 .section_container .movie video {
  width: 100%;
}
section.top_contents--section.section02 .section_container .common_button {
  margin: 0 auto;
}

section.top_contents--section.section03 {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 {
    padding: 70px 0;
  }
}
section.top_contents--section.section03 .section_container .box {
  margin: 10% auto 0;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 .section_container .box {
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container .box {
    width: 95%;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px 50px;
  }
}
section.top_contents--section.section03 .section_container .box figure {
  width: 95%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 .section_container .box figure {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container .box figure {
    width: auto;
    margin: 0;
    grid-row: span 2;
    order: 2;
  }
}
section.top_contents--section.section03 .section_container .box .text_box {
  width: 90%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 .section_container .box .text_box {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container .box .text_box {
    width: auto;
    margin: 0;
    order: 1;
  }
}
section.top_contents--section.section03 .section_container .box .text_box p {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 .section_container .box .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section03 .section_container .box .text_box p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container .box .text_box p {
    font-size: 16px;
    line-height: 1.6;
  }
}
section.top_contents--section.section03 .section_container .box .common_button {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container .box .common_button {
    order: 3;
  }
}
section.top_contents--section.section03 .section_container .box .common_button button {
  color: #005C8B;
  text-align: left;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.9;
  width: 100%;
  padding: 1em;
  background: none;
  display: block;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section03 .section_container .box .common_button button {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section03 .section_container .box .common_button button {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section03 .section_container .box .common_button button {
    font-size: 16px;
    padding: 0.9em;
  }
}
section.top_contents--section.section03 .section_container .box .common_button:hover button {
  color: #fff;
}

#top_contents03--modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  transition: 0s 1s;
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s, transform 0s;
}
#top_contents03--modal.hidden {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s 0.3s, transform 0s 0.6s;
}

#top_contents03--modalcontents {
  width: 95%;
  padding: 18% 7% 10%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 1;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  transition: opacity 0.3s 0.3s, transform 0s 0.3s;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents {
    padding: 15% 5% 5%;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents {
    width: 90%;
    padding: 12% 5% 5%;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents {
    width: 70%;
    max-width: 900px;
    padding: 100px 50px 50px;
    top: 150px;
  }
}
#top_contents03--modal.hidden #top_contents03--modalcontents {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0s 0.3s;
}
#top_contents03--modalcontents button#top_contents03--modalclose {
  color: #005C8B;
  font-size: 5vw;
  line-height: 1;
  width: 9%;
  padding: 0;
  background: none;
  border: 1px solid #005C8B;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents button#top_contents03--modalclose {
    font-size: 4vw;
    width: 7%;
    right: 12px;
    top: 12px;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents button#top_contents03--modalclose {
    font-size: 3vw;
    width: 5%;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents button#top_contents03--modalclose {
    font-size: 26px;
    width: 40px;
  }
}
#top_contents03--modalcontents details {
  font-size: 3.5vw;
  background-color: #F2F3F5;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents details {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents details {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents details {
    font-size: 16px;
  }
}
#top_contents03--modalcontents details:not(:last-of-type) {
  margin: 0 0 1em;
}
#top_contents03--modalcontents details summary {
  color: #fff;
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  background-color: #005C8B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#top_contents03--modalcontents details summary i {
  transition: all 0.3s;
}
#top_contents03--modalcontents details[open] summary i {
  transform: rotate(90deg);
}
#top_contents03--modalcontents details dl {
  padding: 1.5em 1em;
}
#top_contents03--modalcontents details dl dt, #top_contents03--modalcontents details dl dd {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents details dl dt, #top_contents03--modalcontents details dl dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents details dl dt, #top_contents03--modalcontents details dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents details dl dt, #top_contents03--modalcontents details dl dd {
    font-size: 14px;
  }
}
#top_contents03--modalcontents details dl dt {
  font-weight: bold;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  border-bottom: 1px solid #005C8B;
}
#top_contents03--modalcontents details dl dd:not(:last-of-type) {
  margin: 0 0 2em;
}
#top_contents03--modalcontents details dl dd p {
  line-height: 1.4;
}
#top_contents03--modalcontents details dl dd p.space {
  margin-bottom: 1em;
}
#top_contents03--modalcontents details dl dd p br {
  display: block !important;
}

section.top_contents--section.section04 {
  padding: 5% 0 10%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section04 {
    padding: 3% 0 5%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section04 {
    padding: 2% 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section04 {
    padding: 30px 0 40px;
  }
}
section.top_contents--section.section04 .section_container .text_box {
  text-align: center;
  width: 90%;
  margin: 10% auto 7%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section04 .section_container .text_box {
    margin: 7% auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section04 .section_container .text_box {
    margin: 40px auto;
  }
}
section.top_contents--section.section04 .section_container .text_box p {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section04 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section04 .section_container .text_box p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section04 .section_container .text_box p {
    font-size: 16px;
  }
}
section.top_contents--section.section04 .section_container .img_box {
  width: 100vw;
  transform: translate(-5%, 0);
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section04 .section_container .img_box {
    width: 100%;
    transform: none;
  }
}
section.top_contents--section.section04 .section_container .img_box .top_staff--swiper {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section04 .section_container .img_box .top_staff--swiper {
    width: 100%;
  }
}
section.top_contents--section.section04 .section_container .common_button {
  margin: 0 auto;
  transform: translate(0, -50%);
  z-index: 1;
}

section.top_contents--section.section05 {
  padding: 5% 0 10%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section05 {
    padding: 3% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 {
    padding: 0;
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .img {
    height: 75%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }
}
section.top_contents--section.section05 .img img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section05 .img img {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section05 .img img {
    aspect-ratio: 4/1;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .img img {
    height: 100%;
    aspect-ratio: auto;
  }
}
section.top_contents--section.section05 .section_container {
  padding: 8% 0 6%;
  margin: -20% auto 0;
  background-color: #00797E;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section05 .section_container {
    padding: 5% 0 4%;
    margin: -12% auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section05 .section_container {
    padding: 4% 0 3%;
    margin: -10% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container {
    width: 50%;
    padding: 100px 0 90px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container::before {
    content: "";
    width: 25%;
    height: 100%;
    background-color: #00797E;
    position: absolute;
    left: 1px;
    top: 0;
    transform: translate(-100%, 0);
  }
}
section.top_contents--section.section05 .section_container h2 {
  text-align: left;
  color: #fff;
  padding: 0 0 0.5em 7.5%;
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container h2 {
    padding: 0 0 0.5em 30px;
  }
}
section.top_contents--section.section05 .section_container h2::after {
  background-color: #fff;
  left: 0;
  transform: translate(0, 50%);
}
section.top_contents--section.section05 .section_container .text_box {
  width: 85%;
  margin: 10% auto 8%;
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section05 .section_container .text_box {
    width: -moz-max-content;
    width: max-content;
    margin: 7% auto;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container .text_box {
    width: auto;
    padding: 0 0 0 30px;
  }
}
section.top_contents--section.section05 .section_container .text_box p {
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4;
}
section.top_contents--section.section05 .section_container .text_box p:not(:last-of-type) {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container .text_box p:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  section.top_contents--section.section05 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents--section.section05 .section_container .text_box p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container .text_box p {
    font-size: 16px;
  }
}
section.top_contents--section.section05 .section_container .common_button {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  section.top_contents--section.section05 .section_container .common_button {
    margin: 0 0 0 30px;
  }
}
section.top_contents--section.section05 .section_container .common_button::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.page_header {
  text-align: center;
  padding: calc(15% + 60px) 0 15%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: calc(10% + 60px) 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: calc(9% + 60px) 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 200px 0 100px;
  }
}
.page_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777474;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.page_header h1.page_title {
  color: #fff;
  text-align: center;
  font-size: 6.2vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header h1.page_title {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header h1.page_title {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1.page_title {
    font-size: 34px;
  }
}
.page_header h1.page_title span {
  display: block;
}
.page_header h1.page_title span.eng {
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0.04em;
  margin: 0 0 0.4em;
}
@media screen and (min-width: 600px) {
  .page_header h1.page_title span.eng {
    margin: 0 0 0.5em;
  }
}
.page_header h1.page_title span.ja {
  font-size: 3.2vw;
  font-weight: bold;
  text-shadow: 0 0 1px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .page_header h1.page_title span.ja {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header h1.page_title span.ja {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1.page_title span.ja {
    font-size: 18px;
  }
}
.page_header h1.page_title span.ja br {
  display: block !important;
}

@media screen and (min-width: 1025px) {
  section.page_section .section_container {
    max-width: 1100px;
  }
}

section.contact_section {
  padding: 10% 0 12%;
}
@media screen and (min-width: 600px) {
  section.contact_section {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section {
    padding: 60px 0 100px;
  }
}
section.contact_section .section_container {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s;
  transform: translate(0, 20px);
  position: relative;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 80px;
  }
}
section.contact_section .section_container h2.common_title {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container h2.common_title {
    grid-column: span 2;
  }
}
section.contact_section .section_container .img {
  margin-bottom: 8%;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .img {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .img {
    order: 3;
  }
}
section.contact_section .section_container .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
section.contact_section .section_container .text_box {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .text_box {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .text_box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .text_box {
    font-size: 16px;
    order: 2;
  }
}
section.contact_section .section_container .text_box p {
  font-weight: bold;
  line-height: 1.6;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .text_box p {
    width: 100%;
  }
}
section.contact_section .section_container .text_box p:nth-of-type(2) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .text_box p:nth-of-type(2) {
    margin-bottom: 1.5em;
  }
}
section.contact_section .section_container .button_box {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .button_box {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .button_box .cv_button {
    width: 550px;
  }
}
section.contact_section.show .section_container {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_company--section .section_container {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  section.page_company--section .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section .section_container {
    width: 90%;
  }
}

section.page_company--section.section01 .section_container {
  transform: translate(-20px, 0);
}
section.page_company--section.section01 .section_container h2.common_title {
  margin: 0 0 1.2em;
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .section_container .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
section.page_company--section.section01 .section_container .box figure {
  width: 60%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .section_container .box figure {
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .section_container .box figure {
    width: 100%;
    margin: 0;
  }
}
section.page_company--section.section01 .section_container .box figure img {
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page_company--section.section01 .section_container .box .text_box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .section_container .box .text_box {
    margin: 0 0 0 auto;
  }
}
section.page_company--section.section01 .section_container .box .text_box p {
  font-size: 3.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .section_container .box .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .section_container .box .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .section_container .box .text_box p {
    font-size: 16px;
  }
}
section.page_company--section.section01 .section_container .box .text_box p.name {
  text-align: right;
}
section.page_company--section.section01 .section_container .box .text_box p.name.space {
  margin: 1em 0 0;
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .section_container .box .text_box p.name.space {
    margin: 2em 0 0;
  }
}
section.page_company--section.section01.show .section_container {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_company--section.section02 {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.page_company--section.section02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777474;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
section.page_company--section.section02 .section_container {
  transform: translate(20px, 0);
  position: relative;
}
section.page_company--section.section02 .section_container h2.common_title {
  color: #fff;
  margin: 0 0 1.2em;
}
section.page_company--section.section02 .section_container .text_box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 .section_container .text_box {
    width: -moz-max-content;
    width: max-content;
  }
}
section.page_company--section.section02 .section_container .text_box p {
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 .section_container .text_box p {
    font-size: 16px;
  }
}
section.page_company--section.section02.show .section_container {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_company--section.section03 {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section03 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section03 {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section03 {
    padding: 60px 0;
  }
}
section.page_company--section.section03 .section_container {
  transform: translate(0, 20px);
  position: relative;
}
section.page_company--section.section03 .section_container h2.common_title {
  margin: 0 0 1.2em;
}
section.page_company--section.section03.show .section_container {
  opacity: 1;
  transform: translate(0, 0);
}

dl.page_company--dl {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  dl.page_company--dl {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_company--dl {
    max-width: 800px;
  }
}
dl.page_company--dl dt, dl.page_company--dl dd {
  font-size: 3.5vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  dl.page_company--dl dt, dl.page_company--dl dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_company--dl dt, dl.page_company--dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_company--dl dt, dl.page_company--dl dd {
    font-size: 16px;
  }
}
dl.page_company--dl dt {
  font-weight: bold;
  padding: 0.5em 1em;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  dl.page_company--dl dt {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.page_company--dl dt:last-of-type {
    border: none;
  }
}
dl.page_company--dl dd {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  dl.page_company--dl dd:not(:last-of-type) {
    border-bottom: 1px solid #DDD;
  }
}
dl.page_company--dl dd ul {
  list-style: none;
}
dl.page_company--dl dd ul li {
  line-height: 1.6;
}

section.page_service--section .section_container {
  width: 85%;
  padding: 10% 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_service--section .section_container {
    width: 75%;
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section .section_container {
    width: 90%;
    padding: 6% 0 0;
    display: grid;
    grid-template: auto auto 1fr/46% 50%;
    justify-content: space-between;
    align-items: start;
    gap: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_service--section .section_container {
    padding: 60px 0 0;
    gap: 12% 0;
  }
}
section.page_service--section .section_container h2 {
  text-align: left;
  font-size: 4vw;
  margin: 0 0 1em;
  position: relative;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  section.page_service--section .section_container h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section .section_container h2 {
    font-size: 2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_service--section .section_container h2 {
    font-size: 20px;
  }
}
section.page_service--section .section_container h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #9DA2AF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
section.page_service--section .section_container h2 span {
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 0 0.05em;
  padding: 0.3em 0.5em;
  display: inline-block;
  position: relative;
}
section.page_service--section .section_container h2 span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #005C8B;
  position: absolute;
  left: 0%;
  bottom: 0;
  transform: translate(0, 50%);
}
section.page_service--section .section_container h2 span br {
  display: block !important;
}
section.page_service--section .section_container .text_box {
  margin: 0 0 10%;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s 0.5s;
}
@media screen and (min-width: 600px) {
  section.page_service--section .section_container .text_box {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section .section_container .text_box {
    padding: 0 5% 0 0;
    margin: 0;
    order: 3;
  }
}
section.page_service--section .section_container .text_box p {
  font-size: 3.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  section.page_service--section .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_service--section .section_container .text_box p {
    font-size: 16px;
  }
}
section.page_service--section .section_container .common_button {
  margin: 0 0 8%;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s 1s;
}
@media screen and (min-width: 600px) {
  section.page_service--section .section_container .common_button {
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section .section_container .common_button {
    margin: 0;
    order: 4;
  }
}
section.page_service--section .section_container figure {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s 0.5s;
}
@media screen and (min-width: 768px) {
  section.page_service--section .section_container figure {
    grid-row: span 3;
    order: 2;
  }
}
section.page_service--section .section_container figure img {
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page_service--section.section03 .section_container {
  padding-bottom: 10%;
}
@media screen and (min-width: 600px) {
  section.page_service--section.section03 .section_container {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_service--section.section03 .section_container {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_service--section.section03 .section_container {
    padding-bottom: 60px;
  }
}
section.page_service--section.show .section_container h2 {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_service--section.show .section_container .text_box {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_service--section.show .section_container .common_button {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_service--section.show .section_container figure {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_service_child--section {
  background-color: #F2F3F5;
}
section.page_service_child--section .section_container {
  width: 90%;
  padding: 10% 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_service_child--section .section_container {
    width: 80%;
    padding: 7% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_service_child--section .section_container {
    width: 90%;
    padding: 6% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_service_child--section .section_container {
    padding: 70px 0 80px;
  }
}

.page_service_child--contents {
  width: 90%;
  margin: 0 auto 12%;
}
@media screen and (min-width: 600px) {
  .page_service_child--contents {
    width: 80%;
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--contents {
    width: 75%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--contents {
    margin: 0 auto 70px;
  }
}
.page_service_child--contents figure {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}
.page_service_child--contents figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.8/1;
}
section.page_section.show .page_service_child--contents figure {
  opacity: 1;
  transform: translate(0, 0);
}
.page_service_child--contents .text_box {
  width: 90%;
  padding: 8% 10%;
  margin: -6% auto 0;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: all 1s 0.5s;
}
@media screen and (min-width: 600px) {
  .page_service_child--contents .text_box {
    width: 85%;
    padding: 6% 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--contents .text_box {
    width: 80%;
    padding: 5% 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--contents .text_box {
    padding: 30px 50px;
  }
}
.page_service_child--contents .text_box p.title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  text-shadow: 0 0 0.5px;
}
@media screen and (min-width: 600px) {
  .page_service_child--contents .text_box p.title {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--contents .text_box p.title {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--contents .text_box p.title {
    font-size: 20px;
  }
}
.page_service_child--contents .text_box p.text {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .page_service_child--contents .text_box p.text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--contents .text_box p.text {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--contents .text_box p.text {
    font-size: 16px;
  }
}
section.page_section.show .page_service_child--contents .text_box {
  opacity: 1;
  transform: translate(0, 0);
}

h2.common_title.page_service_child {
  margin: 0 0 2em;
}
@media screen and (min-width: 600px) {
  h2.common_title.page_service_child {
    margin: 0 0 1.5em;
  }
}

dl.page_service_child--dl {
  width: 90%;
  margin: 0 auto 15%;
}
@media screen and (min-width: 600px) {
  dl.page_service_child--dl {
    width: 80%;
    margin: 0 auto 12%;
  }
}
@media screen and (min-width: 768px) {
  dl.page_service_child--dl {
    width: 75%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service_child--dl {
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px 60px;
  }
}
dl.page_service_child--dl dt, dl.page_service_child--dl dd {
  font-weight: bold;
  padding: 0 0 0 9%;
}
@media screen and (min-width: 600px) {
  dl.page_service_child--dl dt, dl.page_service_child--dl dd {
    padding: 0 0 0 8%;
  }
}
dl.page_service_child--dl dt {
  font-size: 3.8vw;
  line-height: 1.4;
  text-shadow: 0 0 0.5px;
  margin: 0 0 1em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.page_service_child--dl dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_service_child--dl dt {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service_child--dl dt {
    font-size: 18px;
    padding: 0 0 0 2.5em;
    margin: 0;
  }
}
dl.page_service_child--dl dt::before {
  content: "";
  width: 5.3vw;
  aspect-ratio: 1;
  background-color: #005C8B;
  border-radius: 0.8vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -10%);
}
@media screen and (min-width: 600px) {
  dl.page_service_child--dl dt::before {
    width: 3.7vw;
    border-radius: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_service_child--dl dt::before {
    width: 3.2vw;
    border-radius: 0.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service_child--dl dt::before {
    width: 28px;
  }
}
dl.page_service_child--dl dt i {
  color: #fff;
  font-size: 4vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(25%, 0);
}
@media screen and (min-width: 600px) {
  dl.page_service_child--dl dt i {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_service_child--dl dt i {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service_child--dl dt i {
    font-size: 22px;
  }
}
dl.page_service_child--dl dt br {
  display: block !important;
}
dl.page_service_child--dl dt br.br_pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  dl.page_service_child--dl dt br.br_pc {
    display: block !important;
  }
}
dl.page_service_child--dl dd {
  font-size: 3.2vw;
  line-height: 1.6;
  margin: 0 0 3em;
}
@media screen and (min-width: 600px) {
  dl.page_service_child--dl dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_service_child--dl dd {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_service_child--dl dd {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
}
dl.page_service_child--dl dd p {
  font-weight: bold;
  line-height: 1.6;
}
dl.page_service_child--dl dd p.space {
  margin-bottom: 1.5em;
}
dl.page_service_child--dl dd ul li {
  line-height: 1.6;
  list-style: none;
}

.page_service_child--box {
  padding: 9% 0 11%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  .page_service_child--box {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--box {
    padding: 6% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box {
    padding: 50px 0;
  }
}
.page_service_child--box.space {
  margin-bottom: 6%;
}
@media screen and (min-width: 600px) {
  .page_service_child--box.space {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--box.space {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box.space {
    margin-bottom: 25px;
  }
}
.page_service_child--box h3 {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 0 0 0.5px;
  line-height: 1.4;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 600px) {
  .page_service_child--box h3 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--box h3 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box h3 {
    font-size: 20px;
  }
}
.page_service_child--box h3 br.br_sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_service_child--box h3 br.br_sp {
    display: none !important;
  }
}
.page_service_child--box p {
  font-size: 3.2vw;
  line-height: 1.6;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_service_child--box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--box p {
    font-size: 1.9vw;
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box p {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box p br.br_pc {
    display: block !important;
  }
}
.page_service_child--box ul {
  width: 80%;
  margin: 0 auto;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page_service_child--box ul {
    width: 75%;
  }
}
.page_service_child--box ul li {
  font-size: 3.2vw;
  line-height: 1.4;
  padding: 1.5em 2em 0.5em;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 600px) {
  .page_service_child--box ul li {
    font-size: 2.1vw;
    padding: 1.5em 8% 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--box ul li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box ul li {
    font-size: 18px;
    padding: 1em 12% 0.5em;
  }
}
.page_service_child--box + p {
  font-size: 3.2vw;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .page_service_child--box + p {
    text-align: right;
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service_child--box + p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service_child--box + p {
    font-size: 18px;
  }
}

.page_contents.page_price--contents {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .page_contents.page_price--contents {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_contents.page_price--contents {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_price--contents {
    padding: 50px 0;
  }
}
.page_contents.page_price--contents .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_price--contents .contents_container {
    max-width: 1100px;
  }
}

ul.page_price--ul li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_price--ul li {
    grid-template-columns: 1fr 3fr;
  }
}
ul.page_price--ul li:not(:last-of-type) {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  ul.page_price--ul li:not(:last-of-type) {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li:not(:last-of-type) {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_price--ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
ul.page_price--ul li .img {
  width: 55%;
  margin: 0 auto -7%;
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li .img {
    width: 100%;
    margin: 0;
  }
}
ul.page_price--ul li .text_box {
  padding: 18% 15% 12%;
  background-color: #7CB7D5;
}
@media screen and (min-width: 600px) {
  ul.page_price--ul li .text_box {
    padding: 15% 15% 8%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li .text_box {
    padding: 8% 10%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_price--ul li .text_box {
    padding: 50px 60px;
  }
}
ul.page_price--ul li .text_box p {
  color: #fff;
}
ul.page_price--ul li .text_box p.name {
  font-size: 3.8vw;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  ul.page_price--ul li .text_box p.name {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li .text_box p.name {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_price--ul li .text_box p.name {
    font-size: 20px;
  }
}
ul.page_price--ul li .text_box p.price {
  font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  ul.page_price--ul li .text_box p.price {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li .text_box p.price {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_price--ul li .text_box p.price {
    font-size: 18px;
  }
}
ul.page_price--ul li .text_box p.text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  ul.page_price--ul li .text_box p.text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_price--ul li .text_box p.text {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_price--ul li .text_box p.text {
    font-size: 16px;
  }
}

.page_form {
  padding: 25% 0 15%;
}
@media screen and (min-width: 600px) {
  .page_form {
    padding: 18% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_form {
    padding: 15% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form {
    padding: 150px 0 70px;
  }
}

.page_form--container {
  width: 80%;
  padding: 0 0 10%;
  margin-inline: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  .page_form--container {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container {
    padding: 0 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container {
    max-width: 850px;
    padding: 0 0 60px;
  }
}
.page_form--container h1 {
  text-align: center;
  font-size: 3.8vw;
  padding: 1.6em;
  background-color: #F2F3F5;
}
@media screen and (min-width: 600px) {
  .page_form--container h1 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container h1 {
    font-size: 2.4vw;
    padding: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container h1 {
    font-size: 23px;
  }
}
.page_form--container h1 span {
  display: block;
}
.page_form--container h1 span.ja {
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 0 0.2em;
}
.page_form--container h1 span.eng {
  color: #005C8B;
  font-size: 2.8vw;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .page_form--container h1 span.eng {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container h1 span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container h1 span.eng {
    font-size: 18px;
  }
}
.page_form--container .text_box {
  text-align: center;
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box {
    padding: 6% 0;
  }
}
.page_form--container .text_box p {
  font-size: 3.2vw;
  line-height: 1.6;
}
@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.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box p {
    font-size: 16px;
  }
}
.page_form--container .text_box p.title {
  font-weight: bold;
  margin: 3em 0 0.5em;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p.title {
    margin: 2.5em 0 0.5em;
  }
}
.page_form--container .text_box p.number {
  margin: 2em 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 {
  color: inherit;
  font-size: 3.8vw;
  font-weight: bold;
  border-bottom: 1px solid #676767 !important;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box a {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box a {
    font-size: 20px;
  }
}
.page_form--container .text_box a:hover {
  opacity: 0.7;
}
.page_form--container .form_box {
  width: 90%;
  margin-inline: auto;
}
.page_form--container .form_box dl.form_dl {
  margin: 0 0 12%;
}
@media screen and (min-width: 600px) {
  .page_form--container .form_box dl.form_dl {
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .form_box dl.form_dl {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .form_box dl.form_dl {
    margin: 0 0 60px;
  }
}
.page_form--container .form_box dl.form_dl dt {
  font-size: 3.8vw;
  margin: 0 0 0.7em;
}
@media screen and (min-width: 600px) {
  .page_form--container .form_box dl.form_dl dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .form_box dl.form_dl dt {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .form_box dl.form_dl dt {
    font-size: 16px;
  }
}
.page_form--container .form_box dl.form_dl dt.must {
  display: flex;
}
.page_form--container .form_box dl.form_dl dt.must::after {
  content: "*";
  color: #FF4646;
  font-weight: bold;
  margin: 0 0 0 0.3em;
}
.page_form--container .form_box dl.form_dl dt p {
  font-weight: bold;
}
.page_form--container .form_box dl.form_dl dd {
  font-size: max(16px, 3.8vw);
}
@media screen and (min-width: 600px) {
  .page_form--container .form_box dl.form_dl dd {
    font-size: max(16px, 2.4vw);
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .form_box dl.form_dl dd {
    font-size: max(16px, 1.9vw);
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .form_box dl.form_dl dd {
    font-size: 16px;
  }
}
.page_form--container .form_box dl.form_dl dd:not(:last-of-type) {
  margin: 0 0 2em;
}
.page_form--container .form_box dl.form_dl dd.radio {
  font-size: 3.8vw;
  margin: 1.2em 0 2em;
}
@media screen and (min-width: 600px) {
  .page_form--container .form_box dl.form_dl dd.radio {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .form_box dl.form_dl dd.radio {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .form_box dl.form_dl dd.radio {
    font-size: 16px;
  }
}
.page_form--container .form_box dl.form_dl dd input, .page_form--container .form_box dl.form_dl dd textarea {
  padding: 0.5em 0.7em;
  border-radius: 5px;
  background-color: #F2F3F5;
}

.form_button.common_button {
  margin: 0 auto;
  position: relative;
}
.form_button.common_button input {
  color: #00797E;
  text-align: left;
  font-size: 3.5vw;
  line-height: 1.9;
  width: 100%;
  padding: 1em;
  background: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  .form_button.common_button input {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .form_button.common_button input {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_button.common_button input {
    font-size: 16px;
    padding: 0.9em;
  }
}
.form_button.common_button:hover input {
  color: #fff;
}
.form_button.common_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}

footer.footerclass {
  padding: 0;
  background-color: #005C8B;
}
@media screen and (min-width: 768px) {
  footer.footerclass {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass {
    padding: 40px 0 0;
  }
}
footer.footerclass .container {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  footer.footerclass .container {
    max-width: 1100px;
  }
}
footer.footerclass .footerbase {
  margin: 0;
  background-color: #005C8B;
}

.footercredits {
  padding: 10% 0 3%;
}
@media screen and (min-width: 600px) {
  .footercredits {
    padding: 7% 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  .footercredits {
    padding: 50px 0 20px;
  }
}
.footercredits p {
  color: #fff;
  font-size: 2.8vw;
}
@media screen and (min-width: 600px) {
  .footercredits p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  .footercredits p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .footercredits p {
    font-size: 11px;
  }
}

.c-2_footer {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .c-2_footer {
    padding: 6% 0;
  }
}
.c-2_footer .address_box p.name {
  text-align: center;
  color: #fff;
  font-size: 5.3vw;
  font-weight: bold;
  white-space: nowrap;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 600px) {
  .c-2_footer .address_box p.name {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .c-2_footer .address_box p.name {
    text-align: left;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-2_footer .address_box p.name {
    font-size: 28px;
  }
}
.c-2_footer .address_box .box {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-2_footer .address_box .box {
    margin: 0;
  }
}
.c-2_footer .address_box .box p {
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .c-2_footer .address_box .box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .c-2_footer .address_box .box p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-2_footer .address_box .box p {
    font-size: 16px;
  }
}
.c-2_footer .address_box .box p a {
  color: #fff;
}
.c-2_footer .address_box .box p a:hover {
  opacity: 0.7;
}
.c-2_footer .address_box .box p br {
  display: block !important;
}

ul#menu-footer {
  text-align: left;
  width: 70%;
  margin: 0 auto;
  display: grid;
  gap: 5px 0;
}
@media screen and (min-width: 600px) {
  ul#menu-footer {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
ul#menu-footer li {
  font-size: 3.5vw;
  list-style: none;
  padding: 0.5em;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li {
    font-size: 2.4vw;
    padding: 2%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li {
    font-size: 1.9vw;
    padding: 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  ul#menu-footer li {
    font-size: 15px;
  }
}
ul#menu-footer li a {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  display: block;
  transform: scale(1);
  transform-origin: left center;
  transition: all 0.2s;
}
ul#menu-footer li a:hover {
  opacity: 0.7;
}

section.page_attack--section {
  background-color: #F2F3F5;
}
section.page_attack--section .section_container {
  width: 85%;
  padding: 10% 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_attack--section .section_container {
    width: 75%;
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_attack--section .section_container {
    width: 90%;
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_attack--section .section_container {
    padding: 60px 0;
  }
}

.page_attack--contents {
  margin: 0 0 15%;
}
@media screen and (min-width: 600px) {
  .page_attack--contents {
    margin: 0 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_attack--contents {
    margin: 0 0 7%;
    display: grid;
    grid-template: auto auto 1fr/46% 50%;
    justify-content: space-between;
    align-items: start;
    gap: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_attack--contents {
    margin: 0 0 60px;
    gap: 12% 0;
  }
}
.page_attack--contents h2 {
  text-align: left;
  font-size: 4vw;
  margin: 0 0 1em;
  position: relative;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  .page_attack--contents h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_attack--contents h2 {
    font-size: 2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_attack--contents h2 {
    font-size: 20px;
  }
}
.page_attack--contents h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #9DA2AF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.page_attack--contents h2 span {
  font-weight: bold;
  text-shadow: 0 0 1px;
  padding: 0.3em 0.5em;
  display: inline-block;
  position: relative;
}
.page_attack--contents h2 span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00797E;
  position: absolute;
  left: 0%;
  bottom: 0;
  transform: translate(0, 50%);
}
.page_attack--contents .text_box {
  margin: 0 0 10%;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s 0.5s;
}
@media screen and (min-width: 600px) {
  .page_attack--contents .text_box {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  .page_attack--contents .text_box {
    padding: 0 5% 0 0;
    margin: 0;
    order: 3;
  }
}
.page_attack--contents .text_box p {
  font-size: 3.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .page_attack--contents .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_attack--contents .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_attack--contents .text_box p {
    font-size: 16px;
  }
}
.page_attack--contents figure {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s 0.5s;
}
@media screen and (min-width: 768px) {
  .page_attack--contents figure {
    grid-row: span 3;
    order: 2;
  }
}
.page_attack--contents figure img {
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page_section.show .section_container .page_attack--contents h2 {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_section.show .section_container .page_attack--contents .text_box {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_section.show .section_container .page_attack--contents figure {
  opacity: 1;
  transform: translate(0, 0);
}

ul.page_attack--ul {
  display: grid;
  gap: 5vw 0;
}
@media screen and (min-width: 600px) {
  ul.page_attack--ul {
    gap: 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  ul.page_attack--ul {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_attack--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
ul.page_attack--ul li.page_attack--li {
  list-style: none;
}
ul.page_attack--ul li.page_attack--li h3 {
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  padding: 0.8em 0;
  background-color: #01797E;
}
@media screen and (min-width: 600px) {
  ul.page_attack--ul li.page_attack--li h3 {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_attack--ul li.page_attack--li h3 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_attack--ul li.page_attack--li h3 {
    font-size: 16px;
  }
}
ul.page_attack--ul li.page_attack--li figure {
  aspect-ratio: 2.5/1;
}
@media screen and (min-width: 600px) {
  ul.page_attack--ul li.page_attack--li figure {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 768px) {
  ul.page_attack--ul li.page_attack--li figure {
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_attack--ul li.page_attack--li figure {
    aspect-ratio: 1.5/1;
  }
}
ul.page_attack--ul li.page_attack--li figure img {
  -o-object-position: center;
     object-position: center;
}
ul.page_attack--ul li.page_attack--li.img_full figure {
  overflow: hidden;
}
ul.page_attack--ul li.page_attack--li.img_full figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.page_attack--ul li.page_attack--li.img_center figure {
  background-color: #fff;
  display: flex;
  align-items: center;
}
ul.page_attack--ul li.page_attack--li.img_center figure img {
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.page_staff--section .section_container {
  width: 85%;
  padding: 10% 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_staff--section .section_container {
    width: 70%;
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_staff--section .section_container {
    width: 90%;
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_staff--section .section_container {
    padding: 60px 0;
  }
}

ul.page_staff--ul {
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  ul.page_staff--ul {
    gap: 7vw 0;
  }
}
@media screen and (min-width: 768px) {
  ul.page_staff--ul {
    gap: 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_staff--ul {
    gap: 40px 0;
  }
}
ul.page_staff--ul li.page_staff--li {
  list-style: none;
  opacity: 0;
  transform: translate(0, 30px);
}
@media screen and (min-width: 768px) {
  ul.page_staff--ul li.page_staff--li {
    display: grid;
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_staff--ul li.page_staff--li {
    grid-template-columns: 25% 1fr;
  }
}
ul.page_staff--ul li.page_staff--li:first-of-type {
  transition: all 1s;
}
ul.page_staff--ul li.page_staff--li:nth-of-type(2) {
  transition: all 1s 0.5s;
}
ul.page_staff--ul li.page_staff--li:nth-of-type(3) {
  transition: all 1s 1s;
}
ul.page_staff--ul li.page_staff--li:nth-of-type(4) {
  transition: all 1s 1.5s;
}
ul.page_staff--ul li.page_staff--li:nth-of-type(5) {
  transition: all 1s 2s;
}
ul.page_staff--ul li.page_staff--li:nth-of-type(6) {
  transition: all 1s 2.5s;
}
.page_staff--section.show .section_container ul.page_staff--ul li.page_staff--li {
  opacity: 1;
  transform: translate(0, 0);
}
ul.page_staff--ul li.page_staff--li figure {
  width: 55%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  ul.page_staff--ul li.page_staff--li figure {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_staff--ul li.page_staff--li figure {
    width: 100%;
  }
}
ul.page_staff--ul li.page_staff--li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
ul.page_staff--ul li.page_staff--li .text_box {
  padding: 15% 15% 10%;
  margin: -7% 0 0;
  background-color: #00797E;
}
@media screen and (min-width: 768px) {
  ul.page_staff--ul li.page_staff--li .text_box {
    padding: 7%;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_staff--ul li.page_staff--li .text_box {
    padding: 40px;
  }
}
ul.page_staff--ul li.page_staff--li .text_box p {
  color: #fff;
  line-height: 1.6;
}
ul.page_staff--ul li.page_staff--li .text_box p.type {
  font-size: 3.8vw;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  ul.page_staff--ul li.page_staff--li .text_box p.type {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_staff--ul li.page_staff--li .text_box p.type {
    font-size: 2.2vw;
    margin: 0 0 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_staff--ul li.page_staff--li .text_box p.type {
    font-size: 20px;
  }
}
ul.page_staff--ul li.page_staff--li .text_box p.name {
  font-size: 3.5vw;
  font-weight: bold;
  margin: 0 0 1.8em;
}
@media screen and (min-width: 600px) {
  ul.page_staff--ul li.page_staff--li .text_box p.name {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_staff--ul li.page_staff--li .text_box p.name {
    font-size: 2vw;
    margin: 0 0 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_staff--ul li.page_staff--li .text_box p.name {
    font-size: 18px;
  }
}
ul.page_staff--ul li.page_staff--li .text_box p.text {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  ul.page_staff--ul li.page_staff--li .text_box p.text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_staff--ul li.page_staff--li .text_box p.text {
    font-size: 16px;
  }
}

section.page_recruit--section .section_container {
  width: 85%;
  padding: 0 0 10%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_recruit--section .section_container {
    width: 70%;
    padding: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit--section .section_container {
    padding: 0 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section .section_container {
    width: 90%;
    max-width: 1100px;
    padding: 0 0 60px;
  }
}

.page_recruit--contents {
  padding: 12% 0;
  margin: 0 0 15%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents {
    padding: 10% 0;
    margin: 0 0 13%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents {
    padding: 60px 0;
    margin: 0 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0 50px;
  }
}
.page_recruit--contents::before, .page_recruit--contents::after {
  content: "";
  background-color: #F2F3F5;
  position: absolute;
  left: 50%;
}
.page_recruit--contents::before {
  width: 100vw;
  height: 100%;
  border-radius: 0 0 40px 40px;
  top: 0;
  transform: translate(-50%, 0);
}
.page_recruit--contents::after {
  width: 6.2vw;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: 1px;
  transform: translate(-50%, 100%);
  aspect-ratio: 1/1.1;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents::after {
    width: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--contents::after {
    width: 3.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents::after {
    width: 35px;
  }
}
.page_recruit--contents figure {
  margin: 0 0 10%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents figure {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--contents figure {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents figure {
    margin: 0;
  }
}
.page_recruit--contents figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}
.page_recruit--contents .text_box {
  position: relative;
}
.page_recruit--contents .text_box h2 {
  color: #01797E;
  font-size: 4vw;
  font-weight: bold;
  margin: 0 0 1.9em;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents .text_box h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--contents .text_box h2 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents .text_box h2 {
    font-size: 18px;
    margin: 0 0 1.5em;
  }
}
.page_recruit--contents .text_box ul {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents .text_box ul {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--contents .text_box ul {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents .text_box ul {
    margin: 0 0 50px;
  }
}
.page_recruit--contents .text_box ul li {
  font-size: 3.2vw;
  line-height: 2;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents .text_box ul li {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--contents .text_box ul li {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents .text_box ul li {
    font-size: 16px;
  }
}
.page_recruit--contents .text_box p {
  font-size: 3.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .page_recruit--contents .text_box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--contents .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--contents .text_box p {
    font-size: 16px;
  }
}

ul.page_recruit--ul li.page_recruit--li {
  padding: 8% 0 6%;
  list-style: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 7% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 55px 0 45px;
  }
}
ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li:not(:last-of-type) {
    margin: 0 0 50px;
  }
}
ul.page_recruit--ul li.page_recruit--li h3 {
  text-align: center;
  font-size: 3.8vw;
  margin: 0 0 2em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li h3 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li h3 {
    font-size: 23px;
  }
}
ul.page_recruit--ul li.page_recruit--li h3 span {
  display: block;
}
ul.page_recruit--ul li.page_recruit--li h3 span.ja {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 0.2em;
}
ul.page_recruit--ul li.page_recruit--li h3 span.eng {
  color: #01797E;
  font-size: 2.8vw;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li h3 span.eng {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li h3 span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li h3 span.eng {
    font-size: 18px;
  }
}
ul.page_recruit--ul li.page_recruit--li .common_button {
  margin-inline: auto;
}

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

.single_staff--container {
  width: 80%;
  padding: 0 0 10%;
  margin: 10% auto 12%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 0 0 8%;
    margin: 8% auto 10%;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    padding: 0 0 6%;
    margin: 6% auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    max-width: 850px;
    padding: 0 0 50px;
    margin: 60px auto 70px;
  }
}

article.single_staff--article {
  margin: 0 auto 10%;
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    margin: 0 auto 60px;
  }
}

h2.single_staff--h2 {
  text-align: center;
  font-size: 3.8vw;
  padding: 1.6em;
  background-color: #F2F3F5;
}
@media screen and (min-width: 600px) {
  h2.single_staff--h2 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  h2.single_staff--h2 {
    font-size: 2.4vw;
    padding: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  h2.single_staff--h2 {
    font-size: 23px;
  }
}
h2.single_staff--h2 span {
  display: block;
}
h2.single_staff--h2 span.ja {
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 0 0.2em;
}
h2.single_staff--h2 span.eng {
  color: #01797E;
  font-size: 2.8vw;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  h2.single_staff--h2 span.eng {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  h2.single_staff--h2 span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.single_staff--h2 span.eng {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    display: grid;
    grid-template-columns: auto auto;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.2vw;
  line-height: 1.4;
  padding: 1em 2em;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt:not(:last-of-type), dl.single_staff--dl dd:not(:last-of-type) {
    border-bottom: 1px solid #DDD;
  }
}
dl.single_staff--dl dt {
  font-weight: bold;
  background-color: #F2F3F5;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    padding: 1.5em 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em 4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd {
    padding: 1.5em 5em;
  }
}
dl.single_staff--dl dd p {
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin: 0 0 1em;
}
dl.single_staff--dl dd br {
  display: block !important;
}

.page_recruit--button.common_button {
  margin-inline: auto;
}

.page_header.page_form {
  background-color: rgb(178, 53, 29);
  position: relative;
}
.page_header.page_form::before {
  content: "";
  width: 50%;
  aspect-ratio: 6/1;
  background-color: rgb(178, 53, 29);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 600px) {
  .page_header.page_form::before {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .page_header.page_form::before {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_form::before {
    width: 220px;
  }
}
.page_header.page_form h1 {
  color: #fff;
}