@charset "UTF-8";
/* ====================================================
	breakpoint
==================================================== */
/* ====================================================
	フォーム用のリセット設定
==================================================== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
  pointer-events: auto;
}

select::-ms-expand {
  display: none;
}

button {
  transition: 0.5s;
}

button:hover {
  opacity: 0.65;
}

html {
  overflow-y: scroll;
  font-size: 0.526vw;
  scroll-behavior: smooth;
}
html a:hover {
  transition: 0.5s;
}
@media screen and (max-width: 1499px) {
  html {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 0.72vw;
  }
}
@media screen and (max-width: 999px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.303vw;
  }
}

body {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
  position: relative;
}

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

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

.loading {
  background-color: #FFFFFF;
  z-index: 100000;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loading img {
  margin: 0 auto;
}

.loading__icon {
  width: 25rem;
  animation: loading 3.5s infinite;
}
@media screen and (max-width: 767px) {
  .loading__icon {
    width: 32rem;
  }
}

@keyframes loading {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.loading__logo {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .loading__logo {
    width: 30rem;
  }
}

.wrap__inner {
  position: relative;
}

.cmn__block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #fff;
}

.cmn__inner {
  position: relative;
  z-index: 3;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cmn__inner {
    max-width: 63rem;
  }
}

.cmn__object {
  position: absolute;
  z-index: 1;
}

/* ====================================================
ヘッダー
==================================================== */
header a {
  position: absolute;
  top: 4.25rem;
  left: 4.3rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header a {
    top: 4.6rem;
    left: 4.3rem;
  }
}
header a img {
  width: 33.2rem;
}
@media screen and (max-width: 767px) {
  header a img {
    width: 30.05rem;
  }
}

/* ====================================================
アニメーション
==================================================== */
.animation,
.animationSet__in {
  opacity: 0;
}

.animationSet__in.is-late {
  animation-delay: 0.2s;
}

.animate__fuwafuwa {
  animation: fuwafuwa 7.5s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(2rem);
  }
  50% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(2rem);
  }
}
.animate__fuwafuwa02 {
  animation: fuwafuwa02 7.5s ease-in-out infinite;
}

@keyframes fuwafuwa02 {
  0% {
    transform: translateY(3.5rem);
  }
  50% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(3.5rem);
  }
}
/* 下からフェードイン */
.fadeIn__bottom {
  animation: fadeIn__bottom 0.8s 1 forwards;
}

@keyframes fadeIn__bottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.show-text {
  animation: show-text 0.3s ease-in-out forwards;
}

@keyframes show-text {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.fv-fadeIn__bottom01 {
  animation: fv-fadeIn__bottom 0.3s 1 forwards;
}

@keyframes fv-fadeIn__bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__titleIn {
  animation: fv__titleIn 1.1s 1 forwards;
}

@keyframes fv__titleIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.puyon {
  animation: puyon 1s 1 forwards;
}

@keyframes puyon {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.3) translate(0%, -10%);
  }
  50% {
    transform: scale(1.2, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.8, 1.2) translate(0%, -3%);
  }
  70% {
    transform: scale(1.2, 0.8) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/* ====================================================
    fv
==================================================== */
.fv {
  background-image: url(../img/bg0410/fv.jpg?version=250410-02);
  background-color: #FFFFFF;
  height: 120rem;
  /* バウンド */
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/bg0410/sp-fv.png?version=250410-02);
    height: 133.4rem;
  }
}
.fv .fv__object {
  position: absolute;
  width: 190rem;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: -30.2rem;
  margin-left: -11rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__object {
    top: -16.1rem;
    left: 80.4rem;
    right: 0;
    margin-left: initial;
  }
}
.fv .fv__object img {
  width: 212.4rem;
}
@media screen and (max-width: 767px) {
  .fv .fv__object img {
    width: 106rem;
  }
}
.fv .fv__object-cover.animate__popIn .fv__object {
  animation: fv__bounceIn 0.8s ease-in-out forwards;
}
.fv .fv__object-cover.animate__popIn .fv__object.is-02 img {
  animation-delay: 0.2s;
}
.fv .fv__object-cover.animate__popIn .fv__object.is-03 img {
  animation-delay: 0.4s;
}
.fv .fv__object-cover.animate__popIn .fv__object.is-04, .fv .fv__object-cover.animate__popIn .fv__object.is-09 {
  animation-delay: 0.1s;
}
.fv .fv__object-cover.animate__popIn .fv__object.is-05, .fv .fv__object-cover.animate__popIn .fv__object.is-08 {
  animation-delay: 0.2s;
}
.fv .fv__object-cover.animate__popIn .fv__object.is-01, .fv .fv__object-cover.animate__popIn .fv__object.is-03, .fv .fv__object-cover.animate__popIn .fv__object.is-06 {
  animation-delay: 0.3s;
}
@keyframes fv__bounceIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.9);
  }
  50% {
    opacity: 0;
    transform: translateX(-50%) scale(0.9);
  }
  80% {
    opacity: 0.8;
    transform: translateX(-50%) scale(1.06);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.fv .fv__inner {
  padding: 31.5rem 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .fv .fv__inner {
    padding: 24.5rem 0 0;
  }
}
.fv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv .fv__title {
  position: relative;
  width: 120.5rem;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__title {
    max-width: 62.3rem;
    top: 14.6rem;
    left: 1.3rem;
  }
}
.fv .fv__sub-title {
  margin-top: -1.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  transform: rotate(-6deg) skewX(354deg);
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv .fv__sub-title {
    margin-top: 11.8rem;
    margin-left: 1rem;
    font-size: 3.32rem;
  }
}
.fv .sub {
  position: absolute;
  opacity: 0;
}
.fv .sub.animate__animated.animate__flipInX {
  opacity: 1;
}
.fv .sub-01 {
  top: 0;
  left: 25.7rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-01 {
    left: 6.6rem;
  }
}
.fv .sub-02 {
  top: 0;
  left: 29.1rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-02 {
    left: 9rem;
  }
}
.fv .sub-03 {
  top: 0;
  left: 33.1rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-03 {
    left: 12rem;
  }
}
.fv .sub-04 {
  top: 0;
  left: 35.8rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-04 {
    left: 14rem;
  }
}
.fv .sub-05 {
  top: 0;
  left: 38.9rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-05 {
    left: 16.2rem;
  }
}
.fv .sub-06 {
  top: 0;
  left: 40.1rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-06 {
    left: 17.1rem;
  }
}
.fv .sub-07 {
  top: 0;
  left: 42.6rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-07 {
    left: 18.9rem;
  }
}
.fv .sub-08 {
  top: 0;
  left: 45.3rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-08 {
    left: 20.9rem;
  }
}
.fv .sub-09 {
  top: -0.1rem;
  left: 49.4rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-09 {
    left: 23.8rem;
  }
}
.fv .sub-10 {
  top: -0.1rem;
  left: 50.7rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-10 {
    left: 24.8rem;
  }
}
.fv .sub-11 {
  top: -0.1rem;
  left: 53.8rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-11 {
    left: 27rem;
  }
}
.fv .sub-12 {
  top: -0.1rem;
  left: 58rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-12 {
    left: 30.2rem;
  }
}
.fv .sub-13 {
  top: -0.1rem;
  left: 59.7rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-13 {
    left: 31.4rem;
  }
}
.fv .sub-14 {
  top: -0.1rem;
  left: 62.5rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-14 {
    left: 33.4rem;
  }
}
.fv .sub-15 {
  top: -0.2rem;
  right: 51.4rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-15 {
    top: -0.1rem;
    right: 25.1rem;
  }
}
.fv .sub-16 {
  top: -0.2rem;
  right: 48.8rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-16 {
    top: -0.1rem;
    right: 23.2rem;
  }
}
.fv .sub-17 {
  top: -0.2rem;
  right: 45.8rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-17 {
    top: -0.1rem;
    right: 21rem;
  }
}
.fv .sub-18 {
  top: -0.2rem;
  right: 44rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-18 {
    top: -0.1rem;
    right: 19.7rem;
  }
}
.fv .sub-19 {
  top: -0.2rem;
  right: 39.2rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-19 {
    top: -0.1rem;
    right: 16.2rem;
  }
}
.fv .sub-20 {
  top: -0.2rem;
  right: 37.3rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-20 {
    top: -0.1rem;
    right: 14.8rem;
  }
}
.fv .sub-21 {
  top: -0.2rem;
  right: 34.6rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-21 {
    top: -0.1rem;
    right: 12.9rem;
  }
}
.fv .sub-22 {
  top: -0.2rem;
  right: 32rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-22 {
    top: -0.1rem;
    right: 11rem;
  }
}
.fv .sub-23 {
  top: -0.3rem;
  right: 27.4rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-23 {
    top: -0.2rem;
    right: 7.6rem;
  }
}
.fv .sub-24 {
  top: -0.3rem;
  right: 26.3rem;
}
@media screen and (max-width: 767px) {
  .fv .sub-24 {
    right: 6.7rem;
    font-size: 3.4rem;
  }
}

/* ====================================================
about
==================================================== */
.about {
  background-image: url(../img/bg0410/about.jpg?version=250410-02);
  height: 145.9rem;
}
@media screen and (max-width: 767px) {
  .about {
    background-image: url(../img/bg0410/sp-about.png?version=250410-02);
    height: 138.4rem;
  }
}
.about .about__inner {
  padding: 11.1rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .about__inner {
    padding: 10.7rem 0 0;
  }
}
.about .about__object {
  top: -38.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about .about__object {
    top: -6.7rem;
  }
}
.about .about__object img {
  width: 190rem;
}
@media screen and (max-width: 767px) {
  .about .about__object img {
    width: 76.7rem;
  }
}
.about .sp-00 {
  display: none;
}
@media screen and (max-width: 767px) {
  .about .sp-00 {
    display: block;
    top: 10rem;
  }
}
.about .sp-00 img {
  width: 20.4rem;
}
.about .is-01 {
  top: 29.1rem;
  right: 50%;
  margin-right: 47.6rem;
}
@media screen and (max-width: 767px) {
  .about .is-01 {
    display: none;
  }
}
.about .is-01 img {
  width: 57.5rem;
}
.about .is-02 {
  top: -19.9rem;
  left: 50%;
  margin-left: 25.1rem;
}
@media screen and (max-width: 767px) {
  .about .is-02 {
    display: none;
  }
}
.about .is-02 img {
  width: 41.7rem;
}
.about .is-03 {
  top: 45.7rem;
  left: 50%;
  margin-left: 37.8rem;
}
@media screen and (max-width: 767px) {
  .about .is-03 {
    top: 60rem;
    margin-left: 21rem;
  }
}
.about .is-03 img {
  width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .about .is-03 img {
    width: 27rem;
    transform: rotate(-7deg);
  }
}
.about .is-04 {
  top: 99.6rem;
  right: 50%;
  margin-right: 15.9rem;
}
@media screen and (max-width: 767px) {
  .about .is-04 {
    top: 106.3rem;
    margin-right: 8rem;
  }
}
.about .is-04 img {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .about .is-04 img {
    width: 29.2rem;
  }
}
.about h2 img {
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .about h2 img {
    width: 16rem;
    padding-left: 3.2rem;
  }
}
.about h3 {
  font-size: 7.1rem;
  line-height: 1.5;
  padding-top: 6.9rem;
}
@media screen and (max-width: 767px) {
  .about h3 {
    font-size: 4.9rem;
    line-height: 1.5;
    padding-top: 8.7rem;
  }
}
.about .about__slogan01 {
  padding-left: 3.2rem;
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 767px) {
  .about .about__slogan01 {
    padding-left: 2.4rem;
    letter-spacing: 0.023em;
  }
}
.about .about__slogan02 {
  letter-spacing: 0.048em;
}
@media screen and (max-width: 767px) {
  .about .about__slogan02 {
    margin-left: -0.05rem;
    letter-spacing: 0.04em;
  }
}
.about .about__explanation {
  margin-left: -0.7rem;
  padding: 5.2rem 0 4.4rem;
  font-size: 2.35rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .about .about__explanation {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    padding: 5.7rem 0 4.1rem;
    line-height: 1.93;
    margin-left: -1.3rem;
  }
}
.about .about__suki {
  width: 80.2rem;
}
@media screen and (max-width: 767px) {
  .about .about__suki {
    width: 66rem;
    margin-left: -1.3rem;
  }
}

.pink {
  color: #FF348C;
  font-size: 7.25rem;
}
@media screen and (max-width: 767px) {
  .pink {
    font-size: 4.85rem;
  }
}

.blue {
  color: #00B2FF;
  font-size: 7.25rem;
}
@media screen and (max-width: 767px) {
  .blue {
    font-size: 4.85rem;
  }
}

/* ====================================================
service
==================================================== */
.service {
  background-image: url(../img/bg0410/service.jpg?version=250410-03);
  height: 274.7rem;
}
@media screen and (max-width: 767px) {
  .service {
    background-image: url(../img/bg0410/sp-service.png?version=250410-02);
    height: 409.7rem;
  }
}
.service .service__inner {
  padding: 11.1rem 0 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service .service__inner {
    padding: 10.9rem 0 0;
  }
}
.service .service__inner h2 img {
  width: 24.9rem;
}
@media screen and (max-width: 767px) {
  .service .service__inner h2 img {
    width: 20.4rem;
    padding-left: 2.3rem;
  }
}
.service .service__content-cover {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-top: 11rem;
  gap: 15rem;
  width: 97.5rem;
}
@media screen and (max-width: 767px) {
  .service .service__content-cover {
    padding-top: 26rem;
    gap: 32.4rem;
    width: 62.4rem;
  }
}
.service .service__content {
  position: relative;
  width: 68.1rem;
}
@media screen and (max-width: 1199px) {
  .service .service__content {
    width: 70rem;
  }
}
@media screen and (max-width: 767px) {
  .service .service__content {
    width: 62.5rem;
  }
}
.service .service__content.is-02 {
  align-self: end;
}
@media screen and (max-width: 767px) {
  .service .service__content.is-02 {
    align-self: initial;
  }
}
.service .service__deco {
  position: absolute;
  z-index: 1;
}
.service .is-01 .service__deco {
  width: 50.5rem;
  top: -6.2rem;
  right: -37.5rem;
}
@media screen and (max-width: 767px) {
  .service .is-01 .service__deco {
    width: 68.3rem;
    top: -22.5rem;
    right: -6.9rem;
  }
}
.service .is-02 .service__deco {
  width: 50rem;
  top: -2.7rem;
  left: -37.9rem;
}
@media screen and (max-width: 767px) {
  .service .is-02 .service__deco {
    width: 62.1rem;
    top: -23.9rem;
    left: -2.7rem;
  }
}
.service .is-03 .service__deco {
  width: 57rem;
  top: -13.5rem;
  right: -36.8rem;
}
@media screen and (max-width: 767px) {
  .service .is-03 .service__deco {
    width: 67rem;
    top: -27.3rem;
    right: -7rem;
  }
}
.service .service__content-inner {
  text-align: left;
  padding: 9.5rem 8rem;
  border-radius: 5%;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .service .service__content-inner {
    padding: 6.9rem 4.6rem;
  }
}
.service .is-01 .service__content-inner {
  box-shadow: 0.1rem 0.1rem 2.5rem 0.5rem rgba(35, 234, 188, 0.37);
}
.service .is-02 .service__content-inner {
  box-shadow: 0.1rem 0.1rem 2.5rem 0.5rem rgba(255, 52, 183, 0.3);
}
.service .is-03 .service__content-inner {
  box-shadow: 0.1rem 0.1rem 2.5rem 0.5rem rgba(241, 220, 57, 0.48);
}
.service .service__title {
  position: relative;
  border-bottom: 2px solid #000000;
  padding-bottom: 2.53rem;
}
@media screen and (max-width: 767px) {
  .service .service__title {
    border-bottom: 1px solid #000000;
    padding-bottom: 1.9rem;
  }
}
.service .service__title img {
  position: absolute;
}
.service .is-01 .service__title img {
  width: 10.7rem;
  top: -14.6rem;
  left: -3.9rem;
}
@media screen and (max-width: 767px) {
  .service .is-01 .service__title img {
    width: 10rem;
    top: -12rem;
    left: -1.1rem;
  }
}
.service .is-02 .service__title img {
  width: 13.8rem;
  top: -13rem;
  left: -4.7rem;
}
@media screen and (max-width: 767px) {
  .service .is-02 .service__title img {
    width: 13rem;
    top: -10.4rem;
    left: 41rem;
  }
}
.service .is-03 .service__title img {
  width: 13.7rem;
  top: -13.2rem;
  left: -3.2rem;
}
@media screen and (max-width: 767px) {
  .service .is-03 .service__title img {
    width: 13rem;
    top: -10.8rem;
    left: -1.1rem;
  }
}
.service .service__title span {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .service .service__title span {
    font-size: 4.5rem;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }
}
.service .service__sub-title {
  font-weight: 800;
  font-size: 2.5rem;
  padding: 4rem 0 3.2rem;
  letter-spacing: 0.115em;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .service .service__sub-title {
    font-size: 3.2rem;
    padding: 4.1rem 0 3.3rem;
    letter-spacing: 0.055em;
    line-height: 1.72;
  }
}
.service .service__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .service .service__text {
    font-size: 2.6rem;
    line-height: 1.73;
    letter-spacing: 0.1em;
  }
}

