@charset "UTF-8";
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
/* サイト設計 */
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.zen-kaku__m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku__b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* サイト設計 ここまで */
.header {
  padding: 20px 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: -webkit-sticky;
  position: sticky;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 15px 0;
  }
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 130px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 0 20px;
  }
}
.header__logo {
  position: absolute;
  left: 0;
  top: 0;
}
.header__logo .header-logo__wrapper {
  width: 150px;
  height: 130px;
  background-color: #007bd0;
  border-radius: 0 0 10px 0;
}
.header__logo .header-logo__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo .header-logo__svg {
  height: auto;
  width: 66%;
  margin: 0 auto;
}
.header__navi {
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .header__navi {
    display: none;
  }
}
.header__hamburger {
  position: fixed;
  right: 1%;
  top: 14px;
  margin-left: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 90px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}

.-after {
  display: none;
}

.headerLogoScroll .header-logo__wrapper {
  background-color: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 120px;
  height: 110px;
}
.headerLogoScroll .header-logo__svg {
  width: 80%;
  height: auto;
  background-color: unset;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerLogoScroll .-before {
  display: none;
}
.headerLogoScroll .-after {
  display: block;
}

.header-button {
  margin-bottom: 10px;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.header-button__item {
  width: 220px;
  height: 40px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .header-button__item {
    width: 80%;
    height: 50px;
  }
}
.header-button__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.header-navi__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.header-navi__item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.7042682927rem + 0.1951219512vw, 0.875rem);
}

.header {
  z-index: 7;
}

.header__logo {
  z-index: 8;
}

.sitemap {
  z-index: 9;
}

.header__hamburger {
  z-index: 10;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 100%;
  height: 10px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 14px;
}
.menu-trigger::after {
  content: "メニュー";
  position: absolute;
  bottom: -26px;
  display: block;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  white-space: nowrap;
  text-align: center;
  left: 0;
  right: 0;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background-color: #333333;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: -6px;
}
.menu-trigger.active::after {
  content: "閉じる";
}

.sitemap {
  width: 60%;
  max-width: 700px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(245deg, rgb(131, 140, 163) 14%, rgb(80, 88, 109) 70%);
  background: linear-gradient(205deg, rgb(131, 140, 163) 14%, rgb(80, 88, 109) 70%);
  color: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px 0 0 10px;
  visibility: hidden;
}
@media screen and (max-width: 1047px) {
  .sitemap {
    width: 65%;
  }
}
@media screen and (max-width: 479px) {
  .sitemap {
    width: 94%;
  }
}
.sitemap__wrapper {
  width: 100%;
  height: 100%;
}
.sitemap.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.sitemap__container {
  width: 100%;
}
.sitemap__main {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 10em);
  padding: 0 7em 10em;
  margin-top: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sitemap__main::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 959px) {
  .sitemap__main {
    width: 100%;
    padding: 0 0 4em;
  }
}
@media screen and (max-width: 479px) {
  .sitemap__main {
    margin-top: 8em;
  }
}
.sitemap .sitemap-button .header-button {
  position: fixed;
  padding: 20px 130px 0 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-button .header-button {
    position: relative;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.sitemap .sitemap-button .header-button__item {
  margin: 0 auto;
}
.sitemap .sitemap-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.1em 2.8em;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.sitemap .sitemap-nav__link1 {
  grid-column: 1/3;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__link1 {
    grid-column: 1/1;
  }
}
.sitemap .sitemap-nav__main-item {
  border-bottom: 1px solid #8993af;
  padding-bottom: 0.75em;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__main-item {
    width: 87%;
    margin: 0 auto;
    padding-bottom: 0;
    pointer-events: all;
  }
}
.sitemap .sitemap-nav__main-item a {
  pointer-events: auto;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__main-item a {
    display: block;
    line-height: 2.5em;
    padding: 0.75em 0;
  }
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__main-item .pointer-none {
    pointer-events: none;
  }
}
.sitemap .sitemap-nav__item {
  margin-top: 0;
  padding: 8px 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__item {
    background-color: #50586d;
    display: none;
  }
}
.sitemap .sitemap-nav__item li {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 2em;
  color: #cccccc;
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__item li {
    width: 87%;
    margin: 0 auto;
    padding: 8px 0;
  }
}
@media screen and (max-width: 959px) {
  .sitemap .sitemap-nav__item li a {
    display: block;
    line-height: 2.2em;
  }
}

#header-sitemap .icon_wrap {
  top: 50%;
}
#header-sitemap .icon {
  width: 15px;
  height: 15px;
}
#header-sitemap .icon:after {
  height: 1px;
  width: 15px;
  top: 7px;
}
#header-sitemap .icon:before {
  width: 1px;
  left: 7px;
  height: 15px;
}

.sitemap-nav__main-item.open .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sitemap-nav__main-item.open .icon_wrap .icon:before {
  content: none;
}

.sitemap-nav__main-item.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 8;
}

.overlay.active {
  opacity: 0.6;
  visibility: visible;
}

.footer__container {
  background-color: #50586d;
  color: #fff;
  padding: 4em 0;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .footer__container {
    padding: 4em 2em;
  }
}
.footer__wrapper {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .footer__wrapper {
    width: 100%;
  }
}
.footer__linkBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5em;
}
@media screen and (max-width: 959px) {
  .footer__linkBlock {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .footer__links {
    margin-bottom: 2em;
  }
}
.footer__box {
  width: 46%;
}
@media screen and (max-width: 959px) {
  .footer__box {
    width: 100%;
  }
}
.footer__box p {
  font-size: clamp(0.75rem, 0.7042682927rem + 0.1951219512vw, 0.875rem);
}
.footer__article {
  margin-top: 2rem;
}
.footer__logo {
  margin-bottom: 1em;
}
.footer__border {
  border-right: 1px solid #999999;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .footer__bottom {
    display: block;
  }
}
.footer__info {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer__info {
    margin-bottom: 2em;
  }
}
.footer__address {
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.footer__small {
  color: #999999;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .footer__small {
    text-align: center;
  }
}
.footer__press a {
  display: inline-block;
  margin-bottom: 1em;
  font-size: clamp(0.625rem, 0.5792682927rem + 0.1951219512vw, 0.75rem);
}
.footer__press__to-top {
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.footer__legal {
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer-navi__box {
  width: 30%;
}
.footer-navi__box li:not(:first-child) {
  font-size: clamp(0.625rem, 0.5792682927rem + 0.1951219512vw, 0.75rem);
  color: #dddddd;
  line-height: 2;
}
.footer-navi__item {
  font-size: clamp(0.75rem, 0.7042682927rem + 0.1951219512vw, 0.875rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-navi__item:last-of-type {
  margin-bottom: 0;
}

body {
  color: #333333 !important;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body p {
  line-height: 1.8;
  font-size: 15px;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body li {
  list-style: none;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  body a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.mb-10 {
  margin-bottom: 0.2em;
}

.mb-30 {
  margin-bottom: 0.4em;
}

.mb-100 {
  margin-bottom: 5em;
}

.position-r {
  position: relative;
}

.showroom-bg {
  background-image: -webkit-linear-gradient(245deg, rgb(112, 120, 142) 14%, rgb(80, 88, 109) 70%);
  background-image: linear-gradient(205deg, rgb(112, 120, 142) 14%, rgb(80, 88, 109) 70%);
}

.contact-bg {
  background-image: -webkit-linear-gradient(245deg, rgb(233, 217, 191) 14%, rgb(203, 172, 130) 70%);
  background-image: linear-gradient(205deg, rgb(233, 217, 191) 14%, rgb(203, 172, 130) 70%);
}

.column-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .column-02 {
    display: block;
  }
}
.column-02 .column {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .column-02 .column {
    width: 100%;
  }
  .column-02 .column:first-child {
    margin-bottom: 2em;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

.contact__wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.contact__wrapper::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact__bg {
  background-image: url("./assets/images/contact/contact-bg.jpg");
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto auto;
  z-index: -2;
}
.contact__container {
  width: 100%;
  padding: 4em 0;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .contact__container {
    width: 90%;
    margin: 0 auto;
  }
}
.contact__heading {
  text-align: center;
  color: #fff;
}
.contact__heading .heading-en {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5em;
  opacity: 0.5;
  font-size: clamp(1.125rem, 1.0792682927rem + 0.1951219512vw, 1.25rem);
}
.contact__heading .heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  margin-bottom: 1.2em;
  font-size: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
}
.contact__box {
  height: 140px;
  border-radius: 6px;
}
@media screen and (max-width: 479px) {
  .contact__box {
    height: 160px;
  }
}
.contact__box-inner {
  padding: 1.8em 3em;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact__box-inner {
    padding: 1.8em 2em;
  }
}
.contact__box-heading {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 1.0792682927rem + 0.1951219512vw, 1.25rem);
}
.contact__box-note {
  color: #fff;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.contact__box-icon {
  position: absolute;
  opacity: 0.4;
  right: 5%;
  top: 14%;
  width: 12%;
}
@media screen and (max-width: 479px) {
  .contact__box-icon {
    width: 20%;
  }
}
.contact__box-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page__contact {
  padding: 0 8vw;
}
@media screen and (max-width: 959px) {
  .page__contact {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.to-top {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333333;
  position: relative;
  background-color: #fff;
}
.to-top::before, .to-top::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.to-top::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -6px;
}
.to-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -6px;
}
.to-top:hover {
  opacity: 1;
}

.page__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page {
  padding: 100px 8vw 100px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 60px 20px 60px;
  }
}
.page__body {
  width: 100%;
}
.page__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}
.page__sidebar {
  max-width: 20%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page__sidebar {
    max-width: inherit;
  }
}
@media screen and (max-width: 479px) {
  .page__sidebar {
    max-width: 60%;
    margin: 0 0 0 auto;
  }
}
.page__content {
  max-width: 72%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page__content {
    max-width: inherit;
  }
}
.page__detail {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page__detail {
    max-width: inherit;
  }
}
.page__detail-title {
  color: #007bd0;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 14px;
}
.page__detail-title span {
  content: "";
  background-color: #007bd0;
  width: 16px;
  height: 2px;
  display: block;
  margin-right: 10px;
}
.page__img-box {
  max-width: 46.36%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .page__img-box {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.page__img-inner {
  width: 100%;
  aspect-ratio: 318/210;
  border-radius: 5px;
  overflow: hidden;
}
.page__img-inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__heading {
  color: #50586d;
  margin-bottom: 3em;
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: 2em;
  }
}
.page__heading .heading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page__heading .heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
}
.page__heading .heading-en {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  opacity: 0.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.pagenavi-mv {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv {
    margin-top: -50px;
  }
}
.pagenavi-mv__wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagenavi-menu {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: calc(10px * -1);
}
.pagenavi-menu__item {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc((100% - 10px * (6 - 1)) / 6);
}
.pagenavi-menu__item:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .pagenavi-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(10px * -1);
  }
  .pagenavi-menu__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
  .pagenavi-menu__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.pagenavi-menu__link {
  font-size: 20px;
}
.pagenavi-menu__sub {
  color: #007bd0;
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #333333;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

.category-label {
  padding: 4px 10px;
  font-size: 14px;
  background: #fff;
  color: #888;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 99px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .category-label {
    font-size: 10px;
  }
}

.main-visual__wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main-visual__textBlock {
  width: 80%;
  margin: 0 auto 5em auto;
  position: relative;
  padding-top: 3em;
}
@media screen and (max-width: 959px) {
  .main-visual__textBlock {
    width: 90%;
    padding-top: 8em;
  }
}
.main-visual__catch {
  font-size: clamp(3.125rem, 2.4390243902rem + 2.9268292683vw, 5rem);
  font-family: "rennermedium";
  margin-bottom: 0.1em;
  font-weight: 600;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  letter-spacing: 0.06em;
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.main-visual__lead {
  font-size: clamp(1.625rem, 1.5335365854rem + 0.3902439024vw, 1.875rem);
  margin-bottom: 0.8em;
  padding-left: 2.4em;
  position: relative;
  color: #50586d;
}
@media screen and (max-width: 959px) {
  .main-visual__lead {
    padding-left: 1em;
  }
}
.main-visual__lead::before {
  position: absolute;
  content: "";
  width: 4%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #50586d;
}
.main-visual__description {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.main-visual__logo {
  position: absolute;
  right: -8%;
  bottom: -32%;
  width: 50%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .main-visual__logo {
    width: 80%;
  }
}
.main-visual__slide {
  width: 100%;
}
.main-visual .slider {
  width: 100%;
}
.main-visual .slider__item {
  aspect-ratio: 20/13;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 0.4em;
}
.main-visual .slider__item::before {
  content: "";
  background: rgba(0, 123, 208, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 959px) {
  .main-visual .slider__item {
    aspect-ratio: 20/22;
  }
}
.main-visual .slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .slider__name {
  z-index: 1;
  position: absolute;
  right: 3%;
  bottom: 3%;
  color: #fff;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
}

.lead-en {
  color: #007bd0;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 600;
}
.lead-ja {
  font-size: clamp(1.75rem, 1.7042682927rem + 0.1951219512vw, 1.875rem);
  letter-spacing: 0.1em;
}
.lead__text {
  margin-top: 4em;
}

.page__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .page__wrap {
    display: block;
  }
}

.page-lead__container {
  width: 27%;
}
@media screen and (max-width: 1199px) {
  .page-lead__container {
    width: 100%;
  }
}
.page-lead__container .lead-ja {
  margin-bottom: 1em;
}
.page-lead__since {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1199px) {
  .page-lead__text {
    margin-bottom: 3em;
  }
}

.page-link__container {
  width: 73%;
}
@media screen and (max-width: 1199px) {
  .page-link__container {
    width: 100%;
  }
}
.page-link__itemBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7%;
  gap: 10px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1199px) {
  .page-link__itemBlock {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-link__itemBlock {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.page-link__item {
  width: 100%;
  aspect-ratio: 240/300;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .page-link__item {
    margin-bottom: 20px;
  }
  .page-link__item:last-child {
    margin-bottom: 0;
  }
}
.page-link__item:hover .page-link__item-icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-link__item-bg {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.page-link__item-bg a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-link__item-bg a:hover {
  opacity: 1;
}
.page-link__item-icon {
  text-align: center;
  padding: 1em 0;
  width: 60%;
  margin: 0 auto;
  cursor: pointer;
  height: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-link__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.page-link__item-heading {
  text-align: center;
  letter-spacing: 0.1em;
}
.page-link__item-heading p {
  display: inline-block;
  font-size: clamp(1.5rem, 1.5914634146rem - 0.3902439024vw, 1.25rem);
}
.page-link__item-heading img {
  padding-left: 0.2em;
  height: 1.2em;
}

.item01 .page-link__item-bg {
  background: -webkit-linear-gradient(63deg, rgb(46, 135, 163), rgb(64, 188, 230));
  background: linear-gradient(27deg, rgb(46, 135, 163), rgb(64, 188, 230));
}

.item02 .page-link__item-bg {
  background: -webkit-linear-gradient(63deg, rgb(69, 121, 128), rgb(105, 194, 205));
  background: linear-gradient(27deg, rgb(69, 121, 128), rgb(105, 194, 205));
}

.item02 .page-link__item-icon img {
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}

.item02:hover .page-link__item-icon img {
  -webkit-transform: translateX(-6%) scale(1.1);
          transform: translateX(-6%) scale(1.1);
}

.item03 .page-link__item-bg {
  background: -webkit-linear-gradient(63deg, rgb(8, 77, 118), rgb(18, 140, 213));
  background: linear-gradient(27deg, rgb(8, 77, 118), rgb(18, 140, 213));
}

#news-list {
  background-color: #fff;
  border-radius: 20px;
}
#news-list .news-list {
  border-top: 1px solid #e0dddd;
}
#news-list .news-list__box {
  padding: 20px 0;
  border-bottom: 1px solid #e0dddd;
}
#news-list .news-list__box:hover .category {
  background-color: #50586d;
  color: #fff;
  opacity: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news-list .news-list__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news-list .news-list__textBlock {
  width: 75%;
}
#news-list .news-list__thumbnail {
  width: 20%;
}
#news-list .news-list__thumbnail img {
  border-radius: 5px;
}
#news-list .news-list__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 0.8em;
}
#news-list .news-list__info .date {
  font-family: "Inter", sans-serif;
  color: #888888;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
#news-list .news-list__info .category {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  padding: 0.2em 1em;
  border: 1px solid #50586d;
  border-radius: 30px;
  color: #50586d;
}
#news-list .news-list__title {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
#news-list .news-list__thumbnail {
  width: 20%;
  border-radius: 10px;
  aspect-ratio: 23/12;
}
@media screen and (max-width: 479px) {
  #news-list .news-list__thumbnail {
    aspect-ratio: 23/23;
  }
}
#news-list .news-list__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#news-list .news-list__button {
  position: absolute;
  right: 0;
  top: 0;
}

