@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 80.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__inner {
    width: 105rem;
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__large {
  width: 91.875rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__large {
    width: 105rem;
  }
}
@media screen and (max-width: 767px) {
  .__inner.__large {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: 112.5rem;
}
@media screen and (max-width: 991px) {
  .__inner.__wide {
    width: 105rem;
  }
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  color: #d4c0b1;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  color: #222;
  content: "※";
}

.__ttlstyle01 span.__jp {
  color: #e61517;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.125em;
  }
}
.__ttlstyle01 span.__en {
  color: #d8221f;
  display: block;
  font-size: 3.75rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.25em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
}
.__ttlstyle01.__light span.__jp, .__ttlstyle01.__light span.__en {
  color: #fff;
}

.__ttlstyle02 {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: min(5vw, 1.375em);
  }
}
.__ttlstyle02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  transform: scaleX(0);
  transition: all 0.8s ease 0.4s;
}
.__ttlstyle02.__inview::after {
  transform: scaleX(1);
}
.__ttlstyle02.__large {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02.__large {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__large {
    font-size: 1.5em;
  }
}
.__ttlstyle02.__light::after {
  background-color: #fff;
}

.__bg-entxt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .__bg-entxt {
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
  }
}
.__bg-entxt span.__en {
  white-space: nowrap;
  font-size: 19.5vw;
}
@media screen and (max-width: 767px) {
  .__bg-entxt span.__en {
    display: block;
    transform: rotate(90deg);
    transform-origin: 100% 30%;
    font-size: 10em;
  }
}

.__linkbtn.__01 a, .__linkbtn.__01 button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #e61517;
  width: 16em;
  padding: 0.6em 0.4em;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__01 a, .__linkbtn.__01 button {
    width: 12em;
  }
}
.__linkbtn.__01 a::before, .__linkbtn.__01 button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e61517, #ff4e45);
  opacity: 0;
  transition: all 0.36s ease;
}
.__linkbtn.__01 a span, .__linkbtn.__01 button span {
  display: block;
}
.__linkbtn.__01 a span.__txt, .__linkbtn.__01 button span.__txt {
  text-align: center;
  width: calc(100% - 1em);
}
@media screen and (max-width: 767px) {
  .__linkbtn.__01 a span.__txt, .__linkbtn.__01 button span.__txt {
    font-size: 0.95em;
  }
}
.__linkbtn.__01 a span.__arrow, .__linkbtn.__01 button span.__arrow {
  width: 1em;
}
.__linkbtn.__01 a span.__arrow i, .__linkbtn.__01 button span.__arrow i {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__01 a span.__arrow i, .__linkbtn.__01 button span.__arrow i {
    font-size: 0.8em;
  }
}
.__linkbtn.__01 a:hover::before, .__linkbtn.__01 button:hover::before {
  opacity: 1;
}
.__linkbtn.__01.__light a {
  color: #d8221f;
  background-color: #fff;
}
.__linkbtn.__01.__light a::before {
  background: linear-gradient(90deg, #fff, #e7e5e3);
}
.__linkbtn.__02 {
  position: relative;
  color: #fff;
  width: 2.4em;
  aspect-ratio: 1/1;
}
.__linkbtn.__02::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e61517, #ff4e45);
  transform: scale(0.85);
  transition: all 0.36s ease;
}
@media screen and (max-width: 991px) {
  .__linkbtn.__02::before {
    transform: scale(1);
  }
}
.__linkbtn.__02 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
}
.__linkbtn.__02:hover::before {
  transform: scale(1);
}

a.__txtlink {
  color: #222;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.sec-ttl {
  margin-bottom: 2em;
}

.sec-txt p {
  font-size: 1.125em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-txt p {
    font-size: 1em;
  }
}

.__imgstyle {
  position: relative;
}
.__imgstyle::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
}
.__imgstyle::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
}
.__imgstyle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap .__linkbtn {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap .__linkbtn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.__content-style02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.__content-style02 ul .list-item {
  background-color: #fff;
  width: calc(33.3333333333% - 1.6666666667rem);
  border: solid 1px #e7e5e3;
  padding: 1em;
}
@media screen and (max-width: 991px) {
  .__content-style02 ul .list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
  }
  .__content-style02 ul .list-item:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 ul .list-item {
    display: block;
  }
}
.__content-style02 ul .list-item .item-img {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .__content-style02 ul .list-item .item-img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 ul .list-item .item-img {
    width: 100%;
  }
}
.__content-style02 ul .list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style02 ul .list-item .item-txt {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .__content-style02 ul .list-item .item-txt {
    width: calc(60% - 2em);
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 ul .list-item .item-txt {
    width: 100%;
  }
}
.__content-style02 ul .list-item .item-txt h4 {
  text-align: center;
  color: #d8221f;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .__content-style02 ul .list-item .item-txt h4 {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 ul .list-item .item-txt h4 {
    font-size: min(4vw, 1.125em);
  }
}
.__content-style02 ul .list-item .item-txt p {
  margin-top: 1em;
  line-height: 1.6em;
}

.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  font-size: 1.125em;
  width: 10em;
  padding: 2em 0;
  border-bottom: solid 2px #222;
}
@media screen and (max-width: 1199px) {
  .__overview-table dl dt {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    padding: 1.6em 0;
    border-bottom: none;
  }
}
.__overview-table dl dd {
  font-size: 1.125em;
  width: calc(100% - 10em);
  padding: 2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #222;
}
@media screen and (max-width: 1199px) {
  .__overview-table dl dd {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
    padding-left: 0;
  }
}
.__overview-table dl dd a {
  display: inline;
  font-size: 1em;
}
.__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}

.__fix-bgimg-wrap {
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 991px) {
  .__fix-bgimg-wrap {
    height: 300px;
  }
}
.__fix-bgimg-wrap .fix-bgimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.__fix-bgimg-wrap .fix-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__bg-pattern::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pattern.png);
  background-size: 100px, 100px;
  background-repeat: repeat;
}

