/*============================================================================
               header
============================================================================ */
.ly_header {
  background: linear-gradient(rgba(255, 255, 255, 0.6) 0%, transparent 100%);
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  min-height: 60px;
  min-height: 15.3846153846vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .ly_header {
    min-height: 100px;
  }
}
.ly_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 8px 10px 16px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_inner {
    padding: 0;
    padding-left: 40px;
    padding-left: 3.125vw;
    padding-right: 24px;
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_inner {
    padding: 0 24px 0 40px;
  }
}
.ly_header_logo {
  width: 124px;
  width: 31.7948717949vw;
  max-width: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_logo {
    min-width: 124px;
    margin-right: 40px;
    margin-right: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_logo {
    width: 100%;
    max-width: 199px;
    margin-right: 40px;
  }
}
.ly_header_logo a {
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .ly_header_logo a.__hidden {
    opacity: 0;
    visibility: hidden;
  }
}
.ly_header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  top: 2.5641025641vw;
  right: 64px;
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  width: 48px;
  width: 12.3076923077vw;
  max-width: 48px;
  height: 40px;
  height: 10.2564102564vw;
  max-height: 40px;
  border-radius: 80px;
}
@media screen and (min-width: 768px) {
  .ly_header_contact {
    display: none;
  }
}
.ly_header_contact a {
  line-height: 1;
}
.ly_header_hamBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  top: 2.5641025641vw;
  right: 8px;
  z-index: 1000;
  width: 48px;
  width: 12.3076923077vw;
  max-width: 48px;
  height: 40px;
  height: 10.2564102564vw;
  max-height: 40px;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ly_header_hamBtn {
    display: none;
  }
}
.ly_header_hamBtn .__hidden {
  font-size: 0;
}
.ly_header_hamBtn .__border {
  display: block;
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  border-radius: 100vh;
  position: relative;
}
.ly_header_hamBtn .__border::before, .ly_header_hamBtn .__border::after {
  display: block;
  content: "";
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  border-radius: 100vh;
  position: absolute;
  transition: 0.2s ease-in-out;
}
.ly_header_hamBtn .__border::before {
  top: -8px;
}
.ly_header_hamBtn .__border::after {
  bottom: -8px;
}
.ly_header_hamBtn.__active .__border {
  height: 0;
}
.ly_header_hamBtn.__active .__border::before, .ly_header_hamBtn.__active .__border::after {
  top: 0;
  width: 29px;
}
.ly_header_hamBtn.__active .__border::before {
  transform: rotate(36.3deg);
}
.ly_header_hamBtn.__active .__border::after {
  transform: rotate(-36.3deg);
}
.ly_header_hamBtn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ly_header_nav {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 16px;
  padding: 4.1025641026vw;
  padding-top: 60px;
}
.ly_header_nav.__active {
  display: block;
}
@media screen and (min-width: 768px) {
  .ly_header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: auto;
    overflow-y: unset;
    padding: 0;
    background: transparent;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_nav__list {
    margin-right: 40px;
    margin-right: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_nav__list {
    margin-right: 40px;
  }
}
.ly_header_nav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__list ul {
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_nav__list ul {
    gap: clamp(16px, 2vw, 40px);
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_nav__list ul {
    gap: 40px;
  }
}
.ly_header_nav__list a {
  display: block;
  font-size: 16px;
  font-size: 4.1025641026vw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding: 24px;
  padding: 6.1538461538vw;
  padding-left: 8px;
  padding-left: 2.0512820513vw;
  padding-right: 8px;
  padding-right: 2.0512820513vw;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__list a {
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    padding: 0;
    border: none;
  }
}
.ly_header_nav__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  gap: 4.1025641026vw;
  background: #f6faed;
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  padding: 24px;
  padding: 6.1538461538vw;
  padding-top: 48px;
  padding-top: 12.3076923077vw;
  padding-bottom: 24px;
  padding-bottom: 6.1538461538vw;
  position: relative;
  margin-top: 24px;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__qa {
    width: auto;
    max-width: 146px;
    min-width: 110px;
    margin: 0 8px 0 0;
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_nav__qa {
    width: 146px;
  }
}
.ly_header_nav__qa::before {
  display: block;
  content: "";
  width: 122px;
  width: 31.2820512821vw;
  height: 77px;
  height: 19.7435897436vw;
  background-image: url(../../img/common/img_cta_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  top: -4.358974359vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__qa::before {
    display: none;
  }
}
.ly_header_nav__qa > p {
  text-align: center;
  font-size: 12px;
  font-size: 3.0769230769vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__qa > p {
    display: none;
  }
}
.ly_header_nav__qa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 3.8461538462vw;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  max-width: 310px;
  max-width: 79.4871794872vw;
  height: 72px;
  height: 18.4615384615vw;
  border-radius: 100vh;
  padding: 22px;
  padding: 5.641025641vw;
  padding-left: 40px;
  padding-left: 10.2564102564vw;
  padding-right: 24px;
  padding-right: 6.1538461538vw;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__qa a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    background: #fff;
    border: 1px solid #23ac38;
    color: #23ac38;
    box-shadow: none;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_nav__qa a {
    padding: 0;
    padding-left: 22px;
    padding-left: 1.71875vw;
    padding-right: 22px;
    padding-right: 1.71875vw;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_nav__qa a {
    padding: 0 22px 0 22px;
  }
}
.ly_header_nav__qa a span {
  display: block;
  border-radius: 100vh;
  width: 32px;
  width: 8.2051282051vw;
  height: 20px;
  height: 5.1282051282vw;
  position: absolute;
  right: 24px;
  right: 6.1538461538vw;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__qa a span {
    display: none;
  }
}
.ly_header_nav__qa a span::before, .ly_header_nav__qa a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  transition: 0.2s ease-out;
  width: 32px;
  width: 8.2051282051vw;
  height: 20px;
  height: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__qa a span::before, .ly_header_nav__qa a span::after {
    display: none;
  }
}
.ly_header_nav__qa a span::before {
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  background-image: url(../../img/common/arr_wh.svg);
}
.ly_header_nav__qa a span::after {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  right: 32px;
  right: 8.2051282051vw;
  background-image: url(../../img/common/arr_wh.svg);
}
.ly_header_nav__qa a:hover {
  color: #fff !important;
  background: #ffa372;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.8);
  border: none !important;
  opacity: 1;
}
.ly_header_nav__qa a:hover span::before {
  right: -32px;
  right: -8.2051282051vw;
}
.ly_header_nav__qa a:hover span::after {
  right: 0;
}
.ly_header_nav__contact {
  width: 310px;
  width: 79.4871794872vw;
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__contact {
    width: auto;
    max-width: 146px;
    min-width: 100px;
    margin: 0;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_nav__contact {
    width: 146px;
  }
}
.ly_header_nav__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 3.8461538462vw;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  max-width: 310px;
  max-width: 79.4871794872vw;
  height: 72px;
  height: 18.4615384615vw;
  border-radius: 100vh;
  padding: 22px;
  padding: 5.641025641vw;
  padding-left: 40px;
  padding-left: 10.2564102564vw;
  padding-right: 24px;
  padding-right: 6.1538461538vw;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__contact a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    box-shadow: none;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_nav__contact a {
    padding: 0;
    padding-left: 22px;
    padding-left: 1.71875vw;
    padding-right: 22px;
    padding-right: 1.71875vw;
  }
}
@media screen and (min-width: 1281px) {
  .ly_header_nav__contact a {
    padding: 0 22px 0 22px;
  }
}
.ly_header_nav__contact a span {
  display: block;
  border-radius: 100vh;
  width: 32px;
  width: 8.2051282051vw;
  height: 20px;
  height: 5.1282051282vw;
  position: absolute;
  right: 24px;
  right: 6.1538461538vw;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__contact a span {
    display: none;
  }
}
.ly_header_nav__contact a span::before, .ly_header_nav__contact a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  transition: 0.2s ease-out;
  width: 32px;
  width: 8.2051282051vw;
  height: 20px;
  height: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__contact a span::before, .ly_header_nav__contact a span::after {
    display: none;
  }
}
.ly_header_nav__contact a span::before {
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  background-image: url(../../img/common/arr_wh.svg);
}
.ly_header_nav__contact a span::after {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  right: 32px;
  right: 8.2051282051vw;
  background-image: url(../../img/common/arr_wh.svg);
}
.ly_header_nav__contact a:hover {
  color: #fff !important;
  background: #ffa372;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.8);
  border: none !important;
  opacity: 1;
}
.ly_header_nav__contact a:hover span::before {
  right: -32px;
  right: -8.2051282051vw;
}
.ly_header_nav__contact a:hover span::after {
  right: 0;
}
.ly_header_nav__txt {
  font-size: 11px;
  font-size: 2.8205128205vw;
  line-height: 1.6;
  text-align: center;
  margin-top: 50px;
  margin-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .ly_header_nav__txt {
    display: none;
  }
}
.ly_header_nav__logo {
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 4.1025641026vw;
  width: 199px;
  width: 51.0256410256vw;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_header_nav__logo {
    margin-top: 16px;
    width: 199px;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_nav__logo {
    display: none;
  }
}

html.js_scroll_prevent {
  width: 100%;
  height: 100%;
  position: fixed;
}

.ly_footer {
  background: #f6faed;
  margin-top: 80px;
  margin-top: 20.5128205128vw;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer {
    margin-top: 120px;
  }
}
.ly_footer_top {
  padding: 24px;
  padding: 6.1538461538vw;
  padding-top: 56px;
  padding-top: 14.358974359vw;
  padding-bottom: 64px;
  padding-bottom: 16.4102564103vw;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_top {
    padding: 56px 24px 64px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_top {
    padding: 120px 0 104px;
  }
}
.ly_footer_top::before, .ly_footer_top::after {
  display: block;
  content: "";
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
.ly_footer_top::before {
  background-image: url(../../img/common/img_cta_01.png);
  width: 175px;
  width: 44.8717948718vw;
  height: 110px;
  height: 28.2051282051vw;
  top: -42px;
  top: -10.7692307692vw;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_top::before {
    width: 175px;
    height: 110px;
    top: 42px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_top::before {
    width: 447px;
    height: 281px;
    top: -44px;
  }
}
.ly_footer_top::after {
  background-image: url(../../img/common/img_cta_02.png);
  width: 132px;
  width: 33.8461538462vw;
  height: 93px;
  height: 23.8461538462vw;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_top::after {
    width: 132px;
    height: 93px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_top::after {
    width: 337px;
    height: 238px;
  }
}
.ly_footer_top__head {
  text-align: center;
  font-size: 24px;
  font-size: 6.1538461538vw;
  line-height: 1.6;
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_top__head {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_top__head {
    font-size: 3.4rem;
  }
}
.ly_footer_top__lead {
  text-align: center;
  font-size: 12px;
  font-size: 3.0769230769vw;
  line-height: 2;
  margin-top: 14px;
  margin-top: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .ly_footer_top__lead {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.ly_footer_top__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  gap: 4.1025641026vw;
  margin-top: 24px;
  margin-top: 6.1538461538vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ly_footer_top__btn {
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_top__btn {
    gap: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_top__btn {
    gap: 42px;
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .ly_footer_top__btn a {
    width: 400px;
  }
}
.ly_footer_bottom {
  background: #fff;
  border-top-left-radius: 40px;
  border-top-left-radius: 10.2564102564vw;
  border-top-right-radius: 40px;
  border-top-right-radius: 10.2564102564vw;
  padding: 32px;
  padding: 8.2051282051vw;
  padding-bottom: 16px;
  padding-bottom: 4.1025641026vw;
  margin-left: 16px;
  margin-left: 4.1025641026vw;
  margin-right: 16px;
  margin-right: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .ly_footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_bottom {
    padding: 32px 32px 16px;
    margin: 0 16px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_bottom {
    padding: 32px 80px;
    margin: 0 40px;
  }
}
.ly_footer_bottom__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ly_footer_bottom__logo a {
  width: 154px;
  width: 39.4871794872vw;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_bottom__logo a {
    width: 154px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_bottom__logo a {
    width: 256px;
  }
}
.ly_footer_bottom__nav {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_bottom__nav {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_bottom__nav {
    margin: 0;
  }
}
.ly_footer_bottom__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.1vw;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ly_footer_bottom__nav ul {
    gap: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_bottom__nav ul {
    gap: 40px;
  }
}
.ly_footer_bottom__nav ul li {
  width: calc(50% - 2.1vw);
  font-size: 13px;
  font-size: 3.3333333333vw;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ly_footer_bottom__nav ul li {
    width: auto;
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  }
}
.ly_footer_bottom__navSub {
  margin-top: 42px;
  margin-top: 10.7692307692vw;
  color: #959595;
  font-size: 12px;
  font-size: 3.0769230769vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .ly_footer_bottom__navSub {
    width: 100%;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    margin-top: 40px;
  }
}
.ly_footer_bottom__navSub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  gap: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .ly_footer_bottom__navSub ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .ly_footer_bottom__navSub ul {
    gap: 32px;
  }
}
.ly_footer_bottom__navSub a:hover, .ly_footer_bottom__navSub a:focus {
  opacity: 0.7;
}
.ly_footer_copyright {
  color: #959595;
  font-size: 8px;
  font-size: 2.0512820513vw;
  line-height: 1.8;
  text-align: center;
  margin-top: 32px;
  margin-top: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .ly_footer_copyright {
    width: 100%;
    text-align: right;
    font-size: 1.1rem;
    margin-top: 16px;
    margin-top: 16px;
  }
}

body {
  width: 100%;
}
body.page {
  background-image: url(../../img/common/bg_page_smp.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  body.page {
    background-image: url(../../img/common/bg_page.svg);
  }
}
body.page main, body.solution_subPage main {
  padding-bottom: 40px;
  padding-bottom: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  body.page main, body.solution_subPage main {
    padding-bottom: 40px;
  }
}

main {
  position: relative;
  width: 100%;
  overflow: clip;
  padding-top: 60px;
  padding-top: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 100px;
  }
}

.ly_wrapBase {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_wrapBase {
    width: 100%;
    padding: 0;
    padding-right: 16px;
    padding-right: 4.1025641026vw;
    padding-left: 16px;
    padding-left: 4.1025641026vw;
  }
}

.ly_wrapNarrow {
  width: 100%;
  max-width: 1174px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_wrapNarrow {
    width: 100%;
    padding: 0;
    padding-right: 16px;
    padding-right: 4.1025641026vw;
    padding-left: 16px;
    padding-left: 4.1025641026vw;
  }
}

.ly_wrapWide {
  width: 100%;
  max-width: 1600px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_wrapWide {
    width: 100%;
    padding: 0;
    padding-right: 16px;
    padding-right: 4.1025641026vw;
    padding-left: 16px;
    padding-left: 4.1025641026vw;
  }
}