@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Open+Sans:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  color: #28292B;
  font-size: 16px;
  font-size: 1.333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

a {
  text-decoration: none;
  color: #28292B;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

figure {
  margin: 0;
}

img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

p, ul, ol, dl, table {
  line-height: 1.8;
}

.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg-cream {
  background-color: rgba(255, 168, 34, 0.08);
}

.bg-dots-or {
  background: rgba(255, 168, 34, 0.02) url(../images/common/bg-dot-or.svg) repeat center;
}

.c-orange {
  color: #FFA822;
}

.underline {
  background: linear-gradient(transparent 60%, #FFA822 60%);
}

.pc-none {
  display: none;
}

.for-mobile {
  display: none;
}

@media screen and (min-width: 1366px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .for-mobile {
    display: block;
  }
  .for-tab {
    display: none;
  }
}
/*------------------------
  Layout
------------------------*/
main {
  display: block;
}

.wrapper {
  max-width: 1260px;
  max-width: calc(1200px + 5vw);
  width: 100%;
  padding: 0 30px;
  padding: 0 2.5vw;
  margin: 0 auto;
}
.wrapper.narrow {
  max-width: 1060px;
}

.container {
  padding: 6.667vw 0 8.333vw;
}
.container.top {
  padding-top: 0;
}
.container.bottom {
  padding-bottom: 0;
}

@media screen and (min-width: 1366px) {
  .wrapper {
    padding: 0 30px;
  }
  .container {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 5.128vw;
  }
  .container {
    padding: 50px 0 60px;
  }
}
/*------------------------
  Header
------------------------*/
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header .logo {
  padding: 15px 0 0 40px;
  padding: 1.25vw 0 0 3.33vw;
}
.site-header .header-info {
  display: flex;
  flex-wrap: nowrap;
}
.site-header .header-info .tel a {
  display: block;
}
.site-header .header-info .tel .num {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-size: 2.167vw;
  font-weight: 700;
  position: relative;
}
.site-header .header-info .tel .num::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 10px;
  left: -28px;
  top: 0.833vw;
  left: -2.333vw;
  width: 18px;
  height: 18px;
  width: 1.5vw;
  height: 1.5vw;
  background: url(../images/common/icon-tel.svg) no-repeat center/100% auto;
}
.site-header .header-info .tel small {
  display: block;
  font-size: 13px;
  font-size: 1.083vw;
}
.site-header .header-info .download {
  margin-left: 20px;
  margin-left: 1.667vw;
}
.site-header .header-info .download a {
  display: block;
  border-radius: 0 0 0 10px;
  border-radius: 0 0 0 0.833vw;
  background-color: #FFA822;
  font-size: 15px;
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  padding: 0 37px;
  padding: 0 3.083vw;
}
.site-header .header-info .download a .icon {
  display: inline-block;
  padding-left: 30px;
  padding-left: 2.5vw;
  background: url(../images/common/icon-mail.svg) no-repeat left center/20px auto;
  background: url(../images/common/icon-mail.svg) no-repeat left center/1.677vw auto;
  line-height: 65px;
  line-height: 5.417vw;
}
.site-header .header-info .download a:hover {
  background-color: #F59500;
}

@media screen and (min-width: 1366px) {
  .site-header .logo {
    padding: 15px 0 0 40px;
  }
  .site-header .header-info .tel .num {
    font-size: 26px;
  }
  .site-header .header-info .tel .num::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: 10px;
    left: -28px;
    width: 18px;
    height: 18px;
  }
  .site-header .header-info .tel small {
    font-size: 13px;
  }
  .site-header .header-info .download {
    margin-left: 20px;
  }
  .site-header .header-info .download a {
    border-radius: 0 0 0 10px;
    font-size: 15px;
    padding: 0 37px;
  }
  .site-header .header-info .download a .icon {
    padding-left: 30px;
    background: url(../images/common/icon-mail.svg) no-repeat left center/20px auto;
    line-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header .logo {
    padding: 0 0 0 5.128vw;
  }
  .site-header .logo img {
    width: 200px;
  }
  .site-header .header-info {
    display: none;
  }
}
/*------------------------
  Global Navigation
------------------------*/
.gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  margin: 1.667vw 0;
}
.gnav ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gnav ul.menu li {
  border: solid #E6E6E6;
  border-width: 0 0 0 1px;
}
.gnav ul.menu li:last-child {
  border-width: 0 1px;
}
.gnav ul.menu li a {
  display: block;
  padding: 0 25px;
  padding: 0 2.083vw;
  font-size: 18px;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.4;
}
.gnav ul.menu li a:hover {
  color: #FFA822;
}
.gnav .lang {
  margin-left: 2.083vw;
}
.gnav .lang ul {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1;
  margin: 0 -0.2em;
}
.gnav .lang ul li {
  margin: 0 0.2em;
}
.gnav .lang a {
  font-size: 14px;
  font-size: 1.167vw;
  font-weight: 700;
  padding: 0.2em 0.5em;
  background-color: #F0F0F0;
  border-radius: 3px;
}
.gnav .lang a:hover {
  background-color: #FFA822;
  color: #FFF;
}

