@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

:focus,
:active,
button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.bold,
b,
strong {
  font-weight: bold;
  font-weight: 700;
}

nav ul {
  margin-bottom: 0;
}
nav ul li a {
  display: block;
}

p, li, dt, dd {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

th, td {
  padding: 10px;
  border: 1px solid #ddd;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

.content a:not(.btn) {
  outline: none;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .content a:not(.btn):has(img):not(.nh):hover {
    opacity: 0.7;
  }
}
.content a:not(.btn):not([href]):not([tabindex]):hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

img {
  border: none;
  line-height: 1em;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*img.alignleft {float: none; text-align:left; margin-right: auto;}
img.alignright {float: none; text-align:right; display: block; margin-left:auto;}*/
img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}

textarea.notes {
  width: 100%;
}

.list-none {
  list-style: none;
}

.nm {
  margin: 0 !important;
}

.nm-t {
  margin-top: 0 !important;
}

.nm-r {
  margin-right: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.nm-l {
  margin-left: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.clear {
  clear: both;
}

.m-0a {
  margin: 0 auto;
}

header img,
footer img,
a img {
  line-height: 1em;
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-grid {
  display: grid;
}

.place-items-center {
  place-items: center;
}

@media print, screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
.guide-bdr {
  display: none;
}
.guide-bdr:before, .guide-bdr:after {
  width: 1px;
  height: 100vh;
  content: "";
  display: block;
  background: #ccc;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1999px) {
  .guide-bdr1 {
    display: block;
  }
  .guide-bdr1:before {
    left: 15px;
  }
  .guide-bdr1:after {
    right: 15px;
  }
  .guide-bdr2 {
    display: block;
  }
  .guide-bdr2:before {
    left: 30px;
  }
  .guide-bdr2:after {
    right: 30px;
  }
  .guide-bdr3 {
    display: block;
  }
  .guide-bdr3:before {
    left: 45px;
  }
  .guide-bdr3:after {
    right: 45px;
  }
  .guide-bdr4 {
    display: block;
  }
  .guide-bdr4:before {
    left: 50%;
  }
}
@media print, screen and (min-width: 1400px) {
  .guide-bdr1,
.guide-bdr2,
.guide-bdr3,
.guide-bdr4 {
    display: block;
  }
  .guide-bdr1:before,
.guide-bdr2:before,
.guide-bdr3:before,
.guide-bdr4:before {
    left: 50%;
  }
  .guide-bdr1:after,
.guide-bdr2:after,
.guide-bdr3:after,
.guide-bdr4:after {
    right: 50%;
  }
  .guide-bdr1:after {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 1px;
  }
  .guide-bdr2:before {
    transform: translateX(-550px);
  }
  .guide-bdr2:after {
    transform: translateX(550px);
  }
  .guide-bdr3:before {
    transform: translateX(-590px);
  }
  .guide-bdr3:after {
    transform: translateX(590px);
  }
  .guide-bdr4:before {
    transform: translateX(-480px);
  }
  .guide-bdr4:after {
    transform: translateX(480px);
  }
}
body {
  color: #232323;
}

.bg-blue {
  background: #3662D0;
}

.bg-red {
  background: #FF0000;
}

.bg-green {
  background: #118218;
}

.bg-yellow {
  background: #ffff00;
}

.c-black,
.c-black:hover,
.c-black:focus,
.c-black:active {
  color: #000000;
}

.c-white:active,
.c-white:focus,
.c-white:hover,
.c-white {
  color: #FFFFFF;
}

.c-red:active,
.c-red:focus,
.c-red:hover,
.c-red {
  color: #FF0000;
}

.c-green:active,
.c-green:focus,
.c-green:hover,
.c-green {
  color: #118218;
}

.c-blue:active,
.c-blue:focus,
.c-blue:hover,
.c-blue {
  color: #3662D0;
}

body {
  font: 13px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html.large {
  font: 16px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
  html.large {
    font-size: 20px;
  }
}
.mincho {
  font-family: "Noto Serif JP", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fw-n {
  font-weight: normal;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

p {
  font-weight: normal;
  font-weight: 400;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 1.0625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f31 {
  font-size: 1.938rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.313rem;
}

.f38 {
  font-size: 2.38rem;
}

.f34 {
  font-size: 2.125rem;
}

.f35 {
  font-size: 2.1875rem;
}

.f38 {
  font-size: 2.38rem;
}

.f39 {
  font-size: 2.438rem;
}

.f40 {
  font-size: 2.5rem;
}

.f41 {
  font-size: 2.563rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.688rem;
}

.f44 {
  font-size: 2.75rem;
}

.f45 {
  font-size: 2.8125rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f50 {
  font-size: 3.125rem;
}

.f55 {
  font-size: 3.438rem;
}

.f56 {
  font-size: 3.5rem;
}

.f58 {
  font-size: 3.625rem;
}

.f60 {
  font-size: 3.75rem;
}

.f64 {
  font-size: 4rem;
}

.f67 {
  font-size: 4.1875rem;
}

.f70 {
  font-size: 4.375rem;
}

.f74 {
  font-size: 4.625rem;
}

.f78 {
  font-size: 4.875rem;
}

.f80 {
  font-size: 5rem;
}

.f90 {
  font-size: 5.625rem;
}

.f100 {
  font-size: 6.25rem;
}

.f110 {
  font-size: 6.875rem;
}

.f117 {
  font-size: 7.312rem;
}

.f120 {
  font-size: 7.5rem;
}

.f130 {
  font-size: 8.125rem;
}

.f140 {
  font-size: 8.75rem;
}

.f150 {
  font-size: 9.375rem;
}

@media (min-width: 768px) {
  .fpc8 {
    font-size: 0.5rem !important;
  }
  .fpc9 {
    font-size: 0.5625rem !important;
  }
  .fpc10 {
    font-size: 0.625rem !important;
  }
  .fpc11 {
    font-size: 0.6875rem !important;
  }
  .fpc12 {
    font-size: 0.75rem !important;
  }
  .fpc13 {
    font-size: 0.8125rem !important;
  }
  .fpc14 {
    font-size: 0.875rem !important;
  }
  .fpc15 {
    font-size: 0.9375rem !important;
  }
  .fpc16 {
    font-size: 1rem !important;
  }
  .fpc17 {
    font-size: 1.0625rem !important;
  }
  .fpc18 {
    font-size: 1.125rem !important;
  }
  .fpc19 {
    font-size: 1.1875rem !important;
  }
  .fpc20 {
    font-size: 1.25rem !important;
  }
  .fpc21 {
    font-size: 1.3125rem !important;
  }
  .fpc22 {
    font-size: 1.375rem !important;
  }
  .fpc23 {
    font-size: 1.4375rem !important;
  }
  .fpc24 {
    font-size: 1.5rem !important;
  }
  .fpc25 {
    font-size: 1.5625rem !important;
  }
  .fpc26 {
    font-size: 1.625rem !important;
  }
  .fpc27 {
    font-size: 1.6875rem !important;
  }
  .fpc28 {
    font-size: 1.75rem !important;
  }
  .fpc29 {
    font-size: 1.8125rem !important;
  }
  .fpc30 {
    font-size: 1.875rem !important;
  }
  .fpc31 {
    font-size: 1.938rem !important;
  }
  .fpc32 {
    font-size: 2rem !important;
  }
  .fpc33 {
    font-size: 2.0625rem !important;
  }
  .fpc35 {
    font-size: 2.1875rem !important;
  }
  .fpc36 {
    font-size: 2.25rem !important;
  }
  .fpc37 {
    font-size: 2.313rem !important;
  }
  .fpc38 {
    font-size: 2.38rem !important;
  }
  .fpc39 {
    font-size: 2.438rem !important;
  }
  .fpc34 {
    font-size: 2.125rem !important;
  }
  .fpc40 {
    font-size: 2.5rem !important;
  }
  .fpc41 {
    font-size: 2.563rem !important;
  }
  .fpc42 {
    font-size: 2.625rem !important;
  }
  .fpc43 {
    font-size: 2.688rem !important;
  }
  .fpc44 {
    font-size: 2.75rem !important;
  }
  .fpc45 {
    font-size: 2.8125rem !important;
  }
  .fpc47 {
    font-size: 2.9375rem !important;
  }
  .fpc48 {
    font-size: 3rem !important;
  }
  .fpc50 {
    font-size: 3.125rem !important;
  }
  .fpc55 {
    font-size: 3.438rem !important;
  }
  .fpc56 {
    font-size: 3.5rem !important;
  }
  .fpc58 {
    font-size: 3.625rem !important;
  }
  .fpc60 {
    font-size: 3.75rem !important;
  }
  .fpc67 {
    font-size: 4.1875rem !important;
  }
  .fpc70 {
    font-size: 4.375rem !important;
  }
  .fpc78 {
    font-size: 4.875rem !important;
  }
  .fpc80 {
    font-size: 5rem !important;
  }
  .fpc90 {
    font-size: 5.625rem !important;
  }
  .fpc100 {
    font-size: 6.25rem !important;
  }
  .fpc120 {
    font-size: 7.5rem !important;
  }
  .fpc130 {
    font-size: 8.125rem !important;
  }
  .fpc140 {
    font-size: 8.75rem !important;
  }
  .fpc150 {
    font-size: 9.375rem !important;
  }
}
.accordion_tree {
  display: none;
}

.link-btn-01 {
  display: inline-block;
  padding: 14px 38px;
  background: #59483A;
  border: 2px solid #59483A;
  border-radius: 39px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .link-btn-01 {
    font-size: 19px;
  }
}
.link-btn-01 span {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  padding-right: 16px;
  background: transparent url(../img/common/arrow-white.svg) no-repeat 100% 60%/8px 15px;
}

.link-btn-02 {
  display: inline-block;
  padding: 14px 38px;
  background: #fff;
  border: 2px solid #59483A;
  border-radius: 39px;
  color: #59483A;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .link-btn-02 {
    font-size: 19px;
  }
}
.link-btn-02 span {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  padding-right: 16px;
  background: transparent url(../img/common/arrow-brown.svg) no-repeat 100% 60%/8px 15px;
}

.news-box {
  padding: 15px 15px 24px;
  border-radius: 15px;
}
.news-box a {
  text-decoration: none;
}
.news-box a .news-img {
  margin-bottom: 13px;
  border-radius: 12px;
  overflow: hidden;
  width: 330px;
  height: 200px;
  background: #fff;
  max-width: 100%;
}
.news-box a .news-img img {
  width: 330px;
  height: 200px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease-out;
}
.news-box a .news-date {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
  margin-bottom: 13px;
}
.news-box a .news-title {
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 13px;
}
.news-box a .news-cat {
  display: flex;
  gap: 10px;
  margin: 0;
}
.news-box a .news-cat li {
  font-size: 0.875rem;
  font-weight: normal;
  font-weight: 500;
  border-radius: 10px;
  padding: 4px 12px;
  line-height: 1em;
  margin: 0;
}
.news-box a:hover {
  opacity: 1 !important;
}
.news-box a:hover .news-img img {
  scale: 1.05;
  opacity: 0.8;
}

.header-img {
  margin-top: 56px;
}
@media print, screen and (min-width: 1000px) {
  .header-img {
    margin-top: 110px;
  }
}
.header-img img {
  width: 100%;
}

.contact-box {
  background: transparent url(../img/front/border.png) repeat-x 0 0;
  padding: 60px 0 0;
}
.contact-link {
  max-width: 500px;
  margin: 0 auto;
}

@media print, screen and (min-width: 787px) {
  .contact-link {
    height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .contact-box {
    padding: 211px 0 0;
    max-width: 1164px;
    margin: 0 auto;
  }
  .contact-link {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.contact-link-btn {
  display: grid;
  place-items: center;
  background: #59483A;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  border: 4px solid #fff;
  border-radius: 27px;
  height: 185px;
}
@media print, screen and (min-width: 787px) {
  .contact-link-btn {
    height: 100%;
  }
}
.contact-link-btn span {
  display: inline-block;
  line-height: 1;
}
@media print, screen and (min-width: 787px) {
  .contact-link-btn span {
    padding-right: 29px;
    background: transparent url(../img/common/arrow-white.svg) no-repeat 100% 60%/30px 18px;
  }
}

.title-01 {
  color: #59483A;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  padding-top: 65px;
}

.title-02 {
  color: #333333;
  letter-spacing: 0.05em;
  background: transparent url(../img/front/border.png) repeat-x 0 100%;
  max-width: 1164px;
  padding-bottom: 36px;
  margin: 0 auto 64px;
}
@media print, screen and (min-width: 772px) {
  .title-02 {
    padding-bottom: 60px;
  }
}

.sidebar {
  color: #59483A;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 48px;
}
@media print, screen and (min-width: 992px) {
  .sidebar {
    max-width: 330px;
    margin: 0;
  }
}
.sidebar-box {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}
.sidebar-box + .sidebar-box {
  margin-top: 50px;
}
.sidebar-box h4 {
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.sidebar-box ul {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.sidebar-box ul li {
  margin-bottom: 0;
}
.sidebar-box ul li + li {
  margin-top: 16px;
}
.sidebar-box ul li a {
  text-decoration: none;
  color: #59483A;
}
.sidebar-box .sidebar-cat li {
  background: #FFF8E7;
  padding: 8px 20px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.not-found-content .sec01 {
  margin: 50px 15px;
}

@media print, screen and (min-width: 768px) {
  .not-found-content .sec01 {
    margin: 150px 15px;
  }
}
body {
  background: transparent url(../img/common/bg-main.jpg);
}

.header {
  background: #fff;
  height: 56px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
}
.header-inner h1 {
  margin-bottom: 0;
  height: 56px;
}
.header-inner h1 a {
  display: grid;
  align-items: center;
  padding-left: 14px;
  height: 100%;
}
.header-inner h1 a img {
  width: 127px;
}
.header .sp-menu {
  width: 28px;
  height: 22px;
  position: relative;
}
.header .sp-menu span {
  display: block;
  background: #59483A;
  width: 28px;
  height: 2px;
  position: absolute;
  transition: 0.5s;
}
.header .sp-menu span:nth-of-type(1) {
  top: 0;
}
.header .sp-menu span:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
}
.header .sp-menu span:nth-of-type(3) {
  bottom: 0;
}
.header .sp-menu.active span:nth-of-type(1) {
  top: 8px;
  rotate: 225deg;
}
.header .sp-menu.active span:nth-of-type(2) {
  opacity: 0;
}
.header .sp-menu.active span:nth-of-type(3) {
  bottom: 12px;
  rotate: -225deg;
}

@media screen and (max-width: 999px) {
  .header {
    padding-right: 13px;
  }
  .header .g-nav-pc {
    display: none;
  }
  .header .sp-menu {
    width: 28px;
    height: 22px;
    position: relative;
  }
  .header .sp-menu span {
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    background: #59483A;
    border-radius: 1.2px;
    left: 0;
  }
  .header .sp-menu span:nth-of-type(1) {
    top: 0;
  }
  .header .sp-menu span:nth-of-type(2) {
    top: 50%;
    translate: 0 -50%;
  }
  .header .sp-menu span:nth-of-type(3) {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .header {
    height: 110px;
    padding: 26px 24px;
  }
  .header-inner h1 {
    height: 54px;
  }
  .header-inner h1 a {
    padding-left: 0;
  }
  .header-inner h1 a img {
    width: 200px;
  }
  .header-inner .sp-menu {
    display: none;
  }
  .header-inner nav ul {
    margin-bottom: 0;
    gap: 15px;
    display: flex;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
  }
  .header-inner nav ul li {
    margin-bottom: 0;
  }
  .header-inner nav ul li a {
    color: #59483A;
    text-decoration: none;
  }
  .header-inner nav ul li:last-of-type a {
    background: #59483A;
    color: #fff;
    height: 58px;
    width: 160px;
    display: grid;
    place-items: center;
    border-radius: 29px;
  }
}
@media print, screen and (min-width: 1151px) {
  .header-inner nav ul {
    gap: 31px;
    font-size: 1rem;
  }
  .header-inner nav ul li:last-of-type a {
    width: 210px;
  }
}
.footer {
  background: #fff;
  padding: 32px 10px;
}
.footer h3 {
  text-align: center;
  margin-bottom: 36px;
}
.footer ul {
  margin: 0 auto 36px;
  justify-content: center;
  gap: 16px 32px;
  flex-wrap: wrap;
}
.footer ul li {
  margin-bottom: 0;
  line-height: 0;
  letter-spacing: 0.05em;
}
.footer ul li a {
  padding: 10px 0;
  color: #59483A;
  text-decoration: none;
  white-space: nowrap;
}
.footer .copy {
  text-align: center;
  color: #59483A;
}

@media print, screen and (min-width: 1260px) {
  .footer {
    padding: 13px 24px;
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
  }
  .footer h3 {
    text-align: left;
    margin-bottom: 0;
    width: 200px;
  }
  .footer ul {
    margin: 0 auto;
    gap: 32px;
    flex-wrap: nowrap;
    width: calc(100% - 330px);
  }
  .footer ul li a {
    padding: 0;
  }
  .footer .copy {
    text-align: right;
    width: 130px;
  }
}
.drawer-menu {
  background: #F7F4EC;
  position: fixed;
  top: 56px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 56px);
  padding: 70px 10px;
  overflow-y: scroll;
  transition: 0.8s;
  z-index: 9999;
}
.drawer-menu.active {
  transform: translateX(-100%);
}
.drawer-menu-inner {
  max-width: 207px;
  margin: 0 auto;
}
.drawer-menu ul {
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  padding-bottom: 40px;
  background: transparent url(../img/front/border.png) repeat-x 0 100%;
}
.drawer-menu ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.drawer-menu ul li:not(:last-of-type) a {
  color: #59483A;
  display: block;
  padding: 8px 0;
  text-decoration: none;
}
.drawer-menu ul li:last-of-type {
  margin-top: 32px;
}
.drawer-menu ul li:last-of-type a {
  text-decoration: none;
  border-radius: 39px;
  display: grid;
  place-items: center;
  height: 48px;
  width: 100%;
  max-width: 196px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
  background: #59483A;
}
.drawer-menu ul li:last-of-type a span {
  padding-right: 16px;
  display: inline-block;
  background: transparent url(../img/common/arrow-white.svg) no-repeat 100% 50%/8px auto;
}
.drawer-menu .sns-link {
  gap: 32px;
  max-width: 500px;
  padding: 0 14px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */