/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Header                                   */
/* -------------------------------------------------------------------------- */
.header {
  width: min(100%, 1920px);
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.header__wrapper-xl {
  position: relative;
  overflow: hidden;
}
.header__wrapper-xl::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 410px;
  border-radius: 0;
  background: repeat center/500px url("/images/common/pattern02.jpg");
  inset: 0 0 auto auto;
}
.header__wrapper-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  padding-block: 2.7rem;
}
.header__logo {
  z-index: 100;
}
.header__nav {
  width: min(100%, 1920px);
  margin-inline: auto;
  background: linear-gradient(to right, #466389 50%, transparent 50%);
  position: absolute;
  inset: auto auto 0 0;
  transform: translateY(35%);
  z-index: 200;
}
.header__nav-wrapper {
  width: min(100%, 1080px);
  margin-inline: auto;
  text-align: center;
}
.header__list {
  width: fit-content;
  display: flex;
  gap: 3rem;
  color: #ffffff;
  background-color: #466389;
  padding: 3rem 10.5rem 3rem 0;
}
.header__item-link {
  white-space: nowrap;
  position: relative;
}
.header__item-link::before, .header__item-link::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.header__item-link::before {
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 0px;
  height: 7px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_arrow.png");
  transform: translate(-10px, 1px);
}
.header__item-link::after {
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 0;
  height: 2px;
  border-radius: 0;
  background-color: #a5914e;
  transform: translateY(5px);
}
.header__item-link:hover::before, .header__item-link--current::before {
  width: 3px;
  height: 7px;
  border-radius: 0;
}
.header__item-link:hover:after {
  width: 50%;
  height: 2px;
  border-radius: 0;
}
.header__mv, .header__sv {
  position: relative;
  color: #ffffff;
}
.header__mv-wrapperx-xl {
  width: min(100%, 1920px);
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.header__mv-wrapper-m {
  width: min(100%, 1080px);
  margin-inline: auto;
  text-align: center;
  position: absolute;
  inset: 140px 0 0 0;
}
.header__mv-img {
  height: 740px;
  margin-inline: 0 auto;
}
.header__mv-catch {
  position: relative;
  z-index: 90;
}
.header__mv-catch h2,
.header__mv-catch p {
  text-align: left !important;
}
.header__mv-catch h2 {
  font-family: "Cardo", serif;
  line-height: 8rem;
  font-size: 8rem;
  letter-spacing: 0em;
  margin-bottom: 2rem;
}
.header__mv-catch p {
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.header__sv {
  position: relative;
}
.header__sv-img {
  height: 350px;
}
.header__sv-catch {
  width: min(100%, 1080px);
  margin-inline: auto;
  text-align: center;
  position: absolute;
  inset: 0;
  z-index: 90;
  color: #ffffff;
  display: flex;
}
.header__sv-catch h2 {
  margin: auto auto auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4rem;
}

/* -------------------------------------------------------------------------- */
/*                                     Top                                    */
/* -------------------------------------------------------------------------- */
.concept {
  padding-block: 15rem 10rem;
}
.concept__wrapper-m {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row nowrap;
  text-align: left;
}
.concept__lbox {
  display: flex;
  flex-flow: column nowrap;
  margin-inline: 0 auto;
}
.concept__rbox {
  width: min(100%, 760px);
}
.concept__subtitle {
  font-family: "Cardo", serif;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 9rem;
}
.concept__img {
  margin-block: auto 0;
  transform: translate(-100px, 10px);
  transition: all 0.3s;
}
.concept__header h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 4.8rem;
}

.removal {
  padding-block: 5rem 0;
}
.removal__wrapper-xl {
  position: relative;
}
.removal__wrapper-xl::before {
  content: "";
  position: absolute;
  width: 1700px;
  height: 675px;
  border-radius: 0;
  inset: 0 0 auto auto;
  background-color: #466389;
}
.removal__wrapper-m {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  position: relative;
}
.removal__img {
  position: absolute;
  inset: 0 0 0 auto;
  transform: translate(100px, -145px);
  transition: all 0.3s;
}
.removal__content {
  width: min(100%, 640px);
  text-align: left;
  color: #ffffff;
}
.removal__content--deco {
  position: relative;
}
.removal__content--deco::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 124px;
  height: 123px;
  border-radius: 0;
  transform: translate(-85px, -50px);
  background: no-repeat center/contain url("/images/common/logo_deco.png");
}
.removal__subtitle {
  margin-bottom: clamp(30px, 2.5vw, 40px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(19px, 2.5vw, 24px);
  line-height: 3.6rem;
  font-weight: 700;
}
.removal__textbox {
  margin-bottom: 4rem;
  padding-left: 6rem;
}
.removal__bold {
  font-weight: 700;
}
.removal__button {
  margin-left: 6rem;
}

.service__header span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: clamp(24px, 2.5vw, 32px);
}
.service__header h3 {
  font-size: 6rem;
  color: #a5914e;
  font-family: "Cardo", serif;
  letter-spacing: 0em;
  line-height: 9rem;
}
.service__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
}
.service__item {
  width: min(100%, 355px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
}
.service__item:nth-child(even) {
  position: relative;
}
.service__item:nth-child(even)::before, .service__item:nth-child(even)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200px;
  border-radius: 0;
  background-color: rgba(34, 34, 34, 0.6);
  margin-block: auto;
}
.service__item:nth-child(even)::before {
  inset: 0 auto 0 0;
}
.service__item:nth-child(even)::after {
  inset: 0 0 0 auto;
}
.service__item-img {
  margin: auto;
}
.service__item-header {
  margin-bottom: clamp(40px, 2.5vw, 50px);
}
.service__item-header p {
  font-family: "Cardo", serif;
  letter-spacing: 0em;
  color: #a5914e;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 1rem;
}
.service__item-header p::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 20px;
  height: 1px;
  border-radius: 0;
  background-color: rgba(165, 145, 78, 0.3);
}
.service__item-header h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 3.6rem;
}
.service__button {
  margin-inline: auto;
}

.pages {
  margin-bottom: 10rem;
}
.pages__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2rem 4rem;
}
.pages__item {
  width: min(100%, 800px);
  height: 460px;
  border-radius: 0;
  color: #ffffff;
}
.pages__item:nth-child(1) {
  margin-top: -6rem;
  background: no-repeat center/cover url("/images/top/pages_img1.jpg");
}
.pages__item:nth-child(2) {
  background: no-repeat center/cover url("/images/top/pages_img2.jpg");
}
.pages__item-link {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: rgba(14, 20, 28, 0.7);
  transition: all 0.3s;
  padding: 2rem;
}
.pages__item-link:hover {
  background-color: rgba(70, 99, 137, 0.4);
}
.pages__item-header h3 {
  font-family: "Cardo", serif;
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 6rem;
}

.banner {
  background-color: #d4d7da;
  position: relative;
}
.banner__header {
  transform: translateY(-65%);
  position: absolute;
  inset: 0 0 auto 0;
  width: fit-content;
  margin-inline: auto;
  color: #466389;
  border-bottom: 4px solid #466389;
}
.banner__header p {
  font-weight: 700;
  font-size: clamp(17px, 2.5vw, 20px);
  line-height: 3rem;
  margin-bottom: 1rem;
}
.banner__header h3 {
  font-family: "Cardo", serif;
  letter-spacing: 0em;
  line-height: 8rem;
  font-size: 8rem;
}
.banner__text {
  margin-bottom: 1.5rem !important;
}
.banner__box {
  border: 1px solid #466389;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5rem;
  margin-inline: 5rem;
  position: relative;
}
.banner__box::before {
  content: "";
  position: absolute;
  inset: auto 5rem 0 auto;
  width: 467px;
  height: 268px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/top/banner_img.png");
}
.banner__content {
  margin-inline: 7rem auto;
}

.news__wrapper-m {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 2rem 4rem;
}
.news__lbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column nowrap;
  width: min(100%, 300px);
  flex-shrink: 0;
}
.news__button {
  margin-block: auto 0;
}
.news__list {
  width: 100%;
}
.news__item:nth-child(even) {
  border-block: 1px solid #b2b2b2;
}
.news__item-link {
  padding: clamp(15px, 2.5vw, 20px) 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
  gap: 1rem;
}
.news__item-link:hover,
.news__item-link:hover .news__item-date {
  color: #a5914e;
}
.news__item-img {
  flex-shrink: 0;
  border: 1px solid #b2b2b2;
}
.news__item-img img {
  width: 100;
  height: 100;
  border-radius: 0;
}
.news__item-box {
  text-align: left;
}
.news__item-info {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin-bottom: 0.5rem;
}
.news__item-date, .news__item-title {
  flex-shrink: 0;
}
.news__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(15px, 2.5vw, 17px);
  text-align: left;
}
.news__item-date {
  font-family: "Cardo", serif;
  font-size: clamp(19px, 2.5vw, 24px);
  letter-spacing: 0em;
  color: rgba(34, 34, 34, 0.6);
  transition: all 0.3s;
}

