@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

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

.entry-content p {
  margin: 0;
}

p:empty {
  display: none !important;
}

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: #EDEDED !important;
}

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

.header_sns--box {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header_sns--box {
    height: 60px;
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    position: fixed;
    right: 110px;
    top: 0;
    z-index: 1010;
    gap: 0 18px;
  }
}
.header_sns--box a {
  height: 25px;
}
.header_sns--box a:hover {
  opacity: 0.7;
}
.header_sns--box a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

button.header_menu--button {
  height: 60px;
  padding: 0;
  background-color: #000BA0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  aspect-ratio: 1;
}
button.header_menu--button span {
  width: 45%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
}
button.header_menu--button span:first-of-type {
  transform: translate(-50%, calc(-50% - 10px));
}
button.header_menu--button span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
}
button.header_menu--button span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 10px));
}
button.header_menu--button.open_menu span:first-of-type {
  transform: translate(-50%, -50%) rotate(40deg);
}
button.header_menu--button.open_menu span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
button.header_menu--button.open_menu span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-40deg);
}

nav.header_menu--nav {
  width: 100vw;
  height: 100svh;
  padding: 60px 0 50px;
  background-color: #EDEDED;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.4s;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav {
    padding: 120px 0 0;
  }
}
nav.header_menu--nav.open_menu {
  opacity: 1;
  z-index: 999;
}

