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

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

.kad-left-header #logo a.brand img {
  height: 45%;
  max-height: none !important;
}

img.ascend-mobile-logo {
  height: 50%;
}

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

.sldr-menu-animi.mfp-ready .sldr-close span, .sldr-close span {
  height: 2px;
  border-radius: 0;
}

.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:hover {
  opacity: 0.7;
}

.nav-main ul.sf-menu ul {
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 3px 5px;
  border-radius: 10px;
}
.nav-main ul.sf-menu ul::before {
  content: none;
}
.nav-main ul.sf-menu ul li:not(:last-of-type) {
  border-bottom: 1px solid #ADADAD;
}
.nav-main ul.sf-menu ul li a {
  padding: 8px 20px;
}

.kad-header-menu-inner.container {
  width: 98%;
}

.kad-right-header {
  height: 100%;
  margin: 0 0 0 40px;
}
.kad-right-header .kt-header-extras {
  height: 100%;
}
.kad-right-header .kt-header-extras ul.sf-menu {
  height: 100%;
}
.kad-right-header .kt-header-extras ul.sf-menu li.menu-widget-area-kt {
  height: 100%;
}
.kad-right-header .kt-header-extras ul.sf-menu li.menu-widget-area-kt .widget-1 {
  height: 100%;
}
.kad-right-header .kt-header-extras ul.sf-menu li.menu-widget-area-kt .widget-1 .widget-inner {
  height: 100%;
}
.kad-right-header .kt-header-extras ul.sf-menu li.menu-widget-area-kt .widget-1 .widget-inner .so-widget-sow-editor {
  height: 100%;
}
.kad-right-header .kt-header-extras ul.sf-menu li.menu-widget-area-kt .widget-1 .widget-inner .so-widget-sow-editor .textwidget {
  height: 100%;
}

.header_button {
  height: 100%;
  background-color: #28C566;
}
.header_button:hover {
  opacity: 0.7;
}
.header_button a {
  color: #fff;
  letter-spacing: 0.05em;
  width: 130px;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.circle_button {
  width: 10.2vw;
  background-color: #28C566;
  border: 1px solid #28C566;
  border-radius: 50%;
  overflow: hidden;
  justify-self: right;
  align-self: end;
  position: relative;
  transition: all 0.5s;
  display: block;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  span.circle_button {
    width: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  span.circle_button {
    width: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  span.circle_button {
    width: 40px;
  }
}
span.circle_button::before {
  content: "";
  width: 16%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  transition: all 0.5s;
  aspect-ratio: 1/1.5;
}

a:hover span.circle_button {
  background-color: #fff;
}
a:hover span.circle_button::before {
  background-color: #28C566;
}

.common_button {
  font-size: 3.8vw;
  padding: 1.2em;
  width: 60vw;
  margin-inline: auto;
  border-radius: 10vw;
  background-color: #0B3661;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .common_button {
    font-size: 2.5vw;
    width: 42vw;
    padding: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .common_button {
    font-size: 2.1vw;
    width: 36vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    font-size: 18px;
    width: 320px;
  }
}
.common_button::before, .common_button::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10vw;
  position: absolute;
  left: 50%;
  top: 50%;
}
.common_button::before {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.common_button::after {
  border: 2px solid #0B3661;
  transform: translate(-50%, -50%);
}
.common_button:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.common_button a, .common_button input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.common_button span.word {
  color: #fff;
  position: relative;
  transition: all 0.3s;
  z-index: 2;
}
.common_button:hover span.word {
  color: #0B3661;
}
.common_button .window {
  width: 0.9em;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: all 0.3s;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .common_button .window {
    width: 0.8em;
  }
}
.common_button .window::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0.2em;
  bottom: 0.2em;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .common_button .window::before {
    left: 0.1em;
    bottom: 0.1em;
  }
}
.common_button:hover .window {
  border-left: 1px solid #0B3661;
  border-bottom: 1px solid #0B3661;
}
.common_button:hover .window::before {
  border: 1px solid #0B3661;
}

section.recruit_section {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.recruit_section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B3661;
  opacity: 0.45;
  position: absolute;
  left: 0;
  top: 0;
}
section.recruit_section .section_container {
  width: 85%;
  padding: 10% 0 16%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.recruit_section .section_container {
    width: 80%;
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.recruit_section .section_container {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.recruit_section .section_container {
    width: 95%;
    max-width: 1100px;
    padding: 45px 0;
  }
}
section.recruit_section .section_container h2 {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.recruit_section .section_container h2 {
    margin: 0 0 0.4em;
  }
}
section.recruit_section .section_container p:first-of-type {
  color: #fff;
  font-size: 3.5vw;
  margin: 0 0 2.2em;
}
@media screen and (min-width: 600px) {
  section.recruit_section .section_container p:first-of-type {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  section.recruit_section .section_container p:first-of-type {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.recruit_section .section_container p:first-of-type {
    font-size: 16px;
    margin: 0 0 2.1em;
  }
}
section.recruit_section .section_container a {
  display: inline-block;
}

section.contact_section {
  padding: 10% 0 28%;
}
@media screen and (min-width: 600px) {
  section.contact_section {
    padding: 7% 0 20%;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section {
    padding: 6% 0 14%;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section {
    padding: 60px 0 120px;
  }
}
section.contact_section .section_container {
  width: 85%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container {
    width: 95%;
    max-width: 1100px;
  }
}
section.contact_section .section_container a {
  text-align: center;
  font-size: 6.7vw;
  padding: 1.7em 0;
  background-color: #0B3661;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container a {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container a {
    padding: 1.6em 0;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container a {
    font-size: 54px;
  }
}
section.contact_section .section_container a:hover {
  opacity: 0.7;
}
section.contact_section .section_container a span {
  color: #fff;
  display: block;
}
section.contact_section .section_container a span.eng {
  font-family: "Sorts Mill Goudy", serif !important;
  letter-spacing: 0.05em;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container a span.eng {
    margin: 0 0 0.2em;
  }
}
section.contact_section .section_container a span.ja {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container a span.ja {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container a span.ja {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container a span.ja {
    font-size: 16px;
  }
}

.top_hero {
  height: calc(100vh - 56px);
  height: calc(100svh - 56px);
  max-height: 1000px;
  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;
}
.top_hero .img_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: all 1.5s 0.5s;
}
.top_hero.loaded .img_box {
  opacity: 1;
  transform: scale(1);
}
.top_hero .text_box {
  width: 85%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  .top_hero .text_box {
    top: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero .text_box {
    max-width: 1100px;
    top: 100px;
  }
}
.top_hero .text_box p.top_text {
  color: #fff;
}
.top_hero .text_box p.top_text span.target {
  font-size: 6.7vw;
  letter-spacing: 0.2em;
  margin: 0 0 0.5em;
  opacity: 0;
  display: inline-block;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .top_hero .text_box p.top_text span.target {
    font-size: 5.1vw;
  }
}
@media screen and (min-width: 768px) {
  .top_hero .text_box p.top_text span.target {
    font-size: 4.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero .text_box p.top_text span.target {
    font-size: 42px;
  }
}
.top_hero .text_box p.top_text span.target.eng {
  font-size: 4.3vw;
  font-family: "Sorts Mill Goudy", serif !important;
  letter-spacing: 0.2em;
  margin: 1em 0 0;
}
@media screen and (min-width: 600px) {
  .top_hero .text_box p.top_text span.target.eng {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_hero .text_box p.top_text span.target.eng {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero .text_box p.top_text span.target.eng {
    font-size: 26px;
    margin: 0.6em 0 0;
  }
}
.top_hero .text_box p.top_text span.target.eng.space {
  margin-right: 0.5em;
}
.top_hero .text_box p.top_text span.target.show {
  opacity: 1;
}
.top_hero .text_box p.top_text br {
  display: block !important;
}

section.top_section .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.top_section .section_container {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section .section_container {
    width: 95%;
    max-width: 1100px;
  }
}

h2.top_section--title {
  font-size: 10.2vw;
  font-family: "Sorts Mill Goudy", serif !important;
  margin: 0 0 0.7em;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
}
h2.top_section--title.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 600px) {
  h2.top_section--title {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_section--title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_section--title {
    font-size: 54px;
  }
}

.top_link--box {
  font-size: 5.9vw;
  padding: 1.1em 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_link--box {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_link--box {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_link--box {
    font-size: 30px;
    padding: 1.7em 0 3.4em;
  }
}
.top_link--box a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.top_link--box span {
  font-weight: 500;
  display: block;
  position: relative;
}
.top_link--box span.ja {
  letter-spacing: 0.05em;
  margin: 0 0 0.8em;
}
.top_link--box span.eng {
  font-size: 3.2vw;
  font-family: "Sorts Mill Goudy", serif !important;
}
@media screen and (min-width: 600px) {
  .top_link--box span.eng {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_link--box span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_link--box span.eng {
    font-size: 16px;
  }
}
.top_link--box span.circle_button {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1025px) {
  .top_link--box span.circle_button {
    right: 5%;
    top: 100%;
    transform: translate(0, -170%);
  }
}

section.top_section.top_business--section {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.top_section.top_business--section {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_business--section {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_business--section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_business--section .section_container {
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_business--section .section_container h2.top_section--title {
    grid-column: span 2;
  }
}

.top_business--linkBox {
  margin: 0 0 5%;
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox {
    margin: 0;
  }
}
.top_business--linkBox ul li {
  border-bottom: 1px solid #ADADAD;
  list-style: none;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 0.4s ease;
}
.top_business--linkBox ul li:first-of-type {
  border-top: 1px solid #ADADAD;
}
.top_business--linkBox ul li.show {
  opacity: 1;
  transform: translateY(0);
}
.top_business--linkBox ul li .top_link--box::before {
  content: "";
  width: 120%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox ul li .top_link--box a {
    width: 120%;
  }
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox ul li .top_link--box span.ja, .top_business--linkBox ul li .top_link--box span.eng {
    transform: translate(0, 0);
    transition: all 0.3s ease;
  }
}
.top_business--linkBox ul li .top_link--box span.circle_button::before {
  transition: all 0.3s ease;
  z-index: 1;
}
.top_business--linkBox ul li .top_link--box span.circle_button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #28C566;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox ul li .top_link--box:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox ul li .top_link--box:hover span.ja, .top_business--linkBox ul li .top_link--box:hover span.eng {
    transform: translate(50px, 0);
  }
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox ul li .top_link--box:hover span.circle_button::before {
    background-color: #28C566;
  }
}
@media screen and (min-width: 1025px) {
  .top_business--linkBox ul li .top_link--box:hover span.circle_button::after {
    transform: translate(-50%, -50%) scale(1);
  }
}

.top_business--imgBox {
  width: 92.5vw;
  border-radius: 10px 0 0 10px;
  background-size: cover;
  background-position: center;
  aspect-ratio: 2/1;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 0.4s ease;
}
.top_business--imgBox.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 600px) {
  .top_business--imgBox {
    width: 90vw;
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_business--imgBox {
    width: 64.25vw;
    aspect-ratio: auto;
  }
}

section.top_section.top_news--section {
  padding: 5% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_news--section {
    padding: 3% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_news--section {
    padding: 2% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_news--section {
    padding: 10px 0 120px;
  }
}
section.top_section.top_news--section .section_container {
  text-align: center;
}

.top_news--swiperBox {
  margin: 0 0 10%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_news--swiperBox {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .top_news--swiperBox {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--swiperBox {
    margin: 0 0 60px;
  }
}
.top_news--swiperBox .swiper-button-prev, .top_news--swiperBox .swiper-button-next {
  color: #28C566;
  margin: auto;
  top: 40%;
  transform: translate(0, -50%);
}
.top_news--swiperBox .swiper-button-prev::after, .top_news--swiperBox .swiper-button-next::after {
  content: none;
}
.top_news--swiperBox .swiper-button-prev i, .top_news--swiperBox .swiper-button-next i {
  font-size: 8vw;
}
@media screen and (min-width: 600px) {
  .top_news--swiperBox .swiper-button-prev i, .top_news--swiperBox .swiper-button-next i {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_news--swiperBox .swiper-button-prev i, .top_news--swiperBox .swiper-button-next i {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--swiperBox .swiper-button-prev i, .top_news--swiperBox .swiper-button-next i {
    font-size: 30px;
  }
}
.top_news--swiperBox .swiper-button-prev {
  left: 0;
}
.top_news--swiperBox .swiper-button-next {
  right: 0;
}

.top_news--swiper {
  width: 62%;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .top_news--swiper {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--swiper {
    width: 90%;
  }
}
.top_news--swiper ul.swiper-wrapper {
  text-align: left;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide figure {
  width: calc(100% - 2px);
  margin: 0 auto 6%;
  border: 1px solid #0B3661;
  border-radius: 10px;
  overflow: hidden;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide figure:hover {
  opacity: 0.7;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide p:hover {
  opacity: 0.7;
}
.top_news--swiper ul.swiper-wrapper li.swiper-slide p a {
  color: inherit;
  font-size: 3.5vw;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .top_news--swiper ul.swiper-wrapper li.swiper-slide p a {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .top_news--swiper ul.swiper-wrapper li.swiper-slide p a {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--swiper ul.swiper-wrapper li.swiper-slide p a {
    font-size: 16px;
  }
}

.top_contents {
  padding: 5% 0 10%;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 0.4s ease;
}
.top_contents.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 600px) {
  .top_contents {
    padding: 2% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents {
    padding: 0 0 50px;
  }
}

.top_contents--container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_contents--container {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--container {
    width: 95%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--container .top_link--box {
    padding: 1.7em 0 3.4em 0.8em;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
  }
}
.top_contents--container .top_link--box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D8DBE3;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1025px) {
  .top_contents--container .top_link--box:hover::before {
    transform: scaleX(1);
  }
}
.top_contents--container .top_link--box::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0B3661;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%) scaleX(0);
  transform-origin: left;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1025px) {
  .top_contents--container .top_link--box:hover::after {
    transform: translate(0, 100%) scaleX(1);
  }
}
.top_contents--container .top_link--box span.ja, .top_contents--container .top_link--box span.eng {
  position: relative;
}
.top_contents--container .top_contents--imgBox {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  aspect-ratio: 2.3/1;
}
@media screen and (min-width: 600px) {
  .top_contents--container .top_contents--imgBox {
    aspect-ratio: 2.5/1;
  }
}

.top_contents.top_about {
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 1025px) {
  .top_contents.top_about {
    border: none;
  }
}

@media screen and (min-width: 1025px) {
  .top_contents--container.top_about--container {
    display: grid;
    grid-template-columns: 65% 30%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--container.top_about--container .top_link--box {
    order: 2;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--container.top_about--container .top_contents--imgBox {
    width: 64.25vw;
    border-radius: 0 10px 10px 0;
    justify-self: end;
    order: 1;
    aspect-ratio: auto;
  }
}

.top_contents.top_works {
  margin: 0 0 12%;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 600px) {
  .top_contents.top_works {
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents.top_works {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents.top_works {
    margin: 0 0 30px;
    border: none;
  }
}

@media screen and (min-width: 1025px) {
  .top_contents--container.top_works--container {
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--container.top_works--container .top_contents--imgBox {
    width: 64.25vw;
    border-radius: 10px 0 0 10px;
    aspect-ratio: auto;
  }
}

.page_header {
  width: 85%;
  padding: 15% 0 0;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: 12% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: 11% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    max-width: 1000px;
    padding: 100px 0 0;
  }
}
.page_header h1 {
  font-size: 11vw;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
}
@media screen and (min-width: 600px) {
  .page_header h1 {
    font-size: 8.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header h1 {
    font-size: 8.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1 {
    font-size: 78px;
  }
}
.page_header h1.loaded {
  opacity: 1;
  transform: translateY(0);
}
.page_header h1 span {
  font-weight: bold;
  display: block;
}
.page_header h1 span.eng {
  font-family: "Sorts Mill Goudy", serif !important;
  letter-spacing: 0.05em;
}
.page_header h1 span.ja {
  color: #28C566;
  font-size: 2.8vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .page_header h1 span.ja {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header h1 span.ja {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1 span.ja {
    font-size: 14px;
  }
}

section.page_about--section .section_container h2 {
  font-size: 7.5vw;
  opacity: 0;
  transition: transform 1s ease, opacity 0.4s ease;
}
@media screen and (min-width: 600px) {
  section.page_about--section .section_container h2 {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section .section_container h2 {
    font-size: 4.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section .section_container h2 {
    font-size: 42px;
  }
}
section.page_about--section .section_container h2.loaded {
  opacity: 1;
}
section.page_about--section .section_container h2 span.eng {
  font-family: "Sorts Mill Goudy", serif !important;
}
section.page_about--section .section_container h2 span.ja {
  font-size: 2.8vw;
}
@media screen and (min-width: 600px) {
  section.page_about--section .section_container h2 span.ja {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section .section_container h2 span.ja {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section .section_container h2 span.ja {
    font-size: 16px;
  }
}

section.page_about--section.page_about--company {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--company {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.page_about--company {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company {
    padding: 40px 0 70px;
  }
}
section.page_about--section.page_about--company .section_container {
  width: 90%;
  padding-top: 70px;
  margin: -70px 0 0 auto;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container {
    width: 80%;
    max-width: 820px;
    padding-top: 80px;
    margin: -80px auto 0;
  }
}
section.page_about--section.page_about--company .section_container h2 {
  padding: 0 0 0 5%;
  position: relative;
  transform: translate(0, 60%);
  transition-delay: 1.5s;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--company .section_container h2 {
    padding: 0 0 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container h2 {
    padding: 0 0 0 80px;
    transform: translate(0, 70%);
  }
}
section.page_about--section.page_about--company .section_container h2.loaded {
  transform: translate(0, 50%);
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container h2.loaded {
    transform: translate(0, 60%);
  }
}
section.page_about--section.page_about--company .section_container dl {
  padding: 15% 5% 9%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--company .section_container dl {
    padding: 10% 10% 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl {
    padding: 90px 80px 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
section.page_about--section.page_about--company .section_container dl::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-100% - 50vw), 0);
  transition: all 1.2s 0.4s;
}
section.page_about--section.page_about--company .section_container dl.loaded::before {
  transform: translate(0, 0);
}
section.page_about--section.page_about--company .section_container dl dt, section.page_about--section.page_about--company .section_container dl dd {
  font-size: 3.2vw;
  line-height: 1.8;
  opacity: 0;
  position: relative;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 2s;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--company .section_container dl dt, section.page_about--section.page_about--company .section_container dl dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.page_about--company .section_container dl dt, section.page_about--section.page_about--company .section_container dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dt, section.page_about--section.page_about--company .section_container dl dd {
    font-size: 16px;
  }
}
section.page_about--section.page_about--company .section_container dl.loaded dt, section.page_about--section.page_about--company .section_container dl.loaded dd {
  opacity: 1;
  transform: translateY(0);
}
section.page_about--section.page_about--company .section_container dl dt {
  font-weight: bold;
  margin: 0 0 0.7em;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dt {
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px solid #ADADAD;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dt:first-of-type {
    border-top: 1px solid #ADADAD;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dt br {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dd {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dd:first-of-type {
    border-top: 1px solid #ADADAD;
  }
}
section.page_about--section.page_about--company .section_container dl dd:not(:last-of-type) {
  padding: 0 0 0.8em;
  margin: 0 0 1.2em;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dd:not(:last-of-type) {
    padding: 1em 0;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--company .section_container dl dd:last-of-type {
    border-bottom: 1px solid #ADADAD;
  }
}
section.page_about--section.page_about--company .section_container dl dd br {
  display: block !important;
}
section.page_about--section.page_about--company .section_container dl dd ul li {
  line-height: 1.6;
  list-style: none;
}

.page_about--map {
  padding-top: 70px;
  margin: -70px 0 22%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_about--map {
    margin: -70px 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .page_about--map {
    margin: -70px 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_about--map {
    padding-top: 90px;
    margin: -90px 0 60px;
  }
}
.page_about--map::before {
  content: "";
  width: 47%;
  height: 68%;
  background-color: #0B3661;
  border-radius: 10px 0 0 10px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 15%);
}
@media screen and (min-width: 600px) {
  .page_about--map::before {
    width: 40%;
    height: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .page_about--map::before {
    width: 26%;
    height: 430px;
    transform: translate(0, 25%);
  }
}
.page_about--map iframe {
  width: 90%;
  border-radius: 0 10px 10px 0;
  filter: grayscale(100%);
  aspect-ratio: 1/1.1;
}
@media screen and (min-width: 600px) {
  .page_about--map iframe {
    aspect-ratio: 1.4/1;
  }
}
@media screen and (min-width: 768px) {
  .page_about--map iframe {
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_about--map iframe {
    width: 84%;
    height: 400px;
    aspect-ratio: auto;
  }
}
.page_about--map object {
  filter: grayscale(100%);
}
.page_about--map embed {
  filter: grayscale(100%);
}

section.page_about--section.page_about--history {
  padding: 0 0 10%;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--history {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.page_about--history {
    padding: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history {
    padding: 0 0 80px;
  }
}
section.page_about--section.page_about--history .section_container {
  width: 80%;
  padding-top: 80px;
  margin: -80px auto 0;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--history .section_container {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history .section_container {
    max-width: 750px;
    padding-top: 100px;
    margin: -100px auto 0;
  }
}
section.page_about--section.page_about--history .section_container h2 {
  text-align: center;
  margin: 0 0 1em;
  transform: translateY(10%);
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history .section_container h2 {
    margin: 0 0 1.2em;
  }
}
section.page_about--section.page_about--history .section_container.show h2 {
  opacity: 1;
  transform: translateY(0);
}
section.page_about--section.page_about--history .section_container dl {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history .section_container dl {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 30px 50px;
  }
}
section.page_about--section.page_about--history .section_container dl dt, section.page_about--section.page_about--history .section_container dl dd {
  font-weight: 500;
}
section.page_about--section.page_about--history .section_container dl dt {
  font-size: 3.8vw;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  margin: 0 0 0.7em;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--history .section_container dl dt {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history .section_container dl dt {
    font-size: 30px;
    margin: 0;
  }
}
section.page_about--section.page_about--history .section_container dl dd {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_about--section.page_about--history .section_container dl dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.page_about--history .section_container dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history .section_container dl dd {
    font-size: 16px;
  }
}
section.page_about--section.page_about--history .section_container dl dd:not(:last-of-type) {
  margin: 0 0 2.4em;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.page_about--history .section_container dl dd:not(:last-of-type) {
    margin: 0;
  }
}
section.page_about--section.page_about--history .section_container dl dd br {
  display: block !important;
}
section.page_about--section.page_about--history .section_container.show dl {
  opacity: 1;
  transform: translateY(0);
}

section.page_business--section {
  padding: 15% 0 10%;
}
@media screen and (min-width: 600px) {
  section.page_business--section {
    padding: 12% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section {
    padding: 9% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section {
    padding: 80px 0 50px;
  }
}
section.page_business--section .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0 30px;
  }
}
section.page_business--section .section_container figure {
  margin: 0 0 6%;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container figure {
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container figure {
    margin: 0;
  }
}
section.page_business--section .section_container figure img {
  border-radius: 10px;
}
section.page_business--section .section_container .title_box {
  margin: 0 0 10%;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 0.5s;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container .title_box {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .title_box {
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .title_box {
    margin: 0;
  }
}
section.page_business--section .section_container .title_box.loaded {
  opacity: 1;
  transform: translateY(0);
}
section.page_business--section .section_container .title_box h2 {
  font-size: 5.1vw;
  padding: 0 0 1.5em;
  margin: 0 0 0.9em;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container .title_box h2 {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .title_box h2 {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .title_box h2 {
    font-size: 30px;
    padding: 0 0 1.6em;
    margin: 0 0 0.8em;
  }
}
section.page_business--section .section_container .title_box h2 span {
  font-weight: 500;
  display: block;
}
section.page_business--section .section_container .title_box h2 span.ja {
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .title_box h2 span.ja {
    margin: 0 0 0.4em;
  }
}
section.page_business--section .section_container .title_box h2 span.eng {
  font-size: 2.8vw;
  font-family: "Sorts Mill Goudy", serif !important;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container .title_box h2 span.eng {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .title_box h2 span.eng {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .title_box h2 span.eng {
    font-size: 16px;
  }
}
section.page_business--section .section_container .title_box p {
  font-size: 3.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  section.page_business--section .section_container .title_box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .section_container .title_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .section_container .title_box p {
    font-size: 16px;
    line-height: 2;
  }
}

.page_business--contents {
  padding: 6%;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
}
.page_business--contents.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1025px) {
  .page_business--contents {
    padding: 40px;
    grid-column: span 2;
  }
}
.page_business--contents .box h3 {
  font-size: 3.8vw;
  font-weight: 500;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 600px) {
  .page_business--contents .box h3 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents .box h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents .box h3 {
    font-size: 22px;
  }
}
.page_business--contents .box h3 span {
  color: #28C566;
}
.page_business--contents .box p {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .page_business--contents .box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents .box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents .box p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.page_business--contents.fireproof_contents01 {
  margin: 0 0 5%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents01 {
    margin: 0 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents01 {
    margin: 0 0 1%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents01 {
    margin: 80px 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents01 .box {
    padding: 0 0 0 50px;
  }
}
.page_business--contents.fireproof_contents01 .box:first-of-type {
  padding: 0 0 8%;
  margin: 0 0 8%;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents01 .box:first-of-type {
    padding: 0 0 6%;
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents01 .box:first-of-type {
    padding: 0 0 5%;
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents01 .box:first-of-type {
    padding: 0 50px 0 0;
    margin: 0;
    border-right: 1px solid #ADADAD;
    border-bottom: none;
  }
}

.page_business--contents.fireproof_contents02 {
  margin: 0 0 5%;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents02 {
    margin: 0 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents02 {
    margin: 0 0 1%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents02 {
    margin: 0;
  }
}

dl.page_business--dl {
  width: 92.5vw;
  margin: 0 0 10%;
  background-color: #fff;
  border: 1px solid #ADADAD;
  border-right: none;
  border-radius: 10px 0 0 10px;
  display: grid;
  grid-template-columns: auto 80% 80%;
  overflow-x: scroll;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
}
@media screen and (min-width: 600px) {
  dl.page_business--dl {
    margin: 0 0 7%;
    grid-template-columns: auto 60% 60%;
  }
}
@media screen and (min-width: 768px) {
  dl.page_business--dl {
    margin: 0 0 6%;
    grid-template-columns: auto 50% 50%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_business--dl {
    width: calc(100% - 80px);
    margin: 0 auto 60px;
    border-right: 1px solid #ADADAD;
    border-radius: 10px;
    grid-template-columns: auto 1fr 1fr;
    grid-column: span 2;
    overflow: auto;
  }
}
dl.page_business--dl.show {
  opacity: 1;
  transform: translateY(0);
}
dl.page_business--dl > dt, dl.page_business--dl > dd {
  font-size: 3vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  dl.page_business--dl > dt, dl.page_business--dl > dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_business--dl > dt, dl.page_business--dl > dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_business--dl > dt, dl.page_business--dl > dd {
    font-size: 16px;
  }
}
dl.page_business--dl > dt:not(:last-of-type), dl.page_business--dl > dd:not(:last-of-type) {
  border-bottom: 1px solid #ADADAD;
}
dl.page_business--dl > dt {
  text-align: center;
  font-weight: bold;
  padding: 0.8em 0.5em;
  border-right: 1px solid #ADADAD;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  dl.page_business--dl > dt {
    padding: 1em;
  }
}
dl.page_business--dl > dd {
  padding: 0.8em;
}
@media screen and (min-width: 1025px) {
  dl.page_business--dl > dd {
    padding: 1em;
  }
}
dl.page_business--dl > dd:first-of-type, dl.page_business--dl > dd:nth-of-type(2) {
  text-align: center;
  font-weight: bold;
}
dl.page_business--dl > dd:nth-of-type(odd):not(:last-of-type) {
  border-right: 1px solid #ADADAD;
}
dl.page_business--dl > dd:last-of-type {
  grid-column: span 2;
}
dl.page_business--dl > dd > ul {
  margin: 1.4em 0 0;
}
dl.page_business--dl > dd > ul li {
  line-height: 1.6;
  list-style: none;
}
dl.page_business--dl > dd dl dt {
  line-height: 1.6;
}
dl.page_business--dl > dd dl dd ul li {
  line-height: 1.6;
  padding: 0 0 0 1em;
  list-style: none;
}
dl.page_business--dl > dd dl dd:not(:first-of-type) ul {
  display: flex;
}

.page_business--contents.fireproof_contents03 {
  padding: 0;
}
.page_business--contents.fireproof_contents03 .box {
  padding: 14% 0;
  margin: 0 0 6%;
  background-color: #0B3661;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box {
    padding: 10% 0;
    margin: 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents03 .box {
    padding: 45px 0;
    margin: 0 0 25px;
  }
}
.page_business--contents.fireproof_contents03 .box::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 3px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page_business--contents.fireproof_contents03 .box h3 {
  text-align: center;
  color: #fff;
  font-size: 4.3vw;
  margin: 0 0 2em;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box h3 {
    font-size: 2.7vw;
    margin: 0 0 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents03 .box h3 {
    font-size: 24px;
  }
}
.page_business--contents.fireproof_contents03 .box ul {
  width: 75%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box ul {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box ul {
    width: -moz-max-content;
    width: max-content;
  }
}
.page_business--contents.fireproof_contents03 .box ul li {
  color: #fff;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0 0 0 1.6em;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box ul li {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box ul li {
    font-size: 2.7vw;
    padding: 0 0 0 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents03 .box ul li {
    font-size: 24px;
    letter-spacing: 0.15em;
    padding: 0 0 0 2.2em;
  }
}
.page_business--contents.fireproof_contents03 .box ul li:not(:last-of-type) {
  margin: 0 0 2em;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box ul li:not(:last-of-type) {
    margin: 0 0 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box ul li:not(:last-of-type) {
    margin: 0 0 1.2em;
  }
}
.page_business--contents.fireproof_contents03 .box ul li::before {
  content: "";
  width: 1.2em;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box ul li::before {
    width: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box ul li::before {
    width: 1em;
  }
}
.page_business--contents.fireproof_contents03 .box ul li img {
  width: 1.35em;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10%, -10%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.4s 0.2s;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 .box ul li img {
    width: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 .box ul li img {
    width: 1.15em;
  }
}
.page_business--contents.fireproof_contents03 .box ul li.move img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.page_business--contents.fireproof_contents03 ul.asterisk_ul {
  padding: 0 6%;
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents03 ul.asterisk_ul {
    padding: 0 40px;
  }
}
.page_business--contents.fireproof_contents03 ul.asterisk_ul li {
  font-size: 2.8vw;
  line-height: 1.8;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .page_business--contents.fireproof_contents03 ul.asterisk_ul li {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.fireproof_contents03 ul.asterisk_ul li {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.fireproof_contents03 ul.asterisk_ul li {
    font-size: 13px;
  }
}

.page_business--contents.refractory_contents01 {
  margin: 0 0 10%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .page_business--contents.refractory_contents01 {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.refractory_contents01 {
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.refractory_contents01 {
    margin: 80px auto 60px;
  }
}

.page_business--contents.refractory_contents02 {
  padding: 0;
}
.page_business--contents.refractory_contents02 .box {
  text-align: center;
  padding: 14% 0;
  background-color: #0B3661;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--contents.refractory_contents02 .box {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.refractory_contents02 .box {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.refractory_contents02 .box {
    padding: 55px 0;
  }
}
.page_business--contents.refractory_contents02 .box::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 3px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page_business--contents.refractory_contents02 .box a {
  color: #fff;
  font-size: 4.3vw;
  margin: 0 0 2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--contents.refractory_contents02 .box a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--contents.refractory_contents02 .box a {
    font-size: 2.7vw;
    margin: 0 0 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--contents.refractory_contents02 .box a {
    font-size: 24px;
  }
}
.page_business--contents.refractory_contents02 .box a:hover {
  opacity: 0.7;
}
.page_business--contents.refractory_contents02 .box a br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_business--contents.refractory_contents02 .box a br {
    display: none !important;
  }
}

section.page_work--section {
  padding: 0 0 8%;
}
@media screen and (min-width: 600px) {
  section.page_work--section {
    padding: 0 0 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_work--section {
    padding: 0 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section {
    padding: 0 0 25px;
  }
}
section.page_work--section.first {
  padding: 10% 0 8%;
}
@media screen and (min-width: 600px) {
  section.page_work--section.first {
    padding: 8% 0 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_work--section.first {
    padding: 7% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.first {
    padding: 40px 0 25px;
  }
}
section.page_work--section.last {
  padding: 0 0 12%;
}
@media screen and (min-width: 600px) {
  section.page_work--section.last {
    padding: 0 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_work--section.last {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.last {
    padding: 0 0 130px;
  }
}
section.page_work--section .section_container {
  width: 90%;
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container {
    width: 80%;
    max-width: 1000px;
  }
}
section.page_work--section .section_container h2 {
  font-size: 5.9vw;
  opacity: 0;
  position: relative;
  transform: translate(0, 70%);
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 1.1s;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container h2 {
    font-size: 4.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container h2 {
    font-size: 42px;
  }
}
section.page_work--section .section_container h2 span.eng {
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif !important;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container h2 span.eng {
    letter-spacing: 0.05em;
  }
}
section.page_work--section .section_container h2 span.ja {
  font-size: 2.8vw;
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container h2 span.ja {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_work--section .section_container h2 span.ja {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container h2 span.ja {
    font-size: 16px;
  }
}
section.page_work--section .section_container .box {
  padding: 14% 5% 9%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container .box {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box {
    padding: 90px 80px 50px;
    grid-template-columns: auto;
  }
}
section.page_work--section .section_container .box::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  transition: all 1.2s;
}
section.page_work--section .section_container .box figure {
  width: 65%;
  position: relative;
  opacity: 0;
  position: relative;
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 1.6s;
  aspect-ratio: 1.3/1;
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container .box figure {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box figure {
    width: 300px;
    position: absolute;
    top: 70px;
  }
}
section.page_work--section .section_container .box figure img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page_work--section .section_container .box ul {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 1.6s;
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul {
    width: calc(100% - 380px);
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    align-self: baseline;
    gap: 7px 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul.office {
    grid-template-rows: repeat(12, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul.factory {
    grid-template-rows: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul.hospital {
    grid-template-rows: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul.housing {
    grid-template-rows: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul.shopping {
    grid-template-rows: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul.school {
    grid-template-rows: repeat(4, 1fr);
  }
}
section.page_work--section .section_container .box ul li {
  font-size: 3vw;
  line-height: 1.8;
  list-style: none;
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container .box ul li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_work--section .section_container .box ul li {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul li {
    font-size: 14px;
    line-height: 2;
    padding-left: 1em;
    position: relative;
  }
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container .box ul li.span_2 {
    grid-row: span 2;
  }
}
section.page_work--section .section_container .box ul li::before {
  content: "●";
}
@media screen and (min-width: 1025px) {
  section.page_work--section .section_container .box ul li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 600px) {
  section.page_work--section .section_container .box ul li br {
    display: block !important;
  }
}
section.page_work--section .section_container .box.loaded ul {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_work--section.odd.first .section_container h2 {
  font-size: 4.8vw;
  transition-delay: 1.5s;
}
@media screen and (min-width: 600px) {
  section.page_work--section.odd.first .section_container h2 {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_work--section.odd.first .section_container h2 {
    font-size: 4.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd.first .section_container h2 {
    font-size: 42px;
  }
}
section.page_work--section.odd.first .section_container h2.loaded {
  opacity: 1;
  transform: translate(0, 60%);
}
section.page_work--section.odd.first .section_container .box::before {
  transition-delay: 0.4s;
}
section.page_work--section.odd.first .section_container .box.loaded::before {
  transform: translate(0, 0);
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd.first .section_container .box.loaded::before {
    transform: translate(90px, 0);
  }
}
section.page_work--section.odd.first .section_container .box figure {
  transition-delay: 2s;
}
section.page_work--section.odd.first .section_container .box.loaded figure {
  opacity: 1;
  transform: translate(-18%, 0);
}
@media screen and (min-width: 600px) {
  section.page_work--section.odd.first .section_container .box.loaded figure {
    transform: translate(-15%, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd.first .section_container .box.loaded figure {
    transform: translate(0, 0);
  }
}
section.page_work--section.odd.first .section_container .box ul {
  transition-delay: 2s;
}
section.page_work--section.odd .section_container {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd .section_container {
    margin: 0 auto;
  }
}
section.page_work--section.odd .section_container h2 {
  padding: 0 0 0 5%;
}
@media screen and (min-width: 600px) {
  section.page_work--section.odd .section_container h2 {
    padding: 0 0 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd .section_container h2 {
    padding: 0 0 0 170px;
  }
}
@media screen and (min-width: 600px) {
  section.page_work--section.odd .section_container .box {
    padding: 11% 10% 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd .section_container .box {
    padding: 70px 0 40px;
  }
}
section.page_work--section.odd .section_container .box::before {
  border-radius: 10px 0 0 10px;
  left: 0;
  transform: translate(calc(-100% - 50vw), 0);
}
section.page_work--section.odd .section_container .box figure {
  margin: 0 0 8%;
  transform: translate(-18%, 30px);
}
@media screen and (min-width: 600px) {
  section.page_work--section.odd .section_container .box figure {
    margin: 0;
    transform: translate(-15%, 30px);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd .section_container .box figure {
    transform: translate(0, 30px);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd .section_container .box ul {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.even .section_container {
    margin: 0 auto;
  }
}
section.page_work--section.even .section_container h2 {
  width: -moz-max-content;
  width: max-content;
  padding: 0 5% 0 0;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_work--section.even .section_container h2 {
    padding: 0 10% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.even .section_container h2 {
    padding: 0 170px 0 0;
  }
}
@media screen and (min-width: 600px) {
  section.page_work--section.even .section_container .box {
    padding: 11% 0 6% 10%;
    direction: rtl;
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.even .section_container .box {
    padding: 70px 0 40px;
    direction: ltr;
  }
}
section.page_work--section.even .section_container .box::before {
  border-radius: 0 10px 10px 0;
  right: 0;
  transform: translate(calc(100% + 50vw), 0);
}
section.page_work--section.even .section_container .box figure {
  margin: 0 0 8% auto;
  transform: translate(18%, 30px);
}
@media screen and (min-width: 600px) {
  section.page_work--section.even .section_container .box figure {
    margin: 0;
    transform: translate(15%, 30px);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.even .section_container .box figure {
    right: 0;
    transform: translate(0, 30px);
  }
}
@media screen and (min-width: 600px) {
  section.page_work--section.even .section_container .box ul {
    direction: ltr;
  }
}
section.page_work--section.odd.show .section_container h2 {
  opacity: 1;
  transform: translate(0, 60%);
}
section.page_work--section.odd.show .section_container .box::before {
  transform: translate(0, 0);
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd.show .section_container .box::before {
    transform: translate(90px, 0);
  }
}
section.page_work--section.odd.show .section_container .box figure {
  opacity: 1;
  transform: translate(-18%, 0);
}
@media screen and (min-width: 600px) {
  section.page_work--section.odd.show .section_container .box figure {
    transform: translate(-15%, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.odd.show .section_container .box figure {
    transform: translate(0, 0);
  }
}
section.page_work--section.odd.show .section_container .box ul {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_work--section.even.show .section_container h2 {
  opacity: 1;
  transform: translate(0, 60%);
}
section.page_work--section.even.show .section_container .box::before {
  transform: translate(0, 0);
}
@media screen and (min-width: 1025px) {
  section.page_work--section.even.show .section_container .box::before {
    transform: translate(-90px, 0);
  }
}
section.page_work--section.even.show .section_container .box figure {
  opacity: 1;
  transform: translate(18%, 0);
}
@media screen and (min-width: 600px) {
  section.page_work--section.even.show .section_container .box figure {
    transform: translate(15%, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.page_work--section.even.show .section_container .box figure {
    transform: translate(0, 0);
  }
}
section.page_work--section.even.show .section_container .box ul {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_maker--section {
  padding: 15% 0 5%;
}
@media screen and (min-width: 600px) {
  section.page_maker--section {
    padding: 12% 0 2%;
  }
}
@media screen and (min-width: 768px) {
  section.page_maker--section {
    padding: 9% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maker--section {
    padding: 80px 0 0;
  }
}
section.page_maker--section .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_maker--section .section_container {
    width: 1000px;
  }
}
section.page_maker--section .section_container .page_maker--contents {
  padding: 6%;
  margin: 0 0 15%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_maker--section .section_container .page_maker--contents {
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_maker--section .section_container .page_maker--contents {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maker--section .section_container .page_maker--contents {
    padding: 40px;
    margin: 0 0 70px;
  }
}
section.page_maker--section .section_container .page_maker--contents .box h2 {
  font-size: 3.8vw;
  font-weight: 500;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 600px) {
  section.page_maker--section .section_container .page_maker--contents .box h2 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_maker--section .section_container .page_maker--contents .box h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maker--section .section_container .page_maker--contents .box h2 {
    font-size: 22px;
  }
}
section.page_maker--section .section_container .page_maker--contents .box h2 span {
  color: #28C566;
}
section.page_maker--section .section_container .page_maker--contents .box p {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_maker--section .section_container .page_maker--contents .box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_maker--section .section_container .page_maker--contents .box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maker--section .section_container .page_maker--contents .box p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 600px) {
  ul.page_maker--ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_maker--ul {
    gap: 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_maker--ul {
    gap: 0 80px;
  }
}
ul.page_maker--ul li {
  list-style: none;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  aspect-ratio: 1.8/1;
}
ul.page_maker--ul li:not(:last-of-type) {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  ul.page_maker--ul li:not(:last-of-type) {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_maker--ul li:not(:last-of-type) {
    margin: 0 0 60px;
  }
}
ul.page_maker--ul li.back_gray {
  background-color: #EEEDF2;
  box-shadow: 10px 10px 15px #bebec2, -10px -10px 15px #ffffff;
}
ul.page_maker--ul li.back_gray:hover {
  box-shadow: 3px 3px 5px #bebec2, -3px -3px 5px #ffffff;
}
ul.page_maker--ul li.back_white {
  background-color: #fff;
  box-shadow: 10px 10px 15px #cccccc, -10px -10px 15px #ffffff;
}
ul.page_maker--ul li.back_white:hover {
  box-shadow: 3px 3px 5px #cccccc, -3px -3px 5px #ffffff;
}
ul.page_maker--ul li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.page_maker--ul li figure {
  position: relative;
}
ul.page_maker--ul li.koga figure {
  width: 64%;
}
ul.page_maker--ul li.hilti figure {
  width: 35%;
}
ul.page_maker--ul li.flamma figure {
  width: 91%;
}
ul.page_maker--ul li.jic figure {
  width: 58%;
}
ul.page_maker--ul li.nitto figure {
  width: 65%;
}
ul.page_maker--ul li.terasaki figure {
  width: 40%;
}
ul.page_maker--ul li.sekisui figure {
  width: 62%;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: baseline;
  gap: 4%;
}
ul.page_maker--ul li p {
  font-size: 3vw;
  font-weight: bold;
  margin: 1.4em 0 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.page_maker--ul li p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_maker--ul li p {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_maker--ul li p {
    font-size: 16px;
  }
}

.form_box dl.form_dl {
  text-align: left;
  margin: 0 0 12%;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl {
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl {
    margin: 0 0 70px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px 0;
  }
}
.form_box dl.form_dl dt, .form_box dl.form_dl dd {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 15px;
  }
}
.form_box dl.form_dl dt {
  font-weight: bold;
  line-height: 2;
  text-shadow: 0 0 0.5px;
  margin: 0 0 0.8em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt {
    padding: 0.8em 0 0 4em;
    margin: 0;
  }
}
.form_box dl.form_dl dt.must {
  padding: 0 0 0 0.7em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt.must {
    padding: 0.8em 0 0 4em;
    align-items: baseline;
  }
}
.form_box dl.form_dl dt.must::before {
  content: "必須";
  color: #fff;
  font-size: 2.5vw;
  background-color: #28C566;
  padding: 0 0.8em;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dt.must::before {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl dt.must::before {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt.must::before {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0.6em;
  }
}
.form_box dl.form_dl dd {
  margin: 0 0 2em;
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dd {
    margin: 0;
  }
}
.form_box dl.form_dl dd input, .form_box dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.6em;
  background-color: #CFD3D7;
  border-radius: 5px;
}
.form_box .privacy {
  width: 100%;
  padding: 5%;
  margin: 0 0 10%;
  background-color: #fff;
  border: 2px solid #28C566;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .form_box .privacy {
    margin: 0 0 70px;
  }
}
.form_box .privacy h2 {
  font-size: 3.5vw;
  font-weight: bold;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 600px) {
  .form_box .privacy h2 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box .privacy h2 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box .privacy h2 {
    font-size: 16px;
  }
}
.form_box .privacy p {
  font-size: 3vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .form_box .privacy p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box .privacy p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box .privacy p {
    font-size: 14px;
  }
}
.form_box .common_button input {
  opacity: 0;
}
.form_box .common_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}
.form_box .common_button span.word {
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: 0.3em;
}

.page_form--container {
  padding: 10% 0 30%;
}
@media screen and (min-width: 600px) {
  .page_form--container {
    padding: 8% 0 20%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container {
    padding: 6% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container {
    padding: 70px 0 140px;
  }
}

.page_form--contents {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .page_form--contents {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents {
    max-width: 650px;
  }
}
.page_form--contents .text_box {
  text-align: center;
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box {
    margin: 0 0 6%;
  }
}
.page_form--contents .text_box p {
  line-height: 1.8;
}
.page_form--contents .text_box p.text {
  font-size: 3.2vw;
}
.page_form--contents .text_box p.text:first-of-type {
  margin: 0 0 2.5em;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p.text:first-of-type {
    margin: 0 0 2em;
  }
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p.text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box p.text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box p.text {
    font-size: 14px;
  }
}
.page_form--contents .text_box p.text br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p.text br {
    display: none !important;
  }
}
.page_form--contents .text_box p.title {
  font-size: 3.8vw;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p.title {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box p.title {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box p.title {
    font-size: 16px;
  }
}
.page_form--contents .text_box a {
  color: #28C566;
  font-size: 4.3vw;
  font-weight: bold;
  margin: 0 0 1.5em;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box a {
    font-size: 2.7vw;
    margin: 0 0 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box a {
    font-size: 18px;
  }
}
.page_form--contents .text_box a:hover {
  opacity: 0.7;
}
.page_form--contents .text_box a i {
  margin: 0 0.3em 0 0;
}

section.page_recruit--section {
  padding: 15% 0 5%;
}
@media screen and (min-width: 600px) {
  section.page_recruit--section {
    padding: 12% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit--section {
    padding: 9% 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section {
    padding: 80px 0 20px;
  }
}
section.page_recruit--section .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section .section_container {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px 30px;
  }
}
section.page_recruit--section .section_container figure {
  margin: 0 0 6%;
}
@media screen and (min-width: 600px) {
  section.page_recruit--section .section_container figure {
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section .section_container figure {
    margin: 0;
  }
}
section.page_recruit--section .section_container figure img {
  border-radius: 10px;
}
section.page_recruit--section .section_container .title_box {
  margin: 0 0 12%;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 1s ease, opacity 0.4s ease;
  transition-delay: 0.5s;
}
@media screen and (min-width: 600px) {
  section.page_recruit--section .section_container .title_box {
    margin: 0 0 9%;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit--section .section_container .title_box {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section .section_container .title_box {
    margin: 0;
  }
}
section.page_recruit--section .section_container .title_box.loaded {
  opacity: 1;
  transform: translateY(0);
}
section.page_recruit--section .section_container .title_box h2 {
  font-size: 5.1vw;
  font-weight: 500;
  padding: 0 0 1em;
  margin: 0 0 0.9em;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 600px) {
  section.page_recruit--section .section_container .title_box h2 {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit--section .section_container .title_box h2 {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section .section_container .title_box h2 {
    font-size: 30px;
    padding: 0 0 0.8em;
    margin: 0 0 0.8em;
  }
}
section.page_recruit--section .section_container .title_box p {
  font-size: 3.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  section.page_recruit--section .section_container .title_box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit--section .section_container .title_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit--section .section_container .title_box p {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (min-width: 1025px) {
  .page_recruit--contents {
    grid-column: span 2;
  }
}

ul.page_recruit--ul {
  border-top: 1px solid #ADADAD;
}
ul.page_recruit--ul li.page_recruit--li {
  padding: 6%;
  border-bottom: 1px solid #ADADAD;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 4%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 40px 30px;
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
ul.page_recruit--ul li.page_recruit--li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D8DBE3;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li:hover::before {
    transform: scaleX(1);
  }
}
ul.page_recruit--ul li.page_recruit--li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0B3661;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%) scaleX(0);
  transform-origin: left;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li:hover::after {
    transform: translate(0, 100%) scaleX(1);
  }
}
ul.page_recruit--ul li.page_recruit--li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
ul.page_recruit--ul li.page_recruit--li span.type, ul.page_recruit--ul li.page_recruit--li h3 {
  font-size: 3.5vw;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li span.type, ul.page_recruit--ul li.page_recruit--li h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li span.type, ul.page_recruit--ul li.page_recruit--li h3 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li span.type, ul.page_recruit--ul li.page_recruit--li h3 {
    font-size: 18px;
  }
}
ul.page_recruit--ul li.page_recruit--li span.type {
  margin-bottom: 0.8em;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li span.type {
    margin: 0;
  }
}
ul.page_recruit--ul li.page_recruit--li span.circle_button {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li span.circle_button {
    right: 4%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li span.circle_button {
    right: 30px;
  }
}

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

.page_header.single_staff--header h1 {
  font-size: 9.4vw;
}
@media screen and (min-width: 600px) {
  .page_header.single_staff--header h1 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.single_staff--header h1 {
    font-size: 78px;
  }
}
.page_header.single_staff--header h1 span.eng {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1025px) {
  .page_header.single_staff--header h1 span.eng {
    letter-spacing: 0.05em;
  }
}

.single_staff--container {
  padding: 15% 0 30%;
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 10% 0 20%;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    padding: 8% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    padding: 60px 0 140px;
  }
}

article.single_staff--article {
  width: 85%;
  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 {
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}

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

#topcontrol .to_the_top {
  display: none;
}

footer.footerclass {
  padding: 8% 0 0;
}
@media screen and (min-width: 600px) {
  footer.footerclass {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass {
    padding: 50px 0 0;
  }
}

.footercol1 {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .fp_footer {
    max-width: 1150px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}
.fp_footer button#to_pagetop {
  line-height: 1;
  padding: 0;
  background: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, -250%);
}
@media screen and (min-width: 768px) {
  .fp_footer button#to_pagetop {
    transform: translate(50%, -270%);
  }
}
@media screen and (min-width: 1025px) {
  .fp_footer button#to_pagetop {
    transform: translate(100%, -300%);
  }
}
.fp_footer button#to_pagetop span.circle_button {
  overflow: inherit;
  position: relative;
}
.fp_footer button#to_pagetop span.circle_button::before {
  transform: translate(-50%, -70%) rotate(-90deg);
}
.fp_footer button#to_pagetop span.circle_button span {
  color: #182569;
  font-size: 3.2vw;
  font-family: "Sorts Mill Goudy", serif !important;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -140%);
}
@media screen and (min-width: 600px) {
  .fp_footer button#to_pagetop span.circle_button span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .fp_footer button#to_pagetop span.circle_button span {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .fp_footer button#to_pagetop span.circle_button span {
    font-size: 12px;
  }
}

.footer_info--box {
  width: 85%;
  padding: 0 0 7%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .footer_info--box {
    width: 80%;
    padding: 0 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box {
    width: auto;
    margin: 0;
  }
}
.footer_info--box p.name {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 1em;
}
@media screen and (min-width: 600px) {
  .footer_info--box p.name {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_info--box p.name {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.name {
    font-size: 20px;
    margin: 0 0 1.2em;
  }
}
.footer_info--box p.address {
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .footer_info--box p.address {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_info--box p.address {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.address {
    font-size: 14px;
    line-height: 1.8;
  }
}
.footer_info--box p.address br {
  display: block !important;
}

.footer_nav--box > ul {
  font-size: 3.5vw;
  border-top: 1px solid #214D76;
}
@media screen and (min-width: 600px) {
  .footer_nav--box > ul {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav--box > ul {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul {
    font-size: 14px;
    border: none;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px 80px;
  }
}
.footer_nav--box > ul > li {
  margin-inline: auto;
  list-style: none;
  border-bottom: 1px solid #214D76;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li {
    margin-inline: inherit;
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li:nth-of-type(1), .footer_nav--box > ul > li:nth-of-type(2) {
    grid-row: span 5;
  }
}
.footer_nav--box > ul > li > a {
  color: #28C566;
  padding: 1.6em 7.5%;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .footer_nav--box > ul > li > a {
    padding: 1.6em 10%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li > a {
    padding: 0;
  }
}
.footer_nav--box > ul > li .footer_nav--button {
  width: 3.2em;
  position: absolute;
  right: 10%;
  top: 0.5em;
  transform: translate(50%, 0);
  z-index: 1;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .footer_nav--box > ul > li .footer_nav--button {
    right: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li .footer_nav--button {
    display: none;
  }
}
.footer_nav--box > ul > li .footer_nav--button::before, .footer_nav--box > ul > li .footer_nav--button::after {
  content: "";
  width: 1.6em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.footer_nav--box > ul > li .footer_nav--button::before {
  transform: translate(-50%, -50%);
}
.footer_nav--box > ul > li .footer_nav--button::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.footer_nav--box > ul > li .footer_nav--button.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.footer_nav--box > ul > li .footer_nav--button button {
  padding: 0;
  background: none;
}
.footer_nav--box > ul > li ul {
  padding: 0;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li ul {
    height: auto !important;
    margin: 15px 0 0;
  }
}
.footer_nav--box > ul > li ul li {
  list-style: none;
  background-color: #214D76;
  border-bottom: 1px solid #003664;
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li ul li:not(:last-of-type) {
    margin: 0 0 0.8em;
  }
}
.footer_nav--box > ul > li ul li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li ul li {
    background: none;
    border: none;
  }
}
.footer_nav--box > ul > li ul li a {
  color: #fff !important;
  font-size: 3.2vw;
  width: -moz-max-content;
  width: max-content;
  padding: 1.75em 7.5%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 600px) {
  .footer_nav--box > ul > li ul li a {
    font-size: 2vw;
    padding: 1.75em 10%;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav--box > ul > li ul li a {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav--box > ul > li ul li a {
    font-size: 13px;
    padding: 0;
  }
}
.footer_nav--box > ul > li ul li a::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #fff;
  display: block;
}

.footerbase {
  margin: 10% 0 0;
}
@media screen and (min-width: 600px) {
  .footerbase {
    margin: 6% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footerbase {
    margin: 3% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase {
    margin: 40px 0 0;
  }
}/*# sourceMappingURL=style.css.map */