@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4E4E4E;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}

a {
  color: #B6C0CA;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

a:hover, a:active, a.active {
  color: #d2ef3a;
}

h1 a, .pgtop a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------common--------------------------------------------------------- */
.brpc {
  display: block;
}

.brsp {
  display: none;
}

header {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
header.on .inner h1 a {
  background-image: url(../images/logo_white.svg);
}
header.on .inner h1 span {
  color: #FFF;
}
header.on .inner .btn a {
  color: #05a365;
  background-color: #FFF;
}
header.on .inner .hum {
  background-color: #FFF;
}
header.on .inner .hum > div span {
  background-color: #05a365;
}
header.on .inner .hum > div span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
header.on .inner .hum > div span:nth-child(2) {
  opacity: 0;
}
header.on .inner .hum > div span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
header .inner {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
header .inner h1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
header .inner h1 a {
  width: 142px;
  height: 36px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in 0s;
}
header .inner h1 span {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
header .inner .btn {
  width: 120px;
  margin-left: auto;
  transition: all 0.3s ease-in 0s;
}
header .inner .btn:hover {
  transform: scale(1.05);
}
header .inner .btn a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 40px;
  background-color: #05a365;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
header .inner .hum {
  width: 40px;
  height: 40px;
  background-color: #05a365;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in 0s;
}
header .inner .hum:hover {
  transform: scale(1.05);
}
header .inner .hum > div {
  width: 16px;
  height: 14px;
  position: relative;
}
header .inner .hum > div span {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  transition: all 0.3s ease-in 0s;
}
header .inner .hum > div span:nth-child(1) {
  top: 0px;
}
header .inner .hum > div span:nth-child(2) {
  top: 6px;
}
header .inner .hum > div span:nth-child(3) {
  top: 12px;
}
header .inner p {
  width: 100%;
  height: 40px;
  background-image: url(../images/bg_tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 12px 12px;
  transition: all 0.3s ease-in 0s;
}
header .inner p span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}

nav {
  width: 100%;
  padding: 160px 0 120px 0;
  position: fixed;
  z-index: 777;
  clip-path: inset(0 0 100% 0);
  transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}
nav.on {
  clip-path: inset(0 0 0 0);
}
nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #05a365;
  opacity: 0.95;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
nav .inner {
  text-align: left;
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
nav .inner dl {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner dl.cat1 dt span {
  width: 265px;
  height: 56px;
  background-image: url(../images/body_sp.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav .inner dl.cat2 {
  padding-top: 32px;
}
nav .inner dl.cat2 dt.link {
  padding: 0 0 20px 0;
  margin-bottom: 24px;
  border-bottom: solid 1px #FFF;
}
nav .inner dl.cat2 dt.link:hover a::before {
  background-image: url(../images/arrow_nav_hv.svg);
}
nav .inner dl.cat2 dt.link:hover a span {
  color: #d2ef3a;
}
nav .inner dl.cat2 dt.link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
nav .inner dl.cat2 dt.link a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.3s ease-in 0s;
}
nav .inner dl.cat2 dt.link a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
nav .inner dl.cat3 {
  padding-top: 32px;
}
nav .inner dl dt {
  width: 100%;
  padding: 0 0 16px 0;
  margin-bottom: 16px;
  border-bottom: solid 1px #FFF;
}
nav .inner dl dt span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
nav .inner dl dd {
  width: 100%;
}
nav .inner dl dd:not(:last-child) {
  margin-bottom: 12px;
}
nav .inner dl dd:hover a::before {
  background-image: url(../images/arrow_nav_hv.svg);
}
nav .inner dl dd:hover a span {
  color: #d2ef3a;
}
nav .inner dl dd a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
nav .inner dl dd a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.3s ease-in 0s;
}
nav .inner dl dd a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}

footer {
  width: 100%;
  position: relative;
}
footer .inner {
  width: 100%;
  margin: 0;
  position: relative;
}
footer .inner .ph {
  width: 100%;
}
footer .inner .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
footer .inner .text > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px 0;
}
footer .inner .text > div p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
footer .inner .text > div h4 {
  width: 1020px;
  height: 90px;
  background-image: url(../../home/images/catch.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
footer .inner .text > div h4::before {
  content: "";
  width: 7.7%;
  height: 100%;
  background-image: url(../../home/images/catch_first.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: transform 0.75s ease-out 0s;
}
footer .inner .text .btn {
  width: 520px;
  perspective: 960px;
  position: relative;
}
footer .inner .text .btn::before {
  content: "";
  width: 81px;
  height: 169px;
  background-image: url(../images/man_entry1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 85px);
  left: -40px;
  z-index: 3;
}
footer .inner .text .btn::after {
  content: "";
  width: 66px;
  height: 161px;
  background-image: url(../images/man_entry2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 80px);
  right: -33px;
  z-index: 3;
}
footer .inner .text .btn:hover a {
  animation-name: flip2;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
footer .inner .text .btn a {
  width: 100%;
  height: 160px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}
footer .inner .text .btn a span {
  color: #05a365;
  font-family: "poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
footer .cp {
  width: 100%;
  padding: 48px 0 48px 0;
  border-top: solid 1px #E6E6E6;
}
footer .cp p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
footer .pgtop {
  width: 45px;
  height: 95px;
  background-color: #05a365;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0px;
  bottom: 59px;
  z-index: 5;
  cursor: pointer;
  display: none;
}
footer .pgtop:hover {
  background-color: #d2ef3a;
}
footer .pgtop span {
  width: 10px;
  height: 46px;
  background-image: url(../images/pagetop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }

  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  body {
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  header {
    padding: 16px 8px 16px 16px;
  }
  header .inner h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  header .inner h1 a {
    width: 95px;
    height: 24px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease-in 0s;
  }
  header .inner h1 span {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  header .inner .btn {
    width: 90px;
  }
  header .inner .btn:hover {
    transform: scale(1);
  }
  header .inner .btn a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    height: 30px;
    border-radius: 15px;
  }
  header .inner .hum {
    width: 30px;
    height: 30px;
    background-color: #05a365;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in 0s;
  }
  header .inner .hum:hover {
    transform: scale(1);
  }
  header .inner .hum > div {
    width: 12px;
    height: 12px;
    position: relative;
  }
  header .inner .hum > div span {
    width: 100%;
    height: 2px;
  }
  header .inner .hum > div span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum > div span:nth-child(2) {
    top: 5px;
  }
  header .inner .hum > div span:nth-child(3) {
    top: 10px;
  }
  header .inner p {
    width: 100%;
    height: 40px;
    background-image: url(../images/bg_tt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 12px 12px;
    transition: all 0.3s ease-in 0s;
  }
  header .inner p span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }

  nav {
    width: 100%;
    padding: 80px 0 60px 0;
  }
  nav .inner {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner dl.cat1 dt span {
    width: 265px;
    height: 56px;
    background-image: url(../images/body_sp.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  nav .inner dl.cat2 {
    padding-top: 32px;
  }
  nav .inner dl.cat2 dt.link {
    padding: 0 0 20px 0;
    margin-bottom: 24px;
    border-bottom: solid 1px #FFF;
  }
  nav .inner dl.cat2 dt.link:hover a::before {
    background-image: url(../images/arrow_nav_hv.svg);
  }
  nav .inner dl.cat2 dt.link:hover a span {
    color: #d2ef3a;
  }
  nav .inner dl.cat2 dt.link a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  nav .inner dl.cat2 dt.link a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transition: all 0.3s ease-in 0s;
  }
  nav .inner dl.cat2 dt.link a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  nav .inner dl.cat3 {
    padding-top: 32px;
  }
  nav .inner dl dt {
    width: 100%;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: solid 1px #FFF;
  }
  nav .inner dl dt span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  nav .inner dl dd {
    width: 100%;
  }
  nav .inner dl dd:not(:last-child) {
    margin-bottom: 12px;
  }
  nav .inner dl dd:hover a::before {
    background-image: url(../images/arrow_nav_hv.svg);
  }
  nav .inner dl dd:hover a span {
    color: #d2ef3a;
  }
  nav .inner dl dd a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  nav .inner dl dd a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transition: all 0.3s ease-in 0s;
  }
  nav .inner dl dd a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }

  footer {
    width: 100%;
    position: relative;
  }
  footer .inner {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  footer .inner .ph {
    width: 100%;
  }
  footer .inner .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px 0;
  }
  footer .inner .text > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
  }
  footer .inner .text > div p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  footer .inner .text > div h4 {
    width: calc(100% - 32px);
    height: calc((100vw - 32px) * 0.09);
  }
  footer .inner .text .btn {
    width: calc(100% - 64px);
    perspective: none;
    position: relative;
  }
  footer .inner .text .btn::before {
    content: "";
    width: 40px;
    height: 85px;
    background-image: url(../images/man_entry1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 43px);
    left: -20px;
    z-index: 3;
  }
  footer .inner .text .btn::after {
    content: "";
    width: 33px;
    height: 80px;
    background-image: url(../images/man_entry2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    right: -16px;
    z-index: 3;
  }
  footer .inner .text .btn:hover a {
    animation: none;
  }
  footer .inner .text .btn a {
    height: 80px;
  }
  footer .inner .text .btn a span {
    color: #05a365;
    font-family: "poppins", sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  footer .cp {
    width: 100%;
    padding: 48px 0 48px 0;
    border-top: solid 1px #E6E6E6;
  }
  footer .cp p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  footer .pgtop {
    width: 45px;
    height: 95px;
    border-radius: 10px 0 0 10px;
    right: 0px;
    bottom: 59px;
  }
  footer .pgtop:hover {
    background-color: #d2ef3a;
  }
  footer .pgtop span {
    width: 10px;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/*# sourceMappingURL=style_common.css.map */
