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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

li {
  list-style-type: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

footer {
  margin-top: auto;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  color: #2C2C2C;
}

main {
  margin-top: 80px;
}
@media (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

main.asunaro {
  margin-top: 0;
}

header {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
  margin: 0 auto;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  header {
    height: 60px;
    background: #FFF;
  }
}

header.active {
  box-shadow: none;
}

.header-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap.active {
  background: #65532F;
}
.header-wrap.active .logo {
  opacity: 0;
}

header ul {
  list-style: none;
}

.logo {
  width: 240px;
  padding: 9px;
  padding-left: 27px;
  max-width: 240px;
}
@media (max-width: 1000px) {
  .logo {
    width: 25vw;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 50vw;
    padding: 16px 0 10px 16px;
  }
}

.logo img {
  width: 100%;
}

.head-right {
  display: flex;
  justify-content: flex-end;
  width: 80vw;
}
@media (max-width: 1000px) {
  .head-right {
    display: none;
  }
}

.head-nav {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 24.62px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  width: 60%;
}
@media (max-width: 1055px) {
  .head-nav {
    font-size: 1.5vw;
  }
}

.head-nav a {
  color: #1D1D1D;
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .head-nav a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .head-nav a:hover {
    opacity: 0.7;
  }
}

.head-nav ul {
  display: flex;
  padding: 0px 4% 0 0;
  margin-top: 30px;
  gap: 0 5%;
  justify-content: flex-end;
}

.tel {
  height: 80px;
  background-color: rgba(244, 176, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
}
.tel img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1000px) {
  .tel img {
    width: 20px;
    height: 20px;
  }
}

.tel-number {
  font-size: 3.4rem;
  color: #65532F;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0.04em;
}

.form {
  width: 110px;
  height: 80px;
  background-color: #FBB500;
  transition: all 0.3s;
}
.form a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .form a:hover {
    background-color: #65532F;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form a:hover {
    background-color: #65532F;
  }
}

.form-icon {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}

.form-icon img {
  display: inline;
}

.header_sp-button {
  display: none;
}
@media (max-width: 1000px) {
  .header_sp-button {
    display: block;
  }
}

.header_sp-button {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.header_sp-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 1px;
  background-color: #999999;
}

.header_sp-button.active {
  background: #65532F;
}
.header_sp-button.active span {
  background-color: #fff;
}

.header_sp-button span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

.header_sp-button span:nth-of-type(2) {
  top: 29px;
  width: 50%;
}

.header_sp-button.active span:nth-of-type(1) {
  top: 17px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 51%;
}

.header_sp-button.active span:nth-of-type(2) {
  top: 29px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 51%;
}

.header_sp {
  display: none;
  transition: all 0.6s;
}

@media (max-width: 1000px) {
  .header_sp.active {
    display: block;
    background: #65532F;
    width: 100vw;
    height: 100vh;
    right: 0;
    position: fixed;
    left: 0;
    z-index: 1000;
    opacity: 1;
  }
}

.header__sp-nav-list {
  text-align: left;
  width: 86vw;
  padding: 0;
  margin: 10px auto 50px;
}
.header__sp-nav-list li {
  font-size: 1.7rem;
  padding: 18px 0;
  color: #fff;
  border-bottom: 1px solid #DCD5C8;
  font-weight: 400;
  position: relative;
}
.header__sp-nav-list li:first-child {
  border-top: 1px solid #DCD5C8;
}
.header__sp-nav-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.5%;
  bottom: 0;
  margin: auto;
}
.header__sp-nav-list li::after {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  background: #fff;
  right: 1.5%;
  top: 30px;
}

.header__sp-logo {
  margin: 0 auto;
  text-align: center;
  width: 65%;
  padding-bottom: 20px;
}

.pages_contents {
  position: relative;
}

.contact-btn.header::before {
  height: 1px !important;
  top: -15px !important;
  transform: unset !important;
}

section.mv {
  background-image: url(../images/fv.png);
  height: 47vh;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  section.mv {
    background-image: url(../images/fv_sp.png);
    height: 32vh;
  }
}

section.mv .mv-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.head-text {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 117px;
  left: 11%;
}
@media (max-width: 767px) {
  .head-text {
    top: 84px;
    left: 5%;
  }
}

.head-text p {
  font-weight: 500;
  font-size: 3.7rem;
  color: #65532F;
  line-height: 4rem;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  padding: 3px 10px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .head-text p {
    font-size: 2.4rem;
    padding: 3px;
    line-height: 2.5rem;
    margin-bottom: 4px;
  }
}

.mv-text {
  background-image: url(../images/fv_bg.png);
  padding: 55px 0;
  margin: 0 auto;
  max-width: 1366px;
  width: 90vw;
  background-size: 85%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mv-text {
    background-image: url(../images/fv_bg_sp.png);
    padding: 40px 0;
    background-size: 45%;
    background-position: right bottom -30px;
    background-repeat: no-repeat;
    width: 87vw;
  }
}
.mv-text p {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto;
  color: #65532F;
  text-align: justify;
}
@media (max-width: 767px) {
  .mv-text p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #65532F;
  text-align: center;
  padding-top: 71px;
  padding-bottom: 32px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    padding-top: 45px;
    font-weight: 400;
  }
}

h1 span {
  font-size: 1.6rem;
  font-family: "Jacques Francois", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 38px;
}
@media (max-width: 767px) {
  h1 span {
    font-size: 1.4rem;
  }
}

.business {
  background: #FDEFCC;
}

.business-wrap {
  margin: 0 auto;
  max-width: 1366px;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .business-wrap {
    padding: 50px 0;
  }
}

.business-content {
  display: flex;
  margin: 0 auto;
  width: 88vw;
  gap: 0 2%;
  padding-bottom: 32px;
  border-bottom: dashed 1px #65532F;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .business-content {
    display: block;
    padding-bottom: 28px;
  }
}

.business-content-item {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .business-content-item:last-child svg {
    top: 0px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .business-content-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .business-content-item:hover .business-content-text {
    background: #699A00;
    color: #FFF;
    transition: all 0.3s;
  }
  .business-content-item:hover .business-content-img svg path {
    fill: #FFF;
  }
  .business-content-item:hover .business-content-img::before {
    background: #699A00;
    transition: all 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .business-content-item:hover .business-content-img::before {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .business-content-item:hover .business-content-detail {
    color: #FFF;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .business-content-item:hover .business-content-text {
    background: #699A00;
    color: #FFF;
    transition: all 0.3s;
  }
  .business-content-item:hover .business-content-img svg path {
    fill: #FFF;
  }
  .business-content-item:hover .business-content-img::before {
    background: #699A00;
    transition: all 0.3s;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .business-content-item:hover .business-content-img::before {
    transform: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .business-content-item:hover .business-content-detail {
    color: #FFF;
  }
}

.business-content-img {
  position: relative;
}
@media (max-width: 767px) {
  .business-content-img {
    top: 25px;
  }
}
.business-content-img svg {
  position: relative;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 18px;
}
@media (max-width: 767px) {
  .business-content-img svg {
    width: 35px;
    top: 5px;
  }
}
.business-content-img::before {
  content: "";
  background: #FFF;
  width: 125px;
  height: 125px;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business-content-img::before {
    width: 75px;
    height: 75px;
  }
}

.business-content-text {
  padding: 40px 0 25px;
  color: #65532F;
  background: #FFF;
  border-radius: 6px;
}
.business-content-text h4 {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .business-content-text h4 {
    font-size: 2.2rem;
    font-weight: 400;
  }
}
.business-content-text p {
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .business-content-text p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.business-content-detail {
  font-size: 1.6rem;
  color: #699A00;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .business-content-detail {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.business-list {
  width: 95vw;
  display: flex;
  gap: 0 1%;
  margin: 35px auto;
  padding-left: 0px;
  align-items: stretch;
  max-width: 1200px;
  color: #65532F;
}
@media (max-width: 1000px) {
  .business-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .business-list {
    display: block;
    width: 87vw;
    margin: 30px auto;
  }
}
.business-list-item {
  background: #FFF;
  width: 100%;
  border-radius: 6px;
  align-items: center;
  display: flex;
}
@media (max-width: 1000px) {
  .business-list-item {
    width: 30%;
    max-width: 227px;
    margin-bottom: 20px;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .business-list-item {
    width: 100%;
    max-width: none;
    min-height: 52px;
    margin-bottom: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .business-list-item:hover {
    background: #699A00;
    color: #FFF;
    transition: all 0.3s;
  }
  .business-list-item:hover p {
    color: #FFF;
  }
  .business-list-item:hover a::before {
    border-top: 1.5px solid #FFF;
    border-right: 1.5px solid #FFF;
  }
  .business-list-item:hover a.office {
    background-image: url(../images/office-on.svg);
  }
  .business-list-item:hover a.price {
    background-image: url(../images/price-on.svg);
  }
  .business-list-item:hover a.counseling {
    background-image: url(../images/counseling-on.svg);
  }
  .business-list-item:hover a.contact {
    background-image: url(../images/contact-on.svg);
  }
  .business-list-item:hover a.book {
    background-image: url(../images/book-on.svg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .business-list-item:hover {
    background: #699A00;
    color: #FFF;
    transition: all 0.3s;
  }
  .business-list-item:hover p {
    color: #FFF;
  }
  .business-list-item:hover a::before {
    border-top: 1.5px solid #FFF;
    border-right: 1.5px solid #FFF;
  }
  .business-list-item:hover a.office {
    background-image: url(../images/office-on.svg);
  }
  .business-list-item:hover a.price {
    background-image: url(../images/price-on.svg);
  }
  .business-list-item:hover a.counseling {
    background-image: url(../images/counseling-on.svg);
  }
  .business-list-item:hover a.contact {
    background-image: url(../images/contact-on.svg);
  }
  .business-list-item:hover a.book {
    background-image: url(../images/book-on.svg);
  }
}
.business-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 8%;
  width: 100%;
  gap: 0 5%;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.business-list-item a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #699A00;
  border-right: 1.5px solid #699A00;
  transform: rotate(45deg);
}
.business-list-item a.office {
  background-image: url(../images/office.svg);
  background-position: 10%;
  background-size: 20%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .business-list-item a.office {
    background-position: 3%;
    background-size: 12%;
  }
}
.business-list-item a.price {
  background-image: url(../images/price.svg);
  background-position: 10%;
  background-size: 18%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .business-list-item a.price {
    background-position: 3%;
    background-size: 12%;
  }
}
.business-list-item a.counseling {
  background-image: url(../images/counseling.svg);
  background-position: 10%;
  background-size: 20%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .business-list-item a.counseling {
    background-position: 3%;
    background-size: 12%;
  }
}
.business-list-item a.contact {
  background-image: url(../images/contact.svg);
  background-position: 9%;
  background-size: 13%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .business-list-item a.contact {
    background-position: 3%;
    background-size: 8%;
  }
}
.business-list-item a.book {
  background-image: url(../images/book.svg);
  background-position: 10%;
  background-size: 20%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .business-list-item a.book {
    background-position: 3%;
    background-size: 12%;
  }
}
.business-list-item p {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  color: #65532F;
  padding-left: 3rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .business-list-item p {
    padding-left: 0;
  }
}
.business-list-item span {
  font-size: 1.6rem;
}

section.message {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/message-bg.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  section.message {
    background-position: right 20% top 0;
  }
}

section.message h1 {
  color: #fff;
  padding-bottom: 21px;
}

section.message h1 span {
  color: #fff;
}

.message-box {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .message-box {
    padding-bottom: 70px;
  }
}

.message-box ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  gap: 0 5%;
  max-width: 1032px;
  margin: 0 auto;
  width: 88vw;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .message-box ul {
    display: block;
    width: 84vw;
    margin-top: 40px;
  }
}

.message-box li {
  width: 48%;
  background-color: #fff;
  border: solid 2px #6D990F;
  box-sizing: border-box;
  box-shadow: 0 0 0 11px #fff, 0 0 0 9px #fff, 10px 10px 20px 0px #000;
  position: relative;
  border-radius: 2px;
  padding: 58px 3% 40px;
}
@media (max-width: 767px) {
  .message-box li {
    width: 100%;
    border: solid 1px #6D990F;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #fff, 10px 10px 20px 0px #000;
    padding: 30px 20px;
    margin-bottom: 65px;
  }
}

.message-box li:last-child {
  margin-right: 0;
}

.message-box li.message-box01::before {
  content: "";
  background-image: url(../images/message-01.png);
  height: 63px;
  width: 65.625px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -25px;
}
@media (max-width: 767px) {
  .message-box li.message-box01::before {
    height: 58px;
    width: 60.4166666667px;
    top: -35px;
    background-size: 100% auto;
  }
}

.message-box li.message-box02::before {
  content: "";
  background-image: url(../images/message-02.png);
  width: 65.625px;
  height: 63px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -25px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
@media (max-width: 767px) {
  .message-box li.message-box02::before {
    height: 60px;
    width: 62.5px;
    top: -35px;
  }
}

.message-box h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
  color: #65532F;
  line-height: 34.49px;
}
@media (max-width: 767px) {
  .message-box h3 {
    font-size: 1.9rem;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.message-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  padding-top: 26px;
  color: #65532F;
  line-height: 1.6;
  border-top: 3px dotted #6D990F;
}
@media (max-width: 767px) {
  .message-box p {
    font-size: 1.5rem;
    border-top: 1px dotted #6D990F;
    padding-top: 20px;
    line-height: 1.5;
    font-weight: 400;
  }
}

.voice-box {
  margin-bottom: 100px;
}

.voice-ul {
  display: flex;
  width: 84vw;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  margin-top: 0;
  max-width: 1366px;
}
@media (max-width: 767px) {
  .voice-ul {
    width: 100vw;
  }
}

.voice-box-li {
  text-align: center;
  padding: 9px;
}

.voice-box-img {
  width: 100%;
  overflow: hidden;
}
.voice-box-img img {
  transition: transform 0.3s ease;
}

.voice-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #65532F;
  margin-top: 10px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .voice-box p {
    font-weight: 400;
  }
}

.voice-box span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #65532F;
}
@media (max-width: 767px) {
  .voice-box span {
    font-weight: 400;
  }
}

.voice-box-detail {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 4px 26px;
  border: solid 1px #65532F;
  color: #65532F;
  transition: all 0.5s;
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .voice-box a:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .voice-box a:hover img {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .voice-box a:hover p {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .voice-box a:hover p {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .voice-box a:hover .voice-box-detail {
    color: #fff;
    background-color: #65532F;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .voice-box a:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .voice-box a:hover img {
    transform: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .voice-box a:hover p {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .voice-box a:hover p {
    transform: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .voice-box a:hover .voice-box-detail {
    color: #fff;
    background-color: #65532F;
  }
}

.slick-slide {
  text-align: center;
  margin: 0 auto;
}

.slider .slick-prev {
  top: 25%;
  display: block;
  width: 26px;
  height: 79px;
  left: -55px;
}

.slider .slick-next {
  top: 25%;
  display: block;
  width: 26px;
  height: 79px;
  right: -55px;
}

.slick-disabled {
  opacity: 0.2;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -40px !important;
}
.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button:before {
  font-size: 10px !important;
  color: #D9D9D9 !important;
}
@media (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 15px !important;
  }
}
.slick-dots li.slick-active button:before {
  color: #699A00 !important;
}

section.address {
  background-image: url(../images/address-bg.png);
  background-size: cover;
  background-position: 50%;
}

.address-box {
  padding: 73px 0;
  width: 88vw;
  margin: 0 auto;
  max-width: 1366px;
}
@media (max-width: 767px) {
  .address-box {
    width: 95vw;
    padding: 45px 0;
  }
}

.address-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #65532F;
}
@media (max-width: 767px) {
  .address-text {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.address-text-big {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.68;
  color: #65532F;
}
@media (max-width: 767px) {
  .address-text-big {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
}

.address-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.6rem;
  margin: 10px 0;
  color: #65532F;
  text-align: center;
}

.gmap-wrapper {
  margin: 0 auto;
}

.asunaro {
  margin: 0 auto;
  width: 88vw;
}

.asunaro-box {
  margin-top: 55px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .asunaro-box {
    margin-top: 45px;
  }
}

.asunaro-box p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #65532F;
}
@media (max-width: 767px) {
  .asunaro-box p {
    font-size: 1.4rem;
  }
}

.asunaro-img {
  max-width: 544px;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
}
.asunaro-img img {
  width: 100%;
}
.asunaro-img img:nth-child(1) {
  opacity: 0;
}
.asunaro-img img:nth-child(2) {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .asunaro-img:hover img:nth-child(1) {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .asunaro-img:hover img:nth-child(2) {
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .asunaro-img:hover img:nth-child(1) {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .asunaro-img:hover img:nth-child(2) {
    opacity: 0;
    transition: opacity 0.2s;
  }
}

footer {
  background: #65532F;
  padding: 30px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  width: 88vw;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .footer-top {
    display: block;
    margin-bottom: 40px;
  }
}

footer .logo {
  max-width: 268px;
  padding: 0;
  margin: 0;
  width: 20vw;
}
@media (max-width: 767px) {
  footer .logo {
    margin: 0 auto 20px;
    width: 55vw;
  }
}

.footer-right {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer-right {
    display: block;
  }
}

.footer-tel {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}
.footer-tel .tel-number {
  color: #FFF;
}
@media (max-width: 767px) {
  .footer-tel .tel-number {
    font-size: 3rem;
  }
}
.footer-tel .tel {
  background: none;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-tel .tel {
    margin-bottom: 20px;
    gap: 0 5px;
  }
}
@media (max-width: 767px) {
  .footer-tel p {
    padding-bottom: 5px;
  }
}

.footer-form a {
  list-style: none;
  padding: 12px 0 12px 0;
  width: 251px;
  border: solid 1px #fff;
  text-align: center;
  position: relative;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
  letter-spacing: 0.04em;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .footer-form a {
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-form a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .footer-form a:hover span {
    color: #65532F;
  }
  .footer-form a:hover svg path {
    stroke: #65532F;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-form a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .footer-form a:hover span {
    color: #65532F;
  }
  .footer-form a:hover svg path {
    stroke: #65532F;
  }
}
.footer-form a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  pointer-events: none;
}
.footer-form span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  footer-form {
    margin: 0 auto;
  }
}

.footer-form a img,
.footer-form a svg {
  pointer-events: none;
}

.footer-form a svg {
  padding-right: 7px;
  height: 20px;
  z-index: 3;
  position: relative;
}

.cr {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  width: 88vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cr {
    font-size: 1rem;
    text-align: center;
  }
}

.page-top {
  position: fixed;
  right: 80px;
  bottom: 30px;
  z-index: 100;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .page-top {
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.pages_fv {
  margin: 0 auto;
}

.pages_fv-text {
  padding: 50px 0;
  width: 88vw;
  margin: 0 auto;
  color: #65532F;
}
@media (max-width: 767px) {
  .pages_fv-text {
    padding: 25px 0;
  }
}
.pages_fv-text h2 {
  font-size: 5.3rem;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pages_fv-text h2 {
    font-size: 2.6rem;
  }
}
.pages_fv-text p {
  padding-top: 10px;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .pages_fv-text p {
    font-size: 1rem;
  }
}

.voice_message-wrap {
  background-image: url(../images/voice-bg.png);
  margin: 0 auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1497px auto;
  height: 1096px;
  position: absolute;
  z-index: -1;
  top: 410px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .voice_message-wrap {
    background-image: url(../images/voice-bg-sp.png);
    background-size: 120%, contain;
    background-position: top;
    height: 1192px;
  }
}

.voice_message {
  margin: 0 auto;
  max-width: 1366px;
  padding: 100px 0 65px;
}
@media (max-width: 767px) {
  .voice_message {
    padding: 37px 0 25px;
  }
}

.voice_message-head {
  color: #65532F;
  text-align: center;
}
.voice_message-head p {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .voice_message-head p {
    font-size: 1.4rem;
  }
}
.voice_message-head h3 {
  padding-top: 12px;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .voice_message-head h3 {
    font-size: 1.8rem;
  }
}
.voice_message-head span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .voice_message-head span {
    font-size: 2.3rem;
  }
}

.voice_message-bottom {
  width: 80vw;
  margin: 0 auto;
  padding: 65px 0;
  max-width: 1010px;
}
@media (max-width: 767px) {
  .voice_message-bottom {
    padding: 32px 0;
    width: 88vw;
  }
}
.voice_message-bottom p {
  color: #2C2C2C;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .voice_message-bottom p {
    font-size: 1.5rem;
    margin-bottom: 22px;
    line-height: 1.5;
  }
}
.voice_message-bottom p:last-child {
  margin-bottom: 0;
}

.voice_case-wrap {
  background: #F0F0F0;
}

.voice_case {
  margin: 0 auto;
  max-width: 1366px;
  padding: 65px 0 20px;
  width: 88vw;
}
@media (max-width: 767px) {
  .voice_case {
    width: 100vw;
    padding: 50px 0 10px;
  }
}

.voice_case-title {
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
  font-weight: 400;
  color: #65532F;
}

.voice_case-list {
  display: flex;
  gap: 0 2%;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .voice_case-list {
    padding: 30px 0 0;
    margin-bottom: 80px !important;
  }
}
.voice_case-list li {
  text-align: center;
}
.voice_case-list p {
  font-size: 1.6rem;
  color: #65532F;
  padding: 15px 0px;
}
@media (max-width: 767px) {
  .voice_case-list p {
    font-size: 1.4rem;
  }
}

.slider-voice .slick-dots {
  bottom: -20px !important;
}

.hamburger {
  color: #1D1D1D;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .hamburger {
    font-size: 1rem;
    padding: 10px 10px;
  }
}
.hamburger a {
  color: #699A00;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .hamburger a:hover ::after {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hamburger a:hover ::after {
    width: 100%;
  }
}
.hamburger a::after {
  background-color: #699A00;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}

.pages_fv.about {
  position: relative;
}

.about_title-img {
  position: absolute;
  margin: 0 auto;
  background: #FFF;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about_title-img {
    width: 23vw;
    height: 23vw;
    bottom: -45px;
  }
}
.about_title-img img {
  width: 94px;
  margin: 0 auto;
  padding: 20% 0;
}
@media (max-width: 767px) {
  .about_title-img img {
    width: 52%;
    padding: 13% 0;
  }
}

.about_section {
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about_section {
    padding: 0 25px;
  }
}

.about_title {
  padding: 85px 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .about_title {
    padding: 50px 0;
    text-align: left;
  }
}
.about_title img {
  width: 325px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about_title img {
    width: 55vw;
  }
}
.about_title p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 60px;
  color: #65532F;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about_title p {
    font-size: 1.5rem;
    line-height: 1.53;
    margin-top: 40px;
    font-weight: 400;
  }
}

.about_detail {
  max-width: 820px;
  margin: 0 auto;
  width: 85vw;
}

.about_detail-list li {
  display: flex;
  padding: 40px 0;
  text-align: center;
  font-size: 1.8rem;
  gap: 0 2%;
  align-items: center;
  border-top: 1px solid #999999;
}
@media (max-width: 767px) {
  .about_detail-list li {
    padding: 20px 0;
    font-size: 1.3rem;
    gap: 0 4%;
  }
}
.about_detail-list .list-title {
  color: #699A00;
  width: 13%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about_detail-list .list-title {
    width: 11%;
    font-size: 1.1rem;
  }
}
.about_detail-list .list-text {
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 2;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about_detail-list .list-text {
    font-weight: 400;
    line-height: 1.38;
    width: 86%;
  }
}
@media (max-width: 767px) {
  .about_detail-list .list-text.profire {
    line-height: 1.5;
  }
}
.about_detail-list span {
  position: relative;
  padding-left: 35px;
  line-height: 2.7;
  padding-bottom: 5px;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 767px) {
  .about_detail-list span {
    line-height: 1.5;
    padding-left: 20px;
  }
}
.about_detail-list span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #999999;
  content: "";
  position: absolute;
  left: 0px;
  top: 43%;
}
@media (max-width: 767px) {
  .about_detail-list span::before {
    top: 0.7rem;
  }
}
.about_detail-list span::after {
  position: absolute;
  top: 43%;
  left: 3px;
  bottom: -2.7rem;
  border-left: 1px solid #999999;
  content: "";
}
@media (max-width: 767px) {
  .about_detail-list span::after {
    top: 0.7rem;
    bottom: -0.7rem;
  }
}
.about_detail-list span:last-child::after {
  bottom: 0;
}

.about_map {
  padding-bottom: 40px;
  border-bottom: 1px solid #999999;
}
@media (max-width: 767px) {
  .about_map {
    padding-bottom: 20px;
  }
}
.about_map iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .about_map iframe {
    height: 200px;
  }
}

.about_swiper-wrap {
  width: 100%;
  overflow: hidden;
}

.about-swiper {
  margin: 70px 0 100px;
  width: 100%;
}
@media (max-width: 767px) {
  .about-swiper {
    margin: 50px 0 70px;
  }
}

.swiper-container,
.swiper-slide {
  height: 100vh;
}

.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hamburger-section {
  margin: 0 auto 20px;
  max-width: 1366px;
  width: 88vw;
}
@media (max-width: 767px) {
  .hamburger-section {
    width: 100vw;
    margin: 0 auto;
  }
}

.business_section {
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .business_section {
    padding: 0 25px 35px;
  }
}

.business_title {
  padding: 60px 0 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .business_title {
    padding: 35px 0 28px;
  }
}
.business_title img {
  width: 43px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business_title img {
    width: 9vw;
  }
}
.business_title h3 {
  color: #699A00;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .business_title h3 {
    font-size: 2.2rem;
    padding-top: 8px;
  }
}
.business_title p {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #65532F;
  font-weight: 300;
  margin: 35px auto 0;
  width: 75vw;
  max-width: 1366px;
  text-align: justify;
}
@media (max-width: 767px) {
  .business_title p {
    margin: 30px auto 0;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.55;
    font-weight: 400;
  }
}

.business_detail {
  max-width: 1366px;
  margin: 0 auto;
  width: 75vw;
}
@media (max-width: 767px) {
  .business_detail {
    width: 100%;
  }
}

.business_list li {
  display: flex;
  border: 1px solid #699A00;
  border-radius: 8px;
  align-items: stretch;
  margin: 0 0 20px 0;
  text-align: center;
  color: #65532F;
}
@media (max-width: 767px) {
  .business_list li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .business_list li:last-child {
    margin: 0 0 25px 0;
  }
}
.business_list .list-number {
  font-family: "Roboto Flex", sans-serif;
  background: #699A00;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  border-radius: 6px 0 0 6px;
  width: 4%;
  padding: 3% 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .business_list .list-number {
    font-size: 1.1rem;
    width: 9%;
    font-weight: 500;
  }
}
.business_list .list-title {
  background: #EFF3E6;
  color: #699A00;
  font-size: 1.9rem;
  font-weight: 400;
  width: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
}
@media (max-width: 767px) {
  .business_list .list-title {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.business_list .list-text {
  font-size: 1.7rem;
  font-weight: 300;
  width: 68%;
  text-align: left;
  padding: 2.5% 1.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .business_list .list-text {
    font-size: 1.3rem;
    width: 93%;
    padding: 3.5% 1.5%;
    font-weight: 400;
  }
}

.business_price {
  display: flex;
  gap: 0 5%;
  justify-content: center;
  color: #65532F;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .business_price {
    flex-direction: column;
    margin: 0 auto;
    font-size: 1.3rem;
    gap: 10px;
    max-width: 166px;
    font-weight: 400;
  }
}
.business_price span {
  color: #699A00;
  font-weight: 400;
}
.business_price a {
  position: relative;
  text-align: left;
}
.business_price a:last-child span {
  color: #F4B000;
}
.business_price a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #65532F;
  bottom: -1px;
  transform: scale(0, 0);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .business_price a:hover::after {
    transform: scale(1, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .business_price a:hover::after {
    transform: scale(1, 1);
  }
}

.pages_contact {
  max-width: 820px;
  margin: 0 auto 100px auto;
  text-align: center;
  background: #FFF7E1;
  border-radius: 6px;
  padding: 40px 4%;
}
@media (max-width: 767px) {
  .pages_contact {
    width: 88vw;
    padding: 36px 4%;
    margin-bottom: 60px;
  }
}
.pages_contact h6 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #65532F;
  font-weight: 400;
  margin: 0 0 20px 0px;
}
@media (max-width: 767px) {
  .pages_contact h6 {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}
.pages_contact .pages_contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pages_contact .pages_contents {
    flex-direction: column;
  }
}
.pages_contact .tel {
  background: none;
  width: 50%;
  border-right: 1px solid #65532F;
}
@media (max-width: 767px) {
  .pages_contact .tel {
    width: 84%;
    border: none;
    height: auto;
    margin-bottom: 15px;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #65532F;
  }
}
.pages_contact p {
  font-size: 4.268rem;
  color: #65532F;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .pages_contact p {
    font-size: 3.2rem;
    text-decoration: none;
  }
}
.pages_contact .contact-btn {
  padding: 25px;
  background: #F4B000;
  font-size: 2rem;
  letter-spacing: 0.04em;
  width: 45%;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.pages_contact .contact-btn span {
  position: relative;
  z-index: 3;
  color: #FFF;
}
@media (max-width: 767px) {
  .pages_contact .contact-btn {
    width: 84%;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 15px;
  }
}
.pages_contact .contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #65532F;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 6px;
}
@media (hover: hover) and (pointer: fine) {
  .pages_contact:hover .contact-btn::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pages_contact:hover .contact-btn::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.asunaro_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 140px;
  gap: 0 2%;
}
@media (max-width: 767px) {
  .asunaro_top {
    flex-direction: column-reverse;
    gap: 50px 0;
  }
}

.asunaro_title {
  width: 570px;
  margin-top: 13%;
  margin-left: 6%;
  width: 48%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .asunaro_title {
    margin: 0 auto;
    width: 87%;
  }
}
@media (max-width: 767px) {
  .asunaro_title img {
    width: 65%;
    margin: 0 auto;
  }
}
.asunaro_title p {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 1.888;
  font-weight: 350;
}
@media (max-width: 767px) {
  .asunaro_title p {
    font-size: 1.5rem;
    line-height: 1.56;
  }
}

.asunaro_title-img {
  width: 52%;
  height: 575px;
  position: relative;
}
@media (max-width: 767px) {
  .asunaro_title-img {
    width: 100%;
    height: auto;
  }
}
.asunaro_title-img .img-1 {
  object-fit: cover;
  height: 575px;
  width: 100%;
}
@media (max-width: 767px) {
  .asunaro_title-img .img-1 {
    height: 9vw;
    min-height: 190px;
  }
}
.asunaro_title-img .img-3 {
  width: 213px;
}
@media (max-width: 767px) {
  .asunaro_title-img .img-3 {
    width: 130px;
  }
}
.asunaro_title-img .img-3-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-49%, 43%);
  z-index: 1;
}
@media (max-width: 767px) {
  .asunaro_title-img .img-3-wrap {
    transform: none;
    bottom: -20px;
    left: 3%;
  }
}

@media (min-width: 1366px) {
  .asunaro_title {
    margin-top: 170px;
  }
  .asunaro_title-img {
    width: calc(100% - 690px);
  }
}
.asunaro_middle {
  background: #FFF7E1;
  position: relative;
  text-align: center;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .asunaro_middle {
    padding: 90px 0;
  }
}
.asunaro_middle .access-logo {
  margin: 0 auto;
  width: 108px;
}
@media (max-width: 767px) {
  .asunaro_middle .access-logo {
    width: 94px;
  }
}
.asunaro_middle .img-2 {
  max-width: 344px;
  position: absolute;
  top: -100px;
  margin-left: 6%;
  width: 30vw;
}
@media (max-width: 767px) {
  .asunaro_middle .img-2 {
    width: 55vw;
    top: -110px;
    max-width: 206px;
  }
}
.asunaro_middle p {
  font-size: 2rem;
  line-height: 1.85;
  color: #65532F;
  padding-top: 20px;
  font-weight: 350;
}
@media (max-width: 767px) {
  .asunaro_middle p {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}
.asunaro_middle .img-4 {
  position: absolute;
  right: 14%;
  max-width: 185px;
  bottom: 0;
  width: 16vw;
}
@media (max-width: 767px) {
  .asunaro_middle .img-4 {
    right: 5%;
    width: 25vw;
    max-width: 95px;
  }
}

.asunaro_map iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .asunaro_map iframe {
    height: 300px;
  }
}

.asunaro_bottom {
  margin: 70px auto 140px auto;
  width: 80vw;
  position: relative;
}
@media (max-width: 767px) {
  .asunaro_bottom {
    margin: 55px auto 70px auto;
    width: 100%;
  }
}
.asunaro_bottom p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 350;
}
@media (max-width: 767px) {
  .asunaro_bottom p {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
.asunaro_bottom ul {
  display: flex;
  gap: 0 5%;
  padding: 0;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .asunaro_bottom ul {
    flex-direction: column;
    margin: 0 auto;
    width: 80vw;
    padding-top: 20px;
    gap: 12px 0;
  }
}
.asunaro_bottom .foot-img {
  position: absolute;
  bottom: -30%;
  width: 80%;
  transform: rotate(0.85deg);
  left: 6%;
}
@media (max-width: 767px) {
  .asunaro_bottom .foot-img {
    bottom: 0;
    transform: rotate(90deg);
    min-width: 130vw;
    max-width: 100%;
    top: 45%;
    left: -52%;
  }
}

.pages_fv.not-found {
  position: relative;
}
.pages_fv.not-found .pages_fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}
.pages_fv.not-found .pages_fv-text h3 {
  font-size: 2.9rem;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pages_fv.not-found .pages_fv-text h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .pages_fv.not-found .pages_fv-text p {
    font-size: 1.4rem;
  }
}

.not-found_wrap {
  background-image: url(../images/404-bg.png);
  margin: 0 auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1097px auto;
  height: 586px;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.not-found_section {
  text-align: center;
  padding: 75px 0 45px 0;
}
@media (max-width: 767px) {
  .not-found_section {
    padding: 50px 5% 0 5%;
  }
}
.not-found_section h4 {
  font-weight: 400;
  font-size: 2.1rem;
  color: #65532F;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .not-found_section h4 {
    font-size: 1.8rem;
    padding-bottom: 35px;
  }
}
.not-found_section p {
  color: #65532F;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.222;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .not-found_section p {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}

.back-btn {
  width: 220px;
  margin: 0 auto;
}
.back-btn a {
  padding: 13px 0px;
  background: #699A00;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .back-btn a {
    font-size: 1.5rem;
  }
}

.consultation_section {
  margin: 0 auto;
  width: 88vw;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .consultation_section {
    padding: 37px 0;
  }
}

.consultation_title {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  text-align: center;
  background: #EFF3E6;
  border-radius: 6px;
  padding: 25px 10px;
  font-weight: 400;
  max-width: 1010px;
  margin: 0 auto;
  color: #65532F;
}
@media (max-width: 767px) {
  .consultation_title {
    font-size: 1.5rem;
    padding: 20px 10px;
  }
}

.consultation_list {
  padding: 0;
  margin: 20px auto;
  max-width: 1010px;
}
.consultation_list li {
  display: flex;
  border-bottom: 1px solid #999999;
  gap: 0 3%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .consultation_list li {
    display: block;
    padding: 30px 0;
  }
}
.consultation_list-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .consultation_list-title {
    max-width: none;
  }
}
.consultation_list-title p {
  color: #699A00;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
.consultation_list-title .employer {
  width: 18%;
}
@media (max-width: 767px) {
  .consultation_list-title .employer {
    width: 10%;
  }
}
.consultation_list-title .inheritance {
  width: 25%;
}
@media (max-width: 767px) {
  .consultation_list-title .inheritance {
    width: 13%;
  }
}
.consultation_list-title .tax {
  width: 20%;
}
@media (max-width: 767px) {
  .consultation_list-title .tax {
    width: 12%;
  }
}
.consultation_list-title .consultation {
  width: 30%;
}
@media (max-width: 767px) {
  .consultation_list-title .consultation {
    width: 15%;
  }
}
.consultation_list-text {
  width: 70%;
  font-size: 1.8rem;
  font-weight: 300;
  color: #65532F;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .consultation_list-text {
    width: 100%;
    font-size: 1.5rem;
    padding-top: 12px;
    font-weight: 400;
  }
}

.price_section {
  margin: 0 auto;
  width: 88vw;
}
@media (max-width: 767px) {
  .price_section {
    padding: 0 25px;
    width: 100vw;
  }
}

.price_title {
  font-size: 1.8em;
  letter-spacing: 0.04em;
  color: #65532F;
  width: 80vw;
  margin: 0 auto;
  padding: 70px 0px;
  max-width: 1010px;
}
@media (max-width: 767px) {
  .price_title {
    font-size: 1.5rem;
    width: 100%;
    padding: 40px 0;
  }
}

.price_tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 1010px;
  width: 80vw;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 15px;
}
@media (max-width: 767px) {
  .price_tab {
    width: 100%;
    gap: 0 5px;
  }
}
.price_tab li {
  width: 25%;
  background: #F1F1F1;
  border-radius: 6px 6px 0 0;
  height: auto;
  min-height: 78px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 2px;
  flex: 1;
}
@media (max-width: 767px) {
  .price_tab li {
    min-height: 46px;
  }
}

.price_tab li a {
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  color: #65532F;
  width: 100%;
  height: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .price_tab li a {
    font-size: 1.2rem;
    padding: 5px 0px;
    min-height: auto;
  }
}

.price_tab li.active {
  background: #699A00;
}
.price_tab li.active a {
  color: #FFF;
}

.area {
  display: none;
  opacity: 0;
  padding: 75px 19%;
}
@media (max-width: 767px) {
  .area {
    padding: 22px 0 0;
  }
}

.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.price_item {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .price_item {
    padding-bottom: 22px;
  }
}
.price_item h2 {
  font-size: 2em;
  color: #699A00;
  font-weight: 350;
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .price_item h2 {
    font-size: 1.5rem;
    margin-bottom: 7px;
    font-weight: 500;
  }
}
.price_item h6 {
  font-size: 1.7rem;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .price_item h6 {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.price_item span {
  margin-right: 2px;
}
.price_item .price_item-foot {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  .price_item .price_item-foot {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.price_text-wrap {
  padding: 13px 20px;
  border: 1px solid #999999;
}
@media (max-width: 767px) {
  .price_text-wrap {
    padding: 10px 12px;
  }
}
.price_text-wrap h5 {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 767px) {
  .price_text-wrap h5 {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.price_text-wrap p {
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .price_text-wrap p {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.price_list {
  padding: 0;
  margin: 0;
  border: 1px solid #999999;
}
.price_list li {
  display: flex;
  font-weight: 300;
  border-top: 1px solid #999999;
}
.price_list li h6 {
  background: #F8F8F8;
  font-weight: 300;
  width: 50%;
  padding: 12px 20px;
  margin: 0;
  font-size: 1.8rem;
  border-right: 1px solid #999999;
  text-align: left;
}
@media (max-width: 767px) {
  .price_list li h6 {
    font-size: 1.4rem;
    padding: 7px 10px;
    font-weight: 400;
  }
}
.price_list li p {
  width: 50%;
  padding: 12px 20px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .price_list li p {
    font-size: 1.4rem;
    padding: 7px 10px;
    font-weight: 400;
  }
}
.price_list li span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .price_list li span {
    font-size: 0.9rem;
    word-break: keep-all;
  }
}
.price_list li:first-child {
  border-top: none;
}
.price_list .title h6 {
  background: #D6E6B1;
  font-weight: 350;
}
.price_list .title p {
  background: #EFF3E6;
  font-weight: 350;
}

@media (max-width: 767px) {
  #inheritance .price_list li h6 {
    font-size: 1.2rem;
  }
}

.contact_section {
  margin: 0 auto;
  max-width: 1366px;
  padding: 75px 0;
}
@media (max-width: 767px) {
  .contact_section {
    padding: 0 25px;
    width: 100vw;
    margin-top: 40px;
  }
}
.contact_section h2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #65532F;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_section h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.contact_wrap {
  margin: 0 auto;
  width: 60vw;
  padding: 65px 0 0;
  position: relative;
  max-width: 820px;
}
@media (max-width: 767px) {
  .contact_wrap {
    width: 100%;
    padding: 38px 0 0;
  }
}

.contact_action {
  position: absolute;
  font-size: 1.2rem;
  right: 0;
}
@media (max-width: 767px) {
  .contact_action {
    font-size: 1rem;
    top: 45px;
  }
}
.contact_action span {
  color: #FF5C00;
}

.contact_item {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact_item {
    display: block;
    margin-bottom: 15px;
  }
}
.contact_item-text-wrap {
  width: 25%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .contact_item-text-wrap {
    width: 100%;
    padding-bottom: 8px;
    display: flex;
  }
}
.contact_item-text {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact_item-text {
    font-size: 1.4rem;
  }
}
.contact_item span {
  color: #FF5C00;
  font-size: 1rem;
  padding-left: 0.5rem;
}
.contact_item .contact_company {
  font-size: 1.2rem;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .contact_item .contact_company {
    font-size: 1rem;
  }
}

.contact_item.detail {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .contact_item.detail {
    margin-bottom: 35px;
  }
}

.contact-body {
  width: 75%;
  border: none;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact-body {
    width: 100%;
  }
}
.contact-body input[type=text],
.contact-body input[type=tel],
.contact-body input[type=email] {
  border-radius: 4px;
  background: #F0F0F0;
  padding: 15px 20px;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-body input[type=text],
  .contact-body input[type=tel],
  .contact-body input[type=email] {
    font-size: 1.5rem;
    padding: 15px 7px;
  }
}
.contact-body input[type=radio] {
  width: 17px;
  height: 17px;
  accent-color: #699A00;
  vertical-align: sub;
}
.contact-body textarea {
  border-radius: 4px;
  background: #F0F0F0;
  padding: 15px 20px;
  border: none;
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  .contact-body textarea {
    font-size: 1.5rem;
    padding: 9px 7px;
    height: 120px;
  }
}
.contact-body input[type=text]:focus,
.contact-body input[type=tel]:focus,
.contact-body input[type=email]:focus,
.contact-body textarea:focus {
  outline: #699A00 2px solid;
}

.contact-body.content-radio {
  margin-top: 5px;
}
.contact-body.content-radio .radio-btn {
  line-height: 1.7;
  vertical-align: middle;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .contact-body.content-radio .radio-btn {
    margin-right: 15px;
  }
}

.error {
  font-size: 1.2rem;
  color: #FF5C00;
  padding-bottom: 4px;
}

.contact-body.low {
  width: 48%;
}

.contact_privacy {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #999999;
}
.contact_privacy p {
  font-size: 1.6rem;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .contact_privacy p {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
}

.contact_privacy-detail {
  border: 1px solid #999999;
  padding: 20px 20px 20px 25px;
  height: 130px;
  overflow-y: scroll;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 4px;
  text-align: left;
  scrollbar-width: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contact_privacy-detail {
    font-size: 1.1rem;
    height: 180px;
    padding: 12px 0px 12px 10px;
  }
}
.contact_privacy-detail::-webkit-scrollbar {
  width: 14px;
}
.contact_privacy-detail::-webkit-scrollbar-track {
  background-color: #FFF;
  margin-top: 4px;
  margin-bottom: 4px;
}
.contact_privacy-detail::-webkit-scrollbar-thumb {
  border-radius: 6.8px;
  background-color: #999999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}

.contact_checkbox {
  font-size: 1.8rem;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .contact_checkbox {
    padding-top: 15px;
    font-size: 1.5rem;
  }
}
.contact_checkbox input[type=checkbox] {
  width: 19px;
  height: 19px;
  position: relative;
  border: 1px solid #999999;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .contact_checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.contact_checkbox input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #699A00;
  border-bottom: 2px solid #699A00;
  content: "";
}
@media (max-width: 767px) {
  .contact_checkbox input[type=checkbox]:checked:before {
    top: 0px;
    left: 4px;
    width: 6px;
    height: 10px;
  }
}

.btn-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .btn-wrap {
    margin-top: 60px;
  }
}
.btn-wrap .modification-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .btn-wrap .modification-btn {
    margin-top: 20px;
  }
}
.btn-wrap .modification-btn button {
  color: #65532F;
  font-size: 1.4rem;
  border: none;
  cursor: pointer;
  background: #FFF;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-wrap .modification-btn button {
    font-size: 1.3rem;
  }
}
.btn-wrap .modification-btn button::after {
  background-color: #65532F;
  bottom: 0px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .btn-wrap .modification-btn button:hover::after {
    transform: scale(1, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-wrap .modification-btn button:hover::after {
    transform: scale(1, 1);
  }
}

.completed-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .completed-btn {
    margin-top: 10px;
  }
}
.completed-btn input {
  width: 200px;
  height: 50px;
  background: #699A00;
  color: #FFF;
  font-size: 1.6rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .completed-btn input {
    font-size: 1.5rem;
  }
}
.completed-btn .submit-btn:disabled {
  border: 1px solid #699A00;
  background: #FFF;
  color: #699A00;
}

.completed-btn.confirm-btn {
  background: #FFF;
}

.confirm-text {
  font-size: 1.6rem;
  padding-top: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .confirm-text {
    display: block;
    padding-top: 35px;
  }
}

.confirm-content01 {
  width: 25%;
  color: #999999;
}
@media (max-width: 767px) {
  .confirm-content01 {
    font-size: 1.4rem;
    width: 100%;
  }
}

.confirm-content02 {
  width: 75%;
}
@media (max-width: 767px) {
  .confirm-content02 {
    font-size: 1.5rem;
    width: 100%;
  }
}

.not-found_section.contact {
  padding: 10% 0;
}
@media (max-width: 767px) {
  .not-found_section.contact {
    padding: 10% 25px;
  }
}

/*# sourceMappingURL=style.css.map */