ul.header_menu--ul {
  font-size: 3.8vw;
  margin-bottom: 2.5em;
  border-top: 1px solid #D0D0D0;
}
@media screen and (min-width: 600px) {
  ul.header_menu--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.header_menu--ul {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul {
    font-size: 18px;
    width: 800px;
    margin: 0 auto;
    border: none;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0 140px;
  }
}
ul.header_menu--ul li.header_menu--li {
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul li.header_menu--li {
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul li.header_menu--li:first-of-type {
    grid-row: span 6;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul li.header_menu--li:nth-of-type(2) {
    grid-row: span 5;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul li.header_menu--li:nth-of-type(3) {
    order: 4;
  }
}

.header_menu--titleBox {
  padding: 1.5em 0;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header_menu--titleBox {
    padding: 0;
    margin-bottom: 1.2em;
    border: none;
  }
}
.header_menu--titleBox a {
  color: #000BA0;
  font-weight: bold;
  margin-left: 2.5em;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .header_menu--titleBox a {
    margin-left: 7.5em;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--titleBox a {
    margin: 0;
  }
}
.header_menu--titleBox a:hover {
  opacity: 0.7;
}
.header_menu--titleBox button.header_menu--navButton {
  height: 100%;
  padding: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1.2/1;
}
@media screen and (min-width: 600px) {
  .header_menu--titleBox button.header_menu--navButton {
    right: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .header_menu--titleBox button.header_menu--navButton {
    right: 6.5em;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--titleBox button.header_menu--navButton {
    display: none;
  }
}
.header_menu--titleBox button.header_menu--navButton::before, .header_menu--titleBox button.header_menu--navButton::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #000BA0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.header_menu--titleBox button.header_menu--navButton::before {
  transform: translate(-50%, -50%);
}
.header_menu--titleBox button.header_menu--navButton::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.4s;
}
.header_menu--titleBox.active button.header_menu--navButton::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.header_menu--accordionBox {
  background-color: #EDEDED;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox {
    font-size: 16px;
    grid-template-rows: 1fr;
  }
}
.header_menu--accordionBox.active {
  grid-template-rows: 1fr;
}
.header_menu--accordionBox ul {
  width: 100%;
  padding: 0;
  margin-inline: auto;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul {
    background: none;
  }
}
.header_menu--accordionBox ul li {
  padding: 1.5em 0;
  list-style: none;
  border-bottom: 1px solid #D0D0D0;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul li {
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.header_menu--accordionBox ul li a {
  color: inherit;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-left: 2.5em;
  display: flex;
  position: relative;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .header_menu--accordionBox ul li a {
    margin-left: 7.5em;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--accordionBox ul li a {
    margin: 0;
  }
}
.header_menu--accordionBox ul li a:hover {
  opacity: 0.7;
}
.header_menu--accordionBox ul li a:before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #101010;
  display: inline-block;
}

.header_menu--snsBox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr 1fr;
  width: 80%;
  margin-inline: auto;
  gap: 0 9%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header_menu--snsBox {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu--snsBox {
    display: none;
  }
}

.page_animation {
  width: 100vw;
  height: 100vh;
  background-color: #EDEDED;
  opacity: 1;
  transform: scale(1);
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.8s 0.5s, transform 0.1s 1.3s;
  z-index: 2000;
  pointer-events: none;
}
.page_animation.loaded {
  opacity: 0;
  transform: scale(0);
}

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

.header_container {
  width: 100vw;
  height: 100svh;
  padding-top: 15%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_container {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .header_container {
    padding-top: 80px;
    max-height: 700px;
  }
}
.header_container .img {
  width: 83%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .header_container .img {
    width: 86%;
  }
}
.header_container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_container .text_box {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_container .text_box {
    width: 88%;
    margin-inline: auto;
  }
}
.header_container .text_box p {
  font-weight: bold;
}
.header_container .text_box p:first-of-type {
  font-size: 5.4vw;
  margin-bottom: 1.2em;
  display: grid;
}
@media screen and (min-width: 768px) {
  .header_container .text_box p:first-of-type {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .header_container .text_box p:first-of-type {
    font-size: 3.2vw;
    margin-bottom: 0.8em;
  }
}
.header_container .text_box p:first-of-type span {
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0.4em 1em 0.4em 5%;
  background-color: #fff;
}
.header_container .text_box p:first-of-type span:first-of-type {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1025px) {
  .header_container .text_box p:first-of-type span:first-of-type {
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .header_container .text_box p:first-of-type span {
    padding: 0.4em 1em 0.4em 3%;
  }
}
@media screen and (min-width: 1025px) {
  .header_container .text_box p:first-of-type span {
    padding: 0.5em;
  }
}
.header_container .text_box p:nth-of-type(2) {
  font-size: 4.8vw;
  padding: 0.5em 1em 0.5em 5%;
  background-color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header_container .text_box p:nth-of-type(2) {
    font-size: 2.8vw;
    padding: 0.5em 1em 0.5em 3%;
  }
}
@media screen and (min-width: 1025px) {
  .header_container .text_box p:nth-of-type(2) {
    font-size: 2.3vw;
    padding: 0.5em;
  }
}

h2.top_page--h2 {
  font-size: 7.2vw;
  color: #0000A0;
  position: relative;
}
@media screen and (min-width: 768px) {
  h2.top_page--h2 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_page--h2 {
    font-size: 42px;
  }
}
h2.top_page--h2 span {
  font-weight: bold;
}
h2.top_page--h2 span.ja {
  font-size: 0.5em;
}

.common_button {
  font-size: 4.6vw;
  width: 10.2em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .common_button {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    font-size: 17px;
  }
}
.common_button a {
  color: #000BA0;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_button a:hover {
  opacity: 0.7;
}

span.common_button--arrow {
  font-size: 4.6vw;
  width: 3em;
  border: 1px solid #000BA0;
  border-radius: 50%;
  display: block;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  span.common_button--arrow {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  span.common_button--arrow {
    font-size: 16px;
  }
}
span.common_button--arrow::before {
  content: "";
  width: 0.5em;
  border-top: 1px solid #000BA0;
  border-right: 1px solid #000BA0;
  position: absolute;
  left: calc(50% - 0.15em);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  aspect-ratio: 1;
}
span.common_button--arrow::after {
  content: "";
  width: 2.6em;
  height: 1px;
  background-color: #000BA0;
  position: absolute;
  right: 1.33em;
  top: 50%;
  transform: translate(0, -50%);
}

section.top_page--section.section01 {
  padding: 15% 0 20%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 60px 0 100px;
  }
}
section.top_page--section.section01 .section_container {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container {
    width: 90%;
    max-width: 1300px;
    margin-inline: auto;
    gap: 0 100px;
  }
}
section.top_page--section.section01 .section_container::before {
  content: "";
  width: 83vw;
  height: 95%;
  background-color: #0000A0;
  border-radius: 5px 0 0 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container::before {
    height: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container::before {
    width: 86vw;
    height: 80%;
    right: auto;
    left: 110px;
    bottom: 0;
  }
}
section.top_page--section.section01 .section_container h2.top_page--h2 {
  writing-mode: vertical-rl;
  display: flex;
  align-items: end;
  gap: 0 0.5em;
  transform: translate(0.5em, 0);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container h2.top_page--h2 {
    display: grid;
    transform: translate(1em, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2.top_page--h2 {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container h2.top_page--h2 span.eng {
    order: 1;
  }
}

ul.top_page_section01--ul {
  font-size: 5.4vw;
  width: 83%;
  padding-bottom: 2em;
  margin: 0 0 0 auto;
  display: grid;
  gap: 1.5em 0;
}
@media screen and (min-width: 768px) {
  ul.top_page_section01--ul {
    font-size: 3vw;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul {
    font-size: 28px;
    width: 87%;
    padding-bottom: 35px;
    margin: 0;
    display: flex;
    gap: 0 30px;
  }
}
ul.top_page_section01--ul li {
  width: 57%;
  margin-inline: auto;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.top_page_section01--ul li {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li {
    width: 100%;
    max-width: 230px;
  }
}
ul.top_page_section01--ul li .img {
  margin-bottom: 0.6em;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
ul.top_page_section01--ul li .img a img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
  aspect-ratio: 1;
}
ul.top_page_section01--ul li .img a:hover img {
  transform: scale(1.2);
}
ul.top_page_section01--ul li .img a p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
ul.top_page_section01--ul li .img a p br {
  display: block !important;
}
ul.top_page_section01--ul li .common_button a {
  color: #fff;
}
ul.top_page_section01--ul li .common_button a span.common_button--arrow {
  border: 1px solid #fff;
}
ul.top_page_section01--ul li .common_button a span.common_button--arrow::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
ul.top_page_section01--ul li .common_button a span.common_button--arrow::after {
  background-color: #fff;
}

section.top_page--section.section02 {
  padding: 0 0 15%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    padding: 0 0 80px;
  }
}
section.top_page--section.section02 .section_container {
  width: 80%;
  padding: 18% 8% 8%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container {
    width: 90%;
    padding: 10% 4% 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: auto 1fr;
    padding: 60px 35px;
  }
}
section.top_page--section.section02 .section_container .img_box {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: absolute;
  right: 20%;
  top: 0;
  transform: translate(0, -50%);
  gap: 0 7.5vw;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container .img_box {
    gap: 0 4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container .img_box {
    right: 50%;
    transform: translate(18%, -50%);
    gap: 0 45px;
  }
}
section.top_page--section.section02 .section_container .img_box .img {
  width: 14.5vw;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container .img_box .img {
    width: 8.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container .img_box .img {
    width: 85px;
  }
}
section.top_page--section.section02 .section_container .img_box .img:first-of-type {
  animation: rotate 15s -6s linear infinite;
}
section.top_page--section.section02 .section_container .img_box .img:nth-of-type(2) {
  animation: rotate 15s -6s linear infinite;
}
section.top_page--section.section02 .section_container .img_box .img:nth-of-type(3) {
  animation: rotate 15s -6s linear infinite;
}
section.top_page--section.section02 .section_container .img_box .img:nth-of-type(4) {
  animation: rotate 15s -6s linear infinite;
}
section.top_page--section.section02 .section_container .img_box .img:nth-of-type(5) {
  animation: rotate 15s -2s linear infinite;
}
section.top_page--section.section02 .section_container .img_box .img:nth-of-type(6) {
  animation: rotate 15s -1s linear infinite;
}
section.top_page--section.section02 .section_container .img_box .img:nth-of-type(7) {
  animation: rotate 15s linear infinite;
}
section.top_page--section.section02 .section_container h2.top_page--h2 {
  margin-bottom: 1.1em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2.top_page--h2 {
    margin-top: 0.5em;
  }
}
section.top_page--section.section02 .section_container h2.top_page--h2 span {
  display: block;
}
section.top_page--section.section02 .section_container h2.top_page--h2 span.eng {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container .common_button {
    margin: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.top_page_section02--ul {
  font-size: 3.2vw;
  width: 94%;
  margin: 0 auto 4em;
  display: grid;
  gap: 4em 0;
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul {
    font-size: 1.6vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul {
    font-size: 14px;
    margin: 0;
    grid-row: span 2;
    gap: 0 20px;
  }
}
ul.top_page_section02--ul li {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
}
ul.top_page_section02--ul li .thumbnail {
  grid-column: span 2;
}
ul.top_page_section02--ul li .thumbnail a:hover {
  opacity: 0.7;
}
ul.top_page_section02--ul li .thumbnail a img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.45/1;
}
ul.top_page_section02--ul li span {
  font-weight: bold;
  display: inline-block;
}
ul.top_page_section02--ul li span.date {
  font-size: 1.2em;
  align-self: center;
}
ul.top_page_section02--ul li span.category {
  color: #fff;
  padding: 0.3em 0.6em;
  background-color: #000BA0;
  justify-self: left;
}
ul.top_page_section02--ul li a {
  color: inherit;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  grid-column: span 2;
}
ul.top_page_section02--ul li a:hover {
  opacity: 0.7;
}

section.top_page--section.section03 {
  padding: 0 0 15%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container {
    width: 90%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container {
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
  }
}
section.top_page--section.section03 .section_container h2 {
  font-size: 5.4vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 {
    font-size: 3.2vw;
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 {
    font-size: 32px;
  }
}
section.top_page--section.section03 .section_container h2 span {
  font-weight: bold;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.4em 0.5em 0.4em 0.8em;
  background-color: #fff;
  display: block;
}
section.top_page--section.section03 .section_container h2 span:first-of-type {
  margin-bottom: 0.3em;
}
section.top_page--section.section03 .section_container .text_box {
  font-size: 4vw;
  width: 80%;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .text_box {
    font-size: 2vw;
    width: 100%;
    margin: 0;
    order: 3;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .text_box {
    font-size: 18px;
  }
}
section.top_page--section.section03 .section_container .text_box p {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .text_box p {
    line-height: 1.8;
  }
}
section.top_page--section.section03 .section_container .img {
  width: 84%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container .img {
    width: 90%;
    margin: 0 0 0 auto;
    align-self: center;
    grid-row: span 2;
    order: 2;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container .img {
    width: 75%;
    margin: 0 60px 0 auto;
  }
}

dl.top_page_section03--dl {
  font-size: 4.8vw;
  width: 80%;
  margin-inline: auto;
  display: grid;
  gap: 2em 0;
}
@media screen and (min-width: 768px) {
  dl.top_page_section03--dl {
    font-size: 2.7vw;
    width: 100%;
    margin-top: 3em;
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    order: 4;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section03--dl {
    font-size: 25px;
    margin-top: 90px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
dl.top_page_section03--dl div dt {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 2px solid #D0D0D0;
}
dl.top_page_section03--dl div dd {
  font-size: 4.3vw;
}
@media screen and (min-width: 768px) {
  dl.top_page_section03--dl div dd {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section03--dl div dd {
    font-size: 20px;
  }
}
dl.top_page_section03--dl div dd ul {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section03--dl div dd ul {
    width: 100%;
  }
}
dl.top_page_section03--dl div dd ul li {
  font-weight: bold;
  line-height: 1.8;
  list-style: none;
  position: relative;
}
dl.top_page_section03--dl div dd ul li::before {
  content: "●";
  color: #0000A0;
  margin-right: 0.8em;
}

section.top_page--section.section04 {
  padding: 10% 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 {
    padding: 60px 0;
  }
}
section.top_page--section.section04 .section_container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .section_container {
    width: 82%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .section_container {
    width: calc(90% - 70px);
    max-width: 1130px;
  }
}
section.top_page--section.section04 .section_container h2 {
  margin-bottom: 1em;
}
section.top_page--section.section04 .section_container h2 span {
  display: block;
}
section.top_page--section.section04 .section_container h2 span.eng {
  margin-bottom: 0.3em;
}
section.top_page--section.section04 .section_container h2 span.ja {
  font-size: 0.6em;
  line-height: 1.6;
}
section.top_page--section.section04 .section_container h2 span br {
  display: block !important;
}

ul.top_page_section04--ul li {
  list-style: none;
}
ul.top_page_section04--ul li iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

section.top_page--section.section05 {
  padding: 10% 0 12%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section05 {
    padding: 7% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section05 {
    padding: 60px 0 70px;
  }
}
section.top_page--section.section05 .section_container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section05 .section_container {
    width: 82%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section05 .section_container {
    width: calc(90% - 70px);
    max-width: 1130px;
  }
}
section.top_page--section.section05 .section_container h2 {
  margin-bottom: 1em;
}
section.top_page--section.section05 .section_container h2 span {
  display: block;
}
section.top_page--section.section05 .section_container h2 span.eng {
  margin-bottom: 0.3em;
}
section.top_page--section.section05 .section_container h2 span.ja {
  font-size: 0.6em;
}

section.top_page--section.section06 {
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 {
    padding: 0 0 80px;
  }
}
section.top_page--section.section06 .section_container {
  width: 80%;
  padding: 0 8% 90%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container {
    width: 90%;
    padding: 0 4% 4%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container {
    max-width: 1200px;
    padding: 40px 35px;
  }
}
section.top_page--section.section06 .section_container h2 {
  margin-bottom: 1em;
  transform: translate(0, -25%);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container h2 {
    margin: 0;
    grid-column: span 2;
    order: 1;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container h2 {
    position: absolute;
    transform: translate(0, calc(-30% - 40px));
  }
}
section.top_page--section.section06 .section_container h2 span {
  display: block;
}
section.top_page--section.section06 .section_container h2 span.eng {
  margin-bottom: 0.3em;
}
section.top_page--section.section06 .section_container .text_box {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container .text_box {
    order: 3;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .text_box {
    margin: 0 auto 3em;
  }
}
section.top_page--section.section06 .section_container .text_box p {
  color: #000BA0;
  font-weight: bold;
}
section.top_page--section.section06 .section_container .text_box p.large {
  font-size: 5.4vw;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container .text_box p.large {
    font-size: 3.2vw;
    margin-left: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .text_box p.large {
    font-size: 32px;
  }
}
section.top_page--section.section06 .section_container .text_box p.small {
  font-size: 3.8vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container .text_box p.small {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .text_box p.small {
    font-size: 16px;
  }
}
section.top_page--section.section06 .section_container .text_box p br {
  display: block !important;
}
section.top_page--section.section06 .section_container .common_button {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container .common_button {
    margin: 0;
    order: 4;
  }
}
section.top_page--section.section06 .section_container .img_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -15%);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container .img_box {
    position: relative;
    left: auto;
    transform: translate(0, 0);
    grid-row: span 2;
    order: 2;
  }
}
section.top_page--section.section06 .section_container .img_box .img:first-of-type {
  width: 72%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .img_box .img:first-of-type {
    width: 62%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .img_box .img:first-of-type img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.8/1;
  }
}
section.top_page--section.section06 .section_container .img_box .img:nth-of-type(2) {
  width: 57%;
  transform: translate(0, -20%);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container .img_box .img:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .img_box .img:nth-of-type(2) {
    width: 43%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container .img_box .img:nth-of-type(2) img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.7/1;
  }
}

.page_header {
  position: relative;
}

h1.page_title {
  width: 88%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  h1.page_title {
    max-width: 1100px;
  }
}
h1.page_title span {
  color: #000BA0;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}
h1.page_title span.eng {
  font-size: 7.2vw;
  margin: 2.2em 0 1em;
}
@media screen and (min-width: 768px) {
  h1.page_title span.eng {
    font-size: 4.2vw;
    margin: 2.5em 0 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title span.eng {
    font-size: 42px;
  }
}
h1.page_title span.eng br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  h1.page_title span.eng br {
    display: none !important;
  }
}
h1.page_title span.ja {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  h1.page_title span.ja {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title span.ja {
    font-size: 20px;
  }
}

.page_header--img {
  width: 83%;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 768px) {
  .page_header--img {
    width: 65%;
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_header--img {
    width: 50%;
    height: 260px;
    aspect-ratio: auto;
  }
}
.page_header--img::before, .page_header--img::after {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: pre;
  position: absolute;
  width: 88vw;
  right: 6vw;
  top: 0;
  transform: translate(0, 0);
  z-index: 1;
}
.page_header--img::before {
  font-size: 7.2vw;
  margin: 2.2em 0 1em;
}
@media screen and (min-width: 768px) {
  .page_header--img::before {
    font-size: 4.2vw;
    margin: 2.5em 0 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_header--img::before {
    display: none;
  }
}
.page_header--img::after {
  font-size: 4.8vw;
  margin-top: 6.3em;
}
@media screen and (min-width: 768px) {
  .page_header--img::after {
    font-size: 2.4vw;
    margin-top: 7em;
  }
}
@media screen and (min-width: 1025px) {
  .page_header--img::after {
    display: none;
  }
}
.page_header--img .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
  position: relative;
}
.page_header--img .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
}

nav.page_nav {
  width: 88%;
  padding: 10% 0 14%;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  nav.page_nav {
    padding: 6% 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav {
    max-width: 1100px;
    padding: 60px 0 90px;
  }
}
nav.page_nav ul {
  font-size: 3.5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul {
    font-size: 1.9vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul {
    font-size: 16px;
  }
}
nav.page_nav ul li {
  text-align: center;
  list-style: none;
  background-color: #000BA0;
  border-radius: 4em;
  position: relative;
  transition: all 0.2s;
}
nav.page_nav ul li a {
  text-align: left;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  height: 3.6em;
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul li a {
    min-width: 13em;
    height: 3em;
    padding: 0 4.5em 0 2em;
  }
}
nav.page_nav ul li a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translate(0, -50%);
}
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 {
  color: #0000A0;
  font-size: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  h2.page_h2 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 {
    font-size: 22px;
  }
}
h2.page_h2 span {
  font-weight: bold;
  display: block;
}
h2.page_h2 span.large {
  font-size: 6.7vw;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  h2.page_h2 span.large {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 span.large {
    font-size: 44px;
  }
}
h2.page_h2 span.small {
  letter-spacing: 0;
  line-height: 1.6;
}
h2.page_h2 span br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  h2.page_h2 span br {
    display: none !important;
  }
}
h2.page_h2 span br.br_pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  h2.page_h2 span br.br_pc {
    display: block !important;
  }
}

.page_header.page_vehicle_inspection .page_header--img::before {
  content: "Vehicle \ainspection";
}
@media screen and (min-width: 768px) {
  .page_header.page_vehicle_inspection .page_header--img::before {
    content: "Vehicle inspection";
  }
}
.page_header.page_vehicle_inspection .page_header--img::after {
  content: "車検";
}

.page_vehicle_inspection--section.section01 {
  padding-bottom: 22%;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section01 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section01 {
    padding-bottom: 100px;
  }
}
.page_vehicle_inspection--section.section01 .section_container {
  width: 80%;
  padding-top: 8%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section01 .section_container {
    width: 90%;
    padding-top: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section01 .section_container {
    max-width: 1200px;
    padding: 60px 70px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.page_vehicle_inspection--section.section01 .section_container h2 {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3em 0.5em;
  margin: 0 0 0.8em 5%;
  background-color: #000BA0;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section01 .section_container h2 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section01 .section_container h2 {
    font-size: 30px;
    padding: 0.5em 0.8em;
    margin: 0 0 1.2em;
  }
}

.page_vehicle_inspection_section--textBox {
  font-size: 4vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--textBox {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--textBox {
    font-size: 21px;
    margin: 0 0 80px;
    order: 3;
  }
}
.page_vehicle_inspection_section--textBox p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--textBox p {
    line-height: 1.8;
  }
}
.page_vehicle_inspection_section--textBox p span {
  font-weight: bold;
  text-decoration: underline;
}
.page_vehicle_inspection_section--textBox ul {
  font-size: 3.7vw;
  margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--textBox ul {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--textBox ul {
    font-size: 23px;
  }
}
.page_vehicle_inspection_section--textBox ul li {
  color: #000BA0;
  font-weight: bold;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.page_vehicle_inspection_section--textBox ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.page_vehicle_inspection_section--textBox ul li::before {
  content: "\f00c";
  font-size: 0.8em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 1.5em;
  margin-right: 0.5em;
  border: 1px solid #000BA0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1;
}
.page_vehicle_inspection_section--textBox ul li span {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--textBox ul li span {
    font-size: 1.3em;
  }
}

.page_vehicle_inspection_section--img {
  width: 90%;
  margin: 0 auto 15%;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--img {
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--img {
    width: 100%;
    margin: 0;
    order: 2;
    grid-row: span 2;
  }
}

.page_vehicle_inspection_section--circleBox {
  text-align: center;
  padding: 15% 0 10%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox {
    padding: 9% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--circleBox {
    padding: 80px 0 55px;
    order: 4;
    grid-column: span 2;
  }
}
.page_vehicle_inspection_section--circleBox::before {
  content: "";
  height: 150%;
  background-color: #000BA0;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox::before {
    height: 200%;
  }
}
.page_vehicle_inspection_section--circleBox h3 {
  color: #fff;
  font-size: 3.8vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox h3 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--circleBox h3 {
    font-size: 21px;
  }
}
.page_vehicle_inspection_section--circleBox h3::before, .page_vehicle_inspection_section--circleBox h3::after {
  content: "";
  width: 2px;
  height: 3em;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.page_vehicle_inspection_section--circleBox h3::before {
  left: 0;
  transform: translate(-1em, -50%) rotate(-25deg);
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox h3::before {
    transform: translate(-1.5em, -50%) rotate(-25deg);
  }
}
.page_vehicle_inspection_section--circleBox h3::after {
  right: 0;
  transform: translate(1em, -50%) rotate(25deg);
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox h3::after {
    transform: translate(1.5em, -50%) rotate(25deg);
  }
}
.page_vehicle_inspection_section--circleBox h3 span {
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
.page_vehicle_inspection_section--circleBox h3 span:first-of-type {
  letter-spacing: 0.05em;
}
.page_vehicle_inspection_section--circleBox h3 span:nth-of-type(2) {
  letter-spacing: 0.15em;
  font-size: 4.6vw;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox h3 span:nth-of-type(2) {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--circleBox h3 span:nth-of-type(2) {
    font-size: 30px;
  }
}
.page_vehicle_inspection_section--circleBox ul {
  font-size: 3.5vw;
  width: 85%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox ul {
    text-align: left;
    font-size: 2vw;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection_section--circleBox ul {
    font-size: 22px;
  }
}
.page_vehicle_inspection_section--circleBox ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox ul li {
    gap: 0 1.5em;
  }
}
.page_vehicle_inspection_section--circleBox ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page_vehicle_inspection_section--circleBox ul li p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox ul li p {
    width: -moz-max-content;
    width: max-content;
    padding: 0;
  }
}
.page_vehicle_inspection_section--circleBox ul li p span {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}
.page_vehicle_inspection_section--circleBox ul li p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox ul li p br.br_sp {
    display: none !important;
  }
}
.page_vehicle_inspection_section--circleBox ul li .img {
  width: 2.6em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection_section--circleBox ul li .img {
    width: 3.3em;
  }
}

section.page_vehicle_inspection--section.table_section {
  padding-bottom: 15%;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  section.page_vehicle_inspection--section.table_section {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_vehicle_inspection--section.table_section {
    padding-bottom: 80px;
  }
}
section.page_vehicle_inspection--section.table_section .section_container {
  width: 80%;
  padding-bottom: 6%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  section.page_vehicle_inspection--section.table_section .section_container {
    width: 90%;
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_vehicle_inspection--section.table_section .section_container {
    max-width: 1200px;
    padding-bottom: 35px;
  }
}
section.page_vehicle_inspection--section.table_section .section_container h2.page_h2 {
  width: 80%;
  margin: 0 auto 1em;
  transform: translate(0, -0.6em);
}
@media screen and (min-width: 768px) {
  section.page_vehicle_inspection--section.table_section .section_container h2.page_h2 {
    width: 90%;
    transform: translate(0, -0.8em);
  }
}
@media screen and (min-width: 1025px) {
  section.page_vehicle_inspection--section.table_section .section_container h2.page_h2 {
    width: 94%;
  }
}

.page_vehicle_inspection--tableBox {
  font-size: 4vw;
  width: 90%;
  margin: 0 0 2em auto;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--tableBox {
    font-size: 2vw;
    width: 95%;
    margin: 0 0 1.5em auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--tableBox {
    font-size: 18px;
    width: 94%;
    margin-inline: auto;
    overflow: clip;
  }
}
.page_vehicle_inspection--tableBox table td, .page_vehicle_inspection--tableBox table th {
  font-weight: bold;
  padding: 0.6em;
  border: 1px solid #fff;
}
.page_vehicle_inspection--tableBox table tr {
  display: grid;
}
.page_vehicle_inspection--tableBox.table01 table tr {
  grid-template-columns: 15em repeat(5, 9em);
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--tableBox.table01 table tr {
    grid-template-columns: 1fr repeat(5, 9.5em);
  }
}
.page_vehicle_inspection--tableBox.table02 table tr {
  grid-template-columns: 15em repeat(4, 9em);
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--tableBox.table02 table tr {
    grid-template-columns: 1fr repeat(4, 11.5em);
  }
}
.page_vehicle_inspection--tableBox table {
  margin: 0;
}
.page_vehicle_inspection--tableBox table thead tr th {
  text-align: center;
  background-color: #EDEDED;
}
.page_vehicle_inspection--tableBox table thead tr td {
  background-color: #EDEDED;
}
.page_vehicle_inspection--tableBox table tbody tr th {
  font-size: 1.2em;
  padding: 1.4em 1.2em;
  background-color: #EDEDED;
}
.page_vehicle_inspection--tableBox table tbody tr td {
  text-align: center;
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_vehicle_inspection--tableBox table tfoot tr th {
  font-size: 1.2em;
  padding: 1.4em 1em;
  background-color: #CBCDF2;
}
.page_vehicle_inspection--tableBox table tfoot tr td {
  background-color: #CBCDF2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_vehicle_inspection--tableTextBox {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--tableTextBox {
    width: 86%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--tableTextBox {
    width: 90%;
  }
}
.page_vehicle_inspection--tableTextBox p.fw_bold {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--tableTextBox p.fw_bold {
    font-size: 2vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--tableTextBox p.fw_bold {
    font-size: 18px;
  }
}
.page_vehicle_inspection--tableTextBox p.fw_bold.space {
  margin-bottom: 1.5em;
}
.page_vehicle_inspection--tableTextBox p.fw_normal {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--tableTextBox p.fw_normal {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--tableTextBox p.fw_normal {
    font-size: 14px;
  }
}
.page_vehicle_inspection--tableTextBox p.fw_normal:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.page_vehicle_inspection--section.section06 {
  padding-bottom: 15%;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section06 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section06 {
    padding-bottom: 100px;
  }
}
.page_vehicle_inspection--section.section06 .section_container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section06 .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section06 .section_container {
    max-width: 1200px;
  }
}
.page_vehicle_inspection--section.section06 .section_container h2.page_h2 {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section06 .section_container h2.page_h2 {
    margin-bottom: 0.6em;
    display: flex;
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section06 .section_container h2.page_h2 {
    gap: 0 3em;
  }
}
.page_vehicle_inspection--section.section06 .section_container h2.page_h2 span.large {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #0000A0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section06 .section_container h2.page_h2 span.large {
    margin: 0;
  }
}
.page_vehicle_inspection--section.section06 .section_container h2.page_h2 span.small {
  font-size: 5.4vw;
}
@media screen and (min-width: 768px) {
  .page_vehicle_inspection--section.section06 .section_container h2.page_h2 span.small {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_vehicle_inspection--section.section06 .section_container h2.page_h2 span.small {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl {
    width: 97%;
    margin: 0 0 0 auto;
  }
}
dl.page_vehicle_inspection_section06--dl > div {
  padding-bottom: 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div {
    padding: 0;
  }
}
dl.page_vehicle_inspection_section06--dl > div:not(:last-of-type) {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div:not(:last-of-type) {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
dl.page_vehicle_inspection_section06--dl > div::before {
  content: "";
  width: 100%;
  height: calc(100% - 8em);
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div::before {
    content: none;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dt {
  font-size: 4.8vw;
  padding: 0.6em 0.8em;
  width: -moz-max-content;
  width: max-content;
  background-color: #000BA0;
  display: flex;
  gap: 0 0.5em;
  transform: translate(0, 50%);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div > dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dt {
    font-size: 22px;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dt span {
  color: #fff;
  font-weight: bold;
}
dl.page_vehicle_inspection_section06--dl > div > dd {
  font-size: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div > dd {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dd {
    font-size: 18px;
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: start;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dd .img {
  width: 85%;
  margin: 0 auto 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .img {
    margin: 0 auto 4%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .img {
    width: 100%;
    margin: 0;
    transform: translate(35px, 0);
    z-index: 1;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dd .img img {
  border-radius: 5px;
}
dl.page_vehicle_inspection_section06--dl > div > dd .text_box {
  width: 87%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box {
    width: 100%;
    padding: 40px 90px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dd .text_box p {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box p {
    line-height: 1.6;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl {
  color: #fff;
  font-size: 4.3vw;
  padding: 1.5em 2em;
  margin: 2em auto 0;
  background-color: #000BA0;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl {
    font-size: 19px;
    width: 23em;
    margin: 1.5em 0 0;
    padding: 1.5em 4em;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl dt {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl > div {
    display: flex;
    justify-content: center;
    gap: 0 3em;
  }
}
dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl > div dd {
  font-weight: bold;
}
dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl > div dd:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.page_vehicle_inspection_section06--dl > div > dd .text_box dl > div dd:not(:last-of-type) {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  nav.page_nav.page_maintenance--nav {
    margin-bottom: 80px;
  }
}

.page_header.page_maintenance .page_header--img::before {
  content: "Maintenance";
}
.page_header.page_maintenance .page_header--img::after {
  content: "メンテナンス";
}

section.page_maintenance--section.table_section {
  padding-bottom: 15%;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  section.page_maintenance--section.table_section {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maintenance--section.table_section {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maintenance--section.table_section.section04 {
    padding-bottom: 80px;
  }
}
section.page_maintenance--section.table_section .section_container {
  width: 80%;
  padding-bottom: 6%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.page_maintenance--section.table_section .section_container {
    width: 90%;
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maintenance--section.table_section .section_container {
    max-width: 1200px;
    padding-bottom: 35px;
  }
}
section.page_maintenance--section.table_section .section_container h2.page_h2 {
  width: 80%;
  margin: 0 auto 1em;
  transform: translate(0, -0.6em);
}
@media screen and (min-width: 768px) {
  section.page_maintenance--section.table_section .section_container h2.page_h2 {
    width: 90%;
    transform: translate(0, -0.8em);
  }
}
@media screen and (min-width: 1025px) {
  section.page_maintenance--section.table_section .section_container h2.page_h2 {
    width: 94%;
  }
}
section.page_maintenance--section.table_section .section_container .img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_maintenance--section.table_section .section_container .img {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maintenance--section.table_section .section_container .img {
    width: 28%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-40px, -50%);
  }
}
section.page_maintenance--section.table_section .section_container .img img {
  border-radius: 5px;
}
section.page_maintenance--section.table_section .section_container p {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  width: 85%;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  section.page_maintenance--section.table_section .section_container p {
    font-size: 2vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_maintenance--section.table_section .section_container p {
    font-size: 18px;
    width: 94%;
    margin: 0 auto 3.5em;
  }
}
section.page_maintenance--section.table_section .section_container p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_maintenance--section.table_section .section_container p br {
    display: none !important;
  }
}

dl.page_maintenance--dl {
  font-size: 4vw;
  width: 85%;
  margin: 0 auto 2em;
  display: grid;
  gap: 2em 0;
}
@media screen and (min-width: 768px) {
  dl.page_maintenance--dl {
    font-size: 2vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_maintenance--dl {
    font-size: 18px;
    width: 94%;
    margin: 0 auto 3em;
    grid-template-columns: 1fr 1fr;
    gap: 50px 150px;
  }
}
dl.page_maintenance--dl div dt {
  font-size: 1.15em;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  position: relative;
}
dl.page_maintenance--dl div dt::before {
  content: "";
  width: 105%;
  height: 1px;
  background-color: #D0D0D0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  dl.page_maintenance--dl div dt::before {
    width: 100%;
  }
}
dl.page_maintenance--dl div dd {
  font-weight: 500;
}
dl.page_maintenance--dl div dd ul {
  list-style: none;
}
dl.page_maintenance--dl div dd ul li {
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
dl.page_maintenance--dl div dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.page_maintenance--tableBox {
  font-size: 4vw;
  width: 90%;
  margin: 0 0 0 auto;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .page_maintenance--tableBox {
    font-size: 2vw;
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .page_maintenance--tableBox {
    font-size: 18px;
    width: 94%;
    margin-inline: auto;
    overflow: clip;
  }
}
.page_maintenance--tableBox table td, .page_maintenance--tableBox table th {
  font-weight: bold;
  padding: 0.6em;
  border: 1px solid #fff;
}
.page_maintenance--tableBox table tr {
  display: grid;
}
.page_maintenance--tableBox.table01 table tr {
  grid-template-columns: 15em repeat(5, 9em);
}
@media screen and (min-width: 1025px) {
  .page_maintenance--tableBox.table01 table tr {
    grid-template-columns: 1fr repeat(5, 9.5em);
  }
}
.page_maintenance--tableBox.table02 table tr {
  grid-template-columns: 15em repeat(4, 9em);
}
@media screen and (min-width: 1025px) {
  .page_maintenance--tableBox.table02 table tr {
    grid-template-columns: 1fr repeat(4, 11.5em);
  }
}
.page_maintenance--tableBox table {
  margin: 0;
}
.page_maintenance--tableBox table thead tr th {
  text-align: center;
  background-color: #EDEDED;
}
.page_maintenance--tableBox table thead tr td {
  background-color: #EDEDED;
}
.page_maintenance--tableBox table tbody tr th {
  font-size: 1.2em;
  padding: 1.4em 1.2em;
  background-color: #EDEDED;
}
.page_maintenance--tableBox table tbody tr td {
  text-align: center;
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_maintenance--tableBox table tfoot tr th {
  font-size: 1.2em;
  padding: 1.4em 1em;
  background-color: #CBCDF2;
}
.page_maintenance--tableBox table tfoot tr td {
  background-color: #CBCDF2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_maintenance--tableTextBox {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_maintenance--tableTextBox {
    width: 86%;
  }
}
@media screen and (min-width: 1025px) {
  .page_maintenance--tableTextBox {
    width: 90%;
  }
}
.page_maintenance--tableTextBox p.fw_bold {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_maintenance--tableTextBox p.fw_bold {
    font-size: 2vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_maintenance--tableTextBox p.fw_bold {
    font-size: 18px;
  }
}
.page_maintenance--tableTextBox p.fw_bold.space {
  margin-bottom: 1.5em;
}
.page_maintenance--tableTextBox p.fw_normal {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_maintenance--tableTextBox p.fw_normal {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_maintenance--tableTextBox p.fw_normal {
    font-size: 14px;
  }
}
.page_maintenance--tableTextBox p.fw_normal:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.page_header.page_repair .page_header--img::before {
  content: "Repair,Coating";
}
.page_header.page_repair .page_header--img::after {
  content: "修理・ボディコート";
}

section.page_repair--section {
  padding-bottom: 15%;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  section.page_repair--section {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_repair--section {
    padding-bottom: 80px;
  }
}
section.page_repair--section .section_container {
  width: 80%;
  padding-bottom: 6%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  section.page_repair--section .section_container {
    width: 90%;
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_repair--section .section_container {
    max-width: 1200px;
    padding-bottom: 45px;
  }
}
section.page_repair--section .section_container h2.page_h2 {
  width: 80%;
  margin: 0 auto 1em;
  transform: translate(0, -0.6em);
}
@media screen and (min-width: 768px) {
  section.page_repair--section .section_container h2.page_h2 {
    width: 90%;
    transform: translate(0, -0.8em);
  }
}
@media screen and (min-width: 1025px) {
  section.page_repair--section .section_container h2.page_h2 {
    width: 94%;
  }
}
section.page_repair--section .section_container h2.page_h2 span br {
  display: block !important;
}
section.page_repair--section .section_container > .dl_box > h3 {
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  width: 87%;
  padding: 0.7em 0;
  margin: 0 auto 1em;
  background-color: #000BA0;
}
@media screen and (min-width: 768px) {
  section.page_repair--section .section_container > .dl_box > h3 {
    font-size: 2.9vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_repair--section .section_container > .dl_box > h3 {
    font-size: 30px;
    width: 94%;
    padding: 0.5em 0;
    margin: 0 auto 1.5em;
  }
}

dl.page_repair_section01--dl {
  font-size: 5.1vw;
  width: 84%;
  margin-inline: auto;
  display: grid;
  gap: 1.5em 0;
}
@media screen and (min-width: 768px) {
  dl.page_repair_section01--dl {
    font-size: 2.5vw;
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_repair_section01--dl {
    font-size: 22px;
    width: 94%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
dl.page_repair_section01--dl div dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
dl.page_repair_section01--dl div dd img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}

section.page_repair--section.section02 .section_container > .img {
  width: 63%;
  margin: 0 auto 15%;
  border: 1px solid #707070;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.page_repair--section.section02 .section_container > .img {
    width: 25%;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_repair--section.section02 .section_container > .img {
    width: 20%;
    margin: 0 auto 50px;
  }
}
section.page_repair--section.section02 .section_container > .img:hover {
  opacity: 0.7;
}

.lum-lightbox-position-helper {
  max-width: 85vw;
  max-height: 80vh;
  margin: 75px auto 0;
}

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

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

dl.page_repair_section02--dl {
  font-size: 4vw;
  width: 87%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  dl.page_repair_section02--dl {
    font-size: 2vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_repair_section02--dl {
    font-size: 18px;
    width: 94%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_repair_section02--dl > div:first-of-type {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 50px;
  }
}
dl.page_repair_section02--dl > div:not(:last-of-type) {
  margin-bottom: 4em;
}
dl.page_repair_section02--dl > div > dt {
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 2em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_repair_section02--dl > div > dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_repair_section02--dl > div > dt {
    font-size: 22px;
  }
}
dl.page_repair_section02--dl > div > dt > span {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  width: 1.7em;
  padding-top: 0.1em;
  background-color: #000BA0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1;
}
dl.page_repair_section02--dl > div > dt br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  dl.page_repair_section02--dl > div > dt br {
    display: none !important;
  }
}
dl.page_repair_section02--dl > div:not(:first-of-type) dt {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D0D0D0;
}
dl.page_repair_section02--dl > div:first-of-type > dd:first-of-type {
  padding-bottom: 1em;
}
dl.page_repair_section02--dl > div:first-of-type > dd:nth-of-type(2) {
  border-top: 1px solid #D0D0D0;
}
@media screen and (min-width: 1025px) {
  dl.page_repair_section02--dl > div:first-of-type > dd:nth-of-type(2) {
    grid-column: span 2;
  }
}
dl.page_repair_section02--dl > div > dd p {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  dl.page_repair_section02--dl > div > dd p {
    line-height: 1.6;
  }
}
dl.page_repair_section02--dl > div > dd p.fw_bold {
  font-weight: bold;
  margin-bottom: 0.5em;
}
dl.page_repair_section02--dl > div > dd p.space {
  margin-bottom: 1.2em;
}

.page_repair_section02--dlBox {
  padding-top: 2em;
}
.page_repair_section02--dlBox h3 {
  color: #000BA0;
  font-size: 5.1vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  border-bottom: 1px solid #000BA0;
  display: block;
}
@media screen and (min-width: 768px) {
  .page_repair_section02--dlBox h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--dlBox h3 {
    font-size: 28px;
  }
}
.page_repair_section02--dlBox dl div {
  position: relative;
}
.page_repair_section02--dlBox dl div:not(:last-of-type) {
  margin-bottom: 3em;
}
.page_repair_section02--dlBox dl div dt {
  color: #000BA0;
  font-size: 4.6vw;
  font-weight: bold;
  padding-left: 1.2em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_repair_section02--dlBox dl div dt {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--dlBox dl div dt {
    font-size: 24px;
    padding-left: 1.4em;
  }
}
.page_repair_section02--dlBox dl div dt::before {
  content: "\f00c";
  font-size: 0.6em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 1.5em;
  margin-right: 0.5em;
  border: 1px solid #000BA0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--dlBox dl div dt::before {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--dlBox dl div dd:has(.img) .text_box {
    width: 68%;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--dlBox dl div dd .img {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.page_repair_section02--dlBox dl div dd .text_box {
  margin-bottom: 1.5em;
}
.page_repair_section02--dlBox dl div dd .text_box p {
  font-weight: 500;
  line-height: 1.6;
}

.page_repair_section02--ulBox {
  width: 87%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_repair_section02--ulBox {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--ulBox {
    width: 94%;
  }
}
.page_repair_section02--ulBox h3 {
  color: #000BA0;
  font-size: 4.6vw;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_repair_section02--ulBox h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--ulBox h3 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1025px) {
  .page_repair_section02--ulBox .img {
    width: 40%;
    position: absolute;
    right: 0;
    top: -40px;
  }
}

ul.page_repair_section02--ul {
  font-size: 4.6vw;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  ul.page_repair_section02--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_repair_section02--ul {
    font-size: 23px;
    margin: 0;
  }
}
ul.page_repair_section02--ul li {
  color: #000BA0;
  font-weight: bold;
  line-height: 1.4;
  list-style: none;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.page_repair_section02--ul li {
    padding-left: 1.5em;
  }
}
ul.page_repair_section02--ul li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
ul.page_repair_section02--ul li::before {
  content: "\f00c";
  font-size: 0.6em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 1.5em;
  margin-right: 0.5em;
  border: 1px solid #000BA0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0.2em);
  aspect-ratio: 1;
}

.page_header.page_sales {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.page_sales {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_sales {
    margin-bottom: 80px;
  }
}
.page_header.page_sales .page_header--img::before {
  content: "Car sales";
}
.page_header.page_sales .page_header--img::after {
  content: "自動車販売";
}

section.page_sales--section {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_sales--section {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_sales--section {
    padding-bottom: 80px;
  }
}
section.page_sales--section .section_container {
  width: 80%;
  padding: 8% 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.page_sales--section .section_container {
    width: 90%;
    display: grid;
    grid-template: auto 1fr/1.1fr 1fr;
    padding: 5% 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_sales--section .section_container {
    max-width: 1200px;
    padding: 50px 60px;
    display: grid;
    grid-template: auto 1fr/1fr 1fr;
  }
}
section.page_sales--section .section_container h2 {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3em 0.5em;
  margin: 0 auto 0.8em 5%;
  background-color: #000BA0;
}
@media screen and (min-width: 768px) {
  section.page_sales--section .section_container h2 {
    font-size: 2.9vw;
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_sales--section .section_container h2 {
    font-size: 30px;
    padding: 0.5em 0.8em;
    margin: 0 0 1.2em;
  }
}
section.page_sales--section .section_container .text_box {
  font-size: 4vw;
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  section.page_sales--section .section_container .text_box {
    font-size: 2.2vw;
    margin: 0;
    order: 3;
  }
}
@media screen and (min-width: 1025px) {
  section.page_sales--section .section_container .text_box {
    font-size: 20px;
  }
}
section.page_sales--section .section_container .text_box p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  section.page_sales--section .section_container .text_box p {
    line-height: 1.8;
  }
}
section.page_sales--section .section_container .text_box p br {
  display: block !important;
}
section.page_sales--section .section_container .img {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.page_sales--section .section_container .img {
    width: 100%;
    grid-row: span 2;
  }
}
section.page_sales--section .section_container .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/1;
}

.page_header.page_store {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.page_store {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_store {
    margin-bottom: 80px;
  }
}
.page_header.page_store .page_header--img::before {
  content: "Store information";
}
.page_header.page_store .page_header--img::after {
  content: "店舗情報";
}

.page_store--contents {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page_store--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_store--contents {
    padding-bottom: 80px;
  }
}
.page_store--contents .contents_container {
  font-size: 4vw;
  width: 80%;
  padding: 1.5em 1em;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container {
    font-size: 2vw;
    width: 90%;
    padding: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container {
    font-size: 18px;
    max-width: 1200px;
    padding: 2em;
    grid-template-columns: 1.2fr 1fr;
  }
}
.page_store--contents .contents_container > .img {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container > .img {
    margin-bottom: 2.5em;
    grid-column: span 2;
  }
}
.page_store--contents .contents_container > .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.3/1;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container > .img img {
    aspect-ratio: 3.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container > .img img {
    aspect-ratio: 4/1;
  }
}
.page_store--contents .contents_container dl.page_store--dl {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container dl.page_store--dl {
    margin-top: 1em;
  }
}
.page_store--contents .contents_container dl.page_store--dl div {
  padding-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container dl.page_store--dl div {
    padding-bottom: 1.4em;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.page_store--contents .contents_container dl.page_store--dl div dt, .page_store--contents .contents_container dl.page_store--dl div dd {
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0.5em;
}
.page_store--contents .contents_container dl.page_store--dl div dt {
  color: #000BA0;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container dl.page_store--dl div dt {
    padding-bottom: 1.4em;
    margin: 0;
    border-bottom: 1px solid #D0D0D0;
  }
}
.page_store--contents .contents_container dl.page_store--dl div dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container dl.page_store--dl div dd {
    padding-bottom: 1.4em;
  }
}
.page_store--contents .contents_container dl.page_store--dl div dd br {
  display: block !important;
}
.page_store--contents .contents_container .img_box {
  margin-bottom: 3em;
  position: relative;
  aspect-ratio: 1.2/1;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container .img_box {
    width: 19em;
    margin: 0;
    justify-self: right;
  }
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container .img_box {
    width: 21em;
  }
}
.page_store--contents .contents_container .img_box .img {
  width: 73%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container .img_box .img {
    width: 100%;
    position: relative;
  }
}
.page_store--contents .contents_container .img_box .img:first-of-type {
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container .img_box .img:first-of-type {
    margin-bottom: 2em;
  }
}
.page_store--contents .contents_container .img_box .img:nth-of-type(2) {
  left: 0;
  bottom: 0;
}
.page_store--contents .contents_container .img_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1.7/1;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container .map_box {
    grid-column: span 2;
  }
}
.page_store--contents .contents_container .map_box iframe {
  width: 100%;
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 768px) {
  .page_store--contents .contents_container .map_box iframe {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_store--contents .contents_container .map_box iframe {
    aspect-ratio: 3/1;
  }
}

#content.container.page_news {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  #content.container.page_news {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  #content.container.page_news {
    padding-bottom: 60px;
  }
}

.page_header.page_news {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.page_news {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_news {
    margin-bottom: 80px;
  }
}
.page_header.page_news .page_header--img::before {
  content: "News";
}
.page_header.page_news .page_header--img::after {
  content: "お知らせ";
}

ul.page_news--ul {
  font-size: 3.2vw;
  width: 80%;
  margin: 0 auto 3em;
  border-top: 1px solid #ADADAD;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul {
    font-size: 1.6vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul {
    font-size: 14px;
    max-width: 1100px;
    margin: 0 auto 3.5em;
  }
}
ul.page_news--ul li.page_news--li {
  list-style: none;
  border-bottom: 1px solid #ADADAD;
  position: relative;
}
ul.page_news--ul li.page_news--li::before, ul.page_news--ul li.page_news--li::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s;
}
ul.page_news--ul li.page_news--li::before {
  height: 100%;
  background-color: #CBCDF2;
  opacity: 0.5;
}
ul.page_news--ul li.page_news--li::after {
  height: 2px;
  background-color: #000BA0;
}
ul.page_news--ul li.page_news--li:hover::before, ul.page_news--ul li.page_news--li:hover::after {
  transform: scaleX(1);
}
ul.page_news--ul li.page_news--li a {
  color: inherit;
  padding: 1.5em 1em 2.5em;
  display: grid;
  grid-template: auto 1fr auto/1fr 1.2fr;
  gap: 0.8em 1.2em;
  align-items: start;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li a {
    padding: 1em 1.2em 1em;
    grid-template: 3em 1fr/10em 6em auto;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.page_news--li a {
    grid-template: 3.5em 1fr/11em 5.5em 1fr;
    gap: 0.8em 1.5em;
  }
}
ul.page_news--ul li.page_news--li a .thumbnail {
  margin-bottom: 0.5em;
  grid-row: span 2;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li a .thumbnail {
    margin: 0;
  }
}
ul.page_news--ul li.page_news--li a .thumbnail img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.3/1;
}
ul.page_news--ul li.page_news--li a span {
  font-weight: bold;
  display: inline-block;
}
ul.page_news--ul li.page_news--li a span.date {
  font-size: 1.2em;
  align-self: center;
}
ul.page_news--ul li.page_news--li a span.category {
  color: #fff;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  background-color: #000BA0;
  justify-self: left;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li a span.category {
    align-self: center;
  }
}
ul.page_news--ul li.page_news--li a p {
  font-size: 1.3em;
  font-weight: bold;
  grid-column: span 2;
}
ul.page_news--ul li.page_news--li a span.common_button--arrow {
  position: absolute;
  right: 0.8em;
  bottom: 1em;
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.page_news--li a span.common_button--arrow {
    bottom: 50%;
    transform: translate(0, 50%);
  }
}

.page_news--pagenav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3%;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links {
    gap: 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pagenav .nav-links {
    gap: 0 10px;
  }
}
.page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.7em;
  margin: 0;
  border: none;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
    font-size: 20px;
  }
}
.page_news--pagenav .nav-links span.page-numbers.current {
  color: #fff;
  background-color: #000BA0;
  border-radius: 5px;
}
.page_news--pagenav .nav-links a.page-numbers {
  color: #676767;
}
.page_news--pagenav .nav-links a.page-numbers:hover {
  opacity: 0.7;
}
.page_news--pagenav .nav-links a.next.page-numbers, .page_news--pagenav .nav-links a.prev.page-numbers {
  padding: 0 0.7em;
}
.page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
  color: #2F2F2F;
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
    font-size: 20px;
  }
}

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

.page_container.single_news {
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .page_container.single_news {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.single_news {
    padding-bottom: 70px;
  }
}

article.single_news--article {
  font-size: 3.2vw;
  width: 80%;
  padding: 2em 0;
  margin: 0 auto 3em;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (min-width: 768px) {
  article.single_news--article {
    font-size: 1.6vw;
    width: 90%;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article {
    font-size: 14px;
    max-width: 1100px;
    padding: 3em 0 4em;
  }
}
article.single_news--article span {
  font-weight: bold;
  display: inline-block;
}
article.single_news--article span.date {
  font-size: 1.2em;
  margin-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  article.single_news--article span.date {
    font-size: 18px;
    margin-right: 1em;
  }
}
article.single_news--article span.category {
  color: #fff;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  background-color: #000BA0;
}
article.single_news--article h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  margin: 1.5em 0 1.2em;
}
@media screen and (min-width: 1025px) {
  article.single_news--article h2 {
    font-size: 22px;
    margin: 1.5em 0 2em;
  }
}
article.single_news--article .content {
  font-size: 4.3vw;
}
@media screen and (min-width: 768px) {
  article.single_news--article .content {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article .content {
    font-size: 18px;
  }
}
article.single_news--article .content p {
  font-weight: 500;
  line-height: 1.4;
}
article.single_news--article .content figure {
  margin: 0 0 2em;
}

.single_news_nav--box {
  font-size: 4vw;
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single_news_nav--box {
    font-size: 2vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .single_news_nav--box {
    font-size: 17px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  .single_news_nav--box .nav_button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.single_news_nav--box .nav_button.prev {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .single_news_nav--box .nav_button.prev {
    margin: 0;
    left: 0;
  }
}
.single_news_nav--box .nav_button.next {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .single_news_nav--box .nav_button.next {
    margin: 0;
    right: 0;
  }
}
.single_news_nav--box .nav_button a {
  color: #000BA0;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0 2em;
}
.single_news_nav--box .nav_button a:hover {
  opacity: 0.7;
}
.single_news_nav--box .nav_button a span {
  font-weight: bold;
}
.single_news_nav--box .nav_button.prev a span.common_button--arrow {
  transform: rotate(180deg);
}
.single_news_nav--box .nav_button.next a {
  margin: 0 0 0 auto;
  flex-direction: row-reverse;
}
.single_news_nav--box > a {
  color: #000BA0;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border-bottom: 1px solid #000BA0 !important;
  display: block;
}
.single_news_nav--box > a:hover {
  opacity: 0.7;
}

.page_header.page_recruit {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.page_recruit {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_recruit {
    margin-bottom: 80px;
  }
}
.page_header.page_recruit .page_header--img::before {
  content: "Recruit";
}
.page_header.page_recruit .page_header--img::after {
  content: "採用情報";
}

.page_contents.page_recruit--contents {
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_recruit--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_recruit--contents {
    padding-bottom: 70px;
  }
}

ul.page_recruit--ul {
  font-size: 3.8vw;
  width: 80%;
  margin-inline: auto;
  border-top: 1px solid #ADADAD;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul {
    font-size: 1.9vw;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    font-size: 16px;
    max-width: 1100px;
  }
}
ul.page_recruit--ul li.page_recruit--li {
  list-style: none;
  border-bottom: 1px solid #ADADAD;
  position: relative;
}
ul.page_recruit--ul li.page_recruit--li::before, ul.page_recruit--ul li.page_recruit--li::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s;
}
ul.page_recruit--ul li.page_recruit--li::before {
  height: 100%;
  background-color: #CBCDF2;
  opacity: 0.5;
}
ul.page_recruit--ul li.page_recruit--li::after {
  height: 2px;
  background-color: #000BA0;
}
ul.page_recruit--ul li.page_recruit--li:hover::before, ul.page_recruit--ul li.page_recruit--li:hover::after {
  transform: scaleX(1);
}
ul.page_recruit--ul li.page_recruit--li a {
  color: inherit;
  padding: 1em 1em 5em;
  min-height: 10em;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li a {
    min-height: auto;
    padding: 3em 1em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li a {
    padding: 2.7em 1em;
    display: flex;
    align-items: center;
    gap: 0 5em;
  }
}
ul.page_recruit--ul li.page_recruit--li a p {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li a p {
    margin: 0;
  }
}
ul.page_recruit--ul li.page_recruit--li a h2 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
}
ul.page_recruit--ul li.page_recruit--li a span.common_button--arrow {
  position: absolute;
  right: 0.8em;
  bottom: 1em;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li a span.common_button--arrow {
    bottom: 50%;
    transform: translate(0, 50%);
  }
}

#content.container.single_staff {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  #content.container.single_staff {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  #content.container.single_staff {
    padding-bottom: 60px;
  }
}

.page_header.single_staff {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.single_staff {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.single_staff {
    margin-bottom: 80px;
  }
}
.page_header.single_staff .page_header--img::before {
  content: "Requirements";
}
.page_header.single_staff .page_header--img::after {
  content: "募集要項";
}

.single_staff--container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    max-width: 1100px;
  }
}

article.single_staff--article {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    margin-bottom: 50px;
  }
}

dl.single_staff--dl {
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    font-size: 1.9vw;
    display: grid;
    grid-template-columns: 10em 1fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    font-size: 18px;
    grid-template-columns: 12em 1fr;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  padding: 0.7em 1em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    padding: 0.8em 1.5em;
    border-bottom: 1px solid #EDEDED;
  }
}
dl.single_staff--dl dt {
  font-weight: bold;
  line-height: 1.8;
  background-color: #CBCDF2;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    text-align: center;
  }
}
dl.single_staff--dl dd {
  font-weight: 500;
  background-color: #fff;
}
dl.single_staff--dl dd p {
  line-height: 1.8;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
dl.single_staff--dl dd p br {
  display: block !important;
}

.single_staff--button {
  font-size: 4.6vw;
}
@media screen and (min-width: 768px) {
  .single_staff--button {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--button {
    font-size: 18px;
  }
}
.single_staff--button a {
  color: #000BA0;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 3em;
}
.single_staff--button a:hover {
  opacity: 0.7;
}

.page_header.page_entry {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.page_entry {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_entry {
    margin-bottom: 80px;
  }
}
.page_header.page_entry .page_header--img::before {
  content: "Entry";
}
.page_header.page_entry .page_header--img::after {
  content: "応募フォーム";
}

.page_contents.page_entry--contents {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_entry--contents {
    padding-bottom: 80px;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box {
  width: 80%;
  padding: 10% 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box {
    width: 90%;
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_entry--contents .contents_container .contents_box {
    max-width: 1200px;
    padding: 50px 0;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box h2 {
  text-align: center;
  color: #000BA0;
  font-size: 4.6vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box h2 {
    font-size: 2.2vw;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_entry--contents .contents_container .contents_box h2 {
    font-size: 20px;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box.text_box {
    margin-bottom: 5%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 5%;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box h2 {
  margin-bottom: 1.5em;
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box a {
  color: #000BA0;
  font-size: 5.6vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.5em;
  display: flex;
  align-items: center;
  gap: 0 0.3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box.text_box a {
    font-size: 3.2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_entry--contents .contents_container .contents_box.text_box a {
    font-size: 30px;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box a:hover {
  opacity: 0.7;
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box a i {
  font-size: 0.9em;
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box .info_box {
  font-size: 3.5vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box.text_box .info_box {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_entry--contents .contents_container .contents_box.text_box .info_box {
    font-size: 16px;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box.text_box .info_box p {
  color: #000BA0;
  font-weight: 500;
  line-height: 1.4;
}
.page_contents.page_entry--contents .contents_container .contents_box.form_box h2 {
  margin-bottom: 2em;
}
.page_contents.page_entry--contents .contents_container .contents_box.form_box > p {
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box.form_box > p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_entry--contents .contents_container .contents_box.form_box > p {
    font-size: 17px;
  }
}
.page_contents.page_entry--contents .contents_container .contents_box.form_box > p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_entry--contents .contents_container .contents_box.form_box > p br {
    display: none !important;
  }
}

.page_header.page_contact {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_header.page_contact {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_contact {
    margin-bottom: 80px;
  }
}
.page_header.page_contact .page_header--img::before {
  content: "Contact";
}
.page_header.page_contact .page_header--img::after {
  content: "お問い合わせ・ご予約";
}

.page_contents.page_contact--contents {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents {
    padding-bottom: 80px;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box {
  width: 80%;
  padding: 10% 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box {
    width: 90%;
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .contents_box {
    max-width: 1200px;
    padding: 50px 0;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box h2 {
  text-align: center;
  color: #000BA0;
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box h2 {
    font-size: 2.2vw;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .contents_box h2 {
    font-size: 20px;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box h2 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box h2 br {
    display: none !important;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box.text_box {
    margin-bottom: 5%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 5%;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box h2 {
  margin-bottom: 1.5em;
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box a {
  color: #000BA0;
  font-size: 5.6vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.5em;
  display: flex;
  align-items: center;
  gap: 0 0.3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box.text_box a {
    font-size: 3.2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .contents_box.text_box a {
    font-size: 30px;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box a:hover {
  opacity: 0.7;
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box a i {
  font-size: 0.9em;
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box .info_box {
  font-size: 3.5vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box.text_box .info_box {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .contents_box.text_box .info_box {
    font-size: 16px;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box.text_box .info_box p {
  color: #000BA0;
  font-weight: 500;
  line-height: 1.4;
}
.page_contents.page_contact--contents .contents_container .contents_box.form_box h2 {
  margin-bottom: 2em;
}
.page_contents.page_contact--contents .contents_container .contents_box.form_box > p {
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box.form_box > p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents .contents_container .contents_box.form_box > p {
    font-size: 17px;
  }
}
.page_contents.page_contact--contents .contents_container .contents_box.form_box > p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents .contents_container .contents_box.form_box > p br {
    display: none !important;
  }
}

dl.form_dl {
  text-align: left;
  font-size: 4vw;
  width: 87%;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    font-size: 2vw;
    width: 85%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    font-size: 16px;
    max-width: 700px;
    gap: 2em 3em;
  }
}
dl.form_dl dt {
  margin: 0 0 0.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt {
    padding: 0.8em 0 0 3.2em;
    margin: 0;
  }
}
dl.form_dl dt.must {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must {
    display: block;
  }
}
dl.form_dl dt.must::before {
  content: "必須";
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  padding: 0.5em 0.8em;
  background-color: #000BA0;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must::before {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0.8em;
  }
}
dl.form_dl dt p {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt p br.br_pc {
    display: block !important;
  }
}
dl.form_dl dd {
  margin: 0 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd {
    margin: 0;
  }
}
dl.form_dl dd.radio {
  margin: 1.5em 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd.radio {
    margin: 0.8em 0;
  }
}
dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: 500;
}
dl.form_dl dd.radio.page_contact span.wpcf7-radio {
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dd.radio.page_contact span.wpcf7-radio {
    grid-template-columns: 1fr 1fr;
    gap: 1.5em 0;
  }
}
dl.form_dl dd input, dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.8em;
  background-color: #E2E3F5;
  border-radius: 5px;
}

.link_button.page_form {
  font-size: 4.6vw;
  width: 7.5em;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .link_button.page_form {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .link_button.page_form {
    font-size: 18px;
  }
}
.link_button.page_form:hover {
  opacity: 0.7;
}
.link_button.page_form input {
  text-align: left;
  color: #000BA0;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  padding: 1em 0;
  background: none;
  position: relative;
  z-index: 1;
}
.link_button.page_form span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}
.link_button.page_form span.common_button--arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#topcontrol {
  display: none;
}

footer.footerclass {
  padding: 0;
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}

.footercol1, .footercol2, .footercol3 {
  padding: 0;
}

.masami_footer {
  background-color: #EDEDED;
}

section.footer_contact--section {
  padding: 10% 0 58%;
  background-size: auto 105%;
  background-position: 25% 0%;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section {
    width: 90%;
    padding: 5% 6% 30%;
    margin: 0 auto 7%;
    background-size: auto 115%;
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_contact--section {
    max-width: 1200px;
    padding: 50px 80px 280px;
    margin: 0 auto 80px;
    background-size: auto 160%;
    background-position: 50% 80%;
  }
}
section.footer_contact--section .section_container {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section .section_container {
    width: 100%;
  }
}
section.footer_contact--section .section_container h2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section .section_container h2 {
    margin-bottom: 0.5em;
  }
}
section.footer_contact--section .section_container h2 span {
  display: block;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section .section_container h2 span {
    display: inline;
  }
}
section.footer_contact--section .section_container h2 span.eng {
  margin-bottom: 0.3em;
}

.footer_contact--buttonBox {
  font-size: 4.3vw;
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .footer_contact--buttonBox {
    font-size: 2.1vw;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .footer_contact--buttonBox {
    font-size: 18px;
    width: 65%;
  }
}
.footer_contact--buttonBox .contact_button {
  background-color: #fff;
  border-radius: 5px;
}
.footer_contact--buttonBox .contact_button.contact_line, .footer_contact--buttonBox .contact_button.contact_form {
  height: 3.8em;
  padding: 0 2em;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 1.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_contact--buttonBox .contact_button.contact_line, .footer_contact--buttonBox .contact_button.contact_form {
    height: 5em;
  }
}
.footer_contact--buttonBox .contact_button.contact_line:hover, .footer_contact--buttonBox .contact_button.contact_form:hover {
  opacity: 0.7;
}
.footer_contact--buttonBox .contact_button.contact_tel {
  text-align: center;
  padding: 0.9em 0;
}
@media screen and (min-width: 768px) {
  .footer_contact--buttonBox .contact_button.contact_tel {
    padding: 0;
    height: 5em;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    grid-column: span 2;
    gap: 0 2em;
  }
}
.footer_contact--buttonBox .contact_button p {
  color: #000BA0;
  font-weight: bold;
}
.footer_contact--buttonBox .contact_button.contact_line a, .footer_contact--buttonBox .contact_button.contact_form a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.footer_contact--buttonBox .contact_button.contact_line .img, .footer_contact--buttonBox .contact_button.contact_form .img {
  width: 2em;
}
.footer_contact--buttonBox .contact_button.contact_line i, .footer_contact--buttonBox .contact_button.contact_form i {
  width: 1em;
  font-size: 2em;
}
.footer_contact--buttonBox .contact_button.contact_line span.common_button--arrow, .footer_contact--buttonBox .contact_button.contact_form span.common_button--arrow {
  font-size: 4.1vw;
}
@media screen and (min-width: 768px) {
  .footer_contact--buttonBox .contact_button.contact_line span.common_button--arrow, .footer_contact--buttonBox .contact_button.contact_form span.common_button--arrow {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_contact--buttonBox .contact_button.contact_line span.common_button--arrow, .footer_contact--buttonBox .contact_button.contact_form span.common_button--arrow {
    font-size: 16px;
  }
}
.footer_contact--buttonBox .contact_button.contact_tel a {
  color: #000BA0;
  font-size: 5.6vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.3em;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 0.2em;
}
@media screen and (min-width: 768px) {
  .footer_contact--buttonBox .contact_button.contact_tel a {
    font-size: 3.2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_contact--buttonBox .contact_button.contact_tel a {
    font-size: 32px;
  }
}
.footer_contact--buttonBox .contact_button.contact_tel a:hover {
  opacity: 0.7;
}
.footer_contact--buttonBox .contact_button.contact_tel a i {
  font-size: 0.9em;
}
.footer_contact--buttonBox .contact_button.contact_tel p {
  text-align: left;
  font-size: 3.5vw;
  line-height: 1.4;
  display: inline-block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_contact--buttonBox .contact_button.contact_tel p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_contact--buttonBox .contact_button.contact_tel p {
    font-size: 16px;
  }
}
.footer_contact--buttonBox .contact_button.contact_tel p br {
  display: block !important;
}

.footer_info {
  padding: 8% 0 10%;
  background-color: #0000A0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_info {
    padding: 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info {
    padding: 50px 0 30px;
  }
}
.footer_info .to_header--button {
  font-size: 3.2vw;
  width: 4.5em;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .footer_info .to_header--button {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info .to_header--button {
    font-size: 14px;
  }
}
.footer_info .to_header--button i {
  color: #000BA0;
  font-size: 1.7em;
  line-height: 0.8;
  justify-self: center;
  align-self: end;
}
.footer_info .to_header--button span {
  color: #000BA0;
  font-weight: bold;
}
.footer_info .logo {
  width: 90%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .footer_info .logo {
    margin: 0 auto 4%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info .logo {
    max-width: 1200px;
    margin: 0 auto 35px;
  }
}
.footer_info .logo img {
  width: 62%;
}
@media screen and (min-width: 768px) {
  .footer_info .logo img {
    width: 31%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_info .logo img {
    width: 250px;
  }
}
.footer_info .text_box {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .footer_info .text_box {
    max-width: 1200px;
  }
}
.footer_info .text_box p {
  color: #fff;
  line-height: 1.4;
}
.footer_info .text_box p.space {
  margin-bottom: 1em;
}
.footer_info .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .footer_info .text_box p br {
    display: none !important;
  }
}

.footerbase {
  margin: 0;
}
.footerbase .container .footercredits small {
  color: #fff;
  font-size: 2.8vw;
}
@media screen and (min-width: 768px) {
  .footerbase .container .footercredits small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase .container .footercredits small {
    font-size: 13px;
  }
}