/* ====================================================
company
==================================================== */
.company {
  background-image: url(../img/bg0410/company.jpg?version=250410-04);
  height: 207.3rem;
  /* ----------------------------------------------------
  	グループ会社
  ---------------------------------------------------- */
}
@media screen and (max-width: 767px) {
  .company {
    background-image: url(../img/bg0410/sp-company.png?version=250410-02);
    height: 240.1rem;
  }
}
.company .cmn__object.is-01 {
  top: -38.1rem;
  right: 50%;
  margin-right: 18.4rem;
}
@media screen and (max-width: 767px) {
  .company .cmn__object.is-01 {
    top: -28.2rem;
    margin-right: 6rem;
  }
}
.company .cmn__object.is-01 img {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .company .cmn__object.is-01 img {
    width: 34rem;
  }
}
.company .cmn__object.is-02 {
  top: -1rem;
  right: 50%;
  margin-right: 23rem;
}
@media screen and (max-width: 767px) {
  .company .cmn__object.is-02 {
    top: -5.2rem;
    margin-right: 8rem;
  }
}
.company .cmn__object.is-02 img {
  width: 32.2rem;
}
@media screen and (max-width: 767px) {
  .company .cmn__object.is-02 img {
    width: 20rem;
  }
}
.company .company__inner {
  padding: 11.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .company .company__inner {
    padding: 11.1rem 0.3rem 0 0;
  }
}
.company .company__inner h2 {
  text-align: center;
  margin: 0 auto;
}
.company .company__inner h2 img {
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .company .company__inner h2 img {
    width: 21.5rem;
  }
}
.company .company__table {
  margin: 0 auto;
  width: 36rem;
  padding-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .company .company__table {
    width: 57.5rem;
    padding-top: 9.1rem;
  }
}
.company .company__profile {
  width: 100%;
  gap: 2.78rem;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .company .company__profile {
    font-size: 2.6rem;
    gap: 3.48rem;
    letter-spacing: 0.05em;
  }
}
.company .company__table dl {
  display: flex;
  flex-direction: row;
}
.company .company__table dt {
  width: 33%;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .company .company__table dt {
    width: 32%;
  }
}
.company .company__table dd {
  width: 67%;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .company .company__table dd {
    width: 68%;
    letter-spacing: 0.05em;
  }
}
.company .company__profile dl:nth-of-type(3) dt,
.company .company__profile dl:nth-of-type(9) dt {
  padding-top: 0.3rem;
}
.company .company__profile dl:nth-of-type(3) dd,
.company .company__profile dl:nth-of-type(9) dd {
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .company .company__profile dl:nth-of-type(3) dd,
  .company .company__profile dl:nth-of-type(9) dd {
    line-height: 1.49em;
  }
}
.company .company__profile dl:nth-of-type(4) dd a {
  pointer-events: none;
  color: #000000 !important;
}
.company .company__group {
  position: relative;
  width: 60.8rem;
  margin: 0 auto;
  padding-top: 14.6rem;
}
@media screen and (max-width: 767px) {
  .company .company__group {
    width: 63rem;
    padding-top: 14.9rem;
  }
}
.company .company__group-logo {
  position: absolute;
  top: 14.3rem;
  right: 0.2rem;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .company .company__group-logo {
    top: 14.5rem;
    right: -0.5rem;
    width: 36rem;
  }
}
.company .company__group-inner {
  display: flex;
  justify-content: center;
  gap: 3.3rem;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .company .company__group-inner {
    gap: 3rem;
  }
}
.company .group__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .company .group__item {
    gap: 3.1rem;
  }
}
.company .group__item a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .company .group__item a {
    display: flex;
    flex-direction: column;
  }
}
.company .group__item a:hover {
  opacity: 1 !important;
}
.company .group__item a:hover .icon {
  animation: fuwa-hover 2.5s ease-in-out infinite;
}
@keyframes fuwa-hover {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.company .group__item.is-01 a:first-of-type {
  margin-left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .company .group__item.is-01 a:first-of-type {
    margin-left: -0.3rem;
  }
}
.company .group__item.is-01 a:first-of-type img {
  width: 22.4rem;
}
@media screen and (max-width: 767px) {
  .company .group__item.is-01 a:first-of-type img {
    width: 23rem;
  }
}
.company .icon,
.company .logo {
  width: 18.4rem;
}
@media screen and (max-width: 767px) {
  .company .icon,
  .company .logo {
    width: 19rem;
  }
}
.company .group__item.is-02 {
  padding-top: 11.9rem;
  margin-left: -2.4rem;
}
@media screen and (max-width: 767px) {
  .company .group__item.is-02 {
    padding-top: 12.2rem;
    margin-left: -1.9rem;
  }
}
.company .group__item.is-03 {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .company .group__item.is-03 {
    padding-top: 20.4rem;
  }
}

/* ====================================================
contact
==================================================== */
.contact {
  background-image: url(../img/bg0410/contact.jpg?version=250410-05);
  height: 179.6rem;
}
@media screen and (max-width: 767px) {
  .contact {
    background-image: url(../img/bg0410/sp-contact.png?version=250410-02);
    height: 214.3rem;
  }
}
.contact .is-01 {
  top: -19.9rem;
  left: 50%;
  margin-left: 21.3rem;
}
@media screen and (max-width: 767px) {
  .contact .is-01 {
    top: -25rem;
    margin-left: 8.6rem;
  }
}
.contact .is-01 img {
  width: 47.2rem;
}
@media screen and (max-width: 767px) {
  .contact .is-01 img {
    width: 29rem;
  }
}
.contact .is-02 {
  top: 12.2rem;
  left: 50%;
  margin-left: 43.8rem;
}
@media screen and (max-width: 767px) {
  .contact .is-02 {
    top: -0.9rem;
    margin-left: 21.1rem;
  }
}
.contact .is-02 img {
  width: 25.8rem;
}
@media screen and (max-width: 767px) {
  .contact .is-02 img {
    width: 15.5rem;
  }
}
.contact .is-03 {
  top: 83.6rem;
  right: 50%;
  margin-right: 45rem;
}
@media screen and (max-width: 767px) {
  .contact .is-03 {
    top: 158.6rem;
    margin-right: 21rem;
  }
}
.contact .is-03 img {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .contact .is-03 img {
    width: 16.5rem;
  }
}
.contact .is-04 {
  top: 96rem;
  right: 50%;
  margin-right: 16.2rem;
}
@media screen and (max-width: 767px) {
  .contact .is-04 {
    top: 162.8rem;
    margin-right: -0.5rem;
  }
}
.contact .is-04 img {
  width: 45.3rem;
}
@media screen and (max-width: 767px) {
  .contact .is-04 img {
    width: 27.8rem;
  }
}
.contact .is-05 {
  top: 113.3rem;
  left: 50%;
  margin-left: 24.5rem;
}
@media screen and (max-width: 767px) {
  .contact .is-05 {
    top: 177.1rem;
    margin-left: 3.4rem;
  }
}
.contact .is-05 img {
  width: 55.2rem;
}
@media screen and (max-width: 767px) {
  .contact .is-05 img {
    width: 33.5rem;
  }
}
.contact .contact__inner {
  text-align: center;
  padding: 21.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .contact .contact__inner {
    padding: 9.8rem 0 0;
  }
}
.contact h2 img {
  width: 24.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact h2 img {
    width: 19.7rem;
    margin-left: -0.3rem;
  }
}

/*---------- お問い合わせフォーム周り共通 ----------*/
.contactForm__box {
  margin: auto;
  margin-top: 9.5rem;
  max-width: 92rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contactForm__box {
    margin-top: 6.1rem;
    max-width: 60.3rem;
  }
}

.formTable {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTable tr,
  .formTable td,
  .formTable th {
    display: block;
  }
}
.formTable td,
.formTable th {
  text-align: left;
  padding-top: 3.96rem;
}
@media screen and (max-width: 767px) {
  .formTable td,
  .formTable th {
    padding-top: initial;
  }
}
.formTable tr:first-of-type td,
.formTable tr:first-of-type th {
  padding-top: initial;
}
@media screen and (max-width: 767px) {
  .formTable tr {
    padding-top: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .formTable tr:first-of-type {
    padding-top: initial;
  }
}
.formTable th {
  width: 26rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .formTable th {
    font-size: 2.6rem;
    width: initial;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .formTable tr:first-of-type td {
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .formTable td {
    padding-top: 1.8rem;
  }
}
.formTable td > * {
  width: 34.8rem;
}
@media screen and (max-width: 767px) {
  .formTable td > * {
    width: 100%;
  }
}
.formTable .is-required {
  font-size: 1.5rem;
  color: #FF348C;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .formTable .is-required {
    font-size: 2.2rem;
    margin-left: 1.2rem;
    letter-spacing: 0.01em;
  }
}
.formTable .is-frame {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #A1A1A1;
  border-radius: 0.2em;
  background-color: #fff;
}
.formTable .contactForm__field {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #000;
  padding: 0.5rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .formTable .contactForm__field {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .formTable .contactForm__field {
    padding: 1.4rem 3.1rem;
  }
}
.formTable .contactForm__field a {
  color: #000;
  pointer-events: none;
}
.formTable .contactForm__field::-moz-placeholder {
  color: #A1A1A1;
}
.formTable .contactForm__field::placeholder {
  color: #A1A1A1;
}
.formTable .contactForm__selectBox {
  position: relative;
}
.formTable .contactForm__selectBox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 80/74;
  background-image: url(../img/icon_arrow_select.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .formTable .contactForm__selectBox::after {
    right: 2rem;
    width: 4rem;
  }
}
.formTable select.contactForm__field {
  width: 100%;
}
.formTable textarea.contactForm__field {
  width: 100%;
  height: 26rem;
  padding: 1.2rem 1.7rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .formTable textarea.contactForm__field {
    height: 40.7rem;
    padding: 2.3rem 3.1rem 2.7rem;
  }
}

.contactForm__btnBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .contactForm__btnBox {
    gap: 4rem;
    margin-top: 7.5rem;
  }
}

.contactForm__btn {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  max-width: 54.528rem;
  padding: 2.063rem 8.264rem 2.263rem;
  border-radius: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contactForm__btn {
    font-size: 3.2rem;
    padding: 3.163rem 3.563rem 3.463rem;
    max-width: initial;
    width: 100%;
  }
}
.contactForm__btn.is-system {
  padding-left: initial;
  padding-right: initial;
  max-width: initial;
  width: 27.3rem;
}
@media screen and (max-width: 767px) {
  .contactForm__btn.is-system {
    max-width: initial;
    width: 100%;
  }
}
.contactForm__btn.is-toConfirm, .contactForm__btn.is-toThanks, .contactForm__btn.is-top {
  background-color: #8075FF;
  color: #fff;
}
.contactForm__btn.is-back {
  background-color: #d0d0d0;
  color: #000;
}

/*---------- お問い合わせ確認/完了 ----------*/
#contactMail {
  background: rgb(255, 251, 251);
  background: linear-gradient(150deg, rgb(255, 255, 255) 0%, rgb(239, 233, 255) 100%);
  min-height: 100svh;
}
#contactMail .contactMail__inner {
  padding: 22.7rem 0 53.7rem;
}
@media screen and (max-width: 767px) {
  #contactMail .contactMail__inner {
    padding: 22.7rem 0 43.7rem;
  }
}
#contactMail h1 {
  text-align: center;
}
#contactMail .contact__ttl {
  width: 24.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contactMail .contact__ttl {
    width: 19.7rem;
    margin-left: -0.3rem;
  }
}
#contactMail h2 {
  font-size: 2.5rem;
  letter-spacing: 0.13em;
  line-height: 1.55;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contactMail h2 {
    font-size: 3.2rem;
  }
}
#contactMail .contactMail__txtBox {
  margin-top: 3.9rem;
}
#contactMail .contactMail__txtBox > p {
  font-weight: 500;
  font-size: 1.54rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contactMail .contactMail__txtBox > p {
    font-size: 2.6rem;
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  #contactMail .contactMail__txtBox > p:first-of-type {
    margin-top: initial;
  }
}
#contactMail .contactForm__box {
  margin-top: 4.9rem;
  max-width: 78rem;
}
@media screen and (max-width: 767px) {
  #contactMail .contactForm__box {
    margin-top: 7.9rem;
  }
}
#contactMail .formTable__wrap {
  background-color: #fff;
  border-radius: 2.5em;
  padding: 5.1rem;
  box-shadow: 0.1rem 0.1rem 2.5rem 0.5rem rgba(128, 117, 255, 0.3);
}
#contactMail .formTable tr,
#contactMail .formTable td,
#contactMail .formTable th {
  display: block;
}
#contactMail .formTable td,
#contactMail .formTable th {
  padding-top: initial;
}
#contactMail .formTable tr {
  padding: 1.8rem 0;
}
#contactMail .formTable tr:first-of-type {
  padding-top: initial;
}
#contactMail .formTable th {
  width: initial;
}
#contactMail .formTable td {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #000;
  padding-top: 1.2rem;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  #contactMail .formTable td {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
