@charset "UTF-8";

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #3e3e3d;
  font-size: 16px;
}

body {
  width: 100svw;
  color: #3e3e3d;
  letter-spacing: 5px;
  line-height: 1.7;
}

mark {
  background: linear-gradient(transparent 35%, rgba(248, 227, 135, 0.701) 35%);
}

* {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* //////////////////////////////////////////
HEADER*/

header {
  width: 100%;
  height: 12svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header__bar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  width: 90px;
  height: 100%;
  display: block;
}

h1 a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.header__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hamburger__button {
  width: 70px;
  /* height: 100%; */
  display: inline-block;
  padding-right: 0.5em;
  cursor: pointer;
}

.hamburger__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ////////////////////////////////
hamburger menu */

.global__navi {
  width: 80%;
  height: 100svh;
  background: #fffae2;
  box-shadow: -10px 10px 50px #89898998;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.open {
  overflow: visible;
}

.open .global__navi {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.6s;
}

.hamburger__close-button {
  /* width: 70px; */
  height: 7.2svh;
  margin: 1rem 0.5rem 0.5rem;
  text-align: right;
}

.hamburger__close-button img {
  width: 70px;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.hamburger__menu-wrap {
  width: 85%;
  height: 83%;
  padding: 2em;
  margin: 0 auto;
  border-radius: 100px 0 100px 0;
  background: white;
  outline: 2px dashed #fbc78a;
  outline-offset: -10px;
  overflow: hidden;
}

.hamburger__menu-wrap .contact__sns {
  width: 40%;
  max-width: 120px;
  margin: 3em auto 2em;
  flex-direction: row;
  gap: 1.5em;
}

.hamburger__menu-wrap .contact__sns li {
  width: 40px;
}

.hamburger__menu-wrap .sub__navi {
  flex-direction: column;
  align-items: center;
}

.hamburger__menu-wrap .sub__navi p {
  width: 80%;
  margin: 0.5em 0 0;
}

.hamburger__menu-wrap .sub__navi p:first-of-type {
  border-right: none;
}

/* ////////////////////////////////
HAMBURGER MENU accordion */

.accordion {
  max-width: 250px;
  margin: 3em 0;
  border-bottom: 1px solid #d0d0d0;
  transition: all 0.3s ease-in-out;
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.1em 1em;
  color: #5c5c5c;
  font-size: 0.9rem;
  letter-spacing: 0;
  /* font-weight: 600; */
  cursor: pointer;
}

.accordion__title::-webkit-details-marker {
  display: none;
}

.accordion__title::after {
  transform: translateY(-25%) rotate(45deg);
  width: 3px;
  height: 3px;
  margin-left: 10px;
  border-bottom: 2px solid #5c5c5cb3;
  border-right: 2px solid #5c5c5cb3;
  content: "";
  transition: all 0.3s ease-in-out;
}

.accordion[open] .accordion__title::after {
  transform: rotate(225deg);
  transition: all 0.3s ease-in-out;
}

.accordion__list {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 0.5em;
  font-size: 0.8rem;
  letter-spacing: 2px;
  line-height: 1.3;
  transition: all 1s ease-in-out;
  background: #fffae27b;
}

.accordion[open] .accordion__list {
  transform: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.accordion__list li {
  border-bottom: 1px solid #ccc;
  padding-left: 2em;
}

.accordion__list li:last-of-type {
  border: none;
}

.accordion__list li a {
  width: 100%;
  color: #5c5c5c;
  text-align: left;
  padding: 1em 0 0.5em;
  transition: all 0.3s ease-in-out;
}

/* //////////////////////////////*/

main {
  padding-top: 12svh;
}

/* //////////////////////////////
MAINVISUAL */

.main_visual {
  width: 100svw;
  height: 88svh;
  margin-bottom: 12svh;
  position: relative;
}

.main_visual_comment {
  padding-top: 0.5em;
  margin-left: 6%;
  opacity: 0;
}

.main_visual_comment h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 10px;
}

.main_visual_comment p {
  margin-top: 3%;
}

.main_visual_string {
  width: 100%;
  position: absolute;
  left: 0;
  top: 20%;
}

.main_string {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***************************************************
 * Generated by SVG Artista on 12/22/2024, 3:02:24 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.main_string .svg-elem-1 {
  stroke-dashoffset: 2029.0360107421875px;
  stroke-dasharray: 2029.0360107421875px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.main_string.active .svg-elem-1 {
  stroke-dashoffset: 4058.072021484375px;
}

.main_visual_img {
  width: 90%;
  height: 73svh;
  background: url(../img/top-ex.jpg) no-repeat;
  background-size: cover;
  background-position: 65% 50%;
  border-radius: 140px 100px 80px 140px;
  position: absolute;
  top: 7%;
  right: 0;
  z-index: -1;
}

.characteristic {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2.5%;
  margin-top: 65%;
  position: absolute;
  bottom: 3%;
  /* overflow-y: hidden; */
}

.characteristic__box {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffced;
  border-radius: 40px;
  outline: 2px dashed #fbc78a;
  outline-offset: -10px;
  transform: rotate(15deg);
}

.characteristic__box p {
  color: #f4a029;
  font-size: 0.7em;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-align: center;
  font-weight: bolder;
}

.characteristic__box:nth-of-type(2) p {
  line-height: 2;
  margin-top: 0.7rem;
}

.characteristic__box p span {
  font-size: 0.6rem;
  font-weight: bold;
}

.characteristic__box p b {
  font-size: 1.5rem;
  font-weight: bold;
}

.main_visual_bg {
  width: 100%;
  height: 140%;
  background: url(../img/bg/main_visual_bg.svg) no-repeat;
  background-position: 50% 0%;
  background-size: 100%;
  position: absolute;
  top: 0;
  z-index: -10;
}

/* ///////////////////////////////
私たちのこと */

.about {
  background: url(../img/bg/about_bg.svg) no-repeat;
  background-size: 100%;
}

.aboutus {
  width: 78%;
  margin: 0 auto 30%;
}

h3 {
  font-size: 1.5rem;
  padding: 1.3em 0;
  letter-spacing: 10px;
  /* font-weight: 600; */
}

.aboutus p {
  font-size: 0.8rem;
  letter-spacing: 3.5px;
  line-height: 2.5;
  margin-bottom: 1.5rem;
}

.aboutus p mark {
  font-size: 1rem;
}

.dots {
  text-emphasis: filled #f4a029;
  -webkit-text-emphasis: filled #f4a029;
}

.link__button-company {
  width: fit-content;
  height: fit-content;
  margin: 10% auto;
}

.link__button-company a {
  /* width: 100%; */
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #f4a029;
  padding: 1em 0 1em 2em;
  border-radius: 60px;
  border: 1px solid #f4a029;
  background: white;
}

.link__button-company a::after {
  content: "〉";
  margin: 0 0.5em 0 2em;
}

/* //////////////////////////
会社名の由来 */

.company__name {
  background: #fffae2;
}

.company__name h3 {
  padding-left: 11%;
  margin: 0 auto;
}

.company__name--container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

.company__name--item {
  width: 45svw;
  height: 35svh;
  padding: 1.1em;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 63px 63px 20px 63px;
  outline: 2px dashed #fbc78a;
  outline-offset: -10px;
}

.company__name--item:nth-of-type(2) {
  border-radius: 63px 63px 63px 20px;
}

.company__name--item h4 {
  align-self: flex-end;
  color: #f4a029;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.company__name--item p {
  font-size: 0.7rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 40%;
}

.company_name_logo-img {
  width: 50%;
  margin: 0 auto 15%;
  background: radial-gradient(white 40%, transparent 60%);
}

.company_name_logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* /////////////////////
問い合わせ催促 */

.recommend__contact {
  padding-bottom: 10%;
  background: url(../img/bg/recommend_contact.svg) no-repeat;
  /* background-size: cover; */
  background-position: 0 50%;
}

.recommend__contact h5 {
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 2rem;
}

.recommend__contact h5 mark {
  font-size: 1rem;
}

.recommend__contact--text {
  font-size: 0.8rem;
  line-height: 1.9;
  width: 77%;
  margin: 0 auto;
}

.recommend__contact--text:nth-of-type(2) {
  margin: 2rem auto 5rem;
  text-shadow: 5px 5px 5px #00000029;
}

.link__button-top-list {
  width: fit-content;
  height: fit-content;
  margin: 5% auto;
}

.link__button-top-list a {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #f4a029;
  padding: 1em 0 1em 2em;
  border-radius: 60px;
  border: 1px solid #f4a029;
  background: white;
}

.link__button-top-list a::after {
  content: "〉";
  margin: 0 0.5em 0 2em;
}

/*  ///////////////////////////////
お悩み*/

.induction {
  position: relative;
  background: url(../img/bg/worries_bg.svg);
  background-size: 100%;
  background-position: center bottom;
  z-index: -1;
}

.worries {
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
  /* height: 100svh; */
}

.worries h5 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  padding: 20% 0 1em;
}

.slash {
  font-size: 0.8rem;
  text-align: center;
}

.slash::before {
  content: "＼";
}

.slash::after {
  content: "／";
}

.worries__bg {
  width: 100%;
  height: 100svh;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: -1;
  background: url(../img/hands.jpg) no-repeat;
  background-size: cover;
  background-position: 40% 50%;
}

.worries__lists {
  width: 100%;
  height: 75svh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 30svh;
  /* left: 5%; */
}

.worries__lists li {
  width: 90svw;
  max-width: 350px;
  height: 7em;
  font-size: 0.8rem;
  letter-spacing: 2px;
  counter-increment: mycounter;
  position: relative;
  padding-left: 6.5rem;
  background: white;
  border-radius: 25px;
  outline: 2px dashed #fbc78a;
  outline-offset: -10px;
}

.worries__lists li:first-of-type {
  padding-top: 2rem;
}

.worries__lists li:nth-child(2) {
  padding-top: 1em;
}

.worries__lists li:nth-child(3),
.worries__lists li:nth-child(4) {
  padding-top: 1.5rem;
}

.worries__lists li::before {
  content: counter(mycounter, decimal-leading-zero);
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: white;
  -webkit-text-stroke: 1px #f4a029;
  position: absolute;
  top: 27%;
  left: 1.5rem;
  margin-right: 1rem;
}

.worries__solution {
  width: 100svw;
  height: 90svh;
  margin: 10% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: url(../img/bg/solution_string.svg) no-repeat;
  background-size: 100%;
  background-position: 50% 30%; */
}

.solution_string {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 10;
  overflow-x: hidden;
}

.solution_string svg {
  width: 140%;
  height: 100%;
}

/***************************************************
 * Generated by SVG Artista on 12/22/2024, 3:50:43 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1731.673828125px;
    stroke-dasharray: 1731.673828125px;
  }

  100% {
    stroke-dashoffset: 3463.34765625px;
    stroke-dasharray: 1731.673828125px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1731.673828125px;
    stroke-dasharray: 1731.673828125px;
  }

  100% {
    stroke-dashoffset: 3463.34765625px;
    stroke-dasharray: 1731.673828125px;
  }
}

.svg-elem-2 {
  stroke-dasharray: 1731.673828125px; /* 線の長さ */
  stroke-dashoffset: 1731.673828125px; /* 初期状態では線が描画されない */
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.svg-elem-2.animate {
  animation: animate-svg-stroke-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    forwards;
}

.marker__white {
  width: fit-content;
  height: fit-content;
  margin-left: 0.5em;
  font-size: 1.2rem;
}

.marker__white mark {
  line-height: 2.3;
  letter-spacing: 4px;
  padding: 0.5em 0;
  background: white;
}

.worries__solution--content {
  width: 90%;
  height: fit-content;
  padding: 2rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 3px;
  line-height: 2.2;
  background: white;
  border-radius: 75px;
  outline: 2px dashed #fbc78a;
  outline-offset: -10px;
  align-self: flex-end;
}

.worries__solution--content mark {
  font-size: 1.2rem;
  line-height: 0;
  letter-spacing: 2px;
}

/* /////////////////////////////
問い合わせ誘導 */

.induction_to_contact {
  padding: 25% 0 30%;
}

.induction_to_contact .slash {
  /* font-size: 0.8rem; */
  letter-spacing: 2px;
  text-align: center;
  margin: 2em 0;
}

.induction_to_contact--lists {
  width: 85%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 1.5em;
  margin: 0 auto 30%;
}

.induction_to_contact--lists li {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-align: center;
  width: 10em;
  height: 10em;
  border: 1px dashed #f4a029;
  border-radius: 25px;
  background: white;
}

.induction_to_contact--lists li:nth-of-type(1),
.induction_to_contact--lists li:nth-of-type(4) {
  padding: 2.5em 0;
}

.induction_to_contact--lists li:nth-of-type(2),
.induction_to_contact--lists li:nth-of-type(3) {
  padding: 3.5em 0;
}

.induction_to_contact--lists li:nth-of-type(5) {
  padding: 1.5em 0;
}

.induction_to_contact--comment {
  width: 80%;
  font-size: 0.7rem;
  line-height: 2;
  margin: 0 auto;
}

.time__line {
  display: flex;
  justify-content: space-between;
  gap: 1.3em;
  width: 100%;
  height: fit-content;
  font-size: 0.8rem;
  letter-spacing: 2px;
  padding: 1em 0;
  background: url(../img/bg/directing_arrow.svg) no-repeat;
  background-size: contain;
  background-position: 50%;
}

.time__line span {
  width: fit-content;
  height: fit-content;
  padding: 1.3em 0;
  background: #fbecab;
  border-radius: 50%;
}

/* //////////////////////////
contact */

.contact {
  width: 100svw;
  background: #fffae2;
}

.contact h3 {
  text-align: center;
  padding-bottom: 0.5rem;
}

.contact__comment {
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto 1em;
}

.contact__lists {
  width: 85%;
  padding: 3em 3em 1rem;
  margin: 0 auto;
  background: white;
  border-radius: 50px;
}

.contact__lists div h4 {
  font-size: 1.1rem;
  letter-spacing: 3px;
  border-bottom: 1px solid #ccc;
  padding-left: 0.5em;
}

.contact__tel--content {
  width: 100%;
  margin: 2rem auto;
}

.contact__tel--content address {
  width: 100%;
  margin-bottom: 1rem;
}

.contact__tel--content address a {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  /* font-weight: bold; */
  letter-spacing: 3px;
  font-style: normal;
}

.contact__tel--content address a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url(../img/icon/free_tel.svg) no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-right: 4px;
}

.contact__tel--content ul {
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-align: left;
}

.contact__tel p,
.contact__form--content {
  width: 100%;
  font-size: 0.7em;
  letter-spacing: 3px;
  margin: 0 auto 25%;
}

.link__button-contact-form {
  width: fit-content;
  height: fit-content;
  margin: 15% auto;
}

.link__button-contact-form a {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-align: center;
  color: #f4a029;
  padding: 1em;
  border-radius: 60px;
  border: 1px solid #f4a029;
  background: white;
}

.link__button-contact-form a::after {
  width: 1em;
  display: inline-block;
  content: "〉";
  margin: 0 0 0 1em;
}

.bg__circle {
  width: 7rem;
  height: 3.5rem;
  background: white;
  border-radius: 50% / 100% 100% 0 0;
  margin: 15% auto 0;
}

/* //////////////////////////
ぴったりんく説明 */

.pittarinku {
  padding-top: 25%;
  background: url(../img/bg/pittarinku.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.explanation {
  width: 85%;
  margin: 0 auto 25%;
  padding: 1.5rem 1.5rem 3rem;
  outline: 2px dashed #fbc78a;
  outline-offset: -10px;
  border-radius: 60px;
  background-color: white;
}

.explanation h5 {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.8;
  margin: 1.5rem 0 2.5rem;
}

.pittarinku__link {
  display: inline !important;
}

.explanation h5 .dots,
.explanation p .dots {
  font-size: 1.5em;
}

.explanation p {
  font-size: 0.8rem;
  letter-spacing: 2px;
  line-height: 2.1;
}
.explanation p u {
  text-decoration: underline double #fbc78a;
}

.explanation dl {
  font-size: 0.8rem;
  letter-spacing: 2px;
  line-height: 2.1;
  width: 90%;
  margin: 1em auto 0;
}

.explanation dl dt {
  width: fit-content;
  padding: 1.5em 2em 1.5em 1em;
  line-height: 1;
  letter-spacing: 1px;
  background: url(../img/icon/point__bg2.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}

.explanation dl dt span {
  font-size: 1.5rem;
}

.explanation dl dd {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}

/* ////////////////////////////
強み */

.strength {
  width: 80%;
  margin: 0 auto 30%;
}

.strength h5 {
  font-size: 0.9rem;
  text-align: left;
}

.strength h5 span {
  font-size: 1.5rem;
  letter-spacing: 4px;
}

.strength__lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1.5rem 0;
}

.strength__content {
  width: 100%;
  height: 30svh;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: white;
  border: 2px solid #f4a029;
  border-radius: 70px 70px 70px 10px;
}

.strength__content h6 {
  padding-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #f4a029;
}

.strength__content h6,
.strength__content p {
  width: fit-content;
  height: fit-content;
  font-size: 0.8rem;
}

.direct {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 3px;
}

/* /////////////////////////
ぴったりんくへのリンク誘導 */

.induction__link--comment {
  text-align: center;
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 15%;
}

.induction__link--comment mark {
  font-size: 1.5rem;
  letter-spacing: 4px;
}

.induction__link {
  width: 70%;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.induction__link--details a {
  width: 90%;
  margin: 0 auto;
  font-size: 0.8rem;
  text-align: center;
}

.induction__link--details a img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.induction__link--line {
  width: 100%;
  font-size: 0.8rem;
}

.induction__link--line a {
  width: 100%;
  height: fit-content;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #f4a029;
  padding: 1em;
  border-radius: 60px;
  border: 1px solid #f4a029;
  background: white;
}

.induction__link--line a::after {
  width: 1em;
  display: inline-block;
  content: "〉";
  margin: 0 0 0 1em;
}

/* ////////////////////////////
topに戻る */

.to__top {
  font-size: 0.7rem;
  letter-spacing: 2px;
  background: #fffae2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
  margin: 0 auto;
}

.to__top a {
  text-align: center;
}

.to__top::before {
  content: "↑";
}

/* /////////////////////////////
footer */

footer {
  background: #fffae2;
  padding-top: 15%;
}

.footer__contact {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}

.footer__contact .contact__tel--content {
  width: fit-content;
  height: fit-content;
  margin: 0;
}

.contact__sns {
  width: 2em;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.contact__sns li {
  width: 40px;
}

.footer__logo {
  width: 35%;
  margin: 0 auto;
  background: radial-gradient(white 40%, transparent 60%);
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__navi {
  width: 90%;
  margin: 1rem auto 2rem;
}

.footer__navi-lists {
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.footer__navi-lists h6 {
  font-size: 1rem;
  border-bottom: 0.5px solid #f4a029;
}

.footer__navi-item li a {
  font-size: 0.7rem;
  padding: 0.5em;
}

.sub__navi {
  display: flex;
  justify-content: center;
}

.sub__navi p {
  width: 40%;
  height: fit-content;
}

.sub__navi p a {
  width: 100%;
  font-size: 0.6rem;
  letter-spacing: 4px;
  text-align: center;
  padding-left: 1em;
}

.sub__navi p:first-of-type {
  border-right: 1px solid black;
}

.copyright {
  font-size: 0.5rem;
  letter-spacing: 0;
  text-align: center;
  padding: 2em 0 1em;
}