@media screen and (min-width: 1366px) {
  .gnav {
    margin: 20px 0;
  }
  .gnav ul.menu li a {
    padding: 0 25px;
    font-size: 18px;
  }
  .gnav .lang {
    margin-left: 25px;
  }
  .gnav .lang a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
}
/*------------------------
  Burger Menu
------------------------*/
.header-menu {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 0;
  width: 60px;
  height: 68px;
  padding: 24px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  display: none;
}
.header-menu.active {
  z-index: 300;
  display: block;
}
.header-menu.active .line.top, .header-menu.active .line.bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
}
.header-menu.active .top {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-menu.active .bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-menu .line {
  width: 100%;
  height: 2px;
  background-color: #28292B;
}
.header-menu .line.bottom {
  width: 65%;
}

.open {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 200;
  overflow-y: scroll;
  left: 0;
  top: 0;
  background-color: #FFF;
  display: none;
}
.open .menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 30px;
}
.open .menu li {
  margin: 0.8em 0;
}
.open .menu a {
  font-size: 18px;
  font-weight: 700;
}
.open .lang {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.open .lang p {
  font-size: 12px;
  line-height: 1;
  margin-right: 1em;
}
.open .lang ul {
  display: flex;
  line-height: 1;
  margin: 0 -0.2em;
}
.open .lang ul li {
  margin: 0 0.2em;
}
.open .lang a {
  font-size: 14px;
  font-weight: 700;
  padding: 0.2em 0.5em;
  background-color: #F0F0F0;
  border-radius: 3px;
}
.open .lang a:hover {
  background-color: #FFA822;
  color: #FFF;
}
.open .toggle-info {
  width: 100%;
  margin-top: 40px;
}
.open .toggle-info .tel a {
  text-align: center;
}
.open .toggle-info .tel a .num {
  font-size: 24px;
  font-weight: 700;
}
.open .toggle-info .tel a .num .icon {
  display: inline-block;
  padding-left: 26px;
  background: url(../images/common/icon-tel.svg) no-repeat left center/20px auto;
}
.open .toggle-info .tel a .small {
  font-size: 13px;
}
.open .toggle-info .download {
  max-width: 280px;
  width: 100%;
  margin: 30px auto 0;
}
.open .toggle-info .download a {
  display: block;
  background-color: #FFA822;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.open .toggle-info .download a .icon {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/icon-mail.svg) no-repeat left center/20px auto;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .header-menu {
    display: flex;
  }
}
/*------------------------
  Heading
------------------------*/
.content-title {
  font-weight: 700;
  font-size: 36px;
  font-size: 3vw;
  line-height: 2.2;
}
.content-title.small {
  font-size: 30px;
  font-size: 2.5vw;
}

