@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
/*
$size01: 1093.2;
$size_sp: 767.5;

$size01_px: 1093.2px;
$size_sp_px: 767.5px;
*/
/*--------------------
common.scss
--------------------*/
/*==================================================
1.layout
==================================================*/
/*--------------------
html,body,wrapper
--------------------*/
html {
  font-family: 'Noto Sans JP' ,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 10px;
  letter-spacing: 0;
  color: #222222;
  -webkit-font-smoothing:subpixel-antialiased;
  font-feature-settings: "palt";
}
@media all and (max-width: 1280.5px) {
  html {
    font-size: 0.78vw;
  }
}
@media all and (max-width: 767.5px) {
  html {
    font-size: 1.33vw;
  }
}

.zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}


body {
  width: 100%;
  opacity: 0.01;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
}
body.active {
  animation: fadeIn 1.0s linear 0s forwards;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0.01} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

body * {
  box-sizing: border-box; }

a[href^="tel:"] {
  pointer-events: none; }

@media all and (max-width: 767.5px) {
  body {
    width: 100%; }

  a[href^="tel:"] {
    pointer-events: auto; } }
a {
  transition: 0.3s;
  color: #222222;
   }

a:hover {
  cursor: pointer;
  opacity: 0.7; }

:focus {
  outline: none; }

b {
  font-weight: bold; }

img{
  height:auto;
  image-rendering: -webkit-optimize-contrast;
}

/*--------------------
l-header
--------------------*/

/*
background: url("../images/common/header-icon01_pc.png") left center no-repeat transparent;
background-size: 3.0rem auto;
min-height:3.0rem;
*/

header{
  width:100%;
  height:10.0rem;
  padding:0 2.2rem;
  background: #FFFFFF;
  position: fixed;
  top:0;
  left:0;
  z-index:10002;
  border-radius:0 0 2.0rem 2.0rem;
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.05);
}
.l-header-table{
  max-width:100%;
  width:100%;
  height:100%;
  display:table;
  margin:0 auto;
}
.l-header-table > div{
  display:table-cell;
  vertical-align: middle;
}
.l-header-table-left{
  width:55%;
}
.l-header-table-left h1,
.l-header-table-left > div{
  text-align: left;
  line-height:0;
}
.l-header-table-left span{
  padding-bottom:0.8rem;
  display:block;
  text-align: left;
  color:#222222;
  
  font-size:clamp(10px, 1.4rem, 14px);
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0.05em;
}
.l-header-table-left span img{
  width:35.4rem;
}
.l-header-table-left img{
  width:27.4rem;
}
.l-header-table-right{
  width:45%;
  text-align: right;
}
.l-header-table-right ul{
  display:inline-block;
  vertical-align: top;
}
.l-header-table-right ul li{
  display:inline-block;
  vertical-align: top;
}
.l-header-table-right-tel{
  text-align: center;
  padding-top:0.5rem;
}
.l-header-table-right-tel a{
  padding-left:3.0rem;
  background: url("../images/header-icon01_pc.png") left top 1.2rem no-repeat transparent;
  background-size: 2.4rem auto;
  min-height:2.4rem;
  text-align: left;
  color:#333333;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0em;
}
.l-header-table-right-tel a span{
  display:block;
  text-align: center;
  color:#333333;
  
  font-size:clamp(10px, 1.2rem, 12px);
  font-weight:400;
  line-height:0.5;
  letter-spacing: -0.05em;
}
.l-header-table-right-mail{
  padding-left:2.0rem;
}
.l-header-table-right-mail a{
  display:inline-block;
  border-radius:4.0rem;
  background:#fc7e15;
  padding:1.5rem 3.4rem 1.5rem 3.4rem;
  text-align: center;
}
.l-header-table-right-mail a span{
  display:inline-block;
  padding-left:3.5rem;
  background: url("../images/header-icon02_pc.png") left center no-repeat transparent;
  background-size: 2.2rem auto;
  min-height:1.8rem;
  text-align: center;
  color:#FFFFFF;
  
  font-size:clamp(14px, 1.6rem, 16px);
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0em;
}
.l-header-table-right02{
  display:none !important;
}

@media all and (max-width: 767.5px) {  
  header{
    width:100%;
    height:10.0rem;
    background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    padding: 0 0;
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.05);
  }
  .l-header-table{
    max-width:100%;
    width:100%;
    height:100%;
    display:table;
    margin:0 auto;
    padding:0 3.0rem;
  }
  .l-header-table > div{
    display:table-cell;
    vertical-align: top;
    padding-top:1.5rem;
  }
  .l-header-table-left{
    width:auto;
    padding-top:0;
    text-align: left;
  }
  .l-header-table-left h1,
  .l-header-table-left > div{
    text-align: left;
    line-height:0;
  }
  .l-header-table-left span{
    padding-bottom:0.8rem;
    display:block;
    text-align: left;
    color:#222222;

    font-size:9px;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.05em;
  }
  .l-header-table-left a{
    display:inline-block;
  }
  .l-header-table-left picture{
    display:block;
    text-align: left;
  }
  .l-header-table-left picture img{
    width:27.4rem;
  }
  .l-header-table-right{
    display:none !important;
  }  
  .l-header-table-right02{
    width:28%;
    display:table-cell !important;
    text-align: right;
  }
  .l-header-table-right02 ul{
    
  }
  .l-header-table-right02 ul li{
    display:inline-block;
    padding-right:1.0rem;
  }
  .l-header-table-right02 ul li:last-of-type{
    padding-right:0;
  }
  .l-header-table-right02 ul li a{
    
  }
  .l-header-table-right02 ul li a img{
    width:6.8rem;
  }  
}



.l-page-top {
  position: fixed;
  right: 4.0rem;
  bottom: 18.5rem;
  z-index: 99;
  margin: 0 auto;
  text-align: right;
}
.l-page-top img {
  max-width: 6.0rem;
  width: 100%;
}
@media all and (max-width: 767.5px) {
  .l-page-top {
    position: fixed;
    right: 4.0rem;
    bottom: 24.5rem;
    z-index: 99;
    margin: 0 auto;
    text-align: right;
  }
  .l-page-top img {
    max-width: 9.6rem;
    width: 100%;
  }
}

.l-bottom{
  position:fixed;
  z-index:100;
  bottom:0;
  width:100%;
  padding:3.0rem 0;
  background:rgba(41,40,37,0.5);
  
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 1s,visibility 1s, transform 1s;
}
.l-bottom.fix{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.l-bottom-inner{
  max-width:100.0rem;
  width:100%;
  margin:0 auto;
}
.l-bottom-table{
  width:100%;
  display:table;
}
.l-bottom-table-list{
  width:50%;
  display:table-cell;
  vertical-align: top;
}
.l-bottom-table-list:nth-of-type(odd){
  padding-right:2.0rem;
}
.l-bottom-table-list:nth-of-type(even){
  padding-left:2.0rem;
}
.l-bottom-table-list a{
  display:block;
  background:#5a3914;
  padding:2.0rem 1.5rem;
  text-align: center;
}
.l-bottom-table-list:first-of-type a{
  display:block;  
  background:#004b3f;
  padding:2.0rem 1.5rem;
  text-align: center;
}
.l-bottom-table-list:last-of-type a{
  display:block;  
  background:#fc7e15;
  padding:2.0rem 1.5rem;
  text-align: center;
}
.l-bottom-table-list a:hover{
  opacity:0.92;
}
.l-bottom-table-list a span.span01{
  display:inline-block;
  background: url("../images/bottom-icon01_pc.png") left top 0.5rem no-repeat transparent;
  background-size: 2.8rem auto;
  min-height:3.8rem;
  padding-top:0.3rem;
  padding-left:3.8rem;
  text-align: center;
  color:#FFFFFF;
  
  font-size:2.8rem;
  font-weight:900;
  line-height:1;
  letter-spacing: 0.05em;
}
.l-bottom-table-list a span.span02{
  display:inline-block;
  background: url("../images/bottom-icon02_pc.png") left 0.5rem top 0.5rem no-repeat transparent;
  background-size: 2.8rem auto;
  min-height:3.8rem;
  padding-top:0.3rem;
  padding-left:4.8rem;
  text-align: center;
  color:#FFFFFF;
  
  font-size:2.6rem;
  font-weight:900;
  line-height:1;
  letter-spacing: 0.05em;
}
.l-bottom-table-list a span.span03{
  display:block;
  text-align: center;
  color:#FFFFFF;
  
  font-size:1.5rem;
  font-weight:500;
  line-height:1.5;
  letter-spacing: 0.05em;
}
.l-bottom-table-list a span.span04{
  padding-left:1.2rem;
  display:block;
  text-align: center;
  color:#231815;
  
  font-size:1.2rem;
  font-weight:500;
  line-height:1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767.5px) {
  .l-bottom{
    position:fixed;
    z-index:100;
    bottom:0;
    width:100%;
    padding:0 0;
    background:none;

    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 1s,visibility 1s, transform 1s;
  }
  .l-bottom.fix{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .l-bottom-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-bottom-table{
    width:100%;
    display:table;
  }
  .l-bottom-table-list{
    width:50%;
    display:table-cell;
    vertical-align: top;
  }
  .l-bottom-table-list:nth-of-type(odd){
    padding-right:0;
    border-right:1px solid #FFFFFF;
    background:#004b3f;
  }
  .l-bottom-table-list:nth-of-type(even){
    padding-left:0;
    background:#fc7e15;
  }
  .l-bottom-table-list a{
    display:block;
    background:none !important;
    padding:3.0rem 1.5rem 4.5rem !important;
    text-align: center;
  }
  .l-bottom-table-list:last-of-type a{
    display:block;
    background:none !important;
    padding:5.5rem 1.5rem;
    text-align: center;
  }
  .l-bottom-table-list a:hover{
    opacity:0.92;
  }
  .l-bottom-table-list a span.span01{
    display:inline-block;
    background: url("../images/bottom-icon01_sp.png") left top 0.5rem no-repeat transparent;
    background-size: 3.3rem auto;
    min-height:3.8rem;
    padding-top:0.3rem;
    padding-left:3.8rem;
    text-align: center;
    color:#FFFFFF;

    font-size:3.4rem;
    font-weight:700;
    line-height:1;
    letter-spacing: 0.05em;
  }
  .l-bottom-table-list a span.span02{
    display:inline-block;
    background: url("../images/bottom-icon02_sp.png") left top no-repeat transparent;
    background-size: 3.3rem auto;
    min-height:3.3rem;
    padding-top:0.3rem;
    padding-left:3.8rem;
    text-align: center;
    color:#FFFFFF;

    font-size:2.6rem;
    font-weight:700;
    line-height:1;
    letter-spacing: 0.05em;
  }
  .l-bottom-table-list a span.span03{
    display:block;
    text-align: center;
    color:#FFFFFF;

    font-size:2.2rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing: 0.05em;
  }
  .l-bottom-table-list a span.span04{
    padding-left:1.2rem;
    display:block;
    text-align: center;
    color:#FFFFFF;

    font-size:2.0rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing: 0.05em;
  }
}

footer{
  background: #fff6eb;
}
.l-footer01{
  background:#FFFFFF;
  border-radius:7.0rem 7.0rem 0 0;
  padding:8.0rem 3.0rem 2.8rem;
  text-align: center;
}
.l-footer01 h2{
  text-align: center;
}
.l-footer01 h2 img{
  width:19.2rem;
}
.l-footer01 p{
  padding-top:6.0rem;
  text-align: center;
  color:#333333;
  
  font-size:clamp(14px, 1.6rem, 16px);
  font-weight:500;
  line-height:1.2;
  letter-spacing: 0.1em;
}
.l-footer01 p.type02{
  padding-top:3.5rem;
}
.l-footer01 a{
  
}
.l-footer01 a img{
  width:15.1rem;
}

@media all and (max-width: 767.5px) {
  footer{
    background: #fff6eb;
  }
  .l-footer01{
    background:#FFFFFF;
    border-radius:7.5rem 7.5rem 0 0;
    padding:10.0rem 3.0rem 5.0rem;
    text-align: center;
  }
  .l-footer01 h2{
    text-align: center;
  }
  .l-footer01 h2 img{
    width:29.4rem;
  }
  .l-footer01 p{
    padding-top:5.0rem;
    text-align: center;
    color:#333333;

    font-size:2.4rem;
    font-weight:500;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-footer01 p.type02{
    padding-top:3.0rem;
  }
  .l-footer01 a{

  }
  .l-footer01 a img{
    width:22.6rem;
  }
}


.l-footer02{
  padding:2.4rem 3.0rem;
  background:#004b3f;
}
.l-footer02-table{
  max-width:1200px;
  width:100%;
  display:table;
  margin:0 auto;
}
.l-footer02-table > div{
  display:table-cell;
  vertical-align: middle;
}
.l-footer02-table-left{
  width:20.0rem;
  text-align: left;
}
.l-footer02-table-left a{
  text-align: left;
  color:#FFFFFF;
  
  font-size:clamp(14px, 1.6rem, 16px);
  font-weight:500;
  line-height:1.2;
  letter-spacing: 0.1em;
}
.l-footer02-table-center{
  width:auto;
  text-align: center;
  color:#FFFFFF;
  
  font-size:clamp(14px, 1.6rem, 16px);
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0.1em;
}
.l-footer02-table-right{
  width:20.0rem;
  text-align: left;
}

@media all and (max-width: 767.5px) {
  .l-footer02{
    padding:3.0rem 3.0rem 5.5rem;
    background:#004b3f;
  }
  .l-footer02-table{
    max-width:100%;
    width:100%;
    display:block;
    margin:0 auto;
  }
  .l-footer02-table > div{
    width:100%;
    display:block;
  }
  .l-footer02-table-left{
    width:100%;
    display:block;
    text-align: center;
  }
  .l-footer02-table-left a{
    text-align: left;
    color:#FFFFFF;

    font-size:2.4rem;
    font-weight:500;
    line-height:1.2;
    letter-spacing: 0.1em;
  }
  .l-footer02-table-center{
    width:100%;
    display:block;
    text-align: center;
    color:#FFFFFF;

    font-size:2.4rem;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.1em;
  }
  .l-footer02-table-right{
    display:none !important;
  }
}


/*==================================================
2.sp pc
==================================================*/
.pc-only {
  display: block !important;
}
.pc-inline {
  display: inline !important;
}
.sp-only {
  display: none !important;
}
.sp-inline {
  display: none !important;
}
@media all and (max-width: 767.5px) {
  .pc-only {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
}


.pc-text-left {
  text-align: left !important;
}
.pc-text-center {
  text-align: center !important;
}
.pc-text-right {
  text-align: right !important;
}
@media all and (max-width: 767.5px) {
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}


main{
  display: block;
  background:#f8f4e6;
  padding-top:11.0rem;
}
@media all and (max-width: 767.5px) {
  main{
    padding-top:11.0rem;
  }
}

.animation02{
  opacity: 0;
}
.animation03{
  opacity: 0;
}
.js-active02{
  /*opacity: 0;*/
  animation-duration: 1.2s;
  /*アニメーション時間*/
  animation-delay: 0s;
  /*変化開始の時間*/
  animation-name: fadeInUpMin;
  /*アニメーション名*/
  /*animation-name: fadeIn;*/
  /*アニメーション名*/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*これで値を保持*/
}
.js-active03{
  /*opacity: 0;*/
  animation-duration: 1.2s;
  /*アニメーション時間*/
  animation-delay: 0.5s;
  /*変化開始の時間*/
  animation-name: fadeInUpMin;
  /*アニメーション名*/
  /*animation-name: fadeIn;*/
  /*アニメーション名*/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*これで値を保持*/
}

.l-block10{
  padding:12.0rem 3.0rem 8.8rem;
}
.l-block10-inner{
  max-width:1100px;
  width:100%;
  margin:0 auto;
  text-align: center;
}
.l-block10-box{
  border-radius:4.5rem;
  border:3px solid #c9c8c7;
  padding:4.0rem 7.5rem 7.0rem;
  background:#FFFFFF;
}
.l-block10-box > h3{
  text-align: center;
  color: #222222;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.l-block10-box > h3 picture{
  display: block;
  text-align: center;
  padding-bottom:1.0rem;
}
.l-block10-box > h3 picture img{
  width: 9.2rem;
}
.l-block10-box > p{
  padding-top:3.5rem;
  text-align: center;
  color: #333333;
  
  font-size:clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.l-block10-box-table{
  width:100%;
  display:table;
  margin:4.5rem auto 0;
}
.l-block10-box-table-list{
  width:50%;
  display:table-cell;
  vertical-align: top;
  text-align: center;
  padding:1.0rem 0 1.5rem;
}
.l-block10-box-table-list:nth-of-type(odd){
  border-right:1px solid #c9c8c7;
}
.l-block10-box-table-list > p{
  padding-bottom:2.0rem;
  text-align: center;
  color: #333333;
  
  font-size:clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.l-block10-box-table-list-tel{
  display:inline-block;
  background:#333333;
  border-radius:5.0rem;
  padding:1.8rem 7.3rem 1.8rem 7.7rem;
  text-align: center;
}
.l-block10-box-table-list-tel p{
  display:inline-block;
  padding-left:3.0rem;
  background: url("../images/block10-icon01_pc.png") left center no-repeat transparent;
  background-size: 1.7rem auto;
  min-height:1.7rem;
  text-align: left;
  color: #FFFFFF;
  
  font-size:clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-block10-box-table-list-tel span{
  display:block;
  text-align: center;
  color: #FFFFFF;
  
  font-size:clamp(10px, 1.2rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-block10-box-table-list-mail{
  display:inline-block;
  background:#fc7e15;
  border-radius:5.0rem;
  padding:1.8rem 7.3rem 1.8rem 7.7rem;
  text-align: center;
}
.l-block10-box-table-list-mail p{
  display:inline-block;
  padding-left:3.0rem;
  background: url("../images/block10-icon02_pc.png") left center no-repeat transparent;
  background-size: 2.2rem auto;
  min-height:1.8rem;
  text-align: left;
  color: #FFFFFF;
  
  font-size:clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-block10-box-table-list-mail span{
  display:block;
  text-align: center;
  color: #FFFFFF;
  
  font-size:clamp(10px, 1.2rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block10{
    padding:13.0rem 3.0rem 8.2rem;
  }
  .l-block10-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    text-align: center;
  }
  .l-block10-box{
    border-radius:4.5rem;
    border:0.6rem solid #c9c8c7;
    padding:4.0rem 4.0rem 9.0rem;
    background:#FFFFFF;
  }
  .l-block10-box > h3{
    text-align: center;
    color: #222222;

    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .l-block10-box > h3 picture{
    display: block;
    text-align: center;
    padding-bottom:1.0rem;
  }
  .l-block10-box > h3 picture img{
    width: 14.1rem;
  }
  .l-block10-box > p{
    padding-top:5.0rem;
    text-align: center;
    color: #333333;

    font-size:2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .l-block10-box-table{
    width:100%;
    display:block;
    margin:2.0rem auto 0;
  }
  .l-block10-box-table-list{
    width:100%;
    display:block;
    vertical-align: top;
    text-align: center;
    padding:4.0rem 0 0;
  }
  .l-block10-box-table-list:nth-of-type(odd){
    border-right:none;
  }
  .l-block10-box-table-list > p{
    padding-bottom:1.5rem;
    text-align: center;
    color: #333333;

    font-size:2.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .l-block10-box-table-list-tel{
    display:block;
    background:#333333;
    border-radius:7.0rem;
    padding:1.5rem 5.0rem 2.2rem 5.0rem;
    text-align: center;
  }
  .l-block10-box-table-list-tel p{
    display: inline-block;
    padding-left: 4.0rem;
    background: url(../images/block10-icon01_sp.png) left center no-repeat transparent;
    background-size: 3.0rem auto;
    min-height: 3.0rem;
    text-align: left;
    color: #FFFFFF;
    
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .l-block10-box-table-list-tel span{
    display:block;
    text-align: center;
    color: #FFFFFF;

    font-size:2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .l-block10-box-table-list-mail{
    display:block;
    background:#fc7e15;
    border-radius:7.0rem;
    padding:1.5rem 5.0rem 2.2rem 5.0rem;
    text-align: center;
  }
  .l-block10-box-table-list-mail p{
    display:inline-block;
    padding-left:4.0rem;
    background: url("../images/block10-icon02_sp.png") left center no-repeat transparent;
    background-size: 3.0rem auto;
    min-height:3.0rem;
    text-align: left;
    color: #FFFFFF;

    font-size:3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .l-block10-box-table-list-mail span{
    display:block;
    text-align: center;
    color: #FFFFFF;

    font-size:2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
