@charset "utf-8";

/* -----------------------------------------------

nav

----------------------------------------------- */
nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}
nav h1 {
  padding: 5px 0px;
  background-color: #ffffff;
}
nav h1 a {
  display: block;
  width: 100px;
  margin: auto;
}
nav .hbgmenu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
nav .hbgmenu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #444444;
  transition: 0.4s;
}
nav .hbgmenu span:nth-child(1) {
  top: 0%;
  transform-origin: right top;
}
nav.open .hbgmenu span:nth-child(1) {
  transform: translateY(50%) rotateZ(-45deg);
}
nav .hbgmenu span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  transform-origin: right center;
}
nav.open .hbgmenu span:nth-child(2) {
  transform: translateX(50%);
  opacity: 0;
}
nav .hbgmenu span:nth-child(3) {
  bottom: 0%;
  transform-origin: right bottom;
}
nav.open .hbgmenu span:nth-child(3) {
  transform: translateY(-50%) rotateZ(45deg);
}
nav .tel {
  display: none;
}
nav .globalnav {
  position: fixed;
  top: 0px;
  right: -220px;
  z-index: -1;
  width: 220px;
  height: 100%;
  padding: 70px 30px 30px;
  background-color: #ffffff;
  transition: 0.4s;
}
nav.open .globalnav {
  right: 0px;
}
nav .globalnav li a {
  display: block;
  line-height: 3em;
}
nav .shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -2;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
nav.open .shadow {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 751px) {
  nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
  }
  nav h1 {
    margin: 60px 0px 10px;
  }
  nav h1 a {
    width: 65%;
  }
  nav .hbgmenu {
    display: none;
  }
  nav .tel {
    display: block;
    text-align: center;
  }
  nav .tel a {
    font-size: 1.111rem;
  }
  nav .tel a:hover {
    opacity: 0.6;
  }
  nav .globalnav {
    position: static;
    width: 100%;
    height: auto;
    padding: 70px 50px 0px 50px;
  }
  nav .globalnav li a {
    padding-left: 5px;
    line-height: 2.5em;
		font-size: 1rem;
    position: relative;
  }
  nav .globalnav li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #e7d35a;
    transition: 0.4s;
  }
  nav .globalnav li a:hover::after {
    width: 100%;
  }
}
/* -----------------------------------------------

article

----------------------------------------------- */
article .bg {
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  width: 100%;
  height: 120vh;
  height: 120dvh;
}
article .bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
article .bg1::before {
  background: url("../image/common/bg1-sp.jpg") center center/cover no-repeat;
}
article .bg2::before {
  background: url("../image/common/bg2.jpg") center center/cover no-repeat;
}
article .bg3::before {
  background: url("../image/common/bg3.jpg") center center/cover no-repeat;
}
article .bg4::before {
  background: url("../image/common/bg4.jpg") center center/cover no-repeat;
}
article .bg5::before {
  background: url("../image/common/bg5.jpg") center center/cover no-repeat;
}
article .bg6::before {
  background: url("../image/common/bg6.jpg") center center/cover no-repeat;
}
article .bg7::before {
  background: url("../image/common/bg7.jpg") center center/cover no-repeat;
}
article .bg8::before {
  background: url("../image/common/bg8.jpg") center center/cover no-repeat;
}
article .bg9::before {
  background: url("../image/common/bg9.jpg") center center/cover no-repeat;
}
article .bg10::before {
  background: url("../image/common/bg10.jpg") center center/cover no-repeat;
}
article section {
  padding: 60px 20px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  article {
    margin-left: 300px;
  }
  article .bg::before {
    left: 300px;
    width: calc(100% - 300px);
  }
  article .bg1::before {
    background: url("../image/common/bg1-pc.jpg") center center/cover no-repeat;
  }
  article section {
    padding: 150px 40px;
  }
}
/* -------------------------------------------- */
article section#greeting h2 {
  width: 220px;
  margin: 0px auto 40px;
}
article section#greeting h2.trigger {
  transition: 0.4s cubic-bezier(0.54, 1.42, 0.78, 1.54);
  transform: translateY(20px);
  opacity: 0;
}
article section#greeting h2.trigger.move {
  transform: translateY(0px);
  opacity: 1;
}
article section#greeting p {
  text-align: justify;
  letter-spacing: 0.03em;
}
article section#greeting p.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#greeting p.trigger.move {
  opacity: 1;
}
article section#greeting p br {
  display: none;
}
@media all and (min-width: 1300px) {
  article section#greeting p {
    text-align: center;
    line-height: 2.389em;
  }
  article section#greeting p br {
    display: block;
  }
}
/* -------------------------------------------- */
article section#business h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article section#business h2.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#business h2.trigger.move {
  transform: translateX(0%);
  opacity: 1;
}
article section#business h3 {
  font-size: 1.555rem;
  color: #e7be50;
  font-weight: bold;
}
article section#business h3::before {
  content: "・";
}
article section#business h3.trigger {
  display: inline-block;
  transition: 0.6s;
  clip-path: inset(0% 100% 0% 0%);
}
article section#business h3.trigger.move {
  clip-path: inset(0% 0% 0% 0%);
}
article section#business h3:nth-of-type(n + 2) {
  padding-top: 30px;
}
article section#business p {
  text-align: justify;
}
article section#business p.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#business p.trigger.move {
  opacity: 1;
}
article section#business p br {
  display: none;
}
article section#business a {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 3em;
  letter-spacing: 0.08em;
  background-color: #e7be50;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
