@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 Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", 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;
}

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

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

button.mobile_menu--button {
  height: 50px;
  line-height: 1;
  padding: 0;
  background: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  aspect-ratio: 1.2/1;
}
@media screen and (min-width: 1025px) {
  button.mobile_menu--button {
    display: none;
  }
}
button.mobile_menu--button div {
  width: 55%;
  height: 1px;
  background-color: #073B5B;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
}
body.open_menu button.mobile_menu--button div {
  background-color: #fff;
}
button.mobile_menu--button div:first-of-type {
  transform: translate(-50%, calc(-50% - 9px)) rotate(0deg);
}
body.open_menu button.mobile_menu--button div:first-of-type {
  transform: translate(-50%, -50%) rotate(35deg);
}
button.mobile_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: left;
}
body.open_menu button.mobile_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
button.mobile_menu--button div:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
}
body.open_menu button.mobile_menu--button div:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-35deg);
}

nav.mobile_menu--nav {
  width: 100vw;
  height: 100vh;
  background-color: #1A3241;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.5s, z-index 0s 0.5s;
}
@media screen and (min-width: 1025px) {
  nav.mobile_menu--nav {
    display: none;
  }
}
body.open_menu nav.mobile_menu--nav {
  opacity: 1;
  z-index: 1005;
  transition: opacity 0.5s, z-index 0s;
}
nav.mobile_menu--nav a.to_top--page {
  text-align: center;
  font-size: 5.6vw;
  padding: 1em;
  margin-bottom: 1em;
  width: -moz-max-content;
  width: max-content;
  display: grid;
}
@media screen and (min-width: 600px) {
  nav.mobile_menu--nav a.to_top--page {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  nav.mobile_menu--nav a.to_top--page {
    font-size: 2.9vw;
  }
}
nav.mobile_menu--nav a.to_top--page span {
  color: #fff;
}
nav.mobile_menu--nav a.to_top--page span.eng {
  font-family: "Anton" !important;
  letter-spacing: 0.02em;
  margin-bottom: 0.3em;
}
nav.mobile_menu--nav a.to_top--page span.ja {
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

ul.mobile_menu {
  font-size: 4.3vw;
  width: 85%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 600px) {
  ul.mobile_menu {
    font-size: 2.8vw;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  ul.mobile_menu {
    font-size: 2.2vw;
    width: 65%;
  }
}
ul.mobile_menu li {
  border-bottom: 1px solid #fff;
  list-style: none;
}
ul.mobile_menu li a {
  color: #fff;
  padding: 1.5em;
  display: inline-block;
}

.mobile_menu--linkButton {
  font-size: 4.3vw;
  width: 15.5em;
  margin-inline: auto;
  background-color: #404040;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .mobile_menu--linkButton {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .mobile_menu--linkButton {
    font-size: 2.2vw;
  }
}
.mobile_menu--linkButton a {
  color: #fff;
  padding: 1.3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6em;
}
.nav-main ul.sf-menu li a {
  padding: 0 3px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
.nav-main ul.sf-menu li a::before, .nav-main ul.sf-menu li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-main ul.sf-menu li a::before {
  background-color: #0F0F0F;
  transform: scaleX(1);
  transform-origin: right;
  transition: all 0.3s 0.3s ease-in-out;
}
.nav-main ul.sf-menu li a:hover::before {
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.nav-main ul.sf-menu li a::after {
  background-color: #073B5B;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
.nav-main ul.sf-menu li a:hover::after {
  transform: scaleX(1);
  transition: all 0.3s 0.3s ease-in-out;
}

.header_button {
  background-color: #404040;
  border-radius: 5px;
}
.header_button:hover {
  opacity: 0.7;
}
.header_button a {
  color: #fff;
  font-weight: bold;
  padding: 0.8em 1.8em;
}

.main {
  padding: 0;
}

#content {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.top_page--header {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top_page--header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.top_page--header .movie {
  font-size: 0;
  line-height: 0;
  width: 100vw;
}
.top_page--header .movie.pattern01 {
  height: calc(100vh - 50px);
  display: none;
}
.top_page--header .movie.pattern01 video {
  -o-object-fit: cover;
     object-fit: cover;
}
.top_page--header .movie.pattern02 {
  height: calc(100vh - 50px);
  background-color: #fff;
  display: flex;
  align-items: center;
  display: none;
}
.top_page--header .movie.pattern02 video {
  width: 100%;
  height: auto;
}
.top_page--header .movie.pattern03 {
  height: auto;
  background-color: #fff;
  display: none;
  display: block;
}
.top_page--header .movie video {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_page--header .movie video {
    height: calc(100vh - 70px);
    max-height: 900px;
  }
}

.parallax_container {
  position: relative;
}
.parallax_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.bg_parallax--img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

section.top_page--section {
  position: relative;
  z-index: 2;
}
section.top_page--section .section_container {
  position: relative;
}

h2.top_page--h2 {
  font-size: 10.7vw;
}
@media screen and (min-width: 600px) {
  h2.top_page--h2 {
    font-size: 6.7vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_page--h2 {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_page--h2 {
    font-size: 44px;
  }
}
h2.top_page--h2 span {
  color: #fff;
  display: block;
}
h2.top_page--h2 span.ja {
  font-size: 0.35em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
h2.top_page--h2 span.eng {
  font-family: "Anton" !important;
}
h2.top_page--h2 span.ja_large {
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  h2.top_page--h2 span.ja_large {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_page--h2 span.ja_large {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_page--h2 span.ja_large {
    font-size: 25px;
  }
}

.top_page--button {
  font-size: 4.6vw;
  background-color: #fff;
  border: 1px solid #073B5B;
  width: 15.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_page--button {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--button {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--button {
    font-size: 15px;
  }
}
.top_page--button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #073B5B;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.top_page--button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.top_page--button a {
  color: #073B5B;
  font-weight: bold;
  padding: 1.1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.7em;
  position: relative;
  z-index: 1;
}
.top_page--button a i {
  position: relative;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.top_page--button:hover a {
  color: #fff;
}
.top_page--button:hover a i {
  transform: translate(10px, 0);
}

section.top_page--section.section01 {
  padding: 12% 0;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 80px 0 150px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container {
    width: 95%;
    max-width: 1000px;
    margin-inline: auto;
    display: grid;
    grid-template: auto 1fr/auto 1fr;
    gap: 0 130px;
  }
}
section.top_page--section.section01 .section_container h2.top_page--h2 {
  width: 75%;
  margin-inline: auto;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2.top_page--h2 {
    width: 100%;
    margin-bottom: 1.2em;
  }
}
section.top_page--section.section01 .section_container .text_box {
  font-size: 3.8vw;
  width: 75%;
  margin-inline: auto;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 .section_container .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container .text_box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .text_box {
    font-size: 16px;
    width: 100%;
    margin: 0;
    order: 3;
  }
}
section.top_page--section.section01 .section_container .text_box p {
  color: #fff;
  line-height: 2;
}
section.top_page--section.section01 .section_container .text_box p.large_text {
  font-size: 4.8vw;
  margin-bottom: 2em;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 .section_container .text_box p.large_text {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container .text_box p.large_text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .text_box p.large_text {
    font-size: 23px;
  }
}
section.top_page--section.section01 .section_container .text_box p.small_text:last-of-type {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .text_box p.small_text:last-of-type {
    margin-bottom: 3em;
  }
}
section.top_page--section.section01 .section_container .text_box p br {
  display: block !important;
}
section.top_page--section.section01 .section_container .text_box .top_page--button {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .text_box .top_page--button {
    margin-inline: inherit;
  }
}
section.top_page--section.section01 .section_container .img {
  width: 65%;
  margin: 0 0 0 auto;
  opacity: 0;
  transition: 0.8s ease-in-out;
  aspect-ratio: 1/1.42;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 .section_container .img {
    width: 60%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container .img {
    width: 55%;
    aspect-ratio: 1.2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .img {
    width: 100%;
    height: 100%;
    grid-row: span 2;
    aspect-ratio: auto;
  }
}
section.top_page--section.section01 .section_container .img.show {
  opacity: 1;
}
section.top_page--section.section01 .section_container .img img {
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 93% 50%;
     object-position: 93% 50%;
  transition: 0.8s ease-in-out;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .img img {
    width: calc(100% + 150px);
  }
}
section.top_page--section.section01 .section_container .img.show img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

section.top_page--section.section02 {
  padding: 0 0 8%;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 {
    padding: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 {
    padding: 0 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    padding: 0 0 120px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container {
    width: 95%;
    max-width: 1000px;
    margin-inline: auto;
  }
}
section.top_page--section.section02 .section_container h2.top_page--h2 {
  width: 75%;
  margin-inline: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2.top_page--h2 {
    width: 100%;
    margin-inline: inherit;
    margin-bottom: 50px;
  }
}

ul.top_page_section02--ul {
  width: 76%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul {
    width: 100%;
  }
}
ul.top_page_section02--ul li.top_page_hover--li {
  font-size: 4.8vw;
  list-style: none;
  padding-bottom: 2.2em;
  border-bottom: 1px solid #9F9FA3;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li.top_page_hover--li {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul li.top_page_hover--li {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li {
    font-size: 23px;
    width: 52%;
    padding-bottom: 1em;
    margin: 0 30px 0 auto;
  }
}
ul.top_page_section02--ul li.top_page_hover--li:not(:last-of-type) {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
ul.top_page_section02--ul li.top_page_hover--li .img {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li .img {
    width: 38%;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
  }
}
ul.top_page_section02--ul li.top_page_hover--li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/1;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li .img img {
    width: calc(100% + 150px);
    height: 100%;
    transform: translate(-150px, 0);
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li.active .img {
    opacity: 1;
    z-index: 1;
  }
}
ul.top_page_section02--ul li.top_page_hover--li p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 1em;
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li p {
    padding: 0;
    margin-bottom: 0;
  }
}
ul.top_page_section02--ul li.top_page_hover--li p span {
  color: #1A3241;
  font-size: 4.6vw;
  font-weight: bold;
  letter-spacing: 0;
  width: 2em;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li.top_page_hover--li p span {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul li.top_page_hover--li p span {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li p span {
    font-size: 20px;
  }
}
ul.top_page_section02--ul li.top_page_hover--li a {
  font-size: 4vw;
  width: 3.2em;
  margin: 0 0 0 auto;
  background-color: #fff;
  border: 1px solid #073B5B !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li.top_page_hover--li a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul li.top_page_hover--li a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li.top_page_hover--li a {
    font-size: 16px;
    margin-right: 20px;
  }
}
ul.top_page_section02--ul li.top_page_hover--li a:hover {
  background-color: #073B5B;
}
ul.top_page_section02--ul li.top_page_hover--li a i {
  color: #073B5B;
  transition: all 0.3s;
}
ul.top_page_section02--ul li.top_page_hover--li a:hover i {
  color: #fff;
}

section.top_page--section.section03 {
  text-align: center;
  padding: 30% 0;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 {
    padding: 15% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 {
    padding: 12% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 {
    padding: 110px 0;
  }
}
section.top_page--section.section03 .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_page--section.section03 .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.top_page--section.section03 .section_container h2.top_page--h2 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container h2.top_page--h2 {
    margin-bottom: 2em;
  }
}
section.top_page--section.section03 .section_container h2.top_page--h2 span.eng {
  margin-bottom: 0.5em;
}
section.top_page--section.section03 .section_container .top_page--button {
  margin-inline: auto;
}

section.top_page--section.section04 {
  text-align: center;
  padding: 20% 0 18%;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 {
    padding: 15% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 {
    padding: 10% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 {
    padding: 130px 0 110px;
  }
}
section.top_page--section.section04 .bg_img--box {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .bg_img--box {
    max-width: 1000px;
    height: calc(100% - 120px);
  }
}
section.top_page--section.section04 .bg_img--box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #242424;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_page--section.section04 .bg_img--box .bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
section.top_page--section.section04 .bg_img--box .bg_img:first-of-type {
  background-position: 65% 50%;
}
section.top_page--section.section04 .bg_img--box .bg_img:nth-of-type(2) {
  background-position: 85% 50%;
}
section.top_page--section.section04 .bg_img--box .bg_img:nth-of-type(3) {
  background-position: 72% 50%;
}
section.top_page--section.section04 .section_container h2.top_page--h2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .section_container h2.top_page--h2 {
    margin-bottom: 0.8em;
  }
}
section.top_page--section.section04 .section_container .text_box {
  font-size: 3.8vw;
  margin-bottom: 3.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 .section_container .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .section_container .text_box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .section_container .text_box {
    font-size: 16px;
    margin-bottom: 2.5em;
  }
}
section.top_page--section.section04 .section_container .text_box p {
  color: #fff;
  line-height: 1.8;
}
section.top_page--section.section04 .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .section_container .text_box p br {
    display: none !important;
  }
}
section.top_page--section.section04 .section_container .top_page--button {
  margin-inline: auto;
}

.page_header .header_container {
  width: 80%;
  padding-top: 35%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header .header_container {
    padding-top: 25%;
  }
}
@media screen and (min-width: 768px) {
  .page_header .header_container {
    padding-top: 22%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header .header_container {
    width: 95%;
    max-width: 1000px;
    padding-top: 200px;
  }
}
.page_header .header_container .bg_img {
  width: calc(100% + 10vw);
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
}
@media screen and (min-width: 1025px) {
  .page_header .header_container .bg_img {
    width: calc(100% + (100vw - min(95vw, 1000px)) / 2);
  }
}
.page_header .header_container .bg_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #404040;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.page_header .header_container.loaded .bg_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_header .header_container h1 {
  color: #fff;
  font-size: 10.7vw;
  padding-left: 0.4em;
  position: relative;
  transform: translate(0, 5%);
}
@media screen and (min-width: 600px) {
  .page_header .header_container h1 {
    font-size: 6.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header .header_container h1 {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header .header_container h1 {
    font-size: 44px;
    padding-left: 1.5em;
  }
}
.page_header .header_container h1 span {
  color: #fff;
  display: block;
}
.page_header .header_container h1 span.ja {
  font-size: 0.35em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.page_header .header_container h1 span.eng {
  font-family: "Anton" !important;
}

nav.page_nav {
  width: 93%;
  margin: 9% auto 15%;
}
@media screen and (min-width: 600px) {
  nav.page_nav {
    margin: 7% auto 10%;
  }
}
@media screen and (min-width: 768px) {
  nav.page_nav {
    margin: 6% auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav {
    width: 95%;
    max-width: 1000px;
    margin: 70px auto 80px;
  }
}
nav.page_nav ul {
  font-size: 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media screen and (min-width: 600px) {
  nav.page_nav ul {
    font-size: 2.5vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  nav.page_nav ul {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul {
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
  }
}
nav.page_nav ul li {
  list-style: none;
}
nav.page_nav ul li a {
  color: #073B5B;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.2em 1.1em;
  background-color: #E5EBEE;
  border-radius: 3em;
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a {
    padding: 1.2em 4em 1.2em 1.8em;
  }
}
nav.page_nav ul li a::before {
  content: "\f078";
  color: #fff;
  font-size: 0.7em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 2em;
  background-color: #073B5B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a::before {
    right: 2em;
  }
}
nav.page_nav ul li a br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul li a br {
    display: none !important;
  }
}

h2.page_h2 {
  font-size: 6.2vw;
  font-weight: bold;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  h2.page_h2 {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  h2.page_h2 {
    font-size: 4vw;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 {
    font-size: 38px;
  }
}
h2.page_h2::before {
  content: "";
  width: 2.8em;
  height: 1px;
  background-color: #073B5B;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 600px) {
  h2.page_h2::before {
    width: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  h2.page_h2::before {
    width: 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2::before {
    width: 75px;
  }
}
h2.page_h2 span.target {
  font-weight: bold;
  display: inline-block;
  transition: 1s ease-in-out;
  transform: translateY(2em);
}
h2.page_h2 span.target.show {
  transform: translateY(0);
}

section.page_section.page_about--section .section_container {
  width: 80%;
  padding-top: 70px;
  margin-top: -70px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section .section_container {
    max-width: 1000px;
    padding-top: 90px;
    margin-top: -90px;
  }
}

section.page_section.page_about--section.section01 {
  padding-bottom: 18%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 {
    padding-bottom: 100px;
  }
}
section.page_section.page_about--section.section01 .section_container {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section01 .section_container {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 .section_container {
    font-size: 1.9vw;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 .section_container {
    font-size: 16px;
    grid-template-columns: 3fr 1fr;
    gap: 0 3em;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 .section_container h2.page_h2 {
    grid-column: span 2;
  }
}
section.page_section.page_about--section.section01 .section_container .text_box {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 .section_container .text_box {
    margin: 0;
  }
}
section.page_section.page_about--section.section01 .section_container .text_box p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 .section_container .text_box p {
    line-height: 2;
  }
}
section.page_section.page_about--section.section01 .section_container .text_box p.space {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section01 .section_container .text_box p.space {
    margin-bottom: 2.5em;
  }
}
section.page_section.page_about--section.section01 .section_container .img_box {
  width: 82%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section01 .section_container .img_box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 .section_container .img_box {
    width: 100%;
  }
}
section.page_section.page_about--section.section01 .section_container .img_box figure img {
  margin-bottom: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1/1.3;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section01 .section_container .img_box figure img {
    aspect-ratio: auto;
  }
}
section.page_section.page_about--section.section01 .section_container .img_box figure figcaption {
  text-align: center;
  color: #073B5B;
  font-weight: bold;
}
section.page_section.page_about--section.section01 .section_container .img_box figure figcaption br {
  display: block !important;
}

section.page_section.page_about--section.section02 {
  padding-bottom: 18%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section02 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section02 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section02 {
    padding-bottom: 100px;
  }
}
section.page_section.page_about--section.section02 .section_container {
  font-size: 3.8vw;
}
section.page_section.page_about--section.section02 .section_container .text_box {
  color: #073B5B;
  font-size: 4.8vw;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section02 .section_container .text_box {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section02 .section_container .text_box {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section02 .section_container .text_box {
    font-size: 26px;
  }
}
section.page_section.page_about--section.section02 .section_container .text_box p {
  font-weight: bold;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section02 .section_container .text_box p {
    margin-bottom: 1.8em;
  }
}
section.page_section.page_about--section.section02 .section_container .text_box ul {
  font-size: 0.84em;
  display: grid;
  gap: 0.8em 0;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section02 .section_container .text_box ul {
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section02 .section_container .text_box ul {
    width: 70%;
  }
}
section.page_section.page_about--section.section02 .section_container .text_box ul li {
  font-weight: bold;
  list-style: none;
}

section.page_section.page_about--section.section03 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section03 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section03 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section03 {
    padding-bottom: 80px;
  }
}
dl.page_about_section03--dl {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  dl.page_about_section03--dl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section03--dl {
    font-size: 16px;
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
}
dl.page_about_section03--dl > dt, dl.page_about_section03--dl > dd {
  font-weight: bold;
  line-height: 1.6;
}
dl.page_about_section03--dl > dt:nth-of-type(odd), dl.page_about_section03--dl > dd:nth-of-type(odd) {
  background-color: #EFEFF7;
}
dl.page_about_section03--dl > dt {
  color: #073B5B;
  padding: 1em 1em 0.5em;
}
@media screen and (min-width: 600px) {
  dl.page_about_section03--dl > dt {
    padding: 1em 1.5em 0.5em;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl > dt {
    padding: 1em 2em 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section03--dl > dt {
    padding: 1em 0 1em 3em;
  }
}
dl.page_about_section03--dl > dd {
  padding: 0 1em 1em;
}
@media screen and (min-width: 600px) {
  dl.page_about_section03--dl > dd {
    padding: 0 1.5em 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl > dd {
    padding: 0 2em 1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section03--dl > dd {
    padding: 1em 3em 1em 0;
  }
}
dl.page_about_section03--dl > dd br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section03--dl > dd br.br_sp {
    display: none !important;
  }
}
dl.page_about_section03--dl > dd dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3em 1.5em;
}
dl.page_about_section03--dl > dd dl dt, dl.page_about_section03--dl > dd dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  dl.page_about_section03--dl > dd ul.columns_02 {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
}
dl.page_about_section03--dl > dd ul li {
  line-height: 1.6;
  list-style: none;
}
dl.page_about_section03--dl > dd ul li:not(:last-of-type) {
  margin-bottom: 0.2em;
}
dl.page_about_section03--dl > dd ul li a {
  color: inherit;
  margin-left: 1em;
  border-bottom: 1px solid !important;
}

section.page_section.page_about--section.section04 {
  padding-bottom: 18%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section04 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section04 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section04 {
    padding-bottom: 100px;
  }
}
section.page_section.page_about--section.section04 .section_container .map_box {
  font-size: 0;
  line-height: 1;
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section04 .section_container .map_box {
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section04 .section_container .map_box {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section04 .section_container .map_box {
    width: 85%;
    margin-inline: auto;
  }
}
section.page_section.page_about--section.section04 .section_container .map_box iframe {
  width: 100%;
  height: 100%;
}

section.page_section.page_about--section.section05 {
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section05 {
    padding-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section05 {
    padding-bottom: 30px;
  }
}
dl.page_about_section05--dl {
  font-size: 3.8vw;
  padding-left: 1.7em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0 1em;
}
@media screen and (min-width: 600px) {
  dl.page_about_section05--dl {
    font-size: 2.4vw;
    width: 80%;
    margin-inline: auto;
    gap: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section05--dl {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section05--dl {
    font-size: 17px;
    padding-left: 2em;
    gap: 0 3em;
  }
}
dl.page_about_section05--dl dt, dl.page_about_section05--dl dd {
  font-weight: bold;
  line-height: 1.6;
}
dl.page_about_section05--dl dt {
  font-size: 4vw;
  letter-spacing: 0.1em;
  padding-bottom: 4em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.page_about_section05--dl dt {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section05--dl dt {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section05--dl dt {
    font-size: 20px;
    padding-bottom: 3.5em;
  }
}
dl.page_about_section05--dl dt::before {
  content: "";
  width: 0.95em;
  background-color: #073B5B;
  border-radius: 50%;
  position: absolute;
  left: -1.7em;
  top: 0;
  transform: translate(0, 25%);
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section05--dl dt::before {
    left: -2em;
  }
}
dl.page_about_section05--dl dt:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: calc(100% - 0.5em);
  background-color: #073B5B;
  position: absolute;
  left: -1.25em;
  top: 1em;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section05--dl dt:not(:last-of-type)::after {
    left: -1.55em;
  }
}
dl.page_about_section05--dl dt span {
  color: #073B5B;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 200%);
}
@media screen and (min-width: 600px) {
  dl.page_about_section05--dl dt span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section05--dl dt span {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section05--dl dt span {
    font-size: 14px;
  }
}
dl.page_about_section05--dl dd {
  padding-bottom: 1.5em;
}
dl.page_about_section05--dl dd br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section05--dl dd br {
    display: none !important;
  }
}

section.page_section.page_about--section.section06 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section06 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section06 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section06 {
    padding-bottom: 100px;
  }
}
section.page_section.page_about--section.section06 .section_container figure {
  margin-bottom: 16%;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section06 .section_container figure {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section06 .section_container figure {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section06 .section_container figure {
    margin-bottom: 90px;
  }
}
section.page_section.page_about--section.section06 .section_container figure figcaption {
  text-align: center;
  font-size: 6.4vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section06 .section_container figure figcaption {
    font-size: 4.2vw;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section06 .section_container figure figcaption {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section06 .section_container figure figcaption {
    font-size: 31px;
  }
}
section.page_section.page_about--section.section06 .section_container figure figcaption br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section06 .section_container figure figcaption br {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_about--section.section06 .section_container .img {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_about--section.section06 .section_container .img {
    width: 80%;
  }
}
section.page_section.page_about--section.section06 .section_container .img img {
  width: 110%;
  transform: translate(-5%, 0);
}
@media screen and (min-width: 600px) {
  section.page_section.page_about--section.section06 .section_container .img img {
    width: 100%;
    transform: translate(0, 0);
  }
}

dl.page_about_section06--dl {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  dl.page_about_section06--dl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section06--dl {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl {
    font-size: 16px;
  }
}
dl.page_about_section06--dl dt {
  text-align: center;
  margin-bottom: 2.2em;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl dt {
    display: grid;
    grid-template-columns: 1fr 3.8fr;
  }
}
dl.page_about_section06--dl dt span {
  font-weight: bold;
  display: block;
}
dl.page_about_section06--dl dt span.large_text {
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  padding: 0.8em 0 0.2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.page_about_section06--dl dt span.large_text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section06--dl dt span.large_text {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl dt span.large_text {
    font-size: 24px;
    padding: 0.8em;
  }
}
dl.page_about_section06--dl dt span.large_text::before {
  content: "";
  width: 100%;
  height: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl dt span.large_text::before {
    width: 1em;
    -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
            clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
    height: 100%;
    left: auto;
    right: 1px;
    bottom: auto;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
dl.page_about_section06--dl dt span.small_text {
  font-size: 4.3vw;
  line-height: 1.6;
  padding: 2.4em 0 1.5em;
  background-color: #F0F0F0;
}
@media screen and (min-width: 600px) {
  dl.page_about_section06--dl dt span.small_text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_about_section06--dl dt span.small_text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl dt span.small_text {
    font-size: 20px;
    padding: 0 0 0 2.5em;
    display: flex;
    align-items: center;
  }
}
dl.page_about_section06--dl dt span.small_text br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl dt span.small_text br {
    display: none !important;
  }
}
dl.page_about_section06--dl dt:first-of-type span.large_text {
  background-color: #93A52E;
}
dl.page_about_section06--dl dt:first-of-type span.large_text::before {
  background-color: #93A52E;
}
dl.page_about_section06--dl dt:nth-of-type(2) span.large_text {
  background-color: #7C769D;
}
dl.page_about_section06--dl dt:nth-of-type(2) span.large_text::before {
  background-color: #7C769D;
}
dl.page_about_section06--dl dt:nth-of-type(3) span.large_text {
  background-color: #5CB7CA;
}
dl.page_about_section06--dl dt:nth-of-type(3) span.large_text::before {
  background-color: #5CB7CA;
}
dl.page_about_section06--dl dt:nth-of-type(4) span.large_text {
  background-color: #EEA828;
}
dl.page_about_section06--dl dt:nth-of-type(4) span.large_text::before {
  background-color: #EEA828;
}
dl.page_about_section06--dl dd:not(:last-of-type) {
  margin-bottom: 3.5em;
}
dl.page_about_section06--dl dd h3 {
  color: #073B5B;
  font-size: 1.27em;
  font-weight: bold;
  padding-left: 2em;
  margin-bottom: 0.9em;
  position: relative;
}
dl.page_about_section06--dl dd h3::before {
  content: "";
  width: 1.45em;
  height: 1px;
  background-color: #073B5B;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
dl.page_about_section06--dl dd p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
dl.page_about_section06--dl dd p.space {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  dl.page_about_section06--dl dd p.space {
    margin-bottom: 2.5em;
  }
}

li.page_business--tab.active {
  opacity: 0.7;
  pointer-events: none;
}

.tab_container {
  position: relative;
}

section.page_section.page_business--section {
  width: 100%;
  padding-bottom: 15%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  section.page_section.page_business--section {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_business--section {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_business--section {
    padding-bottom: 100px;
  }
}
section.page_section.page_business--section.active {
  opacity: 1;
  position: relative;
}
section.page_section.page_business--section .section_container {
  font-size: 3.8vw;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_section.page_business--section .section_container {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_business--section .section_container {
    font-size: 1.9vw;
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_business--section .section_container {
    font-size: 16px;
    max-width: 1000px;
  }
}

dl.page_business--dl div {
  display: grid;
}
@media screen and (min-width: 768px) {
  dl.page_business--dl div {
    display: grid;
    grid-template: auto 1fr/1fr 1.3fr;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_business--dl div {
    grid-template: auto 1fr/1fr 1.8fr;
    gap: 0 3em;
  }
}
dl.page_business--dl div:not(:last-of-type) {
  margin-bottom: 3.5em;
}
dl.page_business--dl div dt {
  color: #073B5B;
  font-size: 5.1vw;
  font-weight: bold;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  order: 2;
}
@media screen and (min-width: 600px) {
  dl.page_business--dl div dt {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_business--dl div dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_business--dl div dt {
    font-size: 26px;
    margin-bottom: 1.5em;
  }
}
dl.page_business--dl div dt::before {
  content: "";
  width: 1.2em;
  height: 1px;
  background-color: #073B5B;
  display: inline-block;
}
dl.page_business--dl div dd:first-of-type {
  order: 1;
  margin-bottom: 1.7em;
}
@media screen and (min-width: 768px) {
  dl.page_business--dl div dd:first-of-type {
    margin: 0;
    grid-row: span 2;
  }
}
dl.page_business--dl div dd:nth-of-type(2) {
  order: 3;
}
dl.page_business--dl div dd:nth-of-type(2) p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

li.page_works--tab.active {
  opacity: 0.7;
  pointer-events: none;
}

.tab_container {
  position: relative;
}

section.page_section.page_works--section .section_container {
  font-size: 3.8vw;
  padding-top: 70px;
  margin-top: -70px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_section.page_works--section .section_container {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_works--section .section_container {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_works--section .section_container {
    font-size: 16px;
    padding-top: 90px;
    margin-top: -90px;
  }
}
section.page_section.page_works--section .section_container h2 {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_works--section .section_container h2 {
    width: 95%;
    max-width: 1000px;
  }
}
section.page_section.page_works--section .section_container .img_box {
  margin-bottom: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 600px) {
  section.page_section.page_works--section .section_container .img_box {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_works--section .section_container .img_box {
    margin-bottom: 6%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_works--section .section_container .img_box {
    margin-bottom: 60px;
  }
}
section.page_section.page_works--section .section_container .img_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.65/1;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_works--section .section_container .img_box .img img {
    height: 200px;
    aspect-ratio: auto;
  }
}

section.page_works--section.section01 {
  padding-bottom: 22%;
}
@media screen and (min-width: 600px) {
  section.page_works--section.section01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_works--section.section01 {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_works--section.section01 {
    padding-bottom: 90px;
  }
}

section.page_works--section.section02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  section.page_works--section.section02 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_works--section.section02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_works--section.section02 {
    padding-bottom: 80px;
  }
}

dl.page_works_section--dl {
  width: 91%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  dl.page_works_section--dl {
    width: 76%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl {
    max-width: 1000px;
  }
}
dl.page_works_section--dl > dt {
  color: #073B5B;
  font-size: 5.1vw;
  font-weight: bold;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  order: 2;
}
@media screen and (min-width: 600px) {
  dl.page_works_section--dl > dt {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_works_section--dl > dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dt {
    font-size: 26px;
  }
}
dl.page_works_section--dl > dt::before {
  content: "";
  width: 1.2em;
  height: 1px;
  background-color: #073B5B;
  display: inline-block;
}
dl.page_works_section--dl > dd:not(:last-of-type) {
  margin-bottom: 3.5em;
}
dl.page_works_section--dl > dd dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl {
    grid-template-columns: 1.3fr 1fr;
  }
}
dl.page_works_section--dl > dd dl dt {
  color: #073B5B;
  font-size: 1.06em;
  font-weight: bold;
  padding: 1em 0;
  margin-bottom: 1.8em;
  background-color: #EFEFF7;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dt {
    margin-bottom: 1em;
  }
}
dl.page_works_section--dl > dd dl dt:first-of-type {
  padding-left: 0.7em;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dt:first-of-type {
    padding-left: 40px;
  }
}
dl.page_works_section--dl > dd dl dt:first-of-type::after {
  content: "/";
  padding: 0 0.2em;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dt:first-of-type::after {
    content: none;
  }
}
dl.page_works_section--dl > dd dl dd {
  line-height: 1.4;
  padding-left: 0.8em;
  grid-column: span 2;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dd {
    grid-column: span 1;
  }
}
dl.page_works_section--dl > dd dl dd:nth-of-type(odd) {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dd:nth-of-type(odd) {
    padding: 0.8em 0 0.8em 40px;
    margin: 0;
    border-bottom: 1px solid #E5E5EC;
  }
}
dl.page_works_section--dl > dd dl dd:nth-of-type(even) {
  padding-bottom: 0.8em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #E5E5EC;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dd:nth-of-type(even) {
    padding: 0.8em 0;
    margin: 0;
  }
}
dl.page_works_section--dl > dd dl dd:last-of-type {
  text-align: right;
  color: #073B5B;
  font-size: 1.06em;
  font-weight: bold;
  padding-right: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #E5E5EC;
}
@media screen and (min-width: 1025px) {
  dl.page_works_section--dl > dd dl dd:last-of-type {
    padding: 0.8em 10px;
    grid-column: span 2;
  }
}

section.page_section.page_contact--section .section_container {
  font-size: 3.8vw;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_section.page_contact--section .section_container {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_section.page_contact--section .section_container {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_contact--section .section_container {
    font-size: 16px;
    width: 95%;
    max-width: 1000px;
  }
}
section.page_section.page_contact--section .section_container h2 {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_contact--section .section_container h2 {
    max-width: 1000px;
  }
}

section.page_contact--section.section01 {
  padding: 15% 0;
}
@media screen and (min-width: 600px) {
  section.page_contact--section.section01 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_contact--section.section01 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_contact--section.section01 {
    padding: 80px 0;
  }
}
@media screen and (min-width: 600px) {
  section.page_contact--section.section01 .section_container .page_contact--contents {
    display: flex;
    align-items: end;
    gap: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  section.page_contact--section.section01 .section_container .page_contact--contents {
    gap: 0 1.5em;
  }
}
section.page_contact--section.section01 .section_container .page_contact--contents a {
  color: #073B5B;
  font-size: 5.9vw;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 0 0.3em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  section.page_contact--section.section01 .section_container .page_contact--contents a {
    font-size: 4.2vw;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_contact--section.section01 .section_container .page_contact--contents a {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_contact--section.section01 .section_container .page_contact--contents a {
    font-size: 34px;
  }
}
section.page_contact--section.section01 .section_container .page_contact--contents a i {
  font-size: 0.5em;
}
section.page_contact--section.section01 .section_container .page_contact--contents p {
  line-height: 1.6;
}

section.page_contact--section.section02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  section.page_contact--section.section02 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_contact--section.section02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_contact--section.section02 {
    padding-bottom: 80px;
  }
}
section.page_contact--section.section02 .section_container .page_contact--contents > p {
  line-height: 1.6;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 600px) {
  section.page_contact--section.section02 .section_container .page_contact--contents > p {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  section.page_contact--section.section02 .section_container .page_contact--contents > p {
    margin-bottom: 3.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_contact--section.section02 .section_container .page_contact--contents > p {
    margin-bottom: 4em;
  }
}
section.page_contact--section.section02 .section_container .page_contact--contents > p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.page_contact--section.section02 .section_container .page_contact--contents > p br {
    display: none !important;
  }
}

.form_box dl.form_dl {
  font-size: 3.8vw;
  text-align: left;
  overflow: hidden;
  margin: 0 auto 3em;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl {
    font-size: 17px;
  }
}
.form_box dl.form_dl div {
  padding-bottom: 2em;
  border-bottom: 1px solid #E5E5EC;
}
.form_box dl.form_dl div:not(:last-of-type) {
  margin: 0 0 2.5em;
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl div:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl div:not(:last-of-type) {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl div {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    align-items: start;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl div {
    padding-right: 250px;
    grid-template-columns: 1fr 2fr;
  }
}
.form_box dl.form_dl div dt, .form_box dl.form_dl div dd {
  position: relative;
}
.form_box dl.form_dl div dt {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 0.8em;
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl div dt {
    padding: 0.8em 0 0.8em 3.5em;
    margin: 0;
  }
}
.form_box dl.form_dl div dt.must {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.form_box dl.form_dl div dt.must::before {
  content: "必須";
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0;
  padding: 0.3em 0.7em;
  background-color: #F4C61D;
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl div dt.must::before {
    position: absolute;
    left: 0;
    top: 0.8em;
  }
}
.form_box dl.form_dl div dd.radio {
  margin: 1.5em 0 2.5em;
}
.form_box dl.form_dl div dd.radio span.wpcf7-radio span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
.form_box dl.form_dl div dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: 500;
}
.form_box dl.form_dl div dd input, .form_box dl.form_dl div dd textarea {
  line-height: 1.4;
  padding: 0.8em;
  background-color: #F2F2F2;
  border-radius: 4px;
}

.privacy_policy--box {
  font-size: 3.2vw;
  margin-bottom: 4em;
}
@media screen and (min-width: 600px) {
  .privacy_policy--box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .privacy_policy--box {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .privacy_policy--box {
    font-size: 14px;
  }
}
.privacy_policy--box h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.privacy_policy--box .box {
  height: 20em;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: 2px solid #073B5B;
  border-radius: 10px;
  overflow-y: scroll;
}
.privacy_policy--box .box > p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.privacy_policy--box .box dl dt p, .privacy_policy--box .box dl dd p {
  line-height: 1.6;
}
.privacy_policy--box .box dl dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.privacy_policy--box .box dl dd p.space {
  margin-bottom: 1em;
}
.privacy_policy--box span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: bold;
  line-height: 1.4;
}

button.form_button {
  font-size: 4.6vw;
  margin-inline: auto;
  background-color: #fff;
  border: 1px solid #073B5B;
  width: 15.5em;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.7em;
  position: relative;
}
@media screen and (min-width: 600px) {
  button.form_button {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  button.form_button {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  button.form_button {
    font-size: 15px;
  }
}
button.form_button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #073B5B;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
button.form_button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
button.form_button input {
  color: #073B5B;
  font-weight: bold;
  padding: 1.1em 0;
  background: none;
  position: relative;
  z-index: 1;
}
button.form_button:hover input {
  color: #fff;
}
button.form_button i {
  color: #073B5B;
  position: relative;
  transform: translate(0, 0);
  transition: all 0.3s;
}
button.form_button:hover > i {
  color: #fff;
  transform: translate(10px, 0);
}
button.form_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}

#topcontrol .to_the_top {
  display: none;
}

footer.footerclass {
  padding: 0;
  position: relative;
  z-index: 2;
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  footer.footerclass .container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass .container {
    max-width: 1100px;
  }
}

.footercol1, .footercol2 {
  padding: 0;
}

.ban_footer {
  font-size: 3.2vw;
  width: 85%;
  padding-top: 22%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .ban_footer {
    font-size: 2vw;
    width: 70%;
    padding-top: 6%;
  }
}
@media screen and (min-width: 768px) {
  .ban_footer {
    font-size: 1.6vw;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .ban_footer {
    font-size: 14px;
    width: 100%;
    max-width: 1000px;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 50px 0;
  }
}
.ban_footer button.to_header {
  width: 1.2em;
  line-height: 1;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
  position: absolute;
  right: 0;
  top: 3.5em;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .ban_footer button.to_header {
    transform: translate(300%, 0);
  }
}
@media screen and (min-width: 1025px) {
  .ban_footer button.to_header {
    transform: translate(500%, 0);
  }
}
.ban_footer button.to_header::before {
  content: "";
  width: 1px;
  height: 2.1em;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -1.8em);
}
.ban_footer button.to_header::after {
  content: "";
  width: 0.8em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -1.8em) rotate(-45deg) skew(-8deg, -8deg);
  aspect-ratio: 1;
}
.ban_footer button.to_header span {
  text-align: left;
  letter-spacing: 0.1em;
  width: 3.5em;
  height: 3em;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(90deg) translate(-85%, 10%);
  transform-origin: left bottom;
}

ul.footer_link--ul {
  text-align: center;
  font-size: 3.5vw;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  ul.footer_link--ul {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.footer_link--ul {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.footer_link--ul {
    font-size: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: span 2;
  }
}
ul.footer_link--ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.footer_link--ul li:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 75%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
ul.footer_link--ul li a {
  padding: 2em;
  display: block;
  transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
  ul.footer_link--ul li a {
    padding: 4em 2.5em 2em;
  }
}
ul.footer_link--ul li a:hover {
  color: #F4C61D;
}
ul.footer_link--ul li a span {
  display: block;
}
ul.footer_link--ul li a span.type_text {
  margin-bottom: 1em;
}
ul.footer_link--ul li a span.name_text {
  font-size: 1.53em;
  margin-bottom: 0.8em;
}
ul.footer_link--ul li a i {
  font-size: 1.2em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
  display: block;
}

.footer_info--box {
  text-align: center;
  font-size: 6.4vw;
  padding: 1.5em 0 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .footer_info--box {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_info--box {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box {
    text-align: left;
    font-size: 22px;
    padding: 0 0 0 10px;
    margin: 0;
  }
}
.footer_info--box p.name_text {
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.name_text {
    margin-bottom: 1em;
  }
}
.footer_info--box p.address_text {
  font-size: 0.55em;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .footer_info--box p.address_text {
    font-size: 0.58em;
  }
}
@media screen and (min-width: 768px) {
  .footer_info--box p.address_text {
    font-size: 0.62em;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.address_text {
    font-size: 15px;
    margin-bottom: 1.5em;
  }
}
.footer_info--box a.tel {
  letter-spacing: 0.2em;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
  transition: all 0.2s;
}
@media screen and (min-width: 1025px) {
  .footer_info--box a.tel {
    margin-inline: inherit;
  }
}
.footer_info--box a.tel:hover {
  color: #F4C61D;
}
.footer_info--box a.tel i {
  font-size: 0.6em;
}

.footer_menu--box {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .footer_menu--box {
    width: auto;
    padding-right: 10px;
    margin: 0 0 0 auto;
    align-self: end;
  }
}

ul.footer_menu--ul {
  font-size: 4vw;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 1.5em 0;
}
@media screen and (min-width: 600px) {
  ul.footer_menu--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.footer_menu--ul {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.footer_menu--ul {
    font-size: 14px;
    grid-template-columns: repeat(5, auto);
    gap: 0 30px;
  }
}
ul.footer_menu--ul li {
  list-style: none;
  width: -moz-max-content;
  width: max-content;
}
ul.footer_menu--ul li a {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff !important;
  display: inline-block;
  transition: all 0.2s;
}
ul.footer_menu--ul li a:hover {
  color: #F4C61D;
  border-bottom: 1px solid #F4C61D !important;
}

.footerbase {
  margin: 10% 0 0;
}
@media screen and (min-width: 600px) {
  .footerbase {
    margin: 6% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footerbase {
    margin: 4% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase {
    margin: 30px 0 0;
  }
}
.footerbase small {
  font-size: 2.8vw;
}
@media screen and (min-width: 600px) {
  .footerbase small {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) {
  .footerbase small {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */