﻿.shoho-log-lp {
  --lp-header-height: 108px;
  --lp-bg: #f5f5f5;
  --lp-teal: #186c83;
  --lp-teal-dark: #074c60;
  --lp-blue: #316d9c;
  --lp-panel: #dceff8;
}

.shoho-log-lp .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header-height, var(--lp-header-height));
  padding: 16px clamp(32px, 5.15625cqw, 99px);
  background: var(--lp-bg);
}

.shoho-log-lp .site-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 36px;
  width: 156px;
}

.shoho-log-lp .site-header__logo-mark {
  width: 33px;
  height: 51px;
  object-fit: contain;
}

.shoho-log-lp .site-header__logo-name {
  width: 87px;
  height: 20px;
  object-fit: contain;
}

.shoho-log-lp .site-header__nav {
  flex: 0 0 auto;
  margin-left: auto;
}

.shoho-log-lp .site-header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(56px, 5.5729cqw, 107px);
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shoho-log-lp .site-header__nav-list li:nth-child(1) {
  width: 137px;
}

.shoho-log-lp .site-header__nav-list li:nth-child(2) {
  width: 122px;
}

.shoho-log-lp .site-header__nav-list li:nth-child(3),
.shoho-log-lp .site-header__nav-list li:nth-child(4) {
  width: 61px;
}

.shoho-log-lp .site-header__nav-link {
  display: block;
  color: #003849;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.shoho-log-lp .site-header__contact {
  display: inline-flex;
  flex: 0 0 304px;
  align-items: center;
  justify-content: space-between;
  width: 304px;
  height: 72px;
  margin-left: clamp(48px, 5.1042cqw, 98px);
  padding: 0 40px 0 48px;
  border-radius: 999px;
  background: var(--lp-teal);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.shoho-log-lp .pic-faq {
  padding: 95px 0 677px;
  background: linear-gradient(180deg, #f5f5f5 0%, #edf8fb 22%, #dceff8 100%);
}

.shoho-log-lp .pic-faq__title {
  position: relative;
  display: grid;
  width: 480px;
  height: 104px;
  place-items: center;
  margin: 0 auto 70px;
  border-radius: 44px;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.752;
  text-align: center;
  white-space: nowrap;
}

.shoho-log-lp .pic-faq__title::before,
.shoho-log-lp .pic-faq__title::after {
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  content: "";
}

.shoho-log-lp .pic-faq__title::before {
  top: 0;
  left: 0;
}

.shoho-log-lp .pic-faq__title::after {
  right: 0;
  bottom: 0;
}

.shoho-log-lp .pic-faq__title > * {
  position: relative;
  z-index: 1;
}

.shoho-log-lp .pic-faq__list {
  display: grid;
  width: 1280px;
  gap: 34px;
  margin: 0 auto;
}

.shoho-log-lp .pic-faq__item {
  position: relative;
  min-height: 192px;
  padding: 29px 60px 26px;
  border-radius: 64px;
  background: #fff;
  color: #000;
}

.shoho-log-lp .pic-faq__item::before,
.shoho-log-lp .pic-faq__item::after {
  position: absolute;
  z-index: 0;
  width: 65px;
  height: 78px;
  background: #fff;
  content: "";
}

.shoho-log-lp .pic-faq__item::before {
  top: 0;
  left: 0;
}

.shoho-log-lp .pic-faq__item::after {
  right: 0;
  bottom: 0;
}

.shoho-log-lp .pic-faq__item dt,
.shoho-log-lp .pic-faq__item dd {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding-left: 102px;
  color: #000;
}

.shoho-log-lp .pic-faq__item dt {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px;
}

.shoho-log-lp .pic-faq__item dt::after {
  position: absolute;
  top: 51px;
  left: -28px;
  right: -20px;
  height: 1px;
  background: #94c7d3;
  content: "";
}

.shoho-log-lp .pic-faq__item dd {
  margin-top: 54px;
  padding-top: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px;
}

.shoho-log-lp .pic-faq__item span {
  position: absolute;
  left: 0;
  display: block;
  width: 102px;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.752;
}

.shoho-log-lp .pic-faq__item dt span {
  top: -10px;
  color: #56b4c9;
}

.shoho-log-lp .pic-faq__item dd span {
  top: 5px;
  color: #e58183;
}

.shoho-log-lp .contact,
.shoho-log-lp .pic-contact {
  display: grid;
  grid-template-columns: 237px minmax(0, 606px) auto;
  align-items: center;
  justify-content: start;
  column-gap: 83px;
  width: min(1600px, calc(100% - 96px));
  min-height: 336px;
  padding: 80px clamp(48px, 8.3333cqw, 160px);
  border-radius: 85px;
  background: linear-gradient(117.1638deg, #94c7d3 10.019%, rgb(22, 110, 135) 94.679%);
  color: #fff;
}

.shoho-log-lp .contact {
  margin: 80px auto 180px;
}

.shoho-log-lp .pic-contact {
  margin: -506px auto 170px;
}

.shoho-log-lp .contact__title,
.shoho-log-lp .pic-contact__en {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
}

.shoho-log-lp .contact__subtitle,
.shoho-log-lp .pic-contact h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}

.shoho-log-lp .contact__text,
.shoho-log-lp .pic-contact p:not(.pic-contact__en) {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.4;
}

.shoho-log-lp .contact__link,
.shoho-log-lp .pic-contact a {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-left: 68px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 2.2857;
  white-space: nowrap;
}

.shoho-log-lp .contact__link .arrow-icon,
.shoho-log-lp .pic-contact a .arrow-icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 35px;
  border-radius: 4px;
  background: #fff;
  color: rgb(22, 110, 135);
}

.shoho-log-lp .contact__link .arrow-icon::before,
.shoho-log-lp .pic-contact a .arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  content: "";
}