article section#business a.trigger {
  opacity: 0;
}
article section#business a.trigger.move {
  opacity: 1;
}
article section#business strong {
  display: block;
  padding-top: 30px;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: bold;
}
article section#business strong.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#business strong.trigger.move {
  opacity: 1;
}
@media all and (min-width: 751px) {
  article section#business h2 {
    margin-bottom: 100px;
  }
  article section#business p br {
    display: block;
  }
  article section#business a {
    width: 260px;
  }
  article section#business a:hover {
    transform: scale(0.95);
  }
}
/* -------------------------------------------- */
article section#staff h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article section#staff h2.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#staff h2.trigger.move {
  transform: translateX(0%);
  opacity: 1;
}
article section#staff dl.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#staff dl.trigger.move {
  opacity: 1;
}
article section#staff dl dt {
  color: #e7be50;
  font-weight: bold;
}
article section#staff dl dt:nth-of-type(n + 2) {
  padding-top: 30px;
}
article section#staff dl dd {
  display: inline-block;
  padding-right: 1em;
}
article section#staff .everyone {
  padding-top: 30px;
}
article section#staff .everyone.trigger {
  transition: 0.4s cubic-bezier(0.54, 1.42, 0.78, 1.54);
  transform: translateY(20px);
  opacity: 0;
}
article section#staff .everyone.trigger.move {
  transform: translateY(0px);
  opacity: 1;
}
@media all and (min-width: 751px) {
  article section#staff h2 {
    margin-bottom: 100px;
  }
}
/* -------------------------------------------- */
article section#result h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article section#result h2.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#result h2.trigger.move {
  transform: translateX(0%);
  opacity: 1;
}
article section#result h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #e7be50;
}
article section#result h3.trigger {
  display: inline-block;
  transition: 0.6s;
  clip-path: inset(0% 100% 0% 0%);
}
article section#result h3.trigger.move {
  clip-path: inset(0% 0% 0% 0%);
}
article section#result h3:nth-of-type(n + 2) {
  padding-top: 120px;
}
article section#result ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0px 0px -15px;
}
article section#result ul.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#result ul.trigger.move {
  opacity: 1;
}
article section#result ul li {
  width: calc(50% - 15px);
  margin: 15px 0px 0px 15px;
  border: 1px solid #cccccc;
}
article section#result .annotation {
  font-size: 0.833rem;
  padding-top: 30px;
}
@media all and (min-width: 751px) {
  article section#result h2 {
    margin-bottom: 100px;
  }
  article section#result ul li a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 500px) {
  article section#result ul li {
    width: calc(33.333% - 15px);
  }
}
@media all and (min-width: 751px) {
  article section#result ul li {
    width: calc(50% - 15px);
  }
}
@media all and (min-width: 1000px) {
  article section#result ul li {
    width: calc(33.333% - 15px);
  }
}
@media all and (min-width: 1300px) {
  article section#result ul li {
    width: calc(25% - 15px);
  }
}
@media all and (min-width: 1800px) {
  article section#result ul li {
    width: 300px;
  }
}
/* -------------------------------------------- */
article section#lp h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article section#lp h2.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#lp h2.trigger.move {
  transform: translateX(0%);
  opacity: 1;
}
article section#lp p {
  text-align: justify;
}
article section#lp p.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#lp p.trigger.move {
  opacity: 1;
}
article section#lp p br {
  display: none;
}
article section#lp .step_wrap {
  max-width: 1150px;
  margin: auto;
  padding-bottom: 40px;
  border-bottom: 2px dotted #000;
}
article section#lp .step_wrap .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  padding-top: 30px;
}
article section#lp .step_wrap .step li {
  width: 30%;
  aspect-ratio: 1 / 1;
  text-align: center;
  font-size: 3.4vw;
  font-weight: bold;
  background-color: #e7d35a;
  border-radius: 50%;
  line-height: 1.2em;
  position: relative;
  transition: 0.4s;
  opacity: 0;
}
article section#lp .step_wrap .step:nth-child(1) li:nth-child(1) {
  transition-delay: 0s;
}
article section#lp .step_wrap .step:nth-child(1) li:nth-child(2) {
  transition-delay: 0.2s;
}
article section#lp .step_wrap .step:nth-child(1) li:nth-child(3) {
  transition-delay: 0.4s;
}
article section#lp .step_wrap .step:nth-child(2) li:nth-child(1) {
  transition-delay: 0.6s;
}
article section#lp .step_wrap .step:nth-child(2) li:nth-child(2) {
  transition-delay: 0.8s;
}
article section#lp .step_wrap.move .step li {
  opacity: 1;
}
article section#lp .step_wrap .step li::before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: -2.8vw;
  height: 12%;
  width: 7%;
  background-color: #4f4946;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
article section#lp .step_wrap .step li:first-child::before {
  visibility: hidden;
}
article section#lp .step_wrap .step li img {
  width: 16vw;
  display: block;
  margin: -20px auto 5px;
}
article section#lp h3 {
  margin: 40px auto 0px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2em;
  border-radius: 5px;
  letter-spacing: 0.03em;
  background-color: #4f4946;
  position: relative;
}
article section#lp h3.trigger {
  transition: 0.4s;
  transform: translateY(-20px);
  opacity: 0;
}
article section#lp h3.trigger.move {
  transform: translateY(-0px);
  opacity: 1;
}
article section#lp h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-16px);
  border: 16px solid transparent;
  border-top: 15px solid #4f4946;
}
article section#lp .detail {
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#lp .detail.move {
  transform: scale(1);
  opacity: 1;
}
article section#lp .detail .img {
  width: 80%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
article section#lp .detail .bottom {
  padding-top: 20px;
}
article section#lp .detail .bottom h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: #e7d35a;
  padding: 0.2em 0px 0em 95px;
  position: relative;
}
article section#lp .detail .bottom h4 span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  margin-right: 10px;
  padding: 0.2em 15px 0em;
  color: #ffffff;
  font-weight: bold;
  background-color: #4f4946;
}
article section#lp .detail .bottom h4 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -9px;
  width: 10px;
  height: 100%;
  background-color: #4f4946;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
article section#lp .detail .bottom p {
  padding-top: 20px;
}
article section#lp .detail .bottom .contact {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding-top: 20px;
}
article section#lp .detail .bottom .contact .head {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4f4946;
  border-right: none;
  position: relative;
}
article section#lp .detail .bottom .contact .head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -9px;
  width: 10px;
  height: 100%;
  background-color: #4f4946;
  clip-path: polygon(0% 0%, 1px 0%, 100% 50%, 1px 100%, 0% 100%, calc(100% - 1px) 50%);
}
article section#lp .detail .bottom .contact ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
article section#lp .detail .bottom .contact ul li + li {
  padding-top: 3px;
}
article section#lp .detail .bottom .contact ul li img {
  width: 26px;
}
article section#lp .detail .bottom .contact ul li a {
  font-weight: bold;
  text-decoration: underline;
}
article section#lp .detail.last {
  border-bottom: 2px dotted #000;
  padding-bottom: 40px;
}
article section#lp ul.tab {
  display: flex;
  width: 100%;
  margin: 50px auto 30px;
  padding: 0;
  border-bottom: 1px solid #4f4946;
  justify-content: center;
}
article section#lp ul.tab li {
  position: relative;
  cursor: pointer;
  transition: 0.4s;
  padding: 5px;
  border-top: 1px solid #4f4946;
  border-left: 1px solid #4f4946;
  border-right: 1px solid #4f4946;
}
article section#lp ul.tab li:first-child {
  border-right: none;
}
article section#lp ul.tab li.active {
  background: #e7d35a;
}
article section#lp ul.main {
  width: 100%;
  padding: 0;
  max-width: 750px;
  margin: 0 auto 100px;
}
article section#lp ul.main > li {
  display: none;
}
article section#lp ul.main li.active {
  transition: 0.4s;
  display: block;
}
article section#lp ul.main li > .box {
  background: #e7d35a;
  border: 2px solid #4f4946;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#lp ul.main li > .box.trigger.move {
  transform: scale(1);
  opacity: 1;
}
article section#lp ul.main li .box .tit {
  background: #4f4946;
  color: #fff;
  font-size: 1.8rem;
  padding: 8px 0;
  text-align: center;
  border-radius: 24px 24px 0 0;
}
article section#lp ul.main li .box .price {
  display: grid;
  grid-template-columns: 55% 45%;
  margin: 20px auto 0;
}
article section#lp ul.main li .box .price p {
  color: #4f4946;
}
article section#lp ul.main li .box .price .num {
  font-family: "Poppins", sans-serif;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  font-size: 10rem;
  letter-spacing: -0.05em;
  line-height: 7.5rem;
  font-weight: bold;
  text-align: right;
}
article section#lp ul.main li .box .price .tax {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.3rem;
}
article section#lp ul.main li .box .price .unit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2rem;
}
article section#lp ul.main li .box .att {
  text-align: center;
}
article section#lp ul.main li .box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  font-weight: bold;
  font-size: 1.4rem;
}
article section#lp ul.main li .box .content::before,
article section#lp ul.main li .box .content::after {
  content: "";
  width: 39%;
  border-bottom: dotted 1px #4f4946;
}
article section#lp ul.main li .box ul {
  width: 88%;
  margin: 0 auto 20px;
}
article section#lp ul.main li .box ul li {
  font-size: 1.3rem;
  font-weight: bold;
}
article section#lp ul.main li .box .check {
  display: inline-block;
  vertical-align: middle;
  color: #ed1c24;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  background: #fff;
  box-sizing: content-box;
  margin-right: 7px;
  border-bottom: none;
}
article section#lp ul.main li .box .check > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
article section#lp ul.main li .box ul li span {
  font-weight: bold;
  border-bottom: 2px solid #4f4946;
}
article section#lp ul.main li .box p {
  width: 88%;
  margin: auto;
}
article section#lp ul.main li .box .box {
  width: 88%;
  margin: 10px auto 20px;
  border: 2px solid #4f4946;
  background: #fff;
  text-align: center;
}
article section#lp ul.main li .box .box div {
  background: #4f4946;
  color: #fff;
  padding: 5px 0;
}
article section#lp ul.main li .box .box p {
  text-align: center;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
