@charset "UTF-8";
body {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a i.i_link::after {
  background: url(../img/common/icon_link.svg);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 1em;
  width: 20px;
  position: relative;
  top: 0.25em;
}
a i.i_instagram::after {
  background: url(../img/common/icon_instagram.svg);
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 1em;
  width: 20px;
  position: relative;
  top: 0.25em;
}

a:hover {
  color: #666;
}

hr {
  border: none;
  background-color: transparent;
  height: 4em;
}

.fx {
  display: flex;
}

header {
  height: 112px;
  padding: 24px 40px;
  width: 100%;
  position: fixed;
  z-index: 9;
}
@media (max-width: 639px) {
  header {
    height: 96px;
    padding: 16px 24px;
  }
}
header .header_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
header h1 img {
  height: 64px;
  width: auto;
}

.nav {
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .nav .nav_inner {
    position: absolute;
    top: 112px;
  }
}
.nav ul {
  display: flex;
  gap: 20px;
  font-family: "Mohave", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .nav ul {
    flex-flow: column wrap;
    position: fixed;
    left: -400px;
    transition: 0.5s;
  }
}
.nav li.navprivacy {
  display: none;
}
.nav li.navex {
  display: none;
}
.nav_toggle {
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .nav_toggle {
    display: block;
    height: 48px;
    width: 48px;
    position: relative;
  }
}
.nav_toggle::after {
  border-radius: 50%;
  border: 1px solid transparent;
  content: "";
  display: block;
  height: 48px;
  width: 48px;
  position: absolute;
  transition: 0.5s;
}
.nav_toggle span {
  background-color: #000;
  display: block;
  width: 40px;
  height: 1px;
  transition: all 0.5s;
  position: absolute;
  left: 4px;
}
.nav_toggle span:nth-child(1) {
  top: 16px;
}
.nav_toggle span:nth-child(2) {
  top: 24px;
}
.nav_toggle span:nth-child(3) {
  bottom: 16px;
}
.nav_toggle.open::after {
  animation: active-toggle 0.7s 0.25s forwards;
}
@keyframes active-toggle {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #000 transparent transparent;
  }
  50% {
    border-color: transparent #000 #000 transparent;
  }
  75% {
    border-color: transparent #000 #000 #000;
  }
  100% {
    border-color: #000;
    transform: rotate(-680deg);
  }
}
.nav_toggle.open span {
  background-color: #000;
}
.nav_toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(-315deg);
}
.nav_toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav_toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(315deg);
}

#mask {
  background-color: rgb(200, 22, 29);
  cursor: pointer;
  display: none;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .navarea.open ul {
    left: 5%;
  }
}
.navarea.open ul li {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 799px) {
  .navarea.open ul li {
    font-size: 8.333vw;
  }
}
.navarea.open ul li a {
  color: #fff;
}
@media (max-width: 1024px) {
  .navarea.open ul li.navprivacy {
    display: block;
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .navarea.open ul li.navex {
    background-color: #fff;
    display: block;
    font-size: 3.2rem;
    line-height: 1;
    padding: 0.5em 0.5em 0.3em;
  }
}
@media (max-width: 799px) {
  .navarea.open ul li.navex {
    font-size: 6.666vw;
  }
}
.navarea.open ul li.navex a {
  color: #C8161D;
}
.navarea.open #mask {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 112px;
  left: 0;
}
@media (max-width: 639px) {
  .navarea.open #mask {
    top: 96px;
  }
}

footer {
  margin: 7.5em auto 0.5em;
}
footer .footer_inner {
  padding: 0 1.5em;
}
footer .f_item1 {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 64px;
  justify-content: center;
}
footer .f_item1 h2 {
  align-self: center;
  width: 200px;
}
@media (max-width: 992px) {
  footer .f_item1 h2 {
    width: 100%;
  }
}
footer .f_item1 h2 img {
  margin: auto;
  width: 200px;
}
footer .f_item1 .prof {
  position: relative;
}
@media (max-width: 992px) {
  footer .f_item1 .prof {
    width: calc((100% - 64px) / 2);
  }
}
@media (max-width: 639px) {
  footer .f_item1 .prof {
    width: auto;
  }
}
footer .f_item1 .prof::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -32px;
  top: 0;
}
@media (max-width: 992px) {
  footer .f_item1 .prof::after {
    left: auto;
    right: -32px;
  }
}
@media (max-width: 639px) {
  footer .f_item1 .prof::after {
    display: none;
  }
}
footer .f_item1 .prof h3 {
  font-weight: normal;
  margin-bottom: 1em;
}
footer .f_item1 .prof dl {
  font-size: 1.4rem;
}
@media (max-width: 799px) {
  footer .f_item1 .prof dl {
    font-size: 1.2rem;
  }
}
footer .f_item1 .prof dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
footer .f_item1 .prof dd + dt {
  margin-top: 1.5em;
}
footer .f_item1 nav {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  footer .f_item1 nav {
    width: calc((100% - 64px) / 2);
  }
}
@media (max-width: 639px) {
  footer .f_item1 nav {
    display: none;
  }
}
footer .f_item1 nav ul {
  align-self: center;
  line-height: 2.2;
}
footer .f_item1 nav::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -32px;
  top: 0;
}
@media (max-width: 992px) {
  footer .f_item1 nav::after {
    display: none;
  }
}
footer .f_item2 {
  margin-top: 2em;
}
footer .f_item2 .privacy_mark {
  margin: 0 auto 1em;
  max-width: 96px;
  width: 100%;
}
footer .f_item2 p {
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 799px) {
  footer .f_item2 p {
    font-size: 1.2rem;
  }
}

main {
  margin: auto;
  max-width: 1440px;
  width: 94%;
}

.hdg {
  color: #C8161D;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: 700;
}
@media (max-width: 799px) {
  .hdg {
    font-size: 4.8rem;
  }
}

.headline {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
@media (max-width: 992px) {
  .headline {
    font-size: 3.226vw;
  }
}
@media (max-width: 639px) {
  .headline {
    font-size: 4.381vw;
  }
}
.headline::before {
  color: #C8161D;
  content: "●";
  display: inline-block;
  text-indent: -1em;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
}

.vs_xs {
  display: none;
}
@media (max-width: 480px) {
  .vs_xs {
    display: block;
  }
}

.vs_sm {
  display: none;
}
@media (max-width: 639px) {
  .vs_sm {
    display: block;
  }
}

.vs_md {
  display: none;
}
@media (799px <= width < 1024px) {
  .vs_md {
    display: block;
  }
}

.vs_lg {
  display: block;
}
@media (max-width: 799px) {
  .vs_lg {
    display: none;
  }
}

.split-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(40px);
}

main.top {
  max-width: 100%;
  width: 100%;
}

