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

body {
  color: #333333;
  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;
}
.heading--lv3 .en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.heading--lv3 .ja {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.heading--lv4 {
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
}
.heading--lv4::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: -15px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
  }
  .heading--lv3 .en {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .heading--lv3 .ja {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .heading--lv4 {
    font-size: 2rem;
    position: relative;
  }
  .heading--lv4::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 260px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.button--pattern-1:hover {
  background: #333333;
}
.button--pattern-1:hover .text, .button--pattern-1:hover .icon {
  color: #ffffff;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
}

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

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

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

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

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

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

.header-bar {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  box-sizing: border-box;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 500;
}
.header-bar__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.header-bar__tel .number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-bar__tel .icon {
  font-size: 2rem;
}
.header-bar__tel .text {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.header-bar__tel .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.header-bar__line {
  width: 35px;
}

.header-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
}
.header-visual--top {
  height: 42vw;
}
.header-visual--sub {
  height: 320px;
}
.header-visual__title--top {
  width: 60%;
}
.header-visual__title--sub {
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
  box-sizing: border-box;
  box-shadow: 0px 5px 3px 0px rgba(109, 27, 67, 0.3);
  font-family: "Shippori Mincho", serif;
  color: #666666;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 15px 15px;
    box-sizing: border-box;
  }
  .header-bar__logo {
    width: 90px;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-visual--top {
    height: 100vw;
  }
  .header-visual--sub {
    height: 250px;
  }
  .header-visual__title--top {
    width: 95%;
  }
  .header-visual__title--sub {
    width: 95%;
    padding: 30px 10px;
    box-sizing: border-box;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.footer-action {
  padding: 80px 0 100px;
}
.footer-action__title {
  align-items: center;
  margin-bottom: 30px;
}
.footer-action__list {
  display: flex;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 25%;
}
.footer-action__item .title {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-action__item .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-action__item .icon {
  font-size: 2rem;
}
.footer-action__item .number {
  font-size: 3.6rem;
}
.footer-action__item .button {
  width: 90%;
}

.footer-bar {
  padding: 80px 0 50px;
  border-top: 1px solid #333333;
}
.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 #333333;
  padding-top: 10px;
  margin-top: 105px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 285px;
  margin-bottom: 20px;
}
.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;
  gap: 20px 2%;
  width: 435px;
}
.footer-bar__item {
  width: 32%;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 60px 0 80px;
  }
  .footer-action__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .footer-action__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 48.5%;
  }
  .footer-action__item .title {
    font-size: 1.3rem;
  }
  .footer-action__item .tel {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .footer-action__item .icon {
    font-size: 1.4rem;
  }
  .footer-action__item .number {
    font-size: 2.4rem;
  }
  .footer-action__item .button {
    width: 100%;
  }
  .footer-action__item .button .text {
    font-size: 1.3rem;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: 150px;
    margin-bottom: 20px;
  }
  .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: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #d1c8c6;
  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: #333333;
}
.drawer-off__title {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 17px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 90px;
  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-on__actions {
  display: flex;
  flex-wrap: wrap;
}
.drawer-on__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5 px;
  width: 50%;
  background: #ffffff;
  padding: 20px 10px;
  box-sizing: border-box;
}
.drawer-on__action:nth-child(1) {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.drawer-on__action:nth-child(2) {
  border-bottom: 1px solid #333333;
}
.drawer-on__action:nth-child(3) {
  border-right: 1px solid #333333;
}
.drawer-on__action .title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.drawer-on__action .title .icon {
  width: 20px;
}
.drawer-on__action .title .text {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}
.drawer-on__action .button {
  width: 100%;
  padding: 10px;
}
.drawer-on__action .button .text {
  font-size: 1.3rem;
}
.drawer-on__action .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.drawer-on__action .tel .text {
  font-size: 2rem;
  font-weight: 500;
}

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

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

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

.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-problem {
  background: #d1c8c6;
  padding: 100px 0;
}
.top-problem__title {
  align-items: center;
  margin-bottom: 50px;
}
.top-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin-bottom: 30px;
}
.top-problem__item {
  display: flex;
  align-items: center;
  width: 49%;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #333333;
}
.top-problem__gallery {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.top-problem__img {
  width: 340px;
}

@media only screen and (max-width: 767px) {
  .top-problem {
    padding: 60px 0;
  }
  .top-problem__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-problem__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px 2%;
    margin-bottom: 30px;
  }
  .top-problem__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
  .top-problem__gallery {
    display: flex;
    justify-content: center;
    gap: 0.5%;
  }
  .top-problem__img {
    width: 33%;
  }
}
.top-profile {
  padding: 80px 0;
  background: url(../img/pages/top/profile/bg--img.jpg) no-repeat bottom center/100%;
}
.top-profile__title--lv3 {
  margin-bottom: 50px;
}
.top-profile__title--lv4 {
  margin-bottom: 40px;
}
.top-profile__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.top-profile__wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}
.top-profile__contents {
  width: 520px;
}
.top-profile__contents--activity {
  width: 60%;
}
.top-profile__img {
  width: 385px;
}
.top-profile__img--activity {
  width: 35%;
}
.top-profile__name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-profile__name .ruby {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-profile__name .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.top-profile__movie {
  width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto 50px;
}
.top-profile__movie iframe {
  width: 100%;
  height: 100%;
}
.top-profile__list {
  display: flex;
  gap: 2%;
}
.top-profile__item {
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0px 5px 3px 0px rgba(109, 27, 67, 0.3);
}
.top-profile__item--qualification {
  width: 36%;
}
.top-profile__item--activity {
  display: flex;
  width: 62%;
  gap: 5%;
}
.top-profile__qualification {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.top-profile__qualification .child {
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .top-profile {
    background: url(../img/pages/top/profile/bg--img.jpg) no-repeat bottom center/500%;
    padding: 60px 0;
  }
  .top-profile__title--lv3 {
    margin-bottom: 20px;
  }
  .top-profile__title--lv4 {
    margin-bottom: 30px;
  }
  .top-profile__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .top-profile__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .top-profile__contents {
    width: 100%;
  }
  .top-profile__contents--activity {
    width: 100%;
  }
  .top-profile__img {
    width: 80%;
    margin: 0 auto;
  }
  .top-profile__img--activity {
    width: 60%;
  }
  .top-profile__name {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .top-profile__name .ruby {
    font-size: 1.2rem;
  }
  .top-profile__name .text {
    font-size: 1.7rem;
  }
  .top-profile__movie {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto 50px;
  }
  .top-profile__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-profile__item {
    padding: 30px;
  }
  .top-profile__item--qualification {
    width: 100%;
  }
  .top-profile__item--activity {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5%;
  }
  .top-profile__qualification {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top-profile__qualification .child {
    margin-left: 20px;
  }
}
.top-client__inner {
  padding: 80px 0;
  border-bottom: 1px solid #333333;
}
.top-client__wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.top-client__contents {
  width: 540px;
}
.top-client__title {
  margin-bottom: 20px;
}
.top-client__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-client__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-client__img {
  width: 500px;
}
.top-client__button {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-client__inner {
    padding: 50px 0;
  }
  .top-client__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .top-client__contents {
    width: 100%;
  }
  .top-client__title {
    margin-bottom: 20px;
  }
  .top-client__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .top-client__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .top-client__img {
    width: 100%;
  }
  .top-client__button {
    margin: 0 auto;
  }
}
.top-therapy {
  background: url(../img/pages/top/therapy/bg--img.png) no-repeat center/100%;
}
.top-therapy__inner {
  padding: 80px 0;
  border-bottom: 1px solid #333333;
}
.top-therapy__title {
  align-items: center;
  margin-bottom: 20px;
}
.top-therapy__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.top-therapy__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.top-therapy__item {
  display: flex;
  align-items: center;
  gap: 60px;
}
.top-therapy__item .img {
  width: 390px;
}
.top-therapy__item .title {
  margin-bottom: 40px;
}
.top-therapy__item .body .text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .top-therapy__inner {
    padding: 50px 0;
  }
  .top-therapy__title {
    margin-bottom: 20px;
  }
  .top-therapy__text {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .top-therapy__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .top-therapy__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .top-therapy__item .img {
    width: 100%;
  }
  .top-therapy__item .title {
    margin-bottom: 30px;
  }
  .top-therapy__item .body .text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.top-price {
  padding: 80px 0;
}
.top-price__title {
  align-items: center;
  margin-bottom: 30px;
}
.top-price__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.top-price__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}
.top-price__item .contents {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 80%;
}
.top-price__item .title {
  font-size: 2.6rem;
  font-weight: 500;
}
.top-price__item .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.top-price__item .price {
  font-size: 2.6rem;
  font-weight: 500;
}
.top-price__item .price .small {
  font-size: 1.5rem;
}
.top-price__caption {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .top-price {
    padding: 50px 0;
  }
  .top-price__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .top-price__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .top-price__item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }
  .top-price__item .contents {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .top-price__item .title {
    font-size: 2rem;
  }
  .top-price__item .text {
    font-size: 1.4rem;
  }
  .top-price__item .price {
    font-size: 2.4rem;
    text-align: right;
  }
  .top-price__item .price .small {
    font-size: 1.4rem;
  }
  .top-price__caption {
    font-size: 1.3rem;
  }
}
.top-column {
  background: linear-gradient(0deg, rgba(209, 200, 198, 0) 50%, rgb(209, 200, 198) 50%);
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 20px;
}
.top-column__message {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 60px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column__title {
    margin-bottom: 10px;
  }
  .top-column__message {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e2;
  padding: 20px 0;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 95%;
}
.top-news__time {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__headline {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-news__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 90px;
  border: 1px solid #333333;
  transition: all 0.3s;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-news__link:hover .top-news__icon {
  background: #333333;
}
.top-news__link:hover .top-news__icon .bi {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 30px 0 50px;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-news__wrapper {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    width: 115px;
    position: static;
  }
}
.top-access__inner {
  position: relative;
}
.top-access__title {
  align-items: center;
  margin-bottom: 30px;
}
.top-access__wrapper {
  display: flex;
  gap: 2%;
  margin-bottom: 20px;
}
.top-access__img {
  width: 38%;
}
.top-access__map {
  width: 60%;
}
.top-access__map iframe {
  width: 100%;
  height: 100%;
}
.top-access__definition {
  display: flex;
}
.top-access__row {
  display: flex;
  gap: 15px;
  width: 32%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-right: 1px solid #333333;
}
.top-access__row:last-child {
  border-right: none;
}
.top-access__desc {
  font-size: 1.5rem;
  font-weight: 500;
}
.top-access__illust {
  position: absolute;
  bottom: -100px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-access__inner {
    padding-bottom: 50px;
    position: relative;
  }
  .top-access__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-access__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .top-access__img {
    width: 100%;
  }
  .top-access__map {
    width: 100%;
    height: 250px;
  }
  .top-access__map iframe {
    width: 100%;
    height: 100%;
  }
  .top-access__definition {
    display: flex;
    flex-direction: column;
  }
  .top-access__row {
    display: flex;
    gap: 2%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
  }
  .top-access__term {
    width: 18%;
    font-size: 1.4rem;
  }
  .top-access__desc {
    width: 80%;
    font-size: 1.4rem;
  }
  .top-access__illust {
    width: 30%;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}
.beginner-problem {
  background: url(../img/pages/beginner/problem/bg--img.png) no-repeat center/100%;
  padding: 80px 0;
}
.beginner-problem__title--lv3 {
  align-items: center;
  margin-bottom: 40px;
}
.beginner-problem__title--lv4 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
.beginner-problem__title--lv4::before {
  content: "";
  display: block;
  width: 273px;
  aspect-ratio: 273/39;
  background: url(../img/pages/beginner/problem/illust--emphasis.png) no-repeat center/cover;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.beginner-problem__wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
.beginner-problem__img {
  width: 540px;
}
.beginner-problem__message {
  width: 500px;
  font-size: 1.6rem;
  font-weight: 500;
}
.beginner-problem__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/pages/beginner/problem/illust--flower.png) no-repeat bottom left/15%;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 30px 2px rgba(109, 27, 67, 0.2);
}
.beginner-problem__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .beginner-problem {
    padding: 50px 0;
  }
  .beginner-problem__title--lv3 {
    align-items: center;
    margin-bottom: 30px;
  }
  .beginner-problem__title--lv4 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .beginner-problem__title--lv4::before {
    content: "";
    display: block;
    width: 180px;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }
  .beginner-problem__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .beginner-problem__img {
    width: 100%;
  }
  .beginner-problem__message {
    width: 100%;
    font-size: 1.5rem;
  }
  .beginner-problem__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/pages/beginner/problem/illust--flower.png) no-repeat bottom left/30%;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 30px 2px rgba(109, 27, 67, 0.2);
  }
  .beginner-problem__text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
  }
}
.beginner-process {
  padding: 80px 0;
}
.beginner-process__title {
  align-items: center;
  margin-bottom: 20px;
}
.beginner-process__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.beginner-process__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.beginner-process__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 100px;
  box-sizing: border-box;
  position: relative;
}
.beginner-process__item::after {
  content: "";
  display: block;
  width: 93px;
  aspect-ratio: 93/43;
  background: url(../img/pages/beginner/process/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.beginner-process__item:last-child::after {
  display: none;
}
.beginner-process__item:nth-child(odd) {
  background: url(../img/pages/beginner/process/illust--flower-odd.png) no-repeat bottom right/15%;
}
.beginner-process__item:nth-child(odd)::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 30px 2px rgba(109, 27, 67, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.beginner-process__item:nth-child(even) {
  background: url(../img/pages/beginner/process/illust--flower-even.png) no-repeat bottom left/15%;
  flex-direction: row-reverse;
}
.beginner-process__item:nth-child(even)::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 30px 2px rgba(109, 27, 67, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.beginner-process__item .img {
  width: 405px;
}
.beginner-process__item .contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 475px;
}
.beginner-process__item .title {
  display: flex;
  flex-direction: column;
}
.beginner-process__item .title .step {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.beginner-process__item .title .text {
  font-size: 2.4rem;
  font-weight: 500;
}
.beginner-process__item > .text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .beginner-process {
    padding: 50px 0;
  }
  .beginner-process__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .beginner-process__text {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .beginner-process__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .beginner-process__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
  }
  .beginner-process__item::after {
    content: "";
    display: block;
    width: 60px;
    aspect-ratio: 93/43;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .beginner-process__item:nth-child(odd)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .beginner-process__item:nth-child(even) {
    flex-direction: column;
  }
  .beginner-process__item:nth-child(even)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .beginner-process__item .img {
    width: 100%;
  }
  .beginner-process__item .contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .beginner-process__item .title {
    display: flex;
    flex-direction: column;
  }
  .beginner-process__item .title .step {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .beginner-process__item .title .text {
    font-size: 2rem;
  }
  .beginner-process__item > .text {
    font-size: 1.5rem;
  }
}
.beginner-approach {
  padding: 50px 0;
}
.beginner-approach__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, rgba(241, 229, 227, 0) 15%, rgb(241, 229, 227) 15%);
  padding: 50px;
  box-sizing: border-box;
}
.beginner-approach__wrapper {
  display: flex;
  gap: 80px;
}
.beginner-approach__contents {
  margin-top: 20px;
}
.beginner-approach__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}
.beginner-approach__title::before {
  content: "";
  display: block;
  width: 358px;
  aspect-ratio: 358/39;
  background: url(../img/pages/beginner/approach/illust--emphasis-left.png) no-repeat center/cover;
  position: absolute;
  top: -30px;
  left: -50px;
}
.beginner-approach__title::after {
  content: "";
  display: block;
  width: 273px;
  aspect-ratio: 273/39;
  background: url(../img/pages/beginner/approach/illust--emphasis-right.png) no-repeat center/cover;
  position: absolute;
  bottom: -20px;
  right: -40px;
}
.beginner-approach__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.beginner-approach__text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .beginner-approach {
    padding: 50px 0;
  }
  .beginner-approach__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .beginner-approach__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .beginner-approach__img {
    width: 70%;
    margin: 0 auto;
  }
  .beginner-approach__contents {
    margin-top: 20px;
  }
  .beginner-approach__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
  }
  .beginner-approach__title::before {
    content: "";
    display: block;
    width: 250px;
    aspect-ratio: 358/39;
    position: absolute;
    top: -40px;
    left: -10px;
  }
  .beginner-approach__title::after {
    content: "";
    display: block;
    width: 200px;
    aspect-ratio: 273/39;
    position: absolute;
    bottom: -20px;
    right: -10px;
  }
  .beginner-approach__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
  .beginner-approach__text {
    font-size: 1.5rem;
  }
}
.behavior-therapy {
  padding: 80px 0;
}
.behavior-therapy__title--lv3 {
  margin-bottom: 20px;
}
.behavior-therapy__title--lv4 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}
.behavior-therapy__title--lv4::before {
  content: "";
  display: block;
  width: 273px;
  aspect-ratio: 273/39;
  background: url(../img/pages/behavior/therapy/illust--emphasis.png) no-repeat center/cover;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.behavior-therapy__introduction {
  margin-bottom: 50px;
}
.behavior-therapy__figure {
  display: block;
  width: 95%;
  margin: 0 auto 80px;
}
.behavior-therapy__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/pages/behavior/therapy/illust--flower.png) no-repeat bottom left/15%;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 30px 2px rgba(109, 27, 67, 0.2);
}
.behavior-therapy__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.behavior-therapy__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .behavior-therapy {
    padding: 50px 0;
  }
  .behavior-therapy__title--lv3 {
    margin-bottom: 20px;
  }
  .behavior-therapy__title--lv4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    position: relative;
  }
  .behavior-therapy__title--lv4::before {
    content: "";
    display: block;
    width: 200px;
    aspect-ratio: 273/39;
    position: absolute;
    bottom: -20px;
    right: -50px;
  }
  .behavior-therapy__introduction {
    margin-bottom: 30px;
  }
  .behavior-therapy__figure {
    display: block;
    width: 95%;
    margin: 0 auto 50px;
  }
  .behavior-therapy__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
  }
  .behavior-therapy__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .behavior-therapy__text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
.behavior-approach {
  padding: 80px 0 100px;
}
.behavior-approach__box {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f4f4f4;
  box-shadow: 0 0 30px 2px rgba(34, 34, 34, 0.2);
  padding: 30px 50px;
  box-sizing: border-box;
}
.behavior-approach__contents {
  width: 500px;
}
.behavior-approach__img {
  width: 450px;
}
.behavior-approach__title {
  margin-bottom: 30px;
}
.behavior-approach__title .ja {
  line-height: 1.4;
}
.behavior-approach__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.behavior-approach__text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .behavior-approach {
    padding: 50px 0;
  }
  .behavior-approach__box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .behavior-approach__contents {
    width: 100%;
  }
  .behavior-approach__img {
    width: 80%;
    margin: 0 auto;
  }
  .behavior-approach__title {
    margin-bottom: 30px;
  }
  .behavior-approach__title .ja {
    line-height: 1.4;
  }
  .behavior-approach__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .behavior-approach__text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.schema-therapy {
  padding: 80px 0 100px;
}
.schema-therapy__box {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 50px 50px;
  box-sizing: border-box;
  position: relative;
}
.schema-therapy__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 88%;
  background: #ffffff;
  box-shadow: 0 0 30px 2px rgba(34, 34, 34, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.schema-therapy__contents {
  width: 550px;
}
.schema-therapy__img {
  width: 360px;
}
.schema-therapy__title {
  margin-bottom: 20px;
}
.schema-therapy__title .ja {
  line-height: 1.4;
}
.schema-therapy__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.schema-therapy__text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .schema-therapy {
    padding: 50px 0 30px;
  }
  .schema-therapy__box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .schema-therapy__box::before {
    content: "";
    display: block;
    width: 100%;
    height: 86%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .schema-therapy__contents {
    width: 100%;
  }
  .schema-therapy__img {
    width: 80%;
    margin: 0 auto;
  }
  .schema-therapy__title {
    margin-bottom: 30px;
  }
  .schema-therapy__title .ja {
    line-height: 1.4;
  }
  .schema-therapy__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .schema-therapy__text {
    font-size: 1.5rem;
  }
}
.schema-approach {
  padding: 50px 0 80px;
}
.schema-approach__title {
  align-items: center;
  margin-bottom: 30px;
}
.schema-approach__title .ja {
  text-align: center;
  line-height: 1.4;
}
.schema-approach__title .ja .small {
  font-size: 2.4rem;
}
.schema-approach__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/pages/schema/approach/illust--flower.png) no-repeat bottom right/15%, #f1e5e3;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 30px 2px rgba(109, 27, 67, 0.2);
}
.schema-approach__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.schema-approach__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .schema-approach {
    padding: 50px 0;
  }
  .schema-approach__title {
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .schema-approach__title .ja {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.4;
  }
  .schema-approach__title .ja .small {
    font-size: 1.6rem;
  }
  .schema-approach__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .schema-approach__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .schema-approach__text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
.empty-chair-introduction {
  padding: 80px 0;
}
.empty-chair-introduction__title--lv3 {
  align-items: center;
  margin-bottom: 30px;
}
.empty-chair-introduction__title--lv4 {
  text-align: center;
  margin-bottom: 50px;
}
.empty-chair-introduction__title--lv4::before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.empty-chair-introduction__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 20px;
}
.empty-chair-introduction__img {
  width: 590px;
}
.empty-chair-introduction__text {
  width: 440px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.empty-chair-introduction__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 80%;
  background: #f1e5e3;
  margin: 0 auto 30px;
  padding: 50px;
  box-sizing: border-box;
}
.empty-chair-introduction__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 80%;
}
.empty-chair-introduction__item .icon {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 2px;
}
.empty-chair-introduction__item .text {
  font-size: 2rem;
  font-weight: 500;
}
.empty-chair-introduction__message {
  display: block;
  width: 51%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .empty-chair-introduction {
    padding: 50px 0;
  }
  .empty-chair-introduction__title--lv3 {
    align-items: center;
    margin-bottom: 20px;
  }
  .empty-chair-introduction__title--lv3 .ja {
    text-align: center;
    line-height: 1.4;
  }
  .empty-chair-introduction__title--lv4 {
    text-align: center;
    margin-bottom: 40px;
  }
  .empty-chair-introduction__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .empty-chair-introduction__img {
    width: 100%;
  }
  .empty-chair-introduction__text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .empty-chair-introduction__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .empty-chair-introduction__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
  }
  .empty-chair-introduction__item .icon {
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
  .empty-chair-introduction__item .text {
    width: 90%;
    font-size: 1.6rem;
  }
  .empty-chair-introduction__message {
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }
}
.empty-chair-proceed {
  background: url(../img/pages/empty-chair/proceed/bg--img.png) no-repeat center/100%, linear-gradient(180deg, rgba(241, 229, 227, 0) 60%, rgba(241, 229, 227, 0.35) 60%);
  padding: 80px 0 100px;
}
.empty-chair-proceed__title {
  align-items: center;
  margin-bottom: 30px;
}
.empty-chair-proceed__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.empty-chair-proceed__list {
  display: flex;
  gap: 30px;
}
.empty-chair-proceed__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  background: #f1e5e3;
  padding: 30px;
  box-sizing: border-box;
}
.empty-chair-proceed__item .title {
  margin-bottom: 30px;
}
.empty-chair-proceed__item .title::before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.empty-chair-proceed__item .img {
  margin-bottom: 10px;
}
.empty-chair-proceed__item .text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .empty-chair-proceed {
    padding: 30px 0 50px;
  }
  .empty-chair-proceed__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .empty-chair-proceed__text {
    font-size: 1.5rem;
    text-align: justify;
    margin-bottom: 40px;
  }
  .empty-chair-proceed__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .empty-chair-proceed__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
  }
  .empty-chair-proceed__item .title {
    margin-bottom: 30px;
  }
  .empty-chair-proceed__item .title::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .empty-chair-proceed__item .img {
    margin-bottom: 10px;
  }
  .empty-chair-proceed__item .text {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
}
.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: #d1c8c6;
  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: #d1c8c6;
  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 */