article section#lp ul.main li .box .box p span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1;
}
article section#lp ul.main li .box .btn {
  background: #4f4946;
  border-radius: 50px;
  text-align: center;
  width: 88%;
  margin: 0px auto 20px;
}
article section#lp ul.main li .box .btn a {
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
article section#lp ul.main li .box .btn a p {
  text-align: center;
}
article section#lp ul.main li .box .btn a p span {
  color: #e7d35a;
}
article section#lp ul.main li .box .btn a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-25%, -20%) rotate(45deg);
  margin-left: 0.8rem;
}
article section#lp ul.main li .box .btn a .arrow::before,
article section#lp ul.main li .box .btn a .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
article section#lp ul.main li .box .btn a .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
article section#lp ul.main li .box .btn a .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
article section#lp ul.main li .option {
  grid-column-start: 1;
  grid-column-end: 3;
  background: #e6e6e6;
  margin: 30px 0 10px;
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#lp ul.main li .option.trigger.move {
  transform: scale(1);
  opacity: 1;
}
article section#lp ul.main li .option .tit {
  background: #4f4946;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
}
article section#lp ul.main li .option dl {
  width: 88%;
  margin: 20px auto 0;
  padding-bottom: 10px;
}
article section#lp ul.main li .option dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 1% 0;
}
article section#lp ul.main li .option dl div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #4f4946;
}
article section#lp ul.main li .option dl dt {
  margin:0;
  padding: 0 1% 0 0;
  background-color: #e6e6e6;
  z-index: 2;
  text-align: left;
}
article section#lp ul.main li .option dl dd {
  font-family: "Poppins", sans-serif;
  margin:0;
  padding: 0 0 0 1%;
  background-color: #e6e6e6;
  z-index: 2;
  text-align: right;
}
article section#lp ul.main li .att {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: right;
  font-size: 0.9rem;
}
article section#lp ul.main li dl.design {
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#lp ul.main li dl.design.trigger.move {
  transform: scale(1);
  opacity: 1;
}
article section#lp ul.main li dl.design div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
article section#lp ul.main li dl.design div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #4f4946;
}
article section#lp ul.main li dl.design dt {
  font-weight: bold;
  margin:0;
  padding: 0 1% 0 0;
  background-color: #fff;
  z-index: 2;
  text-align: left;
}
article section#lp ul.main li dl.design dd {
  font-family: "Poppins", sans-serif;
  margin:0;
  padding: 0 0 0 1%;
  background-color: #fff;
  z-index: 2;
  text-align: right;
}
article section#lp ul.main li .only_thum {
  font-size: 16px;
  background: repeating-linear-gradient(-45deg, #fff 0 4px, #e5d25b 5px 7px);
  margin: 30px 0;
  padding: 1rem;
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#lp ul.main li .only_thum.trigger.move {
  transform: scale(1);
  opacity: 1;
}
article section#lp ul.main li .only_thum .inner {
  background-color: #fff;
  padding: 1rem;
}
article section#lp ul.main li .only_thum .inner p.tit {
  font-weight: bold;
  font-size: 1.4rem;
}
@media all and (min-width: 601px) {
  article section#lp .step_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3%;
    padding-top: 30px;
  }
  article section#lp .step_wrap .step {
    display: contents;
  }
  article section#lp .step_wrap .step li {
    width: 100%;
    font-size: 1.8vw;
  }
  article section#lp .step_wrap .step li::before {
    left: -2vw;
  }
  article section#lp .step_wrap .step + .step li:first-child::before {
    visibility: visible;
  }
  article section#lp .step_wrap .step li img {
    width: 12vw;
  }
  article section#lp h3 {
    max-width: 360px;
  }
  article section#lp .detail {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 20px;
    align-items: center;
  }
  article section#lp .detail .bottom {
    padding-top: 0px;
  }
}
@media all and (min-width: 751px) {
  article section#lp .step_wrap {
    display: block;
    padding-top: 20px;
  }
  article section#lp .step_wrap .step {
    display: flex;
  }
  article section#lp .step_wrap .step li {
    width: 30%;
    line-height: 1.4em;
  }
  article section#lp .step_wrap .step li::before {
    left: -11%;
  }
  article section#lp .step_wrap .step + .step li:first-child::before {
    visibility: hidden;
  }
  article section#lp .step_wrap .step li img {
    width: 10vw;
    margin-bottom: 1vw;
  }
  article section#lp h3 {
    width: 360px;
    margin: 40px auto 0px;
  }
  article section#lp .detail {
    display: block;
  }
  article section#lp .detail .bottom {
    padding-top: 20px;
  }
  article section#lp ul.tab li {
    font-size: 0.9rem;
  }
  article section#lp ul.main li .box .price .num {
    font-size: 9rem;
  }
}
@media all and (min-width: 1001px) {
  article section#lp .step_wrap {
    display: grid;
    padding-top: 50px;
  }
  article section#lp .step_wrap .step {
    display: contents;
  }
  article section#lp .step_wrap .step li {
    width: 100%;
    font-size: 1.2vw;
  }
  article section#lp .step_wrap .step + .step li:first-child::before {
    visibility: visible;
  }
  article section#lp .step_wrap .step li img {
    width: 7vw;
  }
  article section#lp .detail {
    display: grid;
  }
  article section#lp .detail .bottom {
    padding-top: 0px;
  }
  article section#lp .detail .bottom h4 {
    font-size: 1.2rem;
    padding: 0.5em 0px 0.3em 115px;
  }
  article section#lp .detail .bottom h4 span {
    padding: 0.5em 15px 0em;
  }
  article section#lp ul.tab li {
    padding: 5px 10px;
  }
  article section#lp ul.main li:first-child.active {
    display: grid;
  }
  article section#lp ul.main li:first-child {
    grid-template-columns: 48% 48%;
    justify-content: space-between;
  }
  article section#lp ul.main li .box .tit {
    font-size: 1.6rem;
  }
  article section#lp ul.main li .box .price .num {
    font-size: 7.8rem;
    line-height: 6rem;
  }
  article section#lp ul.main li .box .price .tax {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  article section#lp ul.main li .box .price .unit {
    font-size: 2.2rem;
  }
  article section#lp ul.main li .box .att {
    font-size: 0.9rem;
  }
  article section#lp ul.main li .box .content {
    font-size: 1.2rem;
  }
  article section#lp ul.main li .box ul li {
    font-size: 1.1rem;
  }
  article section#lp ul.main li .box p {
    font-size: 0.8rem;
  }
  article section#lp ul.main li .box .box p {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1551px) {
  article section#lp .step_wrap .step li {
    font-size: 20px;
  }
  article section#lp .step_wrap .step li img {
    width: 100px;
  }
  article section#lp .detail .bottom .contact {
    grid-template-columns: 160px 1fr;
    gap: 40px;
  }
  article section#lp .detail .bottom .contact .head::after {
    right: -19px;
    width: 20px;
  }
  article section#lp .detail .bottom .contact ul li img {
    width: 33px;
  }
  article section#lp .detail .bottom .contact ul li a {
    font-size: 1.1rem;
  }
}
/* -------------------------------------------- */
article section#cs h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article section#cs h2.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#cs h2.trigger.move {
  transform: translateX(0%);
  opacity: 1;
}
article section#cs p {
  text-align: justify;
}
article section#cs p.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#cs p.trigger.move {
  opacity: 1;
}
article section#cs p br {
  display: none;
}
article section#cs h3 {
  margin-top: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2em;
  border-radius: 5px;
  letter-spacing: 0.03em;
  background-color: #4f4946;
  position: relative;
}
article section#cs h3.trigger {
  transition: 0.4s;
  transform: translateY(-20px);
  opacity: 0;
}
article section#cs h3.trigger.move {
  transform: translateY(-0px);
  opacity: 1;
}
article section#cs h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-16px);
  border: 16px solid transparent;
  border-top: 15px solid #4f4946;
}
article section#cs .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
}
article section#cs .step1 {
  padding-top: 20px;
}
article section#cs .step2 {
  padding: 20px 0px 40px;
  border-bottom: 2px dotted #000;
}
article section#cs .step li {
  width: 48%;
  aspect-ratio: 319 / 368;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2.6vw;
  line-height: 1.4em;
  padding-top: 41%;
}
article section#cs .step1 li:nth-child(1) {
  background: url("../image/cs/step1.jpg") center center / contain no-repeat;
}
article section#cs .step1 li:nth-child(2) {
  background: url("../image/cs/step2.jpg") center center / contain no-repeat;
}
article section#cs .step2 li:nth-child(1) {
  background: url("../image/cs/step3.jpg") center center / contain no-repeat;
}
article section#cs .step2 li:nth-child(2) {
  background: url("../image/cs/step4.jpg") center center / contain no-repeat;
}
article section#cs .step2 li:nth-child(3) {
  background: url("../image/cs/step5.jpg") center center / contain no-repeat;
}
article section#cs .step li.trigger {
  transition: 0.4s;
  transform-origin: bottom center;
  transform: translateX(20px) rotateZ(10deg);
  opacity: 0;
}
article section#cs .step li.trigger.move {
  transform: translateX(0px) rotateZ(0deg);
  opacity: 1;
}
article section#cs h4 {
  max-width: 630px;
  margin: 40px auto 0px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  color: #444444;
  line-height: 2.4em;
  border-radius: 5px;
  letter-spacing: 0.03em;
  background-color: #e6d15a;
}
article section#cs h4.trigger {
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#cs h4.trigger.move {
  transform: scale(1);
  opacity: 1;
}
article section#cs .detail {
  max-width: 630px;
  margin: auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
}
article section#cs .detail.trigger {
  transition: 0.4s;
  transform: scale(0.95);
  opacity: 0;
}
article section#cs .detail.trigger.move {
  transform: scale(1);
  opacity: 1;
}
@media all and (min-width: 601px) {
  article section#cs .step {
    gap: 2%;
  }
  article section#cs .step li {
    width: 32%;
    padding-top: 28%;
    font-size: 1.7vw;
  }
}
@media all and (min-width: 751px) {
  article section#cs p br {
    display: block;
  }
  article section#cs h3 {
    width: 360px;
    margin: 80px auto 0px;
  }
  article section#cs .step {
    gap: 4%;
  }
  article section#cs .step li {
    width: 48%;
    padding-top: 40%;
  }
  article section#cs .detail {
    grid-template-columns: 120px 1fr;
  }
}
@media all and (min-width: 1001px) {
  article section#cs .step {
    gap: 10px 2%;
  }
  article section#cs .step li {
    width: 32%;
    padding-top: 28%;
    font-size: 1.2vw;
  }
}
@media all and (min-width: 1301px) {
  article section#cs .step {
    max-width: 870px;
    margin: auto;
  }
  article section#cs .step li {
    font-size: 1rem;
  }
}
/* -------------------------------------------- */
article section#recruit h2 {
  text-align: center;
}
article section#recruit h2.trigger {
  transition: 1.2s;
  transform-origin: center bottom;
  transform: scale(0) rotateY(-180deg);
  opacity: 0;
}
article section#recruit h2.trigger.move {
  transform: scale(1) rotateY(0deg);
  opacity: 1;
}
article section#recruit .let {
  padding-top: 30px;
  font-size: 1.2rem;
  font-weight: bold;
}
article section#recruit .let.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#recruit .let.trigger.move {
  opacity: 1;
}
article section#recruit .circle {
  padding-top: 30px;
}
article section#recruit .circle li {
  padding: 15px;
  text-align: center;
  font-size: 1.388rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  background-color: #e7d35a;
  border-radius: 10px;
}
article section#recruit .circle li.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#recruit .circle li.trigger.move {
  opacity: 1;
}
article section#recruit .circle li:nth-child(n + 2) {
  margin-top: 10px;
}
article section#recruit .merit_demerit {
  padding-bottom: 30px;
}
article section#recruit .merit_demerit .merit {
  margin-top: 30px;
}
article section#recruit .merit_demerit .merit.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#recruit .merit_demerit .merit.trigger.move {
  transform: translateX(0px);
  opacity: 1;
}
article section#recruit .merit_demerit .demerit {
  margin-top: 30px;
}
article section#recruit .merit_demerit .demerit.trigger {
  transition: 0.4s;
  transform: translateX(20px);
  opacity: 0;
}
article section#recruit .merit_demerit .demerit.trigger.move {
  transform: translateX(0px);
  opacity: 1;
}
article section#recruit .merit_demerit div h3 {
  text-align: center;
  font-size: 1.388rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.4em;
  border-radius: 5px;
  letter-spacing: 0.03em;
  position: relative;
}
article section#recruit .merit_demerit .merit h3 {
  background-color: #f0aa3e;
}
article section#recruit .merit_demerit .demerit h3 {
  background-color: #2ea0d2;
}
article section#recruit .merit_demerit div h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-5px);
  border: 6px solid transparent;
}
article section#recruit .merit_demerit .merit h3::after {
  border-top: 5px solid #f0aa3e;
}
article section#recruit .merit_demerit .demerit h3::after {
  border-top: 5px solid #2ea0d2;
}
article section#recruit .merit_demerit div dl {
  padding-top: 20px;
}
article section#recruit .merit_demerit div dl dt {
  display: flex;
  align-items: center;
  font-size: 1.277rem;
  font-weight: bold;
  position: relative;
}
article section#recruit .merit_demerit div dl dt:nth-of-type(n + 2) {
  margin-top: 10px;
}
article section#recruit .merit_demerit div dl dt::before {
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 37px;
  margin-right: 10px;
}
article section#recruit .merit_demerit .merit dl dt:nth-of-type(1)::before {
  background: url("../image/recruit/merit1.png") center center/contain no-repeat;
}
article section#recruit .merit_demerit .merit dl dt:nth-of-type(2)::before {
  background: url("../image/recruit/merit2.png") center center/contain no-repeat;
}
article section#recruit .merit_demerit .merit dl dt:nth-of-type(3)::before {
  background: url("../image/recruit/merit3.png") center center/contain no-repeat;
}
article section#recruit .merit_demerit .demerit dl dt:nth-of-type(1)::before {
  background: url("../image/recruit/demerit1.png") center center/contain no-repeat;
}
article section#recruit .merit_demerit .demerit dl dt:nth-of-type(2)::before {
  background: url("../image/recruit/demerit2.png") center center/contain no-repeat;
}
article section#recruit .merit_demerit .demerit dl dt:nth-of-type(3)::before {
  background: url("../image/recruit/demerit3.png") center center/contain no-repeat;
}
article section#recruit .merit_demerit div dl dd {
  padding-top: 10px;
  text-align: justify;
  font-size: 0.833rem;
}
article section#recruit .president {
  margin: 10px;
  padding: 15px;
  background-color: #ffffff;
  position: relative;
}
article section#recruit .president p {
  text-align: justify;
	font-size: 1rem;
  line-height: 1.875rem;
}
article section#recruit .president p.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#recruit .president p.trigger.move {
  opacity: 1;
}
article section#recruit .president p br {
  display: none;
}
article section#recruit .president::before {
  content: "";
  display: block;
  margin: 0px auto 20px;
  width: 160px;
  height: 164px;
  background: url(../image/recruit/president.png) center center/contain no-repeat;
}
article section#recruit .president.trigger::before {
  transition: 0.4s cubic-bezier(0.54, 1.42, 0.78, 1.54);
  transform: translateY(20px);
  opacity: 0;
}
article section#recruit .president.trigger.move::before {
  transform: translateY(0px);
  opacity: 1;
}
article section#recruit .president::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: repeating-linear-gradient(-45deg, #d8ba31, #d8ba31 2px, #e7d35a 2px, #e7d35a 5px);
  border-radius: 5px;
}
article section#recruit .tel_mail .tel {
  padding-top: 30px;
}
article section#recruit .tel_mail .tel.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#recruit .tel_mail .tel.trigger.move {
  transform: translateX(0px);
  opacity: 1;
}
article section#recruit .tel_mail .mail {
  padding-top: 30px;
}
article section#recruit .tel_mail .mail.trigger {
  transition: 0.4s;
  transform: translateX(20px);
  opacity: 0;
}
article section#recruit .tel_mail .mail.trigger.move {
  transform: translateX(0px);
  opacity: 1;
}
article section#recruit .tel_mail div h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.277rem;
  font-weight: bold;
  color: #e7be50;
  line-height: 2em;
  letter-spacing: 0.03em;
  border: 2px dashed #e7be50;
}
article section#recruit .tel_mail .tel .number {
}
article section#recruit .tel_mail .tel .number a {
  font-size: 1.944rem;
  font-weight: bold;
}
article section#recruit .tel_mail .tel .number span {
}
article section#recruit .tel_mail div .annotation {
  text-align: justify;
  font-size: 0.833rem;
}
article section#recruit .tel_mail div .annotation a {
  font-size: 0.833rem;
  font-weight: bold;
  color: #e7be50;
  text-decoration: underline;
}
@media all and (min-width: 751px) {
  article section#recruit .circle li br {
    display: none;
  }
  article section#recruit .tel_mail .tel .number a:hover {
    opacity: 0.6;
  }
  article section#recruit .tel_mail div .annotation a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1301px) {
  article section#recruit .let {
    text-align: center;
  }
  article section#recruit .circle {
    display: flex;
    justify-content: center;
  }
  article section#recruit .circle li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 357px;
    height: 357px;
    border-radius: 0px;
    background: url("../image/recruit/circle.png") center center/contain no-repeat;
  }
  article section#recruit .circle li:nth-child(n + 2) {
    margin-left: 10px;
  }
  article section#recruit .merit_demerit {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  article section#recruit .merit_demerit .merit {
    padding-right: 20px;
    border-right: 1px dashed #4f4946;
  }
  article section#recruit .merit_demerit .demerit {
    padding-left: 20px;
    border-left: 1px dashed #4f4946;
  }
  article section#recruit .president {
    min-height: 300px;
    margin: 20px;
    display: flex;
    align-items: center;
  }
  article section#recruit .president::before {
    position: absolute;
    top: -40px;
    right: -10px;
    width: 315px;
    height: 323px;
  }
  article section#recruit .president::after {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
  article section#recruit .president p {
    padding: 30px 270px 30px 20px;
  }
  article section#recruit .tel_mail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  article section#recruit .tel_mail .tel {
    padding-right: 20px;
  }
  article section#recruit .tel_mail .mail {
    padding-left: 20px;
  }
}
@media all and (min-width: 1451px) {
  article section#recruit .circle li br {
    display: block;
  }
}
/* -------------------------------------------- */
article section#company h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article section#company h2.trigger {
  transition: 0.4s;
  transform: translateX(-20px);
  opacity: 0;
}
article section#company h2.trigger.move {
  transform: translateX(0%);
  opacity: 1;
}
article section#company dl.trigger {
  transition: 0.4s;
  opacity: 0;
}
article section#company dl.trigger.move {
  opacity: 1;
}
article section#company dl dt {
  font-size: 1.111em;
  font-weight: bold;
  color: #e7be50;
  padding-top: 10px;
}
article section#company dl dt:first-of-type {
  padding-top: 0px;
}
article section#company dl dd {
  text-align: justify;
  font-size: 1em;
}
article section#company .ggmap .main,
article section#company .ggmap .sub {
  padding-top: 30px;
}
article section#company .ggmap .main iframe,
article section#company .ggmap .sub iframe {
  width: 100%;
  height: 250px;
}
article section#company .ggmap .main .name,
article section#company .ggmap .sub .name {
  padding-top: 10px;
  font-size: 1em;
}
@media all and (min-width: 751px) {
  article section#company h2 {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1300px) {
  article section#company dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 20px;
  }
  article section#company dl dt {
    padding-top: 0px;
  }
  article section#company .ggmap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  article section#company .ggmap .main {
    padding-right: 20px;
  }
  article section#company .ggmap .sub {
    padding-left: 20px;
  }
}
/* -------------------------------------------- */
article section#contact {
  background-color: #e7be50;
  position: relative;
}
article section#contact.trigger {
  transition: 0.4s;
  background-color: #f0dba2;
}
article section#contact.trigger.move {
  background-color: #e7be50;
}
article section#contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 90px;
  height: 82px;
  background: url("../image/contact/tamago.png") center center/contain no-repeat;
}
article section#contact h2 {
  margin-bottom: 50px;
  font-size: 2.222rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
}
article section#contact dl dt {
  font-size: 1em;

  color: #ffffff;
}
article section#contact dl dt:nth-of-type(n + 2) {
  padding-top: 20px;
}
article section#contact dl dd {
  margin-top: 5px;
}
article section#contact dl dd input,
article section#contact dl dd select,
article section#contact dl dd textarea {
  width: 100%;
  padding: 6px 10px;
  background-color: #ffffff;
}
article section#contact dl dd textarea {
  min-height: 100px !important;
  resize: vertical !important;
}
article section#contact dl dd input.error,
article section#contact dl dd select.error,
article section#contact dl dd textarea.error {
  background-color: #ffcccc;
}
article section#contact dl dd .validate {
  padding-top: 5px;
  font-size: 0.8em;
  font-weight: bold;
  color: #dd0000;
}
article section#contact .btn {
  margin-top: 20px;
  text-align: center;
  color: #e7be50;
  font-weight: bold;
  line-height: 3em;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