/* ---------------------------------- About --------------------------------- */
.service2__wrapper-xl {
  padding-block: 6rem;
  position: relative;
}
.service2__wrapper-xl::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  background-color: #466389;
  width: 1710px;
  height: 100%;
  border-radius: 0;
  z-index: -20;
}
.service2__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 1.5rem 3rem;
  color: #ffffff;
  margin-left: 7rem;
  transition: all 0.3s;
}
.service2__item:not(:last-child) {
  margin-bottom: 5rem;
}
.service2__item-box {
  width: min(100%, 720px);
}
.service2__item-header, .service2__item-text {
  padding-left: 3rem;
}
.service2__item-header {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: left;
  position: relative;
}
.service2__item-header::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 124px;
  height: 123px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/logo_deco.png");
  transform: translate(-80px, -30px);
  z-index: -20;
  transition: all 0.3s;
}
.service2__item-header h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(19px, 2.5vw, 24px);
  line-height: 3.6rem;
  font-weight: 700;
}
.service2__item-text {
  text-align: justify;
}
.service2__item-button {
  margin-left: 3rem;
}

.reason__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
}
.reason__item {
  width: min(100%, 355px);
}
.reason__item:nth-child(even) {
  border-inline: 1px solid rgba(34, 34, 34, 0.6);
}
.reason__item-box {
  width: 255px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column nowrap;
}
.reason__item-deco {
  font-family: "Cardo", serif;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 4.8rem;
  color: #a5914e;
  position: relative;
  margin-bottom: 2rem;
}
.reason__item-deco::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  background-color: #a5914e;
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-inline: auto;
}
.reason__item-header {
  margin-bottom: clamp(30px, 2.5vw, 50px);
}
.reason__item-header h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(19px, 2.5vw, 24px);
  line-height: 3.6rem;
  font-weight: 700;
}
.reason__item-img {
  margin: 0 auto 3rem;
}
.reason__item-text {
  text-align: justify;
}

.voice__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 2rem clamp(25px, 2.5vw, 40px);
}
.voice__item:not(:last-child) {
  margin-bottom: 3rem;
}
.voice__item-box {
  width: min(100%, 900px);
  background-color: #466389;
  color: #ffffff;
  padding: clamp(25px, 2.5vw, 40px);
  text-align: justify;
  position: relative;
}
.voice__item-box::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  border-radius: 0;
  inset: 40px auto auto 0;
  background: no-repeat center/contain url("/images/about/voice_deco.png");
  transform: translateX(-80%);
}
.voice__item-title {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(19px, 2.5vw, 24px);
  line-height: 3.6rem;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.voice__item-subtitle {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
  font-weight: 700;
}

.message {
  padding-top: 0;
}

/* --------------------------------- Removal -------------------------------- */
.feature__wrapper {
  position: relative;
  z-index: -20;
}
.feature__wrapper::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 182px;
  height: 186px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/removal/feature_deco.png");
  transform: translate(-180px, -100%);
}
.feature__box {
  background: no-repeat left/contain url("/images/removal/feature_img2.png"), rgba(255, 255, 255, 0.1);
  padding: clamp(25px, 2.5vw, 30px);
  margin-bottom: 4rem;
}
.feature__box-content {
  width: min(100%, 680px);
  margin-inline: auto 0;
}
.feature__box-content h5 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.custom-div__wrapper-l {
  color: #ffffff;
  padding: 6rem 0;
  background-color: #466389;
}
.custom-div__wrapper-m {
  text-align: justify;
}
.custom-div__header, .custom-div__subheader, .custom-div__box, .custom-div__list1 {
  margin-bottom: 4rem;
}
.custom-div__list2:has(+ .custom-div__text) {
  margin-bottom: 4rem;
}
.custom-div__header {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.5vw, 24px);
  padding-bottom: 2.5rem;
  position: relative;
}
.custom-div__header::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  background-color: #ffffff;
  transform: translateX(-100px);
  width: calc(100% + 100px);
  height: 1px;
  border-radius: 0;
}
.custom-div__header span {
  font-size: clamp(17px, 2.5vw, 20px);
}
.custom-div__subheader {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-bottom: 1rem;
}
.custom-div__subheader::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  border-radius: 0;
}
.custom-div__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 20px 30px;
}
.custom-div__box-text {
  width: min(100%, 690px);
}
.custom-div__title {
  line-height: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2.5vw, 20px);
}
.custom-div__list1, .custom-div__list2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
}
.custom-div__list1 {
  gap: 3rem;
}
.custom-div__list2 {
  gap: 2.5rem 0.6rem;
}
.custom-div__item1, .custom-div__item2 {
  position: relative;
  border: 1px solid #ffffff;
}
.custom-div__item1 {
  width: min(100%, 525px);
  padding: clamp(15px, 2.5vw, 25px);
}
.custom-div__item1 h5 {
  background-color: #466389;
  width: fit-content;
  padding-inline: 1rem;
  inset: 0 auto auto 0;
  position: absolute;
  margin-inline: clamp(15px, 2.5vw, 25px);
  transform: translateY(-50%);
}
.custom-div__item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 110px;
  border-radius: 0;
  text-align: center;
}
.custom-div__item2::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_check.png");
  transform: translateY(-50%);
  margin-inline: 1rem auto;
}
.custom-div__text {
  text-align: center;
}

