@charset "UTF-8";
/* =====================
  common setting
===================== */
:root {
  /* Safari resize fix */
  min-height: 0vw;
  --fade-ms: 900ms;
}

h1, h2 {
  font-weight: 700;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
}

button {
  outline: none;
}

html {
  background: #fff;
}

body {
  height: 100%;
  transition: all 0.3s;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #221C25;
  font-weight: 400;
}

img {
  width: 100%;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

.pc {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

table {
  table-layout: auto !important;
}

.page {
  background: #F6F6F6;
}
.page-inner {
  padding: 0 5vw 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .page-inner {
    padding: 0 5.1282051282vw 20.5128205128vw;
  }
}
.page-ttl {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    margin-top: 7.6923076923vw;
  }
}
.page-ttl h2 {
  font-size: 4.5138888889vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-ttl h2 {
    font-size: 8.9743589744vw;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5555555556vw;
  padding-top: 9.0277777778vw;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-left: auto;
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    padding-top: 20.5128205128vw;
    gap: 2.0512820513vw;
  }
}
.breadcrumb li {
  flex: 0 0 auto;
}
.breadcrumb li, .breadcrumb a {
  color: #888A9B;
  font-size: 0.9027777778vw;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 3.0769230769vw;
  }
}
.breadcrumb a {
  position: relative;
}
.breadcrumb a::after {
  content: "";
  display: inline-block;
  width: 0.5555555556vw;
  height: 0.7638888889vw;
  background: url("../../images/arrow-bread.svg") no-repeat 100%/contain;
  margin-left: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .breadcrumb a::after {
    width: 2.0512820513vw;
    height: 2.8205128205vw;
    margin-left: 2.0512820513vw;
  }
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

/* =====================
  header setting
===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, transform 0.28s ease, opacity 0.28s ease, height 0.28s ease;
  height: 4.1666666667vw;
  background: transparent;
  pointer-events: auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.4861111111vw 5vw;
}
.header-logo {
  margin-right: auto;
  width: 23.6805555556vw;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 74.8717948718vw;
  }
}
.header-logo .-wt {
  width: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .header-logo .-wt {
    width: 30.7692307692vw;
  }
}
.header-logo .-bk {
  display: none;
}
.header-nav {
  display: flex;
  align-items: center;
}
.header-menu {
  display: flex;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .header-menu {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.header-menu a {
  font-size: 1.1805555556vw;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-menu a {
    color: #221C25;
    font-size: 4.6153846154vw;
    letter-spacing: 0.18px;
    line-height: 170%;
  }
}
.header-btn {
  display: flex;
  gap: 1.7361111111vw;
  margin-left: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .header-btn {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.header-btn a {
  width: 9.7222222222vw;
  height: 2.8472222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.9444444444vw;
  padding-right: 0.6944444444vw;
  border: 1px solid #FFF;
  font-size: 1.1805555556vw;
  color: #fff;
  font-weight: 500;
  gap: 0.1388888889vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-btn a {
    width: 56.6666666667vw;
    height: 11.7948717949vw;
    border-radius: 25.641025641vw;
    font-size: 4.358974359vw;
    padding: 0 2.5641025641vw 0 5.1282051282vw;
    border-color: #2A303D;
    background: #2A303D;
    justify-content: space-between;
  }
}
.header-btn a::after {
  content: "";
  display: inline-block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: url("../../images/arrow.svg") no-repeat 100%;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header-btn a::after {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    background: url("../../images/arrow-wt.svg") no-repeat 100%;
  }
}
.header-sns {
  display: none;
}

.header.is-ready:not(.is-scrolled) {
  transform: translateY(0);
  opacity: 1;
}

.header.is-scrolled .header-inner {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4.5px);
  transform: translateY(0);
  opacity: 1;
}
.header.is-scrolled .header-logo .-wt {
  display: none;
}
.header.is-scrolled .header-logo .-bk {
  display: block;
}
.header.is-scrolled .header-menu a {
  color: #221C25;
}
@media screen and (max-width: 768px) {
  .header.is-scrolled .header-btn {
    gap: 5.1282051282vw;
  }
}
.header.is-scrolled .header-btn li a {
  border-color: #2A303D;
  color: #2A303D;
}
.header.is-scrolled .header-btn li a::after {
  content: "";
  background: url("../../images/arrow-or2.svg") no-repeat 100%;
}
@media screen and (max-width: 768px) {
  .header.is-scrolled .header-btn li a {
    color: #FFF;
  }
  .header.is-scrolled .header-btn li a::after {
    content: "";
    background: url("../../images/arrow-wt.svg") no-repeat 100%;
  }
}
.header .hamburger {
  display: none;
}

.header.entering {
  transform: translateY(-12px);
  opacity: 0;
}

.header.is-scrolled .header-logo img {
  transition: transform 0.28s ease;
}

.header.is-subpage .header-logo .-wt {
  display: none;
}
.header.is-subpage .header-logo .-bk {
  display: block;
}
.header.is-subpage .header-menu a {
  color: #221C25;
}
.header.is-subpage .header-btn a {
  border-color: #221C25;
  color: #221C25;
}
@media screen and (max-width: 768px) {
  .header.is-subpage .header-btn a {
    color: #fff;
  }
}
.header.is-subpage .header-btn a::after {
  background: url(../../images/arrow-or2.svg) no-repeat 100%;
}
@media screen and (max-width: 768px) {
  .header.is-subpage .header-btn a::after {
    background: url(../../images/arrow-wt.svg) no-repeat 100%;
  }
}

@media screen and (max-width: 768px) {
  .header {
    margin-top: 0;
    padding: 0;
  }
  .header.is-open {
    backdrop-filter: none !important;
    background: none !important;
  }
  .header.is-open .header-logo {
    opacity: 0;
  }
  .header-inner {
    padding: 5.1282051282vw;
  }
  .header.is-open .header-nav {
    opacity: 1;
    pointer-events: auto;
  }
  .header.is-open .header-nav__logo {
    width: 53.8461538462vw;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0.7692307692vw;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.75) 0%, #FFF 101.03%);
    backdrop-filter: blur(11.5px);
    height: 100vh;
    width: 76.9230769231vw;
    padding: 5.1282051282vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
    z-index: 1000;
    flex-direction: column;
    gap: 20.5128205128vw;
    align-items: baseline;
  }
  .header-btn ul {
    display: flex;
    flex-direction: column;
    gap: 2.2222222222vw;
  }
  .header-btn ul li a {
    font-size: 1.3888888889vw;
    color: #221C25;
    font-weight: 600;
  }
  .header .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 6.6666666667vw;
    height: 5.1282051282vw;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    position: relative;
  }
  .header .hamburger span {
    display: block;
    height: 0.3846153846vw;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .header .hamburger span:nth-child(1) {
    width: 4.6153846154vw;
  }
  .header .hamburger span:nth-child(2) {
    width: 5.641025641vw;
  }
  .header .hamburger span:nth-child(3) {
    width: 6.6666666667vw;
  }
  .header .hamburger.is-open span {
    background: #2A303D;
  }
  .header .hamburger.is-open span:nth-child(1) {
    width: 6.6666666667vw;
    transform: rotate(35deg) translateY(0.6944444444vw);
    position: absolute;
    top: 1.5384615385vw;
  }
  .header .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger.is-open span:nth-child(3) {
    transform: rotate(-35deg) translateY(-0.6944444444vw);
    position: absolute;
    top: 2.5641025641vw;
  }
  .header.is-scrolled .header-inner {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
  }
  .header.is-scrolled .hamburger span {
    background: #000;
  }
  .header.is-subpage .hamburger span {
    background: #000;
  }
}
/* =====================
  footer setting
===================== */
.footer {
  position: relative;
  background: #2A303D;
  color: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 3.4722222222vw 5vw 3.4722222222vw;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    padding: 12.8205128205vw 5.1282051282vw 12.8205128205vw;
    gap: 10.7692307692vw;
  }
}
.footer-logo {
  width: 17.3611111111vw;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 53.8461538462vw;
  }
}
.footer-logo p {
  margin-top: 1.3888888889vw;
  letter-spacing: 0.68px;
  font-weight: 500;
  font-size: 1.1805555556vw;
}
@media screen and (max-width: 768px) {
  .footer-logo p {
    margin-top: 5.1282051282vw;
    letter-spacing: 0.6px;
    font-size: 3.8461538462vw;
  }
}
.footer-menu {
  display: flex;
  gap: 5.9722222222vw;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    gap: 2.5641025641vw;
    justify-content: space-between;
  }
}
.footer-menu > div {
  display: flex;
  gap: 5.9722222222vw;
}
@media screen and (max-width: 768px) {
  .footer-menu > div {
    flex-direction: column;
  }
}
.footer-menu .links li:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .links li:not(:last-child) {
    margin-bottom: 3.8461538462vw;
  }
}
.footer-menu .links li a {
  line-height: 170%;
  font-size: 1.1111111111vw;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .footer-menu .links li a {
    font-size: 3.5897435897vw;
  }
}
.footer-menu .sns {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .sns {
    gap: 3.8461538462vw;
  }
}
.footer-menu .sns a {
  width: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .sns a {
    width: 6.1538461538vw;
  }
}
.footer-menu .sns svg path {
  fill: #fff;
}
.footer-menu .btn {
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .btn {
    display: block;
  }
}
.footer-menu .btn-contact li:not(:last-child) {
  margin-bottom: 1.1805555556vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .btn-contact li:not(:last-child) {
    margin-bottom: 4.358974359vw;
  }
}
.footer-menu .btn-contact li a {
  display: flex;
  align-items: center;
  width: 15.3472222222vw;
  height: 3.1944444444vw;
  background: #fff;
  border-radius: 6.9444444444vw;
  border: 1px solid #fff;
  color: #221C25;
  font-size: 1.1805555556vw;
  font-weight: 500;
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .btn-contact li a {
    width: 45.641025641vw;
    height: 10.7692307692vw;
    font-size: 3.3333333333vw;
    padding-left: 5.1282051282vw;
  }
}
.footer-menu .btn-contact li a::before {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: url("../../images/arrow-or.svg") no-repeat 100%/contain;
  position: absolute;
  top: 50%;
  right: 0.6944444444vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer-menu .btn-contact li a::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 1.2820512821vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-menu .btn-company {
    margin-top: 3.8461538462vw;
  }
}
.footer-menu .btn-company a {
  display: flex;
  align-items: center;
  width: 17.7083333333vw;
  height: 3.1944444444vw;
  background: #2A303D;
  color: #fff;
  border-radius: 6.9444444444vw;
  border: 1px solid #fff;
  font-size: 1.1805555556vw;
  font-weight: 500;
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .footer-menu .btn-company a {
    width: 45.641025641vw;
    height: 10.7692307692vw;
    font-size: 3.3333333333vw;
    padding-left: 5.1282051282vw;
  }
}
.footer-menu .btn-company a::before {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: url("../../images/arrow-or.svg") no-repeat 100%/contain;
  position: absolute;
  top: 50%;
  right: 0.6944444444vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer-menu .btn-company a::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 1.2820512821vw;
  }
}
.footer-info {
  display: flex;
  justify-content: flex-end;
  padding: 0.3472222222vw 5vw;
}
@media screen and (max-width: 768px) {
  .footer-info {
    flex-direction: column;
    gap: 0vw;
    padding: 2.5641025641vw 5.1282051282vw 1.2820512821vw;
  }
}
.footer-info .policy {
  display: flex;
  gap: 1.0416666667vw;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer-info .policy {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 3.8461538462vw;
  }
}
.footer-info .policy a {
  display: block;
  line-height: 170%;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .footer-info .policy a {
    font-size: 3.5897435897vw;
  }
}
.footer-info .copyright {
  line-height: 170%;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .footer-info .copyright {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}
.footer-info .number {
  margin-right: 2.6388888889vw;
  line-height: 170%;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .footer-info .number {
    font-size: 3.0769230769vw;
    text-align: center;
    margin: 5.1282051282vw 0 0;
  }
}

/* =====================
  top setting
===================== */
.pc-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-img {
    display: none;
  }
}

.sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-img {
    display: block;
  }
}

.fv-wrap {
  position: relative;
}

.fv-pin {
  position: sticky;
  top: 0;
  isolation: isolate;
}

.fv-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.fv-bg .swiper,
.fv-bg .swiper-wrapper,
.fv-bg .swiper-slide {
  height: 100vh;
  height: 100dvh;
  position: relative;
}

.fv-hero {
  display: flex;
  flex-direction: column;
  padding: 26.875vw 0 26.875vw 5vw;
  color: #fff;
  gap: 10.625vw;
}
@media screen and (max-width: 768px) {
  .fv-hero {
    padding: 75.641025641vw 0 25.641025641vw 5.1282051282vw;
  }
}

.fv-title {
  width: 68.75vw;
}
@media screen and (max-width: 768px) {
  .fv-title {
    width: 84.6153846154vw;
  }
}

.fv-text {
  will-change: transform;
}
.fv-text p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .fv-text p {
    font-size: 4.358974359vw;
    letter-spacing: 0.68px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  }
}
.fv-text p:not(:last-child) {
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .fv-text p:not(:last-child) {
    margin-bottom: 12.8205128205vw;
  }
}

.content {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 9.0277777778vw 0 0;
  transform: translateZ(0);
  will-change: transform;
  transform: translateY(var(--content-parallax, 0px)); /* ← 追加 */
  transition: transform 60ms linear;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 20.5128205128vw 0 0;
  }
}

/* 動き抑制 */
@media (prefers-reduced-motion: reduce) {
  .content {
    transition: none !important;
  }
}
.topAbout {
  padding: 0 5vw 9.0277777778vw 5vw;
}
@media screen and (max-width: 768px) {
  .topAbout {
    padding: 0 5.1282051282vw 30.7692307692vw;
  }
}
.topAbout h2 {
  width: 37.2222222222vw;
}
@media screen and (max-width: 768px) {
  .topAbout h2 {
    width: 71.2820512821vw;
  }
}
.topAbout h2 span {
  display: block;
  width: 20.8333333333vw;
  border-bottom: 2px solid #F55A4E;
  margin-bottom: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .topAbout h2 span {
    width: 57.4358974359vw;
    margin-bottom: 3.3333333333vw;
  }
}
.topAbout h2 span img {
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .topAbout h2 span img {
    margin-bottom: 1.2820512821vw;
  }
}
.topAbout-cont {
  position: relative;
  margin-top: 4.375vw;
}
@media screen and (max-width: 768px) {
  .topAbout-cont {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 8.9743589744vw;
    gap: 7.6923076923vw;
  }
}
.topAbout-item {
  margin-left: 13.125vw;
}
@media screen and (max-width: 768px) {
  .topAbout-item {
    display: flex;
    flex-direction: column;
    gap: 15.3846153846vw;
    margin: 0;
  }
}
.topAbout-item li {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .topAbout-item li {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.topAbout-item li img {
  width: 26.5972222222vw;
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .topAbout-item li img {
    width: 100%;
    height: 47.6923076923vw;
    object-fit: cover;
    border-radius: 0.7692307692vw;
  }
}
.topAbout-item li .text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topAbout-item li .text {
    width: 100%;
  }
}
.topAbout-item li .text h3 {
  margin-bottom: 1.0416666667vw;
  font-size: 2.0833333333vw;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .topAbout-item li .text h3 {
    margin-bottom: 3.8461538462vw;
    font-size: 5.641025641vw;
    line-height: 130%;
  }
}
.topAbout-item li .text p {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .topAbout-item li .text p {
    font-size: 4.1025641026vw;
  }
}
.topAbout-item li:first-child {
  margin-left: 6.9444444444vw;
  margin-bottom: 4.5833333333vw;
}
@media screen and (max-width: 768px) {
  .topAbout-item li:first-child {
    margin: 0;
  }
}
.topAbout-item li:nth-child(2) {
  margin-left: 3.4722222222vw;
  margin-bottom: 5.3472222222vw;
}
@media screen and (max-width: 768px) {
  .topAbout-item li:nth-child(2) {
    margin: 0;
  }
}
.topAbout-copy {
  width: 10.4166666667vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .topAbout-copy {
    width: 80.7692307692vw;
    position: relative;
  }
}

.topIntroduction {
  display: none;
  padding: 0 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .topIntroduction {
    padding: 0;
  }
}
.topIntroduction-para {
  position: relative;
  display: block;
  place-items: center;
  background-repeat: no-repeat;
  background-size: auto calc(100% + 2 * var(--para-max, 4.17vw));
  background-position: center 0;
}
.topIntroduction h2 {
  font-size: 5.5555555556vw;
  position: absolute;
  top: 1.0416666667vw;
  left: 2.0833333333vw;
  color: #fff;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .topIntroduction h2 {
    font-size: 10.2564102564vw;
    bottom: 73.3333333333vw;
    top: auto;
  }
}
.topIntroduction-info {
  border-radius: 0.3472222222vw;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.75) 0%, #FFF 101.03%);
  backdrop-filter: blur(11.5px);
  position: absolute;
  bottom: 2.5vw;
  padding: 1.7361111111vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info {
    width: 89.7435897436vw;
    border-radius: 0.7692307692vw;
    padding: 5.1282051282vw;
    bottom: 6.6666666667vw;
  }
}
.topIntroduction-info .head {
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
  color: #221C25;
  font-weight: 400;
  letter-spacing: 0.16px;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5641025641vw;
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
}
.topIntroduction-info .head .label {
  border-radius: 2px;
  background-color: #2A303D;
  padding: 0.2777777778vw 0.6944444444vw;
  color: #fff;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info .head .label {
    padding: 1.0256410256vw 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}
.topIntroduction-info h3 {
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info h3 {
    font-size: 5.641025641vw;
    line-height: 125%;
  }
}
.topIntroduction-info p {
  margin-top: 0.6944444444vw;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info p {
    margin-top: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.topIntroduction-info .tag {
  display: flex;
  gap: 1.25vw;
  align-items: center;
  margin-top: 0.6944444444vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info .tag {
    gap: 1.2820512821vw;
    margin-top: 3.8461538462vw;
  }
}
.topIntroduction-info .tag span {
  display: block;
  color: #61BC87;
  font-size: 0.9027777778vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info .tag span {
    font-size: 3.5897435897vw;
    letter-spacing: 0.7px;
  }
}
.topIntroduction-info .tag span::before {
  content: "#";
  margin-right: 2px;
  font-size: 1.1111111111vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topIntroduction-info .tag span::before {
    font-size: 3.8461538462vw;
  }
}
.topIntroduction-column {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .topIntroduction-column {
    display: block;
    margin-top: 0;
  }
}
.topIntroduction-column a {
  width: 47.5694444444vw;
}
@media screen and (max-width: 768px) {
  .topIntroduction-column a {
    width: 100%;
  }
}

.hero-1 {
  height: 64.7916666667vw;
}
@media screen and (max-width: 768px) {
  .hero-1 {
    height: 153.8461538462vw;
  }
}
.hero-1 h2 {
  font-size: 7.6388888889vw;
  top: auto;
  bottom: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .hero-1 h2 {
    font-size: 10.2564102564vw;
    bottom: 84.6153846154vw;
  }
}
.hero-1 .topIntroduction-info {
  max-width: 62.3611111111vw;
  border-radius: 0.3472222222vw 0 0 0.3472222222vw;
  padding: 2.7777777778vw 3.4722222222vw;
  right: 0;
  bottom: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .hero-1 .topIntroduction-info {
    max-width: 100%;
    border-radius: 0.7692307692vw;
    padding: 5.1282051282vw;
    right: auto;
    bottom: 6.6666666667vw;
  }
}
.hero-1 .topIntroduction-info .head {
  margin-bottom: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .hero-1 .topIntroduction-info .head {
    margin-bottom: 2.5641025641vw;
  }
}
.hero-1 .topIntroduction-info h3 {
  font-size: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .hero-1 .topIntroduction-info h3 {
    font-size: 7.1794871795vw;
    line-height: 125%;
  }
}
.hero-1 .topIntroduction-info .tag {
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .hero-1 .topIntroduction-info .tag {
    margin-top: 3.8461538462vw;
  }
}

.hero-2 {
  height: 63.5416666667vw;
}
@media screen and (max-width: 768px) {
  .hero-2 {
    height: 153.8461538462vw;
  }
}

.hero-3 {
  height: 63.5416666667vw;
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .hero-3 {
    height: 153.8461538462vw;
    margin-top: 0;
  }
  .hero-3 h2 {
    bottom: 65.8974358974vw;
  }
}

.topCause {
  padding: 11.1111111111vw 5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topCause {
    overflow: hidden;
    padding: 0 5.1282051282vw 20.5128205128vw;
  }
}
.topCause::before {
  content: "";
  width: 59.7916666667vw;
  height: 59.3055555556vw;
  background: url("../../images/topCause-map.svg") no-repeat 100%/contain;
  position: absolute;
  left: 9.7222222222vw;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topCause::before {
    width: 100vw;
    height: 109.4871794872vw;
  }
}
.topCause-wrap {
  display: flex;
  gap: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  .topCause-wrap {
    flex-direction: column;
    gap: 11.5384615385vw;
  }
}
.topCause-wrap h2 {
  font-size: 4.1666666667vw;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .topCause-wrap h2 {
    font-size: 7.6923076923vw;
  }
}
.topCause-item {
  margin-top: 5.5555555556vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .topCause-item {
    margin-top: 0;
    margin-bottom: 11.5384615385vw;
  }
}
.topCause-item li {
  display: flex;
  align-items: center;
  gap: 1.9444444444vw;
  font-size: 1.9444444444vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topCause-item li {
    gap: 2.3076923077vw;
    font-size: 4.6153846154vw;
  }
}
.topCause-item li:not(:last-child) {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .topCause-item li:not(:last-child) {
    margin-bottom: 3.8461538462vw;
  }
}
.topCause-item li span {
  display: flex;
  align-items: baseline;
  gap: 0.3472222222vw;
  font-weight: 700;
  font-size: 3.4722222222vw;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .topCause-item li span {
    font-size: 8.9743589744vw;
  }
}
.topCause-item li span small {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .topCause-item li span small {
    font-size: 5.1282051282vw;
  }
}
.topCause .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  width: 13.1944444444vw;
  height: 3.8194444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  border-radius: 6.9444444444vw;
  border: 1px solid #2A303D;
  color: #2A303D;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .topCause .more {
    width: 38.4615384615vw;
    height: 10.7692307692vw;
    font-size: 3.5897435897vw;
    gap: 2.0512820513vw;
  }
}
.topCause .more::after {
  content: "";
  display: inline-block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background: url("../../images/arrow-nv.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .topCause .more::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}

.topMagazine {
  background-color: #F3F3F3;
  padding: 5.5555555556vw 0;
}
@media screen and (max-width: 768px) {
  .topMagazine {
    padding: 20.5128205128vw 0;
  }
}
.topMagazine .ani {
  overflow: hidden;
}
.topMagazine .ani-track {
  display: inline-flex;
  gap: 1.1111111111vw;
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--dur, 50s) linear infinite;
}
@media screen and (max-width: 768px) {
  .topMagazine .ani-track {
    gap: 4.1025641026vw;
  }
}
.topMagazine .ani p {
  flex: 0 0 auto;
  font-size: 1.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .topMagazine .ani p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.56px;
  }
}
.topMagazine .ani p span {
  font-size: 2.6388888889vw;
  margin-left: 1.7361111111vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.52px;
}
@media screen and (max-width: 768px) {
  .topMagazine .ani p span {
    margin-left: 2.3076923077vw;
    font-size: 6.6666666667vw;
    letter-spacing: 1.04px;
  }
}
.topMagazine-swiper {
  margin-top: 6.25vw;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  .topMagazine-swiper {
    margin-top: 7.6923076923vw;
    margin-left: 5.1282051282vw;
  }
}
.topMagazine .swiper-button-next {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  top: 12.7777777778vw;
}
@media screen and (max-width: 768px) {
  .topMagazine .swiper-button-next {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    top: 22.0512820513vw;
  }
}
.topMagazine .swiper-button-next:after {
  display: none;
}
.topMagazine-item {
  width: 40.2777777778vw;
}
@media screen and (max-width: 768px) {
  .topMagazine-item {
    width: 69.2307692308vw;
  }
}
.topMagazine-item .thumb {
  height: 30.0694444444vw;
}
@media screen and (max-width: 768px) {
  .topMagazine-item .thumb {
    height: 51.5384615385vw;
  }
}
.topMagazine-item .thumb img {
  height: 30.0694444444vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMagazine-item .thumb img {
    height: 51.5384615385vw;
  }
}
.topMagazine-item .head {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3194444444vw;
  color: #888A9B;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .topMagazine-item .head {
    flex-direction: column-reverse;
    margin-top: 4.8717948718vw;
    font-size: 3.3333333333vw;
    gap: 1.5384615385vw;
  }
}
.topMagazine-item p {
  margin-top: 0.6944444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 145%;
}
@media screen and (max-width: 768px) {
  .topMagazine-item p {
    margin-top: 2.5641025641vw;
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}

/* シームレス・マルチテキスト用マルキー */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 動きを好まない設定への配慮 */
@media (prefers-reduced-motion: reduce) {
  .ani__track {
    animation: none;
  }
}
.pageLinks-wrap {
  display: flex;
  flex-wrap: wrap;
}
.pageLinks-item {
  width: 33.3333333333%;
  height: 26.3888888889vw;
  border-top: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
}
.pageLinks-item:nth-child(3) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .pageLinks-item {
    width: 50vw;
    height: 97.4358974359vw;
  }
  .pageLinks-item:first-child {
    width: 100%;
    height: 48.2051282051vw;
    border-right: 0;
  }
  .pageLinks-item:nth-child(3) {
    border-right: 0;
  }
}
.pageLinks-item a {
  display: block;
  height: 100%;
  position: relative;
  padding: 3.4722222222vw 5vw 0;
}
@media screen and (max-width: 768px) {
  .pageLinks-item a {
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
  }
}
.pageLinks-item a::after {
  content: "";
  display: inline-block;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  background: url("../../images/arrow-gy.svg") no-repeat 100%/contain;
  position: absolute;
  right: 2.2222222222vw;
  bottom: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .pageLinks-item a::after {
    width: 5.8974358974vw;
    height: 5.8974358974vw;
    right: 5.1282051282vw;
    bottom: 5.1282051282vw;
  }
}
.pageLinks-item h3 {
  margin-bottom: 1.0416666667vw;
  font-size: 1.9444444444vw;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .pageLinks-item h3 {
    margin-bottom: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}
.pageLinks-item h3 span {
  display: block;
  font-size: 1.1111111111vw;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .pageLinks-item h3 span {
    margin-bottom: 1.2820512821vw;
    font-size: 3.3333333333vw;
  }
}
.pageLinks-item:nth-child(2) h3, .pageLinks-item:nth-child(3) h3 {
  text-decoration: underline;
  text-decoration-color: #F55A4E;
  text-underline-offset: 0.625vw;
  line-height: 180%;
}
.pageLinks-item:nth-child(2) a::after, .pageLinks-item:nth-child(3) a::after {
  background: url("../../images/arrow-or3.svg") no-repeat 100%/contain;
}
.pageLinks-item p {
  font-size: 1.25vw;
  line-height: 200%;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 768px) {
  .pageLinks-item p {
    font-size: 3.5897435897vw;
    line-height: 170%;
    letter-spacing: 0.14px;
  }
}
.pageLinks-item .advisor {
  margin-top: 1.0416666667vw;
  display: flex;
  align-items: center;
  gap: 0.7638888889vw;
}
@media screen and (max-width: 768px) {
  .pageLinks-item .advisor {
    margin-top: 1.7948717949vw;
    gap: 0.7692307692vw;
  }
}
.pageLinks-item .advisor img {
  width: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .pageLinks-item .advisor img {
    width: 12.8205128205vw;
  }
}

.topNews {
  padding: 6.9444444444vw 5vw;
}
@media screen and (max-width: 768px) {
  .topNews {
    padding: 12.8205128205vw 5.1282051282vw 20.5128205128vw;
  }
}
.topNews-wrap {
  display: flex;
  align-items: center;
  gap: 5vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .topNews-wrap {
    flex-direction: column;
    align-items: baseline;
    gap: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.topNews-wrap h2 {
  font-size: 3.4722222222vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topNews-wrap h2 {
    font-size: 7.1794871795vw;
  }
}
.topNews-wrap ul {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topNews-wrap ul {
    width: 100%;
  }
}
.topNews-item:not(:last-child) {
  margin-bottom: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .topNews-item:not(:last-child) {
    margin-bottom: 6.4102564103vw;
  }
}
.topNews-item a {
  display: flex;
  align-items: center;
  gap: 1.3194444444vw;
}
@media screen and (max-width: 768px) {
  .topNews-item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0256410256vw;
  }
}
.topNews-item .head {
  display: flex;
  align-items: center;
  gap: 1.3194444444vw;
}
@media screen and (max-width: 768px) {
  .topNews-item .head {
    gap: 4.8717948718vw;
  }
}
.topNews-item .head .day {
  font-weight: 700;
  letter-spacing: 0.72px;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .topNews-item .head .day {
    font-size: 4.1025641026vw;
  }
}
.topNews-item .head .cat {
  background-color: #747683;
  padding: 0.4166666667vw 0.5555555556vw;
  color: #fff;
  font-size: 1.1111111111vw;
  line-height: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .topNews-item .head .cat {
    padding: 1.0256410256vw 1.7948717949vw;
    font-size: 3.5897435897vw;
  }
}
.topNews-item .title {
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topNews-item .title {
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}
.topNews .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  width: 13.1944444444vw;
  height: 3.8194444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  border-radius: 6.9444444444vw;
  border: 1px solid #2A303D;
  color: #2A303D;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .topNews .more {
    width: 38.4615384615vw;
    height: 10.7692307692vw;
    font-size: 3.5897435897vw;
    gap: 2.0512820513vw;
  }
}
.topNews .more::after {
  content: "";
  display: inline-block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background: url("../../images/arrow-nv.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .topNews .more::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}

/* =====================
  company setting
===================== */
.keywordArea {
  margin-top: 6.25vw;
  background: #fff;
  padding: 3.4722222222vw;
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .keywordArea {
    margin-top: 15.3846153846vw;
    padding: 8.2051282051vw 5.1282051282vw;
    border-radius: 1.2820512821vw;
  }
}
.keywordArea h3 {
  display: block;
  width: 100%;
  margin-bottom: 1.3888888889vw;
  font-size: 1.9444444444vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .keywordArea h3 {
    margin-bottom: 7.6923076923vw;
    font-size: 5.1282051282vw;
    text-align: center;
  }
}

.company-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .company-search {
    gap: 2.8205128205vw 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .company-search__keyword {
    width: 100%;
  }
}
.company-search__keyword input {
  width: 50vw;
  border-radius: 3.4722222222vw;
  background-color: #E8EAED;
  padding: 0.9722222222vw 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .company-search__keyword input {
    width: 100%;
    font-size: 3.5897435897vw;
    padding: 3.3333333333vw 3.8461538462vw;
    border-radius: 12.8205128205vw;
  }
}
.company-search__filters label {
  position: relative;
  padding-left: 2.2222222222vw;
  cursor: pointer;
  font-size: 1.25vw;
  line-height: 170%;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company-search__filters label {
    padding-left: 5.1282051282vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.14px;
  }
}
.company-search__filters label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.company-search__filters label .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.3888888889vw;
  width: 1.3888888889vw;
  background-color: #FFF;
  border: 1px solid #7F818F;
  border-radius: 0.1388888889vw;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .company-search__filters label .checkmark {
    height: 3.8461538462vw;
    width: 3.8461538462vw;
    border-radius: 0.5128205128vw;
  }
}
.company-search__filters label input:checked ~ .checkmark {
  background-color: #7F818F;
}
.company-search__filters label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.41vw;
  top: 0.08vw;
  width: 0.41vw;
  height: 0.82vw;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .company-search__filters label .checkmark::after {
    display: block;
    width: 1.0256410256vw;
    height: 2.0512820513vw;
    border-width: 0 1px 1px 0;
    left: 1.2820512821vw;
    top: 0.2564102564vw;
  }
}
.company-search__filters label input:checked ~ .checkmark::after {
  display: block;
}
.company-filter {
  display: flex;
  align-items: center;
  gap: 2.7777777778vw;
  margin-top: 6.25vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .company-filter {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15.3846153846vw;
    gap: 2.5641025641vw;
  }
}
.company-filter__items {
  display: flex;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .company-filter__items {
    gap: 2.5641025641vw;
  }
}
.company-filter__tag {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
  background-color: #747683;
  border-radius: 0.2083333333vw;
  color: #fff;
  font-size: 1.1111111111vw;
  font-weight: 500;
  padding: 0.4166666667vw 0.5555555556vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .company-filter__tag {
    gap: 1.7948717949vw;
    border-radius: 0.7692307692vw;
    font-size: 3.3333333333vw;
    padding: 1.5384615385vw;
  }
}
.company-filter__clear {
  text-decoration: underline;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .company-filter__clear {
    font-size: 3.5897435897vw;
  }
}

.companyList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.4722222222vw;
  gap: 3.4722222222vw 2.5vw;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .companyList {
    margin-top: 10.2564102564vw;
    margin-bottom: 15.3846153846vw;
    gap: 10.2564102564vw;
  }
}
.companyList-item {
  width: calc(50% - 1.25vw);
}
@media screen and (max-width: 768px) {
  .companyList-item {
    width: 100%;
  }
}
.companyList-item a {
  position: relative;
}
.companyList-item .cat {
  min-width: 6.9444444444vw;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.2083333333vw 0 0 0;
  background-color: #F55A4E;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 100%;
  padding: 0.4166666667vw 0.6944444444vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .companyList-item .cat {
    min-width: 15.8974358974vw;
    border-radius: 0.7692307692vw 0 0 0;
    font-size: 3.5897435897vw;
    padding: 1.5384615385vw 2.5641025641vw;
  }
}
.companyList-item .cat.end {
  background-color: #A1A6A8;
}
.companyList-item .thumb {
  width: 100%;
  height: 29.2361111111vw;
}
@media screen and (max-width: 768px) {
  .companyList-item .thumb {
    height: 60vw;
  }
}
.companyList-item .thumb img {
  height: 29.2361111111vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .companyList-item .thumb img {
    height: 60vw;
  }
}
.companyList-info {
  width: 40.9722222222vw;
  border-radius: 0.2083333333vw;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.75) 0%, #FFF 101.03%);
  backdrop-filter: blur(20px);
  padding: 2.0833333333vw;
  margin: -6.94vw auto 0;
}
@media screen and (max-width: 768px) {
  .companyList-info {
    width: 85.8974358974vw;
    border-radius: 0.7692307692vw;
    padding: 5.3846153846vw 3.8461538462vw;
    margin: -8.21vw auto 0;
  }
}
.companyList-info .label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3472222222vw 0;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .companyList-info .label {
    gap: 0.7692307692vw 0;
    margin-bottom: 4.6153846154vw;
  }
}
.companyList-info .label p {
  display: flex;
  font-size: 0.9722222222vw;
  color: #888A9B;
  letter-spacing: 0.42px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .companyList-info .label p {
    font-size: 3.0769230769vw;
    letter-spacing: 0.36px;
  }
}
.companyList-info .label p:not(:last-child)::after {
  content: "｜";
  display: block;
}
.companyList-info .ttl {
  margin-bottom: 0.6944444444vw;
  font-size: 2.0833333333vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .companyList-info .ttl {
    margin-bottom: 1.5384615385vw;
    font-size: 5.1282051282vw;
  }
}
.companyList-info .text {
  margin-bottom: 1.3888888889vw;
  line-height: 170%;
  font-weight: 500;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .companyList-info .text {
    margin-bottom: 4.6153846154vw;
    font-size: 3.8461538462vw;
    letter-spacing: 0.15px;
  }
}
.companyList-info .tag {
  display: flex;
  gap: 0.4861111111vw 0.6944444444vw;
  align-items: center;
  margin-top: 0.6944444444vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .companyList-info .tag {
    gap: 2.0512820513vw;
    margin-top: 4.6153846154vw;
  }
}
.companyList-info .tag span {
  display: block;
  color: #61BC87;
  font-size: 0.9722222222vw;
  line-height: 100%;
  letter-spacing: 0.7px;
  border-radius: 0.1388888889vw;
  border: 1px solid #61BC87;
  padding: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .companyList-info .tag span {
    padding: 0.7692307692vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0.6px;
    border-radius: 0.5128205128vw;
  }
}
.companyList-info .tag span::before {
  content: "#";
  margin-right: 2px;
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .companyList-info .tag span::before {
    font-size: 3.0769230769vw;
  }
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    gap: 2.5641025641vw;
  }
}
.pagination__item {
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  border: 1px solid #747683;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .pagination__item {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
}
.pagination__item span, .pagination__item a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #747683;
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pagination__item span, .pagination__item a {
    font-size: 3.5897435897vw;
  }
}
.pagination__item.is-current {
  background-color: #747683;
}
.pagination__item.is-current span {
  color: #fff;
}
.pagination__item svg {
  width: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .pagination__item svg {
    width: 3.0769230769vw;
  }
}
.pagination__prev {
  background-color: #747683;
}
.pagination__next {
  background-color: #747683;
}
.pagination__next svg {
  transform: rotate(180deg);
}

/* =====================
  companyPost setting
===================== */
.companyPost-wrap {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .companyPost-wrap {
    margin-top: 15.3846153846vw;
  }
}
.companyPost-fv {
  position: relative;
}
.companyPost-fv .eyecatch {
  width: 100%;
  height: 50.2777777778vw;
}
@media screen and (max-width: 768px) {
  .companyPost-fv .eyecatch {
    height: 50vw;
  }
}
.companyPost-fv .eyecatch img {
  height: 50.2777777778vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .companyPost-fv .eyecatch img {
    height: 50vw;
  }
}
.companyPost-fv .text {
  display: inline-block;
  border-radius: 0 0.2777777778vw 0.2777777778vw 0;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.75) 0%, #FFF 101.03%);
  backdrop-filter: blur(11.5px);
  padding: 2.7777777778vw 3.4722222222vw;
  position: absolute;
  left: 0;
  bottom: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .companyPost-fv .text {
    width: 84.6153846154vw;
    margin-top: -10.26vw;
    padding: 5.1282051282vw;
    border-radius: 0 1.0256410256vw 1.0256410256vw 0;
    position: static;
  }
}
.companyPost-fv .text h1 {
  margin-bottom: 1.3888888889vw;
  font-size: 3.4722222222vw;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .companyPost-fv .text h1 {
    margin-bottom: 1.5384615385vw;
    font-size: 5.1282051282vw;
  }
}
.companyPost-fv .text p {
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .companyPost-fv .text p {
    font-size: 3.8461538462vw;
    letter-spacing: 0.15px;
  }
}
.companyPost-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8611111111vw;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .companyPost-cont {
    display: block;
    margin-top: 10.2564102564vw;
  }
}
.companyPost-main {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .companyPost-main {
    width: 100%;
  }
}
.companyPost-article h2 {
  margin: 8.3333333333vw 0 2.7777777778vw;
  font-size: 1.9444444444vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .companyPost-article h2 {
    margin: 15.3846153846vw 0 5.1282051282vw;
    font-size: 5.1282051282vw;
    line-height: 150%;
  }
}
.companyPost-article h2:nth-child(1) {
  margin: 0;
}
.companyPost-article .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
  margin-top: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .companyPost-article .cat {
    margin-top: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
    gap: 1.5384615385vw;
  }
}
.companyPost-article .cat li a {
  display: block;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 100%;
  border-radius: 0.2083333333vw;
  background-color: #2A303D;
  padding: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .companyPost-article .cat li a {
    font-size: 3.5897435897vw;
    border-radius: 0.5128205128vw;
    padding: 1.2820512821vw;
  }
}
.companyPost-article .cat li.end a {
  background-color: #A1A6A8;
}
.companyPost-article .cat li.open a {
  background-color: #F55A4E;
}
.companyPost-article .tag {
  display: flex;
  margin-top: 1.3888888889vw;
  margin-bottom: 3.125vw;
  border-top: 1px solid #7F818F;
  border-bottom: 1px solid #7F818F;
  padding: 1.0416666667vw 0 1.3888888889vw;
  gap: 0.9722222222vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .companyPost-article .tag {
    margin: 3.8461538462vw 0 10.2564102564vw;
    padding: 3.8461538462vw 0;
    gap: 2.5641025641vw;
  }
}
.companyPost-article .tag a {
  color: #747683;
  font-size: 1.0416666667vw;
  font-weight: 400;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .companyPost-article .tag a {
    font-size: 3.8461538462vw;
  }
}
.companyPost-article .tag a::before {
  content: "#";
}
.companyPost-article p {
  margin-bottom: 2.0833333333vw;
  font-size: 1.25vw;
  line-height: 210%;
}
@media screen and (max-width: 768px) {
  .companyPost-article p {
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}
.companyPost-article figure {
  margin-bottom: 3.4722222222vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .companyPost-article figure {
    margin-bottom: 5.1282051282vw;
  }
}
.companyPost-article figure img {
  display: block;
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .companyPost-article figure img {
    margin-bottom: 2.5641025641vw;
  }
}
.companyPost-article figure .wp-caption-text {
  color: #888A9B;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .companyPost-article figure .wp-caption-text {
    font-size: 3.5897435897vw;
    line-height: 130%;
  }
}
.companyPost .credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8333333333vw;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .companyPost .credit {
    gap: 3.0769230769vw;
    margin-top: 12.8205128205vw;
  }
}
.companyPost .credit p {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .companyPost .credit p {
    gap: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}
.companyPost .credit p:not(:last-child)::after {
  content: "|";
}
.companyPost .jpbInfo {
  margin-top: 11.1111111111vw;
  background: #fff;
  padding: 2.7777777778vw;
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo {
    margin-top: 20.5128205128vw;
    padding: 5.1282051282vw 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
.companyPost .jpbInfo h2 {
  font-size: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo h2 {
    font-size: 5.1282051282vw;
  }
}
.companyPost .jpbInfo table {
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table {
    margin-top: 1.2820512821vw;
  }
}
.companyPost .jpbInfo table tr {
  border-bottom: 1px solid #7F818F;
}
.companyPost .jpbInfo table th {
  width: 11.1111111111vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.16px;
  padding: 2.7777777778vw 0;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table th {
    display: block;
    width: 100%;
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
    padding: 3.8461538462vw 0 0;
  }
}
.companyPost .jpbInfo table td {
  padding: 2.7777777778vw 0 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table td {
    display: block;
    width: 100%;
    padding: 1.2820512821vw 0 3.8461538462vw;
  }
}
.companyPost .jpbInfo table td p {
  margin-bottom: 1.0416666667vw;
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table td p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.14px;
  }
}
.companyPost .jpbInfo table td ul {
  padding-left: 1.23vw;
  margin: 0 0 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table td ul {
    padding-left: 3.8461538462vw;
    margin: 0;
  }
}
.companyPost .jpbInfo table td ul li {
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table td ul li {
    font-size: 3.5897435897vw;
    letter-spacing: 0.14px;
  }
}
.companyPost .jpbInfo table td ul li:not(:last-child) {
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .companyPost .jpbInfo table td ul li:not(:last-child) {
    margin-bottom: 1.2820512821vw;
  }
}
.companyPost .jpbInfo table td ul li ul {
  margin: 0;
}
.companyPost .companyInfo {
  margin-top: 6.9444444444vw;
  background: #fff;
  padding: 2.7777777778vw;
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .companyPost .companyInfo {
    margin-top: 7.6923076923vw;
    padding: 5.1282051282vw 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
.companyPost .companyInfo h2 {
  font-size: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .companyPost .companyInfo h2 {
    font-size: 5.1282051282vw;
  }
}
.companyPost .companyInfo-table {
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .companyPost .companyInfo-table {
    margin-top: 5.1282051282vw;
  }
}
.companyPost .companyInfo-table .item {
  display: flex;
  align-items: center;
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .companyPost .companyInfo-table .item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8.9743589744vw;
    gap: 1.2820512821vw;
  }
}
.companyPost .companyInfo-table .item p:nth-child(1) {
  width: 9.0277777778vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .companyPost .companyInfo-table .item p:nth-child(1) {
    width: 100%;
    font-size: 4.1025641026vw;
  }
}
.companyPost .companyInfo-table .item p:nth-child(2) {
  padding-left: 2.0138888889vw;
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
  border-left: 1px solid #2A303D;
}
@media screen and (max-width: 768px) {
  .companyPost .companyInfo-table .item p:nth-child(2) {
    padding-left: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}
.companyPost-side {
  width: 26.39vw;
}
@media screen and (max-width: 768px) {
  .companyPost-side {
    width: 100%;
    position: fixed;
    bottom: -48.72vw;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: bottom 0.3s ease;
  }
  .companyPost-side.is-visible {
    bottom: 0;
  }
}
.companyPost-side-item {
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
  position: sticky;
  top: 20px;
  background: #fff;
  border-radius: 0.3472222222vw;
  padding: 2.7777777778vw 1.875vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item {
    padding: 2.5641025641vw 2.5641025641vw 5.1282051282vw;
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    border-radius: 0 1.0256410256vw 1.0256410256vw 0;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.75) 0%, #FFF 101.03%);
    backdrop-filter: blur(11.5px);
    gap: 0;
  }
}
.companyPost-side-item li a {
  display: flex;
  align-items: center;
  width: 22.6388888889vw;
  height: 5.1388888889vw;
  border-radius: 3.4722222222vw;
  font-size: 1.3888888889vw;
  color: #fff;
  font-weight: 500;
  position: relative;
  background: #F55A4E;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li a {
    height: 11.5384615385vw;
    border-radius: 12.8205128205vw;
    font-size: 3.5897435897vw;
  }
}
.companyPost-side-item li a svg {
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7638888889vw;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li a svg {
    width: 5.8974358974vw;
    height: 5.8974358974vw;
    right: 1.7948717949vw;
  }
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li:first-child {
    width: 100%;
    margin-bottom: 2.5641025641vw;
  }
}
.companyPost-side-item li:first-child a {
  background: #F55A4E;
  padding-left: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li:first-child a {
    width: 66.6666666667vw;
    padding-left: 10.2564102564vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li:nth-child(2) {
    width: 46.6666666667vw;
    margin-right: 1.5384615385vw;
  }
}
.companyPost-side-item li:nth-child(2) a {
  padding-left: 3.2638888889vw;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li:nth-child(2) a {
    width: 100%;
    letter-spacing: -0.5px;
    padding-left: 3.0769230769vw;
  }
}
.companyPost-side-item li:nth-child(2) a path {
  stroke: #f55a4e;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li:nth-child(3) {
    width: 46.6666666667vw;
  }
}
.companyPost-side-item li:nth-child(3) a {
  padding-left: 6.8055555556vw;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li:nth-child(3) a {
    width: 100%;
    padding-left: 11.5384615385vw;
  }
}
.companyPost-side-item li:nth-child(3) a path {
  stroke: #f55a4e;
}
.companyPost-side-item li p {
  margin-bottom: 0.6944444444vw;
  font-size: 1.25vw;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .companyPost-side-item li p {
    margin-bottom: 0.7692307692vw;
    font-size: 3.0769230769vw;
  }
}

/* =====================
  news setting
===================== */
.news-wrap {
  width: 71.5277777778vw;
  margin: 6.9444444444vw auto 0;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin-bottom: 6.9444444444vw;
}
.news-list a {
  display: flex;
  align-items: center;
  gap: 1.3194444444vw;
}
.news-list .head {
  display: flex;
  align-items: center;
  gap: 1.3194444444vw;
}
.news-list .head .day {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.news-list .head .cat {
  background-color: #747683;
  padding: 0.4166666667vw 0.3472222222vw;
  font-size: 1.1111111111vw;
  border-radius: 0.2083333333vw;
  color: #fff;
}
.news-list .title {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 170%;
}

/* =====================
  newsPost setting
===================== */
.newsPost-wrap {
  width: 70vw;
  margin: 6.9444444444vw auto 0;
}
.newsPost-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.0416666667vw;
}
.newsPost-head .cat {
  display: block;
  color: #fff;
  font-size: 1.1111111111vw;
  line-height: 100%;
  background-color: #747683;
  border-radius: 0.2083333333vw;
  padding: 0.4166666667vw 0.3472222222vw;
}
.newsPost-head .day {
  font-size: 1.25vw;
  font-weight: 500;
}
.newsPost-title {
  padding-bottom: 2.7777777778vw;
  border-bottom: 1px solid #221C25;
}
.newsPost-title h1 {
  font-size: 3.4722222222vw;
  line-height: 150%;
}
.newsPost-cont {
  margin-top: 2.7777777778vw;
  margin-bottom: 6.9444444444vw;
}
.newsPost-cont h2 {
  margin-top: 8.3333333333vw;
  margin-bottom: 2.7777777778vw;
  font-size: 1.9444444444vw;
}
.newsPost-cont h2:nth-child(1) {
  margin-top: 0;
}
.newsPost-cont h3 {
  margin-top: 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
  font-size: 1.5277777778vw;
  font-weight: 600;
  line-height: 150%;
}
.newsPost-cont p {
  margin-bottom: 2.0833333333vw;
  font-size: 1.25vw;
  line-height: 210%;
  letter-spacing: 0.16px;
}
.newsPost-cont figure img {
  display: block;
  width: 85%;
  margin: 3.4722222222vw auto 0;
}
.newsPost-cont .wp-caption-text {
  margin-top: 1.1111111111vw;
  text-align: center;
  color: #888A9B;
  font-size: 1.1111111111vw;
  line-height: 170%;
}
.newsPost-cont a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.1111111111vw;
  letter-spacing: 0.16px;
  line-height: 170%;
}
.newsPost-cont table {
  margin-top: 2.4305555556vw;
  border-collapse: separate;
  border-spacing: 0 0.3472222222vw;
}
.newsPost-cont table th {
  min-width: 15.2777777778vw;
  background-color: #888A9B;
  color: #fff;
  font-size: 1.25vw;
  letter-spacing: 0.18px;
  vertical-align: middle;
  padding-left: 0.6944444444vw;
}
.newsPost-cont table td {
  background-color: #fff;
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  padding: 0.6944444444vw;
}

.backBtn {
  width: 18.2638888889vw;
  height: 4.0277777778vw;
  display: flex;
  align-items: center;
  background-color: #2A303D;
  font-size: 1.3888888889vw;
  font-weight: 500;
  padding-left: 1.7361111111vw;
  position: relative;
  color: #fff;
  border-radius: 3.4722222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .backBtn {
    height: 13.3333333333vw;
    font-size: 3.5897435897vw;
    border-radius: 12.8205128205vw;
  }
}
.backBtn svg {
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .backBtn svg {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 2.0512820513vw;
  }
}

/* =====================
  magazine setting
===================== */
.magazine-lead {
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .magazine-lead {
    margin-top: 5.641025641vw;
  }
}
.magazine-lead p {
  font-size: 1.25vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .magazine-lead p {
    font-size: 4.1025641026vw;
    line-height: 170%; /* 27.2px */
  }
}

.magazineList {
  margin-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  .magazineList {
    margin-top: 15.3846153846vw;
  }
}
.magazineList-item {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6vw;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .magazineList-item {
    gap: 7.6923076923vw;
    margin-bottom: 15.3846153846vw;
  }
}
.magazineList-item li {
  width: calc(33.3333333333% - 1.74vw);
}
@media screen and (max-width: 768px) {
  .magazineList-item li {
    width: 100%;
  }
}
.magazineList-item .thumb {
  height: 20.6944444444vw;
}
@media screen and (max-width: 768px) {
  .magazineList-item .thumb {
    height: 66.6666666667vw;
  }
}
.magazineList-item .thumb img {
  height: 20.6944444444vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .magazineList-item .thumb img {
    height: 66.6666666667vw;
  }
}
.magazineList-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3194444444vw;
  color: #888A9B;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .magazineList-item .head {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    gap: 1.5384615385vw;
  }
}
.magazineList-item p {
  margin-top: 0.6944444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .magazineList-item p {
    margin-top: 2.5641025641vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
    line-height: 170%;
  }
}

/* =====================
  magazinePost setting
===================== */
.magazinePost-wrap {
  width: 70vw;
  margin: 6.9444444444vw auto 0;
}
@media screen and (max-width: 768px) {
  .magazinePost-wrap {
    width: 100%;
    margin: 12.8205128205vw 0;
  }
}
.magazinePost-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.0416666667vw;
  font-size: 1.25vw;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-head {
    margin-bottom: 3.8461538462vw;
    font-size: 3.3333333333vw;
    gap: 1.2820512821vw;
  }
}
.magazinePost-head .day {
  display: flex;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-head .day {
    gap: 1.2820512821vw;
  }
}
.magazinePost-head .day::after {
  content: "｜";
}
.magazinePost-title h1 {
  font-size: 3.4722222222vw;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .magazinePost-title h1 {
    font-size: 7.1794871795vw;
  }
}
.magazinePost-cont {
  margin-top: 2.7777777778vw;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont {
    margin: 10.2564102564vw 0;
  }
}
.magazinePost-cont .thumbnail {
  height: 52.0833333333vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont .thumbnail {
    height: 66.6666666667vw;
  }
}
.magazinePost-cont .thumbnail img {
  width: 100%;
  height: 52.0833333333vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont .thumbnail img {
    width: 100%;
    height: 66.6666666667vw;
  }
}
.magazinePost-cont h2 {
  margin-top: 8.3333333333vw;
  margin-bottom: 2.7777777778vw;
  font-size: 3.4722222222vw;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont h2 {
    margin-top: 10.2564102564vw;
    margin-bottom: 7.6923076923vw;
    font-size: 6.1538461538vw;
  }
}
.magazinePost-cont h3 {
  margin-top: 6.9444444444vw;
  margin-bottom: 2.7777777778vw;
  font-size: 1.9444444444vw;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont h3 {
    margin: 7.6923076923vw 0;
    font-size: 5.1282051282vw;
  }
}
.magazinePost-cont h4 {
  margin-top: 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
  font-size: 1.5277777778vw;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont h4 {
    margin: 7.6923076923vw 0 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
.magazinePost-cont p {
  margin-bottom: 2.0833333333vw;
  font-size: 1.25vw;
  line-height: 210%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont p {
    margin-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.magazinePost-cont img {
  display: block;
  width: 85%;
  margin: 3.4722222222vw auto 0;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont img {
    width: 100%;
    margin: 7.6923076923vw auto 0;
  }
}
.magazinePost-cont .wp-caption-text {
  margin-top: 1.1111111111vw;
  text-align: center;
  color: #888A9B;
  font-size: 1.25vw;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont .wp-caption-text {
    margin-top: 2.5641025641vw;
    margin-bottom: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
.magazinePost-cont a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.1111111111vw;
  letter-spacing: 0.16px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont a {
    font-size: 4.1025641026vw;
  }
}
.magazinePost-cont table {
  width: 100%;
  margin-bottom: 2.4305555556vw;
  border-collapse: separate;
  border-spacing: 0 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin-bottom: 7.6923076923vw;
    border-spacing: 0 1.2820512821vw;
    min-width: 193.5897435897vw;
  }
}
.magazinePost-cont table th {
  width: 30%;
  min-width: 15.2777777778vw;
  background-color: #888A9B;
  vertical-align: middle;
  padding-left: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont table th {
    min-width: 56.4102564103vw;
    padding-left: 2.5641025641vw;
    white-space: normal;
    word-break: break-word;
  }
}
.magazinePost-cont table th p {
  margin: 0;
  color: #fff;
  font-size: 1.25vw;
  letter-spacing: 0.18px;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont table th p {
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
  }
}
.magazinePost-cont table td {
  background-color: #fff;
  vertical-align: middle;
  padding: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont table td {
    padding: 2.5641025641vw;
    white-space: normal;
    word-break: break-word;
  }
}
.magazinePost-cont table td p {
  margin: 0;
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .magazinePost-cont table td p {
    font-size: 4.1025641026vw;
  }
}
.magazinePost .backBtn {
  width: 24.7222222222vw;
}
@media screen and (max-width: 768px) {
  .magazinePost .backBtn {
    width: 71.7948717949vw;
    padding-left: 8.9743589744vw;
  }
}
.magazinePost .kt-svg-icon-list-text {
  font-size: 1.25vw;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 768px) {
  .magazinePost .kt-svg-icon-list-text {
    font-size: 4.1025641026vw;
  }
}
.magazinePost .wp-block-list li {
  padding-left: 1.3888888889vw;
  font-size: 1.25vw;
  letter-spacing: 0.16px;
  position: relative;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .magazinePost .wp-block-list li {
    font-size: 4.1025641026vw;
    padding-left: 5.1282051282vw;
  }
}
.magazinePost .wp-block-list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.magazinePost .wp-block-list li:not(:last-child) {
  margin-bottom: 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  .magazinePost .wp-block-list li:not(:last-child) {
    margin-bottom: 2.5641025641vw;
  }
}

.related {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 5.5555555556vw;
}
.related-inner {
  padding-left: 5vw;
}
@media screen and (max-width: 768px) {
  .related-inner {
    padding-left: 5.1282051282vw;
  }
}
.related h3 {
  font-size: 2.2916666667vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .related h3 {
    font-size: 5.1282051282vw;
  }
}
.related .magazineList {
  margin-top: 1.0416666667vw;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .related .magazineList {
    margin-top: 3.8461538462vw;
  }
}
.related .magazineList-item {
  flex-wrap: nowrap;
  gap: 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .related .magazineList-item {
    gap: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
}
.related .magazineList li {
  width: 27.7777777778vw;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .related .magazineList li {
    width: 69.2307692308vw;
  }
  .related .magazineList li .thumb {
    height: 51.2820512821vw;
  }
  .related .magazineList li .thumb img {
    height: 51.2820512821vw;
  }
}

/* =====================
  concept setting
===================== */
.concept-wrap {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .concept-wrap {
    margin-top: 15.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  .concept-copy {
    padding: 0 5.1282051282vw;
  }
}
.concept-copy h2 {
  width: 62.5vw;
  margin: 0 auto 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .concept-copy h2 {
    width: 73.0769230769vw;
    margin: 0 0 15.3846153846vw 0;
  }
}
.concept-copy .text {
  text-align: center;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  .concept-copy .text {
    text-align: left;
    margin-bottom: 10.2564102564vw;
  }
}
.concept-copy .text p {
  font-family: "Shippori Mincho B1", serif;
  line-height: 210%;
  font-size: 1.5972222222vw;
}
@media screen and (max-width: 768px) {
  .concept-copy .text p {
    font-size: 4.358974359vw;
    line-height: 170%;
  }
}
.concept-copy .text p:not(:last-child) {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 768px) {
  .concept-copy .text p:not(:last-child) {
    margin-bottom: 4.6153846154vw;
  }
}
.concept-image {
  margin-top: 15vw;
}
@media screen and (max-width: 768px) {
  .concept-image {
    margin-top: 20.5128205128vw;
  }
}
.concept-company {
  width: 90vw;
  background: rgba(255, 255, 255, 0.85);
  margin: -12.5vw auto 0;
  position: relative;
  z-index: 1;
  padding: 6.9444444444vw 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .concept-company {
    width: 89.7435897436vw;
    margin: 15.3846153846vw auto 0;
    padding: 12.8205128205vw 5.1282051282vw;
  }
}
.concept-company h3 {
  font-size: 1.9444444444vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .concept-company h3 {
    margin-bottom: 1.2820512821vw;
    font-size: 5.1282051282vw;
  }
}
.concept-company table {
  width: 100%;
}
.concept-company table tr {
  border-bottom: 1px solid #7F818F;
}
.concept-company table th {
  width: 11.1111111111vw;
  vertical-align: middle;
  font-size: 1.1111111111vw;
  letter-spacing: 0.16px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .concept-company table th {
    display: block;
    width: 100%;
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
    padding-top: 3.8461538462vw;
  }
}
.concept-company table td {
  padding: 2.7777777778vw 0;
  font-size: 1.1111111111vw;
  letter-spacing: 0.16px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .concept-company table td {
    display: block;
    width: 100%;
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
    padding: 1.2820512821vw 0 3.8461538462vw;
  }
}
.concept-company table td a {
  text-decoration: underline;
}
.concept-company__message {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .concept-company__message {
    margin-top: 12.8205128205vw;
  }
}
.concept-company__message h3 {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .concept-company__message h3 {
    margin-bottom: 5.1282051282vw;
  }
}
.concept-company__message p {
  margin-bottom: 2.7777777778vw;
  font-size: 1.25vw;
  line-height: 210%;
}
@media screen and (max-width: 768px) {
  .concept-company__message p {
    margin-bottom: 7.6923076923vw;
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}
.concept-company__message .backBtn {
  width: 33.5416666667vw;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .concept-company__message .backBtn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0;
  }
}

/* =====================
  reason setting
===================== */
.reason-lead {
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .reason-lead {
    margin-top: 5.641025641vw;
  }
}
.reason-lead p {
  font-weight: 600;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .reason-lead p {
    font-size: 4.1025641026vw;
    line-height: 170%;
  }
}

.reasonContent {
  display: flex;
  gap: 5.1388888889vw;
}
@media screen and (max-width: 768px) {
  .reasonContent {
    display: block;
  }
}
.reasonContent .image {
  width: 39.7222222222vw;
}
@media screen and (max-width: 768px) {
  .reasonContent .image {
    width: 67.9487179487vw;
  }
}
.reasonContent-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .reasonContent-text {
    margin-top: -46.15vw;
  }
}
.reasonContent-text .number {
  display: flex;
  align-items: baseline;
  gap: 0.2083333333vw;
  font-size: 4.5138888889vw;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .reasonContent-text .number {
    font-size: 12.8205128205vw;
  }
}
.reasonContent-text .number::before {
  content: "#";
  font-size: 2.0833333333vw;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .reasonContent-text .number::before {
    font-size: 5.1282051282vw;
  }
}
.reasonContent-text h3 {
  margin-bottom: 3.8194444444vw;
  font-size: 2.2916666667vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .reasonContent-text h3 {
    margin-bottom: 14.1025641026vw;
    font-size: 6.1538461538vw;
    line-height: 170%;
  }
  .reasonContent-text h3 span {
    background: #fff;
    padding: 0.7692307692vw 0;
  }
}
.reasonContent-text p {
  font-size: 1.25vw;
  line-height: 210%;
}
@media screen and (max-width: 768px) {
  .reasonContent-text p {
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
    line-height: 170%;
  }
}
.reasonContent-text p:not(:last-child) {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .reasonContent-text p:not(:last-child) {
    margin-bottom: 10.2564102564vw;
  }
}
.reasonContent.-one .image {
  transform: translateY(7.99vw);
}
@media screen and (max-width: 768px) {
  .reasonContent.-one .image {
    transform: none;
    margin-left: auto;
    margin-right: 2.5641025641vw;
  }
}
.reasonContent.-two {
  position: relative;
}
@media screen and (max-width: 768px) {
  .reasonContent.-two {
    margin-top: 9.2307692308vw;
  }
}
.reasonContent.-two .image div {
  width: 40.0694444444vw;
  position: absolute;
  left: -5vw;
  bottom: -3.13vw;
}
@media screen and (max-width: 768px) {
  .reasonContent.-two .image div {
    width: 63.5897435897vw;
    margin-top: 11.0256410256vw;
    position: static;
  }
}
.reasonContent.-two .image-thumb {
  width: 30.5555555556vw;
  transform: translateX(1.74vw);
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .reasonContent.-two .image-thumb {
    width: 63.5897435897vw;
    transform: translateX(-2.56vw);
    margin-left: auto;
  }
}
.reasonContent.-two .reasonContent-text {
  margin-top: 11.8055555556vw;
}
@media screen and (max-width: 768px) {
  .reasonContent.-two .reasonContent-text {
    margin-top: -46.15vw;
  }
  .reasonContent.-two .reasonContent-text .number {
    justify-content: flex-end;
  }
  .reasonContent.-two .reasonContent-text h3 {
    text-align: right;
  }
}
.reasonContent.-tree {
  margin-top: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .reasonContent.-tree {
    margin-top: 12.8205128205vw;
  }
  .reasonContent.-tree .reasonContent-text {
    margin-top: -46.15vw;
  }
}
.reasonContent.-tree .image {
  transform: translateY(-5.56vw);
}
@media screen and (max-width: 768px) {
  .reasonContent.-tree .image {
    transform: none;
    margin-left: auto;
    margin-right: 2.5641025641vw;
  }
}
.reasonContent.-four {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .reasonContent.-four {
    margin-top: 4.8717948718vw;
  }
  .reasonContent.-four .reasonContent-text {
    margin-top: 0;
  }
}
.reasonContent.-four .image {
  width: 30.4861111111vw;
  transform: translate(-4.51vw, -5.56vw);
}
@media screen and (max-width: 768px) {
  .reasonContent.-four .image {
    width: 63.5897435897vw;
    transform: none;
    margin-left: auto;
    margin-bottom: 12.8205128205vw;
  }
}

.reasons {
  margin-top: 10.4166666667vw;
}

/* =====================
  legal setting
===================== */
.legal-wrap {
  display: flex;
  margin-top: 10.4166666667vw;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap {
    display: block;
    margin-top: 15.3846153846vw;
  }
}
.legal-wrap main {
  flex: 1;
}
.legal-wrap main h3 {
  margin-bottom: 2.7777777778vw;
  font-weight: 700;
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main h3 {
    margin-bottom: 7.6923076923vw;
    font-size: 6.1538461538vw;
  }
}
.legal-wrap main p {
  font-size: 1.25vw;
  line-height: 210%;
}
@media screen and (max-width: 768px) {
  .legal-wrap main p {
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}
.legal-wrap main dl {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main dl {
    margin-bottom: 15.3846153846vw;
  }
}
.legal-wrap main dl dt {
  margin-bottom: 2.7777777778vw;
  font-size: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main dl dt {
    margin-bottom: 7.6923076923vw;
    font-size: 5.1282051282vw;
  }
}
.legal-wrap main ol {
  padding-left: 1.3888888889vw;
  list-style: number;
}
@media screen and (max-width: 768px) {
  .legal-wrap main ol {
    padding-left: 3.8461538462vw;
  }
  .legal-wrap main ol ul {
    margin-top: 1.2820512821vw;
  }
}
.legal-wrap main ul {
  list-style: disc;
}
.legal-wrap main li {
  font-size: 1.25vw;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .legal-wrap main li {
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}
.legal-wrap main li:not(:last-child) {
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main li:not(:last-child) {
    margin-bottom: 1.2820512821vw;
  }
}
.legal-wrap main table {
  margin-top: 2.4305555556vw;
  border-collapse: separate;
  border-spacing: 0 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin-top: 7.6923076923vw;
    border-spacing: 0 1.2820512821vw;
  }
}
.legal-wrap main table th {
  min-width: 15.2777777778vw;
  background-color: #888A9B;
  color: #fff;
  font-size: 1.25vw;
  letter-spacing: 0.18px;
  vertical-align: middle;
  padding-left: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main table th {
    min-width: 56.4102564103vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.16px;
    padding-left: 2.5641025641vw;
  }
}
.legal-wrap main table td {
  background-color: #fff;
  font-size: 1.1111111111vw;
  line-height: 170%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  padding: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap main table td {
    padding: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.legal-wrap .side {
  width: 16.6666666667vw;
}
@media screen and (max-width: 768px) {
  .legal-wrap .side {
    display: none;
  }
}
.legal-wrap .side-menu {
  position: sticky;
  top: 6.12vw;
}
.legal-wrap .side-menu ul {
  display: flex;
  flex-direction: column;
}
.legal-wrap .side-menu ul li {
  border-top: 1px solid #7F818F;
}
.legal-wrap .side-menu ul li:last-child {
  border-bottom: 1px solid #7F818F;
}
.legal-wrap .side-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3888888889vw 0.6944444444vw;
  font-size: 1.25vw;
}
.legal-wrap .side-menu ul li a svg {
  width: 1.5972222222vw;
}
.legal-lead {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .legal-lead {
    margin-bottom: 15.3846153846vw;
  }
}

/* =====================
  thanks page
===================== */
.pageThanks {
  margin-top: 6.9444444444vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageThanks {
    margin-top: 15.3846153846vw;
  }
}
.pageThanks h2 {
  font-size: 2.2916666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .pageThanks h2 {
    margin-bottom: 7.6923076923vw;
    font-size: 6.1538461538vw;
    line-height: 150%;
  }
}
.pageThanks-text {
  margin-bottom: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .pageThanks-text {
    margin-bottom: 17.9487179487vw;
    text-align: left;
  }
}
.pageThanks p {
  font-size: 1.25vw;
  line-height: 210%;
}
@media screen and (max-width: 768px) {
  .pageThanks p {
    font-size: 4.1025641026vw;
    line-height: 170%;
    letter-spacing: 0.16px;
  }
}
.pageThanks p:not(:last-child) {
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .pageThanks p:not(:last-child) {
    margin-bottom: 7.6923076923vw;
  }
}
.pageThanks p a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pageThanks .backBtn {
    width: 47.4358974359vw;
    padding-left: 3.8461538462vw;
  }
}

/* =====================
  404 setting
===================== */
.l-404 {
  padding: 10.4166666667vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-404 {
    padding: 25.641025641vw 10.2564102564vw;
  }
}
.l-404 h1 {
  margin-bottom: 2.4305555556vw;
  font-size: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  .l-404 h1 {
    margin-bottom: 8.9743589744vw;
    font-size: 8.9743589744vw;
  }
}
.l-404 p {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .l-404 p {
    font-size: 4.1025641026vw;
  }
}
.l-404 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  width: 17.3611111111vw;
  height: 3.8194444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  border-radius: 6.9444444444vw;
  border: 1px solid #2A303D;
  color: #2A303D;
  margin: 3.4722222222vw auto 0;
}
@media screen and (max-width: 768px) {
  .l-404 .more {
    width: 48.7179487179vw;
    height: 10.7692307692vw;
    font-size: 3.5897435897vw;
    gap: 2.0512820513vw;
    margin: 7.6923076923vw auto 0;
  }
}
.l-404 .more::after {
  content: "";
  display: inline-block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background: url("../../images/arrow-nv.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-404 .more::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}/*# sourceMappingURL=style.css.map */