.recruit-banner {
  width: 100%;
  margin: 0 auto;
  background: rgb(33, 134, 204);
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 49%, rgb(104, 223, 225) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 49%, rgb(104, 223, 225) 100%);
  border-radius: 10px;
}
.recruit-banner__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .recruit-banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.recruit-banner .page__heading {
  width: 72%;
  padding: 4em 4em 2.6em 4em;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .recruit-banner .page__heading {
    width: 100%;
    padding: 2em 2em 2.6em 2em;
  }
}
.recruit-banner .heading-en {
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  font-weight: normal;
  margin-bottom: 0.5em;
}
.recruit-banner .heading-en,
.recruit-banner .heading-ja,
.recruit-banner p {
  color: #fff;
}
.recruit-banner__image {
  width: 28%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .recruit-banner__image {
    border-radius: 10px 10px 0 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(200 / 340 * 100%);
    width: 100%;
  }
  .recruit-banner__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.recruit-banner__image::before {
  content: "";
  background: rgba(0, 123, 208, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.recruit-banner__image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 0;
}
.recruit-banner a:hover {
  opacity: 1;
}
.recruit-banner:hover .recruit-banner__image-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recruit-banner:hover .recruit-button {
  opacity: 0.9;
}

.recruit-button {
  margin-top: 0.6em;
}
@media screen and (max-width: 479px) {
  .recruit-button {
    margin-top: 3em;
  }
}
.recruit-button__bg {
  background-color: #fff;
  border-radius: 20px;
  width: 60px;
  height: 36px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}

.button {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.button__arrow {
  background-color: #50586d;
  border-radius: 20px;
  width: 60px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button__square {
  background-color: #fff;
  color: #007bd0;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  padding: 20px 60px 20px 20px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .button__square {
    padding: 14px 40px 14px 10px;
  }
}
.button__square img {
  vertical-align: middle;
}
.button__square span {
  padding-left: 7.5px;
  vertical-align: middle;
}
.button__square span::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./assets/images/icon/arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.button__entry {
  max-width: 500px;
  width: 100% !important;
  height: 80px !important;
  background-image: -webkit-linear-gradient(45deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  background-image: linear-gradient(45deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  color: #fff;
  text-align: center;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  letter-spacing: 0.1em;
  border-radius: 5px !important;
  display: block;
  margin: 0 auto;
}
.button__entry-wrapper {
  margin: 80px auto 0;
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 80px;
}
.button__entry-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #fff;
  width: 60px;
  height: 36px;
  border-radius: 18px;
  background-image: url("./assets/images/icon/arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  cursor: pointer;
}

.page-mv .page {
  padding-top: 4.8em;
  padding-bottom: 4.3em;
}
.page-mv__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .page-mv__heading {
    padding-top: 8em;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-mv__mian-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #50586d !important;
}
@media screen and (max-width: 959px) {
  .page-mv__mian-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.page-mv__mian-title-heading {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.5rem, 2.1341463415rem + 1.5609756098vw, 3.5rem);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .page-mv__mian-title-heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-mv__description {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  width: 100%;
  max-width: 770px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page-mv__description a {
  color: #007bd0;
}
.page-mv__sub-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #50586d;
  opacity: 0.5;
  margin-bottom: 1.5em;
}
.page-mv__heading-icon {
  width: 30%;
  max-width: 240px;
}
@media screen and (max-width: 959px) {
  .page-mv__heading-icon {
    width: 54%;
    margin: 0 auto;
  }
}
.page-mv__heading-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-mv__main {
  width: 100%;
  position: relative;
  height: 44vw;
  max-height: 600px;
}
@media screen and (max-width: 959px) {
  .page-mv__main {
    height: 70vw;
  }
}
.page-mv__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-mv__main::before {
  content: "";
  background: rgba(0, 123, 208, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
}

.page-item__wrap {
  padding-bottom: 11em;
}
.page-item__wrap:last-of-type {
  padding-bottom: 0px;
}
@media screen and (max-width: 959px) {
  .page-item__wrap {
    padding-bottom: 7em;
  }
}
.page-item__title {
  font-size: clamp(1.625rem, 1.5335365854rem + 0.3902439024vw, 1.875rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 959px) {
  .page-item__title {
    padding: 30px 0;
  }
}
.page-item__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.page-item__title::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 3px;
  background: rgb(0, 123, 208);
  background: -webkit-linear-gradient(135deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
  background: linear-gradient(315deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
}
.page-item__title {
  font-weight: 500;
}
.page-item__title span {
  font-family: "Inter", sans-serif;
  color: #50586d;
  opacity: 0.5;
  font-size: clamp(1.125rem, 1.0792682927rem + 0.1951219512vw, 1.25rem);
  letter-spacing: 0.1em;
  margin-left: 15px;
}
.page-item__title-box p {
  padding-top: 40px;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.page-item__box {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .page-item__box {
    margin-top: 30px;
  }
}
.page-item__box p {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 30px;
}
.page-item__box p:last-child {
  padding-bottom: 0px;
}
.page-item__gallery--row .gallery-row {
  max-width: 80%;
  width: 100%;
  margin: 0 auto 3em;
}
@media screen and (max-width: 479px) {
  .page-item__gallery--row .gallery-row {
    max-width: inherit;
  }
}
.page-item__gallery--row .gallery-row__img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.641;
}
.page-item__gallery--row .gallery-row__text {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page-item__gallery--column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 1199px) {
  .page-item__gallery--column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .page-item__gallery--column {
    gap: 20px;
  }
}
.page-item__gallery--column .gallery-column {
  width: 100%;
}
.page-item__gallery--column .gallery-column__img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.page-item__gallery--column .gallery-column__text {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page-item__gallery--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 30px;
}
.page-item__gallery--text::after {
  content: "";
  display: block;
  width: 30%;
}
.page-item__gallery--text .gallery-text {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .page-item__gallery--text .gallery-text {
    min-width: 100%;
  }
}
.page-item__gallery--text .gallery-text__image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.page-item__gallery--text .gallery-text__heading {
  margin-top: 20px;
  font-weight: 500;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  letter-spacing: 0.1em;
}
.page-item__gallery--text .gallery-text__heading span {
  color: #007bd0;
  padding-right: 0.5em;
}
.page-item__gallery--text .gallery-text__text {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  margin-top: 20px;
}
.page-item__image--full .image-full {
  width: 100%;
  height: auto;
  margin-bottom: 4em;
}
.page-item__comparison--chart .comparison-chart__box {
  background-color: #fff;
  padding: 1.4em 2em;
}
.page-item__comparison--chart .comparison-chart__box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .page-item__comparison--chart .comparison-chart__box {
    padding: 1.4em 1em;
  }
}
.page-item__comparison--chart .comparison-chart__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.page-item__comparison--chart .comparison-chart__item:not(:last-child) {
  margin-bottom: 10px;
}
.page-item__comparison--chart .comparison-chart__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}
.page-item__comparison--chart .comparison-chart__icon {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 479px) {
  .page-item__comparison--chart .comparison-chart__icon {
    width: 30px;
    height: 30px;
  }
}

.group__title {
  color: #999999;
  font-size: clamp(0.75rem, 0.7042682927rem + 0.1951219512vw, 0.875rem);
  margin-bottom: 2em;
  font-family: "Inter", sans-serif;
}
.group__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .group__ul {
    gap: 10px;
  }
}
.group__item {
  width: 48%;
  background-color: #fff;
  aspect-ratio: 3/1;
}
.group__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .group__item a {
    padding: 0.3em;
  }
}
.group__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.group__item-wrapper {
  width: 80%;
  height: 70%;
}
.group__name {
  text-align: center;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}

.post__title {
  font-size: clamp(1.875rem, 1.6463414634rem + 0.9756097561vw, 2.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #50586d;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
  letter-spacing: 0.1em;
}
.post__title span {
  font-size: clamp(1.125rem, 1.0792682927rem + 0.1951219512vw, 1.25rem);
  letter-spacing: 0.1em;
  margin-left: 15px;
  font-family: "Inter", sans-serif;
  color: #50586d;
  opacity: 0.5;
  font-weight: 500;
}
.post__pagenation {
  margin: 80px auto 0 auto;
  text-align: center;
  border: none;
}
.post__pagenation .wp-pagenavi {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  letter-spacing: 0.05em;
}
.post__pagenation .wp-pagenavi span.current {
  font-weight: 600;
  border-color: #007bd0;
}
.post__pagenation .wp-pagenavi a,
.post__pagenation .wp-pagenavi span {
  padding: 13px;
  margin: 10px;
  border: none;
  border-bottom: solid 2px #e0e0e0;
}
.post__pagenation .wp-pagenavi a:hover {
  border-color: #007bd0;
}
.post__category--product {
  background-color: #e6eef4;
  padding: 4px 12px;
  text-align: center;
  color: #007bd0;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 0.2em;
}
.post__category {
  border: #50586d solid 1px;
  padding: 4px 12px;
  text-align: center;
  color: #50586d;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 13px;
  background-color: #fff;
}
.post__case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}
.post__term {
  background-color: #007bd0;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: #007bd0 solid 1px;
}
.post__place {
  border: #007bd0 solid 1px;
  background-color: #fff;
  padding: 4px 12px;
  text-align: center;
  color: #007bd0;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post__date {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.post__nav {
  width: 100%;
}
.post__nav ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
  padding-top: 50px;
  border-top: solid 1px #e0e0e0;
}
@media screen and (max-width: 959px) {
  .post__nav ul {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.post__nav ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff;
  background-image: -webkit-linear-gradient(245deg, rgb(112, 120, 142) 14%, rgb(80, 88, 109) 70%);
  background-image: linear-gradient(205deg, rgb(112, 120, 142) 14%, rgb(80, 88, 109) 70%);
}
.post__nav ul li img {
  padding-left: 18px;
  width: 13px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .post__nav ul li img {
    padding-left: 0;
  }
}
.post__nav ul li.return img {
  padding-left: 0px;
}
.post__nav ul li.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post__nav ul li.none {
  content: "";
  width: 100%;
  height: 60px;
  background-image: none;
}

.page__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .page__nav {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page__nav {
    margin-bottom: 40px;
  }
}
.page__nav ul li {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 16px;
  color: #999999;
  font-weight: 600;
  padding-right: 30px;
  font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .page__nav ul li {
    padding-right: 15px;
  }
}
.page__nav ul li:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .page__nav ul li:last-of-type {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page__nav ul li:last-of-type {
    margin-bottom: 0px;
  }
}
.page__nav ul li span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #e0e0e0;
  margin-left: 10px;
}
.page__nav ul li:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  color: #007bd0;
  opacity: 0;
}
.page__nav ul li.active {
  position: relative;
  z-index: 1;
  color: #007bd0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page__nav ul li.active:before {
  background-color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page__nav ul li.active span {
  background-color: #007bd0;
}

.breadcrumb {
  text-align: right;
  color: #999999;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.breadcrumb .page {
  padding-top: 0px;
  padding-bottom: 20px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:nth-last-child(n+2):after {
  content: "-";
  display: inline-block;
  padding: 0 0.4em;
}
.breadcrumb li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.breadcrumb li a:hover {
  opacity: 0.6;
}

.td-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.1em 0;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 959px) {
  .td-item {
    display: block;
  }
}
.td-item:first-child {
  padding-top: 0;
}
.td-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.td-title {
  width: 6em;
  white-space: nowrap;
  margin-right: 30px;
}
@media screen and (max-width: 959px) {
  .td-title {
    margin-bottom: 20px;
  }
}
.td-text {
  width: -webkit-fill-available;
}

@media screen and (max-width: 959px) {
  #single .detail_table__wrap,
  #products-single .detail_table__wrap,
  #case-single .detail_table__wrap,
  #page-showroom__facility .detail_table__wrap,
  #works .detail_table__wrap {
    overflow-x: scroll;
    display: block;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 959px) {
  #single .detail_table__wrap table,
  #products-single .detail_table__wrap table,
  #case-single .detail_table__wrap table,
  #page-showroom__facility .detail_table__wrap table,
  #works .detail_table__wrap table {
    width: auto !important;
  }
}
@media screen and (max-width: 959px) {
  #single .detail_table__wrap table th,
  #products-single .detail_table__wrap table th,
  #case-single .detail_table__wrap table th,
  #page-showroom__facility .detail_table__wrap table th,
  #works .detail_table__wrap table th {
    white-space: nowrap;
    width: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  #single .detail_table__wrap table th,
  #products-single .detail_table__wrap table th,
  #case-single .detail_table__wrap table th,
  #page-showroom__facility .detail_table__wrap table th,
  #works .detail_table__wrap table th {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 959px) {
  #single .detail_table__wrap table td,
  #products-single .detail_table__wrap table td,
  #case-single .detail_table__wrap table td,
  #page-showroom__facility .detail_table__wrap table td,
  #works .detail_table__wrap table td {
    white-space: nowrap;
    width: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  #single .detail_table__wrap table td,
  #products-single .detail_table__wrap table td,
  #case-single .detail_table__wrap table td,
  #page-showroom__facility .detail_table__wrap table td,
  #works .detail_table__wrap table td {
    padding: 1em 1em;
  }
}
#single table,
#products-single table,
#case-single table,
#page-showroom__facility table,
#works table {
  width: 100% !important;
  font-weight: 500;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  background-color: #fff;
}
#single th,
#products-single th,
#case-single th,
#page-showroom__facility th,
#works th {
  width: 36% !important;
  padding: 1em 2em;
  border: 1px solid #e2e2e2;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  #single th th,
  #products-single th th,
  #case-single th th,
  #page-showroom__facility th th,
  #works th th {
    padding: 1em 1em;
  }
}
#single td,
#products-single td,
#case-single td,
#page-showroom__facility td,
#works td {
  width: 64% !important;
  padding: 1em 2em;
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 479px) {
  #single td,
  #products-single td,
  #case-single td,
  #page-showroom__facility td,
  #works td {
    padding: 1em 1em;
  }
}

.scroll ~ p:first-of-type {
  margin: 0.5em auto 0;
}

.blueround_list {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 30px;
}
.blueround_list:last-child {
  padding-bottom: 0px;
}
.blueround_list li {
  margin-bottom: 8px;
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}
.blueround_list li :last-child {
  margin-bottom: 0px;
}
.blueround_list li::before {
  content: "";
  position: absolute;
  background-color: #007bd0;
  width: 4px;
  height: 4px;
  top: 13px;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border-radius: 50%;
}

.detail_feature_number {
  display: none;
}

.detail_feature_number_list {
  margin: 0;
  line-height: 1.8;
  counter-reset: item;
}
.detail_feature_number_list li {
  margin-bottom: 0.8em;
  padding-left: 2em;
  position: relative;
  counter-increment: item;
}
.detail_feature_number_list li::before {
  position: absolute;
  content: counter(item);
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #007bd0;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 11px;
  text-indent: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail_feature_number_list li:last-of-type {
  margin-bottom: 0;
}

#company .page__body {
  max-width: 72.73%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #company .page__body {
    max-width: 100%;
  }
}
#company .page__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .page__nav {
  max-width: 20%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #company .page__nav {
    display: none;
  }
}
#company .top_massage__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 479px) {
  #company .top_massage__wrap {
    display: block;
  }
}
#company .top_massage__left {
  max-width: 52.5%;
  width: 100%;
}
@media screen and (max-width: 479px) {
  #company .top_massage__left {
    max-width: 100%;
  }
}
#company .top_massage__right {
  max-width: 38%;
  width: 100%;
}
@media screen and (max-width: 479px) {
  #company .top_massage__right {
    max-width: 80%;
    margin: 0 auto;
  }
}
#company .top_massage__title {
  font-size: clamp(1.25rem, 1.112804878rem + 0.5853658537vw, 1.625rem);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  #company .top_massage__title {
    margin-bottom: 20px;
  }
}
#company .top_massage__text {
  line-height: 1.8;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}
@media screen and (max-width: 479px) {
  #company .top_massage__text {
    margin-bottom: 2em;
  }
}
#company .top_massage__name {
  margin-top: 10px;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}
#company .top_massage__name span {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  margin-right: 15px;
}
#company .top_massage__img {
  position: relative;
  overflow: hidden;
  padding-top: calc(360 / 300 * 100%);
  width: 100%;
}
#company .top_massage__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#company #management-philosophy .management-philosophy__title {
  padding: 10px 20px;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  color: #007bd0;
  border-bottom: 2px solid #007bd0;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 2.9em;
}
@media screen and (max-width: 479px) {
  #company #management-philosophy .management-philosophy__title {
    margin-bottom: 1.5em;
  }
}
#company #management-philosophy .management-philosophy__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 2px;
  height: 28px;
  background-color: #007bd0;
}
#company #management-philosophy .management-philosophy__creed .creed__content {
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 30px;
}
#company #management-philosophy .management-philosophy__creed .creed__en {
  color: #007bd0;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-weight: 500;
}
#company #management-philosophy .management-philosophy__creed .creed__jp {
  font-size: clamp(1.375rem, 1.2835365854rem + 0.3902439024vw, 1.625rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}
#company #management-philosophy .management-philosophy__motto .motto__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  #company #management-philosophy .management-philosophy__motto .motto__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 959px) {
  #company #management-philosophy .management-philosophy__motto .motto__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  #company #management-philosophy .management-philosophy__motto .motto__list {
    grid-template-columns: 1fr;
  }
}
#company #management-philosophy .management-philosophy__motto .motto__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}
#company #management-philosophy .management-philosophy__motto .motto__number {
  color: #999999;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 8px;
  line-height: 1;
}
#company #management-philosophy .management-philosophy__motto .motto__main p {
  font-size: clamp(1.125rem, 1.0792682927rem + 0.1951219512vw, 1.25rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.5;
}
#company #management-philosophy .management-philosophy__motto .motto__main--big {
  font-size: clamp(1.25rem, 1.2042682927rem + 0.1951219512vw, 1.375rem);
}
#company #management-philosophy .management-philosophy__motto .motto__sub {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}
#company #outline table {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  width: 100% !important;
  table-layout: fixed;
  word-wrap: break-word;
}
#company #outline table th {
  letter-spacing: 0.1em;
  text-align: left;
  width: 20%;
  padding: 30px 40px 30px 0;
}
@media screen and (max-width: 479px) {
  #company #outline table th {
    width: 30%;
    padding-right: 20px;
  }
}
#company #outline table .th-2 {
  table-layout: auto;
  width: 200px;
  /* ここで横幅を変更します */
  max-width: 200px;
}
#company #outline table td {
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 30px 0;
}
#company #outline table tr {
  border-bottom: solid 1px #e0e0e0;
}
#company #outline table tr:first-child th,
#company #outline table tr:first-child td {
  padding-top: 0px;
}
#company #history .history__list li {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: solid 1px #e0e0e0;
}
#company #history .history__list li:first-child {
  padding-top: 0px;
}
@media screen and (max-width: 479px) {
  #company #history .history__list li {
    display: block;
  }
}
#company #history .history-item__content {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  line-height: 1.7;
}
#company #history .history-item__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 24%;
  padding-right: 40px;
}
@media screen and (max-width: 479px) {
  #company #history .history-item__date {
    margin-bottom: 1em;
  }
}
#company #history .history-item__date .date {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  margin-right: 10px;
  letter-spacing: 0.05em;
}
#company #history .history-item__date .calendar {
  background-color: #e6eef4;
  padding: 4px 12px;
  text-align: center;
  color: #007bd0;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  min-width: 5em;
  border-radius: 4px;
}
#company #branch .branch__box {
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#company #branch .branch__box:first-child {
  margin-top: 0px;
}
#company #branch .branch-item__title {
  font-size: clamp(1.125rem, 1.0792682927rem + 0.1951219512vw, 1.25rem);
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: solid 2px #e0e0e0;
  margin-bottom: 20px;
  font-weight: 500;
}
#company #branch .branch-item__title span {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  margin-left: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #company #branch .branch-item__title span {
    margin-left: 0;
  }
}
#company #branch .branch-item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  #company #branch .branch-item__wrap {
    display: block;
  }
}
#company #branch .branch-item__map {
  max-width: 31.25%;
  width: 100%;
  position: relative;
  overflow: hidden;
  content: "";
}
@media screen and (max-width: 479px) {
  #company #branch .branch-item__map {
    aspect-ratio: 4/2;
    max-width: none;
  }
}
#company #branch .branch-item__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#company #branch .branch-item__address {
  max-width: 62.7%;
  width: 100%;
}
@media screen and (max-width: 479px) {
  #company #branch .branch-item__address {
    max-width: none;
    padding-top: 1.4em;
  }
}
#company #branch .branch-item__address table {
  width: 100% !important;
}
#company #branch .branch-item__address table th {
  text-align: center;
  color: #007bd0;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: top;
}
#company #branch .branch-item__address table th span {
  padding: 4px 0;
  display: block;
  background-color: #e6eef4;
  border-radius: 4px;
  min-width: 4rem;
}
#company #branch .branch-item__address table td {
  font-size: clamp(0.875rem, 0.9207317073rem - 0.1951219512vw, 0.75rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 15px;
  padding-bottom: 10px;
  word-break: break-word;
}
#company #branch .branch-item__address table td.tel {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  line-height: 1.3;
}
#company #branch .branch-item__address table td.address {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  line-height: 1.7;
}
#company #collaboration-company ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 959px) {
  #company #collaboration-company ul {
    gap: 10px;
  }
}
@media screen and (max-width: 479px) {
  #company #collaboration-company ul {
    display: block;
  }
}
#company #collaboration-company li {
  width: 48%;
}
@media screen and (max-width: 479px) {
  #company #collaboration-company li {
    width: 100%;
    margin-bottom: 2em;
  }
  #company #collaboration-company li:last-of-type {
    margin-bottom: 0px;
  }
}
#company #collaboration-company .cc__item {
  background-color: #fff;
  aspect-ratio: 3/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}
#company #collaboration-company .cc__item-wrapper {
  width: 80%;
  height: 70%;
}
#company #collaboration-company .cc__img {
  width: 80%;
  height: 40%;
}
#company #collaboration-company .cc__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#company #collaboration-company .cc__text {
  margin-top: 10px;
  text-align: center;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.1em;
}
#company #collaboration-company .cc__text span {
  margin-left: 5px;
}
#company #qualification-status .qualification:last-of-type .qualification__list {
  margin-bottom: 0;
}
#company #qualification-status .qualification__title {
  padding: 10px 20px;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  color: #007bd0;
  border-bottom: 2px solid #007bd0;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 2.9em;
}
@media screen and (max-width: 479px) {
  #company #qualification-status .qualification__title {
    margin-bottom: 1.5em;
  }
}
#company #qualification-status .qualification__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 2px;
  height: 28px;
  background-color: #007bd0;
}
#company #qualification-status .qualification__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  #company #qualification-status .qualification__list {
    display: block;
  }
}
#company #qualification-status .qualification__list li {
  max-width: 48%;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  #company #qualification-status .qualification__list li {
    max-width: none;
    margin-bottom: 1.3em;
    padding-bottom: 1.3em;
  }
  #company #qualification-status .qualification__list li:last-of-type {
    margin-bottom: 0px;
  }
}
#company #qualification-status .qualification__name {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
}
#company #qualification-status .qualification__number {
  color: #007bd0;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}
#company #qualification-status .qualification__number span {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  color: #333333;
  margin-left: 4px;
}

.works-page-navi .page {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .works-page-navi .page {
    padding-bottom: 40px;
  }
}
.works-page-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .works-page-navi ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.works-page-navi ul li {
  margin: 10px 0;
}
@media screen and (max-width: 959px) {
  .works-page-navi ul li {
    width: 48%;
    margin: 10px auto 0;
    min-width: 260px;
  }
  .works-page-navi ul li:first-child {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) {
  .works-page-navi ul::after {
    display: block;
    content: "";
    width: 50%;
  }
}
.works-page-navi__link {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  padding: 12px 80px 14px 20px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .works-page-navi__link {
    display: block;
    margin-right: 0;
  }
}
.works-page-navi__link span {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: bold;
  color: #007bd0;
  display: inline-block;
  padding: 0 0.4em 0 0;
}
.works-page-navi__link img {
  position: absolute;
  width: 15px;
  right: 20px;
  top: 15px;
}

.works-contents {
  overflow: clip;
}
.works-contents__image-wrap {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .works-contents__image-wrap {
    margin: 0 calc(50% - 50vw);
  }
}
.works-contents__image {
  width: 100%;
  height: 29vw;
  max-height: 400px;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .works-contents__image {
    height: 50vw;
  }
}
.works-contents__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-contents__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .works-contents__wrapper {
    display: block;
  }
}
.works-contents__wrapper-aside {
  width: 38%;
}
@media screen and (max-width: 959px) {
  .works-contents__wrapper-aside {
    width: 100%;
  }
}
.works-contents__wrapper-body {
  width: 60%;
}
@media screen and (max-width: 959px) {
  .works-contents__wrapper-body {
    width: 100%;
  }
}

.works-title {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.works-title__sub {
  margin-bottom: 1.3em;
}
.works-title__sub span {
  color: #007bd0;
  display: inline-block;
  padding: 0 0.5em;
}
.works-title__main {
  font-size: clamp(0.625rem, -0.2896341463rem + 3.9024390244vw, 3.125rem);
  margin-bottom: 0.8em;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .works-title__main {
    font-size: 36px;
  }
}
.works-title__color {
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.works-title__text {
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 959px) {
  .works-title__text {
    margin-bottom: 2em;
  }
}

.works-templates1 {
  margin-bottom: 5em;
}
.works-templates1:last-of-type {
  margin-bottom: 0;
}
.works-templates1__title {
  letter-spacing: 0.1em;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 959px) {
  .works-templates1__title {
    padding: 20px 0;
  }
}
.works-templates1__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.works-templates1__title::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 3px;
  background: rgb(0, 123, 208);
  background: -webkit-linear-gradient(135deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
  background: linear-gradient(315deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
}
.works-templates1__title {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  color: #007bd0;
}
.works-templates1__text {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  padding: 2em 0;
}
.works-templates1__image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-templates1__image-wrapper-item {
  width: 48%;
  text-align: right;
}
.works-templates1__image-wrapper-item p {
  color: #999999;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  margin-top: 6px;
}
.works-templates1__image {
  position: relative;
  overflow: hidden;
  padding-top: calc(220 / 320 * 100%);
  width: 100%;
}
.works-templates1__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.works-templates1__image {
  border-radius: 0.35em;
}

.accordion {
  margin-bottom: 2.8em;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__container {
  width: 100%;
}
.accordion__title {
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  color: #fff;
  text-align: left;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  padding: 0.5em 2em 0.5em 1.5em;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  margin-bottom: 1em;
}
.accordion__title:hover {
  opacity: 0.8;
}

.icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.accordion__title.open .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon:before,
.icon:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.icon:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.accordion__title.open .icon_wrap .icon:before {
  content: none;
}

.accordion__title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion__inner {
  display: none;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion__title.open .accordion__inner {
  display: block;
}

.works-breadcrumb {
  text-align: right;
}
.works-breadcrumb ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.performance-research {
  text-align: right;
  margin-top: 1em;
}

.performance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.8em;
}
@media screen and (max-width: 1199px) {
  .performance-grid {
    grid-template-columns: 1fr;
  }
}

.performance-contents {
  background-color: #fff;
  padding: 3.6em 2.5em 4.3em;
}
.performance-contents__heading {
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  .performance-contents__heading {
    padding: 10px 0;
  }
}
.performance-contents__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.performance-contents__heading::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 3px;
  background: rgb(0, 123, 208);
  background: -webkit-linear-gradient(135deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
  background: linear-gradient(315deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
}
.performance-contents__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1rem, 0.7256097561rem + 1.1707317073vw, 1.75rem);
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .performance-contents__heading {
    margin-bottom: 2em;
    line-height: 1.2;
  }
}
.performance-contents__heading span {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 2.0426829268rem + 1.9512195122vw, 3.75rem);
  font-weight: 500;
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-style: italic;
  display: inline-block;
  padding: 0 0.2em;
}

.performance-templates1 {
  margin-bottom: 2.8em;
}
@media screen and (max-width: 479px) {
  .performance-templates1 {
    margin-bottom: 2;
  }
}
.performance-templates1:last-child {
  margin-bottom: 2.1em;
}
.performance-templates1__title {
  background: -webkit-linear-gradient(63deg, rgb(8, 77, 118) 0%, rgb(18, 140, 213) 100%);
  background: linear-gradient(27deg, rgb(8, 77, 118) 0%, rgb(18, 140, 213) 100%);
  color: #fff;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  padding: 5px 20px 7px;
  border-radius: 0.25em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.performance-templates1__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .performance-templates1__item-wrapper {
    display: block;
  }
}
.performance-templates1__itemblock {
  width: 45%;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 479px) {
  .performance-templates1__itemblock {
    width: 100%;
  }
  .performance-templates1__itemblock:not(:last-child) {
    margin-bottom: 1em;
  }
}
.performance-templates1__itemblock p {
  color: #007bd0;
  font-weight: bold;
}
.performance-templates1__item {
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
}
.performance-templates1__item span {
  font-size: clamp(1.75rem, 1.612804878rem + 0.5853658537vw, 2.125rem);
  display: inline-block;
  padding: 0 0.4em 0 0;
  letter-spacing: 0.1em;
  font-style: italic;
  font-weight: 500;
}

.performance-templates2__description.attention {
  text-indent: -1em;
  padding-left: 1em;
}

.works-breadcrumb {
  text-align: right;
}
.works-breadcrumb ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 959px) {
  #products-category.page {
    margin-top: 80px;
  }
}

.products__item ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 1199px) {
  .products__item ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .products__item ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .products__item ul {
    grid-template-columns: 1fr;
  }
}
.products__item ul li {
  width: 100%;
}
.products__img {
  position: relative;
  overflow: hidden;
  padding-top: calc(160 / 260 * 100%);
  width: 100%;
}
.products__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products__img {
  border-radius: 5px;
}
.products__img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__text {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.1em;
  margin-top: 8px;
  text-align: center;
}

.modal {
  margin: 100px 8vw 100px;
}
.modal__text {
  margin-top: 3em;
}
.modal__text p {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  padding-bottom: 4em;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal__text p:last-child {
  padding-bottom: 0;
}

#modal {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#modal__content {
  background-color: #fefefe;
  padding: 7%;
  border: 1px solid #888;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 100px auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  #modal__content {
    padding-top: 80px;
  }
}
#modal__content .post__title {
  font-size: clamp(1.25rem, 0.7926829268rem + 1.9512195122vw, 2.5rem);
}

.modal-button__wrap {
  margin: 20px auto 0 0;
}
@media screen and (max-width: 959px) {
  .modal-button__wrap {
    text-align: right;
  }
}

#modal-button {
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
  width: 250px;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 15px;
  position: relative;
  color: #50586d;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}
#modal-button::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 8px;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./assets/images/icon/arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal__close {
  position: absolute;
  font-weight: 500;
  color: #999999;
  width: 40px;
  height: 40px;
  border: solid 1px #999999;
  font-size: 20px;
  border-radius: 50%;
  right: 3vw;
  top: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
}

#category-list {
  position: relative;
  overflow: hidden;
}
#category-list .category-list {
  background-color: #fff;
  width: 100vw;
  margin: 8em calc(50% - 50vw);
  padding: 80px 8vw;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  #category-list .category-list {
    margin: 4em calc(50% - 50vw);
  }
}
#category-list .category-list p {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#category-list .category-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 30px;
}
@media screen and (max-width: 1199px) {
  #category-list .category-list ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  #category-list .category-list ul {
    grid-template-columns: 1fr;
  }
}
#category-list .category-list ul a {
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding: 15px 0;
  position: relative;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#category-list .category-list ul a:first-child {
  padding-top: 0px;
}
#category-list .category-list ul a li {
  text-align: left;
}
#category-list .category-list ul a li::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 8px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./assets/images/icon/arrow-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.categoryList__box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-category__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 80px;
}
@media screen and (max-width: 959px) {
  .products-category__text-wrapper {
    display: block;
    margin: 60px auto 100px;
  }
}
.products-category__catch {
  width: 100%;
  max-width: 36%;
  font-size: clamp(1.375rem, 1.3292682927rem + 0.1951219512vw, 1.5rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 959px) {
  .products-category__catch {
    max-width: inherit;
    margin-bottom: 40px;
  }
}
.products-category__text {
  width: 100%;
  max-width: 54%;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .products-category__text {
    max-width: inherit;
  }
}
.products-category__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 1199px) {
  .products-category__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .products-category__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .products-category__list {
    grid-template-columns: 1fr;
  }
}
.products-category__list li {
  width: 100%;
}
.products-category__title {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.1em;
  margin-top: 6px;
  font-weight: 600;
}
.products-category__img {
  position: relative;
  overflow: hidden;
  padding-top: calc(160 / 260 * 100%);
  width: 100%;
}
.products-category__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products-category__img {
  border-radius: 5px;
  margin-bottom: 12px;
}
.products-category__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  #products-single .page__sidebar {
    max-width: 20%;
  }
}
@media screen and (max-width: 959px) {
  #products-single .page__sidebar {
    max-width: inherit;
  }
}
@media screen and (max-width: 959px) {
  #products-single .page__nav ul {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #products-single .page__content {
    max-width: 72%;
  }
}
@media screen and (max-width: 959px) {
  #products-single .page__content {
    max-width: inherit;
  }
}
#products-single h5 {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: 500;
}
#products-single ul li {
  font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem);
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#products-single ul li:first-child {
  margin-top: 0px;
}
#products-single ul li span {
  color: #007bd0;
}
@media screen and (max-width: 959px) {
  #products-single .products-single__title {
    margin: 0 auto 0 0;
  }
}
#products-single .products-single__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 959px) {
  #products-single .products-single__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