.en-title {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.667vw;
  margin-bottom: 1.25vw;
}

.border-title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.border-title {
  border: 1px solid #28292B;
  border-radius: 0.833vw;
  font-size: 32px;
  font-size: 2.667vw;
  background-color: #FFF;
}
.border-title span {
  display: block;
  padding: 0.833vw 1.667vw;
}
.border-title span + span {
  border-top: 1px solid #28292B;
}

.tag-title {
  font-size: 36px;
  font-size: 3vw;
  text-align: center;
  color: #FFF;
  margin-bottom: 2.5vw;
}
.tag-title .inner {
  border-radius: 0.833vw;
  padding: 1.25vw 2.5vw;
  background-color: #FFA822;
  display: inline-block;
}

.sub-title {
  font-size: 24px;
  font-size: 2vw;
  font-weight: 700;
  position: relative;
  padding-left: 1.25vw;
  margin-bottom: 1.25vw;
}
.sub-title::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  background-color: #28292B;
  width: 3px;
  width: 0.25vw;
  height: calc(100% - 0.45em);
  border-radius: 1.5px;
  border-radius: 0.125vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dot-title {
  font-size: 24px;
  font-size: 2vw;
  font-weight: 700;
  position: relative;
  padding-left: 1.25vw;
  margin-bottom: 1.25vw;
}
.dot-title::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  background-color: #FFA822;
  width: 0.833vw;
  height: 0.833vw;
  border-radius: 50%;
  left: -3px;
  left: -0.25vw;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1366px) {
  .content-title {
    font-size: 36px;
  }
  .content-title.small {
    font-size: 30px;
  }
  .en-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .border-title {
    border-radius: 10px;
    font-size: 34px;
  }
  .border-title span {
    padding: 10px 30px;
  }
  .tag-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .tag-title .inner {
    border-radius: 10px;
    padding: 15px 30px;
  }
  .sub-title {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .sub-title::before {
    width: 3px;
    border-radius: 2px;
  }
  .dot-title {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .dot-title::before {
    width: 10px;
    height: 10px;
    left: -3px;
  }
}
@media screen and (max-width: 768px) {
  .content-title {
    font-size: 24px;
    line-height: 2;
  }
  .content-title.small {
    font-size: 20px;
  }
  .en-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .border-title {
    font-size: 24px;
  }
  .border-title span {
    padding: 10px 15px;
  }
  .tag-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .tag-title .inner {
    border-radius: 10px;
    padding: 10px 15px;
  }
  .sub-title {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .sub-title::before {
    width: 3px;
    border-radius: 1.5px;
  }
  .dot-title {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .dot-title::before {
    width: 10px;
    height: 10px;
    left: -3px;
  }
}
/*------------------------
  Common
------------------------*/
.ly-row {
  display: flex;
  flex-wrap: wrap;
}
.ly-row .full {
  width: 100%;
}
.ly-row .col2 {
  width: 50%;
}
.ly-row .col3 {
  width: 33.33%;
}
.ly-row .col4 {
  width: 25%;
}

.scroll-nav {
  padding: 5vw 0 0;
}
.scroll-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.417vw -0.417vw 0;
}
.scroll-nav ul li {
  width: 33.333%;
  padding: 0.417vw;
}
.scroll-nav ul li a {
  display: block;
  background-color: #FFA822;
  border-radius: 6px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  padding: 1vw 0.833vw;
}
.scroll-nav ul li a:hover {
  background-color: #F59500;
}

@media screen and (min-width: 1366px) {
  .scroll-nav {
    padding: 60px 0 0;
  }
  .scroll-nav ul {
    margin: -5px -5px 0;
  }
  .scroll-nav ul li {
    padding: 5px;
  }
  .scroll-nav ul li a {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ly-row .full {
    width: 100%;
  }
  .ly-row .col2 {
    width: 100%;
  }
  .ly-row .col3 {
    width: 50%;
  }
  .ly-row .col4 {
    width: 50%;
  }
  .scroll-nav {
    padding: 25px 0 0;
  }
  .scroll-nav ul {
    margin: 0 -2px;
  }
  .scroll-nav ul li {
    width: 50%;
    padding: 2px;
  }
  .scroll-nav ul li a {
    padding: 8px 5px;
    font-size: 13px;
  }
}
/*------------------------
  button
------------------------*/
.btn-orange a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 0 3.083vw;
  font-size: 15px;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 5vw;
  background-color: #FFA822;
  border-radius: 0.833vw;
}
.btn-orange a:hover {
  background-color: #F59500;
}

/*------------------------
  table
------------------------*/
table {
  width: 100%;
  border: solid #E6E6E6;
  border-width: 1px 1px 0 0;
  border-spacing: 0;
  table-layout: auto;
  border-radius: 10px;
}
table th, table td {
  padding: 1.25vw;
  border: solid #E6E6E6;
  border-width: 0 0 1px 1px;
}
table th {
  background-color: #FFA822;
  color: #FFF;
}
table td {
  background-color: #FFF;
}
table thead tr th:first-child {
  border-top-left-radius: 10px;
}
table thead tr th:last-child {
  border-top-right-radius: 10px;
}
table tbody tr:last-child th:first-child,
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table.col2 tbody td {
  width: 50%;
}

@media screen and (min-width: 1366px) {
  table th, table td {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  table th, table td {
    padding: 10px;
    font-size: 14px;
  }
}
/*------------------------
  Breadcrumbs
------------------------*/
.breadcrumbs {
  padding: 1.25vw 0 0;
  font-size: 13px;
  font-size: 1.083vw;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25vw;
}
.breadcrumbs ul li {
  padding: 0 1.25vw;
  line-height: 1;
  border-left: 1px solid #E6E6E6;
}
.breadcrumbs ul li:first-child {
  border-left: none;
}

@media screen and (min-width: 1366px) {
  .breadcrumbs {
    padding: 15px 0 0;
    font-size: 13px;
  }
  .breadcrumbs ul {
    margin: 0 -15px;
  }
  .breadcrumbs ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 0 0;
    font-size: 13px;
  }
  .breadcrumbs ul {
    margin: 0 -10px;
  }
  .breadcrumbs ul li {
    padding: 0 10px;
  }
}
/*------------------------
  Page Title
------------------------*/
.page-title {
  background: url(../images/common/bg-pagetitle.jpg) no-repeat center/cover;
  height: 250px;
  height: 20.833vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  text-align: center;
  font-size: 42px;
  font-size: 3.5vw;
  font-weight: 700;
  white-space: nowrap;
}
.page-title h2 small {
  display: block;
}

@media screen and (min-width: 1366px) {
  .page-title {
    height: 250px;
  }
  .page-title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    height: 120px;
  }
  .page-title h2 {
    font-size: 24px;
  }
}
/*------------------------
  Footer
------------------------*/
.site-footer {
  background-color: #F0F0F0;
  padding: 70px 0 35px;
  padding: 5.833vw 0 2.917vw;
}
.site-footer .ft-logo {
  width: 400px;
  width: 33.333vw;
}
.site-footer .ft-logo img {
  width: 100%;
}
.site-footer .ly-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-top: 2.5vw;
}
.site-footer .ly-row .ft-info h3 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.333vw;
  margin-bottom: 5px;
  margin-bottom: 0.417vw;
}
.site-footer .ly-row .ft-info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.167vw;
  line-height: 2.2;
}
.site-footer .ly-row .ft-info dl dt {
  width: 3.5em;
}
.site-footer .ly-row .ft-info dl dd {
  width: calc(100% - 3.5em);
}
.site-footer .ly-row .ft-nav ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -20px;
  margin: 0 -1.667vw;
}
.site-footer .ly-row .ft-nav ul li {
  padding: 0 20px;
  padding: 0 1.25vw;
  border: solid #E6E6E6;
  border-width: 0 0 0 1px;
}
.site-footer .ly-row .ft-nav ul li:first-child {
  border-width: 0;
}
.site-footer .ly-row .ft-nav ul li a {
  display: block;
  font-size: 12px;
  font-size: 1vw;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
}
.site-footer .ly-row .ft-nav .dl-btn {
  border-top: 1px solid #E6E6E6;
  margin-top: 2.5vw;
  padding-top: 2.5vw;
}
.site-footer .ly-row .ft-nav .dl-btn a {
  display: inline-block;
  padding: 0 37px;
  padding: 0 3.083vw;
  background-color: #FFA822;
  border-radius: 0.833vw;
  font-size: 15px;
  font-size: 1.25vw;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.site-footer .ly-row .ft-nav .dl-btn a .icon {
  display: inline-block;
  padding-left: 2.5vw;
  line-height: 5vw;
  background: url(../images/common/icon-mail.svg) no-repeat left center/20px auto;
  background: url(../images/common/icon-mail.svg) no-repeat left center/1.677vw auto;
}
.site-footer .ly-row .ft-nav .dl-btn a:hover {
  background-color: #F59500;
}
.site-footer .copy {
  text-align: center;
  font-size: 11px;
  font-size: 0.917vw;
  line-height: 1;
  margin-top: 5vw;
}

@media screen and (min-width: 1366px) {
  .site-footer {
    padding: 70px 0 35px;
  }
  .site-footer .ft-logo {
    width: 400px;
  }
  .site-footer .ly-row {
    margin-top: 30px;
  }
  .site-footer .ly-row .ft-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .site-footer .ly-row .ft-info dl {
    font-size: 14px;
  }
  .site-footer .ly-row .ft-nav ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -20px;
  }
  .site-footer .ly-row .ft-nav ul li {
    padding: 0 20px;
  }
  .site-footer .ly-row .ft-nav ul li a {
    font-size: 13px;
  }
  .site-footer .ly-row .ft-nav .dl-btn {
    margin-top: 30px;
    padding-top: 30px;
  }
  .site-footer .ly-row .ft-nav .dl-btn a {
    padding: 0 37px;
    border-radius: 10px;
    font-size: 15px;
  }
  .site-footer .ly-row .ft-nav .dl-btn a .icon {
    padding-left: 30px;
    line-height: 60px;
    background: url(../images/common/icon-mail.svg) no-repeat left center/20px auto;
  }
  .site-footer .copy {
    font-size: 11px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 40px 0 20px;
  }
  .site-footer .ft-logo {
    width: 210px;
    margin: 0 auto;
  }
  .site-footer .ft-logo img {
    display: block;
    margin: 0 auto;
  }
  .site-footer .ly-row {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .site-footer .ly-row .ft-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .ly-row .ft-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .site-footer .ly-row .ft-info dl {
    font-size: 13px;
    margin: 0 auto;
    width: 300px;
  }
  .site-footer .ly-row .ft-info dl dt {
    width: 3em;
  }
  .site-footer .ly-row .ft-info dl dd {
    width: calc(100% - 3em);
  }
  .site-footer .ly-row .ft-nav {
    display: none;
  }
  .site-footer .copy {
    font-size: 11px;
    margin-top: 40px;
  }
}
/*------------------------
  Page Top
------------------------*/
.page-top {
  position: fixed;
  right: 30px;
  right: 2.5vw;
  bottom: 40px;
  bottom: 3.333vw;
  width: 80px;
  width: 6.667vw;
  height: 80px;
  height: 6.667vw;
  border-radius: 50%;
  cursor: pointer;
  background-color: #67696C;
}
.page-top::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 6px 6.5px;
  border-color: transparent transparent #FFF transparent;
}

@media screen and (min-width: 1366px) {
  .page-top {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}