#contactMail .formTable td a {
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #contactMail .formTable td {
    padding-top: 1.5rem;
  }
}

/* ====================================================
footer
==================================================== */
footer {
  background-image: url(../img/fotter_bk.png);
  background-color: transparent !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    background-image: url(../img/sp-fotter_bk.png?version=250317);
  }
}
footer .footer__inner {
  margin-top: -38.7rem;
  padding: 18.8rem 0 9.2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  footer .footer__inner {
    padding: 19.9rem 0 14.5rem;
    margin-top: -22.6rem;
  }
}
footer .footer__cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -0.8rem;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  footer .footer__cover {
    flex-direction: column;
    margin: initial;
    gap: 6rem;
  }
}
footer .footer__cover img {
  width: 33.2rem;
}
@media screen and (max-width: 767px) {
  footer .footer__cover img {
    width: 34rem;
    padding-left: 0.5rem;
  }
}
footer .footer__navi {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  footer .footer__navi {
    flex-direction: column;
    padding-top: 3rem;
    padding-left: 1rem;
    gap: 5.8rem;
    letter-spacing: 0.03em;
  }
}
footer .footer__navi a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  footer .footer__navi a {
    font-size: 3.2rem;
  }
}
footer .footer__inner p {
  font-size: 1.6rem;
  padding-top: 4.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .footer__inner p {
    font-size: 2.4rem;
    padding-top: 8.9rem;
    letter-spacing: 0.02em;
  }
}/*# sourceMappingURL=style.css.map */