#products-single .products-single__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #products-single .products-single__item-wrap {
    display: block;
  }
}
#products-single .products-single__left-item .page__nav {
  height: auto;
}
#products-single .products-single__img {
  position: relative;
  overflow: hidden;
  padding-top: calc(400 / 800 * 100%);
  width: 100%;
}
#products-single .products-single__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#products-single .products-single__img {
  margin-bottom: 60px;
}
#products-single .products-single__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#products-single .products-single__wrapper {
  padding-top: 160px;
}
#products-single .products-single__wrapper:nth-child(2) {
  padding-top: 0px;
}
#products-single .post__title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#products-single .post__category {
  margin-bottom: 6px;
}

@media screen and (max-width: 959px) {
  #products-single.page {
    margin-top: 80px;
  }
}

.products-loop__title {
  font-size: clamp(1.25rem, 1.0213414634rem + 0.9756097561vw, 1.875rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 959px) {
  .products-loop__title {
    padding: 20px 0;
  }
}
.products-loop__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.products-loop__title::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 3px;
  background: rgb(0, 123, 208);
  background: -webkit-linear-gradient(135deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
  background: linear-gradient(315deg, rgb(175, 222, 253) 0%, rgb(0, 123, 208) 100%);
}
.products-loop__title {
  margin-bottom: 50px;
}
.products-loop__item h5 {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: 500;
}
.products-loop__item ul li {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.products-loop__item ul li:first-child {
  margin-top: 0px;
}
.products-loop__item ul li span {
  color: #007bd0;
}

#products-other .page__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#products-other .page-item__title {
  padding: 0px;
}
#products-other .page-item__title::before, #products-other .page-item__title::after {
  display: none;
}
#products-other .page__detail-title {
  margin: 20px auto 0 auto;
}
#products-other .products-other {
  margin-bottom: 130px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}
#products-other .products-other:last-child {
  margin-bottom: 0px;
}
#products-other .products-other .page-item__title span {
  margin-left: 0;
}
#products-other .button__square {
  max-width: 230px;
}

.products-other__loop {
  margin: 4em 0 0;
}
.products-other .accordion__title {
  margin-bottom: 1em;
}

#products-relocation .accordion__title {
  margin-bottom: 1.5em;
}
#products-relocation .accordion__inner {
  margin-top: 1.5em;
}

#products-other .accordion__inner,
#products-relocation .accordion__inner {
  display: block;
  padding: 0 20px;
}
#products-other .accordion__inner ul,
#products-relocation .accordion__inner ul {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 30px;
}
#products-other .accordion__inner ul:last-child,
#products-relocation .accordion__inner ul:last-child {
  padding-bottom: 0px;
}
#products-other .accordion__inner ul li,
#products-relocation .accordion__inner ul li {
  margin-bottom: 8px;
  padding-left: 1em;
  position: relative;
  margin-top: 0px !important;
}
#products-other .accordion__inner ul li :last-child,
#products-relocation .accordion__inner ul li :last-child {
  margin-bottom: 0px;
}
#products-other .accordion__inner ul li::before,
#products-relocation .accordion__inner ul li::before {
  content: "";
  position: absolute;
  background-color: #007bd0;
  width: 4px;
  height: 4px;
  top: 13px;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border-radius: 50%;
}
#products-other .accordion__title,
#products-relocation .accordion__title {
  cursor: auto;
}
#products-other .accordion__title:hover,
#products-relocation .accordion__title:hover {
  opacity: 1;
}

#case .page__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#case .page__nav {
  height: auto;
}
@media screen and (max-width: 1199px) {
  #case .page__nav {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 479px) {
  #case .page__nav {
    margin: 0 0 40px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.case__item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case__item ul li {
  max-width: 47.5%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .case__item ul li {
    max-width: 760px;
    margin: 0 auto;
  }
}
.case__selectBox select {
  cursor: pointer;
  color: #007bd0;
  padding: 8px 15px;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  max-width: 100%;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.case-selectBox__head {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 12px;
  color: #007bd0;
  position: relative;
}
@media screen and (max-width: 479px) {
  .case-selectBox__head {
    text-align: right;
  }
}
.case-selectBox__wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-selectBox__wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 7.5px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  border-right: 2px solid #007bd0;
  border-bottom: 2px solid #007bd0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  #case .page__sidebar {
    max-width: inherit;
  }
}

.case-item__img {
  position: relative;
  overflow: hidden;
  padding-top: calc(240 / 380 * 100%);
  width: 100%;
}
.case-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.case-item__img {
  border-radius: 5px;
  margin-bottom: 16px;
}
.case-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-item__title {
  margin-top: 10px;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  #case-single .case-single__title {
    margin-top: 8em;
  }
}
#case-single .case-single__link {
  display: block;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  color: #999999;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  margin-top: 10px;
}
#case-single .case-single__link a {
  word-break: break-all;
}
#case-single .case-single__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  #case-single .case-single__wrap {
    display: block;
  }
}
#case-single .case-single .post__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: clamp(1.9375rem, 1.9375rem + 0vw, 1.9375rem);
}

#archive .page__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#archive .page__nav {
  height: auto;
}
@media screen and (max-width: 1199px) {
  #archive .page__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  #archive .page__nav ul {
    display: block;
  }
}

.archive__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: solid 1px #e0e0e0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive__list li:first-child {
  border-top: solid 1px #e0e0e0;
}
.archive__text {
  width: 75%;
}
.archive__title {
  margin-top: 8px;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
}
.archive__img-wrap {
  width: 20%;
}
.archive__img {
  aspect-ratio: 23/12;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .archive__img {
    aspect-ratio: 23/23;
  }
}
.archive__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single__content {
  max-width: 1100px;
  margin: 40px auto 0 auto;
  width: 100%;
}
.single__content p {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 2;
  word-break: break-all;
}
.single__content a {
  color: #007bd0;
}
.single__content img {
  margin: 20px 0;
}
@media screen and (max-width: 479px) {
  .single__title {
    margin-top: 8em;
  }
}

#custom h1 {
  font-size: 30px !important;
  margin-bottom: 30px;
}
#custom .page__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#custom .custom__left-item {
  max-width: 25%;
  width: 100%;
}
#custom .custom__right-item {
  max-width: 70%;
  width: 100%;
}
#custom .custom__wrapper {
  height: auto;
  background-color: #fff;
  margin-top: 30px;
}
#custom .custom__wrapper:first-child {
  margin-top: 0px;
}
#custom .custom__navi {
  background-color: #fff;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
#custom .custom__box {
  padding: 30px;
}
#custom .custom__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.recruit-main {
  position: relative;
  overflow: hidden;
  padding-top: calc(597 / 1366 * 100%);
  width: 100%;
}
.recruit-main img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit-main {
  width: 95%;
  margin: 3em auto 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .recruit-main {
    min-height: 75vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 8em;
  }
}
.recruit-main::before {
  content: "";
  background: -webkit-linear-gradient(245deg, rgba(104, 223, 225, 0.3), rgba(66, 175, 214, 0.3), rgba(33, 134, 204, 0.3));
  background: linear-gradient(205deg, rgba(104, 223, 225, 0.3), rgba(66, 175, 214, 0.3), rgba(33, 134, 204, 0.3));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.recruit-main__wrapper {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2;
  max-width: 1400px;
  width: 100%;
  padding: 0 0 5.8em 7em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 959px) {
  .recruit-main__wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    width: auto;
    padding: 0 5em 5em 5em;
  }
}
@media screen and (max-width: 479px) {
  .recruit-main__wrapper {
    padding: 0 2.5em 2.5em 2.5em;
  }
}
.recruit-main__title {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.5rem, 2.1341463415rem + 1.5609756098vw, 3.5rem);
}
.recruit-main__sub-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  opacity: 0.5;
  margin-bottom: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.recruit-main__text {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}

.recruit-pagetitle {
  letter-spacing: 0.2em;
}
.recruit-pagetitle__color {
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.recruit-pagetitle-en {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2.5rem, 1.1280487805rem + 5.8536585366vw, 6.25rem);
  line-height: 1.4em;
}
.recruit-pagetitle-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__text-wrapper {
  width: 55%;
}
@media screen and (max-width: 959px) {
  .message__text-wrapper {
    width: 100%;
  }
}
.message__title {
  margin-bottom: 5.7em;
}
@media screen and (max-width: 959px) {
  .message__title {
    margin-bottom: 3em;
  }
}
.message__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.625rem, 1.487804878rem + 0.5853658537vw, 2rem);
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 1.5em;
  padding-right: 0.3em;
  line-height: 1.6em;
}
.message__description {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  padding-right: 6em;
  max-width: 600px;
}
@media screen and (max-width: 959px) {
  .message__description {
    max-width: inherit;
    padding-right: 0;
  }
}

.features__title {
  text-align: center;
  margin-bottom: 5.7em;
}
@media screen and (max-width: 959px) {
  .features__title {
    margin-bottom: 3em;
    text-align: left;
  }
}
.features__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.features__text-wrapper {
  width: 52%;
  text-align: left;
  padding-right: 50px;
}
@media screen and (max-width: 959px) {
  .features__text-wrapper {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.features__items {
  display: inline-block;
  text-align: left;
}
.features__items li {
  width: 100%;
  max-width: 500px;
  padding-bottom: 1em;
  border-bottom: 1px solid #e2e2e2;
  margin: 3.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .features__items li {
    margin: 2em 0;
  }
}
.features__items li p {
  font-size: clamp(0.9375rem, 0.868902439rem + 0.2926829268vw, 1.125rem);
  line-height: 1.6;
  margin: auto 0;
}
.features__items li p span {
  font-size: clamp(1.25rem, 1.0670731707rem + 0.7804878049vw, 1.75rem);
}
.features__items li:first-child {
  margin-left: 3em;
}
@media screen and (max-width: 959px) {
  .features__items li:first-child {
    margin-top: 0;
  }
}
.features__items li:nth-child(2) {
  margin-left: 1.5em;
}
@media screen and (max-width: 959px) {
  .features__items li:last-child {
    margin-bottom: 0;
  }
}
.features__number {
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.875rem, 1.5091463415rem + 1.5609756098vw, 2.875rem);
  padding-right: 0.5em;
  margin: auto 0;
}

.recruit-content-image {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .recruit-content-image {
    width: 80%;
    margin: 60px 0 0 auto;
  }
}
.recruit-content-image__shape {
  position: relative;
  width: 80%;
  max-width: 450px;
  aspect-ratio: 400/450;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  overflow: hidden;
}
.recruit-content-image__shape img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(10deg) scale(1.3);
          transform: translate(-50%, -50%) skew(10deg) scale(1.3);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.recruit-content-image__shape-bg {
  position: relative;
}
.recruit-content-image__shape-bg::after {
  content: "";
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  max-width: 450px;
  width: 80%;
  height: 100%;
  aspect-ratio: 400/450;
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(66, 175, 214) 50%, rgb(104, 223, 225) 100%);
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 5%;
}

