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

body {
  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;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.heading--lv3 .sub .icon {
  flex-shrink: 0;
  width: 2rem;
}
.heading--lv3 .sub .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.heading--lv3 .sub .text {
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.heading--lv3 .main {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5rem;
  letter-spacing: 0.15em;
}
.heading--lv4 {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 0.8rem;
  }
  .heading--lv3 .sub .text {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .heading--lv3 .main {
    font-size: 2.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.12em;
  }
  .heading--lv4 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
  }
}
.button--cta, .button--pattern-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 5.6rem;
  padding: 0 3.2rem;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  background-color: #ff8a00;
  box-shadow: 0 0.3rem 0.475rem 0.025rem rgba(69, 75, 72, 0.4);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .button--cta:hover, .button--pattern-1:hover {
    opacity: 0.85;
  }
}
.button--cta .text, .button--pattern-1 .text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.button--cta .icon, .button--pattern-1 .icon {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}
.button--cta .icon img, .button--pattern-1 .icon img {
  display: block;
  width: 1.6rem;
  height: 1.2rem;
}
.button--pill, .button--pattern-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 5.6rem;
  padding: 0 3.2rem;
  box-sizing: border-box;
  border: 1px solid #39af8e;
  border-radius: 9999px;
  background-color: #ffffff;
  box-shadow: 0 0.3rem 0.475rem 0.025rem rgba(69, 75, 72, 0.4);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .button--pill:hover, .button--pattern-2:hover {
    opacity: 0.85;
  }
}
.button--pill .text, .button--pattern-2 .text {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.button--pill .arrow, .button--pattern-2 .arrow {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}
.button--pill .arrow img, .button--pattern-2 .arrow img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.button--circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 16rem;
  height: 16rem;
  padding: 2rem;
  box-sizing: border-box;
  border: 1px solid #39af8e;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0.3rem 0.475rem 0.025rem rgba(69, 75, 72, 0.4);
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .button--circle:hover {
    opacity: 0.85;
  }
}
.button--circle .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.button--circle .arrow {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}
.button--circle .arrow img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .button--cta, .button--pattern-1, .button--pill, .button--pattern-2 {
    min-height: 4.8rem;
    padding: 0 2.4rem;
  }
  .button--cta .text, .button--pattern-1 .text, .button--pill .text, .button--pattern-2 .text {
    font-size: 1.5rem;
  }
  .button--pill .arrow img, .button--pattern-2 .arrow img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .button--circle {
    width: 14rem;
    height: 14rem;
    padding: 1.6rem;
  }
}
.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: #39af8e;
}
.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;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  max-width: 192rem;
  height: 10.2rem;
  margin: 0 auto;
  pointer-events: auto;
}
.header__logo-panel {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 15.7291666667%;
  height: 10.2rem;
}
.header__logo-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  line-height: 0;
}
.header__logo-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.header__logo {
  position: absolute;
  z-index: 1;
  left: 3rem;
  top: 3.1rem;
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease;
}
.header__logo img {
  display: block;
  width: 24rem;
  height: auto;
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: 0.85;
  }
}
.header__nav-panel {
  position: absolute;
  z-index: 2;
  left: 51.9791666667%;
  top: 0;
  width: 34.0104166667%;
  height: 8.2rem;
}
.header__nav-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  line-height: 0;
}
.header__nav-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.header__list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__item {
  position: absolute;
  top: 0;
}
.header__item:nth-child(1) {
  left: 3.1rem;
}
.header__item:nth-child(2) {
  left: 14.9rem;
}
.header__item:nth-child(3) {
  left: 28.7rem;
}
.header__item:nth-child(4) {
  left: 40.9rem;
}
.header__item:nth-child(5) {
  left: 54.6rem;
}
.header__item a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding-top: 2.2rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .header__item a:hover {
    opacity: 0.85;
  }
}
.header__item .en {
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.header__item .ja {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.header__item:nth-child(1) .en {
  margin-left: 0.3rem;
}
.header__item:nth-child(1) .ja {
  margin-left: -0.3rem;
}
.header__item:nth-child(2) .en {
  margin-left: 0.2rem;
}
.header__item:nth-child(4) .en {
  margin-left: 0.4rem;
}
.header__item:nth-child(4) .ja {
  margin-left: -0.2rem;
}
.header__item:nth-child(5) .en {
  margin-left: 0.1rem;
}
.header__item:nth-child(5) .ja {
  margin-left: -0.1rem;
}
.header__item--current .en {
  font-weight: 700;
}
.header__cta {
  position: absolute;
  z-index: 3;
  left: 86.875%;
  top: 0.8rem;
  min-width: 22.4rem;
  min-height: 6.4rem;
  padding: 0 2.4rem;
  box-shadow: 0 0.3rem 0.475rem 0.025rem rgba(69, 75, 72, 0.4);
}

@media only screen and (min-width: 768px) and (max-width: 1900px) {
  .header__nav-panel {
    left: 34.9791666667%;
    right: 20.7rem;
    width: 48.0104166667%;
  }
  .header__nav-bg img {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .header__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.4rem;
    padding: 0 2rem 0 2.4rem;
    box-sizing: border-box;
  }
  .header__item {
    position: static;
    flex: 0 1 auto;
  }
  .header__item:nth-child(n) {
    left: auto;
  }
  .header__item:nth-child(n) .en, .header__item:nth-child(n) .ja {
    margin-left: 0;
  }
  .header__cta {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 6rem;
  }
  .header__logo-panel {
    width: auto;
    height: 6rem;
  }
  .header__logo-bg img {
    width: auto;
    height: 6rem;
  }
  .header__logo {
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__logo img {
    width: 16rem;
  }
  .header__nav-panel {
    display: none;
  }
  .header__cta {
    display: none;
  }
}
.footer-action {
  padding: 6rem 0 0;
  background-color: #ebf2ef;
}
.footer-action__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.8rem;
  min-height: 24.4rem;
}
.footer-action__title {
  flex-shrink: 0;
  width: 28rem;
  margin: 0;
}
.footer-action__body {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 0;
  padding-right: 8rem;
  box-sizing: border-box;
}
.footer-action__panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
  max-width: 71rem;
  min-height: 15.1rem;
  padding: 2.4rem 4rem;
  box-sizing: border-box;
  background: #ffffff url("../img/pages/top/content_bg.png") repeat;
  background-size: auto;
  border-radius: 0.8rem;
}
.footer-action__col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer-action__col--tel {
  align-items: flex-start;
}
.footer-action__col--mail {
  align-items: center;
}
.footer-action__label {
  margin: 0;
  color: #b5bab8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.footer-action__tel {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
@media (hover: hover) {
  .footer-action__tel:hover {
    opacity: 0.85;
  }
}
.footer-action__tel-icon {
  flex-shrink: 0;
  line-height: 0;
}
.footer-action__tel-icon img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.footer-action__tel-number {
  color: #ff8a00;
  font-family: "Outfit", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.footer-action__hours {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.footer-action__mail-btn {
  min-width: 30.4rem;
  min-height: 6.2rem;
  padding: 0 2.4rem;
}
.footer-action__photo {
  position: absolute;
  top: 0;
  right: -6rem;
  width: 16.2rem;
  margin: 0;
  line-height: 0;
}
.footer-action__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-bar {
  padding: 8rem 0 5rem;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  align-items: center;
  margin-top: 4.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e0f2f1;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 24rem;
  margin-bottom: 3.7rem;
  line-height: 0;
}
.footer-bar__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bar__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #454b48;
}
.footer-bar__list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 3.8rem 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__item a {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.footer-bar__copyright {
  color: #b5bab8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  white-space: nowrap;
}
.footer-bar__links {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__link a {
  color: #b5bab8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 5rem 0;
  }
  .footer-action__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .footer-action__title {
    width: 100%;
  }
  .footer-action__inner {
    min-height: 0;
  }
  .footer-action__body {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }
  .footer-action__panel {
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    max-width: none;
    padding: 2.4rem 2rem;
  }
  .footer-action__col--mail {
    align-items: stretch;
    width: 100%;
    max-width: 400px;
  }
  .footer-action__label {
    text-align: center;
  }
  .footer-action__tel-number {
    font-size: 2.8rem;
  }
  .footer-action__mail-btn {
    width: 100%;
    min-width: auto;
  }
  .footer-action__photo {
    position: absolute;
    top: -53px;
    right: 7px;
    width: 12rem;
  }
  .footer-bar {
    padding: 5rem 0 3rem;
  }
  .footer-bar__wrapper--top {
    justify-content: center;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 6rem;
  }
  .footer-bar__contents {
    text-align: center;
  }
  .footer-bar__logo {
    width: 24rem;
    margin-bottom: 2rem;
  }
  .footer-bar__list, .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #39af8e;
  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: 15px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 16rem;
  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;
  width: 90%;
  margin: 0 auto;
  gap: 10px;
  background: #ff8a00;
  padding: 15px;
  border-radius: 90px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.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: #ff8a00;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 2.8rem;
  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;
}

.page-fv {
  position: relative;
  width: 100%;
  max-width: 192rem;
  min-height: 53rem;
  margin: 0 auto;
  overflow: hidden;
}
.page-fv .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-fv__bg {
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 0;
  z-index: 0;
  line-height: 0;
}
.page-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.page-fv__illust {
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  z-index: 5;
  width: 19.2rem;
  line-height: 0;
  pointer-events: none;
}
.page-fv__illust img {
  display: block;
  width: 100%;
  height: auto;
}
.page-fv__panel {
  position: absolute;
  left: 1.5104166667%;
  bottom: 0;
  z-index: 3;
  width: 76.2rem;
  max-width: calc(100% - 1.5104166667% * 2);
  min-height: 12.2rem;
  padding: 2.5rem 4rem 2.5rem 19.7rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0 2rem 0 0;
}
.page-fv__en {
  margin: 0 0 0.8rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.page-fv__ja {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .page-fv {
    min-height: 32rem;
  }
  .page-fv__bg {
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-fv__illust {
    left: 0.6rem;
    width: 10rem;
  }
  .page-fv__panel {
    left: 0;
    max-width: 33rem;
    min-height: auto;
    padding: 2rem 2rem 2rem 11rem;
    border-radius: 0 1.2rem 0 0;
  }
  .page-fv__en {
    font-size: 1.4rem;
  }
  .page-fv__ja {
    font-size: 2.4rem;
    white-space: normal;
  }
}
.top-mv {
  position: relative;
  max-width: 192rem;
  min-height: 90rem;
  margin: 0 auto;
  overflow: hidden;
}
.top-mv__bg {
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 0;
  z-index: 0;
}
.top-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.top-mv__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 29.2rem;
  max-width: 192rem;
  margin: 0 auto;
  pointer-events: none;
}
.top-mv__panel > * {
  position: absolute;
  line-height: 0;
}
.top-mv__panel img {
  display: block;
  width: 100%;
  height: auto;
}
.top-mv__illust-back {
  z-index: 0;
  left: 4.7916666667%;
  top: 4.3rem;
}
.top-mv__panel-white {
  z-index: 1;
  left: 0;
  bottom: -2px;
  top: auto;
}
.top-mv__illust-front {
  z-index: 0;
  left: 4.7916666667%;
  top: 4.3rem;
}
.top-mv__deco-left {
  z-index: 3;
  left: 0;
  top: 7.6rem;
}
.top-mv__representative {
  z-index: 4;
  left: 53.3rem;
  top: 0;
  margin: 0;
}
.top-mv__rep-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 0.1rem #ffffff) drop-shadow(0 0 0.2rem #ffffff);
}
.top-mv__name {
  position: absolute;
  z-index: 3;
  left: 18.2291666667%;
  top: 44.2906574394%;
  margin: 0;
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.top-mv__copy {
  z-index: 5;
  left: 5.9375%;
  top: 18.3rem;
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: auto;
}
.top-mv__copy .emphasis--primary {
  color: #39af8e;
  font-size: 3.2rem;
}
.top-mv__copy .emphasis--tertiary {
  color: #ff8a00;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    min-height: 110vw;
  }
  .top-mv__bg {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .top-mv__bg img {
    -o-object-position: center center;
       object-position: center center;
  }
  .top-mv__panel {
    position: static;
    height: auto;
    max-width: none;
    margin: 0;
  }
  .top-mv__panel-white {
    left: 0;
    right: auto;
    top: auto;
    bottom: -2px;
    width: 76%;
    max-width: 38rem;
    z-index: 1;
  }
  .top-mv__copy {
    left: 8%;
    right: auto;
    top: auto;
    bottom: 0.5vw;
    z-index: 5;
    white-space: normal;
    font-size: clamp(1.4rem, 4.2vw, 2rem);
    line-height: 1.6;
  }
  .top-mv__copy .emphasis--primary, .top-mv__copy .emphasis--tertiary {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
  }
  .top-mv__illust-back {
    left: 9vw;
    right: auto;
    top: auto;
    bottom: 10vw;
    z-index: 0;
    max-width: clamp(7rem, 22vw, 12rem);
  }
  .top-mv__deco-left {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 3;
    max-width: clamp(4rem, 12vw, 7rem);
  }
  .top-mv__name {
    display: none;
  }
  .top-mv__representative {
    left: auto;
    right: calc(50% - 15rem);
    top: auto;
    bottom: 0;
    z-index: 4;
    width: clamp(7.5rem, 24vw, 11.5rem);
    max-width: 11.5rem;
    margin: 0;
  }
}
.top-about {
  position: relative;
  padding: 9.6rem 0 12rem;
}
.top-about__deco {
  position: absolute;
  top: -3rem;
  right: calc((100% - 118rem) / 2 - 5rem);
  width: 22.1rem;
  line-height: 0;
  pointer-events: none;
}
.top-about__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.top-about__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 51rem 1fr;
  -moz-column-gap: 10.6rem;
       column-gap: 10.6rem;
  align-items: start;
}
.top-about__main {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.top-about__title.heading--lv3 .main {
  font-size: 3.6rem;
  line-height: 5rem;
}
.top-about__img {
  line-height: 0;
}
.top-about__img img {
  display: block;
  width: 100%;
  height: auto;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding-top: 0.2rem;
}
.top-about__text {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-about__text p {
  margin: 0;
}
.top-about__text p + p {
  margin-top: 5rem;
}
.top-about__button {
  align-self: flex-start;
  min-width: 28.4rem;
}
.top-about__wave {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: -70px;
}
.top-about__wave img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 6rem 0 6rem;
  }
  .top-about__deco {
    right: 1.5rem;
    width: 8rem;
    top: 3rem;
  }
  .top-about__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .top-about__main {
    gap: 3rem;
  }
  .top-about__title.heading--lv3 .main {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
  .top-about__img {
    width: 80%;
    margin: 0 auto;
  }
  .top-about__body {
    gap: 3rem;
  }
  .top-about__text p + p {
    margin-top: 2rem;
  }
  .top-about__button {
    min-width: auto;
    width: 100%;
  }
  .top-about__wave {
    overflow: hidden;
  }
  .top-about__wave img {
    width: 200%;
    max-width: none;
    margin-left: -50%;
  }
}
.top-service {
  position: relative;
  background-color: #ebf2ef;
}
.top-service__inner {
  position: relative;
  z-index: 1;
  margin-top: -12rem;
}
.top-service__title {
  margin-bottom: 3rem;
}
.top-service__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.6rem;
  margin: 0;
  padding: 0 0 12rem;
  list-style: none;
}
.top-service__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 108.2rem;
}
.top-service__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15.3rem;
  height: 5.4rem;
  margin-bottom: -3px;
  padding: 0 2rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  color: #b5bab8;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: pre;
}
.top-service__card {
  position: relative;
  display: grid;
  grid-template-columns: 54.2rem 54.3rem;
  align-items: stretch;
  width: 100%;
}
.top-service__deco {
  position: absolute;
  top: -15rem;
  right: 0;
  z-index: 0;
  width: 28.8rem;
  line-height: 0;
  pointer-events: none;
}
.top-service__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.top-service__content {
  box-sizing: border-box;
  padding: 3rem 3.2rem 3.2rem 4.1rem;
  background-color: #ffffff;
}
.top-service__name {
  margin: 0 0 1.3rem;
}
.top-service__divider {
  display: block;
  width: 100%;
  max-width: 46.3rem;
  height: 1px;
  margin: 0 0 1.7rem;
  border: none;
  background-color: #e0f2f1;
}
.top-service__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.2rem 0.4rem;
  max-width: 46rem;
  margin: 0 0 2.1rem;
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-service__quote {
  flex-shrink: 0;
  color: #39af8e;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.top-service__text {
  max-width: 46rem;
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-service__media {
  position: relative;
  min-height: 36.4rem;
}
.top-service__photo {
  height: 100%;
  min-height: 36.4rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0 1.2rem 1.2rem 0;
  line-height: 0;
}
.top-service__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 36.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__link {
  position: absolute;
  right: 0;
  bottom: -1.3rem;
  z-index: 2;
  width: 15.2rem;
  height: 15.3rem;
  padding: 1.4rem;
  gap: 0.6rem;
}
.top-service__link .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 1.5rem;
  line-height: 1.45;
}
.top-service__link .arrow img {
  width: 1.6rem;
  height: 1.6rem;
}
.top-service__deco-bottom {
  position: absolute;
  left: calc((100% - 118rem) / 2 - 5rem);
  bottom: -7rem;
  z-index: 2;
  width: 22.1rem;
  line-height: 0;
  pointer-events: none;
}
.top-service__deco-bottom img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .top-service__inner {
    margin-top: -6rem;
    padding-bottom: 8rem;
  }
  .top-service__title {
    padding-top: 3rem;
  }
  .top-service__title.heading--lv3 .main {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
  .top-service__list {
    gap: 6rem;
    padding-bottom: 6rem;
  }
  .top-service__item {
    max-width: none;
  }
  .top-service__card {
    grid-template-columns: 1fr;
  }
  .top-service__deco {
    top: clamp(-12rem, -22vw, -8rem);
    z-index: 0;
    width: clamp(14rem, 40vw, 22rem);
  }
  .top-service__content {
    position: relative;
    z-index: 1;
    padding: 2.4rem 2rem 2.4rem;
    border-right: none;
  }
  .top-service__quote {
    font-size: 2.6rem;
  }
  .top-service__lead {
    font-size: 1.8rem;
  }
  .top-service__label {
    margin-bottom: -3px;
  }
  .top-service__media {
    min-height: auto;
  }
  .top-service__photo {
    min-height: 22rem;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .top-service__photo img {
    width: 100%;
    min-height: 22rem;
    -o-object-position: center;
       object-position: center;
  }
  .top-service__link {
    position: absolute;
    right: 1.5rem;
    bottom: -2rem;
    margin: 0;
    width: 12.2rem;
    height: 12.3rem;
  }
  .top-service__link .text {
    font-size: 1.1rem;
  }
  .top-service__deco-bottom {
    left: 1.5rem;
    bottom: 2rem;
    width: 12rem;
  }
}
.top-faq {
  padding: 10rem 0 6rem;
}
.top-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebf2ef;
  border-radius: 8px;
  padding-block: 5rem;
}
.top-faq__title {
  margin-bottom: 3rem;
  text-align: center;
}
.top-faq__title.heading--lv3 {
  align-items: center;
  gap: 0.2rem;
}
.top-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 62rem);
  gap: 4.1rem 3.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-faq__item {
  min-width: 0;
}
.top-faq__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 47.4rem;
  padding: 1.8rem 3.2rem 3.2rem;
  background: #ffffff url("../img/pages/top/faq/top_faq-bg.png") repeat;
  background-size: auto;
  border-radius: 1.2rem;
}
.top-faq__card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.4rem;
  margin: 0 0 2.6rem;
  text-align: center;
}
.top-faq__card-title .text {
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-faq__card-title .quote {
  color: #39af8e;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.5;
  transform: translateY(0.2em);
}
.top-faq__chat {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 50rem;
  min-width: 0;
  margin-bottom: auto;
}
.top-faq__message {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  min-width: 0;
}
.top-faq__message--q {
  flex-direction: row;
}
.top-faq__message--a {
  flex-direction: row-reverse;
}
.top-faq__avatar {
  flex-shrink: 0;
  padding-top: 2rem;
  width: 8.4rem;
  text-align: center;
}
.top-faq__avatar img {
  display: block;
  width: 8.4rem;
  height: auto;
  margin: 0 auto;
}
.top-faq__avatar .name {
  display: block;
  margin-top: 0.6rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-faq__bubble {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 1.2rem 1.6rem;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-faq__message--q .top-faq__bubble {
  position: relative;
  color: #454b48;
  background-color: #e0f2f1;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
}
.top-faq__message--q .top-faq__bubble::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 1.6rem;
  height: 1.3rem;
  background: url("../img/pages/top/faq/arw.png") no-repeat center/contain;
}
.top-faq__message--a .top-faq__bubble {
  position: relative;
  color: #ffffff;
  background-color: #39af8e;
  border-radius: 0.8rem 0.8rem 0 0.8rem;
}
.top-faq__message--a .top-faq__bubble::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 1.6rem;
  height: 1.3rem;
  background: url("../img/pages/top/faq/arw-g.png") no-repeat center/contain;
}
.top-faq__button {
  width: 100%;
  max-width: 40.4rem;
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .top-faq {
    padding: 6rem 0 8rem;
  }
  .top-faq__title {
    margin-bottom: 4rem;
  }
  .top-faq__title.heading--lv3 .main {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
  .top-faq__list {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }
  .top-faq__card {
    min-height: auto;
    padding: 3.2rem 1.2rem 2.4rem;
    max-width: 95%;
    margin-inline: auto;
  }
  .top-faq__card-title .text {
    font-size: 1.6rem;
  }
  .top-faq__card-title .quote {
    font-size: 2.4rem;
  }
  .top-faq__avatar {
    width: 6.4rem;
    padding-top: 7rem;
  }
  .top-faq__avatar img {
    width: 6.4rem;
  }
  .top-faq__bubble {
    font-size: 1.3rem;
  }
  .top-faq__chat {
    gap: 1rem;
  }
  .top-faq__button {
    max-width: none;
  }
}
.top-column {
  padding: 8rem 0 3rem;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 3.5rem;
  padding-right: 22rem;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (hover: hover) {
  .top-column__item .link:hover {
    opacity: 0.6;
  }
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/245;
  background: #ffffff url(../img/pages/top/column/no-img.png) no-repeat center/contain;
  border: none;
  border-radius: 0.8rem;
  box-shadow: 0 0.3rem 0.6rem rgba(69, 75, 72, 0.15);
}
.top-column__item .title {
  margin: 0;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e0f2f1;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__item .caption {
  margin: 0;
  color: #b5bab8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-column__item .time {
  align-self: flex-end;
  margin-top: 0.4rem;
  color: #b5bab8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.top-column__button {
  position: absolute;
  top: 0.6rem;
  right: 0;
  min-width: 20.2rem;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 5rem 0 3rem;
  }
  .top-column__inner {
    display: flex;
    flex-direction: column;
  }
  .top-column__title {
    order: 1;
    margin-bottom: 3.5rem;
    padding-right: 0;
  }
  .top-column__list {
    order: 2;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.5rem;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__item .time {
    font-size: 1.3rem;
  }
  .top-column__button {
    order: 3;
    position: static;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.top-news {
  position: relative;
  padding: 13rem 0 4rem;
  overflow: hidden;
}
.top-news__wave {
  position: absolute;
  left: 0;
  bottom: -76px;
  z-index: 1;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}
.top-news__wave img {
  display: block;
  width: 100%;
  height: auto;
}
.top-news__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.top-news__title {
  flex-shrink: 0;
  width: 28%;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 80.5rem;
  max-width: 75%;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #e0f2f1;
  text-decoration: none;
}
@media (hover: hover) {
  .top-news__item .link:hover {
    opacity: 0.6;
  }
}
.top-news__item .wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 0;
}
.top-news__item .time {
  color: #b5bab8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.top-news__item .title {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-news__item .icon {
  flex-shrink: 0;
  line-height: 0;
}
.top-news__item .icon img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 20.2rem;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 5rem 0;
  }
  .top-news__inner {
    flex-direction: column;
  }
  .top-news__title {
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-news__list {
    width: 100%;
    max-width: none;
    margin-bottom: 3rem;
  }
  .top-news__item .link {
    padding: 2rem 0;
  }
  .top-news__item .time {
    font-size: 1.3rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.about-intro {
  position: relative;
  background-color: #ffffff;
}
.about-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 54rem) minmax(0, 49.3rem);
  align-items: end;
  justify-content: space-between;
  gap: 4.8rem;
  position: relative;
  z-index: 2;
  padding: 12rem 0 0;
}
.about-intro__label {
  margin: 0 0 0.6rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.about-intro__title {
  margin: 0 0 2.3rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.about-intro__lead {
  margin: 0 0 2.8rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.about-intro__line {
  display: block;
  width: 100%;
  max-width: 54.3rem;
  height: 1px;
  border: 0;
  background-color: #e0f2f1;
}
.about-intro__text {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
}
.about-intro__text p {
  margin: 0;
}
.about-intro__text p + p {
  margin-top: 3.8rem;
}
.about-intro__visual {
  position: relative;
  margin: 0;
  line-height: 0;
}
.about-intro__visual > img {
  display: block;
  width: 100%;
  height: auto;
}
.about-intro__deco {
  position: absolute;
  right: -5rem;
  bottom: -3rem;
  width: 22.1rem;
  line-height: 0;
  pointer-events: none;
}
.about-intro__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.about-intro__wave {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: -80px;
}
.about-intro__wave img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .about-intro {
    overflow: hidden;
  }
  .about-intro__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 5rem 0 0;
  }
  .about-intro__label {
    margin-bottom: 0.4rem;
  }
  .about-intro__title {
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .about-intro__lead {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .about-intro__line {
    margin-bottom: 1.6rem;
  }
  .about-intro__text p + p {
    margin-top: 2rem;
  }
  .about-intro__visual {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 3rem;
  }
  .about-intro__deco {
    right: -2rem;
    bottom: -2rem;
    width: 14rem;
  }
  .about-intro__wave {
    margin-top: -40px;
  }
}
.about-feature {
  padding: 0 0 12rem;
  background-color: #ebf2ef;
}
.about-feature__inner {
  position: relative;
}
.about-feature__head {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
.about-feature__label {
  margin: 0 0 0.6rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.about-feature__title {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.about-feature__deco {
  position: absolute;
  top: 0;
  width: 3.2rem;
  line-height: 0;
  pointer-events: none;
}
.about-feature__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.about-feature__deco--left {
  left: 50%;
  margin-left: -34rem;
}
.about-feature__deco--right {
  right: 50%;
  margin-right: -34rem;
}
.about-feature__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 0;
  padding: 4rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
.about-feature__leaf {
  position: absolute;
  left: -10rem;
  bottom: -18rem;
  width: 22.1rem;
  line-height: 0;
  pointer-events: none;
}
.about-feature__leaf img {
  display: block;
  width: 100%;
  height: auto;
}
.about-feature__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 4rem;
}
.about-feature__img {
  margin: 0;
  line-height: 0;
}
.about-feature__img img {
  display: block;
  width: 100%;
  height: auto;
}
.about-feature__num {
  margin: 0 0 1.2rem;
  color: #b5bab8;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.about-feature__item-title {
  margin: 0 0 2rem;
}
.about-feature__line {
  display: block;
  width: 100%;
  max-width: 46.2rem;
  height: 1px;
  margin: 0 0 2.8rem;
  border: 0;
  background-color: #e0f2f1;
}
.about-feature__text {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 6rem 0 0;
    overflow: hidden;
  }
  .about-feature__head {
    margin-bottom: 2.4rem;
  }
  .about-feature__title {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
  .about-feature__deco {
    display: none;
  }
  .about-feature__list {
    gap: 3rem;
    padding: 2.4rem 2rem;
    margin-bottom: 10rem;
  }
  .about-feature__leaf {
    left: 0;
    bottom: -7rem;
    width: 14rem;
  }
  .about-feature__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .about-feature__body {
    order: 1;
  }
  .about-feature__img {
    order: 2;
  }
  .about-feature__line {
    margin-bottom: 1.6rem;
  }
}
.service-anchor {
  background-color: #ffffff;
}
.service-anchor__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.3rem;
}
.service-anchor__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 3rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-anchor__item a {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .service-anchor__item a:hover {
    opacity: 0.7;
  }
}
.service-anchor__icon {
  flex-shrink: 0;
  line-height: 0;
}
.service-anchor__icon img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .service-anchor__inner {
    min-height: auto;
    padding: 2.4rem 0;
  }
  .service-anchor__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .service-anchor__item {
    border-bottom: 1px solid #e0f2f1;
  }
  .service-anchor__item:first-child {
    border-top: 1px solid #e0f2f1;
  }
  .service-anchor__item a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
    padding: 1.6rem 0.5rem;
    white-space: normal;
    font-size: 1.4rem;
  }
}
.service-detail {
  padding: 12rem 0 0;
}
.service-detail--bg {
  background-color: #ebf2ef;
}
.service-detail--bg .service-price__box {
  background-color: #fff;
}
.service-detail__inner {
  display: flex;
  flex-direction: column;
}
.service-detail__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 4rem;
  margin-top: 7rem;
  scroll-margin-top: 12rem;
}
.service-detail__item:first-child {
  margin-top: 0;
}
.service-detail__label {
  margin: 0 0 0.6rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.service-detail__title {
  margin: 0 0 2.3rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.service-detail__lead {
  margin: 0 0 1.4rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.service-detail__line {
  display: block;
  width: 100%;
  max-width: 54.3rem;
  height: 1px;
  margin: 0 0 1.8rem;
  border: 0;
  background-color: #fff;
}
.service-detail__text {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2;
}
.service-detail__text p {
  margin: 0;
}
.service-detail__text p + p {
  margin-top: 2.8rem;
}
.service-detail__visual {
  margin: 0;
  line-height: 0;
}
.service-detail__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.service-detail__inner {
  position: relative;
  z-index: 2;
}
.service-detail__cta {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.service-detail__cta-btn {
  min-width: 38rem;
  min-height: 6.4rem;
  padding: 0 3rem;
}
.service-detail__wave {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: -80px;
}
.service-detail__wave img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .service-detail {
    padding: 5rem 0 0;
  }
  .service-detail__inner {
    gap: 5rem;
  }
  .service-detail__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .service-detail__visual {
    order: 1;
    max-width: 40rem;
    margin-inline: auto;
  }
  .service-detail__content {
    order: 2;
  }
  .service-detail__title {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
  .service-detail__lead {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .service-detail__line {
    margin-bottom: 2rem;
  }
  .service-detail__cta {
    margin-top: 3rem;
    margin-bottom: -3rem;
  }
  .service-detail__cta-btn {
    min-width: auto;
  }
  .service-detail__wave {
    margin-top: 0;
    overflow: hidden;
  }
  .service-detail__wave img {
    width: 200%;
    max-width: none;
    margin-left: -50%;
  }
}
.service-consult {
  width: 100%;
  margin-top: 7rem;
}
.service-consult__title {
  margin: 0 0 2.8rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.service-consult__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 2rem;
  border: 0;
  background-color: #e0f2f1;
}
.service-consult__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 5rem;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.service-consult__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
.service-consult__icon {
  flex-shrink: 0;
  width: 1.6rem;
  line-height: 0;
}
.service-consult__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.service-consult__arrow {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  line-height: 0;
}
.service-consult__arrow img {
  display: block;
  width: 13rem;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .service-consult {
    margin-top: 0;
  }
  .service-consult__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service-consult__title {
    font-size: 1.8rem;
  }
  .service-consult__line {
    margin-bottom: 3rem;
  }
  .service-consult__arrow {
    margin-top: 3rem;
  }
  .service-consult__arrow img {
    width: 10rem;
  }
}
.service-offer {
  width: 100%;
  margin-top: 4rem;
}
.service-offer__box {
  position: relative;
  padding: 3rem 4.2rem 3.6rem;
  border: 1px solid #39af8e;
  border-radius: 0.8rem;
  background: #ffffff url("../img/pages/service/dot_bg.jpg") repeat;
  background-size: auto;
}
.service-offer__deco {
  position: absolute;
  top: -3.8rem;
  left: -3.9rem;
  z-index: 1;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
.service-offer__deco img {
  display: block;
  width: 14.3rem;
  height: auto;
}
.service-offer__title {
  margin: 0 0 2.4rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.service-offer__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 2rem;
  border: 0;
  background-color: #e0f2f1;
}
.service-offer__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 3rem;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.service-offer__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.service-offer__icon {
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: #39af8e;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .service-offer {
    margin-top: 0;
  }
  .service-offer__box {
    padding: 3.2rem 2rem 2.8rem;
  }
  .service-offer__deco {
    top: -2.4rem;
    left: -1rem;
  }
  .service-offer__deco img {
    width: 9rem;
  }
  .service-offer__title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .service-offer__line {
    margin-bottom: 2.4rem;
  }
  .service-offer__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service-offer__item {
    font-size: 1.5rem;
  }
}
.service-price-block {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

.service-price {
  width: 100%;
  margin-top: 7rem;
}
.service-price__box {
  padding: 4rem 4rem 4.4rem;
  border-radius: 0.8rem;
  background-color: #ebf2ef;
}
.service-price__title {
  margin: 0 0 2.8rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.service-price__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 3rem;
  border: 0;
  background-color: #e0f2f1;
}
.service-price__plan {
  max-width: calc(28.2rem + 28.2rem + 43.3rem + 0.3rem * 2);
  margin-inline: auto;
}
.service-price__plan + .service-price__plan {
  margin-top: 5rem;
}
.service-price__plan-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.6rem;
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.service-price__plan-title::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 2.2rem;
  border-radius: 0.1rem;
  background-color: #39af8e;
}
.service-price__table {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.service-price__row {
  display: grid;
  grid-template-columns: 28.2rem 28.2rem minmax(0, 43.3rem);
  gap: 0.3rem;
}
.service-price__row:nth-child(even) .service-price__cell--body {
  background-color: #ebf2ef;
}
.service-price__cell {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 1.2rem 1.6rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.service-price__cell--head {
  justify-content: center;
  min-height: 3.2rem;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #39af8e;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.3;
}
.service-price__cell--body {
  border-radius: 0.8rem;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .service-price {
    margin-top: 2rem;
  }
  .service-price__box {
    padding: 3.2rem 2rem;
  }
  .service-price__title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .service-price__line {
    margin-bottom: 2.4rem;
  }
  .service-price__plan-title {
    font-size: 1.8rem;
  }
  .service-price__row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.2rem 1.4rem;
    border-radius: 0.6rem;
    background-color: #ffffff;
  }
  .service-price__row + .service-price__row {
    margin-top: 0.6rem;
  }
  .service-price__row:nth-child(even) {
    background-color: #ebf2ef;
  }
  .service-price__row:nth-child(even) .service-price__cell--body {
    background-color: transparent;
  }
  .service-price__row--head {
    display: none;
  }
  .service-price__cell--body {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
    min-height: 0;
    padding: 0.5rem 0;
    background-color: transparent;
    border-radius: 0;
  }
  .service-price__cell--body::before {
    content: attr(data-label);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 6.4rem;
    min-height: 2.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.8rem;
    background-color: #39af8e;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
  }
}
.service-cta {
  position: relative;
  background-color: #ebf2ef;
}
.service-cta__wave {
  line-height: 0;
  pointer-events: none;
}
.service-cta__wave img {
  display: block;
  width: 100%;
  height: auto;
}
.service-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: -10rem;
  padding: 0 0 8rem;
}
.service-cta__btn.button--cta {
  min-height: 6.2rem;
  padding: 0 4rem;
}
.service-cta__btn.button--cta .text {
  font-size: 1.5rem;
}
.service-cta--plain {
  background-color: transparent;
}
.service-cta--plain .service-cta__inner {
  margin-top: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .service-cta__inner {
    margin-top: -6rem;
    padding-bottom: 5rem;
  }
  .service-cta__btn.button--cta {
    min-height: 5.6rem;
    padding: 0 2.4rem;
  }
  .service-cta__btn.button--cta .text {
    font-size: 1.4rem;
    white-space: normal;
    text-align: center;
  }
  .service-cta--plain .service-cta__inner {
    padding-top: 3rem;
  }
}
.faq-page {
  padding: 8rem 0 0;
  background-color: #ffffff;
}
.faq-page__inner {
  padding-bottom: 8rem;
}
.faq-page__wave {
  line-height: 0;
}
.faq-page__wave img {
  display: block;
  width: 100%;
  height: auto;
}
.faq-page__head {
  margin-bottom: 3rem;
}
.faq-page__label {
  margin: 0 0 1.2rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.faq-page__title {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.faq-page__nav-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  row-gap: 2rem;
  margin-bottom: 6rem;
  background-color: #ffffff;
}
.faq-page__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: 6.3rem;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  border-right: 0.3rem solid #e0f2f1;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.faq-page__nav-link:nth-child(4n) {
  border-right: 0;
}
@media (hover: hover) {
  .faq-page__nav-link:hover {
    opacity: 0.75;
  }
}
.faq-page__nav-link .text {
  flex: 1;
  min-width: 0;
}
.faq-page__nav-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #39af8e;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}
.faq-page__nav-icon .bi {
  margin-left: 0.15rem;
}
.faq-page__group {
  display: grid;
  grid-template-columns: minmax(0, 35.4rem) minmax(0, 1fr);
  gap: 0 4rem;
  padding-top: 3rem;
  scroll-margin-top: 12rem;
}
.faq-page__group + .faq-page__group {
  margin-top: 3rem;
  padding-top: 5rem;
  border-top: 0.3rem solid #e0f2f1;
}
.faq-page__group-title {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.faq-page__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-page__item {
  margin: 0;
}
.faq-page__q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.faq-page__q-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #39af8e;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.faq-page__q-text {
  flex: 1;
  margin: 0.6rem 0 0;
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.faq-page__a {
  margin: 0 0 0 4.3rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .faq-page {
    padding: 5rem 0 0;
  }
  .faq-page__inner {
    padding-bottom: 5rem;
  }
  .faq-page__title {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
  .faq-page__nav-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 4rem;
  }
  .faq-page__nav-link {
    justify-content: space-between;
    width: 100%;
    max-width: 32rem;
    min-height: 0;
    margin-inline: auto;
    padding: 1.6rem 0.5rem;
    border-right: 0;
    border-bottom: 1px solid #e0f2f1;
    font-size: 1.4rem;
    line-height: 1;
    white-space: normal;
  }
  .faq-page__nav-link:first-child {
    border-top: 1px solid #e0f2f1;
  }
  .faq-page__nav-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 1;
  }
  .faq-page__group {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-top: 0;
  }
  .faq-page__group + .faq-page__group {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .faq-page__group-title {
    font-size: 1.8rem;
  }
  .faq-page__list {
    gap: 3rem;
  }
  .faq-page__a {
    margin-left: 0;
  }
}
.office-greeting {
  position: relative;
  background-color: #ffffff;
}
.office-greeting__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 68rem) minmax(0, 35.2rem);
  align-items: end;
  justify-content: space-between;
  gap: 4.8rem;
  padding: 11rem 0;
}
.office-greeting__label {
  margin: 0 0 1.6rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.office-greeting__title {
  margin: 0 0 2.3rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.office-greeting__lead {
  margin: 0 0 0.8rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.office-greeting__line {
  display: block;
  width: 100%;
  max-width: 68.3rem;
  height: 0.3rem;
  margin: 0 0 3.8rem;
  border: 0;
  background-color: #e0f2f1;
}
.office-greeting__text {
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.office-greeting__text p {
  margin: 0;
}
.office-greeting__text p + p {
  margin-top: 4.8rem;
}
.office-greeting__sign {
  margin: 4.8rem 0 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.office-greeting__sign-office {
  display: block;
}
.office-greeting__visual {
  position: relative;
  margin: 0;
  margin-bottom: 10.6rem;
  line-height: 0;
}
.office-greeting__photo {
  display: block;
  width: 100%;
  height: auto;
}
.office-greeting__badge {
  position: absolute;
  right: 0;
  bottom: 19rem;
  width: 16.2rem;
}
.office-greeting__badge-photo {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 0.1rem #ffffff) drop-shadow(0 0 0.2rem #ffffff);
}
.office-greeting__badge-name {
  position: absolute;
  right: 100%;
  bottom: 2.4rem;
  margin: 0 1.2rem 0 0;
  color: #39af8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.office-greeting__deco {
  position: absolute;
  right: -4.8rem;
  bottom: -3rem;
  width: 22.1rem;
  pointer-events: none;
}
.office-greeting__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.office-greeting__wave {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: -18.6rem;
}
.office-greeting__wave img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .office-greeting__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 5rem 0;
  }
  .office-greeting__title {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
  .office-greeting__lead {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .office-greeting__line {
    margin-bottom: 2rem;
  }
  .office-greeting__text p + p {
    margin-top: 2rem;
  }
  .office-greeting__visual {
    max-width: 30rem;
    margin-inline: auto;
  }
  .office-greeting__badge {
    bottom: 14rem;
    width: 12rem;
  }
  .office-greeting__badge-name {
    font-size: 1.2rem;
  }
  .office-greeting__deco {
    right: -1.6rem;
    bottom: -1.6rem;
    width: 16rem;
  }
}
.office-info {
  padding: 0;
  background-color: #ebf2ef;
}
.office-info__inner {
  padding: 0 4rem;
}
.office-info__head {
  margin-bottom: 3rem;
  text-align: center;
}
.office-info__label {
  margin: 0 0 0.6rem;
  color: #39af8e;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.office-info__title {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.office-info__list {
  margin: 0;
  padding: 0 3rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  border-top: 0.3rem solid #e0f2f1;
}
.office-info__row {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
  padding: 2.8rem 0;
  border-bottom: 1px solid #e0f2f1;
}
.office-info__term {
  margin: 0;
  padding-left: 3.5rem;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
.office-info__desc {
  margin: 0;
  color: #454b48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
.office-info__desc p {
  margin: 0;
}
.office-info__desc p + p {
  margin-top: 0.4rem;
}
.office-info__desc a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .office-info__desc a:hover {
    opacity: 0.75;
  }
}
.office-info__map-wrap {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 8rem;
}
.office-info__map {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1082/452;
  background-color: #b5bab8;
}
.office-info__map iframe, .office-info__map__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.office-info__map-deco {
  position: absolute;
  bottom: 0;
  left: -9.9rem;
  width: 22.1rem;
  line-height: 0;
  pointer-events: none;
}
.office-info__map-deco img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .office-info {
    padding: 5rem 0 8rem;
  }
  .office-info__inner {
    padding: 0;
  }
  .office-info__head {
    margin-bottom: 4rem;
  }
  .office-info__title {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
  .office-info__row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 2rem 0;
  }
  .office-info__term {
    padding-left: 0;
  }
  .office-info__map-wrap {
    max-width: none;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .office-info__map {
    width: 100%;
    max-width: 100%;
    height: 25rem;
    aspect-ratio: auto;
  }
  .office-info__map-deco {
    left: -1.6rem;
    width: 16rem;
  }
}
.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: #39af8e;
  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: #39af8e;
  padding: 2px 10px;
}
.blog-single__title {
  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 */