article section#contact .modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 60px 20px 150px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
article section#contact .modal dl dd {
  padding: 6px 10px;
  color: #444444;
  background-color: #ffffff;
}
article section#contact .modal .btn_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
article section#contact .privacy_let {
  padding-top: 50px;
  text-align: justify;
  color: #ffffff;
}
article section#contact .privacy_let span {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
article section#contact .privacy_main {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ffffff;
  display: none;
}
article section#contact .privacy_main h5 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}
article section#contact .privacy_main p {
  text-align: justify;
  font-size: 0.6rem;
  color: #ffffff;
}
article section#contact .privacy_main h6 {
  padding-top: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media all and (min-width: 751px) {
  article section#contact::after {
    top: 120px;
    right: 40px;
    width: 125px;
    height: 113px;
  }
  article section#contact h2 {
    margin-bottom: 100px;
  }
  article section#contact .btn:hover {
    transform: scale(0.95);
  }
  article section#contact .privacy_let span:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1300px) {
  article section#contact::after {
    top: auto;
    right: 40px;
    bottom: 20px;
  }
  article section#contact h2 {
    text-align: center;
  }
  article section#contact dl {
    display: grid;
    grid-template-columns: 170px 540px;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  article section#contact dl dt:nth-of-type(n + 2) {
    padding-top: 0px;
  }
  article section#contact dl dd {
    margin-top: 0px;
  }
  article section#contact dl dd input[name=name],
  article section#contact dl dd input[name=mail],
  article section#contact dl dd input[name=tel] {
    max-width: 285px;
  }
  article section#contact .btn {
    max-width: 330px;
    margin: 20px auto 0px;
  }
  article section#contact .modal .btn_wrap {
    max-width: 730px;
    margin: auto;
  }
  article section#contact .modal .btn_wrap .btn {
    width: 100%;
  }
  article section#contact .privacy_let {
    text-align: center;
  }
}
/* -------------------------------------------- */
article footer {
  text-align: center;
  font-size: 0.833rem;
  padding: 10px 0px;
}