.entry-link-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .entry-link-list ul {
    display: block;
  }
}
.entry-link-list ul .link-list-item {
  position: relative;
  text-align: center;
  background-color: #fff;
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (max-width: 767px) {
  .entry-link-list ul .link-list-item {
    width: 100%;
  }
}
.entry-link-list ul .link-list-item .item-inner {
  padding: 2em 1em;
}
@media screen and (max-width: 767px) {
  .entry-link-list ul .link-list-item .item-inner {
    margin-bottom: 1em;
  }
}
.entry-link-list ul .link-list-item .item-inner .item-icon {
  background-color: #f3f0ee;
  border: solid 4px #f3f0ee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8em;
  aspect-ratio: 1/1;
  margin: 0 auto;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  .entry-link-list ul .link-list-item .item-inner .item-icon {
    width: 3.6em;
  }
}
.entry-link-list ul .link-list-item .item-inner .item-icon i {
  font-size: 1.75em;
}
@media screen and (max-width: 1199px) {
  .entry-link-list ul .link-list-item .item-inner .item-icon i {
    font-size: 1.5em;
  }
}
.entry-link-list ul .link-list-item .item-inner .item-content {
  margin-top: 1em;
}
.entry-link-list ul .link-list-item .item-inner .item-content .__num {
  color: #e61517;
  font-size: 2rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1199px) {
  .entry-link-list ul .link-list-item .item-inner .item-content .__num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-link-list ul .link-list-item .item-inner .item-content .__num {
    font-size: 1.75em;
  }
}
.entry-link-list ul .link-list-item .item-inner .item-content .__num span, .entry-link-list ul .link-list-item .item-inner .item-content .__num a {
  font-size: 1em;
  display: inline;
}
.entry-link-list ul .link-list-item .item-inner .item-content .__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .entry-link-list ul .link-list-item .item-inner .item-content .__txt {
    font-size: 2.2875rem;
  }
}
@media screen and (max-width: 991px) {
  .entry-link-list ul .link-list-item .item-inner .item-content .__txt {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-link-list ul .link-list-item .item-inner .item-content .__txt {
    font-size: 1.125em;
  }
}
.entry-link-list ul .link-list-item .item-inner .item-content .__note {
  font-size: 0.9em;
}
.entry-link-list ul .link-list-item .item-inner .item-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.entry-link-list ul .link-list-item .item-inner.__link:hover .item-icon {
  background-color: #fff;
}
.entry-link-list ul .link-list-item .item-inner.__link:hover .item-btn::before {
  transform: scale(1);
}
.entry-link-list ul .link-list-item.__instagram .item-inner .item-icon i {
  font-size: 2em;
}
@media screen and (max-width: 1199px) {
  .entry-link-list ul .link-list-item.__instagram .item-inner .item-icon i {
    font-size: 1.75em;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.8s cubic-bezier(0.68, -0.65, 0.25, 1.6) 0.3s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__txtAnimation.__marker {
  color: #fff;
  background: linear-gradient(transparent 0, #e61517 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 100%;
  padding: 0 0.4em;
  transition: background-size 0.8s 0.4s;
}
.__txtAnimation.__marker.__light {
  color: #222;
  background: linear-gradient(transparent 0, #fff 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 100%;
}
.__txtAnimation.__marker.__dark {
  background: linear-gradient(transparent 0, #222 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 100%;
}
.__txtAnimation.__marker.__inview {
  background-size: 100% 100%;
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.6s ease;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .header-logo {
  background-color: #fff;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
header .header-logo a {
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 1199px) {
  header .header-logo a {
    padding: 1.6em 2em;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo a {
    padding: 1.2em 1.6em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo a {
    padding: 1em 1.2em;
  }
}
header .header-logo img {
  width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .header-logo img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo img {
    width: 110px;
  }
}
@media screen and (max-width: 991px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(54, 54, 52, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn-wrap {
    margin: 1em;
    width: 72px;
    aspect-ratio: 1/1;
    background-color: #222;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn-wrap {
    margin: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span {
    background-color: #222;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
header .header-menu {
  margin: 1.875rem;
  padding: 0.6em;
  background-color: #fff;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  header .header-menu {
    width: 200px;
    height: 100vh;
    background-color: #f3f0ee;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 20px;
    padding-top: 80px;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.36s ease, transform 0s ease 0.36s;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.72s cubic-bezier(0.68, -0.65, 0.25, 1.6) 0.3s;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li {
  margin-left: 3em;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li {
    margin-left: 0;
  }
}
header .header-menu nav ul li a {
  position: relative;
  padding: 0.2em 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    padding: 0.4em 0;
    margin-top: 1.2em;
    border-bottom: solid 1px #e7e5e3;
  }
}
header .header-menu nav ul li a:hover {
  color: #e61517;
}
header .header-menu nav ul li:nth-of-type(1) {
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li:nth-of-type(1) {
    margin-left: 0;
  }
}
header .header-menu nav ul li.__current a {
  pointer-events: none;
  color: #e61517;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__recruit {
    margin-top: 30px;
  }
}
header .header-menu nav ul li.__recruit a {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #e61517;
  padding: 0.2em 2.4em;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__recruit a {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li.__recruit a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
header .header-menu nav ul li.__recruit a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e61517, #ff4e45);
  opacity: 0;
  transition: all 0.24s ease;
}
header .header-menu nav ul li.__recruit a:hover::before {
  opacity: 1;
}
header .header-menu nav ul li.__recruit.__current a {
  background-color: #222;
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(80, 80, 80, 0.1);
}
footer .footer-logo {
  margin-top: -1.25rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-logo {
    margin-top: 1em;
  }
}
footer .footer-logo img {
  width: 16.875rem;
  height: auto;
}
@media screen and (max-width: 1199px) {
  footer .footer-logo img {
    width: 175.5px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo img {
    width: 148.5px;
  }
}
footer .footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-info {
  padding-right: 2em;
}
footer .footer-inner .footer-info p a {
  display: inline;
}
footer .footer-inner .footer-menu {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu {
    margin-top: 3em;
  }
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .footer-menu ul li {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li {
    margin-left: 0;
  }
}
footer .footer-inner .footer-menu ul li a {
  padding: 0.2em 0;
  transition: all 0.2s ease;
}
footer .footer-inner .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-menu ul li:nth-of-type(1) {
  margin-left: 0;
}
footer .copyright {
  text-align: end;
  margin-top: 4em;
  padding-top: 1em;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 4em;
  }
}
footer .copyright p {
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  footer .copyright p {
    font-size: 11px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  position: relative;
  z-index: 2;
  width: 4em;
  aspect-ratio: 1/1;
  margin: 1.875rem;
  color: #fff;
  background-color: #e61517;
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 72px;
    margin: 1em;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    margin: 10px;
    width: 60px;
  }
}
#pagetop a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #e61517, #ff4e45);
  opacity: 0;
  transition: all 0.24s ease;
}
#pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25em;
}
#pagetop a:hover::before {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */