@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-y: scroll; /* 常にスクロールバーを表示 */
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  color: #030000;
  letter-spacing: 0;
}

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

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

body {
  font-family: "IBM Plex Sans JP", "Noto Sans", sans-serif, serif;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
    overflow: hidden;
  }
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

main {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 4.25rem;
  }
}

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 */
/* 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 */
/* フォームリセット */
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;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 0.9375rem;
    height: 4.125rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.7875rem 2.4rem 0.81875rem 2.4rem;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0.625rem 0;
  }
}

.header__logo {
  width: 7.32875rem;
  max-width: 117.26px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 5.625rem;
  }
}

.header__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  text-align: center;
}

.header__list li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  padding: 0.55625rem 0.75rem;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: rem;
     -moz-column-gap: rem;
          column-gap: rem;
}

.header__list li a.kaigodx {
  position: relative;
}

.header__list li a.kaigodx::before {
  content: "";
  background-color: #20562B;
  width: 5rem;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__list li a.com {
  position: relative;
}

.header__list li a.com::before {
  content: "";
  background-color: #20562B;
  width: 3.75rem;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__list li a.header-contact {
  color: #fff;
  background-color: #F08700;
  line-height: 1.4;
  border-radius: 50px;
  padding: 0.4375rem 0.3125rem 0.3125rem;
  width: 6.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .header__button-wrap {
    display: none;
  }
}

.header__button a {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.6875rem;
  padding: 0.375rem 0 0.25rem;
  width: 6.25rem;
}

.header__btn {
  padding: 1.8125rem 0 1.0625rem 0.625rem;
  font-size: 0.6875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 4rem;
    height: inherit;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header__hamburger span {
  background-color: #F08700;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.5rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.195rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  margin-top: 3.125rem;
  padding-bottom: 6.875rem;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-nav {
  margin: auto;
  margin-top: 1.875rem;
  padding: 0 8.67%;
  max-width: 37.5rem;
  width: 100%;
}

.header__drawer-item {
  text-align: center;
}

.header__drawer-item.border {
  position: relative;
  margin-inline: auto;
  width: 62%;
}

.header__drawer-item.border::before {
  content: "";
  background-color: rgb(32, 86, 43);
  height: 0.5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
}

.header__drawer-item + .header__drawer-item {
  margin-top: 0.625rem;
}

.header__drawer-item a.cloud {
  position: relative;
}

.header__drawer-item a.cloud::before {
  content: "";
  width: 9.5rem;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__drawer-item a.dx {
  position: relative;
}

.header__drawer-item a.dx::before {
  content: "";
  width: 9.5rem;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__drawer-item a.wuta {
  position: relative;
}

.header__drawer-item a.wuta::before {
  content: "";
  width: 9.5rem;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__drawer .header__button-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer .header__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
    margin-top: 2.5rem;
  }
}

.header__drawer .header__button a,
.header__drawer .header__button.button-or a {
  font-size: 0.875rem;
  padding: 0.25rem 0;
  width: 12.5rem;
}

.header__drawer-item.header__drawer-item--contact {
  margin-top: 1.5rem;
  border-bottom: none;
  border-radius: 50px;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
  padding: 1rem 0 1rem 0;
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.header__drawer-item.header__drawer-item--contact a {
  background-color: #F08700;
  padding: 1rem 1.25rem 1rem 1.25rem;
  position: relative;
  width: 12.5rem;
  border-radius: 50px;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  margin-inline: auto;
}

.header__drawer-item.header__drawer-item--contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6.03125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  /* background-image: url(./../images/common/icon-mail.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-accordion-title {
  position: relative;
}

.header__drawer-accordion-title::before,
.header__drawer-accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9375rem;
  height: 0.125rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__drawer-accordion-title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-list {
  padding: 0 0 1.25rem 0.625rem;
  display: none;
}

.header__drawer-accordion-item > a {
  padding: 0.625rem 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header__drawer-accordion-detail-list {
  padding-left: 0.625rem;
}

.header__drawer-accordion-detail-item a {
  padding: 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
}

.header__drawer-accordion-detail-item a::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 1px;
}

.footer {
  padding-top: 3rem;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer__top {
  padding-top: 1.625rem;
  position: relative;
  width: 108%;
}
@media screen and (max-width: 768px) {
  .footer__top {
    width: 100%;
  }
}

.footer__top::before {
  content: "";
  background-color: #20562B;
  width: 54rem;
  max-width: 864px;
  height: 0.03125rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__top::before {
    width: 20.625rem;
  }
}

.footer__top-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__top-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.875rem;
  }
}

.footer__top-t::before {
  content: "";
  background-color: #20562B;
  width: 54rem;
  height: 0.03125rem;
  position: absolute;
  bottom: 3.2rem;
  max-width: 864px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__top-t::before {
    bottom: 14.8rem;
    width: 20.625rem;
  }
}

.footer__top-t::after {
  content: "";
  background-color: #20562B;
  width: 54rem;
  height: 0.03125rem;
  position: absolute;
  bottom: 7.3rem;
  max-width: 864px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer__top-t::after {
    bottom: 6.8rem;
    width: 20.625rem;
  }
}

.footer__top-t-logo {
  margin-top: 1rem;
  margin-left: 3.3125rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .footer__top-t-logo {
    width: 6rem;
    padding-right: 1.875rem;
    margin-bottom: 1.25rem;
    margin-inline: auto;
  }
}

.footer__top-t-logo img {
  aspect-ratio: 88.82/76.35;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.footer__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__top-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__link.kaigo {
  padding-left: 0.4375rem;
  position: relative;
}

.footer__link.kaigo.sp-ai {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__link.kaigo.sp-ai {
    display: block;
  }
}

.footer__link.kaigo::before {
  content: "";
  background-image: url(../images/common/square-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.4375rem;
}

.footer__link a {
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer__link a {
    font-size: 0.75rem;
  }
}

.footer__link + .footer__link {
  margin-top: 0.4rem;
}

.footer__top-c {
  margin-left: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__top-c {
    margin-left: 1.875rem;
  }
}

.footer__top-r {
  margin-left: 4.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__top-r {
    display: none;
  }
}

.footer__top-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5.1875rem;
     -moz-column-gap: 5.1875rem;
          column-gap: 5.1875rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__top-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__top-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5.1875rem;
     -moz-column-gap: 5.1875rem;
          column-gap: 5.1875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__top-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link.cente {
  padding-left: 0.4375rem;
  position: relative;
}

.footer__link.cente::before {
  content: "";
  background-image: url(../images/common/square-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.4375rem;
}

.footer__bottom {
  padding-bottom: 1.25rem;
  padding-right: 5rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.25rem;
    margin-top: 2.5rem;
    width: 100%;
  }
}

.footer__bottom-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo {
  width: 7.714375rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 6.875rem;
  }
}

.footer__name {
  font-size: 0.875rem;
  font-weight: 500;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__name {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.footer__bottom-b {
  margin-top: 1.00625rem;
}

.footer__address {
  font-size: 0.8125rem;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    text-indent: -1em;
  }
}

.footer__copy {
  background-color: #AF8865;
  padding: 0.4375rem 0 0.5rem;
  text-align: center;
}

.footer__copy small {
  color: #fff;
  font-size: 0.75rem;
}

.inner {
  background-color: #fff;
  padding: 3.1rem 5rem;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 2.5rem;
  }
}

.page-fv {
  background-image: url(../images/common/page-fv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 13.125rem;
}
@media screen and (max-width: 768px) {
  .page-fv {
    height: 8.25rem;
  }
}

.page-fv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4rem 5rem;
  position: relative;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .page-fv__img {
    padding: 2.5rem 1.25rem;
  }
}

.page-fv__img img {
  aspect-ratio: 1024/200;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-fv__title-en {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-fv__title-en {
    font-size: 0.875rem;
  }
}

.page-fv__title-ja {
  font-weight: 300;
  font-size: 1.6875rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .page-fv__title-ja {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.about {
  position: relative;
}

.about::before {
  content: "";
  background-image: url(../images/company/mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 21.875rem;
  height: 12.5rem;
  position: absolute;
  top: 0;
  right: 2rem;
}

.section-title {
  color: #B6916C;
  font-family: "Noto Sans";
  font-size: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.section-lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .section-lead {
    font-size: 1.25rem;
  }
}

.company-table {
  padding: 1.2rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .company-table {
    padding: 0;
  }
}

.company-table__inner {
  background-color: #fff;
  margin: auto;
  padding: 0 5.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-table__inner {
    padding: 2.5rem 1rem;
    width: 100%;
  }
}

.company-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-profile__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8125rem;
  }
}

.company-profile__list + .company-profile__list {
  margin-top: 1.875rem;
}

dt.company-profile__term {
  color: rgb(3, 0, 0);
  border-bottom: 0.5px solid #AF8865;
  font-size: 1.0625rem;
  font-weight: 300;
  padding-bottom: 1.875rem;
  width: 12.25rem;
  max-width: 7.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  dt.company-profile__term {
    border-bottom: none;
    padding-bottom: 1rem;
    width: 100%;
  }
}

dd.company-profile__description {
  color: rgb(3, 0, 0);
  border-bottom: 0.5px solid #AF8865;
  font-size: 1.0625rem;
  font-weight: 300;
  padding-left: 4.6875rem;
  padding-bottom: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  dd.company-profile__description {
    width: 100%;
    padding-left: 1.5rem;
  }
}

dt.company-profile__term.last {
  border-bottom: none;
}

dd.company-profile__description.last {
  border-bottom: none;
}

.access__map {
  width: 43.75rem;
  height: 23.75rem;
  max-width: 700px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__map {
    width: 96%;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
  margin-top: 3.125rem;
  max-width: 700px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .access__station {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    padding-left: 1.25rem;
  }
}

.access__station-head {
  font-size: 1.0625rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .access__station-head {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .access__station-items {
    margin-top: -0.2rem;
  }
}

.access__station-item {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.9411764706;
  letter-spacing: 0.05em;
  padding-left: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__station-item {
    font-size: 0.8125rem;
    text-wrap: nowrap;
  }
}

.access__station-item::before {
  content: "";
  background-image: url(../images/company/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.625rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.625rem;
}
@media screen and (max-width: 768px) {
  .access__station-item::before {
    left: -0.3125rem;
  }
}

.policy__head {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8333333333;
}

.policy__wrap {
  margin-top: 2.8125rem;
  margin-left: 2rem;
}

.policy__text {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6666666667;
  text-indent: -2rem;
}

.policy__text + .policy__text {
  margin-top: 2.5rem;
}

.policy__name {
  margin-top: 2.8125rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.policy__name p {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6666666667;
}

.security__head {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .security__head {
    font-size: 1rem;
  }
}

.security__items {
  margin-top: 2.25rem;
}

.security__item {
  background-color: #F8F5F0;
  padding: 1.2rem 3.375rem 1.6875rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .security__item {
    padding: 1.9375rem 2rem 1.6875rem 2rem;
  }
}

.security__item + .security__item {
  margin-top: 2.25rem;
}

.security__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .security__item-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.item-top_img {
  margin-left: 0.7375rem;
  width: 23.84%;
}
@media screen and (max-width: 768px) {
  .item-top_img {
    margin-left: 0;
  }
}

.item-top_img.img01 {
  max-width: 54.15px;
}

.item-top_img.img02 {
  margin-left: 0.9rem;
  margin-right: 0.2rem;
  max-width: 47.87px;
}

.item-top_img.img03 {
  margin-left: 1.3rem;
  margin-right: 0.5rem;
  max-width: 37.13px;
}

.item-top_text {
  border-bottom: 1px solid #B6916C;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.0833333333;
  width: 85.16%;
}
@media screen and (max-width: 768px) {
  .item-top_text {
    font-size: 1.125rem;
    line-height: 1.5;
    text-wrap: nowrap;
  }
}

.security__item-bottom {
  margin-top: 1.625rem;
}

.item-bottom_text {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7647058824;
}

.item-bottom_text-sub {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.7333333333;
  margin-top: 1.0625rem;
}

.contact-description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .contact-description {
    font-size: 1rem;
  }
}

.contact {
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 0.5rem;
  }
}

.contact__form {
  max-width: 740px;
}

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.875rem;
  }
}

.form__wrap.form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__wrap + .form__wrap {
  margin-top: 2.25rem;
}

.form__label {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  max-width: 15rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__label {
    font-size: 0.9375rem;
  }
}

.form__label.none {
  padding-left: 4.1rem;
}
@media screen and (max-width: 768px) {
  .form__label.none {
    padding-left: 0;
  }
}

.form__wrap.form__wrap--textarea .form__label {
  margin-top: 0.625rem;
}

.form__label span {
  margin-right: 0.9375rem;
  line-height: 1.3529411765;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  font-size: 1.0625rem;
  color: #fff;
  background-color: #FF0000;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .form__label span {
    font-size: 0.9375rem;
  }
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
  background-color: #F2F2F2;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .form__input,
  .form__select,
  .form__radio,
  .form__checkbox,
  .form__textarea {
    width: 100%;
  }
}

.form__input,
.form__textarea,
.form__select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__submit {
  padding-left: 8rem;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__submit {
    padding-left: 0;
  }
}

.form-input input {
  padding: 0.625rem 1.75rem;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .form-input input {
    font-size: 0.9375rem;
  }
}

.form-input input:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-select select {
  padding: 0.71875rem 3.125rem 0.71875rem 1.75rem;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1;
  border-radius: 0;
  background-image: url(../images/contact/arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.7375rem;
  background-position: right 0.9375rem top 0.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-select select {
    font-size: 0.9375rem;
  }
}

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

.form-select select:invalid {
  color: rgba(3, 0, 0, 0.3);
}

.form-select select:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-textarea textarea {
  padding: 1rem 1.75rem;
  width: 100%;
  height: 16.25rem;
  font-size: 1.0625rem;
  line-height: 1.3529411765;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .form-textarea textarea {
    font-size: 0.9375rem;
  }
}

.form-textarea textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-submit input {
  padding: 1.2rem 6.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #F08700;
  background-image: none;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form-submit input {
    font-size: 1.125rem;
    width: 70%;
    padding: 0.9375rem 3.75rem;
  }
}

.form-submit input:hover,
.form-submit input:focus {
  outline: none;
}

.form-submit input:hover {
  opacity: 0.8;
}

.form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

::-webkit-input-placeholder {
  color: #999; /* ← お好きな色に変更 */
  opacity: 1; /* Firefox用 */
}

::-moz-placeholder {
  color: #999; /* ← お好きな色に変更 */
  opacity: 1; /* Firefox用 */
}

:-ms-input-placeholder {
  color: #999; /* ← お好きな色に変更 */
  opacity: 1; /* Firefox用 */
}

::-ms-input-placeholder {
  color: #999; /* ← お好きな色に変更 */
  opacity: 1; /* Firefox用 */
}

::placeholder {
  color: #999; /* ← お好きな色に変更 */
  opacity: 1; /* Firefox用 */
}

/* Safari対応 */
::-webkit-input-placeholder {
  color: rgba(3, 0, 0, 0.3);
}

/* Firefox */
::-moz-placeholder {
  color: rgba(3, 0, 0, 0.3);
}

/* IE10+ */
:-ms-input-placeholder {
  color: rgba(3, 0, 0, 0.3);
}

/* Edge */
:-moz-placeholder {
  color: rgba(3, 0, 0, 0.3);
}

.g-recaptcha {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8rem;
  max-width: 260px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .g-recaptcha {
    padding-left: 0;
  }
}