.requirements__title {
  margin-bottom: 5.7em;
}
@media screen and (max-width: 959px) {
  .requirements__title {
    margin-bottom: 3em;
  }
}
.requirements__text-wrapper {
  width: 80%;
  margin: 0 auto;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.7em;
}
@media screen and (max-width: 959px) {
  .requirements__text-wrapper {
    width: 100%;
  }
}
.requirements__text-wrapper tr {
  padding: 2.1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 479px) {
  .requirements__text-wrapper tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.requirements__text-wrapper tr:first-child {
  border-top: 1px solid #dddddd;
}
.requirements__text-wrapper th {
  display: inline-block;
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .requirements__text-wrapper th {
    width: 100%;
    margin-bottom: 30px;
  }
}
.requirements__text-wrapper td {
  display: inline-block;
  width: 76%;
}
@media screen and (max-width: 479px) {
  .requirements__text-wrapper td {
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 479px) {
  .requirements__text-wrapper .td-item {
    padding: 20px 0;
    border-bottom: none;
  }
  .requirements__text-wrapper .td-item:first-child {
    padding-top: 0;
  }
  .requirements__text-wrapper .td-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.requirements-entry__link {
  text-align: center;
  margin-top: 9em;
}
@media screen and (max-width: 959px) {
  .requirements-entry__link {
    margin-top: 80px;
  }
}
.requirements-entry__button {
  position: relative;
  display: inline-block;
  font-size: clamp(1rem, 0.9542682927rem + 0.1951219512vw, 1.125rem);
  color: #fff;
  padding: 1.5em 4em 1.5em 1.5em;
  border-radius: 0.3em;
  background: -webkit-linear-gradient(63deg, rgb(33, 134, 204) 0%, rgb(104, 223, 225) 100%);
  background: linear-gradient(27deg, rgb(33, 134, 204) 0%, rgb(104, 223, 225) 100%);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 500px;
}
.requirements-entry__button .recruit-button {
  margin-top: 0;
}
.requirements-entry__button .recruit-button__bg {
  background-color: #fff;
  border-radius: 20px;
  width: 60px;
  height: 36px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 10%;
}
@media screen and (max-width: 479px) {
  .requirements-entry__button .recruit-button__bg {
    right: 6%;
  }
}

#page-recruit__message {
  padding-top: 9.3em;
  padding-bottom: 4.3em;
}

#page-recruit__features {
  padding-top: 4.3em;
  padding-bottom: 4.3em;
}

#page-recruit__requirements {
  padding-top: 4.3em;
}

.showroom-main {
  width: 100%;
  min-height: calc(100vh - 110px);
  background: -webkit-linear-gradient(60deg, rgb(46, 135, 163) 40%, rgb(64, 188, 230) 90%);
  background: linear-gradient(30deg, rgb(46, 135, 163) 40%, rgb(64, 188, 230) 90%);
}
@media screen and (max-width: 959px) {
  .showroom-main {
    min-height: calc(100vh - 130px);
    margin-top: 100px;
  }
}
.showroom-main__container {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 110px);
}
@media screen and (max-width: 959px) {
  .showroom-main__container {
    min-height: calc(100vh - 130px);
  }
}
.showroom-main__image {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .showroom-main__image {
    width: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 40%;
  }
}
@media screen and (max-width: 479px) {
  .showroom-main__image {
    width: 80%;
    top: 30%;
  }
}
.showroom-main__image-inner {
  position: relative;
  overflow: hidden;
  padding-top: calc(520 / 550 * 100%);
  width: 100%;
}
.showroom-main__image-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.showroom-main__text-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 600px;
  width: 100%;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .showroom-main__text-wrapper {
    top: 75%;
  }
}
@media screen and (max-width: 479px) {
  .showroom-main__text-wrapper {
    top: 70%;
  }
}
.showroom-main__title {
  display: inline-block;
  font-family: "Inter", sans-serif;
  line-height: 0.8em;
  font-weight: 500;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  letter-spacing: 0.1em;
  font-size: clamp(2.5rem, 1.3567073171rem + 4.8780487805vw, 5.625rem);
  padding-right: 0.55em;
  background: -webkit-linear-gradient(63deg, rgb(46, 135, 163) 35%, rgb(64, 188, 230) 90%);
  background: linear-gradient(27deg, rgb(46, 135, 163) 35%, rgb(64, 188, 230) 90%);
  margin-bottom: 0.11em;
}
@media screen and (min-width: 1500px) {
  .showroom-main__title {
    font-size: clamp(2.5rem, 0.7850609756rem + 7.3170731707vw, 7.1875rem);
  }
}
.showroom-main__sub-title {
  font-size: clamp(1.25rem, 0.7012195122rem + 2.3414634146vw, 2.75rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1em;
}
.showroom-main__page-link ul {
  display: grid;
  gap: 6px;
  grid-auto-flow: column;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .showroom-main__page-link ul {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .showroom-main__page-link ul {
    grid-auto-flow: row;
    width: 70%;
    gap: 15px;
    margin: 0 auto;
  }
}
.showroom-main__page-link li {
  background-color: #fff;
  color: #369bbc;
  font-weight: bold;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  font-size: clamp(0.875rem, 0.8521341463rem + 0.0975609756vw, 0.9375rem);
}
.showroom-main__link-item {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  padding: 15px 20px 15px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .showroom-main__link-item {
    padding: 10px 20px 10px 25px;
  }
}
.showroom-main__link-item p {
  line-height: 1em;
}
.showroom-main__link-item img {
  width: 15px;
}

#page-showroom__main {
  padding-top: 0;
  padding-bottom: 0;
}

#showroom-intro-overflow {
  overflow: hidden;
}