.shoho-log-lp .contact__link .arrow-icon::after,
.shoho-log-lp .pic-contact a .arrow-icon::after {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

.shoho-log-lp .site-footer {
  min-height: 626.83px;
  overflow: hidden;
  background: #19778a;
  color: #fff;
}

.shoho-log-lp .site-footer__inner {
  position: relative;
  left: auto;
  width: min(1920px, 100%);
  height: 626.83px;
  margin: 0 auto;
  transform: none;
}

.shoho-log-lp .site-footer__logo {
  position: absolute;
  top: 62.2px;
  left: 160px;
  display: inline-flex;
  align-items: center;
  gap: 32.91px;
}

.shoho-log-lp .site-footer__logo-mark {
  width: 42.09px;
  height: 61.51px;
  object-fit: contain;
}

.shoho-log-lp .site-footer__logo-name {
  width: 108.99px;
  height: auto;
  object-fit: contain;
}

.shoho-log-lp .site-footer__corporate {
  position: absolute;
  top: 177.04px;
  left: 160px;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.shoho-log-lp .site-footer__corporate::after {
  display: inline-block;
  width: 5.57px;
  height: 12.19px;
  margin-left: 16px;
  background: url("../shoho-log-main-lp/assets/footer-arrow.svg") center / contain no-repeat;
  vertical-align: -1px;
  content: "";
}

.shoho-log-lp .site-footer__nav {
  position: absolute;
  top: 177.04px;
  left: 480px;
}

.shoho-log-lp .site-footer__links {
  display: grid;
  gap: 33.49px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  list-style: none;
}

.shoho-log-lp .site-footer__sns {
  position: absolute;
  top: 422.03px;
  left: 1152px;
  display: grid;
  width: 40px;
  height: 38.28px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #186c83;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.shoho-log-lp .site-footer__top {
  position: absolute;
  top: 391.41px;
  left: 1600px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: 160px;
  height: 68.9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #186c83;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.shoho-log-lp .site-footer__top span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 0;
  border-left: 1px solid currentColor;
  transform: rotate(45deg) translateY(3px);
}

.shoho-log-lp .site-footer__privacy {
  position: absolute;
  top: 555.06px;
  left: 1120px;
  margin: 0;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.shoho-log-lp .site-footer__privacy::before {
  position: absolute;
  top: -41.63px;
  left: 0;
  width: 640px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
  content: "";
}

.shoho-log-lp .site-footer__copyright {
  position: absolute;
  top: 555.06px;
  left: 1592px;
  margin: 0;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

