@charset "UTF-8";
/* ===============================================
# pxをremに変換
$px 文字サイズ
$basepx 基準となるピクセル数
=============================================== */
/* ===============================================
# line-heightを計算する
$pixels 文字サイズ
$height figma上のline-height
=============================================== */
:root {
  --color-primary: #004580;
  --color-accent-blue: #0076AA;
  --color-medium-blue: #0076A9;
  --color-light-blue1: #D4EAF8;
  --color-light-blue2: #D4EAF7;
  --color-light-gray: #F0F0F0;
  --color-gray: #CBCBCB;
  --color-dark-gray: #C3C3C3;
  --color-text: #262626;
  --color-white: #fff;
  --color-black: #000;
  --color-orange: #FFA43B;
  --font-noto-sans-jp: "Noto Sans", sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: var(--color-text);
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
  color: var(--color-green);
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/*
html {
  scroll-behavior: smooth;
}
*/
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  position: fixed;
  background-color: transparent;
  width: 100%;
  min-height: 4.125rem;
  padding: 0.5625rem 0;
  z-index: 8;
  top: 0;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 750px) {
  .header {
    min-height: unset;
    background-color: var(--color-white);
  }
}
.header.is-active {
  background-color: var(--color-white);
}
.header.is-active .header__title-right-top {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.header.is-active .header__title-right-bottom {
  color: var(--color-primary);
}
.header.is-active .header__tel-label {
  background-color: var(--color-light-blue1);
}
.header.is-active .header__tel-number-text {
  color: var(--color-primary);
}
.header.is-active .header__tel-number-icon {
  background-image: url("../images/tel-icon-blue.svg");
}
.header.is-active .header__hamburger-wrap {
  border: 1px solid var(--color-primary);
}
.header.is-active .header__hamburger-lines span {
  background-color: var(--color-primary);
}

.header__inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 0 clamp(0.625rem, 0.392rem + 1.16vw, 0.938rem);
    gap: clamp(0.313rem, -0.153rem + 2.33vw, 0.938rem);
  }
}

.header__logo {
  width: 3.5625rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 100%;
    aspect-ratio: 365/57;
  }
}

.header__title-link {
  display: flex;
  align-items: center;
  margin-right: auto;
  height: inherit;
  gap: 0.75rem;
}
@media screen and (max-width: 750px) {
  .header__title-link {
    gap: 0.375rem;
  }
}

@media screen and (max-width: 750px) {
  .header__title {
    width: 70%;
  }
}

.header__title-right {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .header__title-right {
    display: none;
  }
}

.header__title-right-top {
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .header__title-right-top {
    font-size: clamp(0.625rem, -0.002rem + 1.34vw, 1rem);
  }
}
@media screen and (max-width: 750px) {
  .header__title-right-top {
    color: var(--color-primary);
    font-size: 1.8666666667vw;
  }
}

.header__title-right-bottom {
  color: var(--color-white);
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .header__title-right-bottom {
    font-size: clamp(0.875rem, 0.143rem + 1.56vw, 1.313rem);
  }
}
@media screen and (max-width: 750px) {
  .header__title-right-bottom {
    color: var(--color-primary);
    font-size: 2.4vw;
  }
}

.header__info {
  display: flex;
  align-items: center;
}

.header__tel {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 750px) {
  .header__tel {
    display: none;
  }
}

.header__tel-label {
  background-color: rgba(255, 255, 255, 0.79);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.0714285714;
  text-align: center;
  color: var(--color-primary);
  padding: 0.3125rem 0.9375rem;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header__tel-label {
    font-size: clamp(0.625rem, 0.207rem + 0.89vw, 0.875rem);
  }
}

.header__tel-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.625rem;
}

.header__tel-number-icon {
  display: inline-block;
  width: 1.9375rem;
  height: 1.9375rem;
  background: url("../images/tel-icon-w.svg") no-repeat center/contain;
  transition: background-image 0.3s ease;
}

.header__tel-number-text {
  color: var(--color-white);
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .header__tel-number-text {
    font-size: clamp(1.125rem, -0.861rem + 4.23vw, 2.313rem);
  }
}

.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background-color: var(--color-primary);
  border-radius: 1.5625rem;
  border: 1px solid var(--color-white);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-left: 0.625rem;
  max-width: 200px;
  width: auto;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.9375rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .header__contact {
    margin-left: clamp(0.5rem, -2.845rem + 7.13vw, 2.5rem);
    padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 750px) {
  .header__contact {
    display: none;
  }
}

.header__contact-icon {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 32/22;
}
@media screen and (max-width: 1200px) {
  .header__contact-icon {
    width: 1.5rem;
  }
}

.header__contact-text {
  color: var(--color-white);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2222222222;
}
@media screen and (max-width: 1200px) {
  .header__contact-text {
    font-size: 1rem;
  }
}

.header__service-buttons {
  display: none;
  transition: display 0.3s ease;
}
@media screen and (max-width: 750px) {
  .header__service-buttons {
    display: flex;
    align-items: center;
    gap: 0.5625rem;
  }
}

.header__service-button {
  display: flex;
  align-items: center;
}
.header__service-button.header__service-button--personal {
  background-color: var(--color-orange);
}
.header__service-button.header__service-button--personal .header__service-button-icon {
  width: 2.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 33/27;
}
@media screen and (max-width: 750px) {
  .header__service-button.header__service-button--personal .header__service-button-icon {
    width: clamp(1rem, 0.209rem + 3.95vw, 2.063rem);
  }
}
.header__hamburger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  min-width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 0.3125rem;
  border: 1px solid var(--color-white);
  margin-left: 0.9375rem;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header__hamburger-wrap {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 750px) {
  .header__hamburger-wrap {
    border: 1px solid var(--color-primary);
  }
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.header__hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.75rem;
  height: 1.125rem;
}
@media screen and (max-width: 750px) {
  .header__hamburger-lines {
    width: clamp(1.25rem, 0.878rem + 1.86vw, 1.75rem);
  }
}

.header__hamburger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  transition: all 0.3s;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 750px) {
  .header__hamburger-lines span {
    background-color: var(--color-primary);
  }
}

.header__hamburger.is-active .header__hamburger-lines span:first-child {
  transform: translateY(9px) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-lines span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active .header__hamburger-lines span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.drawer-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 11.8%;
  z-index: 5000;
  width: 217px;
  border-radius: 0.3125rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-white);
  transition: left 0.3s ease;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 750px) {
  .drawer-menu {
    width: 50vw;
  }
}
@media screen and (max-width: 430px) {
  .drawer-menu {
    width: 65vw;
  }
}

.drawer-menu__inner {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
  padding: 1.875rem 1.125rem;
}

.drawer-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.drawer-menu__contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.drawer-menu__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1.5rem;
  border: 1px solid var(--color-medium-blue);
  width: 100%;
  padding: 0.5rem 1.25rem 0.5rem 0.9375rem;
}
.drawer-menu__contact-link.drawer-menu__contact-link--personal {
  border: 1px solid var(--color-orange);
}
.drawer-menu__contact-link.drawer-menu__contact-link--personal .drawer-menu__contact-icon {
  width: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 30/25;
}
@media screen and (max-width: 750px) {
  .drawer-menu__contact-link.drawer-menu__contact-link--personal .drawer-menu__contact-icon {
    width: 4.4vw;
  }
}
.drawer-menu__contact-link.drawer-menu__contact-link--personal .drawer-menu__contact-text {
  color: var(--color-orange);
}
@media screen and (max-width: 750px) {
  .drawer-menu__contact-link {
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
  }
}
@media screen and (max-width: 430px) {
  .drawer-menu__contact-link {
    padding: 0.375rem 0.9375rem 0.375rem 0.625rem;
  }
}

.drawer-menu__contact-icon {
  width: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 22/25;
}
@media screen and (max-width: 750px) {
  .drawer-menu__contact-icon {
    width: 4vw;
  }
}

.drawer-menu__contact-text {
  color: var(--color-medium-blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .drawer-menu__contact-text {
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
  }
}

.drawer-menu__items {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0 1.25rem;
}

.drawer-menu__item {
  display: inline-block;
  width: 100%;
}

.drawer-menu__link {
  position: relative;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 2.1875;
  font-weight: 700;
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .drawer-menu__link {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}
@media screen and (max-width: 430px) {
  .drawer-menu__link {
    font-size: 0.875rem;
  }
}

/* パンくず */
.breadcrumb {
  margin-top: 1.25rem;
}

.breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 1rem 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .breadcrumb__inner {
    padding: 1rem 1.25rem 0;
    font-size: 0.75rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 430px) {
  .breadcrumb__inner {
    font-size: 0.625rem;
  }
}

.breadcrumb a {
  color: var(--color-text);
}

.breadcrumb .current-item {
  font-weight: 700;
  color: var(--color-primary);
}

.breadcrumb__between::before {
  content: ">";
  color: var(--color-primary);
  display: inline-block;
}

.breadcrumb span[property=name] {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.c-button {
  position: relative;
  max-width: 301px;
  width: 100%;
  background-color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1875;
  text-align: center;
  color: var(--color-white);
  cursor: pointer;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-button {
    font-size: 3.4210526316vw;
    line-height: 2.1923076923;
    padding: 0.625rem 0.9375rem;
    max-width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 430px) {
  .c-button {
    padding: 0.3125rem 0.75rem;
  }
}
.c-button.c-button--reverse {
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
}

.c-button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0.375rem solid var(--color-white);
  top: 50%;
  right: 1.3125rem;
  transform: translateY(-50%);
}

.c-button.c-button--reverse::after {
  border-left: 0.375rem solid var(--color-primary);
}

.c-table {
  border: 1px solid var(--color-dark-gray);
  border-collapse: collapse;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .c-table {
    font-size: 3.7333333333vw;
    line-height: 1.3461538462;
  }
}

.c-table__row:not(:last-child) {
  border-bottom: 1px solid var(--color-dark-gray);
}

.c-table__head {
  background-color: var(--color-light-gray);
  padding: 0.9375rem 1.5625rem;
  text-align: left;
  border-right: 1px solid var(--color-dark-gray);
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .c-table__head {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 430px) {
  .c-table__head {
    padding: 0.4375rem;
  }
}

.c-table__data {
  background-color: var(--color-white);
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 750px) {
  .c-table__data {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 430px) {
  .c-table__data {
    padding: 0.9375rem 0.625rem;
  }
}

.c-price-table-head {
  width: 178px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-price-table-head {
    width: 36%;
  }
}
@media screen and (max-width: 430px) {
  .c-price-table-head {
    width: 38%;
  }
}

.footer {
  background-color: var(--color-white);
  border-top: 1px solid #B4B4B4;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 3.75rem 0 3.125rem;
}
@media screen and (max-width: 1200px) {
  .footer__content {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer__content {
    gap: clamp(0.938rem, -2.721rem + 7.8vw, 3.125rem);
  }
}
@media screen and (max-width: 750px) {
  .footer__content {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .footer__col {
    flex: 1 1 100%;
    width: 100%;
  }
}

.footer__col--left {
  flex: 0 1 29%;
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer__col--left {
    flex: 0 1 29%;
  }
}

.footer__col--center {
  flex: 0 1 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer__col--center {
    flex: 0 1 38%;
  }
}

.footer__col--right {
  flex: 0 1 26%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer__logo {
  width: 7.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.footer__company {
  margin-top: 0.625rem;
}
@media screen and (max-width: 750px) {
  .footer__company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__company-top,
.footer__company-bottom {
  display: inline-block;
  color: var(--color-primary);
}

.footer__company-top {
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .footer__company-top {
    font-size: clamp(0.625rem, -0.002rem + 1.34vw, 1rem);
  }
}
@media screen and (max-width: 750px) {
  .footer__company-top {
    display: inline-block;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 430px) {
  .footer__company-top {
    font-size: 0.75rem;
  }
}

.footer__company-bottom {
  color: var(--color-primary);
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1200px) {
  .footer__company-bottom {
    font-size: clamp(0.875rem, 0.143rem + 1.56vw, 1.313rem);
  }
}
@media screen and (max-width: 750px) {
  .footer__company-bottom {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .footer__company-bottom {
    font-size: 1rem;
  }
}

.footer__address {
  margin-top: 0.625rem;
}

.footer__address-tel {
  cursor: pointer;
}

.footer__map-wrap {
  width: 100%;
  overflow: hidden;
}
.footer__map-wrap iframe {
  width: 100%;
  height: 291px;
  border: none;
}

.footer__tel-info {
  display: inline-block;
  background-color: var(--color-light-blue1);
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9375;
  padding: 0.625rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  .footer__tel-info {
    display: none;
  }
}

.footer__tel-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 750px) {
  .footer__tel-number {
    display: none;
  }
}

.footer__tel-number-icon {
  display: inline-block;
  width: 1.9375rem;
  height: 1.9375rem;
  background: url("../images/tel-icon-blue.svg") no-repeat center/contain;
  transition: background-image 0.3s ease;
}

.footer__tel-number-text {
  color: var(--color-primary);
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .footer__tel-number-text {
    font-size: clamp(1.125rem, -0.861rem + 4.23vw, 2.313rem);
  }
}

.footer__contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background-color: var(--color-primary);
  border-radius: 1.5625rem;
  border: 1px solid var(--color-white);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0.625rem;
  max-width: 286px;
  width: 100%;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .footer__contact {
    padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 750px) {
  .footer__contact {
    display: none;
  }
}

.footer__contact-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 32/22;
}
@media screen and (max-width: 1200px) {
  .footer__contact-icon {
    width: 1.5rem;
  }
}

.footer__contact-text {
  color: var(--color-white);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2222222222;
}
@media screen and (max-width: 1200px) {
  .footer__contact-text {
    font-size: 1rem;
  }
}

.footer__hyoshiki {
  margin-top: 0.625rem;
}

.footer__link-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 750px) {
  .footer__link-wrap {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}

.footer__link {
  position: relative;
  display: block;
  color: var(--color-primary);
  font-weight: 700 !important;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__link {
    margin-inline: auto;
  }
}

.footer__copyright {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--color-light-gray);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  padding: 0.3125rem 0.625rem;
}

.page-top {
  display: block;
  position: fixed;
  bottom: -100px;
  right: 40px;
  background-color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
  opacity: 0;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 10;
  transition: 0.3s ease;
}
@media screen and (max-width: 750px) {
  .page-top {
    width: 3.125rem;
    height: 3.125rem;
    right: 5%;
  }
}

.page-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(-45deg);
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 750px) {
  .page-top::after {
    height: 0.625rem;
    width: 0.625rem;
  }
}

.page-top.active {
  bottom: 3.75rem;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .page-top.active {
    bottom: 5rem;
  }
}

/*メニューをページ下部に固定*/
.fixed-sp-menu {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0px;
  background-color: var(--color-primary);
  display: none;
  z-index: 99;
  text-align: center;
}
.fixed-sp-menu .fixed-sp-menu__items {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fixed-sp-menu .fixed-sp-menu__item {
  width: 50vw;
  padding: 0.3125rem 0.625rem;
}
@media screen and (max-width: 430px) {
  .fixed-sp-menu .fixed-sp-menu__item {
    padding: 0.3125rem 0.1875rem;
  }
}
.fixed-sp-menu .fixed-sp-menu__item + .fixed-sp-menu__item {
  border-left: 1px solid var(--color-white);
}
.fixed-sp-menu .fixed-sp-menu__link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.625rem 0;
  color: var(--color-white);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1538461538;
}
@media screen and (max-width: 750px) {
  .fixed-sp-menu .fixed-sp-menu__link {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .fixed-sp-menu .fixed-sp-menu__link {
    gap: 0.3125rem;
  }
}
.fixed-sp-menu .fixed-sp-menu__img.fixed-sp-menu__img--tel {
  width: 4.1333333333vw;
  aspect-ratio: 1/1;
}
.fixed-sp-menu .fixed-sp-menu__img.fixed-sp-menu__img--mail {
  width: 5.8666666667vw;
  aspect-ratio: 44/30;
}
.fixed-sp-menu .fixed-sp-menu_text {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1538461538;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .fixed-sp-menu .fixed-sp-menu_text {
    font-size: clamp(0.75rem, 0.114rem + 3.18vw, 1.625rem);
  }
}
.fixed-sp-menu .fixed-sp-menu__note {
  color: var(--color-primary);
  background-color: var(--color-light-blue2);
  padding: 0.1875rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.0555555556;
}
@media screen and (max-width: 750px) {
  .fixed-sp-menu .fixed-sp-menu__note {
    font-size: 2.2666666667vw;
  }
}

.fixed-side-menu {
  position: fixed;
  top: 25vh;
  right: 0;
  width: 55px;
  z-index: 10;
  transform: translateY(0) translateX(0);
}
@media screen and (max-width: 750px) {
  .fixed-side-menu {
    display: none;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
}

@media screen and (max-width: 750px) {
  .fixed-side-menu.active {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    transform: none;
    padding: 0 0.5rem;
  }
}

.fixed-side-menu__buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .fixed-side-menu__button:first-child {
    border-top-left-radius: 5px;
  }
}

.fixed-side-menu__button:not(:first-child) {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 750px) {
  .fixed-side-menu__button:not(:first-child) {
    margin-top: 0;
    border-top-right-radius: 5px;
  }
}

.fix-btn__icon {
  width: 26px;
  padding-bottom: 0.5625rem;
}
@media screen and (max-width: 750px) {
  .fix-btn__icon {
    width: 2.8125rem;
    padding-bottom: 0;
    padding-right: 0.75rem;
  }
}

.fixed-side-menu__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  background-color: var(--color-medium-blue);
  padding: 1rem 0.75rem 1rem 0.625rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1;
  writing-mode: vertical-rl;
  width: auto;
  height: 200px;
}
.fixed-side-menu__button.fixed-side-menu__button--personal {
  background-color: var(--color-orange);
}
@media screen and (max-width: 1440px) {
  .fixed-side-menu__button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 769px) and (max-height: 560px) {
  .fixed-side-menu__button {
    font-size: 0.75rem;
    padding: 0.625rem 0.5rem 0.625rem 0.75rem;
  }
}

.hyoshiki-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.hyoshiki-modal-open-button {
  position: relative;
  display: inline-block;
  margin-top: 14px;
}

.hyoshiki-modal-open-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  bottom: 1px;
  left: 0;
}

.hyoshiki-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.hyoshiki-modal__body {
  position: relative;
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  overflow: auto;
  top: 3.125rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  .hyoshiki-modal__body {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hyoshiki-modal__body {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .hyoshiki-modal__body {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .hyoshiki-modal__body {
    height: 100%;
    padding: 20px 0;
  }
}

.hyoshiki-modal__close-button {
  position: absolute;
  top: 2rem;
  right: 3.75rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hyoshiki-modal__close-button {
    top: 1.5rem;
    right: 2.75rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .hyoshiki-modal__close-button {
    top: 2.25rem;
  }
}

.hyoshiki-modal__close-button span {
  position: absolute;
  display: inline-block;
  width: 1.875rem;
  height: 2px;
  background-color: var(--color-black);
  cursor: pointer;
}

.hyoshiki-modal__close-button span:first-child {
  transform: rotate(-49.31deg);
}

.hyoshiki-modal__close-button span:nth-child(2) {
  transform: rotate(49.31deg);
}

.hyoshiki-modal__content {
  padding: 70px 24px 24px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .hyoshiki-modal__content {
    padding: 47px 14px 14px;
    height: inherit;
  }
}

/* ページネーション */
.pagination {
  margin-top: 3.4375rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5625rem;
}

.pagination__arrow {
  color: var(-color-green);
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(-color-green);
  background-color: var(--color-white);
  border: 1px solid var(-color-green);
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-numbers:hover {
  background-color: var(-color-green);
  color: var(--color-white);
}

.page-numbers.current {
  color: var(--color-white);
  background-color: var(-color-green);
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
  background-color: transparent;
}

/****************************************/
/****************************************/
.top-personal {
  background-color: var(--color-light-gray);
  padding: 5.9375rem 0 12.1875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-personal {
    padding: 5.9375rem 0 2.5rem;
  }
}

.top-personal::before {
  content: "";
  position: absolute;
  top: 5.9375rem;
  right: 0;
  width: 68vw;
  aspect-ratio: 1314/874;
  background: url("../images/for-personal-img01.png") no-repeat right center/contain;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .top-personal::before {
    background: url("../images/for-personal-img01-sp.png") no-repeat right center/contain;
    width: 100vw;
    aspect-ratio: 75/73;
    top: clamp(3.75rem, 2.122rem + 8.14vw, 5.938rem);
  }
}

.top-personal__inner {
  position: relative;
  z-index: 1;
  margin-top: 20rem;
}
@media screen and (max-width: 1920px) {
  .top-personal__inner {
    margin-top: clamp(-3.75rem, -19.008rem + 32.51vw, 20rem);
  }
}

.top-personal__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.9375rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-personal__cards {
    grid-template-columns: 1fr;
    margin-top: clamp(8.125rem, -1.642rem + 48.84vw, 21.25rem);
  }
}

.top-personal__card:nth-child(1) .top-personal__card-img {
  width: 12.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 205/246;
}
@media screen and (max-width: 750px) {
  .top-personal__card:nth-child(1) .top-personal__card-img {
    width: 30%;
  }
}

.top-personal__card:nth-child(2) .top-personal__card-img {
  width: 15.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 25/23;
}
@media screen and (max-width: 750px) {
  .top-personal__card:nth-child(2) .top-personal__card-img {
    width: 36%;
  }
}

/****************************************/
/****************************************/
.top-corporation {
  background-color: var(--color-light-gray);
  padding: 12.1875rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-corporation {
    padding: 6.25rem 0;
  }
}

.top-corporation::before {
  content: "";
  position: absolute;
  top: 5.9375rem;
  right: 0;
  width: 68vw;
  aspect-ratio: 1312/874;
  background: url("../images/for-corporation-img01.png") no-repeat right center/contain;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .top-corporation::before {
    background: url("../images/for-corporation-img01-sp.png") no-repeat right center/contain;
    width: 100vw;
    aspect-ratio: 75/73;
    top: clamp(3.75rem, 2.122rem + 8.14vw, 5.938rem);
  }
}

.top-corporation__inner {
  position: relative;
  z-index: 1;
  margin-top: 20rem;
}
@media screen and (max-width: 1920px) {
  .top-corporation__inner {
    margin-top: clamp(-3.75rem, -19.008rem + 32.51vw, 20rem);
  }
}

.top-corporation__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.9375rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-corporation__cards {
    grid-template-columns: 1fr;
    margin-top: clamp(6.875rem, -2.427rem + 46.51vw, 19.375rem);
  }
}

.top-corporation__card:nth-child(1) .top-corporation__card-img {
  width: 16.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 66/55;
}
@media screen and (max-width: 750px) {
  .top-corporation__card:nth-child(1) .top-corporation__card-img {
    width: 38%;
  }
}

.top-corporation__card:nth-child(2) .top-corporation__card-img {
  width: 10.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 166/241;
}
@media screen and (max-width: 750px) {
  .top-corporation__card:nth-child(2) .top-corporation__card-img {
    width: 24%;
  }
}

.top-corporation__card:nth-child(3) .top-corporation__card-img {
  width: 24.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 393/149;
}
@media screen and (max-width: 750px) {
  .top-corporation__card:nth-child(3) .top-corporation__card-img {
    width: 57%;
  }
}

.top-corporation__card:nth-child(4) .top-corporation__card-img {
  width: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 5/2;
}
@media screen and (max-width: 750px) {
  .top-corporation__card:nth-child(4) .top-corporation__card-img {
    width: 58%;
  }
}

/****************************************/
/****************************************/
.top-info {
  background-color: var(--color-light-gray);
  padding: 7.8125rem 0;
}
@media screen and (max-width: 750px) {
  .top-info {
    padding: 1.5625rem 0;
  }
}

.top-info__content {
  background-color: var(--color-white);
  border-radius: 0.9375rem;
  padding: 2.8125rem 3.125rem 3.125rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
  .top-info__content {
    margin-top: 2.5rem;
    padding: 2.1875rem clamp(0.625rem, -0.77rem + 6.98vw, 2.5rem) 2.5rem;
  }
}

.top-info__list {
  margin-top: 1.875rem;
}

.top-info__list.loading a {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.top-info__btn-wrap {
  margin-top: 3.125rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-info__btn-wrap {
    margin-top: 1.875rem;
  }
}

.top-info__btn {
  margin-inline: auto;
}

/****************************************/
/****************************************/
.faq {
  background-color: var(--color-light-gray);
  padding: 7.8125rem 0;
}
@media screen and (max-width: 750px) {
  .faq {
    padding: 1.5625rem 0 3.125rem;
  }
}

.faq__items {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 750px) {
  .faq__items {
    margin-top: 1.25rem;
  }
}

.faq__item {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 0.9375rem;
  padding: 3.125rem;
}
@media screen and (max-width: 750px) {
  .faq__item {
    padding: clamp(0.625rem, -0.77rem + 6.98vw, 2.5rem);
  }
}

.faq__item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  .faq__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.faq-item__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 1.25rem 1.5625rem 1.875rem 3.9375rem;
}
@media screen and (max-width: 750px) {
  .faq-item__title {
    align-items: baseline;
    padding: 0.625rem 1.25rem 0.625rem 2.625rem;
  }
}

.faq-item__title::before {
  content: "Q.";
  top: 18px;
}
@media screen and (max-width: 750px) {
  .faq-item__title::before {
    top: 0.625rem;
  }
}

.faq-item__title::before,
.faq-item__content::before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 1.5625rem;
  line-height: 2.52;
  font-weight: 500;
  position: absolute;
  left: 1.875rem;
}
@media screen and (max-width: 750px) {
  .faq-item__title::before,
.faq-item__content::before {
    font-size: 3.4666666667vw;
    line-height: 1.1538461538;
    left: 1.25rem;
  }
}

.faq-item__title-text {
  text-align: justify;
  color: var(--color-primary);
  font-size: 1.125rem;
  line-height: 3.5;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .faq-item__title-text {
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}

/* ＋ を擬似要素2本で作る */
.faq-item__content {
  position: relative;
  width: 100%;
  padding: 0 1.5625rem 1.25rem 3.9375rem;
}
@media screen and (max-width: 750px) {
  .faq-item__content {
    padding: 0 1.25rem 0.9375rem 2.625rem;
  }
}

.faq-item__content::before {
  content: "A.";
  top: -1.25rem;
}
@media screen and (max-width: 750px) {
  .faq-item__content::before {
    top: 0;
  }
}

.faq-item__content-text {
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .faq-item__content-text {
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}

.faq__btn-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .faq__btn-wrap {
    margin-top: 2.5rem;
  }
}

.faq__btn {
  margin-inline: auto;
}

/****************************************/
/****************************************/
.top-recruit {
  background-color: var(--color-light-gray);
  padding-bottom: 11.375rem;
}
@media screen and (max-width: 750px) {
  .top-recruit {
    padding-bottom: 6.5rem;
  }
}

.top-recruit__content {
  position: relative;
  border-radius: 0.9375rem;
  background-image: url(../images/bg-recruit-bnr.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  padding: 4.375rem 3.75rem 3.75rem;
}
@media screen and (max-width: 750px) {
  .top-recruit__content {
    background-image: url(../images/bg-recruit-bnr-sp.png);
    padding: 3.125rem 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .top-recruit__content {
    padding: 2.5rem clamp(1.563rem, -1.165rem + 13.64vw, 2.5rem) 1.875rem;
  }
}

.top-recruit__text {
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 1.5306122449;
  color: var(--color-white);
}
@media screen and (max-width: 1440px) {
  .top-recruit__text {
    font-size: clamp(1.625rem, 0.058rem + 3.34vw, 3.063rem);
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__text {
    font-size: 5.8666666667vw;
    line-height: 1.1136363636;
  }
}

.top-recruit__btn-wrap {
  position: absolute;
  content: "";
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .top-recruit__btn-wrap {
    bottom: clamp(0.75rem, -7.503rem + 17.58vw, 3.75rem);
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__btn-wrap {
    position: static;
    transform: unset;
    margin-top: 1.4375rem;
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
}

.top-recruit__btn {
  width: auto;
  max-width: 50%;
  min-width: 18.8125rem;
}
@media screen and (max-width: 750px) {
  .top-recruit__btn {
    margin-inline: 0;
  }
}
@media screen and (max-width: 430px) {
  .top-recruit__btn {
    min-width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .top-recruit__btn {
    min-width: 100%;
  }
}

/****************************************/
/****************************************/
.company-overview {
  padding: 3.125rem 0 7.125rem;
}
@media screen and (max-width: 750px) {
  .company-overview {
    padding: 1.875rem 0 5rem;
  }
}
@media screen and (max-width: 430px) {
  .company-overview {
    padding: 1.875rem 0 3.125rem;
  }
}

.company-overview__content {
  margin-top: 2.5rem;
}

.company-overview__img {
  margin-top: 1.8125rem;
}

.company-overview__text {
  margin-top: 1.875rem;
}

h3.company-overview__philosophy {
  text-align: center;
  line-height: 1.3333333333;
  padding: 0.9375rem 0.625rem;
  margin-top: 4.125rem;
}
@media screen and (max-width: 750px) {
  h3.company-overview__philosophy .company-overview__philosophy-text {
    display: block;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 750px) {
  h3.company-overview__philosophy {
    padding: 1.25rem 0.9375rem;
  }
}

.greeting {
  padding-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .greeting {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 430px) {
  .greeting {
    padding-bottom: 3.125rem;
  }
}

.greeting__cards {
  margin-top: 4.6875rem;
}

.greeting__card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .greeting__card {
    gap: clamp(3.75rem, -6.566rem + 21.98vw, 7.5rem);
  }
}
@media screen and (max-width: 750px) {
  .greeting__card {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.greeting__card:not(:first-child) {
  margin-top: 5rem;
}

.greeting__body {
  flex: 1;
}

.greeting__card-img {
  width: 17.5rem;
  margin-inline: auto;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .greeting__card-img {
    width: 66.4%;
  }
}

.greeting__card-name {
  font-weight: 600;
  margin-top: 1.875rem;
  text-align: right;
}

.company-info,
.company-history {
  padding: 1.25rem 0 6.6875rem;
}
@media screen and (max-width: 750px) {
  .company-info,
.company-history {
    padding: 1.25rem 0 5rem;
  }
}
@media screen and (max-width: 430px) {
  .company-info,
.company-history {
    padding: 0.9375rem 0 3.125rem;
  }
}

.company-info__content,
.company-history__content {
  margin-top: 2.9375rem;
}

@media screen and (max-width: 750px) {
  .company-history__table,
.company-history__table tr,
.company-history__table th,
.company-history__table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .company-history__table th {
    border-right: none;
    border-bottom: none;
    background-color: var(--color-light-gray);
    border-bottom: 1px solid var(--color-dark-gray);
  }
}

@media screen and (max-width: 750px) {
  .company-history__table td {
    border-bottom: 1px solid var(--color-dark-gray);
    background-color: var(--color-white);
  }
}

/* テーブル行間の余白を少し取る */
@media screen and (max-width: 750px) {
  .company-history__table tr {
    margin-bottom: 0;
  }
}

.hyoshiki {
  scroll-margin-top: 5rem;
  padding: 1.25rem 0 5rem;
}
@media screen and (max-width: 750px) {
  .hyoshiki {
    padding: 1.25rem 0 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .hyoshiki {
    padding: 0.9375rem 0 1.875rem;
  }
}

.hyoshiki__content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .hyoshiki__content {
    margin-top: 1.25rem;
  }
}

.happiness-flower {
  padding: 1.25rem 0 16.25rem;
}
@media screen and (max-width: 750px) {
  .happiness-flower {
    padding: 1.25rem 0 6.25rem;
  }
}
@media screen and (max-width: 430px) {
  .happiness-flower {
    padding: 0.9375rem 0 5rem;
  }
}

.happiness-flower__content {
  margin-top: 1.6875rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 750px) {
  .happiness-flower__content {
    gap: 2.1875rem;
    flex-direction: column-reverse;
  }
}

.happiness-flower__body {
  flex: 1;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 750px) {
  .happiness-flower__body {
    margin-top: 0;
  }
}

.happiness-flower__img {
  width: 50%;
  flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .happiness-flower__img {
    width: 95%;
  }
}

.happiness-flower__link {
  display: inline-block;
  color: var(--color-primary);
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1875;
  margin-top: 7.4375rem;
}
@media screen and (max-width: 750px) {
  .happiness-flower__link {
    margin-top: 3.125rem;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}

/****************************************/
/****************************************/
.pros-home-security {
  scroll-margin-top: 5rem;
  padding: 3.125rem 0 7.125rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security {
    padding: 1.875rem 0 5rem;
  }
}
@media screen and (max-width: 430px) {
  .pros-home-security {
    padding: 1.875rem 0 3.125rem;
  }
}

.pros-home-security__overview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 3.625rem 0 5rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__overview {
    flex-direction: column-reverse;
    padding: 2.875rem 0 2.375rem;
  }
}
@media screen and (max-width: 430px) {
  .pros-home-security__overview {
    padding: 1.5625rem 0 1.875rem;
  }
}

.pros-home-security__overview-body {
  flex: 1;
}

.pros-home-security__overview-img {
  width: 27.1875rem;
  aspect-ratio: 435/290;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .pros-home-security__overview-img {
    width: clamp(20rem, 0.326rem + 41.97vw, 27.188rem);
  }
}
@media screen and (max-width: 750px) {
  .pros-home-security__overview-img {
    width: 100%;
  }
}

.pros-home-security__point-items {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  row-gap: 1.8125rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-items {
    margin-top: 2.8125rem;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.938rem, 0.24rem + 3.49vw, 1.875rem);
  }
}

.pros-home-security__point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1px solid var(--color-primary);
  padding: 2rem 1.25rem 1.4375rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-item {
    padding: 1.5625rem 0.625rem 1.125rem;
  }
}

.pros-home-security__point-item-title {
  color: var(--color-primary);
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 1.625rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-item-title {
    margin-top: 1.6875rem;
    font-size: 3.8666666667vw;
  }
}

.pros-home-security__point-item:nth-child(1) .pros-home-security__point-item-img {
  width: 10.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-item:nth-child(1) .pros-home-security__point-item-img {
    width: 62.4%;
  }
}

.pros-home-security__point-item:nth-child(2) .pros-home-security__point-item-img {
  width: 14.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 233/168;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-item:nth-child(2) .pros-home-security__point-item-img {
    width: 83%;
  }
}

.pros-home-security__point-item:nth-child(3) .pros-home-security__point-item-img {
  width: 15.4375rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 247/193;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-item:nth-child(3) .pros-home-security__point-item-img {
    width: 87.7%;
  }
}

.pros-home-security__point-item:nth-child(4) .pros-home-security__point-item-img {
  width: 13.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 221/185;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-item:nth-child(4) .pros-home-security__point-item-img {
    width: 78.8%;
  }
}

.pros-home-security__point-content {
  margin-top: 3.8125rem;
  padding-bottom: 9.8125rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__point-content {
    margin-top: 3.0625rem;
    padding-bottom: 6.875rem;
  }
}
@media screen and (max-width: 430px) {
  .pros-home-security__point-content {
    margin-top: 2.1875rem;
    padding-bottom: 3.75rem;
  }
}

.pros-home-security__flow {
  padding-bottom: 6.4375rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__flow {
    padding-bottom: 4.75rem;
  }
}
@media screen and (max-width: 430px) {
  .pros-home-security__flow {
    padding-bottom: 3.125rem;
  }
}

.pros-home-security__flow-items {
  width: 100%;
  border-radius: 0.9375rem;
  background-color: var(--color-light-gray);
  margin-top: 2.4375rem;
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 750px) {
  .pros-home-security__flow-items {
    margin-top: 1.9375rem;
    padding: 1.5625rem 1.125rem;
  }
}

.pros-home-security__flow-item {
  position: relative;
  border-radius: 0.625rem;
  background-color: var(--color-white);
  padding: 1.25rem 0.9375rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .pros-home-security__flow-item {
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}

.pros-home-security__flow-item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -2.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.53125rem solid transparent;
  border-right: 1.53125rem solid transparent;
  border-top: 1.0625rem solid var(--color-gray);
  z-index: 1;
}

.pros-home-security__flow-item + .pros-home-security__flow-item {
  margin-top: 3.3125rem;
}

.pros-home-security__equipment-content {
  margin-top: 0.875rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .pros-home-security__equipment-content {
    margin-top: 1.5rem;
    flex-direction: column-reverse;
  }
}

.pros-home-security__equipment-content-body {
  margin-top: 4.875rem;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .pros-home-security__equipment-content-body {
    margin-top: 3.5625rem;
  }
}
@media screen and (max-width: 430px) {
  .pros-home-security__equipment-content-body {
    margin-top: 2.5rem;
  }
}

.pros-home-security__equipment-img {
  width: 37.5rem;
  aspect-ratio: 150/161;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .pros-home-security__equipment-img {
    width: clamp(25rem, -9.215rem + 72.99vw, 37.5rem);
  }
}
@media screen and (max-width: 750px) {
  .pros-home-security__equipment-img {
    width: 100%;
  }
}

/****************************************/
/****************************************/
.anshin-proskun {
  scroll-margin-top: 5rem;
  padding-bottom: 8.1875rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 430px) {
  .anshin-proskun {
    padding-bottom: 5rem;
  }
}

.anshin-proskun__overview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 3.4375rem 0 5rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__overview {
    flex-direction: column-reverse;
    padding: 2.875rem 0 2.375rem;
  }
}

.anshin-proskun__overview-body {
  flex: 1;
}

.anshin-proskun__overview-img {
  width: 27.1875rem;
  aspect-ratio: 435/290;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .anshin-proskun__overview-img {
    width: clamp(20rem, 0.326rem + 41.97vw, 27.188rem);
  }
}
@media screen and (max-width: 750px) {
  .anshin-proskun__overview-img {
    width: 100%;
  }
}

.anshin-proskun__nayami {
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__nayami {
    padding-bottom: 7.125rem;
  }
}
@media screen and (max-width: 430px) {
  .anshin-proskun__nayami {
    padding-bottom: 4.0625rem;
  }
}

.anshin-proskun__nayami-cards {
  margin-top: 5.6875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.375rem;
}
@media screen and (max-width: 1200px) {
  .anshin-proskun__nayami-cards {
    gap: clamp(2.5rem, -2.292rem + 10.22vw, 5.375rem);
  }
}
@media screen and (max-width: 750px) {
  .anshin-proskun__nayami-cards {
    margin-top: 4.375rem;
    grid-template-columns: 1fr;
    gap: 3.625rem;
  }
}
@media screen and (max-width: 430px) {
  .anshin-proskun__nayami-cards {
    margin-top: 3.125rem;
    gap: 1.875rem;
  }
}

.anshin-proskun__nayami-card {
  display: flex;
  flex-direction: column;
  background-color: var(--color-light-gray);
  border-radius: 0.9375rem;
  padding: 2.5rem 2.1875rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__nayami-card {
    padding: clamp(2.5rem, 1.57rem + 4.65vw, 3.75rem) clamp(1.25rem, -0.61rem + 9.3vw, 3.75rem);
  }
}

.anshin-proskun__nayami-card-title {
  font-size: 1.5625rem;
  font-weight: 700;
  color: var(--color-primary);
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--color-primary);
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__nayami-card-title {
    font-size: 4vw;
  }
}

.anshin-proskun__nayami-card-list {
  list-style: none;
  margin-top: 2.25rem;
}

.anshin-proskun__nayami-card-item {
  padding-left: 1.5625rem;
  background: url(../images/check-icon.svg) left 0px top 10px no-repeat;
  background-size: 1.125rem auto;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__nayami-card-item {
    background-position-y: clamp(0.313rem, 0.08rem + 1.16vw, 0.625rem);
    padding-left: clamp(1.438rem, 0.414rem + 5.12vw, 2.813rem);
    background-size: 4vw auto;
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
  }
}

.anshin-proskun__nayami-body {
  margin-top: 3.875rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__nayami-body {
    margin-top: 2.5rem;
  }
}

.anshin-proskun__equipment {
  padding-bottom: 8.9375rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__equipment {
    padding-bottom: 8.1875rem;
  }
}
@media screen and (max-width: 430px) {
  .anshin-proskun__equipment {
    padding-bottom: 5rem;
  }
}

.anshin-proskun__equipment-items {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  row-gap: 1.8125rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__equipment-items {
    margin-top: 2.8125rem;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.938rem, 0.24rem + 3.49vw, 1.875rem);
  }
}

.anshin-proskun__equipment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background-color: var(--color-light-gray);
  padding: 2.8125rem 1.25rem 1.5625rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__equipment-item {
    padding: 2.1875rem 0.625rem 1.125rem;
  }
}

.anshin-proskun__equipment-item-title {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.88;
  margin-top: 0.875rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__equipment-item-title {
    margin-top: 1rem;
    font-size: 3.8666666667vw;
    line-height: 1.8965517241;
  }
}

.anshin-proskun__equipment-item-img {
  width: 10.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__equipment-item-img {
    width: 59%;
  }
}

.anshin-proskun__mode {
  padding-bottom: 8.1875rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__mode {
    padding-bottom: 4.625rem;
  }
}
@media screen and (max-width: 430px) {
  .anshin-proskun__mode {
    padding-bottom: 2.5rem;
  }
}

.anshin-proskun__mode-content {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__mode-content {
    margin-top: 1.875rem;
  }
}

.anshin-proskun__mode-content + .anshin-proskun__mode-content {
  margin-top: 6.375rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__mode-content + .anshin-proskun__mode-content {
    margin-top: 5.5625rem;
  }
}
@media screen and (max-width: 430px) {
  .anshin-proskun__mode-content + .anshin-proskun__mode-content {
    margin-top: 3.125rem;
  }
}

.anshin-proskun__mode-content-text {
  margin-top: 1.25rem;
}

.anshin-proskun__mode-img {
  width: 100%;
}

.anshin-proskun__table {
  margin-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__table {
    margin-top: 2.5rem;
  }
}

.anshin-proskun__table-head {
  width: 178px;
}
@media screen and (max-width: 750px) {
  .anshin-proskun__table-head {
    width: 25%;
  }
}

.anshin-proskun__note {
  margin-top: 2.125rem;
}

/****************************************/
/****************************************/
.corporate-services {
  scroll-margin-top: 5rem;
  padding: 3.125rem 0 6.6875rem;
}
@media screen and (max-width: 750px) {
  .corporate-services {
    padding: 1.875rem 0 4.5rem;
  }
}
@media screen and (max-width: 430px) {
  .corporate-services {
    padding: 1.875rem 0 3.125rem;
  }
}

.corporate-services__overview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 2.6875rem 0 3rem;
}
@media screen and (max-width: 750px) {
  .corporate-services__overview {
    flex-direction: column-reverse;
    padding: 2.5rem 0 2.375rem;
  }
}

.corporate-services__overview-body {
  flex: 1;
}

.corporate-services__overview-img {
  width: 27.1875rem;
  aspect-ratio: 435/290;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .corporate-services__overview-img {
    width: clamp(20rem, 0.326rem + 41.97vw, 27.188rem);
  }
}
@media screen and (max-width: 750px) {
  .corporate-services__overview-img {
    width: 100%;
    aspect-ratio: 690/393;
  }
}

.corporate-services__equipment {
  padding-bottom: 4.8125rem;
}
@media screen and (max-width: 750px) {
  .corporate-services__equipment {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 430px) {
  .corporate-services__equipment {
    padding-bottom: 2.5rem;
  }
}

.corporate-services__equipment-content {
  margin-top: 2.375rem;
}

.corporate-services__equipment-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 8.25rem;
       column-gap: 8.25rem;
  margin-top: 4.75rem;
}
@media screen and (max-width: 750px) {
  .corporate-services__equipment-img-wrap {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.security-camera {
  padding-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .security-camera {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 430px) {
  .security-camera {
    padding-bottom: 3.125rem;
  }
}

.security-camera__content {
  margin-top: 2.75rem;
}

.security-camera__img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 5.1875rem;
       column-gap: 5.1875rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 750px) {
  .security-camera__img-wrap {
    grid-template-columns: 1fr;
  }
}

.resident-security__content {
  margin-top: 2.75rem;
}

.resident-security__img {
  width: 100%;
  margin-top: 2.5rem;
}

.resident-security__schedule {
  margin-top: 7.625rem;
}
@media screen and (max-width: 750px) {
  .resident-security__schedule {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 430px) {
  .resident-security__schedule {
    padding-bottom: 0;
  }
}

.resident-security__schedule-list {
  width: 100%;
  margin-top: 2rem;
}

.resident-security__schedule-item {
  display: flex;
  align-items: center;
  padding: 0.1875rem 1.125rem;
  font-size: 1rem;
  line-height: 2.5625;
  border-radius: 1.3125rem;
}
@media screen and (max-width: 750px) {
  .resident-security__schedule-item {
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
    padding: 0.3125rem 1.125rem 0.5rem;
    border-radius: 0;
  }
}

.resident-security__schedule-item:nth-child(odd) {
  background-color: var(--color-light-gray);
}

.resident-security__schedule-item:nth-child(even) {
  background-color: var(--color-white);
}

.resident-security-schedule__time {
  width: 6.875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .resident-security-schedule__time {
    width: 16%;
  }
}

.resident-security-schedule__value {
  flex: 1;
}

.resident-security__mobile-patrol-security {
  margin-top: 7.5625rem;
}
@media screen and (max-width: 750px) {
  .resident-security__mobile-patrol-security {
    margin-top: 5.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .resident-security__mobile-patrol-security {
    margin-top: 3.4375rem;
  }
}

.resident-security__mobile-patrol-security-content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .resident-security__mobile-patrol-security-content {
    margin-top: 1.25rem;
  }
}

.resident-security__mobile-patrol-security-img {
  width: 100%;
  margin-top: 0.75rem;
}

/****************************************/
/****************************************/
.ap-camera-system {
  scroll-margin-top: 7.5rem;
  padding-bottom: 10.375rem;
}
@media screen and (max-width: 750px) {
  .ap-camera-system {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 430px) {
  .ap-camera-system {
    padding-bottom: 5rem;
  }
}

.ap-camera-system__overview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 3.125rem 0 2.375rem;
}
@media screen and (max-width: 750px) {
  .ap-camera-system__overview {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 1.875rem 0 1.5625rem;
  }
}

.ap-camera-system__overview-body {
  flex: 1;
}

.ap-camera-system__overview-img {
  width: 24.5625rem;
  aspect-ratio: 393/149;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .ap-camera-system__overview-img {
    width: clamp(17.5rem, -1.928rem + 41.39vw, 24.563rem);
  }
}
@media screen and (max-width: 750px) {
  .ap-camera-system__overview-img {
    width: 82%;
  }
}

.ap-camera-system__nayami {
  padding: 5.375rem 0;
}
@media screen and (max-width: 750px) {
  .ap-camera-system__nayami {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 430px) {
  .ap-camera-system__nayami {
    padding: 2.1875rem 0;
  }
}

.ap-camera-system__nayami-content {
  margin-top: 2rem;
}

.ap-camera-system__nayami-list {
  background-color: var(--color-light-gray);
  list-style: none;
  margin-top: 2.0625rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 750px) {
  .ap-camera-system__nayami-list {
    padding: clamp(1.25rem, 0.552rem + 3.49vw, 2.188rem);
  }
}

.ap-camera-system__nayami-item {
  padding-left: 1.5625rem;
  background: url(../images/check-icon.svg) left 0px top 10px no-repeat;
  background-size: 1.125rem auto;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .ap-camera-system__nayami-item {
    background-position-y: clamp(0.313rem, 0.08rem + 1.16vw, 0.625rem);
    padding-left: clamp(1.438rem, 0.414rem + 5.12vw, 2.813rem);
    background-size: 4vw auto;
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
  }
}

.ap-camera-system__nayami-img {
  width: 49.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 796/232;
  margin-top: 1.6875rem;
}

.ap-camera-system__nayami-text:nth-of-type(2) {
  margin-top: 2.375rem;
}

.ap-camera-system__table {
  margin-top: 1.625rem;
}

.ap-camera-system__table-data .text-sm {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .ap-camera-system__table-data .text-sm {
    font-size: 3.3333333333vw;
    line-height: 1.2;
  }
}

.ap-camera-system__note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .ap-camera-system__note {
    font-size: 3.3333333333vw;
    line-height: 1.4;
  }
}

.pros110 {
  scroll-margin-top: 7.5rem;
  padding-bottom: 10.375rem;
}
@media screen and (max-width: 750px) {
  .pros110 {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 430px) {
  .pros110 {
    padding-bottom: 5rem;
  }
}

.pros110__overview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .pros110__overview {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 1.875rem 0 0;
  }
}

.pros110__overview-body {
  flex: 1;
}

.pros110__overview-img {
  width: 25rem;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .pros110__overview-img {
    width: clamp(18.75rem, 1.557rem + 36.63vw, 25rem);
  }
}
@media screen and (max-width: 750px) {
  .pros110__overview-img {
    width: 88%;
  }
}

.pros110__case {
  padding-bottom: 7.875rem;
}
@media screen and (max-width: 750px) {
  .pros110__case {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 430px) {
  .pros110__case {
    padding-bottom: 3.25rem;
  }
}

.pros110__case-list {
  background-color: var(--color-light-gray);
  list-style: none;
  margin-top: 2.0625rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 750px) {
  .pros110__case-list {
    margin-top: 1.25rem;
    padding: clamp(1.25rem, 0.552rem + 3.49vw, 2.188rem);
  }
}

.pros110__case-item {
  padding-left: 1.5625rem;
  background: url(../images/check-icon.svg) left 0px top 10px no-repeat;
  background-size: 1.125rem auto;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .pros110__case-item {
    background-position-y: clamp(0.313rem, 0.08rem + 1.16vw, 0.625rem);
    padding-left: clamp(1.438rem, 0.414rem + 5.12vw, 2.813rem);
    background-size: 4vw auto;
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
  }
}

.pros110__case-text:nth-of-type(1) {
  margin-top: 2.1875rem;
}

.pros110__case-text:nth-of-type(2) {
  margin-top: 2rem;
}

.pros110__price-text {
  margin-top: 1.875rem;
}

.pros110__price-content {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 750px) {
  .pros110__price-content {
    margin-top: 2.5rem;
  }
}

.pros110__price-content + .pros110__price-content {
  margin-top: 5.6875rem;
}
@media screen and (max-width: 750px) {
  .pros110__price-content + .pros110__price-content {
    margin-top: 3.75rem;
  }
}

.pros110__price-table {
  margin-top: 1.9375rem;
}

.pros110__price-note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .pros110__price-note {
    font-size: 3.3333333333vw;
    line-height: 1.4;
  }
}

/****************************************/
/****************************************/
.fire-inspection {
  scroll-margin-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 430px) {
  .fire-inspection {
    padding-bottom: 3.75rem;
  }
}

.fire-inspection__overview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 2.6875rem 0 3rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__overview {
    flex-direction: column-reverse;
    padding: 2.5rem 0 2.375rem;
  }
}

.fire-inspection__overview-left {
  flex: 1;
}

.fire-inspection__overview-right {
  width: 12.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .fire-inspection__overview-right {
    width: 10.1875rem;
    aspect-ratio: 163/237;
  }
}

.fire-inspection__overview-img {
  width: 7.8125rem;
  aspect-ratio: 125/181;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .fire-inspection__overview-img {
    width: 10.1875rem;
    aspect-ratio: 163/237;
  }
}

.fire-inspection__types {
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 430px) {
  .fire-inspection__types {
    padding-bottom: 4.25rem;
  }
}

.fire-inspection__types-content {
  margin-top: 2.5rem;
}

.fire-inspection__types-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  row-gap: 2rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types-table {
    grid-template-columns: 1fr;
  }
}

.fire-inspection__types-row {
  border: 1px solid var(--color-dark-gray);
}

.fire-inspection__types-value {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-dark-gray);
  padding: 1.25rem 0.9375rem;
}

.fire-inspection__types-value > *:nth-child(2) {
  margin-top: 1.125rem;
}

.fire-inspection__types-label {
  background: var(--color-light-gray);
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
  text-align: center;
  border-bottom: 1px solid var(--color-dark-gray);
  padding: 0.625rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types-label {
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}

.fire-inspection__types-value-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types-value-title {
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}

.fire-inspection__types-value-text,
.fire-inspection__types-value-list {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types-value-text,
.fire-inspection__types-value-list {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.fire-inspection__types-value-text .text-xs,
.fire-inspection__types-value-list .text-xs {
  font-size: 0.625rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types-value-text .text-xs,
.fire-inspection__types-value-list .text-xs {
    font-size: 2.6666666667vw;
  }
}

.fire-inspection__types-value-item {
  list-style: none;
  text-indent: -0.6em;
  padding-left: 1em;
}
.fire-inspection__types-value-item.fire-inspection__types-value-item--none {
  font-weight: 700;
}

.fire-inspection__types-value-item::before {
  content: "●";
  margin-right: 0.3em;
}

.fire-inspection__types-value-item.fire-inspection__types-value-item--none::before {
  content: "";
  margin-right: 0;
}

.fire-inspection__types-note {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4285714286;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__types-note {
    font-size: 3.3333333333vw;
    line-height: 1.4;
  }
}

.fire-inspection__categories {
  padding-bottom: 6.8125rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__categories {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 430px) {
  .fire-inspection__categories {
    padding-bottom: 4.25rem;
  }
}

.fire-inspection__categories-content {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 7.625rem;
}
@media screen and (max-width: 1024px) {
  .fire-inspection__categories-content {
    gap: clamp(3.125rem, -5.472rem + 18.32vw, 6.25rem);
  }
}
@media screen and (max-width: 750px) {
  .fire-inspection__categories-content {
    flex-direction: column;
    gap: 0;
  }
}

.fire-inspection__categories-item {
  list-style: none;
  text-indent: -0.6em;
  padding-left: 0.5em;
}

.fire-inspection__categories-item::before {
  content: "・";
}

.fire-inspection__flow {
  padding-bottom: 2.9375rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .fire-inspection__flow {
    padding-bottom: 1.875rem;
  }
}

.fire-inspection__flow-content {
  margin-top: 2.375rem;
  display: flex;
  justify-content: space-between;
  gap: 1.8125rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-content {
    flex-direction: column;
  }
}

.fire-inspection__flow-left {
  flex: 1;
}

.fire-inspection__flow-items {
  counter-reset: step; /* 番号カウンターをリセット */
  list-style: none;
  padding: 0;
  margin: 0;
}

.fire-inspection__flow-item {
  position: relative;
  background-color: var(--color-light-gray);
  border-radius: 0.3125rem;
  position: relative;
  padding-left: 2.5em;
  padding: 0.625rem 0.9375rem 0.625rem 2.375rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-item {
    padding-left: clamp(2.25rem, 1.599rem + 3.26vw, 3.125rem);
  }
}

.fire-inspection__flow-item:not(:first-child) {
  margin-top: 0.6875rem;
}

.fire-inspection__flow-item::before {
  counter-increment: step;
  content: counter(step) ".";
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-item::before {
    font-size: 3.4666666667vw;
    top: 0.625rem;
  }
}

.fire-inspection__flow-item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-item-title {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}

.fire-inspection__flow-item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-item-text {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}

.fire-inspection__flow-right {
  width: 38%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-right {
    width: 100%;
    flex-direction: row;
  }
}

.fire-inspection__flow-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .fire-inspection__flow-img {
    width: calc(50% - 0.5rem);
  }
}

.fire-inspection__trouble-content {
  margin-top: 2.5rem;
}

/****************************************/
/****************************************/
.news {
  position: relative;
  padding: 3.125rem 1.875rem 6.25rem 1.875rem;
}
@media screen and (max-width: 430px) {
  .news {
    padding: 1.875rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.news__inner {
  padding: 5rem 6.25rem 5.625rem;
  background-color: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .news__inner {
    padding: 1.875rem 1.25rem 2.8125rem;
  }
}

.news__deco01 {
  top: -5%;
  right: -8%;
}
@media screen and (max-width: 750px) {
  .news__deco01 {
    top: 33%;
    right: -12%;
  }
}

.news__deco02 {
  bottom: -25rem;
  left: -8%;
}
@media screen and (max-width: 750px) {
  .news__deco02 {
    bottom: 34%;
    left: -12%;
  }
}

.news.news--category {
  padding: 5rem 0 6.75rem;
}

.news__item {
  display: flex;
  align-items: center;
  padding: 1.25rem 0.75rem 1.5625rem;
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 750px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 1.5625rem;
  }
}

.news__head-ja {
  margin-top: 1.125rem;
}

.news__item + .news__item {
  margin-top: 1.25rem;
}

.news-item__unit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 430px) {
  .news-item__unit {
    width: 100%;
  }
}

.news-item__date {
  color: var(--color-primary);
  font-weight: 300;
}

.news-item__category {
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .news-item__category {
    max-width: 100%;
    min-width: 100%;
  }
}

.news-item__link {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.25rem;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 750px) {
  .news-item__link {
    margin-left: 0px;
    padding-top: 0;
    margin-top: 0.3125rem;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}

.news__content {
  margin-top: 0;
}

.news--category .news__content {
  margin-top: 3.75rem;
}

/****************************************/
/****************************************/
.faq__message {
  background-color: var(--color-white);
  padding: 1.875rem 1.25rem;
  border-radius: 0.9375rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .faq__message {
    margin-top: 2.5rem;
  }
}

.faq__message-text {
  margin-top: 1.25rem;
}

/****************************************/
/****************************************/
.recruit {
  padding: 3.125rem 0 7.125rem;
}
@media screen and (max-width: 750px) {
  .recruit {
    padding: 1.875rem 0 5rem;
  }
}
@media screen and (max-width: 430px) {
  .recruit {
    padding: 1.875rem 0 3.125rem;
  }
}

.recruit__text {
  text-align: center;
}

/****************************************/
/****************************************/
.contact {
  position: relative;
  padding: 3.125rem 1.875rem 6.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 430px) {
  .contact {
    padding: 1.875rem 0.9375rem 5rem;
  }
}

.contact__inner {
  padding: 3.75rem 2.1875rem 2.8125rem;
  background-color: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .contact__inner {
    padding: 2.5rem 1.25rem 1.875rem;
  }
}

.contact__title {
  text-align: center;
}

.contact__title-en {
  color: var(--color-green);
  text-transform: capitalize;
}

.contact__title-ja {
  position: relative;
  color: var(--color-green);
  margin-top: 0.375rem;
  padding-bottom: 1.875rem;
}

.contact__text {
  color: var(--color-text);
  padding-left: 1.25rem;
  border-left: 5px solid var(--color-green);
}

.contact__box {
  background-color: var(--color-white);
  padding: 4.0625rem;
  border-radius: 0.3125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .contact__box {
    padding: 3.125rem 4.8828125%;
  }
}
@media screen and (max-width: 750px) {
  .contact__box {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}

.contact__mail-wrap {
  margin-top: 2.5rem;
}

.contact__link {
  color: var(--color-green);
  text-decoration: underline;
}

.form__list {
  margin-top: 3.75rem;
}

.form__field {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .form__field {
    flex-direction: column;
  }
}

.form__label {
  min-width: 240px;
}
@media screen and (max-width: 750px) {
  .form__label {
    min-width: unset;
  }
}

.form__field + .form__field {
  margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
  .form__field + .form__field {
    margin-top: 1.25rem;
  }
}

.form__data {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .form__data {
    margin-top: 0.625rem;
  }
}

.form__acceptance {
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .form__acceptance {
    margin-top: 1.875rem;
  }
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #999999;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #999999;
}

.form__textarea {
  height: 15.625rem;
  resize: none;
}

.form__label {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 600;
  color: var(--color-text);
}
.form__label .require {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  margin-left: 0.75rem;
  color: var(--color-white);
  background-color: var(--color-orange);
  padding: 0.125rem 0.3125rem;
}
@media screen and (max-width: 430px) {
  .form__label {
    font-size: 1rem;
  }
}

.form__label label {
  display: flex;
  align-items: center;
}

.form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
  font-size: 1.125rem;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #E3E3E3;
  background-color: #F8F8F8;
  border-radius: 0.25rem;
}
@media screen and (max-width: 430px) {
  .form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
    padding: 0.5rem 0.9375rem;
    font-size: 1rem;
  }
}

.form__data-select {
  position: relative;
}

.form__data-select::after {
  position: absolute;
  top: 60%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: var(--color-green) transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.form__data-radio {
  display: flex;
  flex-wrap: wrap;
}

.form__privacy-text {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.9375rem;
  color: var(--color-green);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 430px) {
  .form__privacy-text {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}

.form__privacy-note {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.9375rem;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  border: 1px solid var(--color-green);
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 3px;
  width: 0.9375rem;
  height: 0.5rem;
  transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid var(--color-green);
  border-left: 2px solid var(--color-green);
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__privacy-link {
  display: inline-block;
  color: var(--deep-lavender);
  font-weight: 500;
  border-bottom: 1px solid var(--color-green);
  padding-bottom: 2px;
}

.form__submit-button-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .form__submit-button-wrap {
    margin-top: 1.25rem;
  }
}

.form__submit-button {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .form__submit-button {
    margin-top: 1.25rem;
  }
}

.form__submit-button:hover {
  opacity: 0.7;
}

.form__note {
  font-size: 0.875rem;
  color: var(--color-black);
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 1.875rem;
  text-align: center;
}

.wpcf7 .wpcf7-submit:disabled {
  color: var(--color-white);
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 430px) {
  .wpcf7-turnstile {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transform: scale(0.9);
    transform-origin: top center;
  }
}

/****************************************/
/****************************************/
.site-content h2,
.site-content h3 {
  margin-bottom: 1.875rem;
}

.site-content p,
.site-content h4,
.site-content h5,
.site-content h6,
.site-content img,
.site-content ul,
.site-content ol,
.site-content table {
  margin-bottom: 0.9375rem;
}

.site-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .site-content p {
    font-size: 3.4210526316vw;
    line-height: 1.5384615385;
  }
}

.site-content h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0.3125rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  .site-content h2 {
    font-size: 3.4666666667vw;
  }
}

.site-content h3 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  background-color: var(--color-light-blue2);
  color: var(--color-primary);
  padding: 0.3125rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  .site-content h3 {
    font-size: 3.4666666667vw;
  }
}

.site-content h4 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5;
  color: var(--color-primary);
  padding: 0.75rem 0;
  border-bottom: 2px solid var(--color-primary);
}
@media screen and (max-width: 750px) {
  .site-content h4 {
    font-size: 3.4666666667vw;
  }
}

.site-content h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-dark-gray);
}
@media screen and (max-width: 750px) {
  .site-content h5 {
    font-size: 3.9473684211vw;
  }
}

.site-content h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-dark-gray);
}
@media screen and (max-width: 750px) {
  .site-content h6 {
    font-size: 3.6842105263vw;
  }
}

.site-content ul {
  list-style: none;
  padding-left: 2.25rem;
}
@media screen and (max-width: 750px) {
  .site-content ul {
    padding-left: 0.9375rem;
  }
}

.site-content ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  color: var(--color-text);
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .site-content ul li {
    align-items: baseline;
    font-size: 3.4210526316vw;
    line-height: 1.5384615385;
  }
}

.site-content ul li::before {
  content: "⚫︎";
  color: var(--color-primary);
  font-size: 0.5em;
  margin-right: 1em;
}

.site-content ul li:not(:first-child) {
  margin-top: 0.3125rem;
}

.site-content ol {
  counter-reset: number;
  list-style-type: none !important;
  padding-left: 1.25rem;
}

.site-content ol li {
  position: relative;
  line-height: 1.6;
  padding-left: 2.1875rem;
}

.site-content ol li:not(:first-child) {
  margin-top: 0.625rem;
}

.site-content ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
  font-size: 1rem;
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.site-content table table {
  border: none;
}

.site-content table thead {
  border-bottom: 1px solid var(--color-white);
}

.site-content table th {
  background: var(--color-primary);
  color: var(--color-white);
}

.site-content table td {
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
}

.site-content a {
  color: var(--color-primary);
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  .site-content figure {
    text-align: center;
  }
}

.site-content figure.wp-block-image img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* YouTube iframe対応（レスポンシブ） */
.site-content iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* CSSでアスペクト比を維持 */
  margin-bottom: 0.9375rem;
}

/* 旧ブラウザ対応が必要な場合はwrapで対応 */
.site-content .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  margin-bottom: 0.9375rem;
}

.site-content .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inner {
  position: relative;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 430px) {
  .inner {
    padding: 0 0.9375rem;
  }
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner900 {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .text {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--color-white);
  border-radius: 0.9375rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 2.0625rem 3.25rem;
}
@media screen and (max-width: 1024px) {
  .card {
    padding: 1.75rem clamp(2.188rem, -0.735rem + 6.23vw, 3.25rem);
  }
}
@media screen and (max-width: 750px) {
  .card {
    padding: clamp(1.875rem, 0.666rem + 6.05vw, 3.5rem) clamp(1.625rem, 0.416rem + 6.05vw, 3.25rem);
  }
}

.card-img {
  margin-inline: auto;
}

.card-title {
  margin-top: 1.75rem;
  color: var(--color-primary);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.card-title .text-lg {
  display: block;
  font-size: 2.5rem;
  line-height: 1.05;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .card-title .text-lg {
    font-size: clamp(1.25rem, -0.125rem + 2.93vw, 1.75rem);
  }
}
@media screen and (max-width: 750px) {
  .card-title .text-lg {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .card-title {
    font-size: clamp(1.75rem, -0.313rem + 4.4vw, 2.5rem);
  }
}
@media screen and (max-width: 750px) {
  .card-title {
    font-size: 3.7333333333vw;
  }
}

.card-body {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-text {
  margin-top: 1.6875rem;
  text-align: center;
}

.card-button {
  margin-inline: auto;
  margin-top: 1.25rem;
}

.c-section-title {
  font-weight: 700;
  padding-bottom: 1.25rem;
}

.c-section-title__en {
  position: relative;
  display: block;
  font-size: 4.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
  padding-left: 0.625rem;
  text-transform: uppercase;
}
.c-section-title__en .lowercase {
  text-transform: none;
}
.c-section-title__en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 2.1875rem;
  height: 0.1875rem;
  background-color: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .c-section-title__en {
    font-size: 8.6666666667vw;
  }
}

.c-section-title__ja {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2.52;
  color: var(--color-primary);
  margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
  .c-section-title__ja {
    font-size: 3.4666666667vw;
    margin-top: clamp(0.938rem, 0.24rem + 3.49vw, 1.875rem);
  }
}

.title {
  position: relative;
  color: var(--color-dark-gray);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.2;
  word-break: break-word;
}
@media screen and (max-width: 750px) {
  .title {
    font-size: 5.3333333333vw;
    line-height: 1.375;
  }
}

.gray-border-box {
  border: 1px solid var(--color-border);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 750px) {
  .gray-border-box.gray-border-box--sub {
    border: none;
  }
}

.yellow-marker {
  display: inline-block;
  border-bottom: 2px solid var(--color-yellow3);
}

.page-heading {
  width: 100%;
  text-align: center;
  background-color: var(--color-dark-gray2);
  color: var(--color-white);
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.5rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  .page-heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  .page-heading {
    font-size: 1.25rem;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.page-content {
  position: relative;
  padding: 5.4375rem 0;
}
@media screen and (max-width: 750px) {
  .page-content {
    padding: 2.5rem 0 3.75rem;
  }
}

.page-content__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 3.125rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page-content__inner {
    padding: 0 1.5625rem;
  }
}

.post {
  padding: 3.75rem 0;
}
@media screen and (max-width: 750px) {
  .post {
    padding: 2.5rem 0 3.75rem;
  }
}

.post__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 1.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .post__inner {
    padding: 0 0.9375rem;
  }
}

.post__body {
  padding-top: 3.75rem;
}

.post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9375rem;
  flex-wrap: wrap;
}

.post__category {
  display: inline-block;
  font-weight: 700;
  color: var(--color-text);
}

.post__date {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-black);
}
@media screen and (max-width: 750px) {
  .post__date {
    font-size: 0.875rem;
  }
}

.post__title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .post__title {
    font-size: 5.6vw;
  }
}

.post__title::after {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--color-dark-gray);
  height: 1px;
  left: 0;
  bottom: -5px;
}

.single-nav__items {
  margin-top: 90px;
  max-width: 500px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(33.3333333333% - 20px), 1fr));
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .single-nav__items {
    margin-top: 3.4375rem;
    grid-template-columns: 1fr;
    row-gap: 1.6875rem;
  }
}

.single-nav__item {
  width: 100%;
}

.page-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0.625rem 1.25rem;
  transition: background-color 0.3s ease;
}

.page-nav-button:hover {
  border: 1px solid transparent;
  background-color: var(--color-primary);
  color: var(--color-white);
  opacity: 1;
}

.news__category-title-wrap {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news__category-title-en {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .news__category-title-en {
    font-size: clamp(1.75rem, 1.607rem + 0.82vw, 2rem);
  }
}

.news__category-title {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-primary);
  margin-top: 0.9375rem;
}
@media screen and (max-width: 750px) {
  .news__category-title {
    font-size: clamp(1rem, 0.607rem + 0.82vw, 1.5rem);
  }
}

/****************************************/
/****************************************/
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .fv {
    margin-top: clamp(2.5rem, 0.64rem + 9.3vw, 5rem);
  }
}

.fv__img-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.fv__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-animation: anime_slider_fade 18s ease-in-out infinite;
          animation: anime_slider_fade 18s ease-in-out infinite;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__img picture, .fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__img--1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fv__img--2 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.fv__img--3 {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@-webkit-keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fv.fv--page {
  position: relative;
  margin-top: 5.1875rem;
  height: 21.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .fv.fv--page .fv__title {
    font-size: 8vw;
    line-height: 1.7333333333;
  }
}
.fv.fv--page .fv__title-ja {
  font-family: var(--font-noto-sans-jp);
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fv.fv--page .fv__title-ja {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 750px) {
  .fv.fv--page {
    height: 18.75rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .fv.fv--page {
    margin-top: clamp(2.5rem, 0.64rem + 9.3vw, 5rem);
  }
}

.fv--page-default {
  background-image: url("../images/bg-fv01.png");
  background-size: cover;
  background-position: center;
}

.fv--page-personal {
  background-image: url("../images/personal/bg-mv-personal.png");
}
@media screen and (max-width: 750px) {
  .fv--page-personal {
    background-image: url("../images/personal/bg-mv-personal-sp.png");
  }
}

.fv--page-corporation {
  background-image: url("../images/corporation/bg-mv-corporation.png");
}
@media screen and (max-width: 750px) {
  .fv--page-corporation {
    background-image: url("../images/corporation/bg-mv-corporation-sp.png");
  }
}

.fv--page-company {
  background-image: url("../images/company/bg-mv-company.png");
}
@media screen and (max-width: 750px) {
  .fv--page-company {
    background-image: url("../images/company/bg-mv-company-sp.png");
  }
}

.fv__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 5;
  left: 50%;
  top: 50%;
  padding: 0 1.5625rem;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fv__title {
  font-family: var(--font-noto-sans-jp);
  color: var(--color-white);
  font-size: 3.75rem;
  line-height: 1.7333333333;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .fv__title {
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  .fv__title {
    font-size: 5.2vw;
    line-height: 1.7435897436;
  }
}

.fv__service-buttons {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 1200px) {
  .fv__service-buttons {
    gap: clamp(1.25rem, -0.841rem + 4.45vw, 2.5rem);
    margin-top: clamp(1.875rem, -6.488rem + 17.82vw, 6.875rem);
  }
}
@media screen and (max-width: 750px) {
  .fv__service-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: clamp(1.875rem, -1.846rem + 18.6vw, 6.875rem);
  }
}

.fv__service-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6875rem;
  border: 2px solid var(--color-white);
  border-radius: 0.625rem;
  width: 100%;
  max-width: 578px;
  padding: 1.875rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .fv__service-button {
    gap: clamp(0.938rem, -1.99rem + 6.24vw, 2.688rem);
    padding: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .fv__service-button {
    gap: clamp(1.25rem, 0.18rem + 5.35vw, 2.688rem);
    width: 85%;
  }
}

.fv__service-button::after {
  position: absolute;
  content: "";
  background-image: url(../images/right-arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%);
  width: 26px;
  aspect-ratio: 26/45;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .fv__service-button::after {
    width: clamp(1.125rem, 0.289rem + 1.78vw, 1.625rem);
    right: clamp(1.125rem, 0.334rem + 3.95vw, 2.188rem);
  }
}

.fv__service-button:hover {
  opacity: 1;
}

.fv__service-button:hover::after {
  transform: translate(5px, -50%); /* ← X方向に5px移動 */
}

.fv__service-button-icon {
  width: 5.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 81/91;
}
.fv__service-button-icon.fv__service-button-icon--personal {
  width: 6.75rem;
  aspect-ratio: 108/91;
}
@media screen and (max-width: 1200px) {
  .fv__service-button-icon.fv__service-button-icon--personal {
    width: 9vw;
  }
}
@media screen and (max-width: 1200px) {
  .fv__service-button-icon {
    width: 6.75vw;
  }
}

.fv__service-button-text {
  font-family: var(--font-noto-sans-jp);
  font-size: 2.4375rem;
  font-weight: 500;
  line-height: 1.4358974359;
  color: var(--color-white);
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .fv__service-button-text {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 750px) {
  .fv__service-button-text {
    font-size: clamp(1.125rem, 0.148rem + 4.88vw, 2.438rem);
  }
}

.page-title-lv2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0.3125rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  .page-title-lv2 {
    font-size: 3.4666666667vw;
  }
}

.page-title-lv3 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  background-color: var(--color-light-blue2);
  color: var(--color-primary);
  padding: 0.3125rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  .page-title-lv3 {
    font-size: 3.4666666667vw;
  }
}

.page-title-lv4 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5;
  color: var(--color-primary);
  padding: 0.75rem 0;
  border-bottom: 2px solid var(--color-primary);
}
@media screen and (max-width: 750px) {
  .page-title-lv4 {
    font-size: 3.4666666667vw;
  }
}

/****************************************/
/****************************************/
@media screen and (max-width: 750px) {
  .cta {
    padding-bottom: 2.5rem;
  }
}

.cta__inner {
  padding: 1.875rem;
  border-radius: 0.625rem;
  background-color: var(--color-light-gray);
}
@media screen and (max-width: 750px) {
  .cta__inner {
    padding: 1.25rem;
  }
}

.cta__title {
  text-align: center;
}

.cta__text {
  line-height: 1.5625;
  margin-top: 0.3125rem;
  text-align: center;
}

.cta__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.125rem;
  width: 100%;
  margin-top: 1.375rem;
}
@media screen and (max-width: 750px) {
  .cta__items {
    gap: 0.625rem;
    flex-direction: column;
    margin-top: 0.9375rem;
  }
}

.cta__item {
  background-color: var(--color-white);
  border-radius: 0.625rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  width: 33.3%;
}
@media screen and (max-width: 750px) {
  .cta__item {
    width: 100%;
    gap: 0.9375rem;
    padding: 0.625rem;
  }
}

.cta__img-tel {
  width: 2.3125rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .cta__img-tel {
    width: 4.8vw;
  }
}

.cta__item-info {
  display: flex;
  flex-direction: column;
}

.cta__item-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.cta__item-info-text {
  color: var(--color-dark-gray);
  font-weight: 700;
  line-height: 1.5625;
}
@media screen and (max-width: 750px) {
  .cta__item-info-text {
    line-height: 2.1923076923;
  }
}

.cta__item-tel-number {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5625;
  color: var(--color-green);
}
@media screen and (max-width: 750px) {
  .cta__item-tel-number {
    font-size: 4.6666666667vw;
    line-height: 1.3142857143;
  }
}

.cta__img-mail {
  width: 2.6875rem;
  aspect-ratio: 43/30;
}
@media screen and (max-width: 750px) {
  .cta__img-mail {
    width: 6.6666666667vw;
  }
}

.cta__img-instagram {
  width: 2.625rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .cta__img-instagram {
    width: 5.6vw;
  }
}

.cta__nav {
  margin-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .cta__nav {
    margin-top: 1.25rem;
  }
}

.cta-menu__items {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
}

.cta-menu__link {
  color: var(--color-dark-gray2);
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.1875;
  border-bottom: 1px solid var(--color-dark-gray2);
}

.error-not-found {
  padding: 5rem 0 7.5rem;
}

.error-not-found__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}