.showroom-intro {
  margin-right: calc(50% - 50vw);
  padding-right: 9.74vw;
  margin-bottom: 100px;
}
.showroom-intro:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 1280px) {
  .showroom-intro {
    margin-bottom: 0px;
    font-size: 40px;
    margin-top: 5em;
  }
}
@media screen and (max-width: 959px) {
  .showroom-intro {
    padding: 0 20px;
    margin-left: calc(50% - 50vw);
    margin-bottom: 100px;
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .showroom-intro {
    margin-bottom: 80px;
  }
}
.showroom-intro__content {
  max-width: 1400px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1280px) {
  .showroom-intro__content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 959px) {
  .showroom-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.showroom-intro__image {
  width: 45%;
  aspect-ratio: 500/416;
}
@media screen and (max-width: 1280px) {
  .showroom-intro__image {
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .showroom-intro__image {
    min-height: inherit;
    height: auto;
    width: 80%;
    bottom: auto;
    max-height: 300px;
    margin-top: -130px;
  }
}
@media screen and (max-width: 479px) {
  .showroom-intro__image {
    width: 100vw;
    margin-top: 0%;
  }
}
.showroom-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .showroom-intro__bg {
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  .showroom-intro__bg::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 110vw;
    padding: 10px;
    height: 30%;
    background: #f5f5f5;
    margin-right: calc(50% - 50vw);
    -webkit-transform: skew(0deg) translate(0%, 0%);
            transform: skew(0deg) translate(0%, 0%);
  }
}
.showroom-intro__text {
  position: relative;
  width: 45%;
  margin: 0 0 0 auto;
  color: #fff;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 959px) {
  .showroom-intro__text {
    width: 100%;
    padding: 0 0 200px 0;
  }
}
@media screen and (max-width: 479px) {
  .showroom-intro__text {
    padding: 0 0 40px 0;
  }
}
.showroom-intro__text-heading-bg {
  position: absolute;
  top: 1.2em;
  -webkit-transform: skew(-10deg) translate(0%, -100%);
          transform: skew(-10deg) translate(0%, -100%);
  background: -webkit-linear-gradient(63deg, rgb(69, 121, 128), rgb(114, 210, 222));
  background: linear-gradient(27deg, rgb(69, 121, 128), rgb(114, 210, 222));
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .showroom-intro__text-heading-bg {
    max-width: 95%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-transform: skew(-10deg) translate(0%, 0%);
            transform: skew(-10deg) translate(0%, 0%);
    top: 0;
    z-index: 1;
  }
}
.showroom-intro__text-heading p {
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.112804878rem + 0.5853658537vw, 1.625rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2em;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  padding: 0 0.8em;
}
@media screen and (max-width: 959px) {
  .showroom-intro__text-heading p {
    white-space: unset;
    line-height: 2.2em;
  }
}
.showroom-intro__text-heading p span {
  font-size: clamp(1.875rem, 1.6463414634rem + 0.9756097561vw, 2.5rem);
}
.showroom-intro__text-description p {
  line-height: 2em;
}
@media screen and (max-width: 959px) {
  .showroom-intro__text-description p {
    padding-top: 20px;
  }
}
.showroom-intro__text-description::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: -webkit-linear-gradient(63deg, rgb(69, 121, 128), rgb(105, 194, 205));
  background: linear-gradient(27deg, rgb(69, 121, 128), rgb(105, 194, 205));
  margin-right: calc(50% - 50vw);
  z-index: -1;
}

.dots {
  background-image: -webkit-radial-gradient(center, circle, #cbac82 17%, transparent 20%);
  background-image: radial-gradient(circle at center, #cbac82 17%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top center;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1.15em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.2em;
  /* 縦方向の位置調整 */
}

.dots-en {
  padding-left: 0.15em;
}

.intro2.showroom-intro {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding-left: 9.74vw;
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .intro2.showroom-intro {
    margin-right: calc(50% - 50vw);
    padding: 0 20px;
  }
}
.intro2 .showroom-intro__content {
  margin: 0 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .intro2 .showroom-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.intro2 .showroom-intro__image {
  right: 0;
}
@media screen and (max-width: 959px) {
  .intro2 .showroom-intro__image {
    right: auto;
  }
}
.intro2 .showroom-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.intro2 .showroom-intro__text-heading-bg {
  background: -webkit-linear-gradient(63deg, rgb(8, 77, 118), rgb(18, 140, 213));
  background: linear-gradient(27deg, rgb(8, 77, 118), rgb(18, 140, 213));
}
.intro2 .showroom-intro__text {
  margin: 0 auto 0 0;
}
.intro2 .showroom-intro__text-description::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: -webkit-linear-gradient(63deg, rgb(8, 77, 118), rgb(18, 140, 213));
  background: linear-gradient(27deg, rgb(8, 77, 118), rgb(18, 140, 213));
  margin-right: calc(50% - 50vw);
  z-index: -1;
}

.page-showroom-heading {
  display: inline-block;
}

.showroom-heading-inner {
  min-width: 340px;
}
@media screen and (max-width: 479px) {
  .showroom-heading-inner {
    min-width: 260px;
  }
}

.showroom-heading-bg {
  margin-left: calc(50% - 50vw);
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.showroom-heading-bg p {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  max-width: 340px;
  margin: 0 0 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1em;
  padding-top: 2px;
  font-size: clamp(1.625rem, 1.3048780488rem + 1.3658536585vw, 2.5rem);
}
@media screen and (max-width: 479px) {
  .showroom-heading-bg p {
    max-width: 260px;
  }
}
.showroom-heading-bg p span {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  display: inline-block;
  padding: 0 0.7em;
}

.facility-heading-bg {
  background: -webkit-linear-gradient(63deg, rgb(46, 135, 163) 60%, rgb(64, 188, 230) 100%);
  background: linear-gradient(27deg, rgb(46, 135, 163) 60%, rgb(64, 188, 230) 100%);
}

.facility__itemblock {
  margin-top: 80px;
}
.facility__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .facility__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .facility__title {
    margin-bottom: 30px;
  }
}
.facility__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .facility__title-wrapper {
    margin: 0 auto 0 0;
  }
}
.facility__title-number {
  position: relative;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  color: #3aa9ce;
  padding: 0 20px 0 13px;
  line-height: 1.1em;
  white-space: nowrap;
  font-size: clamp(1.75rem, 1.5670731707rem + 0.7804878049vw, 2.25rem);
}
@media screen and (max-width: 959px) {
  .facility__title-number {
    padding: 0 15px 0 8px;
  }
}
.facility__title-number span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  display: block;
  font-size: clamp(0.75rem, 0.7271341463rem + 0.0975609756vw, 0.8125rem);
  font-weight: bold;
  line-height: 1.1em;
  padding-left: 16px;
}
.facility__title-number::before, .facility__title-number::after {
  position: absolute;
  content: "";
  height: 100%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-color: #3aa9ce;
  top: 0;
  display: inline-block;
}
.facility__title-number::before {
  border-left: solid 2px;
  left: 5px;
}
.facility__title-number::after {
  border-right: solid 2px;
  right: 5px;
}
.facility__title-product {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.112804878rem + 0.5853658537vw, 1.625rem);
  padding-left: 0.5em;
  line-height: 1.4;
}
.facility__access-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .facility__access-wrapper {
    margin-top: 10px;
  }
}
.facility__access {
  position: relative;
  font-size: clamp(0.75rem, 0.7042682927rem + 0.1951219512vw, 0.875rem);
  font-weight: 500;
  color: #3aa9ce;
  padding: 0 10px 0 20px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .facility__access {
    margin-left: 0;
    padding: 0 0 0 1em;
  }
  .facility__access:not(:first-child) {
    margin-left: 10px;
  }
}
.facility__access img {
  position: absolute;
  height: 1.4em;
  margin: auto 5px 0 0;
  left: 0;
  bottom: 2px;
}
@media screen and (max-width: 479px) {
  .facility__access img {
    height: 1em;
  }
}
.facility__description {
  width: 100%;
  max-width: 800px;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 500;
  margin-bottom: 40px;
}
.facility__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .facility__content {
    display: block;
  }
}
.facility__content-image-wrapper {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .facility__content-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.facility__content-image {
  width: 49%;
  aspect-ratio: 13/17;
}
.facility__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility__content-table {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .facility__content-table {
    width: 100%;
  }
}
.facility__content-table table {
  width: 100% !important;
  font-weight: 500;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  background-color: #fff;
}
.facility__content-table th {
  width: 36%;
  padding: 1em 2em;
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 479px) {
  .facility__content-table th {
    padding: 1em 1em;
  }
}
.facility__content-table td {
  width: 64%;
  padding: 1em 2em;
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 479px) {
  .facility__content-table td {
    padding: 1em 1em;
  }
}

.access-heading-bg {
  background: -webkit-linear-gradient(63deg, rgb(69, 121, 128) 60%, rgb(105, 194, 205) 100%);
  background: linear-gradient(27deg, rgb(69, 121, 128) 60%, rgb(105, 194, 205) 100%);
}

.showroom-access__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.8em;
}
@media screen and (max-width: 1199px) {
  .showroom-access__grid {
    grid-template-columns: 1fr;
  }
}
.showroom-access__itemblock {
  background-color: #fff;
}
.showroom-access__name {
  font-size: clamp(1.25rem, 1.2042682927rem + 0.1951219512vw, 1.375rem);
  font-weight: 500;
  padding: 0 30px 10px;
  margin-top: 30px;
  border-bottom: 2px solid #58a1a9;
}
.showroom-access__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 30px 44px;
}
@media screen and (max-width: 479px) {
  .showroom-access__item {
    display: block;
  }
}
.showroom-access__map {
  max-width: 38%;
  width: 100%;
  position: relative;
  overflow: hidden;
  content: "";
}
@media screen and (max-width: 479px) {
  .showroom-access__map {
    max-width: inherit;
    height: 200px;
    margin-bottom: 20px;
  }
}
.showroom-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.showroom-access__address-wrap {
  padding-left: 20px;
  width: 62%;
}
@media screen and (max-width: 479px) {
  .showroom-access__address-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.showroom-access__address {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-weight: 500;
}
.showroom-access__address-link {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 600;
  color: #58a1a9;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 7px 18px;
  display: inline-block;
  margin: 20px auto 20px 0;
}
.showroom-access__address-link img {
  position: absolute;
  width: 1.2em;
  left: 0;
  bottom: 10px;
}
.showroom-access__address-table {
  width: 100%;
}
.showroom-access__address-table table {
  width: 100%;
}
.showroom-access__address-table table tr {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.showroom-access__address-table table tr:last-child {
  padding-bottom: 0;
}
.showroom-access__address-table table th {
  min-width: 80px;
  text-align: center;
  color: #58a1a9;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.showroom-access__address-table table th span {
  padding: 4px 10px;
  display: block;
  background-color: #f1f7f8;
  border-radius: 4px;
}
.showroom-access__address-table table td {
  padding-left: 12px;
  font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem);
}

.reservation-heading-bg {
  background: -webkit-linear-gradient(63deg, rgb(8, 77, 118) 60%, rgb(18, 140, 213) 100%);
  background: linear-gradient(27deg, rgb(8, 77, 118) 60%, rgb(18, 140, 213) 100%);
}

.reservation-text {
  margin-top: 80px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.reservation-text__heading {
  font-size: clamp(1.25rem, 1.2042682927rem + 0.1951219512vw, 1.375rem);
  margin-bottom: 0.45em;
}
.reservation-text p {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}

#page-showroom__contact .column-02 {
  display: block;
  width: 100%;
}
#page-showroom__contact .column {
  margin: 0 auto;
  height: auto;
  min-height: 140px;
}
@media screen and (max-width: 959px) {
  #page-showroom__contact .column {
    width: 100%;
  }
}

#contact .contact__wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#contact .contact__wrap .required {
  padding: 4px 12px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(45deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  background-image: linear-gradient(45deg, rgb(33, 134, 204) 0%, rgb(177, 209, 232) 100%);
  color: #fff;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  margin-right: 14px;
}
#contact .contact__wrap .notice {
  font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem);
  padding-left: 1em;
}
#contact .contact__wrap p {
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}
#contact .contact__wrap p:last-of-type {
  margin-bottom: 0px;
}
#contact .contact__wrap input {
  width: 100%;
  border: solid 1px #e0e0e0 !important;
  height: 40px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact__wrap input[type=radio],
#contact .contact__wrap input[type=checkbox],
#contact .contact__wrap input[type=submit] {
  width: auto;
  border: none;
  height: auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact__wrap .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#contact .contact__wrap .form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .contact__wrap .form-flex #year,
#contact .contact__wrap .form-flex #month,
#contact .contact__wrap .form-flex #day,
#contact .contact__wrap .form-flex #your_age_field_id {
  width: 10%;
  min-width: 60px;
}
#contact .contact__wrap textarea {
  width: 100%;
  height: 180px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0.5em 1em;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  border: solid 1px #e0e0e0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact__wrap textarea:focus {
  outline: none;
}
#contact .contact__wrap .text-indent {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  color: #999999;
  line-height: 1.5;
}
#contact .contact__wrap .text-indent a {
  border-bottom: solid 1px #999999;
}

.form_inner .wpcf7-list-item {
  margin: 0 auto;
  text-align: center;
}
.form_inner .wpcf7-radio {
  border: none !important;
  text-align: left !important;
  padding: 0;
}
.form_inner .wpcf7-list-item {
  margin-right: 30px;
}
.form_inner .wpcf7-list-item:last-of-type {
  margin-right: 0px;
}
.form_inner .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.form_inner .wpcf7-not-valid-tip {
  text-align: end;
}
.form_inner .wpcf7-acceptance {
  display: block;
  text-align: center;
}
.form_inner .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form_inner .wpcf7-spinner {
  display: none !important;
}

.form-label {
  margin-bottom: 30px;
}
.form-label .form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-label .form-flex p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.form-label .form-flex p .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.form-label #year,
.form-label #month,
.form-label #day,
.form-label #your_age_field_id {
  width: 60px !important;
}

.form-box {
  margin: 60px 0 30px;
}
.form-box p {
  margin-bottom: 0;
}