@charset "UTF-8";
/* --------------------------------------------------
* common
*/
a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
* PC・SP switching
*/
.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

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

/* --------------------------------------------------
* wrap style
*/
.wrap {
  width: 89.5833333333%;
  max-width: 1720px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: 82.0512820513vw;
    max-width: 100%;
  }
}

.all-wrapper {
  overflow: hidden;
}

.scr-link {
  padding-top: 300px;
  margin-top: -300px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .scr-link {
    padding-top: 150px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 750px) {
  .scr-link {
    padding-top: 38.4615384615vw;
    margin-top: -38.4615384615vw;
  }
}

/* --------------------------------------------------
* common style
*/
.cmn-btn a,
.cmn-btn > span {
  display: block;
  padding: 20px 10px 15px;
  line-height: 1;
  text-align: center;
  color: var(--wht-color-1);
  background-color: var(--grn-color-3);
  border-radius: 50px;
}
.cmn-btn a span,
.cmn-btn > span span {
  position: relative;
}
.cmn-btn a span::after,
.cmn-btn > span span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 15px;
  border: solid 11.5px transparent;
  border-top: solid 19px var(--wht-color-1);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cmn-btn a span::after,
  .cmn-btn > span span::after {
    margin-left: 5px;
    border: solid 6.5px transparent;
    border-top: solid 9px var(--wht-color-1);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cmn-btn a,
  .cmn-btn > span {
    padding: 15px 5px 10px;
  }
}
@media screen and (max-width: 750px) {
  .cmn-btn a,
  .cmn-btn > span {
    padding: 1.5384615385vw 2.5641025641vw;
    font-size: 4.1025641026vw;
    border-radius: 8.9743589744vw;
  }
  .cmn-btn a span::after,
  .cmn-btn > span span::after {
    margin-left: 1.2820512821vw;
    border: solid 1.2820512821vw transparent;
    border-top: solid 2.5641025641vw var(--wht-color-1);
  }
}

.sect-heading {
  padding: 15px 0;
  background-color: var(--grn-color-3);
}
.sect-heading .sect-ttl {
  font-size: clamp(40px, 28.5714285714px + 1.1160714286vw, 50px);
  text-align: center;
  color: var(--wht-color-2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-heading .sect-ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .sect-heading {
    padding: 1.2820512821vw 0;
  }
  .sect-heading .sect-ttl {
    font-size: 5.1282051282vw;
  }
}

/* --------------------------------------------------
* font
*/
.f-yugo {
  font-family: var(--font-yugo);
}

.fs-xs {
  font-size: clamp(8px, 0px + 0.78125vw, 15px);
}

.fs-sm {
  font-size: clamp(12px, 2.8571428571px + 0.8928571429vw, 20px);
}

.fs-md {
  font-size: clamp(20px, 8.5714285714px + 1.1160714286vw, 30px);
}

.fs-lg {
  font-size: clamp(28px, 14.2857142857px + 1.3392857143vw, 40px);
}

.fs-xl {
  font-size: clamp(35px, 20.1428571429px + 1.4508928571vw, 48px);
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .fs-xs {
    font-size: 8px;
  }
  .fs-sm {
    font-size: 12px;
  }
  .fs-md {
    font-size: 20px;
  }
  .fs-lg {
    font-size: 28px;
  }
  .fs-xl {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .fs-xs {
    font-size: 1.7948717949vw;
  }
  .fs-sm {
    font-size: 2.5641025641vw;
  }
  .fs-md {
    font-size: 2.5641025641vw;
  }
  .fs-lg {
    font-size: 4.1025641026vw;
  }
  .fs-xl {
    font-size: 5.1282051282vw;
  }
}
@keyframes yurayura1 {
  0% {
    transform: translateX(-4px) translateY(-9px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes yurayura2 {
  0% {
    transform: translateX(4px) translateY(-9px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-6deg);
  }
  23% {
    transform: translate(0, -3px) rotate(0deg);
  }
  24% {
    transform: translate(0, -3px) rotate(6deg);
  }
  25% {
    transform: translate(3px, 0) rotate(-5deg);
  }
  26% {
    transform: translate(0, 3px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(6deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes fuwafuwa-stren1 {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  17.05% {
    transform: translateX(-50%) translateY(-15px);
  }
  34.1% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes fuwafuwa-stren2 {
  0%, 18.18% {
    transform: translateX(-50%) translateY(0);
  }
  35.23% {
    transform: translateX(-50%) translateY(-15px);
  }
  52.27% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes fuwafuwa-stren3 {
  0%, 36.36% {
    transform: translateX(-50%) translateY(0);
  }
  53.41% {
    transform: translateX(-50%) translateY(-15px);
  }
  70.45% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes fuwafuwa-stren4 {
  0%, 54.55% {
    transform: translateX(-50%) translateY(0);
  }
  71.59% {
    transform: translateX(-50%) translateY(-15px);
  }
  88.64% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
/* --------------------------------------------------
* header
*/
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.site-header .head-wrapper {
  width: min(12.5%, 240px);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .head-wrapper {
    width: min(12%, 240px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .head-wrapper {
    width: min(10%, 240px);
  }
}
.site-header .head-logo {
  width: 100%;
}
.site-header .head-logo a {
  display: block;
  padding: 10px 25% 50px 20.8333333333%;
  background-color: var(--wht-color-2);
  border-radius: 0 0 30px 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .head-logo a {
    padding: 10px 25% 25px 20.8333333333%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .head-logo a {
    padding: 10px 20% 20px;
  }
}
.site-header .global-nav {
  flex: 1;
  max-width: 1292px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .global-nav {
    max-width: 850px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .global-nav {
    max-width: 650px;
  }
}
.site-header .nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 18px 1.5479876161% 18px 3.4829721362%;
  background-color: var(--wht-color-2);
  border-radius: 100px 0 0 100px;
}
.site-header .menu-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0;
  width: min(72.7791361043%, 893px);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .menu-links {
    width: min(74%, 893px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .menu-links {
    width: min(74%, 893px);
  }
}
.site-header .menu-links li {
  padding: 15px 20px;
  font-size: clamp(25px, 19.2857142857px + 0.5580357143vw, 30px);
  text-align: center;
  border-right: 1px dashed var(--blk-color-1);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .menu-links li {
    padding: 10px 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .menu-links li {
    padding: 5px 10px;
    font-size: 15px;
  }
}
.site-header .contact-btn-area {
  position: relative;
  flex: 1;
  margin: 0 0 0 2.4449877751%;
}
.site-header .contact-btn-area:hover .contact-btn span::after {
  transform: rotate(180deg) translateY(30%);
}
.site-header .contact-btn-area:hover .btn-inner {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.site-header .contact-btn {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 5;
}
.site-header .contact-btn span {
  position: relative;
  padding: 15px 10px;
  font-size: clamp(30px, 24.2857142857px + 0.5580357143vw, 35px);
  color: var(--wht-color-1);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .contact-btn span {
    padding: 10px 5px 6px;
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .contact-btn span {
    padding: 5px 5px;
    font-size: 15px;
  }
}
.site-header .contact-btn span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 15px;
  border: solid 11.5px transparent;
  border-top: solid 19px var(--wht-color-1);
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .contact-btn span::after {
    transform: rotate(0deg) translateY(10%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .contact-btn span::after {
    margin-left: 5px;
    border: solid 6.5px transparent;
    border-top: solid 9px var(--wht-color-1);
  }
}
.site-header .btn-inner {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 50px 35px 25px;
  background-color: var(--grn-color-3);
  border-radius: 0 0 35px 35px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.6s ease;
  will-change: opacity, visibility;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .btn-inner {
    top: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .btn-inner {
    top: 10px;
    padding: 30px 15px 25px;
  }
}
.site-header .btn-inner::after {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}
.site-header .btn-inner li {
  max-width: 220px;
  margin: 0 auto;
}
.site-header .btn-inner li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .btn-inner li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.site-header .btn-inner li a {
  display: block;
  padding: 5px 0 10px;
  font-size: clamp(30px, 24.2857142857px + 0.5580357143vw, 35px);
  text-align: center;
  color: var(--grn-color-3);
  background-color: var(--wht-color-1);
  border-radius: 35px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-header .btn-inner li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header .btn-inner li a {
    padding: 5px 0 7px;
    font-size: 15px;
  }
}
.site-header.is-scale .head-wrapper {
  width: min(9%, 240px);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .head-wrapper {
    width: min(10%, 240px);
  }
}
.site-header.is-scale .head-logo a {
  padding: 10px 25% 25px 20.8333333333%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .head-logo a {
    padding: 10px 20% 20px;
  }
}
.site-header.is-scale .global-nav {
  max-width: 850px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .global-nav {
    max-width: 650px;
  }
}
.site-header.is-scale .menu-links {
  width: min(74%, 893px);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .menu-links {
    width: min(74%, 893px);
  }
}
.site-header.is-scale .menu-links li {
  padding: 10px 10px;
  font-size: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .menu-links li {
    padding: 5px 10px;
    font-size: 15px;
  }
}
.site-header.is-scale .contact-btn span {
  padding: 10px 5px 6px;
  font-size: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .contact-btn span {
    padding: 5px 5px;
    font-size: 15px;
  }
}
.site-header.is-scale .contact-btn span::after {
  transform: rotate(0deg) translateY(10%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .contact-btn span::after {
    margin-left: 5px;
    border: solid 6.5px transparent;
    border-top: solid 9px var(--wht-color-1);
  }
}
.site-header.is-scale .btn-inner {
  top: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .btn-inner {
    top: 10px;
    padding: 30px 15px 25px;
  }
}
.site-header.is-scale .btn-inner li a {
  font-size: 18px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-header.is-scale .btn-inner li a {
    padding: 5px 0 7px;
    font-size: 15px;
  }
}

.mv-area {
  padding: 285px 0 180px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .mv-area {
    padding: 185px 0 150px;
  }
}
.mv-area .wrap {
  width: 67.7083333333%;
  max-width: 1300px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .mv-area .wrap {
    width: 80%;
  }
}
.mv-area .slider-area {
  position: relative;
}
.mv-area .swiper {
  width: 100%;
}
.mv-area .swiper-button-prev,
.mv-area .swiper-button-next {
  top: 50%;
  width: 0;
  height: 0;
  align-items: center;
  justify-content: center;
  background: none;
  color: initial;
  border: solid 15.5px transparent;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .mv-area .swiper-button-prev,
  .mv-area .swiper-button-next {
    border: solid 10.5px transparent;
  }
}
.mv-area .swiper-button-prev::after,
.mv-area .swiper-button-next::after {
  display: none;
}
.mv-area .swiper-button-prev {
  left: -7.6923076923%;
  border-right: solid 26px var(--grn-color-3);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .mv-area .swiper-button-prev {
    border-right: solid 16px var(--grn-color-3);
  }
}
.mv-area .swiper-button-next {
  right: -7.6923076923%;
  border-left: solid 26px var(--grn-color-3);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .mv-area .swiper-button-next {
    border-left: solid 16px var(--grn-color-3);
  }
}
.mv-area .swiper-button-disabled {
  display: none;
}
.mv-area .ttl {
  position: absolute;
  bottom: -103px;
  left: -8.3076923077%;
  line-height: 1.9;
  color: var(--grn-color-2);
  z-index: 5;
}
.mv-area .ttl span {
  padding: 5px 20px;
  background-color: var(--wht-color-2);
}
.mv-area .illust01 {
  position: absolute;
  top: -155px;
  left: -6.3846153846%;
  width: 28.9230769231%;
  animation: katakata 5.2s infinite ease-in-out alternate;
}
.mv-area .illust02 {
  position: absolute;
  bottom: -102px;
  right: -14.6923076923%;
  width: 31.1538461538%;
  transform: rotate(-15deg);
  animation: katakata 7.8s infinite ease-in-out alternate;
}

/* --------------------------------------------------
* footer
*/
.cta-area {
  position: relative;
  padding: 170px 0 140px;
  background-color: var(--pnk-color);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cta-area {
    padding: 100px 0 90px;
  }
}
.cta-area::before, .cta-area::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 14px;
  transform: translateX(-50%);
}
.cta-area::before {
  top: -14px;
  background: url("../img/common/cta_bg01.svg") no-repeat top center;
  background-size: cover;
}
.cta-area::after {
  bottom: -14px;
  background: url("../img/common/cta_bg02.svg") no-repeat bottom center;
  background-size: cover;
}
.cta-area .wrap {
  width: 40.46875%;
  max-width: 777px;
}
@media screen and (min-width: 1501px) and (max-width: 1700px) {
  .cta-area .wrap {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .cta-area .wrap {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cta-area .wrap {
    width: 70%;
  }
}
.cta-area .area-inner {
  position: relative;
}
.cta-area .area-inner::before, .cta-area .area-inner::after {
  content: "";
  position: absolute;
}
.cta-area .area-inner::before {
  top: -45px;
  left: -27.2844272844%;
  width: 212px;
  height: 187px;
  background: url("../img/common/cta_illust01.svg") no-repeat top center;
  background-size: cover;
  animation: fuwafuwa 1.5s infinite;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cta-area .area-inner::before {
    width: 162px;
    height: 137px;
  }
}
.cta-area .area-inner::after {
  bottom: -100px;
  right: -25.9974259974%;
  width: 222px;
  height: 222px;
  background: url("../img/common/cta_illust02.svg") no-repeat top center;
  background-size: cover;
  animation: fuwafuwa 1.5s infinite;
  animation-delay: 1s;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cta-area .area-inner::after {
    width: 172px;
    height: 172px;
  }
}
.cta-area .copy {
  position: relative;
  width: min(100%, 777px);
  margin: 0 auto 30px;
  z-index: 5;
}
.cta-area .cmn-btn {
  position: relative;
  width: min(90.7335907336%, 705px);
  margin: 0 auto;
  z-index: 5;
}
.cta-area .cmn-btn a {
  padding: 30px 10px 35px;
  font-size: clamp(50px, 38.5714285714px + 1.1160714286vw, 60px);
  border-radius: 60px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cta-area .cmn-btn a {
    padding: 20px 10px;
    font-size: 35px;
  }
}
.cta-area .cmn-btn a span {
  position: relative;
}
.cta-area .cmn-btn a span::after {
  margin-left: 15px;
  border: solid 15px transparent;
  border-top: solid 23px var(--wht-color-1);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cta-area .cmn-btn a span::after {
    margin-left: 5px;
    border: solid 10px transparent;
    border-top: solid 16px var(--wht-color-1);
  }
}

.site-footer {
  margin-top: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer {
    margin-top: 100px;
  }
}
.site-footer .upr-area {
  padding: 90px 0 125px;
  background-color: var(--grn-color-3);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .upr-area {
    padding: 60px 0 75px;
  }
}
.site-footer .upr-area .wrap {
  width: 52.0833333333%;
  max-width: 1000px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-footer .upr-area .wrap {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .upr-area .wrap {
    width: 80%;
  }
}
.site-footer .lwr-area {
  padding: 85px 0 90px;
  background-color: var(--wht-color-2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .lwr-area {
    padding: 55px 0 60px;
  }
}
.site-footer .lwr-area .wrap {
  width: 80.5208333333%;
  max-width: 1546px;
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .site-footer .lwr-area .wrap {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-footer .lwr-area .wrap {
    width: 90%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .lwr-area .wrap {
    width: 90%;
  }
}
.site-footer .map-area {
  margin-bottom: 35px;
}
.site-footer .map-area::before {
  content: "";
  display: block;
  width: 70px;
  height: 101px;
  margin: 0 auto 50px;
  background: url("../img/common/icon_map.svg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .map-area::before {
    width: 40px;
    height: 57px;
    margin: 0 auto 30px;
  }
}
.site-footer .map-area .map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .map-area .map {
    height: 350px;
  }
}
.site-footer .map-area .map iframe {
  width: 100%;
  height: 100%;
}
.site-footer .company-area {
  position: relative;
}
.site-footer .company-area::before, .site-footer .company-area::after {
  content: "";
  position: absolute;
}
.site-footer .company-area::before {
  bottom: -15px;
  left: -31%;
  width: 332px;
  height: 128px;
  background: url("../img/common/company_illust02.svg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .company-area::before {
    width: 232px;
    height: 95px;
  }
}
.site-footer .company-area::after {
  top: 25px;
  right: -13.5%;
  width: 181px;
  height: 159px;
  background: url("../img/common/company_illust01.svg") no-repeat bottom center;
  background-size: cover;
  animation: katakata 6.2s infinite ease-in-out alternate;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .company-area::after {
    width: 111px;
    height: 99px;
  }
}
.site-footer .company-area .area-ttl {
  margin-bottom: 30px;
  text-align: center;
  color: var(--wht-color-1);
}
.site-footer .company-area .area-inner {
  position: relative;
  width: min(77%, 770px);
  margin: 0 auto;
  border: 5px solid var(--grn-color-4);
  border-radius: 12px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-footer .company-area .area-inner {
    width: min(90%, 770px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .company-area .area-inner {
    width: min(90%, 770px);
  }
}
.site-footer .company-area dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  color: var(--grn-color-4);
  background-color: var(--wht-color-1);
  border-bottom: 2px solid var(--grn-color-4);
}
.site-footer .company-area dl:first-of-type {
  border-radius: 12px 12px 0 0;
}
.site-footer .company-area dl:first-of-type dt {
  border-radius: 12px 0 0 0;
}
.site-footer .company-area dl:first-of-type dd {
  border-radius: 0 12px 0 0;
}
.site-footer .company-area dl:last-of-type {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.site-footer .company-area dl:last-of-type dt {
  border-radius: 0 0 0 12px;
}
.site-footer .company-area dl:last-of-type dd {
  border-radius: 0 0 12px 0;
}
.site-footer .company-area dt {
  position: relative;
  display: flex;
  align-items: center;
  width: min(20.2597402597%, 156px);
  padding: 15px 3.2467532468%;
  background-color: rgba(193, 210, 48, 0.2);
}
.site-footer .company-area dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 8px);
  background-color: var(--grn-color-4);
  transform: translateY(-50%);
}
.site-footer .company-area dd {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px 2.5974025974%;
}
.site-footer .company-area dd.small {
  padding: 18px 2.5974025974%;
}
.site-footer .foot-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-footer .foot-area .logo {
  width: min(20.2457956016%, 313px);
}
.site-footer .foot-area .foot-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: min(68.4346701164%, 1058px);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu {
    grid-row-gap: 15px;
  }
}
.site-footer .foot-area .foot-menu > li {
  position: relative;
  border-top: 2px dashed var(--blk-color-2);
}
.site-footer .foot-area .foot-menu > li:nth-of-type(1) {
  grid-area: 1/1/4/4;
}
.site-footer .foot-area .foot-menu > li:nth-of-type(1) .menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(1) .menu-inner {
    margin-top: 35px;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(1) li a {
  font-size: clamp(30px, 24.2857142857px + 0.5580357143vw, 35px);
  color: var(--blk-color-2);
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(1) li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(1) li a {
    font-size: 14px;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) {
  grid-area: 4/1/7/4;
  padding: 25px 4.5523520486% 20px 0;
  background-color: var(--grn-color-1);
  border-radius: 0 0 35px 35px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(2) {
    padding: 25px 4.5523520486% 20px 0;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) .sns-logo {
  width: 23.3704292528%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(2) .sns-logo {
    width: 24%;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) .sns-logo img {
  width: 100%;
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) .menu-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) .txt-area {
  width: 43.5612082671%;
  margin-right: 3.1796502385%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(2) .txt-area {
    width: 43%;
    margin-right: 2%;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) .txt-area p {
  letter-spacing: 8%;
  color: var(--blk-color-2);
}
.site-footer .foot-area .foot-menu > li:nth-of-type(2) .cmn-btn {
  width: 29.8887122417%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(2) .cmn-btn {
    width: 30%;
    font-size: 12px;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(3) {
  grid-area: 1/4/7/6;
  padding: 35px 0 0;
  background-color: var(--grn-color-1);
  border-radius: 0 0 35px 35px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(3) {
    padding: 25px 0 0;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(3) .menu-inner li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(3) .menu-inner li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.site-footer .foot-area .foot-menu > li:nth-of-type(3) .cmn-btn {
  width: 62.2448979592%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .foot-menu > li:nth-of-type(3) .cmn-btn {
    font-size: 12px;
  }
}
.site-footer .foot-area .menu-head {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: clamp(25px, 17px + 0.78125vw, 32px);
  letter-spacing: 8%;
  color: var(--blk-color-2);
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-footer .foot-area .menu-head {
    top: -20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .menu-head {
    top: -20px;
    font-size: 20px;
  }
}
.site-footer .foot-area .menu-head span {
  position: relative;
  display: inline;
  padding-right: 20px;
  z-index: 5;
}
.site-footer .foot-area .menu-head span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background-color: var(--wht-color-2);
  z-index: -1;
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .site-footer .foot-area .menu-head span::after {
    height: 74%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .site-footer .foot-area .menu-head span::after {
    height: 69%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .menu-head span::after {
    height: 69%;
  }
}
.site-footer .foot-area .cmn-btn a {
  padding: 17px 10px 20px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .site-footer .foot-area .cmn-btn a {
    padding: 7px 10px 10px;
  }
}
.site-footer .foot-area .cmn-btn a span::after {
  display: none;
}

/* --------------------------------------------------
* lower
*/
.low-page .cmn-page-heading {
  padding: 15px 0;
  background-color: var(--grn-color-3);
}
.low-page .cmn-page-ttl {
  font-size: clamp(40px, 28.5714285714px + 1.1160714286vw, 50px);
  text-align: center;
  color: var(--wht-color-2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .low-page .cmn-page-ttl {
    font-size: 35px;
  }
}/*# sourceMappingURL=common.css.map */