.kv .kv_inner {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.kv .kv_inner .logo {
  width: 19.4444444444vw;
}
@media (max-width: 799px) {
  .kv .kv_inner .logo {
    width: 31.1111111111vw;
  }
}
@media (max-width: 639px) {
  .kv .kv_inner .logo {
    width: 36.8184663537vw;
  }
}
.kv .kv_inner .logo path {
  fill: black;
  stroke: black;
  stroke-width: 0.5px;
  animation: 3s svg-anime ease-in;
}
.kv .kv_inner .logo path.circle {
  fill: #C8161D;
  stroke: #C8161D;
  opacity: 0;
  animation: svg-animec 1s 3.5s ease-in forwards;
}
@keyframes svg-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: black;
  }
}
@keyframes svg-animec {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv .kv_inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.5em;
  text-align: center;
  opacity: 0;
  animation: catch 1s 5s ease-in forwards;
}
@media (max-width: 1024px) {
  .kv .kv_inner h2 {
    font-size: 2.34375vw;
  }
}
@media (max-width: 799px) {
  .kv .kv_inner h2 {
    font-size: 3.004vw;
  }
}
@media (max-width: 639px) {
  .kv .kv_inner h2 {
    font-size: 4.166vw;
  }
}
.kv .kv_inner h2 em {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  font-style: normal;
}
@media (max-width: 1024px) {
  .kv .kv_inner h2 em {
    font-size: 5.46875vw;
  }
}
@media (max-width: 799px) {
  .kv .kv_inner h2 em {
    font-size: 7.009vw;
  }
}
@media (max-width: 639px) {
  .kv .kv_inner h2 em {
    font-size: 8.01vw;
  }
}
@keyframes catch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lnav {
  position: relative;
}
.lnav_item {
  height: 100%;
}
.lnav_item__inner {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.lnav_item__inner .summary {
  position: absolute;
  left: 40px;
}
@media (max-width: 992px) {
  .lnav_item__inner .summary {
    left: 50%;
    transform: translateX(-50%);
  }
}
.lnav_item__inner .summary.bg {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 520px;
  padding: 24px;
  z-index: 2;
}
@media (max-width: 992px) {
  .lnav_item__inner .summary.bg {
    max-width: 960px;
    padding: 2em;
    width: 90%;
  }
}
.lnav_item__inner .summary h2 {
  color: #C8161D;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 799px) {
  .lnav_item__inner .summary h2 {
    font-size: 9vw;
  }
}
.lnav_item__inner .summary h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media (max-width: 799px) {
  .lnav_item__inner .summary h3 {
    font-size: 3.225vw;
  }
}
@media (max-width: 480px) {
  .lnav_item__inner .summary h3 {
    font-size: 4.166vw;
  }
}
.lnav_item__inner .summary .links {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.5em auto 0;
}
.lnav_item__inner .summary .links a {
  background-color: #C8161D;
  color: #fff;
  display: block;
  line-height: 3em;
  padding: 0 2em;
}
.lnav_item__inner figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .lnav_item__inner figure {
    height: 100vh;
  }
}
.lnav_item__inner figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lnav .media {
  background-color: #C8161D;
  display: flex;
  height: auto;
  padding: 7.5em 0;
  width: 100%;
}
.lnav .media .lnav_item__inner {
  width: 100%;
}
@media (max-width: 992px) {
  .lnav .media .lnav_item__inner {
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
  }
}
.lnav .media .summary {
  color: #fff;
  width: 47.78%;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 992px) {
  .lnav .media .summary {
    white-space: wrap;
    width: 90%;
    position: relative;
    transform: none;
    left: 0;
  }
}
.lnav .media .summary h2 {
  color: #fff;
}
.lnav .media .summary h3 {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media (max-width: 639px) {
  .lnav .media .summary h3 {
    font-size: 4.1666vw;
  }
}
.lnav .media .summary h3 em {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .lnav .media .summary h3 em {
    font-size: 3.90625vw;
  }
}
@media (max-width: 799px) {
  .lnav .media .summary h3 em {
    font-size: 5.006vw;
  }
}
@media (max-width: 639px) {
  .lnav .media .summary h3 em {
    font-size: 8.333vw;
  }
}
.lnav .media figure {
  max-width: 980px;
  width: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .lnav .media figure {
    height: auto;
  }
}
@media (max-width: 799px) {
  .lnav .media figure {
    overflow: hidden;
  }
}
.lnav .media .links_external {
  font-weight: 700;
  margin-top: 2em;
}
.lnav .media .links_external a {
  color: #fff;
  transition: 0.3s;
}
.lnav .media .links_external a i {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(183deg) brightness(106%) contrast(103%);
}
.lnav .media .links_external a:hover {
  opacity: 0.8;
}
.lnav .media .links_external li {
  margin-bottom: 1em;
}
.lnav .scroll-img {
  transform: scale(0.8);
  filter: blur(20px);
  opacity: 0;
  transition: none;
}

.access_inner {
  padding: 120px 40px 40px;
}
@media (max-width: 992px) {
  .access_inner {
    padding: 80px 5% 40px;
  }
}
.access h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .access h2 {
    font-size: 5.46875vw;
  }
}
@media (max-width: 799px) {
  .access h2 {
    font-size: 7.009vw;
  }
}
@media (max-width: 639px) {
  .access h2 {
    font-size: 10vw;
  }
}
.access h3 {
  font-size: 2rem;
  font-weight: 700;
}
.access .fx {
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 799px) {
  .access .fx {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
  }
}
.access .summary, .access .map {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 799px) {
  .access .summary, .access .map {
    width: 100%;
  }
}
.access iframe {
  aspect-ratio: 16/9;
  width: 100%;
  filter: grayscale(1);
}
.access .scroll-img, .access .summary, .access .map {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.about {
  padding: 160px 0 0;
}
.about .intro {
  padding-top: 6em;
}
.about .intro .t_concept {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  .about .intro .t_concept {
    font-size: 2.34375vw;
  }
}
@media (max-width: 799px) {
  .about .intro .t_concept {
    font-size: 3.004vw;
  }
}
@media (max-width: 639px) {
  .about .intro .t_concept {
    font-size: 4.166vw;
  }
}
.about .intro .t_concept em {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .about .intro .t_concept em {
    font-size: 5.46875vw;
  }
}
@media (max-width: 799px) {
  .about .intro .t_concept em {
    font-size: 7.009vw;
  }
}
@media (max-width: 639px) {
  .about .intro .t_concept em {
    font-size: 8.01vw;
  }
}
.about .intro .fx {
  justify-content: space-between;
}
@media (max-width: 799px) {
  .about .intro .fx {
    flex-flow: column wrap;
  }
}
.about .intro .fx .t_lead {
  width: 40%;
}
@media (max-width: 799px) {
  .about .intro .fx .t_lead {
    margin-bottom: 2em;
    width: 100%;
  }
}
.about .intro .fx .pic {
  width: 56%;
}
@media (max-width: 799px) {
  .about .intro .fx .pic {
    width: 100%;
  }
}
.about .intro h3 {
  font-size: 3.2rem;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (max-width: 992px) {
  .about .intro h3 {
    font-size: 3.226vw;
  }
}
@media (max-width: 639px) {
  .about .intro h3 {
    font-size: 5.007vw;
  }
}
.about .intro ul {
  align-items: stretch;
  gap: 48px;
}
@media (max-width: 799px) {
  .about .intro ul {
    flex-flow: column wrap;
    gap: 32px;
  }
}
.about .intro li {
  display: flex;
  flex-flow: column wrap;
  width: calc((100% - 96px) / 3);
}
@media (max-width: 799px) {
  .about .intro li {
    flex-flow: row nowrap;
    gap: 24px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .about .intro li {
    display: block;
  }
}
.about .intro li p {
  margin-bottom: 1.5em;
}
.about .intro li p span {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
}
.about .intro li figure {
  margin-top: auto;
}
@media (max-width: 799px) {
  .about .intro li figure {
    width: 48%;
  }
}
@media (max-width: 639px) {
  .about .intro li figure {
    margin: auto;
    max-width: 400px;
    width: 100%;
  }
}
.about .media {
  background-color: #000;
  color: #fff;
  margin: 7.5em calc(50% - 50vw);
  width: 100vw;
}
.about .media_inner {
  margin: auto;
  max-width: 1440px;
  padding: 7.5em 40px;
  width: 94%;
}
.about .media h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 799px) {
  .about .media h2 {
    font-size: 3.225vw;
  }
}
@media (max-width: 480px) {
  .about .media h2 {
    font-size: 4.166vw;
  }
}
.about .media h2 em {
  font-family: "Mohave", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .about .media h2 em {
    font-size: 3.90625vw;
  }
}
@media (max-width: 799px) {
  .about .media h2 em {
    font-size: 5.006vw;
  }
}
@media (max-width: 639px) {
  .about .media h2 em {
    font-size: 8.333vw;
  }
}
.about .media h2::before {
  position: relative;
  top: -0.4em;
}
.about .media .links {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 639px) {
  .about .media .links {
    font-size: 1.2rem;
    text-align: center;
  }
}
.about .media .links li {
  margin: 1.5em auto 0;
  transition: 0.3s;
}
@media (max-width: 639px) {
  .about .media .links li {
    padding: 0 0.5em;
  }
}
.about .media .links li:hover {
  opacity: 0.8;
}
.about .media .links a {
  background-color: #C8161D;
  line-height: 3em;
  color: #fff;
  display: block;
  padding: 0 2em;
}
.about .media .links a i {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(183deg) brightness(106%) contrast(103%);
}
.about .media figure {
  margin: 4em auto 0;
  max-width: 960px;
  width: 100%;
}

.service {
  padding: 160px 0 0;
  /* auto slider 表示エリア */
  /* auto slider スライド要素 */
  /* ページャー */
}
.service .activities {
  margin: 7.5em auto;
}
.service .detail {
  margin-bottom: 5em;
  padding: 2em;
}
@media (max-width: 639px) {
  .service .detail {
    padding: 2em 1em;
  }
}
.service .detail:nth-child(odd) {
  background-color: #F5F5F5;
}
.service .detail .fx {
  gap: 48px;
}
@media (max-width: 799px) {
  .service .detail .fx {
    flex-flow: column wrap;
    gap: 32px;
  }
}
.service .detail .fx .summary {
  width: 58%;
}
@media (max-width: 799px) {
  .service .detail .fx .summary {
    width: 100%;
  }
}
.service .detail .fx figure {
  width: calc(42% - 48px);
}
@media (max-width: 799px) {
  .service .detail .fx figure {
    width: 100%;
  }
}
.service .detail h2 {
  font-size: 3.2rem;
}
@media (max-width: 992px) {
  .service .detail h2 {
    font-size: 3.226vw;
  }
}
@media (max-width: 639px) {
  .service .detail h2 {
    font-size: 5.007vw;
  }
}
.service .detail h2 em {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1;
}
.service .detail h2 span {
  display: block;
  font-size: 0.625em;
}
.service .detail_type {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 56px;
  margin-top: 4em;
}
@media (max-width: 799px) {
  .service .detail_type {
    flex-flow: column wrap;
    gap: 40px;
  }
}
.service .detail_type__item {
  position: relative;
}
.service .detail_type__item:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -28px;
}
@media (max-width: 799px) {
  .service .detail_type__item:not(:last-child)::after {
    height: 1px;
    width: 100%;
    right: 0;
    top: auto;
    bottom: -20px;
  }
}
.service .detail_type h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media (max-width: 799px) {
  .service .detail_type h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .service .detail_type h3 {
    font-size: 1.6rem;
  }
}
.service .detail_type .t_sub {
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media (max-width: 639px) {
  .service .detail_type .t_sub {
    margin-bottom: 1em;
  }
}
.service .detail .merit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 3em;
}
@media (max-width: 799px) {
  .service .detail .merit {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .service .detail .merit {
    top: 1.5em;
    font-size: 1.6rem;
  }
}
.service .detail .merit::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20em solid transparent;
  border-left: 20em solid transparent;
  border-top: 5em solid #d5d5d5;
  border-bottom: 0;
  position: absolute;
  top: -0.5em;
  z-index: -1;
}
@media (max-width: 992px) {
  .service .detail .merit::before {
    border-right: 16em solid transparent;
    border-left: 16em solid transparent;
    border-top: 4em solid #d5d5d5;
  }
}
@media (max-width: 799px) {
  .service .detail .merit::before {
    border-right: 10em solid transparent;
    border-left: 10em solid transparent;
  }
}
@media (max-width: 480px) {
  .service .detail .merit::before {
    border-right: 7em solid transparent;
    border-left: 7em solid transparent;
  }
}
.service .detail .merit_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 56px;
  margin-top: 8em;
}
@media (max-width: 992px) {
  .service .detail .merit_list {
    gap: 24px;
  }
}
@media (max-width: 639px) {
  .service .detail .merit_list {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4em;
  }
}
.service .detail .merit_list li {
  background: #C8161D;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  flex: 0 1 calc((100% - 112px) / 3);
  padding: 0.5em 0;
  text-align: center;
}
@media (max-width: 992px) {
  .service .detail .merit_list li {
    flex: 0 1 calc((100% - 48px) / 3);
  }
}
@media (max-width: 799px) {
  .service .detail .merit_list li {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .service .detail .merit_list li {
    flex: 0 1 100%;
    font-size: 1.6rem;
  }
}
.service .detail .movies {
  margin-top: 1.5em;
}
.service .detail_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
@media (max-width: 799px) {
  .service .detail_inner {
    gap: 5em;
  }
}
.service .detail_inner__item {
  flex: 0 1 calc((100% - 128px) / 2);
  position: relative;
}
@media (max-width: 799px) {
  .service .detail_inner__item {
    flex: 0 1 100%;
  }
}
.service .detail_inner__item:not(:first-child)::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: -64px;
}
@media (max-width: 799px) {
  .service .detail_inner__item:not(:first-child)::before {
    height: 1px;
    width: 100%;
    top: -2.5em;
    left: 0;
  }
}
.service .vegaworks {
  margin-top: 4em;
}
.service .vegaworks h3 {
  margin-bottom: 0.5em;
  text-align: center;
}
.service .js-auto-slider-wrap {
  overflow: hidden;
}
.service .js-auto-slider {
  display: flex;
}
.service .js-auto-slider-elm {
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: 50vw;
  width: 76vw;
  margin-right: 4.8vw;
}
.service .js-auto-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  right: -45%;
  bottom: 0;
}
.service .js-auto-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .js-auto-slider-inner {
  width: 77vw;
  margin-left: auto;
  margin-right: auto;
}
.service .js-auto-slider-pager {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
}
.service .js-auto-slider-pager-elm {
  margin: 0 20px;
}
.service .js-auto-slider-pager-btn {
  display: block;
  height: 12px;
  width: 12px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  background: #ccc;
}
.service .js-auto-slider-pager-btn:hover {
  background: red;
}
.service .js-auto-slider-pager-btn.is-active {
  background: red;
}
@media only screen and (min-width: 768px) {
  .service .js-auto-slider-inner {
    width: 60vw;
  }
  .service .js-auto-slider-elm {
    height: 30vw;
    width: 50vw;
    margin-right: 5vw;
  }
}

.company {
  padding: 160px 0 0;
}
.company .profile {
  margin: 7.5em auto;
}
.company .profile_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}
@media (max-width: 639px) {
  .company .profile_item {
    flex-flow: column wrap;
    gap: 24px;
  }
}
.company .profile_item .title {
  background-color: #C8161D;
  color: #fff;
  display: flex;
  align-items: center;
  height: 25em;
  width: 25em;
}
@media (max-width: 992px) {
  .company .profile_item .title {
    height: 14em;
    width: 14em;
  }
}
@media (max-width: 639px) {
  .company .profile_item .title {
    height: 6em;
    width: 100%;
  }
}
.company .profile_item .title h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1em;
}
@media (max-width: 992px) {
  .company .profile_item .title h3 {
    font-size: 3.226vw;
  }
}
@media (max-width: 639px) {
  .company .profile_item .title h3 {
    font-size: 5.007vw;
  }
}
.company .profile_item .summary {
  width: calc(100% - 30em);
}
@media (max-width: 992px) {
  .company .profile_item .summary {
    width: calc(100% - 16em);
  }
}
@media (max-width: 639px) {
  .company .profile_item .summary {
    width: 100%;
  }
}
.company .message dl {
  margin-top: 2em;
  text-align: right;
}
.company .message em {
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  padding-left: 0.5em;
}
@media (max-width: 799px) {
  .company .message em {
    font-size: 1.25em;
  }
}
.company .message .rubi {
  font-size: 1.2rem;
}
@media (max-width: 799px) {
  .company .message .rubi {
    font-size: 1rem;
  }
}
.company .information dl {
  display: inline-flex;
  flex-flow: row wrap;
}
.company .information dt {
  border-bottom: 1px solid #000;
  margin-bottom: 0.75em;
  padding-bottom: 1em;
  width: 6em;
}
.company .information dd {
  border-bottom: 1px solid #000;
  margin-bottom: 0.75em;
  padding-bottom: 1em;
  width: calc(100% - 6em);
}
.company .information dd p {
  display: flex;
  margin-bottom: 0.5em;
}
@media (max-width: 639px) {
  .company .information dd p {
    flex-flow: column wrap;
  }
}
.company .information dd p .t_branch {
  width: 8em;
}
.company .information dd p .t_address {
  width: calc(100% - 8em);
}
@media (max-width: 639px) {
  .company .information dd p .t_address {
    width: 100%;
  }
}
.company .location .fx {
  justify-content: space-between;
  flex-wrap: wrap;
}
.company .location .fx + .fx {
  margin-top: 1.5em;
}
.company .location .txbox {
  width: 45%;
}
@media (max-width: 1024px) {
  .company .location .txbox {
    margin-bottom: 1em;
    width: 100%;
  }
}
.company .location .map {
  width: 52%;
}
@media (max-width: 1024px) {
  .company .location .map {
    width: 100%;
  }
}
.company .location iframe {
  height: 12em;
  width: 100%;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .company .location iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.privacy {
  padding: 160px 40px 0;
}
.privacy_inner {
  margin: 7.5em auto;
}
.privacy_inner__item {
  margin-bottom: 5em;
}
.privacy_inner h2 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
.privacy_inner h2 + p {
  margin: 0.5em auto 2em;
}
.privacy_inner h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.privacy_inner h3 + p {
  margin: 0.5em auto 2em;
}
.privacy_inner dt {
  font-weight: 700;
}
.privacy_inner dd {
  margin-bottom: 1em;
}
.privacy_inner .t_right {
  text-align: right;
}
.privacy_inner .summary {
  margin: 1em 0 0 auto;
}
.privacy_inner .summary p {
  text-align: right;
}
.privacy_inner table {
  border: 1px solid #d9d9d9;
  border-spacing: 0;
  margin: 2em auto 0;
  max-width: 720px;
  width: 100%;
}
.privacy_inner tr:not(:last-child) th {
  border-bottom: 1px solid #d9d9d9;
}
.privacy_inner tr:not(:last-child) td {
  border-bottom: 1px solid #d9d9d9;
}
.privacy_inner th {
  background-color: #eee;
  padding: 0.5em 0.25em;
}
.privacy_inner td {
  padding: 0.5em;
}

.contact {
  padding: 160px 0 0;
}
.contact .formsection {
  margin: 7.5em auto;
  max-width: 900px;
}
.contact .item {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
  width: 100%;
}
@media (max-width: 799px) {
  .contact .item {
    flex-flow: column wrap;
  }
}
.contact .item .labels {
  width: 12em;
}
@media (max-width: 799px) {
  .contact .item .labels {
    width: 100%;
  }
}
.contact .item .field {
  width: calc(100% - 12em);
}
@media (max-width: 799px) {
  .contact .item .field {
    width: 100%;
  }
}
.contact .item input, .contact .item textarea {
  width: 100%;
}
.contact .wpcf7-submit {
  background-color: #C8161D;
  border: none;
  color: #fff;
  display: block;
  line-height: 48px;
  margin: auto;
  max-width: 320px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */