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

body {
  color: #171717;
  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;
  }
}
@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;
  }
}
.heading--lv2 {
  display: block;
  background: #003153;
  padding: 45px;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: block;
    padding: 30px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
}
.button {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 265px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #FEEA90, #F0C543) padding-box, linear-gradient(135deg, #98593E 0%, #F6E48C 29%, #C79E65 50%, #F6E48C 78%, #98593E 100%) border-box;
  padding: 18px 5px;
  box-sizing: border-box;
}
.button i {
  color: #807058;
}
.button span {
  color: #807058;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
}

p {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-hidden {
  display: none !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
}
.form__head {
  width: 35%;
}
.form__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.form__title {
  color: #807058;
  font-size: 1.6rem;
}
.form__tag {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
}
.form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.form__tag--optional {
  background: #B3B2B3;
}
.form__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.form__body input[type=text],
.form__body input[type=email],
.form__body input[type=tel],
.form__body input[type=url],
.form__body input[type=file],
.form__body textarea,
.form__body select {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
.form__body input[type=text]::-moz-placeholder, .form__body input[type=email]::-moz-placeholder, .form__body input[type=tel]::-moz-placeholder, .form__body input[type=url]::-moz-placeholder, .form__body input[type=file]::-moz-placeholder, .form__body textarea::-moz-placeholder, .form__body select::-moz-placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]::placeholder,
.form__body input[type=email]::placeholder,
.form__body input[type=tel]::placeholder,
.form__body input[type=url]::placeholder,
.form__body input[type=file]::placeholder,
.form__body textarea::placeholder,
.form__body select::placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body input[type=url]:focus,
.form__body input[type=file]:focus,
.form__body textarea:focus,
.form__body select:focus {
  outline: 1px solid #333333;
}
.form__radios, .form__checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__link {
  font-size: 1.4rem;
  font-weight: 500;
}
.form__link a {
  border-bottom: 1px solid #333333;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
.form__button {
  display: flex;
  width: 320px;
  background: linear-gradient(90deg, #FEEA90, #F0C543) padding-box;
  border: none;
  box-sizing: border-box;
  padding: 20px;
  font-family: "Zen Old Mincho", serif;
  color: #807058;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form__button:hover {
  cursor: pointer;
}
.form__addr-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.form__addr-zip {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
}
.form__addr-zip input {
  width: 83%;
}
.form__addr-zip button {
  width: 15%;
  background: #003153;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
}
.form__addr-prefcity {
  display: flex;
  gap: 3%;
  width: 100%;
}
.form__addr-prefcity select {
  display: block;
  width: 48.5%;
}
.form__addr-rest {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__zip {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .form__head {
    width: 100%;
  }
  .form__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .form__title {
    font-size: 1.5rem;
  }
  .form__tag {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .form__body {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .form__body input[type=text],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body input[type=url],
  .form__body input[type=file],
  .form__body textarea,
  .form__body select {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
  }
  .form__radios, .form__checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__privacy {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .form__link {
    font-size: 1.4rem;
  }
  .form__buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .form__button {
    display: flex;
    width: 320px;
    padding: 20px;
    font-size: 1.5rem;
  }
  .form__addr-zip {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .form__addr-zip input {
    width: 70%;
  }
  .form__addr-zip button {
    width: 28%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.bottom-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.bottom-nav__list {
  display: flex;
}
.bottom-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
}
.bottom-nav__item--tel {
  background: #003153;
}
.bottom-nav__item--mail {
  background: linear-gradient(90deg, #FEEA90, #F0C543) padding-box, linear-gradient(135deg, #98593E 0%, #F6E48C 29%, #C79E65 50%, #F6E48C 78%, #98593E 100%) border-box;
}
.bottom-nav__wrapper {
  display: flex;
}
.bottom-nav__wrapper--tel {
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.bottom-nav__wrapper--mail {
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.bottom-nav__wrapper .tel {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.bottom-nav__wrapper .tel span {
  font-size: 1.2rem;
}
.bottom-nav__wrapper .caption {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.bottom-nav__wrapper .icon, .bottom-nav__wrapper .text {
  color: #807058;
}
.bottom-nav__wrapper .text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  box-sizing: border-box;
}
.header-bar__action {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__tel {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  gap: 10px;
}
.header-bar__tel .text {
  color: #003153;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
.header-bar__tel .text span {
  font-size: 1.6rem;
}
.header-bar__tel .caption {
  color: #003153;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-right: -10px;
}

.header-visual {
  position: relative;
}
.header-visual--top {
  width: 100%;
  background: url(../img/layout/header/main-visual.jpg) no-repeat center/cover;
}
.header-visual__img {
  display: block;
  width: 33.85vw;
  min-width: 560px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
}
.header-visual__title {
  width: 56.25%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  padding: 80px 0 80px 18%;
  box-sizing: border-box;
  color: #003153;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(4.2rem, 2.92vw, 5.6rem);
  font-weight: 600;
  letter-spacing: 0.35em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.header-visual__title span {
  color: #B4A469;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .header-bar__logo {
    display: block;
    width: 50%;
  }
  .header-bar__action {
    display: none;
  }
  .header-visual {
    position: relative;
  }
  .header-visual--top {
    width: 100%;
    height: 45vh;
    background: url(../img/layout/header/main-visual.jpg) no-repeat top left/cover;
  }
  .header-visual__img {
    display: block;
    width: 50%;
    max-width: 260px;
    min-width: auto;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .header-visual__title {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
    padding: 35px 0 35px 10px;
    box-sizing: border-box;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    position: absolute;
    top: 5%;
    transform: none;
    left: 0;
  }
}
.footer__copy-right {
  display: block;
  background: #003153;
  padding: 10px 0;
}
.footer__copy-right .text {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.top-about {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgb(251, 251, 245) 65%);
}
.top-about__inner {
  padding: 50px 0 200px;
  position: relative;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 50px;
}
.top-about__text {
  color: #807058;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.top-about__text span {
  font-size: 2.4rem;
}

.top-about-massage {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-about-massage__title {
  color: #807058;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top-about-massage__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 485px;
}
.top-about-massage__text {
  color: #807058;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .top-about__inner {
    padding: 35px 0 310px;
    position: relative;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
  }
  .top-about__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .top-about__text span {
    font-size: 2rem;
  }
  .top-about-massage {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 95%;
    padding: 30px 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-about-massage__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top-about-massage__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .top-about-massage__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
.top-problem__inner {
  padding: 50px 0 150px;
}
.top-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  position: relative;
}
.top-problem__list::after {
  content: "";
  display: block;
  width: 271px;
  aspect-ratio: 271/54;
  background: url(../img/pages/top/problem/arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-problem__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 340px;
}
.top-problem__item .img {
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.25);
}
.top-problem__item .title {
  color: #807058;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-problem__inner {
    padding: 50px 0 100px;
  }
  .top-problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    position: relative;
  }
  .top-problem__list::after {
    content: "";
    display: block;
    width: 135px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-problem__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .top-problem__item .img {
    display: block;
  }
  .top-problem__item .title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
  }
}
.top-comic {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 65%, rgb(251, 251, 245) 65%);
}
.top-comic__inner {
  padding: 50px 0;
}
.top-comic__img {
  display: block;
  width: 760px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-comic__inner {
    padding: 50px 0;
  }
  .top-comic__img {
    width: 100%;
    margin: auto;
  }
}
.top-feature {
  background: #FBFBF5;
}
.top-feature__inner {
  padding: 50px 0;
}
.top-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.top-feature__item {
  width: 520px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.top-feature__item .img {
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.25);
  margin-bottom: 20px;
}
.top-feature__item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #807058;
  border-bottom: 1px solid #B4A469;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.top-feature__item .title .number {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.top-feature__item .title .character {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-feature__item .text {
  color: #807058;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .top-feature__inner {
    padding: 50px 0;
  }
  .top-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .top-feature__item {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .top-feature__item .img {
    display: block;
    margin-bottom: 20px;
  }
  .top-feature__item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .top-feature__item .title .number {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .top-feature__item .title .character {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .top-feature__item .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.top-solution__inner {
  padding: 50px 0;
}
.top-solution__box {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.top-solution__img {
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.25);
}
.top-solution__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-solution__item {
  display: flex;
  gap: 20px;
}
.top-solution__item .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.top-solution__item .wrapper .number {
  color: #B4A469;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.top-solution__item .wrapper .line {
  display: block;
  width: 1px;
  height: 20px;
  background: #B4A469;
}
.top-solution__item .contents .title {
  color: #807058;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-solution__item .contents .text {
  color: #807058;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top-solution-message {
  background: #FBFBF5;
  padding: 50px 0;
}
.top-solution-message__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top-solution-message__title {
  color: #807058;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top-solution-message__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 485px;
}
.top-solution-message__text {
  color: #807058;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .top-solution__inner {
    padding: 50px 0;
  }
  .top-solution__box {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    margin-bottom: 50px;
  }
  .top-solution__img {
    display: block;
  }
  .top-solution__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-solution__item {
    display: flex;
    gap: 20px;
  }
  .top-solution__item .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .top-solution__item .wrapper .number {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .top-solution__item .wrapper .line {
    width: 1px;
    height: 20px;
  }
  .top-solution__item .contents .title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .top-solution__item .contents .text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .top-solution-message {
    padding: 35px 0;
  }
  .top-solution-message__contents {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .top-solution-message__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top-solution-message__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .top-solution-message__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.top-voice__inner {
  display: flex;
  gap: 50px;
  padding: 50px 0;
}
.top-voice__contents {
  width: 510px;
}
.top-voice__subtitle {
  color: #807058;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #B4A469;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.top-voice__text {
  color: #807058;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 60px;
  position: relative;
}
.top-voice__text::after {
  content: "";
  display: block;
  width: 88px;
  aspect-ratio: 88/18;
  background: url(../img/pages/top/voice/arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-voice__caption {
  background: #FBFBF5;
  padding: 30px;
  box-sizing: border-box;
  color: #807058;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.top-voice__img {
  display: block;
  width: 520px;
}

@media only screen and (max-width: 767px) {
  .top-voice__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0;
  }
  .top-voice__contents {
    width: 100%;
  }
  .top-voice__subtitle {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .top-voice__text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 60px;
    position: relative;
  }
  .top-voice__text::after {
    content: "";
    display: block;
    width: 88px;
    aspect-ratio: 88/18;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-voice__caption {
    padding: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .top-voice__img {
    display: block;
    width: 100%;
  }
}
.top-message__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: url(../img/pages/top/message/bg--title.jpg) no-repeat center/cover;
}
.top-message__title .text {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.top-message__box {
  background: #FBFBF5;
  padding: 50px 0;
}
.top-message__body {
  width: 1080px;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top-message__text {
  color: #807058;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .top-message__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .top-message__title .text {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .top-message__title .img {
    width: 40%;
  }
  .top-message__box {
    padding: 50px 0;
  }
  .top-message__body {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
  }
  .top-message__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 2;
  }
}
.top-contact__inner {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .comic__inner {
    padding: 35px 0;
  }
}
.top-link {
  background: #FBFBF5;
  padding: 50px 0;
}
.top-link__list {
  display: flex;
  justify-content: center;
}
.top-link__item a {
  display: flex;
  justify-content: center;
  width: 315px;
  background: #003153;
  padding: 20px 5px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .top-link {
    padding: 50px 0;
  }
  .top-link__list {
    display: flex;
    justify-content: center;
  }
  .top-link__item a {
    display: flex;
    justify-content: center;
    width: 250px;
    padding: 20px 5px;
    font-size: 1.5rem;
  }
}
.top-company__box {
  background: #FBFBF5;
}
.top-company__inner {
  padding: 50px 0;
}
.top-company__definition {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.top-company__row {
  display: flex;
  gap: 90px;
  border-bottom: 1px solid #C7C7C7;
  padding: 20px 0;
}
.top-company__term, .top-company__desc {
  color: #807058;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top-company__term {
  width: 150px;
}
.top-company__desc {
  width: 780px;
}
@media only screen and (min-width: 768px) {
  .top-company__desc a {
    pointer-events: none;
  }
}
.top-company__text {
  color: #807058;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
.top-company__map {
  display: block;
  width: 100%;
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .top-company__inner {
    padding: 50px 0;
  }
  .top-company__definition {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .top-company__row {
    display: flex;
    gap: 5%;
    padding: 20px 0;
  }
  .top-company__term, .top-company__desc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top-company__term {
    width: 20%;
  }
  .top-company__desc {
    width: 75%;
  }
  .top-company__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 35 px;
  }
  .top-company__map {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.complete__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 100px 0;
}
.complete__title {
  font-size: 2.4rem;
  font-weight: 600;
}
.complete__text {
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
.complete__link {
  font-size: 1.6rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .complete__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 60px 0;
  }
  .complete__title {
    font-size: 2rem;
  }
  .complete__text {
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: center;
  }
  .complete__link {
    font-size: 1.5rem;
    padding-bottom: 2px;
  }
}
.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 */