.flow {
  padding-block: 0;
}
.flow__wrapper-m {
  position: relative;
}
.flow__wrapper-m::before {
  z-index: -20;
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 205px;
  height: 198px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/removal/flow_deco.png");
  transform: translate(-58px, -100%);
}
.flow__item {
  width: 100%;
  height: 180px;
  border-radius: 0;
  border-block: 1px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flow__item:not(:last-child) {
  margin-bottom: 3rem;
}
.flow__item:not(:last-child)::before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #222222 transparent transparent transparent;
  border-width: 14px 14px 0 14px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  transform: translateY(100%);
}
.flow__item-step {
  position: absolute;
  inset: 0 auto auto 0;
  margin-inline: 6rem;
  padding-top: 3rem;
}
.flow__item-step p {
  position: relative;
  font-family: "Cardo", serif;
  font-size: clamp(24px, 2.5vw, 32px);
}
.flow__item-step p::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  background-color: #222222;
  width: 1px;
  height: 30px;
  border-radius: 0;
  transform: translateY(-100%);
  margin-inline: auto;
}
.flow__item-box {
  width: min(100%, 820px);
  margin-inline: auto 0;
  text-align: left;
}
.flow__item-box h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.5vw, 24px);
  margin-bottom: 1rem;
}

.case__item {
  background-color: #466389;
  padding: clamp(25px, 2.5vw, 40px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 3rem;
}
.case__item:not(:last-child) {
  margin-bottom: 3rem;
}
.case__item-box {
  width: min(100%, 630px);
  color: #ffffff;
  text-align: justify;
  position: relative;
}
.case__item-box::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 124px;
  height: 123px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/logo_deco.png");
}
.case__item-title {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(19px, 2.5vw, 24px);
  line-height: 3.6rem;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.case__item-subtitle {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
  font-weight: 700;
}

/* --------------------------------- Service -------------------------------- */
.facial__header,
.white__header {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.facial__header::before,
.white__header::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  transform: translateX(75px);
}

.facial__header::before {
  width: 149px;
  height: 159px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/service/facial_deco1.png");
}
.facial__wrapper {
  background: no-repeat bottom right/187px url("/images/service/facial_deco2.png"), #466389;
}

.white {
  padding-block: 0 20rem;
}
.white__header::before {
  width: 150px;
  height: 144px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/service/white_deco1.png");
}
.white__wrapper {
  background: no-repeat bottom right/183px url("/images/service/white_deco2.png"), #466389;
}

/* ------------------------------- Information ------------------------------ */
.access {
  padding-top: 0;
}

/* --------------------------------- Drawer --------------------------------- */
.drawer-btn {
  width: 100%;
}
.drawer-btn__link {
  margin: 20px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 0.5rem;
  color: #ffffff;
  padding: 1.5rem;
  background-color: #a5914e;
}
.drawer-btn__link:hover {
  background-color: colros(accent, light);
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
.footer {
  overflow: hidden;
  background: linear-gradient(to right, #466389 42%, transparent 42%), repeat center/500px url("/images/common/pattern02.jpg");
}
.footer__wrapper-m {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
}
.footer__lbox, .footer__rbox {
  width: fit-content;
}
.footer__lbox {
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  background-color: #466389;
  padding-right: 8.5rem;
}
.footer__rbox {
  color: #222222;
}
.footer__logo {
  width: fit-content;
  margin-inline: auto;
  margin: 0 auto 2rem 0;
}
.footer__tel {
  margin-bottom: 6rem;
}
.footer__nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 2rem;
}
.footer__list {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 1rem;
  padding: 0 0 3rem 0.8rem;
  border-left: 1px solid rgba(40, 40, 40, 0.3);
}
.footer__item-link {
  position: relative;
  padding-left: 1rem;
}
.footer__item-link::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0px;
  height: 7px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_arrow-blk.png");
  margin-block: auto;
  transform: translateY(1px);
  transition: all 0.3s;
}
.footer__item-link:hover::before, .footer__item-link--current::before {
  width: 3px;
  height: 7px;
  border-radius: 0;
}
.footer__item-link--current::before {
  width: 3px;
  height: 7px;
  border-radius: 0;
}
.footer__copyright {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 2rem;
  letter-spacing: 0.05em;
}
.footer__copyright a {
  display: inline-flex;
}
.footer__copyright--2 {
  color: #b2b2b2;
  font-size: 1.2rem;
}