@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #DCDCD7;
  color: #2f312f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.top-about__title::after,
.top-trouble__title::after,
.blog__title::after,
.blog-single__title::after,
.contact-form__title::after,
.contact-complete__title::after,
.privacy-policy__title::after,
.site-map__title::after,
.privacy-contents__title::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 1px;
  margin-top: 40px;
  background-color: #151515;
}

.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv3 .sub .icon {
  width: 20px;
}
.heading--lv3 .sub .text {
  color: #5DB42E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.heading--lv3 .main {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
.heading--lv3 .main::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 1px;
  margin-top: 40px;
  background-color: currentColor;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv3 .sub {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv3 .sub .icon {
    width: 20px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .heading--lv3 .main {
    font-size: 2.4rem;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 210px;
  background: #5DB42E;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 90px;
}
.button--pattern-1 .text, .button--pattern-1 .icon {
  color: #ffffff;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.button--pattern-2 .icon {
  color: #5DB42E;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 210px;
    padding: 15px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.page-fv__inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url("../img/layout/header/page-fv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.page-fv__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.26) 42%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}
.page-fv__title {
  position: absolute;
  left: clamp(20px, 6vw, 120px);
  right: clamp(2rem, 18vw + 1rem, 28rem);
  margin: 0;
  z-index: 1;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .page-fv__inner {
    min-height: 52vw;
    max-height: 420px;
    align-items: center;
    padding: 0 20px 0 20px;
    background-image: url("../img/layout/header/page-fv_sp.jpg");
    background-position: 20% center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-fv__inner::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0) 100%);
  }
  .page-fv__title {
    left: 20px;
    right: 34%;
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.header {
  position: relative;
  z-index: 100;
}

.header__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  min-height: 112px;
  margin: 0 auto;
  padding: 30px 30px;
  box-sizing: border-box;
}

.header__logo {
  width: 129px;
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__nav {
  margin-left: auto;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.header__item a:hover {
  opacity: 0.7;
}
.header__item.current a {
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

.header__contact {
  display: flex;
  margin-left: 40px;
}

.header__tel {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-right: 40px;
}
.header__tel .number {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header__tel .note {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.header__actions {
  display: flex;
  gap: 40px;
}

.header__action a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  transition: opacity 0.3s;
}
.header__action a:hover {
  opacity: 0.7;
}
.header__action img {
  display: block;
  width: 100%;
  height: auto;
}
.header__action .bi-envelope-fill {
  font-size: 2.2rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    min-height: 72px;
    padding: 12px 16px;
  }
  .header__logo {
    width: 72px;
  }
  .header__nav {
    display: none;
  }
  .header__contact {
    margin-left: auto;
  }
  .header__tel {
    display: none;
  }
  .header__actions {
    display: none;
  }
}
.footer-action {
  padding: 120px 0 120px;
}
.footer-action__box {
  position: relative;
  padding: 60px 100px 115px;
  background: #cdcdc8;
  color: #151515;
  text-align: center;
  max-width: 1080px;
  margin-inline: auto;
}
.footer-action__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.005em;
}
.footer-action__line {
  width: 39px;
  height: 1px;
  background: #151515;
  margin: 54px auto 26px;
}
.footer-action__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  text-align: center;
}
.footer-action__buttons {
  margin: 78px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 540px;
}
.footer-action__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 540px;
  height: 67px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition: opacity 0.3s;
}
.footer-action__button:hover {
  opacity: 0.75;
}
.footer-action__button > i,
.footer-action__button > img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}
.footer-action__button > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  line-height: 1;
}
.footer-action__button > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__button--mail {
  background: #464646;
}
.footer-action__button--line {
  background: #464646;
}
.footer-action__button--line > img {
  transform: translateX(-36px);
}
.footer-action__tel {
  width: 540px;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  padding: 12px 0 18px;
  text-align: center;
}
.footer-action__tel .number {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.footer-action__tel .note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
.footer-action__dogs {
  position: absolute;
  right: 64px;
  bottom: 47px;
  width: 492px;
  height: 348px;
  background: url("../img/layout/footer/dogs.png") no-repeat center/contain;
  opacity: 0.95;
}

.footer-bar {
  padding: 40px 0 10px;
  background: #151515;
  color: #9a9a9a;
}
.footer-bar__inner {
  max-width: 1280px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #7a7a7a;
  padding-top: 12px;
  margin-top: 34px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 129px;
  margin-bottom: 20px;
}
.footer-bar__address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 0;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__nav {
  flex: 0 0 auto;
}
.footer-bar__list {
  display: grid;
  grid-template-columns: repeat(4, 160px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 80px;
  justify-content: end;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.footer-bar__item {
  width: 160px;
}
.footer-bar__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #9a9a9a;
  transition: opacity 0.3s;
}
.footer-bar__item a:hover {
  opacity: 0.75;
}
.footer-bar__copyright {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #9a9a9a;
}
.footer-bar__subnav {
  flex: 0 0 auto;
}
.footer-bar__sublist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__subitem a {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #9a9a9a;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.footer-bar__subitem a:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 48px 0 48px;
  }
  .footer-action__box {
    min-height: auto;
    padding: 34px 20px 30px;
  }
  .footer-action__lead {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .footer-action__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .footer-action__line {
    margin: 18px auto 14px;
  }
  .footer-action__buttons {
    width: 100%;
    margin: 24px 0 16px;
    gap: 12px;
  }
  .footer-action__button {
    width: 100%;
    height: 52px;
    font-size: 1.6rem;
    gap: 14px;
  }
  .footer-action__button > i,
  .footer-action__button > img {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }
  .footer-action__button > i {
    font-size: 1.8rem;
  }
  .footer-action__button--line > img {
    transform: translateX(-28px);
  }
  .footer-action__tel {
    width: 100%;
  }
  .footer-action__tel .number {
    font-size: 2.8rem;
  }
  .footer-action__tel .note {
    font-size: 1rem;
  }
  .footer-action__dogs {
    position: static;
    max-width: 250px;
    width: auto;
    height: 170px;
    margin: 16px auto 0;
    background-size: contain;
  }
  .footer-bar {
    padding: 48px 0 36px;
  }
  .footer-bar__wrapper {
    flex-direction: column;
    gap: 36px;
  }
  .footer-bar__wrapper--top {
    align-items: center;
    text-align: center;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 40px;
    padding-top: 16px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-bar__logo {
    width: 110px;
    margin-bottom: 16px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-bar__sns {
    width: 28px;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-bar__sublist {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 17px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 72px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail, .drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000000;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail .icon, .drawer-line .icon {
  width: 30px;
}
.drawer-mail i, .drawer-mail span, .drawer-line i, .drawer-line span {
  color: #ffffff;
}
.drawer-mail span, .drawer-line span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-line {
  background: #DCDCD7;
}
.drawer-line span {
  color: #000000;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}
.breadcrumbs__item a:hover {
  opacity: 0.6;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-fv {
  position: relative;
  min-height: 1080px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 35%, rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0) 78%), url("../img/pages/top/fv-bg.jpg") center center/cover no-repeat;
}

.top-fv__inner {
  position: relative;
  min-height: 1080px;
  width: min(100%, 1920px);
  margin: 0 auto;
}

.top-fv__copy {
  position: absolute;
  left: 120px;
  bottom: 95px;
}

.top-fv__title {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top-fv__title span {
  display: block;
}
.top-fv__title span:last-child {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.top-fv__title span:last-child::after {
  content: "";
  flex: 0 0 auto;
  width: 90px;
  height: 1px;
  margin-left: 14px;
  background-color: #fff;
}

.top-fv__text {
  margin-top: 40px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.top-fv__text span {
  display: block;
}

.top-fv__button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 66px;
  padding: 0 24px;
  color: #fff;
  background: #5a5a5a;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition: opacity 0.3s;
}
.top-fv__button:hover {
  opacity: 0.75;
}
.top-fv__button .bi {
  font-size: 1.9rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .top-fv {
    min-height: 74vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0) 82%), url(../img/pages/top/fv-bg.jpg) center center/cover no-repeat;
  }
  .top-fv__inner {
    min-height: 74vh;
  }
  .top-fv__copy {
    left: 16px;
    right: 16px;
    bottom: 100px;
  }
  .top-fv__copy::before {
    top: -22px;
    left: -12px;
    right: -12px;
    bottom: -22px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .top-fv__title {
    font-size: 3.2rem;
    line-height: 1.45;
  }
  .top-fv__title span:last-child::after {
    width: 64px;
    margin-left: 10px;
  }
  .top-fv__text {
    margin-top: 16px;
    font-size: 1.7rem;
    line-height: 2;
  }
  .top-fv__button {
    right: 10px;
    bottom: 10px;
    height: 52px;
    padding: 0 16px;
    font-size: 1.6rem;
  }
}
.top-about {
  color: #151515;
  padding: 118px 0 0;
}

.top-about__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #151515;
}

.top-about__body {
  margin-top: 42px;
}
.top-about__body p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
  color: #151515;
}

.top-about__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  padding-bottom: 8px;
  border-bottom: 1px solid #151515;
  color: #151515;
  transition: opacity 0.3s;
}
.top-about__link .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.top-about__link .icon {
  font-size: 1.4rem;
  line-height: 1;
}
.top-about__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 64px 0;
  }
  .top-about__title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .top-about__body {
    margin-top: 28px;
  }
  .top-about__body p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .top-about__link {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px 0 0 auto;
    padding-bottom: 10px;
  }
  .top-about__link .text {
    font-size: 1.7rem;
  }
}
.top-trouble {
  padding: 118px 0 120px;
  color: #151515;
}

.top-trouble__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top-trouble__contents {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin-top: 60px;
}

.top-trouble__image {
  width: 640px;
}
.top-trouble__image img {
  display: block;
  width: 100%;
  height: auto;
}

.top-trouble__text {
  flex: 1;
  padding-top: 130px;
}

.top-trouble__list li {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.top-trouble__list li + li {
  margin-top: 41px;
}

.top-trouble__caption {
  margin-top: 80px;
}
.top-trouble__caption span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  .top-trouble {
    padding: 64px 0;
  }
  .top-trouble__title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .top-trouble__contents {
    flex-direction: column;
    gap: 24px;
    margin-top: 28px;
    align-items: center;
    max-width: 500px;
    margin-inline: auto;
  }
  .top-trouble__image {
    width: 100%;
  }
  .top-trouble__text {
    padding-top: 0;
  }
  .top-trouble__list li {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .top-trouble__list li + li {
    margin-top: 10px;
  }
  .top-trouble__caption {
    margin-top: 20px;
  }
  .top-trouble__caption span {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.top-service {
  position: relative;
  min-height: 750px;
  color: #fff;
  background: url("../img/pages/top/service-bg.jpg") center center/cover no-repeat;
}

.top-service__inner {
  position: relative;
  z-index: 1;
  padding: 110px 0 120px;
  width: 77.5%;
}

.top-service__content {
  max-width: 53.5rem;
  margin-left: auto;
}

.top-service__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-service__title span {
  display: block;
}
.top-service__title::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 1px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}

.top-service__lead {
  margin-top: 4.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
}

.top-service__courses {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60px;
  margin-top: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.top-service__courses::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.65);
  transform: translateX(-0.5px);
  pointer-events: none;
}

.top-service__course {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-service__note {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
}

.top-service__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4.4rem;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  transition: opacity 0.3s;
}
.top-service__link .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.top-service__link .icon {
  font-size: 1.4rem;
  line-height: 1;
}
.top-service__link:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .top-service {
    min-height: 56vh;
    padding: 0;
    background-position: 40% center;
    background-image: url("../img/pages/top/service-bg_sp.jpg");
  }
  .top-service__inner {
    padding: 56px 0 64px;
  }
  .top-service__content {
    max-width: none;
    margin-left: 0;
  }
  .top-service__title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .top-service__lead,
  .top-service__note {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .top-service__courses {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .top-service__courses::after {
    content: none;
  }
  .top-service__course {
    padding: 1.4rem 1rem;
    font-size: 1.6rem;
  }
  .top-service__course:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
  .top-service__link {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .top-service__link .text {
    font-size: 1.7rem;
  }
}
.top-links {
  width: 100%;
  overflow: hidden;
}

.top-links__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.top-links__card {
  position: relative;
  min-height: 700px;
  color: #fff;
  background-color: #191919;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.top-links__card--first {
  background-image: url(../img/pages/top/first-bg.jpg);
}

.top-links__card--homecare {
  background-image: url(../img/pages/top/homecare-bg.jpg);
}

.top-links__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
  padding: 0 72px 70px;
  box-sizing: border-box;
}

.top-links__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-links__title::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 1px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}

.top-links__text {
  margin-top: 5.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
}

.top-links__link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4.5rem;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  transition: opacity 0.3s;
}
.top-links__link .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.top-links__link .icon {
  font-size: 1.4rem;
  line-height: 1;
}
.top-links__link:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .top-links__grid {
    grid-template-columns: 1fr;
  }
  .top-links__card {
    min-height: 360px;
    background-position: center;
  }
  .top-links__body {
    min-height: 360px;
    padding: 0 20px 28px;
  }
  .top-links__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .top-links__text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .top-links__link {
    display: flex;
    align-self: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .top-links__link .text {
    font-size: 1.7rem;
  }
}
.top-column {
  padding: 118px 0 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  color: #151515;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 62px;
}
.top-column__title::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 1px;
  margin-top: 40px;
  background-color: #151515;
}
.top-column__list {
  display: flex;
  gap: 40px;
}
.top-column__item {
  display: flex;
  width: calc((100% - 80px) / 3);
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .time {
  color: #151515;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  padding-top: 16px;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 12px;
  padding-top: 28px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
.top-column__button {
  position: absolute;
  top: 40px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #151515;
  color: #151515;
  transition: opacity 0.3s;
}
.top-column__button .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.top-column__button .icon {
  font-size: 1.4rem;
  line-height: 1;
}
.top-column__button:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 64px 0 40px;
  }
  .top-column__title {
    font-size: 2.6rem;
    line-height: 1.45;
    margin-bottom: 32px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__button {
    position: static;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .top-column__button .text {
    font-size: 1.7rem;
  }
}
.top-news {
  padding: 116px 0 0;
}
.top-news__inner {
  position: relative;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  -moz-column-gap: 8.6rem;
       column-gap: 8.6rem;
  row-gap: 4.8rem;
  align-items: start;
}
.top-news__title {
  color: #151515;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.top-news__title::after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 1px;
  margin-top: 40px;
  background-color: #151515;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1/span 2;
  width: 100%;
}
.top-news__item {
  width: 100%;
}
.top-news__item:first-child .link {
  padding-top: 0;
}
.top-news__item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 2.7rem 1.6rem;
}
.top-news__item .link::after {
  content: "";
  position: absolute;
  left: -1.6rem;
  right: 1.6rem;
  bottom: 0;
  height: 1px;
  background-color: #b4b4b4;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: calc(100% - 52px);
}
.top-news__item .time {
  color: #151515;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-news__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.top-news__item .icon {
  color: #151515;
  font-size: 1.5rem;
  line-height: 1;
}
.top-news__button {
  position: absolute;
  left: 0;
  bottom: 1px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #151515;
  color: #151515;
  transition: opacity 0.3s;
}
.top-news__button .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.top-news__button .icon {
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__button:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 64px 0 40px;
  }
  .top-news__inner {
    display: block;
  }
  .top-news__title {
    font-size: 2.6rem;
    line-height: 1.45;
    margin-bottom: 32px;
  }
  .top-news__list {
    width: 95%;
    margin: 0 auto 30px;
  }
  .top-news__item .link {
    padding: 1.8rem 0;
  }
  .top-news__item .link::after {
    left: 0;
  }
  .top-news__item .wrapper {
    width: calc(100% - 28px);
  }
  .top-news__item .time {
    font-size: 1.4rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .top-news__button .text {
    font-size: 1.7rem;
  }
}
.skin-care-concept {
  padding: 118px 0 0;
  color: #151515;
}

.skin-care-concept__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.skin-care-concept__title::after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  margin-top: 38px;
  background: #151515;
}

.skin-care-concept__text {
  margin-top: 47px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 0.025em;
}
.skin-care-concept__text span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .skin-care-concept {
    min-height: auto;
    padding: 64px 0 56px;
  }
  .skin-care-concept__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .skin-care-concept__title::after {
    margin-top: 24px;
  }
  .skin-care-concept__text {
    margin-top: 28px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.skin-care-trouble {
  color: #151515;
}

.skin-care-trouble__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 106px;
}

.skin-care-trouble__image {
  width: 500px;
  height: 610px;
}
.skin-care-trouble__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skin-care-trouble__text {
  width: 504px;
  margin-top: 29px;
}

.skin-care-trouble__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.skin-care-trouble__title::after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  margin-top: 27px;
  background: #151515;
}
.skin-care-trouble__title span {
  display: block;
}

.skin-care-trouble__body {
  margin-top: 47px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 0.025em;
}
.skin-care-trouble__body span {
  display: block;
}
.skin-care-trouble__body span + span {
  margin-top: 40px;
}

.skin-care-trouble__notice {
  margin-top: 80px;
  border: 1px solid #6e6e6e;
  padding: 44px 42px 40px;
}

.skin-care-trouble__notice-title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.skin-care-trouble__notice-text {
  margin-top: 22px;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
.skin-care-trouble__notice-text span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .skin-care-trouble {
    min-height: auto;
    padding: 56px 0 40px;
  }
  .skin-care-trouble__content {
    display: block;
    padding-top: 0;
  }
  .skin-care-trouble__image {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-inline: auto;
  }
  .skin-care-trouble__image img {
    height: auto;
    aspect-ratio: 500/610;
  }
  .skin-care-trouble__text {
    width: 100%;
    margin-top: 28px;
  }
  .skin-care-trouble__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .skin-care-trouble__title::after {
    margin-top: 18px;
  }
  .skin-care-trouble__body {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .skin-care-trouble__body span + span {
    margin-top: 24px;
  }
  .skin-care-trouble__notice {
    margin-top: 36px;
    padding: 28px 20px 26px;
  }
  .skin-care-trouble__notice-title {
    font-size: 2.1rem;
    line-height: 1.45;
  }
  .skin-care-trouble__notice-text {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.skin-care-salon {
  padding: 120px 0 0;
}

.skin-care-salon__visual {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.skin-care-salon__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skin-care-salon__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.skin-care-salon__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.skin-care-salon__title::after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  margin: 34px auto 0;
  background: rgba(255, 255, 255, 0.9);
}

.skin-care-salon__text {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 0.025em;
  text-align: center;
}
.skin-care-salon__text span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .skin-care-salon {
    padding: 56px 0 0;
  }
  .skin-care-salon__visual {
    min-height: 400px;
    height: auto;
  }
  .skin-care-salon__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .skin-care-salon__overlay {
    padding: 28px 20px;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .skin-care-salon__title {
    font-size: 2.6rem;
    line-height: 1.45;
    max-width: 100%;
    padding: 0 4px;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: left;
  }
  .skin-care-salon__title::after {
    margin-top: 18px;
  }
  .skin-care-salon__text {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.85;
    max-width: 100%;
    padding: 0 4px;
    text-align: left;
  }
  .skin-care-salon__text span {
    display: block;
  }
  .skin-care-salon__text span + span {
    margin-top: 0.75em;
  }
}
.service-feature {
  padding: 118px 0 0;
  color: #151515;
}

.service-feature__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-feature__main-image {
  width: 502px;
  height: 612px;
}
.service-feature__main-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-feature__body {
  width: 512px;
  margin-top: 143px;
}

.service-feature__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.001em;
}
.service-feature__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 27px;
  background: #151515;
}
.service-feature__title span {
  display: block;
}

.service-feature__text {
  margin-top: 54px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.service-feature__text span {
  display: block;
}
.service-feature__text span + span {
  margin-top: 14px;
}

.service-feature__points {
  display: grid;
  grid-template-columns: repeat(3, 303px);
  justify-content: space-between;
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
}

.service-feature__point {
  text-align: center;
}
.service-feature__point img {
  display: block;
  width: 100%;
  height: auto;
}
.service-feature__point p {
  margin: 35px 0 0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service-feature {
    padding: 56px 0 0;
  }
  .service-feature__top {
    display: block;
    max-width: 500px;
    margin-inline: auto;
  }
  .service-feature__main-image {
    width: 100%;
    height: auto;
    margin-inline: auto;
  }
  .service-feature__main-image img {
    height: auto;
    aspect-ratio: 502/612;
  }
  .service-feature__body {
    width: 100%;
    margin-top: 24px;
  }
  .service-feature__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .service-feature__title span {
    display: inline;
  }
  .service-feature__title::after {
    margin-top: 16px;
  }
  .service-feature__text {
    margin-top: 28px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .service-feature__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 26px;
    margin-top: 40px;
    max-width: 500px;
    margin-inline: auto;
  }
  .service-feature__point {
    width: 100%;
    margin: 0;
  }
  .service-feature__point:nth-child(3):last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, (100% - 16px) / 2);
  }
  .service-feature__point p {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
.service-course {
  padding: 80px 0 0;
  color: #151515;
}

.service-course__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.service-course__cards {
  display: grid;
  grid-template-columns: repeat(2, 522px);
  justify-content: space-between;
  gap: 40px 36px;
  margin-top: 40px;
}

.service-course__card {
  display: grid;
  grid-template-columns: 202px 1fr;
  align-items: stretch;
  min-height: 202px;
  background: #cdcdc8;
}

.service-course__thumb {
  display: block;
  width: 200px;
  aspect-ratio: 1/1;
  background: url(../img/pages/service/no-img.jpg) no-repeat center/cover;
}

.service-course__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 26px 22px;
}

.service-course__name {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.service-course__text {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  .service-course {
    padding: 40px 0 0;
    background-color: transparent;
    max-width: 500px;
    margin-inline: auto;
  }
  .service-course__title {
    font-size: 2.6rem;
  }
  .service-course__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 22px;
  }
  .service-course__card {
    grid-template-columns: 120px 1fr;
    min-height: 120px;
  }
  .service-course__thumb {
    width: 120px;
  }
  .service-course__body {
    justify-content: flex-start;
    padding: 12px 10px 12px;
  }
  .service-course__name {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .service-course__text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.65;
  }
}
.service-menu {
  padding: 100px 0 0;
}
.service-menu__title--lv3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.service-menu__title--lv4 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.service-menu__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.service-menu__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-menu__table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
}
.service-menu__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.6;
}
.service-menu__table th,
.service-menu__table td {
  padding: 15px 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #151515;
}
.service-menu__table td:last-child {
  border: none;
}
.service-menu__table thead th {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #3f3f3f;
}
.service-menu__table tbody tr:nth-child(odd) {
  background: #dcdcd7;
}
.service-menu__table tbody tr:nth-child(even) {
  background: #cdcdc8;
}
.service-menu__table tbody th {
  letter-spacing: 0.05em;
}
.service-menu__table tbody td {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.service-menu__remarks {
  border: 1px solid #151515;
  padding: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .service-menu {
    padding: 50px 0 0;
  }
  .service-menu__title--lv3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .service-menu__title--lv4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .service-menu__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .service-menu__table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px;
  }
  .service-menu__table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .service-menu__table th,
  .service-menu__table td {
    padding: 15px 20px;
    text-align: center;
  }
  .service-menu__table thead th {
    font-size: 1.6rem;
  }
  .service-menu__table tbody td {
    font-size: 1.6rem;
  }
  .service-menu__remarks {
    padding: 20px;
  }
}
.service-cycle {
  padding: 120px 0 0;
  color: #151515;
}

.service-cycle__title {
  margin: 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.service-cycle__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 30px auto 0;
  background: #151515;
}

.service-cycle__text {
  margin: 52px auto 0;
  max-width: 980px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.025em;
  text-align: center;
}

.service-cycle__text span {
  display: block;
}

.service-cycle__text span + span {
  margin-top: 14px;
}

.service-cycle__text span:nth-child(3),
.service-cycle__text span:nth-child(5),
.service-cycle__text span:nth-child(7) {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .service-cycle {
    padding: 64px 0 0;
    max-width: 500px;
    margin-inline: auto;
  }
  .service-cycle__title {
    font-size: 2.6rem;
    line-height: 1.45;
    text-align: left;
  }
  .service-cycle__title::after {
    margin-top: 20px;
  }
  .service-cycle__text {
    margin-top: 30px;
    max-width: none;
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: left;
  }
  .service-cycle__text span + span {
    margin-top: 10px;
  }
  .service-cycle__text span:nth-child(3),
  .service-cycle__text span:nth-child(5),
  .service-cycle__text span:nth-child(7) {
    margin-top: 24px;
  }
}
.salon-items-intro {
  padding: 118px 0 0;
  color: #151515;
}

.salon-items-intro__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.salon-items-intro__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 30px;
  background: #151515;
}

.salon-items-intro__box {
  position: relative;
  margin-top: 58px;
  min-height: 250px;
  border: 1px solid #7d7d7d;
}

.salon-items-intro__content {
  width: calc(100% - 322px);
  padding: 46px 40px 26px;
  box-sizing: border-box;
}

.salon-items-intro__heading {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.salon-items-intro__text {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.salon-items-intro__text span {
  display: block;
}

.salon-items-intro__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 322px;
  height: 250px;
}
.salon-items-intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .salon-items-intro {
    padding: 60px 0 0;
  }
  .salon-items-intro__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .salon-items-intro__title::after {
    margin-top: 20px;
  }
  .salon-items-intro__box {
    margin-top: 28px;
    min-height: auto;
  }
  .salon-items-intro__content {
    width: 100%;
    padding: 20px 16px;
  }
  .salon-items-intro__heading {
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .salon-items-intro__text {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .salon-items-intro__image {
    position: static;
    width: 100%;
    height: auto;
  }
  .salon-items-intro__image img {
    height: auto;
    aspect-ratio: 322/250;
  }
}
.salon-items-products {
  padding: 80px 0 0;
  color: #151515;
}

.salon-items-products__title {
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.salon-items-products__lead {
  margin: 48px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.salon-items-products__lead span {
  display: block;
}

.salon-items-products__sub-title {
  margin: 76px 0 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}

.salon-items-products__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}

.salon-items-products__card {
  background: #cdcdc8;
}

.salon-items-products__thumb {
  position: relative;
  height: 210px;
  background: url(/img/pages/top/column/no-img.jpg) no-repeat center/cover;
}

.salon-items-products__body {
  padding: 28px 30px 26px;
}
.salon-items-products__body .name {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.salon-items-products__body .text {
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  .salon-items-products {
    padding: 56px 0 0;
  }
  .salon-items-products__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .salon-items-products__lead {
    margin-top: 24px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .salon-items-products__sub-title {
    margin-top: 40px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .salon-items-products__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
  }
  .salon-items-products__body {
    padding: 16px 16px 18px;
  }
  .salon-items-products__body .name {
    font-size: 2rem;
  }
  .salon-items-products__body .text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.salon-items-homecare {
  padding: 120px 0 0;
  color: #151515;
}

.salon-items-homecare__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.salon-items-homecare__heading {
  margin: 62px 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.salon-items-homecare__heading::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 60px;
  background: #151515;
}

.salon-items-homecare__text {
  margin-top: 36px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.salon-items-homecare__text span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .salon-items-homecare {
    padding: 56px 0 0;
  }
  .salon-items-homecare__title {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .salon-items-homecare__heading {
    margin-top: 34px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .salon-items-homecare__heading::before {
    margin-bottom: 24px;
  }
  .salon-items-homecare__text {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.salon-items-homecare-products {
  padding: 72px 0 0;
  color: #151515;
}

.salon-items-homecare-products__title {
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.salon-items-homecare-products__card {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 343px 1fr;
  background: #cdcdc8;
}

.salon-items-homecare-products__thumb {
  overflow: hidden;
  height: 213px;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.salon-items-homecare-products__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon-items-homecare-products__body {
  padding: 30px 30px 24px;
}
.salon-items-homecare-products__body .name {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.salon-items-homecare-products__body .text {
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.salon-items-homecare-products__note {
  margin: 70px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
}
.salon-items-homecare-products__note span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .salon-items-homecare-products {
    padding: 56px 0 0;
  }
  .salon-items-homecare-products__title {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .salon-items-homecare-products__card {
    margin-top: 18px;
    grid-template-columns: 1fr;
  }
  .salon-items-homecare-products__thumb {
    height: auto;
    aspect-ratio: 343/213;
  }
  .salon-items-homecare-products__body {
    padding: 16px;
  }
  .salon-items-homecare-products__body .name {
    font-size: 2rem;
  }
  .salon-items-homecare-products__body .text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .salon-items-homecare-products__note {
    margin-top: 30px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.flow-trouble {
  padding: 120px 0 0;
  color: #151515;
}

.flow-trouble__title {
  margin: 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.flow-trouble__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 30px auto 0;
  background: #151515;
}

.flow-trouble__cards {
  display: grid;
  grid-template-columns: 266px 1fr 266px;
  gap: 49px;
  align-items: flex-end;
}

.flow-trouble__image img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-trouble__list {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  padding: 18px 0;
}
.flow-trouble__list ul {
  margin: 0;
  padding: 0 24px;
  list-style: none;
}
.flow-trouble__list li {
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.025em;
  padding-left: 40px;
}
.flow-trouble__list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 10px;
  height: 8px;
  background: url("../img/pages/flow/check.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.flow-trouble__heading {
  margin: 123px 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.flow-trouble__text {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.flow-trouble__text span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .flow-trouble {
    padding: 62px 0 70px;
  }
  .flow-trouble__title {
    font-size: 2.6rem;
    line-height: 1.45;
    text-align: left;
  }
  .flow-trouble__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
    max-width: 300px;
    margin-inline: auto;
  }
  .flow-trouble__image {
    width: min(100%, 200px);
    margin: 0 auto;
  }
  .flow-trouble__list {
    padding: 14px 0;
  }
  .flow-trouble__list ul {
    padding: 0 12px;
  }
  .flow-trouble__list li {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .flow-trouble__list li::before {
    top: 16px;
  }
  .flow-trouble__heading {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .flow-trouble__text {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.flow-steps {
  padding: 107px 0 0;
  color: #151515;
}

.flow-steps__title {
  margin: 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.flow-steps__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 30px auto 0;
  background: #151515;
}

.flow-steps__list {
  margin-top: 40px;
}

.flow-steps__item {
  display: grid;
  grid-template-columns: 163px 266px 1fr;
  align-items: center;
  -moz-column-gap: 54px;
       column-gap: 54px;
}

.flow-steps__item + .flow-steps__item {
  margin-top: 28px;
}

.flow-steps__image img {
  display: block;
  width: 163px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-steps__name {
  position: relative;
  display: block;
  min-height: 52px;
  padding-top: 10px;
  padding-right: 28px;
}
.flow-steps__name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #151515;
  transform: translateY(-50%);
}
.flow-steps__name .num {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.flow-steps__name .title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.flow-steps__desc {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  .flow-steps {
    padding: 60px 0 0;
  }
  .flow-steps__title {
    font-size: 2.6rem;
    line-height: 1.45;
    text-align: left;
  }
  .flow-steps__list {
    margin-top: 34px;
    margin-inline: auto;
  }
  .flow-steps__item {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 500px;
    margin-inline: auto;
  }
  .flow-steps__item + .flow-steps__item {
    margin-top: 30px;
  }
  .flow-steps__image {
    max-width: 150px;
    margin-inline: auto;
  }
  .flow-steps__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 163/163;
  }
  .flow-steps__name {
    border-right: 0;
    border-left: 1px solid #151515;
    min-height: 0;
    padding-top: 12px;
    padding-left: 14px;
    padding-right: 0;
  }
  .flow-steps__name::after {
    content: none;
  }
  .flow-steps__name .num {
    top: -2px;
    left: 14px;
  }
  .flow-steps__name .title {
    font-size: 2rem;
  }
  .flow-steps__desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #000000;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */