﻿/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.min {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
td input {
  max-width: 100%;
}
i,
em {
  font-style: normal;
}
.inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .inner.wide {
    max-width: 1292px;
  }
}
.pc-only {
  display: inherit;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.tab-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tab-only {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
}
.pctab-only {
  display: inherit;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pctab-only {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none;
  }
}
.tabsp-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tabsp-only {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: inherit;
  }
}
a.tellink {
  pointer-events: none;
}
@media (max-width: 767px) {
  a.tellink {
    pointer-events: inherit;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.26666vw !important;
  }
}
html,
body {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  font-family:
    "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
html {
  overflow: auto;
  scroll-behavior: smooth;
}
body {
  overflow: hidden;
}
.barl {
  font-family: "Barlow", sans-serif;
}
.cinzel {
  font-family: "Cinzel", serif;
}
header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  background-color: #fff;
  padding-left: 2vw;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  header {
    height: 100px;
    padding-right: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header {
    height: 60px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  header {
    height: 16vw;
    padding-left: 5vw;
    justify-content: flex-start;
  }
}
header .head_logo {
  z-index: 12;
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .head_logo {
    width: 25vw;
  }
}
@media (max-width: 767px) {
  header .head_logo {
    width: 84vw;
    height: 16vw;
  }
}
header .head_logo a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
}
header .head_logo a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  header .head_logo img {
    width: 54.9333333333vw;
  }
}
header .gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  header .gnav {
    gap: 0 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  header .gnav {
    display: none;
    width: 100%;
    position: absolute;
    top: 16vw;
    left: 0;
    z-index: 11;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav.open {
    display: block;
  }
}
@media (max-width: 767px) {
  header .gnav.open {
    display: block;
  }
}
header .gnav .ul_one {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  header .gnav .ul_one {
    gap: 0 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .gnav .ul_one {
    gap: 0 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one {
    display: block;
    width: 100%;
    background-color: #ff7c54;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one {
    display: block;
    width: 100%;
    background-color: #ff7c54;
    border-top: 1px solid #fff;
  }
}
header .gnav .ul_one > li > a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative;
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li > a {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li > a {
    justify-content: flex-start;
    padding: 1.2rem 5vw;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li > a {
    height: 8vh;
    justify-content: flex-start;
    padding: 0.5rem 5vw;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ul_one li:not(.li_parent) a::after {
    content: "";
    font-size: 0.5rem;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .ul_one li:not(.li_parent) a::after {
    content: "";
    font-size: 0.5rem;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
}
header .gnav .ul_one > li > a p {
  font-size: 1rem;
  color: #5c4c9e;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .gnav .ul_one > li > a p {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li > a p {
    font-size: 1rem;
    color: #fff;
    text-align: left;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li > a p {
    font-size: 1rem;
    color: #fff;
    text-align: left;
  }
}
header .gnav .ul_one > li {
  position: relative;
}
header .gnav .ul_one > li a.parent {
  position: relative;
}
@media (max-width: 767px) {
  header .gnav .ul_one > li a.parent.open p i {
    transform: translateY(-50%) rotate(180deg);
  }
}
header .gnav .ul_one > li p {
  width: 100%;
  position: relative;
}
header .gnav .ul_one > li p i {
  font-size: 0.625rem;
  color: currentColor;
  position: absolute;
  top: calc(100% + 0.2em);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li p i {
    top: 50%;
    left: calc(100% + 0.4rem);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li p i {
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li p i {
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li p i:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li p i:nth-child(1) {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li p i:nth-child(2) {
    display: none;
  }
}
header .gnav .ul_one > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li:hover .submenu {
    transform: translateX(-50%) translateY(0);
  }
}
header .gnav .ul_one > li .submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 1rem 1rem;
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li .submenu {
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0s linear 0.25s;
    transform: translateX(-50%) translateY(-10px);
    min-width: 240px;
    max-width: 440px;
    width: max-content;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 100%;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li .submenu:hover {
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0s linear 0s;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li .submenu {
    display: none;
    background-color: #e56d48;
    visibility: visible;
    border-radius: 0;
    box-shadow: unset;
    opacity: 1;
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li .submenu {
    display: none;
    background-color: #e56d48;
    visibility: visible;
    border-radius: 0;
    box-shadow: unset;
    opacity: 1;
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li .submenu ul {
    display: grid;
    gap: 1rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li .submenu ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li .submenu ul > li {
    border-bottom: 1px solid #fff;
  }
}
header .gnav .ul_one > li .submenu ul > li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
  font-size: 0.9375rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.35;
  padding: 0rem 1rem 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .gnav .ul_one > li .submenu ul > li a {
    font-size: 1rem;
    color: #fff;
    padding: 1.2rem 5%;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li .submenu ul > li a {
    height: 8vh;
    font-size: 1rem;
    color: #fff;
    padding: 0.5rem 5%;
  }
}
@media (max-width: 767px) {
  header .gnav .ul_one > li .submenu ul > li a::before {
    content: "-";
    margin-right: 0.5em;
  }
}
@media (min-width: 1200px) {
  header .gnav .ul_one > li .submenu ul > li a::after {
    content: "";
    font-size: 0.5rem;
    color: currentColor;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
  }
}
header .gnav .ul_one > li .submenu ul > li a:hover {
  color: #ff7c54;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .right_add {
    display: none;
  }
}
@media (max-width: 767px) {
  header .right_add {
    display: none;
  }
}
header .right_add .btn_head {
  transform: translateY(25%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .right_add .btn_head:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  header .right_add .btn_head:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.btn_head {
  width: fit-content;
  max-width: 100%;
}
.btn_head a {
  width: 104px;
  height: 104px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100vmax;
  gap: 0.2em 0.5em;
}
.btn_head a:hover {
  transition: 0.3s ease;
}
.btn_head a > i {
  font-size: 1.375rem;
  line-height: 1;
}
.btn_head a p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
}
.btn_head a p i {
  font-size: 1.125rem;
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}
.btn_head.bg_or a {
  background-color: #ff7c54;
  color: #fff;
}
.btn_head.bg_or a:hover {
  background-color: rgb(237, 55.4385964912, 0);
  color: #fff;
  transition: 0.3s ease;
}
.icn_menu {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0vw;
  right: 0;
  z-index: 13;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .icn_menu {
    width: 60px;
    height: 60px;
  }
}
.icn_menu .menu-trigger,
.icn_menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}
.icn_menu .menu-trigger {
  width: 100%;
  height: 100%;
  background: #ff7c54;
  padding: 1.2rem 1rem;
  position: relative;
}
.icn_menu .menu-trigger .spanwrap {
  height: 100%;
  position: relative;
}
.icn_menu .menu-trigger .spanwrap span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 100vmax;
}
.icn_menu .menu-trigger .spanwrap span:nth-of-type(1) {
  top: 0;
}
.icn_menu .menu-trigger .spanwrap span:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
}
.icn_menu .menu-trigger .spanwrap span:nth-of-type(3) {
  bottom: 0;
}
.icn_menu .menu-trigger.active span:nth-of-type(1) {
  width: 100%;
  translate: 0 -50%;
  rotate: -45deg;
  top: 50%;
}
.icn_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.icn_menu .menu-trigger.active span:nth-of-type(3) {
  width: 100%;
  translate: 0 -50%;
  rotate: 45deg;
  top: 50%;
}
.main_home {
  height: calc(100vh - 100px);
  background-color: #f4f2fd;
  position: relative;
}
@media (min-width: 1200px) {
  .main_home {
    min-height: 800px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 767px) {
  .main_home {
    height: calc(100vh - 16vw);
  }
}
.main_home::before {
  content: "";
  width: 80vw;
  height: 20%;
  background-color: #5c4c9e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home::before {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .main_home::before {
    width: 95vw;
  }
}
.main_home .imgwrap {
  width: 70vw;
  height: 90%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main_home .imgwrap {
    width: 88vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home .imgwrap {
    width: 90vw;
    height: 70%;
  }
}
@media (max-width: 767px) {
  .main_home .imgwrap {
    width: 100vw;
    height: 70%;
  }
}
.main_home .imgwrap :is(.main01, .main02, .main03) img {
  width: 100%;
  object-fit: cover;
}
.main_home .imgwrap .main01 {
  width: 22.9166666667vw;
  aspect-ratio: 400/256;
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home .imgwrap .main01 {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .main_home .imgwrap .main01 {
    width: 66.9333333333vw;
    bottom: 0;
    left: unset;
    right: 50%;
  }
}
.main_home .imgwrap .main02 {
  width: 28.7604166667vw;
  aspect-ratio: 502/710;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home .imgwrap .main02 {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .main_home .imgwrap .main02 {
    width: 59.7333333333vw;
    bottom: 8%;
  }
}
.main_home .imgwrap .main02.swiper .swiper-wrapper {
  height: 100%;
}
.main_home .imgwrap .main02.swiper .swiper-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}
.main_home .imgwrap .main02.swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.main_home .imgwrap .main02.swiper .swiper-slide a span {
  background: #fff;
}
.main_home .imgwrap .main02.swiper .swiper-slide-active {
  z-index: 2;
}
.main_home .imgwrap .main03 {
  width: 14.78125vw;
  aspect-ratio: 258/305;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home .imgwrap .main03 {
    width: 26vw;
  }
}
@media (max-width: 767px) {
  .main_home .imgwrap .main03 {
    width: 45.6vw;
    top: 0%;
    right: unset;
    left: 70vw;
  }
}
.main_home .txtlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main_home .txtlayer .bgtxtwrap {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .main_home .txtlayer .bgtxtwrap {
    top: 0;
  }
}
.main_home .txtlayer .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30vh;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home .txtlayer .inner {
    justify-content: flex-start;
    padding-top: 10vh;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main_home .txtlayer .inner {
    justify-content: flex-start;
    padding-top: 8vh;
    padding-bottom: 0;
  }
}
.main_home .ttl01 {
  font-size: 2.5rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_home .ttl01 {
    font-size: 2.125rem;
    margin-bottom: 0.6em;
  }
}
@media (max-width: 767px) {
  .main_home .ttl01 {
    font-size: 2rem;
    margin-bottom: 0.6em;
  }
}
.main_home .ttl01 b {
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 0.6em;
}
.main_home .ttl01 b:not(:last-child) {
  margin-bottom: 0.4rem;
}
.main_home .text_reveal01,
.main_home .text_reveal01::after {
  animation-delay: 200ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.main_home .text_reveal01 {
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
}
.main_home .text_reveal01::after {
  content: "";
  background-color: #5c4c9e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%,
  50% {
    transform-origin: 0 50%;
  }
  60%,
  100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.main_home .js--appear {
  overflow: hidden;
  position: relative;
}
.main_home .js--appear::before {
  content: "";
  background: #f4f2fd;
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translateY(0%);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main_home .js--appear.on::before {
  transform: translateY(-100%);
}
.fix_right {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
  opacity: 0;
}
@media (max-width: 767px) {
  .fix_right {
    display: none;
  }
}
.fix_right .btn {
  background: url(images/index/fix_right01.jpg) center center/cover no-repeat;
}
.fix_right .btn a .img {
  padding: 0.8rem 4%;
}
.fix_right .btn a .img .ttl01 {
  font-size: 2.125rem;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .fix_right .btn a .img .ttl01 {
    font-size: 1.25rem;
  }
}
.fix_right .btn a .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0.7rem 4%;
}
.fix_right .btn a .txt i {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #5c4c9e;
}
.fix_right.active {
  opacity: 0.8;
}
.section_cmn {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .section_cmn {
    padding: 3rem 0;
  }
}
.section_cmn.t_narrow {
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .section_cmn.t_narrow {
    padding-top: 2.5rem;
  }
}
.section_cmn.b_narrow {
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .section_cmn.b_narrow {
    padding-bottom: 2.5rem;
  }
}
.section_cmn.t_wide {
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .section_cmn.t_wide {
    padding-top: 3.5rem;
  }
}
.section_cmn.b_wide {
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .section_cmn.b_wide {
    padding-bottom: 3.5rem;
  }
}
.section_cmn.t_exwide {
  padding-top: 10rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section_cmn.t_exwide {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .section_cmn.t_exwide {
    padding-top: 4rem;
  }
}
.section_cmn.b_exwide {
  padding-bottom: 10rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section_cmn.b_exwide {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .section_cmn.b_exwide {
    padding-bottom: 4rem;
  }
}
.section_cmn.t_none {
  padding-top: 0;
}
.section_cmn.b_none {
  padding-bottom: 0;
}
.ttl_cmn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_cmn {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .ttl_cmn {
    font-size: 1.125rem;
  }
}
.ttl_cmn em {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_cmn em {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .ttl_cmn em {
    font-size: 1.875rem;
  }
}
.ttl_cmn em.barl {
  font-weight: 500;
}
.ttl_cmn.small {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .ttl_cmn.small {
    font-size: 1rem;
  }
}
.ttl_cmn.small em {
  font-size: 3.125rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_cmn.small em {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .ttl_cmn.small em {
    font-size: 1.625rem;
  }
}
.ttl_cmn.barl {
  font-weight: 500;
}
.ttl_cmn.tac {
  text-align: center;
}
.ttl_cmn.color_w {
  color: #fff;
}
.ttl_cmn.color_dv {
  color: #5c4c9e;
}
.ttl_cmn.mb0 {
  margin-bottom: 0;
}
.ttl_cmn.mb_w {
  margin-bottom: 3.5em;
}
.ttl_cmn2 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_cmn2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .ttl_cmn2 {
    font-size: 1.25rem;
  }
}
.ttl_cmn2 span.sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 767px) {
  .ttl_cmn2 span.sub {
    font-size: 0.75rem;
  }
}
.ttl_cmn2.bold {
  font-weight: 700;
}
.ttl_cmn2.medium {
  font-weight: 600;
}
.ttl_cmn2.regular {
  font-weight: 400;
}
.ttl_cmn2.lh_w {
  line-height: 2.4;
}
.ttl_cmn2.tac {
  text-align: center;
}
.ttl_cmn2.color_w {
  color: #fff;
}
.ttl_cmn2.color_dv {
  color: #5c4c9e;
}
.ttl_cmn2.huge {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_cmn2.huge {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .ttl_cmn2.huge {
    font-size: 1.5rem;
  }
}
.ttl_cmn2.large {
  font-size: 1.875rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_cmn2.large {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ttl_cmn2.large {
    font-size: 1.375rem;
  }
}
.ttl_cmn2.mdl {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .ttl_cmn2.mdl {
    font-size: 1.125rem;
  }
}
.ttl_cmn2.mdsm {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .ttl_cmn2.mdsm {
    font-size: 1.1875rem;
  }
}
.ttl_cmn2.small {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .ttl_cmn2.small {
    font-size: 1rem;
  }
}
.ttl_cmn2.mb0 {
  margin-bottom: 0;
}
.ttl_cmn2.mb_w {
  margin-bottom: 1.5em;
}
.txt_cmn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 767px) {
  .txt_cmn {
    font-size: 0.875rem;
  }
}
.txt_cmn.lh_w {
  line-height: 2.4;
}
.txt_cmn.lh_n {
  line-height: 1.5;
}
.txt_cmn.tac {
  text-align: center;
}
.txt_cmn.tar {
  text-align: right;
}
.txt_cmn.light {
  font-weight: 300;
}
.txt_cmn.medium {
  font-weight: 600;
}
.txt_cmn.bold {
  font-weight: 700;
}
.txt_cmn.color_dv {
  color: #5c4c9e;
}
.txt_cmn.color_w {
  color: #fff;
}
.txt_cmn.large {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .txt_cmn.large {
    font-size: 1rem;
  }
}
.txt_cmn.mdsm {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .txt_cmn.mdsm {
    font-size: 0.8125rem;
  }
}
.txt_cmn.mdl {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .txt_cmn.mdl {
    font-size: 0.75rem;
  }
}
.txt_cmn.small {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .txt_cmn.small {
    font-size: 0.625rem;
  }
}
.txt_cmn.exsmall {
  font-size: 0.625rem;
}
@media (max-width: 767px) {
  .txt_cmn.exsmall {
    font-size: 0.5rem;
  }
}
.btn_cmn {
  width: fit-content;
  max-width: 100%;
}
@media (max-width: 767px) {
  .btn_cmn {
    margin: 0 auto;
  }
}
.btn_cmn a {
  max-width: 100%;
  width: 240px;
  height: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative;
}
@media (max-width: 767px) {
  .btn_cmn a {
    width: 80vw;
    height: 3.5rem;
  }
}
.btn_cmn a p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: relative;
  top: 0.1em;
}
@media (max-width: 767px) {
  .btn_cmn a p {
    font-size: 0.875rem;
  }
}
.btn_cmn a p i {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.6em;
}
.btn_cmn a > i {
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.btn_cmn.small a {
  width: 220px;
  height: 45px;
}
@media (max-width: 767px) {
  .btn_cmn.small a {
    width: 70vw;
    height: 3rem;
  }
}
.btn_cmn.small a p {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .btn_cmn.small a p {
    font-size: 0.8125rem;
  }
}
.btn_cmn.center {
  margin-inline: auto;
}
.btn_cmn.right {
  margin-inline: auto 0;
}
.btn_cmn.bg_dv a {
  background-color: #5c4c9e;
  color: #fff;
}
.btn_cmn.bg_dv a:hover {
  background-color: #fff;
  color: #5c4c9e;
  transition: 0.3s ease;
}
.btn_cmn.bg_ash a {
  background-color: #ededed;
  color: #5c4c9e;
}
.btn_cmn.bg_ash a:hover {
  background-color: #5c4c9e;
  color: #fff;
  transition: 0.3s ease;
}
.btn_cmn.bg_or a {
  background-color: #ff7c54;
  color: #fff;
}
.btn_cmn.bg_or a:hover {
  background-color: #fff;
  color: #ff7c54;
  transition: 0.3s ease;
}
.over_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  padding: 0rem calc(50vw - 50%) 0rem 0;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media (max-width: 767px) {
  .over_cmn {
    padding: 0;
  }
}
.over_cmn figure {
  width: calc(100% - 540px);
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn figure {
    width: 49.0740740741%;
  }
}
@media (max-width: 767px) {
  .over_cmn figure {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.over_cmn .txt {
  width: 500px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn .txt {
    width: 47.2222222222%;
  }
}
@media (max-width: 767px) {
  .over_cmn .txt {
    width: 100%;
    padding: 0 8%;
  }
}
@media (max-width: 767px) {
  .over_cmn:not(.reverse) figure {
    margin-right: 8vw;
  }
}
.over_cmn.reverse {
  flex-direction: row-reverse;
  padding: 0rem 0 0rem calc(50vw - 50%);
}
@media (max-width: 767px) {
  .over_cmn.reverse {
    padding: 0;
  }
}
.over_cmn.reverse figure {
  text-align: left;
}
@media (max-width: 767px) {
  .over_cmn.reverse figure {
    margin-left: 8vw;
  }
}
.over_cmn.a_start {
  align-items: flex-start;
}
.over_cmn.alt figure {
  width: calc(100% - 610px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn.alt figure {
    width: 47.2222222222%;
  }
}
@media (max-width: 767px) {
  .over_cmn.alt figure {
    width: 100%;
  }
}
.over_cmn.alt .txt {
  width: 540px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn.alt .txt {
    width: 49.0740740741%;
  }
}
@media (max-width: 767px) {
  .over_cmn.alt .txt {
    width: 100%;
  }
}
.side_cmn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.side_cmn figure {
  width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  .side_cmn figure {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.side_cmn figure img {
  width: 100%;
}
.side_cmn .txt {
  width: 46.2962962963%;
}
@media (max-width: 767px) {
  .side_cmn .txt {
    width: 100%;
  }
}
.side_cmn .txt_01 {
  width: 100%;
}
.side_cmn.reverse {
  flex-direction: row-reverse;
}
.side_cmn.a_start {
  align-items: flex-start;
}
.side_cmn.alt figure {
  width: 46.2962962963%;
}
@media (max-width: 767px) {
  .side_cmn.alt figure {
    width: 100%;
  }
}
.side_cmn.alt .txt {
  width: 50%;
}
@media (max-width: 767px) {
  .side_cmn.alt .txt {
    width: 100%;
  }
}
.side_cmn.about figure {
  width: 37.037037037%;
}
@media (max-width: 767px) {
  .side_cmn.about figure {
    width: 100%;
  }
}
.side_cmn.about .txt {
  width: 59.2592592593%;
}
@media (max-width: 767px) {
  .side_cmn.about .txt {
    width: 100%;
  }
}
.btn_naked {
  width: fit-content;
  max-width: 100%;
}
.btn_naked a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: unset;
  position: relative;
}
.btn_naked a p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .btn_naked a p {
    font-size: 0.75rem;
  }
}
.btn_naked a > i {
  font-size: 0.625rem;
  color: #c3b389;
  line-height: 1;
  margin-left: 1.5em;
}
@media (max-width: 767px) {
  .btn_naked a > i {
    font-size: 0.5rem;
  }
}
.btn_naked a:hover {
  transition: 0.5s ease;
}
.btn_naked.center {
  margin-inline: auto;
}
.btn_naked.right {
  margin-inline: auto 0;
}
.btn_naked.color_w a {
  color: #fff;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}
.bgtxtwrap {
  width: fit-content;
  overflow: hidden;
}
.bgtxtwrap .bg_txt_cmn {
  font-size: 8.125rem;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bgtxtwrap .bg_txt_cmn {
    font-size: 5.625rem;
  }
}
@media (max-width: 767px) {
  .bgtxtwrap .bg_txt_cmn {
    font-size: 4.375rem;
  }
}
.bgtxtwrap .bg_txt_cmn.color_w {
  color: hsla(0, 0%, 100%, 0.05);
}
.bgtxtwrap .bg_txt_cmn.color_li {
  color: #e4e1f4;
}
.bgtxtwrap .bg_txt_cmn.color_stroke_sk {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #aea3d6;
}
.bgtxtwrap .bg_txt_cmn.color_gra {
  background: linear-gradient(180deg, #7d70b4 0%, #7d70b4 50%, #5c4c9e 100%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.bgtxtwrap .bg_txt_cmn.vt {
  writing-mode: vertical-rl;
}
.bgtxtwrap .bg_txt_cmn.large {
  font-size: 12.5rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bgtxtwrap .bg_txt_cmn.large {
    font-size: 6.25rem;
  }
}
@media (max-width: 767px) {
  .bgtxtwrap .bg_txt_cmn.large {
    font-size: 5rem;
  }
}
.bgtxtwrap.scroll {
  width: 100%;
}
.bgtxtwrap.scroll .inn {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-text 40s linear infinite;
}
.bgtxtwrap.scroll.alt .inn {
  animation: animate-text2 20s linear infinite;
}
@keyframes animate-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate-text2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.home_news {
  background-color: #f4f2fd;
  position: relative;
}
.home_news::before {
  content: "";
  width: 80vw;
  height: 100%;
  background-color: #5c4c9e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_news::before {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .home_news::before {
    width: 95vw;
  }
}
.home_news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem 0;
}
.home_news .inner .left {
  width: 31.4814814815%;
}
@media (min-width: 1200px) {
  .home_news .inner .left {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .home_news .inner .left {
    width: 100%;
  }
}
.home_news .inner .right {
  width: 59.2592592593%;
}
@media (min-width: 1200px) {
  .home_news .inner .right {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .home_news .inner .right {
    width: 100%;
  }
}
.home_news ul {
  border-top: 1px solid #f4f2fd;
}
.home_news ul li {
  padding: 2rem 3%;
  border-bottom: 1px solid #f4f2fd;
}
@media (max-width: 767px) {
  .home_news ul li {
    padding: 0.8rem 0;
  }
}
.home_news ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem 2rem;
}
.home_news ul li a time,
.home_news ul li a .ttl01 {
  font-weight: 600;
  line-height: 1.5rem;
}
.home_news ul li a time {
  color: #adb0c3;
}
.home_product {
  background-color: #333;
  position: relative;
}
.home_product .inner {
  z-index: 2;
}
.home_product .bgtxtwrap {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.home_product ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 1.3888888889%;
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_product ul {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .home_product ul {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3rem;
  }
}
.home_product ul li {
  background-color: #f4f2fd;
}
.home_product ul li figure {
  min-height: 221px;
  display: grid;
  place-content: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_product ul li figure {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .home_product ul li figure {
    min-height: 200px;
  }
}
.home_product ul li .txt {
  line-height: 1.4;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home_product ul li .txt p {
  line-height: 1.4;
  font-size: 0.938rem;
}
.home_product .js--gallery li {
  opacity: 0;
  min-height: 266.7px;
}
.home_product .js--gallery li.js--animated {
  animation: SlideUp 0.5s ease 0.5s 1 forwards;
}
@keyframes SlideUp {
  0% {
    transform: translateY(60px);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.home_about {
  background: url(images/index/aboutus.png) center center/cover no-repeat;
}
.home_about .side_cmn figure {
  display: grid;
  place-content: center;
}
.home_about p.txt01 {
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .home_about p.txt01 {
    margin-bottom: 2em;
  }
}
.home_about .ttl01 {
  font-size: 2.5rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_about .ttl01 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .home_about .ttl01 {
    font-size: 2rem;
  }
}
.home_about .ttl01 b {
  display: inline-block;
  background-color: #fff;
  padding: 0.6em 0.2em;
}
.home_about .ttl01 b:not(:last-child) {
  margin-left: 0.4rem;
}
.home_about .text_reveal01,
.home_about .text_reveal01::after {
  animation-delay: 200ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.home_about .text_reveal01 {
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
}
.home_about .text_reveal01::after {
  content: "";
  background-color: #5c4c9e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  transform: scaleY(0);
  transform-origin: 50% 0;
  pointer-events: none;
  animation-name: text-revealer;
}
@keyframes clip-text {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%,
  50% {
    transform-origin: 50% 0;
  }
  60%,
  100% {
    transform-origin: 50% 100%;
  }
  60% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.home_reason ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3.7037037037%;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_reason ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home_reason ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_reason ul li figure {
  margin-bottom: -1.5rem;
}
.home_reason ul li figure img {
  width: 100%;
  object-fit: cover;
}
.home_reason ul li .ttl01 {
  margin-bottom: 1em;
}
.home_reason ul li .ttl01 b {
  display: inline-block;
  background-color: #5c4c9e;
  padding: 0.2em 0.6em;
}
.home_reason ul li .ttl01 b:not(:last-child) {
  margin-bottom: 0.4rem;
}
.home_works {
  background-color: #5c4c9e;
}
.home_works .topline {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .home_works .topline {
    margin-bottom: 2.2rem;
  }
}
.home_works .topline .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem 0;
}
@media (max-width: 767px) {
  .home_works .topline .inner {
    flex-wrap: wrap;
  }
}
.home_works .works-swiper {
  margin: 0 1.2rem;
  overflow: hidden;
}
.home_works .swiper-slide {
  padding: 0 1.2rem;
  position: relative;
  margin-right: 0 !important;
  box-sizing: border-box;
}
.home_works .swiper-slide::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.home_works .swiper-slide figure {
  margin-bottom: 0.9rem;
}
.home_works .swiper-slide figure img {
  width: 100%;
  object-fit: cover;
}
.home_works .swiper-slide .cate {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.6em;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.home_works .swiper-slide .ttl01 {
  margin-bottom: 0.4em;
}
.home_works .slick-slider {
  line-height: 0;
}
.home_works .slick-slider .slick-slide {
  margin-inline: 0vw;
}
@media (max-width: 767px) {
  .home_works .slick-slider .slick-slide {
    margin-inline: 0vw;
  }
}
.home_works .slick-slider .slick-slide li img {
  height: 100%;
  object-fit: cover;
}
.home_recruit {
  background-color: #333;
}
.home_recruit .over_cmn .txt {
  padding-bottom: 2rem;
}
.home_recruit .over_cmn p.txt01 {
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .home_recruit .over_cmn p.txt01 {
    margin-bottom: 2em;
  }
}
.home_column {
  background-color: #ededed;
}
.home_column .topwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .home_column .topwrap {
    flex-wrap: wrap;
  }
}
.home_column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_column ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home_column ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_column ul li figure {
  margin-bottom: 0.9rem;
}
.home_column ul li figure img {
  width: 100%;
  max-height: 210px;
  object-fit: cover;
}
.home_column ul li .txt {
  padding-right: 30px;
  position: relative;
}
.home_column ul li .txt::after {
  content: "";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #5c4c9e;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home_column .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.4rem;
}
.home_column .wrap time {
  color: #adadad;
  margin-right: 1em;
}
.home_column .wrap .cate {
  display: inline-block;
  background-color: #5c4c9e;
  line-height: 1.3;
  padding: 0em 0.6em;
}
.home_triple {
  background-color: #333;
}
.home_triple .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.4074074074%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home_triple .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home_triple .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_triple .inner .unit {
  background-color: #fff;
  padding: 2rem 4% 1.5rem;
  position: relative;
}
.home_triple .inner .unit .txt_side {
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 1.2rem;
  left: 3%;
}
.home_triple .inner .unit .txt_side::after {
  content: "";
  width: 1px;
  height: 2em;
  background-color: currentColor;
  position: absolute;
  top: calc(100% + 0.5em);
  left: 50%;
}
.home_triple .inner .unit > i {
  width: 52px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 1.6875rem;
  color: #5c4c9e;
  margin-inline: auto;
  margin-bottom: 1.2rem;
}
.home_triple .inner .unit p.txt01 {
  margin-bottom: 0.5em;
}
.home_triple .inner .unit .txt_tel {
  display: block;
  font-size: 2.125rem;
  color: #5c4c9e;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .home_triple .inner .unit .txt_tel {
    font-size: 1.5rem;
  }
}
footer .fmain {
  background-color: #333;
  padding: 3.5rem 0 0rem;
  position: relative;
}
@media (max-width: 767px) {
  footer .fmain {
    padding: 2.5rem 0 0rem;
  }
}
footer .fmain::after {
  content: "";
}
footer .fmain .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
}
footer .fmain .inner .left {
  width: 40%;
}
@media (max-width: 767px) {
  footer .fmain .inner .left {
    width: 100%;
  }
}
footer .fmain .inner .right {
  width: 40%;
}
@media (max-width: 767px) {
  footer .fmain .inner .right {
    width: 100%;
  }
}
footer .foot_logo {
  width: fit-content;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .foot_logo {
    text-align: center;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  footer .foot_logo {
    text-align: center;
    margin-inline: auto;
  }
}
footer .fnav {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  footer .fnav {
    margin-bottom: 1.5rem;
  }
}
footer .fnav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 3rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .fnav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  footer .fnav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .fnav ul li {
  line-height: 1.5;
}
footer .fnav ul li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  footer .fnav ul li a {
    font-size: 0.8125rem;
  }
}
footer .copyright {
  background-color: #333;
  padding: 1.5rem 0 3.5rem;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 0.8rem 0 1.5rem;
  }
}
footer .copyright small {
  display: block;
  text-align: center;
}
footer .fnav ul li:last-child {
  grid-column: 1/-1;
}
.policy h2 {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.policy .policy-title {
  margin: 30px 0 15px 0;
} /*# sourceMappingURL=style.css.map */
