@charset "UTF-8";
.u-text-accent {
  color: var(--color-accent);
}

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

:root {
  --color-primary: #399d26;
  --color-primary-light: #ebf4e6;
  --color-accent: #ed7b00;
  --color-font-base: #333333;
  --color-font-white: #ffffff;
  --color-bg-base: #faf8f4;
  --color-bg-white: #ffffff;
  --color-bg-section: #fff4e8;
  --color-border: #c3c3c3;
  --color-border-strong: #111111;
  --color-separator: #a5a5a5;
  --color-border-dashed: #8a8888;
  --font-family-base: "Zen Maru Gothic", sans-serif;
  --font-family-sub: "Zen Kaku Gothic New", sans-serif;
  --font-family-en: "Inter", sans-serif;
  --z-index-default: 1;
  --z-index-above-default: 2;
  --z-index-negative: -1;
  --z-index-header: 10;
  --header-height: 169px;
  --header-height-sp: 64px;
}
:root .is-fixed {
  --header-height: 100px;
  --header-height-sp: 56px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  background-color: var(--color-bg-base);
}

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: 700;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  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: 700;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 700;
  }
  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;
  }
}
.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 {
  font-size: 3.2rem;
  font-weight: 500;
}

@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;
  }
}
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 21px;
  padding-inline: 23px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 100vh;
  transition: background-color 0.2s ease;
  position: relative;
}
.c-button::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 24px;
  translate: 0 -50%;
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--color-font-white);
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
          mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  flex-shrink: 0;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.c-button:hover {
  background-color: var(--color-bg-white);
}
.c-button:hover::after {
  transform: translateX(4px);
  background-color: var(--color-primary);
}
.c-button:hover .c-button-text {
  color: var(--color-primary);
}

.c-button-text {
  color: var(--color-font-white);
  transition: color 0.2s ease;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-button--small {
    padding-block: 14px;
    padding-inline: 10px;
  }
  .c-button--small::after {
    inset-inline-end: 8px;
  }
  .c-button--small .c-button-text {
    font-size: 1.2rem;
  }
}
.c-icon-circle {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.c-icon-circle--service {
  width: 140px;
  height: 140px;
}
.c-icon-circle--service .c-icon-circle-image {
  width: 60px;
  height: 60px;
}
.c-icon-circle--service .c-icon-circle-label {
  font-size: 1.7rem;
}
.c-icon-circle--about {
  width: 150px;
  height: 150px;
}
.c-icon-circle--about .c-icon-circle-image {
  width: 70px;
  height: 70px;
}
.c-icon-circle-small {
  width: 123px;
  height: 123px;
}
.c-icon-circle-small .c-icon-circle-image {
  width: 52px;
  height: 52px;
}

.c-icon-circle-image {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-icon-circle-label {
  color: var(--color-font-white);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 500px) {
  .c-icon-circle {
    width: 120px;
    height: 120px;
    gap: 6px;
  }
  .c-icon-circle-image {
    width: 50px;
    height: 50px;
  }
  .c-icon-circle-label {
    font-size: 1.6rem;
  }
}
.c-cta {
  background-color: var(--color-primary-light);
  border-radius: 50px;
  padding-block: 54px;
  margin-block-end: 80px;
}

.c-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}

.c-cta-lead {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-cta-lead::before {
  content: "";
  display: block;
  width: 60px;
  height: 77px;
  background-image: url("../img/layout/footer/image_footer_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.c-cta-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 319px;
}

.c-cta-title {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
}
.c-cta-title .u-text-accent {
  color: var(--color-accent);
}

.c-cta-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
}

.c-cta-contact {
  width: 100%;
  padding-inline: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 24px;
}

.c-cta-mail {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 10px;
  min-height: 95px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  transition: scale 0.2s ease;
}
.c-cta-mail:hover {
  scale: 1.02;
}

.c-cta-mail-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-font-white);
  font-size: 1.6rem;
}

.c-cta-mail-badge {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.c-cta-mail-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color-font-white);
}

.c-cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  padding-inline: 10px;
  min-height: 95px;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  transition: scale 0.2s ease;
}
.c-cta-tel:hover {
  scale: 1.02;
}

.c-cta-tel-number-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-cta-tel-number {
  font-family: var(--font-family-en);
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0552em;
}

.c-cta-tel-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.c-cta-tel-hours {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.c-cta-tel-note {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.c-cta-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 95px;
  padding-inline: 10px;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  transition: opacity 0.2s ease;
  transition: scale 0.2s ease;
}
.c-cta-line:hover {
  scale: 1.02;
}

.c-cta-line-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.c-cta-line-image {
  width: 24px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cta-line-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .c-cta {
    border-radius: 24px;
    padding-block: 40px;
  }
  .c-cta-lead {
    flex-direction: column;
    text-align: center;
  }
  .c-cta-text {
    width: auto;
  }
  .c-cta-contact {
    padding-inline: 0;
    grid-template-columns: 1fr;
    width: 90%;
    margin-inline: auto;
  }
  .c-cta-mail {
    grid-column: 1;
  }
  .c-cta-tel-number {
    font-size: 2.4rem;
  }
}
.c-page-mv {
  background-image: url("../img/components/bg_page-mv.jpg");
  background-size: cover;
  background-position: center;
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-block-end: 27px;
  margin-block-start: var(--header-height);
}

.c-page-mv-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-white);
  border: 2px solid var(--color-font-base);
  border-radius: 16px;
  padding: 13px 10px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  white-space: nowrap;
}
.c-page-mv-title::before {
  content: "";
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 107px;
  height: 98px;
  background-image: url("../img/components/image_common_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .c-page-mv {
    height: 160px;
    padding-block-end: 16px;
    margin-block-start: var(--header-height-sp);
  }
  .c-page-mv-title {
    font-size: 3.2rem;
    text-wrap: wrap;
    margin-inline: 10px;
  }
  .c-page-mv-title::before {
    width: 72px;
    height: 66px;
  }
}
.c-lead {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-lead-heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}
.c-lead-heading--inline {
  display: flex;
}
.c-lead-heading--pc-inline {
  display: flex;
}

.c-lead-heading-text {
  display: block;
  text-align: center;
}

.c-lead-body {
  display: grid;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
  text-align: center;
}
.c-lead-body span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-lead {
    gap: 16px;
  }
  .c-lead-heading {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .c-lead-heading--pc-inline {
    display: block;
  }
  .c-lead-body {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.c-point {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.c-point-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.c-point-title-text {
  display: block;
}

.c-point-body {
  margin-inline-start: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
  text-align: left;
}
.c-point-body span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-point-title {
    font-size: 2.2rem;
  }
}
.c-consult {
  display: flex;
  align-items: center;
  gap: 44px;
}

.c-consult-image {
  width: 158px;
  height: 145px;
  flex-shrink: 0;
  background-image: url("../img/components/image_common_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-consult-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0;
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .c-consult {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .c-consult-image {
    width: 110px;
    height: 101px;
  }
  .c-consult-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .c-consult-text {
    display: block;
  }
}
.c-page-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-page-text-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.c-page-text-body {
  display: flex;
  flex-direction: column;
}

.c-page-text-paragraph {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
}
.c-page-text-paragraph span {
  display: block;
}

.c-page-text-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-block: 30px;
}

@media only screen and (max-width: 767px) {
  .c-page-text {
    gap: 20px;
  }
  .c-page-text-title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .c-page-text-paragraph .c-page-text-paragraph-inline {
    display: inline;
  }
}
.checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px15px;
}

.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: #399d26;
}
.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;
}

.l-header-bar {
  height: var(--header-height);
  padding: 32px 58px 21px;
  position: absolute;
  inset: 0 0 auto 0;
  min-width: 1280px;
}
.l-header-bar.is-fixed {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-index-header);
  padding: 8px 58px;
  background: color-mix(in srgb, var(--color-bg-white) 80%, transparent);
  animation: l-header-bar-slide-down 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-header-bar.is-fixed .l-header-bar-inner {
  align-items: center;
}
.l-header-bar.is-fixed .l-header-right {
  gap: 8px;
}

.l-header-bar-inner {
  width: min(100%, 1920px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

@keyframes l-header-bar-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.l-header-logo {
  width: 258px;
  font-size: 0;
}

.l-header-logo-link {
  display: inline-block;
}
.l-header-logo-link img {
  aspect-ratio: 258/53;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.l-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 38px;
}

.l-header-cta {
  display: flex;
  gap: 16px;
}

.l-header-tel {
  margin: 4px 10px 0 0;
  color: var(--color-primary);
}

.l-header-tel-link {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.l-header-tel-link i {
  font-size: 1.7rem;
}
.l-header-tel-link:hover {
  color: var(--color-accent);
}

.l-header-tel-number {
  font-family: var(--font-family-en);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-inline-start: 5px;
}

.l-header-tel-info {
  font-size: 1rem;
  line-height: 1;
}

.l-header-line-button {
  display: flex;
  align-items: center;
  padding: 16px 24px 17px 23px;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  gap: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.l-header-line-button img {
  width: 17px;
  aspect-ratio: 1/1;
}
.l-header-line-button span {
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.l-header-line-button:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.l-header-line-button:hover span {
  color: var(--color-font-white);
}

.l-header-contact-button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 27.5px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-font-white);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.l-header-contact-button:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.l-header-nav {
  color: var(--color-primary);
}

.l-header-nav-list {
  display: flex;
  gap: 30px;
}

.l-header-nav-item a {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .l-header-nav-item a:hover {
    color: var(--color-accent);
  }
}

@media only screen and (max-width: 767px) {
  .l-header-bar {
    padding: 16px 20px 12px;
    height: var(--header-height-sp);
    min-width: 100%;
  }
  .l-header-bar.is-fixed {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    height: 70px;
  }
  .l-header-logo {
    width: 180px;
  }
  .l-header-right {
    display: none;
  }
}
.footer-bar {
  padding: 80px 0 50px;
  background-color: var(--color-bg-white);
  border-radius: 80px 80px 0 0;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid var(--color-border);
  padding-top: 35px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 258px;
  margin-bottom: 31px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  width: 622px;
  row-gap: 16px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-block-start: -6px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .footer-bar__item a:hover {
    color: var(--color-accent);
  }
}
.footer-bar__copyright {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-bar__copyright a {
  color: var(--color-font-base);
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .footer-bar__copyright a:hover {
    color: var(--color-accent);
  }
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .footer-bar__link a:hover {
    color: var(--color-accent);
  }
}

@media only screen and (max-width: 767px) {
  .footer-bar {
    padding: 50px 0 30px;
    border-radius: 40px 40px 0 0;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-bar__wrapper--top {
    align-items: center;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 32px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: 215px;
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  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: 16px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 180px;
  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: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

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

.drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 12px 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.drawer-line .icon {
  width: 25px;
}

.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: var(--color-primary);
}
.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;
}

.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-mv {
  width: min(95%, 1589px);
  margin-inline: auto;
  margin-block-start: calc(var(--header-height) + 16px);
  translate: -14px 0;
}

.top-mv-inner {
  display: grid;
  grid-template-columns: 520px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "text landscape" "handshake landscape";
  -moz-column-gap: 69px;
       column-gap: 69px;
  row-gap: 52px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .top-mv-inner {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.top-mv-inner::after {
  content: "";
  position: absolute;
  inset-block-end: -64px;
  inset-inline-end: -18px;
  width: 145px;
  height: 121px;
  aspect-ratio: 145/121;
  background-image: url("../img/pages/top/image_top_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-mv-text {
  grid-area: text;
}

.top-mv-catch {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.19em;
  color: var(--color-primary);
}

.top-mv-catch-line {
  display: inline-block;
}
.top-mv-catch-line:nth-child(1) {
  margin-inline-start: 132px;
}
.top-mv-catch-line:nth-child(2) {
  margin-inline-start: 52px;
  translate: 0 -13px;
}
.top-mv-catch-line:nth-child(3) {
  margin-inline-start: 127px;
  translate: 0 -10px;
}
.top-mv-catch-line--accent {
  color: var(--color-accent);
  display: inline-flex;
}

.top-mv-catch-char {
  position: relative;
  display: inline-block;
}
.top-mv-catch-char::before {
  content: "";
  position: absolute;
  inset-block-end: calc(100% - 8px);
  inset-inline-start: 50%;
  translate: -100% 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--color-accent);
}

.top-mv-detail {
  background-color: var(--color-bg-white);
  border-radius: 110px;
  border: 2px solid var(--color-font-base);
  margin-block-start: 30px;
  padding: 10px 53px 10px 0;
  display: flex;
  justify-content: end;
  position: relative;
}
.top-mv-detail::before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 10px;
  width: 117px;
  height: 107px;
  aspect-ratio: 117/107;
  background-image: url("../img/components/image_common_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-mv-detail-text {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.62;
}
.top-mv-detail-text span {
  display: block;
}

.top-mv-handshake-image,
.top-mv-landscape-image {
  overflow: hidden;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-mv-handshake-image {
  grid-area: handshake;
  aspect-ratio: 520/360;
  background-image: url("../img/pages/top/image_top-photo_02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-mv-landscape-image {
  grid-area: landscape;
  width: 100%;
  height: 670px;
  aspect-ratio: 1000/670;
  background-image: url("../img/pages/top/image_top-photo_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    translate: 0 0;
    margin-block-start: var(--header-height-sp);
  }
  .top-mv-inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "text" "landscape" "handshake";
    row-gap: clamp(10px, 3vw, 20px);
  }
  .top-mv-inner::after {
    inset-block-end: 0;
    inset-inline-end: 0;
    height: auto;
    width: 24vw;
  }
  .top-mv-text {
    width: min(100%, 520px);
    margin-inline: auto;
  }
  .top-mv-catch {
    font-size: clamp(3.2rem, 5vw, 4.8rem);
    text-align: center;
  }
  .top-mv-catch-line:nth-child(1) {
    margin-inline-start: 32px;
    display: block;
  }
  .top-mv-catch-line:nth-child(2) {
    margin-inline-start: 0;
    display: block;
  }
  .top-mv-catch-line:nth-child(3) {
    margin-inline-start: 32px;
  }
  .top-mv-catch-char::before {
    content: "";
    inset-block-end: calc(100% - 6px);
    inset-inline-start: 50%;
    translate: -100% 0;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .top-mv-detail {
    margin-block-start: 100px;
    padding: 10px 24px;
    justify-content: center;
  }
  .top-mv-detail::before {
    translate: -65% 0%;
    inset-block-end: 100%;
    inset-inline-start: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv-detail-text {
    font-size: clamp(1.6rem, 3.5vw, 2rem);
  }
  .top-mv-handshake-image {
    width: 70%;
    margin-inline-end: auto;
  }
  .top-mv-landscape-image {
    height: auto;
  }
}
.top-problem {
  margin-block-start: 200px;
  position: relative;
}

.top-problem-frame {
  position: relative;
}

.top-problem-frame-arc {
  position: absolute;
  inset-block-start: -124px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 562px;
  height: 433px;
  border: 3px solid var(--color-border-strong);
  border-bottom: none;
  border-radius: 50% 50% 0 0;
  background: var(--color-bg-white);
  z-index: var(--z-index-default);
}
.top-problem-frame-arc::after {
  content: "";
  position: absolute;
  inset-block-start: 124px;
  inset-inline-start: 50%;
  display: block;
  width: 105%;
  height: 100%;
  background: var(--color-bg-white);
  z-index: 100;
  transform: translateX(-50%);
  z-index: var(--z-index-above-default);
}

.top-problem-frame-body {
  background-color: var(--color-bg-white);
  border: 3px solid var(--color-border-strong);
  border-radius: 60px;
  padding-block-end: 80px;
  position: relative;
  height: 902px;
}

.top-problem-content-wrapper {
  position: absolute;
  width: 100%;
  inset-block-start: -10px;
  inset-inline-start: 50%;
  translate: -50% 0;
  z-index: var(--z-index-default);
}

.top-problem-title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: -63px;
  margin-inline: auto;
  position: relative;
}

.top-problem-title-line {
  display: block;
}

.top-problem-content-body {
  margin-block-start: 50px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.top-problem-content {
  display: grid;
  grid-template-columns: 326px 1fr;
  -moz-column-gap: 42px;
       column-gap: 42px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-problem-content::after {
  content: "";
  display: block;
  width: 50px;
  height: 38px;
  background-image: url("../img/pages/top/icon_primary-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  inset-block-end: -80px;
  inset-inline-start: 50%;
  translate: -50% 0;
}

.top-problem-list {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-problem-item {
  display: flex;
  gap: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
}
.top-problem-item::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  margin-block-start: 8.5px;
  background-image: url("../img/pages/top/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top-problem-solution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.top-problem-solution-image {
  width: 126px;
  aspect-ratio: 126/115;
  flex-shrink: 0;
}

.top-problem-solution-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-problem-button {
  width: min(100%, 607px);
  margin-block-start: 44px;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .top-problem-frame-arc {
    position: absolute;
    inset-block-start: -80px;
    width: 300px;
    height: 210px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .top-problem-frame-arc {
    width: 70%;
    height: 150px;
    inset-block-start: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-problem-frame-arc::after {
    content: "";
    position: absolute;
    inset-block-start: 80px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .top-problem-frame-arc::after {
    inset-block-start: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-problem-frame-body {
    border-radius: 30px;
    min-height: 1080px;
  }
  .top-problem-content-wrapper {
    inset-block-start: 50px;
  }
  .top-problem-title {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    padding-block-start: 40px;
    margin-block-start: -120px;
  }
  .top-problem-content {
    grid-template-columns: 1fr;
    row-gap: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .top-problem-content::after {
    inset-block-end: -48px;
  }
  .top-problem-content-body {
    width: 90%;
    margin-inline: auto;
    margin-block-start: 20px;
    gap: 60px;
  }
  .top-problem-illustration {
    width: min(80%, 320px);
    margin-inline: auto;
  }
  .top-problem-list {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 0;
  }
  .top-problem-item {
    font-size: clamp(1.6rem, 3.5vw, 1.8rem);
  }
  .top-problem-item::before {
    margin-block-start: 7.5px;
  }
  .top-problem-solution {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .top-problem-solution-image {
    width: min(70%, 150px);
    translate: -18px 0;
  }
  .top-problem-solution-text {
    font-size: clamp(1.8rem, 4.5vw, 2.4rem);
    gap: 0;
  }
  .top-problem-button {
    width: 75%;
    margin-inline: auto;
    margin-block-start: 30px;
  }
}
.top-service {
  background-color: var(--color-bg-white);
  border: 3px solid var(--color-font-base);
  border-radius: 70px;
  margin-block-start: 100px;
  position: relative;
}
.top-service::before {
  content: "";
  display: block;
  width: 3px;
  height: 105px;
  background-color: var(--color-font-base);
  position: absolute;
  top: -105px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.top-service-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 81px;
  padding-block: 100px;
  padding-inline: 60px;
}

.top-service-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.top-service-visual {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-service-visual-image {
  width: 75px;
  flex-shrink: 0;
}

.top-service-heading {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-service-description {
  margin-block-start: 34px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-font-base);
}
.top-service-description span {
  display: block;
}

.top-service-qualifications {
  margin-block-start: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--color-primary-light);
  border-radius: 20px;
  padding-block: 64px;
  padding-inline: 96px;
}

.top-service-qualification {
  display: flex;
  align-items: center;
}
.top-service-qualification:not(:first-child)::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 25px;
  margin-inline: 39px;
  background-image: linear-gradient(45deg, transparent calc(50% - 1px), var(--color-separator) calc(50% - 1px), var(--color-separator) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(-45deg, transparent calc(50% - 1px), var(--color-separator) calc(50% - 1px), var(--color-separator) calc(50% + 1px), transparent calc(50% + 1px));
}

.top-service-subtitle {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
}

.top-service-list {
  margin-block-start: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  gap: 66px;
  translate: 32px 0;
}

.top-service-item {
  flex: 1;
  width: min(100%, 320px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline-end: 67px;
}
.top-service-item:not(:last-child) {
  border-inline-end: 1px dashed var(--color-border-dashed);
}

.top-service-item-image {
  order: 1;
  width: 164px;
  height: 172px;
  flex-shrink: 0;
  margin-block-start: 47px;
}
.top-service-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-service-item-text {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding-block-start: 16px;
}

.top-service-item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
  text-wrap: nowrap;
}

.top-service-item-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-font-base);
}

.top-service-item-number {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: var(--color-primary);
  border-radius: 100vh;
  font-family: var(--font-family-en);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-bg-white);
}

.top-service-button {
  margin-block-start: 40px;
  width: min(100%, 314px);
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .top-service {
    border-radius: 30px;
  }
  .top-service-inner {
    gap: 50px;
    padding-block: 50px;
    padding-inline: 20px;
  }
  .top-service-visual {
    flex-direction: column;
    text-align: center;
  }
  .top-service-visual-image {
    width: 60px;
  }
  .top-service-heading {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    text-align: center;
  }
  .top-service-description {
    margin-block-start: 20px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
  .top-service-description span {
    display: inline;
  }
  .top-service-qualifications {
    margin-block-start: 32px;
    flex-direction: column;
    padding-block: 40px;
    padding-inline: 40px;
  }
  .top-service-qualification {
    flex-direction: column;
  }
  .top-service-qualification:not(:first-child)::before {
    margin-inline: 0;
    margin-block: 16px;
  }
  .top-service-subtitle {
    font-size: clamp(2.4rem, 6vw, 2.8rem);
  }
  .top-service-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    translate: 0 0;
  }
  .top-service-item {
    width: min(100%, 360px);
    padding-inline: 0;
    padding-block: 30px;
  }
  .top-service-item:not(:last-child) {
    border-inline-end: none;
    border-block-end: 1px dashed var(--color-border-dashed);
  }
  .top-service-item-title {
    text-wrap: wrap;
  }
}
.top-advice {
  background-color: var(--color-bg-white);
  border: 3px solid var(--color-font-base);
  border-radius: 70px;
  padding-block: 100px;
  margin-block-start: 100px;
  position: relative;
}
.top-advice::before {
  content: "";
  display: block;
  width: 3px;
  height: 105px;
  background-color: var(--color-font-base);
  position: absolute;
  top: -105px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.top-advice-inner {
  max-width: 910px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 59px;
}

.top-advice-text {
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.top-advice-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  margin-block-end: 25px;
}
.top-advice-title span {
  display: block;
}

.top-advice-body {
  margin-block-end: 47px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-advice-button {
  width: 100%;
  max-width: 314px;
}

.top-advice-image {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .top-advice {
    border-radius: 30px;
    padding-block: 50px;
  }
  .top-advice-inner {
    max-width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .top-advice-image {
    order: -1;
    width: min(80%, 320px);
    margin-inline: auto;
  }
  .top-advice-text {
    width: 90%;
    margin-inline: auto;
    align-items: center;
  }
  .top-advice-body {
    margin-block-end: 30px;
  }
  .top-advice-title {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }
}
.top-reason {
  background-color: var(--color-bg-white);
  border: 3px solid var(--color-font-base);
  border-radius: 70px;
  padding-block: 100px;
  padding-inline: 185px;
  margin-block-start: 100px;
  position: relative;
}
.top-reason::before {
  content: "";
  display: block;
  width: 3px;
  height: 105px;
  background-color: var(--color-font-base);
  position: absolute;
  top: -105px;
  left: 50%;
  translate: -50% 0;
  z-index: var(--z-index-negative);
}

.top-reason-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
  margin-block-end: 91px;
}

.top-reason-list {
  display: grid;
  grid-template-columns: repeat(3, 273px);
  grid-template-rows: repeat(3, auto);
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 0;
  margin-block-end: 50px;
}

.top-reason-item {
  grid-row: span 3;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  padding-block-start: 41px;
  border-radius: 20px;
  background-color: var(--color-bg-base);
}
.top-reason-item:nth-child(2) .top-reason-item-image, .top-reason-item:nth-child(3) .top-reason-item-image {
  translate: 0 -12px;
}

.top-reason-item-number {
  position: absolute;
  inset-block-start: -41px;
  inset-inline-end: 10px;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.top-reason-item-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-primary);
  padding-inline: 20px;
}

.top-reason-item-image {
  margin-block-start: 25px;
  width: 162px;
  height: 162px;
}
.top-reason-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-reason-item-category {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-font-base);
  padding-block-start: 2px;
  padding-block-end: 50px;
}

.top-reason-button {
  width: 314px;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    border-radius: 30px;
    padding-block: 50px;
    padding-inline: 5%;
  }
  .top-reason-title {
    margin-block-end: 64px;
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }
  .top-reason-list {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 64px;
    margin-block-end: 40px;
  }
  .top-reason-item {
    grid-row: auto;
    grid-template-rows: auto auto auto;
  }
  .top-reason-item-title {
    min-height: auto;
    display: block;
    padding-block-start: 30px;
    margin-block-end: 20px;
  }
  .top-reason-button {
    width: 100%;
    max-width: 314px;
  }
}
.top-column {
  padding-block-start: 80px;
}
.top-column__inner {
  position: relative;
}
.top-column__header {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "title button" "subtitle button";
}
.top-column__title {
  grid-area: title;
  margin-block-end: 30px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}
.top-column__subtitle {
  grid-area: subtitle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
}
.top-column__list {
  display: flex;
  gap: 2%;
  margin-block-start: 50px;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.png) no-repeat center/cover;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
.top-column__item .time {
  color: var(--color-font-base);
  font-family: var(--font-family-en);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  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.5;
}
.top-column__button {
  grid-area: button;
  align-self: end;
  margin-inline-start: auto;
  width: min(100%, 207px);
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 30px;
  }
  .top-column__header {
    grid-template-columns: 1fr 120px;
    grid-template-areas: "title button" "subtitle subtitle";
  }
  .top-column__title {
    margin-block-end: 0;
    font-size: 2.8rem;
  }
  .top-column__subtitle {
    margin-block-start: 10px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block-start: 24px;
  }
  .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.6;
    padding-block-end: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__button {
    width: min(100%, 120px);
  }
}
.top-news {
  padding: 100px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__header {
  width: min(100%, 207px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-news__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 760px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-block-end: 1px solid var(--color-border);
  padding: 15.5px 0;
}
.top-news__item .link::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("../img/components/icon_arrow-right-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.top-news__item .link:hover {
  opacity: 0.6;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 95%;
}
.top-news__item .time {
  color: var(--color-primary);
  font-family: var(--font-family-sub);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-news__item .title {
  font-family: var(--font-family-sub);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.top-news__item .icon {
  color: var(--color-primary);
}
.top-news__button {
  width: min(100%, 207px);
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__header {
    width: 100%;
    flex-direction: row;
  }
  .top-news__title {
    font-size: 2.8rem;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    width: min(100%, 120px);
  }
}
.guide-intro {
  padding-block-start: 80px;
}

.guide-intro-voice {
  width: min(100%, 1080px);
  margin-inline: auto;
  margin-block-start: 237px;
  padding: 82px 116px 55px;
  background-color: var(--color-bg-white);
  border-radius: 60px;
  border: 3px solid var(--color-border-strong);
  position: relative;
}
.guide-intro-voice::before {
  content: "";
  display: block;
  width: min(85%, 330px);
  height: 177px;
  aspect-ratio: 330/177;
  background-image: url("../img/pages/guide/image_guide_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% calc(-100% - 3px);
}

.guide-intro-voice-list {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.guide-intro-voice-group {
  display: flex;
  justify-content: space-between;
}
.guide-intro-voice-group:nth-of-type(2) {
  justify-content: center;
}
.guide-intro-voice-group:nth-of-type(2) .guide-intro-voice-item {
  width: min(100%, 302px);
  translate: -17px 0;
}
.guide-intro-voice-group:nth-of-type(2) .guide-intro-voice-item::before {
  background-image: url("../img/pages/guide/bg_guide-balloon_01.png");
}

.guide-intro-voice-item {
  width: min(100%, 378px);
  height: 99px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-block-start: 26px;
  position: relative;
  z-index: var(--z-index-default);
}
.guide-intro-voice-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/pages/guide/bg_guide-balloon_02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: var(--z-index-negative);
}

.guide-intro-comfort {
  margin-block-start: 60px;
}

.guide-comfort-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 47px;
}
.guide-comfort-heading::before {
  content: "";
  display: block;
  width: 141px;
  height: 130px;
  background-image: url("../img/components/image_common_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.guide-comfort-heading-text {
  color: var(--color-primary);
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guide-comfort-body {
  margin-block-start: 30px;
  font-size: 1.8rem;
  line-height: 3;
  letter-spacing: 0;
  text-align: center;
}
.guide-comfort-body span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .guide-intro {
    padding-block-start: 40px;
  }
  .guide-intro-voice {
    margin-block-start: 200px;
    padding: 50px 20px;
  }
  .guide-intro-voice::before {
    height: auto;
  }
  .guide-intro-voice-group {
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }
  .guide-intro-voice-group:nth-of-type(2) .guide-intro-voice-item {
    width: min(100%, 378px);
    translate: 0;
  }
  .guide-intro-comfort {
    margin-block-start: 40px;
  }
  .guide-comfort-heading {
    flex-direction: column;
    gap: 16px;
  }
  .guide-comfort-heading-text {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }
  .guide-comfort-body {
    margin-block-start: 20px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.guide-flow {
  margin-block-start: 97px;
  background-color: var(--color-bg-white);
  border: 2px solid var(--color-border-strong);
  border-radius: 60px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  translate: 5px 0;
}

.guide-flow-heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.guide-flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 81px;
  width: min(100%, 759px);
}

.guide-flow-item {
  position: relative;
  width: 100%;
}
.guide-flow-item:not(:last-child) {
  padding-block-end: 28px;
  border-block-end: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
     border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
}
.guide-flow-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  position: absolute;
  inset-block-end: -48px;
  inset-inline-start: 318px;
  background-image: url("../img/pages/guide/icon_guide-primary-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.guide-flow-step {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.guide-flow-step-icon {
  flex-shrink: 0;
}

.guide-flow-text {
  display: flex;
  flex-direction: column;
}

.guide-flow-step-number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.guide-flow-step-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
}

.guide-flow-step-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-font-base);
  margin-block-start: 11px;
}
.guide-flow-step-body span {
  display: block;
}

.guide-flow-footer {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .guide-flow {
    padding: 48px 24px;
    gap: 32px;
    border-radius: 30px;
    margin-block-start: 40px;
  }
  .guide-flow-heading {
    font-size: 2.6rem;
  }
  .guide-flow-item:not(:last-child)::after {
    inset-inline-start: 50%;
    translate: -50% 0;
  }
  .guide-flow-step {
    gap: 20px;
  }
  .guide-flow-step-number {
    font-size: 1.4rem;
  }
  .guide-flow-step-title {
    font-size: 1.6rem;
  }
  .guide-flow-step-body {
    font-size: 1.4rem;
  }
  .guide-flow-footer {
    font-size: 1.8rem;
  }
}
.guide-difference {
  width: min(95%, 854px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  padding-block: 80px;
}

.guide-difference-content {
  display: flex;
  gap: 50px;
  margin-block: 68px 82px;
}

.guide-difference-photo {
  flex: 0 0 37%;
  border-radius: 20px;
  overflow: hidden;
}

.guide-difference-photo-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/249;
}

@media only screen and (max-width: 767px) {
  .guide-difference {
    gap: 40px;
    padding-block: 50px;
  }
  .guide-difference-content {
    margin-block: 0;
    flex-direction: column;
    gap: 30px;
  }
  .guide-difference-photo {
    flex: none;
    width: min(100%, 400px);
    margin-inline: auto;
    border-radius: 12px;
  }
}
.service-detail {
  padding-block: 80px;
  width: min(95%, 1080px);
  margin-inline: auto;
}

.service-detail-list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-block-start: 70px;
}

.service-detail-item {
  display: flex;
  gap: 60px;
}
.service-detail-item:not(:last-child) {
  padding-block-end: 37px;
  border-block-end: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
     border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
}
.service-detail-item:nth-of-type(2) {
  padding-block-end: 47px;
}
.service-detail-item--reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.service-detail-item:first-of-type {
  padding-inline-end: 22px;
}
.service-detail-item:first-of-type .service-detail-image {
  translate: 0 10px;
}

.service-detail-image--01 {
  flex: 0 0 458px;
  aspect-ratio: 458/400;
}
.service-detail-image--02 {
  flex: 0 0 573px;
  aspect-ratio: 573/407;
}
.service-detail-image--03 {
  flex: 0 0 474px;
  aspect-ratio: 474/442;
}
.service-detail-image img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .service-detail {
    padding-block-start: 40px;
    padding-block-end: 60px;
  }
  .service-detail-list {
    gap: 48px;
    margin-block-start: 40px;
  }
  .service-detail-item {
    flex-direction: column;
    gap: 24px;
  }
  .service-detail-item--reverse {
    flex-direction: column;
  }
  .service-detail-item:first-of-type {
    padding-inline-end: 0;
  }
  .service-detail-item:first-of-type .service-detail-image {
    translate: 0;
  }
  .service-detail-image {
    flex: none;
    width: min(80%, 320px);
    margin-inline: auto;
  }
}
.service-support {
  background-color: var(--color-bg-white);
  border: 2px solid var(--color-border-strong);
  border-radius: 60px;
  padding: 80px;
  margin-block-end: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service-support-icon-row {
  display: grid;
  grid-template-columns: 384px 435px;
  gap: 77px;
  justify-content: center;
}

.service-support-icon-row-inner {
  display: grid;
  gap: 23px;
}

.service-support-icon-row-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.service-support-icon-row-grid::before {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  translate: -50% -50%;
  width: 54px;
  height: 54px;
  background-image: linear-gradient(45deg, transparent calc(50% - 1px), var(--color-separator) calc(50% - 1px), var(--color-separator) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(-45deg, transparent calc(50% - 1px), var(--color-separator) calc(50% - 1px), var(--color-separator) calc(50% + 1px), transparent calc(50% + 1px));
  pointer-events: none;
}

.service-support-icon-row-col {
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.service-support-icon-row-caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
}

.service-support-photo-row {
  display: grid;
  grid-template-columns: 413px 435px;
  gap: 75px;
  justify-content: center;
}

.service-support-photo-row-image {
  width: 100%;
  aspect-ratio: 435/360;
  overflow: hidden;
  border-radius: 20px;
}

.service-support-consult {
  display: grid;
  place-items: center;
}

@media only screen and (max-width: 767px) {
  .service-support {
    border-radius: 30px;
    padding: 40px 16px;
    gap: 40px;
    margin-block-end: 40px;
  }
  .service-support-icon-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-support-icon-row-grid {
    width: min(100%, 350px);
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .service-support-icon-row-grid {
    width: min(100%, 320px);
  }
}
@media only screen and (max-width: 767px) {
  .service-support-icon-row-grid::before {
    width: 40px;
    height: 40px;
  }
  .service-support-icon-row-caption {
    text-align: center;
  }
  .service-support-icon-row-col {
    gap: 24px;
  }
  .service-support-photo-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-support-photo-row-image {
    order: -1;
    width: min(100%, 400px);
    margin-inline: auto;
  }
}
.about-profile {
  padding-block-start: 87px;
  padding-block-end: 84px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-profile-row {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.about-profile-row--story {
  grid-template-columns: 431px 398px;
  gap: 60px;
}
.about-profile-row--goal {
  grid-template-columns: 383px 481px;
  gap: 53px;
  align-items: start;
}

.about-profile-photo {
  flex-shrink: 0;
}
.about-profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-profile-photo--circle {
  aspect-ratio: 1/1;
}

.about-profile-photo--rect {
  aspect-ratio: 383/220;
}

@media only screen and (max-width: 767px) {
  .about-profile {
    padding-block-start: 40px;
    padding-block-end: 60px;
    gap: 40px;
  }
  .about-profile-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-profile-row--story, .about-profile-row--goal {
    gap: 24px;
  }
  .about-profile-photo--circle {
    width: min(70%, 320px);
    margin-inline: auto;
    order: -1;
  }
  .about-profile-photo--rect {
    width: min(70%, 320px);
    margin-inline: auto;
  }
}
.about-strengths {
  background-color: var(--color-bg-white);
  border: 2px solid var(--color-border-strong);
  border-radius: 60px;
  padding: 78px 79px 72px;
  margin-block-end: 80px;
}

.about-strengths-heading {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  text-align: center;
}

.about-strengths-lead {
  margin-block-start: 25px;
  text-align: center;
}

.about-strengths-credentials {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 27px;
  margin-block-start: 64px;
}

.about-strengths-credential {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  width: 229px;
  padding-block-end: 12px;
}
.about-strengths-credential:not(:last-child) {
  padding-inline-end: 27px;
  border-inline-end: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(to bottom, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
     border-image: repeating-linear-gradient(to bottom, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
}
.about-strengths-credential--narrow {
  width: 202px;
}

.about-strengths-credential-name {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

.about-strengths-credential-number {
  text-wrap: nowrap;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.about-strengths-value {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-block-start: 72px;
}

.about-strengths-diagram {
  flex-shrink: 0;
  width: 400px;
}

.about-strengths-diagram-image {
  display: block;
  width: 100%;
  height: auto;
}

.about-strengths-consult {
  margin-block-start: 55px;
  display: grid;
  place-items: center;
}

@media only screen and (max-width: 767px) {
  .about-strengths {
    border-radius: 30px;
    padding: 40px 24px;
    gap: 40px;
    margin-block-end: 40px;
  }
  .about-strengths-heading {
    font-size: 3rem;
    line-height: 1.4;
  }
  .about-strengths-lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .about-strengths-credentials {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(202px, 1fr));
    max-width: 650px;
  }
  .about-strengths-credential {
    width: 100%;
    padding-inline-end: 0;
    padding-block-end: 20px;
    border-inline-end: none;
    border-block-end: 1px solid transparent;
    -o-border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
       border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
  }
  .about-strengths-credential:not(:last-child) {
    padding-inline-end: 0;
    border-inline-end: none;
    -o-border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
       border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
  }
  .about-strengths-credential--narrow {
    width: 100%;
  }
  .about-strengths-value {
    flex-direction: column;
    gap: 32px;
    margin-block-start: 24px;
  }
  .about-strengths-diagram {
    width: min(100%, 320px);
    margin-inline: auto;
  }
}
.reason-choice {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: min(929px, 100%);
  margin-inline: auto;
}

.reason-choice-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.reason-choice-item {
  display: grid;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.reason-choice-item:first-child {
  grid-template-columns: 334px 499px;
  gap: 20px;
}
.reason-choice-item:nth-child(2) {
  grid-template-columns: 499px 323px;
}
.reason-choice-item:nth-child(2) .reason-choice-photo {
  order: 2;
}
.reason-choice-item:last-child {
  grid-template-columns: 380px 499px;
}

.reason-choice-photo {
  flex-shrink: 0;
}
.reason-choice-photo--01 {
  width: 334px;
  aspect-ratio: 334/272;
}
.reason-choice-photo--02 {
  width: 323px;
  aspect-ratio: 323/263;
}
.reason-choice-photo--03 {
  width: 380px;
  aspect-ratio: 380/330;
}
.reason-choice-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .reason-choice {
    padding-block: 40px 60px;
    gap: 0;
    width: 95%;
  }
  .reason-choice-list {
    gap: 48px;
  }
  .reason-choice-item {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    margin-inline: 0;
  }
  .reason-choice-item:first-child, .reason-choice-item:nth-child(2), .reason-choice-item:last-child {
    grid-template-columns: 1fr;
  }
  .reason-choice-item:nth-child(2) .reason-choice-photo {
    order: -1;
  }
  .reason-choice-photo {
    width: min(70%, 320px);
    margin-inline: auto;
  }
}
.reason-difference {
  background-color: var(--color-bg-white);
  border: 2px solid var(--color-border-strong);
  border-radius: 60px;
  padding: 80px 120px;
  margin-block-end: 80px;
}

.reason-difference-compare {
  margin-block-start: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 104px;
  position: relative;
}
.reason-difference-compare::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 0;
  translate: -50% 0;
  width: 1px;
  height: 100%;
  border: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(to bottom, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
     border-image: repeating-linear-gradient(to bottom, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
}

.reason-difference-compare-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 320px;
}

.reason-difference-compare-badge {
  position: absolute;
  inset-block-start: -16px;
  inset-inline-end: 0;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  z-index: var(--z-index-default);
}
.reason-difference-compare-badge--other {
  background-color: var(--color-bg-white);
  border: 1px solid #e3e3e3;
  color: var(--color-font-base);
}
.reason-difference-compare-badge--ours {
  background-color: var(--color-accent);
  color: var(--color-font-white);
}

.reason-difference-compare-photo {
  width: 100%;
  aspect-ratio: 320/213;
  overflow: hidden;
}
.reason-difference-compare-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-difference-compare-title {
  margin-block: 34px 18px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.reason-difference-compare-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--color-font-base);
}

.reason-difference-region {
  margin-block-start: 60px;
  display: grid;
  grid-template-columns: 396px 285px;
  gap: 79px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.reason-difference-region-photo {
  flex-shrink: 0;
  width: 285px;
  aspect-ratio: 285/290;
}
.reason-difference-region-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-difference-consult {
  display: grid;
  place-items: center;
  margin-block-start: 60px;
}

@media only screen and (max-width: 767px) {
  .reason-difference {
    border-radius: 30px;
    padding: 40px 24px;
    margin-block-end: 40px;
  }
  .reason-difference-compare {
    margin-block-start: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
    width: min(100%, 420px);
    margin-inline: auto;
  }
  .reason-difference-compare::after {
    display: none;
  }
  .reason-difference-compare-item {
    width: 100%;
  }
  .reason-difference-compare-item:not(:last-child) {
    padding-block-end: 48px;
    border-block-end: 1px solid transparent;
    -o-border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
       border-image: repeating-linear-gradient(to right, var(--color-border-dashed) 0 4px, transparent 4px 8px) 1 stretch;
  }
  .reason-difference-compare-badge {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
  }
  .reason-difference-compare-title {
    margin-block: 24px 16px;
    font-size: 2rem;
  }
  .reason-difference-region {
    margin-block-start: 40px;
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
  }
  .reason-difference-region-photo {
    width: min(80%, 240px);
    margin-inline: auto;
    order: -1;
  }
  .reason-difference-consult {
    margin-block-start: 40px;
  }
}
.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: #ffffff;
  border: 1px solid #399d26;
  border-radius: 8px;
  color: #399d26;
  font-size: 1.4rem;
  font-weight: 700;
  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: #399d26;
  font-size: 1.4rem;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #399d26;
  border-radius: 8px;
  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 */