@charset "UTF-8";
/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #504747;
  line-height: 1.6;
  color: #504747;
}

main {
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  font-family: "Roboto", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

/*
 * layout
 */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: 100%;
  height: 88px;
  margin: 0 auto;
  padding: 0 40px 0 40px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header {
    width: 100%;
    height: 88px;
    padding: 0 0 0 16px;
    top: 0;
    border-radius: 0;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .header {
    height: 54px;
  }
}
.header-logo {
  max-width: 166px;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 116px;
  }
}
.header-inr {
  width: 100%;
  justify-content: space-between;
}
.header-info {
  justify-content: end;
  gap: 32px;
}
.header-info_block {
  display: block;
  padding: 8px 12px;
  border: 1px solid #EE393C;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .header-info_block {
    display: none;
    width: 276px;
    padding: 16px 0;
  }
}
.header-info_block--sp {
  display: block;
  width: 276px;
  margin: 0 auto;
  text-align: center;
}
.header-info_block--tel {
  font-size: 24px;
  font-weight: 600;
  gap: 2px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-info_block--tel {
    font-size: 28px;
  }
}
.header-info_block--tel img {
  max-width: 24px;
}
.header-info_block time {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #565656;
}
.header-info_block--inr {
  gap: 2px;
  justify-content: center;
}
.header-logo p {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header-logo p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    width: 150px;
  }
}
.header-nav {
  display: block;
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 54px);
  background: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 767px) {
  .header-nav {
    top: 54px;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header-nav ul {
  gap: 24px;
  flex-direction: column;
  align-items: start !important;
  gap: 0;
  padding: 6px 20px 20px;
}
.header-nav ul li {
  width: 100%;
}
.header-nav ul li:first-child a {
  border-top: 1px solid #E4E2E2;
}
.header-nav ul li a {
  font-weight: 500;
  line-height: 28px;
  display: block;
  color: #292525;
  padding: 16px 0;
  border-bottom: 1px solid #E4E2E2;
}
@media (max-width: 767px) {
  .header-nav ul li a {
    padding: 6px 0;
    font-size: 15px;
    position: relative;
  }
  .header-nav ul li a::before {
    content: "";
    background-image: url(../../assets/images/cmn/allow-left.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.header-nav ul li a span {
  display: block;
  color: #EE393C;
}

body.is-fixed {
  overflow-y: hidden;
}

.header-toggle {
  width: 54px;
  height: 54px;
  position: relative;
  cursor: pointer;
  z-index: 1100;
  display: none;
  background-color: #EE393C;
}
@media (max-width: 767px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header-toggle span:nth-child(1) {
  width: 27px;
  top: 16.5px;
}
.header-toggle span:nth-child(2) {
  width: 27px;
  top: 25px;
}
.header-toggle span:nth-child(3) {
  width: 27px;
  bottom: 16.5px;
}
.header-toggle.is-open span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
  top: 25.5px;
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
  bottom: 25.5px;
}

.footer {
  padding: 40px 0;
  background-color: #504747;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 80px;
  }
}
.footer-inr {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-inr {
    flex-direction: column;
  }
}
.footer-wrapper {
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-wrapper img {
  max-width: 182px;
}
@media (max-width: 767px) {
  .footer-wrapper img {
    max-width: 128px;
  }
}
.footer-info {
  align-items: start !important;
}
@media (max-width: 767px) {
  .footer-info {
    text-align: center;
  }
}
.footer-info address {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .footer-info address {
    margin-bottom: 10px;
  }
}
.footer-info p {
  font-size: 13px;
  font-weight: 400;
}
.footer .copyright {
  font-size: 13px;
  font-weight: 350;
}

.floating {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(88, 78, 78, 0.4);
  justify-content: center;
  padding: 4px;
  gap: 4px;
}
@media (max-width: 767px) {
  .floating {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*
 * object
 */
main {
  margin-top: 88px;
  position: relative;
}
@media (max-width: 767px) {
  main {
    margin-top: 54px;
  }
}

.about {
  padding: 140px 0 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about {
    padding: min(45.33vw, 200px) 0 100px;
  }
}
.about .targetmoieworks {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 7px;
  -webkit-text-stroke: 2px rgba(255, 182, 175, 0.3);
  white-space: nowrap;
  position: absolute;
  bottom: 0px;
  left: -2%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about .targetmoieworks {
    font-size: 9vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-inr {
  text-align: center;
  font-size: 28px;
  color: #292525;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-inr {
    font-size: min(6.6666666667vw, 28px);
  }
}
.about-inr_block {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.about-inr_block:nth-child(1) {
  margin-bottom: 4px;
}
.about-inr_block:nth-child(2) {
  margin-bottom: 20px;
}
.about-inr_block:nth-child(3) {
  margin-bottom: 4px;
}
.about-inr_block:nth-child(4) {
  margin-bottom: 4px;
}
.about-inr_block h2 {
  margin-bottom: 20px;
  line-height: 1.6;
}
.about-inr_block span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  background-color: #EE393C;
  color: #fff;
  padding: 1px 4px;
  line-height: 1.2;
}
.about-inr_block strong {
  font-weight: 900;
}

.ourservices {
  padding: 80px 0;
  background-image: url(../../assets/images/top/ourservices-back.jpg);
  background-size: 100% 100%;
  position: relative;
  z-index: -2;
}
@media (max-width: 767px) {
  .ourservices {
    background-size: cover;
  }
}
.ourservices::before {
  content: "";
  background: linear-gradient(180deg, rgba(215, 26, 10, 0.2) 4.99%, rgba(249, 80, 65, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ourservices-contents {
  gap: 32px;
  align-items: stretch !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.ourservices-item {
  max-width: 305px;
  min-width: 300px;
  flex: 1;
  text-align: center;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
}
.ourservices-item img {
  max-width: 112px;
}
.ourservices-item h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 14px;
}
.ourservices-item p {
  font-weight: 500;
}
.ourservices-item:nth-child(1) {
  background-color: #F15355;
}
.ourservices-item:nth-child(2) {
  background-color: #EB1418;
}
.ourservices-item:nth-child(3) {
  background-color: #EE393C;
}
.ourservices-item:nth-child(3) h3 {
  letter-spacing: -1px;
}
.ourservices-platform {
  padding: 24px 40px;
  background: rgba(255, 255, 255, 0.5);
  gap: 16px;
}
@media (max-width: 767px) {
  .ourservices-platform {
    padding: 24px 16px;
  }
}
.ourservices-platform h4 {
  color: #EB1418;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
}
.ourservices-platform_icon {
  gap: 32px;
}
.ourservices-platform_icon img {
  max-width: 56px;
}
.ourservices-platform p {
  text-align: center;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .ourservices-platform p {
    font-size: min(4vw, 16px);
  }
}

.ourstrength {
  padding: 80px 0;
}
.ourstrength-container {
  margin-top: 93px;
}
.ourstrength-wrapper {
  gap: 98px;
}
.ourstrength-inr {
  width: 100%;
  position: relative;
}
.ourstrength-inr:nth-child(2) .ourstrength-block {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .ourstrength-inr:nth-child(2) .ourstrength-block {
    flex-direction: column;
  }
}
.ourstrength-inr::before {
  content: "";
  width: 84.03vw;
  height: 110%;
  background-color: #F9F7F6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .ourstrength-inr::before {
    width: 97%;
  }
}
.ourstrength-inr:nth-child(1)::before, .ourstrength-inr:nth-child(3)::before {
  content: "";
  right: 0%;
  border-radius: 8px 0px 0px 8px;
}
.ourstrength-inr:nth-child(2)::before {
  left: 0%;
  border-radius: 0px 8px 8px 0px;
}
.ourstrength-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1023px) {
  .ourstrength-block {
    flex-direction: column;
    width: 91%;
  }
}
@media (max-width: 767px) {
  .ourstrength-block {
    justify-content: center;
  }
}
.ourstrength-block_img {
  width: 48.33%;
}
@media (max-width: 767px) {
  .ourstrength-block_img {
    width: 100%;
    max-width: 400px;
  }
}
.ourstrength-block_txt {
  width: 39.83%;
}
@media (max-width: 1023px) {
  .ourstrength-block_txt {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .ourstrength-block_txt {
    width: 100%;
  }
}
.ourstrength-block_nb {
  width: 175px;
  height: 45px;
  justify-content: center;
  gap: 8px;
  background-color: #EE393C;
  font-family: "Montserrat", sans-serif;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}
.ourstrength-block_nb span {
  font-size: 34px;
}
.ourstrength-block h3 {
  display: inline;
  font-size: 36px;
  color: #292525;
  font-weight: 900;
  line-height: 150%;
  background: linear-gradient(to bottom, transparent 65%, #FCD7D7 80%);
}
@media (max-width: 767px) {
  .ourstrength-block h3 {
    font-size: min(6.9333333333vw, 36px);
  }
}
.ourstrength-block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 24px;
}

.case {
  padding: 80px 0 60px;
  position: relative;
}
.case::before {
  content: "";
  background-image: url(../../assets/images/top/case-deco.png);
  width: 100%;
  aspect-ratio: 120/11;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .case::before {
    background-size: 100% 100%;
    height: 20%;
  }
}

.flow {
  background-color: #F9F7F6;
  padding: 80px 0;
}
.flow-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .flow-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .flow-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flow-item {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(96, 89, 89, 0.16);
  border-radius: 8px;
  padding: 24px;
}
.flow-item_step {
  font-family: "Montserrat", sans-serif;
  color: #EE393C;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 32px;
  position: relative;
}
.flow-item_step span {
  font-size: 28px;
  margin-left: 4px;
}
.flow-item_step::before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #EE393C;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-item img {
  max-width: 100px;
  margin-bottom: 16px;
}
.flow-item h3 {
  font-size: 20px;
  color: #292525;
  font-weight: 900;
  margin-bottom: 8px;
}

.plan {
  padding: 80px 0;
}
.plan-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .plan-wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .plan-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1023px) {
  .plan-wrapper > *:nth-last-child(1):nth-child(odd) {
    grid-column: 1/span 2;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .plan-wrapper > *:nth-last-child(1):nth-child(odd) {
    grid-column: 1/span 1;
  }
}
.plan-block {
  width: 100%;
  max-width: 500px;
  min-width: 311px;
  margin: 0 auto;
  padding: 40px 20px 24px 20px;
  border-radius: 16px;
  border: 4px solid #EE393C;
}
@media (max-width: 767px) {
  .plan-block {
    padding: 40px 16px;
  }
}
.plan-block h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #EE393C;
  margin-bottom: 32px;
}
.plan-block_price {
  max-width: 257px;
  margin-bottom: 32px;
}
.plan ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .plan ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plan ul li {
  width: 130px;
  height: 130px;
  background-color: #F9F7F6;
  border-radius: 8px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #EE393C;
  letter-spacing: 1.92px;
  font-weight: 700;
  line-height: 140%;
  font-family: "M PLUS 1p", sans-serif;
}
.plan ul li span {
  font-size: 20px;
}
.plan ul li .fz22 {
  font-size: 22px;
}
.plan ul li .fz18 {
  font-size: 18px;
}
.plan ul li .fz13 {
  font-size: 13px;
}
.plan ul li img {
  max-width: 24px;
}
.plan ul .gray {
  color: #fff;
  background-color: #D1D1D1;
}

.faq {
  padding: 80px 0;
  background-color: #FEF2F2;
}
.faq-contents {
  gap: 24px;
}
.faq dl {
  width: 100%;
  padding: 24px 24px 24px 82px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .faq dl {
    padding: 24px 16px 24px 66px;
  }
}
.faq dl dt {
  color: #292525;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}
.faq dl dt::before {
  content: "";
  background-image: url(../../assets/images/top/q.svg);
  top: -6px;
}
@media (max-width: 767px) {
  .faq dl dt::before {
    top: -2px;
  }
}
.faq dl dd::before {
  content: "";
  background-image: url(../../assets/images/top/a.svg);
  top: 4px;
}
.faq dl dt,
.faq dl dd {
  position: relative;
}
.faq dl dt::before,
.faq dl dd::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: -58px;
}
@media (max-width: 767px) {
  .faq dl dt::before,
  .faq dl dd::before {
    width: 34px;
    height: 34px;
    left: -46px;
    background-size: 100% 100%;
  }
}

.contact {
  padding: 80px 0 64px;
}
.contact-main {
  background-color: #F9F7F6;
  padding: 64px 120px;
}
@media (max-width: 1023px) {
  .contact-main {
    padding: 64px;
  }
}
@media (max-width: 767px) {
  .contact-main {
    padding: 40px 20px;
  }
}
.contact .privacypolicy {
  margin-top: 80px;
}
.contact .privacypolicy-inr {
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact .privacypolicy-inr {
    font-size: 14px;
  }
}
.contact .privacypolicy h3,
.contact .privacypolicy h4 {
  font-weight: 500;
}
.contact .privacypolicy h3 {
  margin: 0.8rem 0;
}
@media (max-width: 767px) {
  .contact .privacypolicy h3 {
    margin: 0.6rem 0;
  }
}
.contact .privacypolicy h4 {
  margin: 0.6rem 0;
}
@media (max-width: 767px) {
  .contact .privacypolicy h4 {
    margin: 0.4rem 0;
  }
}
.contact .privacypolicy hr {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact .privacypolicy hr {
    margin-bottom: 0.8rem;
  }
}
.contact .privacypolicy ol {
  list-style-type: decimal;
  margin-left: 2rem;
}
.contact .privacypolicy ol li {
  list-style-type: decimal;
}
.contact .privacypolicy p {
  margin-bottom: 0.5rem;
}
.contact .privacypolicy ul {
  list-style: disc;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .contact .privacypolicy ul {
    margin-bottom: 0.8rem;
  }
}
.contact .privacypolicy .list-2 {
  margin-left: 3rem;
}
.contact .privacypolicy .margin-05 {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .contact .privacypolicy .margin-05 {
    margin-bottom: 0.4rem;
  }
}
.contact .privacypolicy-inr {
  height: 284px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  background-color: #fff;
  margin-bottom: 24px;
}

.mv {
  background-image: url(../../assets/images/top/mv-back.jpg);
  background-size: cover;
  aspect-ratio: 720/331;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    background-image: url(../../assets/images/top/mv-back-sp.jpg);
    aspect-ratio: 75/118;
  }
}
.mv-inr {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mv-inr {
    top: 2%;
  }
}
.mv-wrapper {
  justify-content: center;
  gap: 113px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .mv-wrapper {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .mv-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: center !important;
  }
}
.mv-main {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .mv-main {
    margin-top: 50px;
  }
}
.mv-main h1 {
  font-size: min(5.55vw, 80px);
  color: #fff;
}
@media (max-width: 767px) {
  .mv-main h1 {
    font-size: min(10.1333333333vw, 60px);
  }
}
.mv-main h1 span {
  padding: 0 10px;
  background-color: #2B2424;
  margin-right: 12px;
}
.mv video {
  max-width: 26.52vw;
  aspect-ratio: 191/340;
  box-shadow: 12px 12px 0 0 #ee393c;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .mv video {
    max-width: 74.66vw;
    aspect-ratio: 140/249;
  }
}

:root {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
}

/* •·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */
.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  color: #fff;
  white-space: nowrap;
  cursor: default;
}
.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #fd6659 0%, #ee393c 100%);
  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);
  }
}
.cta {
  background-image: url(../../assets/images/top/cta-back.jpg);
  background-size: cover;
  padding: 64px 0;
}
@media (max-width: 1023px) {
  .cta {
    background-position: top center;
  }
}
.cta-head {
  font-size: 22px;
  line-height: 180%;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(154, 48, 45, 0.8);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cta-head {
    font-size: min(4.8vw, 22px);
  }
}
.cta-wrapper {
  gap: 40px;
  justify-content: center;
  align-items: stretch !important;
  flex-wrap: wrap;
}
.cta-item {
  width: 324px;
  height: 240px;
  padding: 24px;
  gap: 24px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(96, 89, 89, 0.16);
}
.cta-item h3 {
  font-size: 20px;
  color: #584E4E;
  font-weight: 700;
  line-height: 100%;
}
.cta-item_info a {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #EE393C;
  font-weight: 700;
  line-height: 110%;
}
.cta-item_info a span {
  font-size: 18px;
  margin-right: 4px;
}
.cta-item_info p {
  text-align: center;
  font-size: 14px;
}
.cta-item_web--illust {
  max-width: 69px;
}
.cta-item_tel img {
  max-width: 50px;
}

.form-group {
  margin-bottom: 32px;
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.16px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea {
    padding: 12px;
  }
}
.form-group textarea {
  width: 100%;
  height: 262px;
  resize: vertical;
  resize: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9B9B9B;
}

input::placeholder,
textarea::placeholder {
  color: #9B9B9B;
}

.required {
  display: inline-block;
  background-color: #EE393C;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

.radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
.radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.form-group .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 16px;
}

input[type=submit] {
  background: #292525;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 24px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1;
  text-align: center;
  padding: 22px 40px;
  border: 1px solid #fff;
  cursor: pointer;
}
input[type=submit]:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #292525;
  border: 1px solid #292525;
}

.wpcf7-spinner {
  display: none;
}

.case-swiper .swiper-wrapper {
  display: flex;
}
.case-swiper .swiper-slide {
  width: auto !important;
  min-width: 560px !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .case-swiper .swiper-slide {
    min-width: 448px !important;
  }
}

.card-case {
  max-width: 560px;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #D1D1D1;
  background-color: #F8F8F8;
  box-shadow: 4px 4px 0 0 #e4dfda, 0 4px 8px 0 rgba(75, 27, 22, 0.2);
  border-radius: 24px;
}
@media (max-width: 767px) {
  .card-case {
    max-width: 448px;
    padding: 16px;
  }
}
.card-case_inr {
  width: 100%;
  gap: 24px;
  align-items: start !important;
}
.card-case_img {
  width: 100%;
  max-width: 230px;
  height: 100%;
  aspect-ratio: 46/93;
  background-image: url(../../assets/images/top/case-img.png);
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 767px) {
  .card-case_img {
    max-width: 184px;
  }
}
.card-case_img--main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 87%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid #292525;
}
.card-case_main {
  width: 47.25%;
  margin-top: 16px;
}
.card-case_main--strong {
  font-size: 26px;
  font-weight: 800;
  line-height: 150%;
  color: #EE393C;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card-case_main--strong {
    font-size: 20px;
  }
}
.card-case_main h3 {
  font-size: 14px;
  font-weight: 500;
  padding-left: 53px;
  position: relative;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .card-case_main h3 {
    font-size: 12px;
  }
}
.card-case_main h3::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #4E4E4E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.card-case_main--block {
  align-items: start !important;
  gap: 8px;
}
.card-case_main--item {
  font-size: 18px;
  line-height: 150%;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .card-case_main--item {
    font-size: 16px;
  }
}
.card-case_main--item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../assets/images/cmn/check.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .card-case_main--item::before {
    width: 19px;
    height: 19px;
    top: 3px;
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main {
  text-align: center;
  margin-bottom: 64px;
}
.title-main span {
  font-size: 48px;
  font-weight: 700;
  color: #EE393C;
  font-family: "Montserrat", sans-serif;
}
.title-main h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  background-color: #EE393C;
  font-weight: 500;
  letter-spacing: 3.2px;
  padding: 2px 8px;
}
.title-main_cta {
  margin-bottom: 40px;
}
.title-main_cta span {
  color: #fff;
}
.title-main_cta h2 {
  color: #EE393C;
  background-color: #fff;
  font-weight: 700;
}

.btn-header {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.32px;
  line-height: 100%;
  gap: 36px;
  padding: 18px 16px 18px 32px;
  background: linear-gradient(270deg, #fd6659 0%, #ee393c 100%);
  border-radius: 40px;
  box-shadow: 0px 0px 8px 0px rgba(96, 89, 89, 0.16);
}
@media (max-width: 767px) {
  .btn-header {
    display: none;
  }
}
.btn-header_sp {
  display: flex;
  justify-content: center;
  width: 276px;
  gap: 8px;
  background: #EE393C;
  border-radius: 4px;
  padding: 20px 0;
  margin: 6px auto 16px auto;
}
.btn-header_sp img {
  max-width: 24px;
}
.btn-header img {
  max-width: 20px;
  transition: all 0.4s;
}
.btn-header:hover img {
  transform: translateX(6px);
}
.btn-mv {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1.92px;
  padding: 24px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 46px;
}
@media (max-width: 767px) {
  .btn-mv {
    display: none;
  }
}
.btn-mv:hover {
  transition: all 0.4s;
  background: #fff;
  border: 2px solid #EE393C;
  color: #EE393C;
  opacity: 1;
}
.btn-cta {
  width: 265px;
  height: 60px;
  justify-content: center;
  border: 2px solid #EE393C;
  box-shadow: 0 0 8px 0 rgba(96, 89, 89, 0.16);
  border-radius: 40px;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1;
  color: #EE393C;
}
.btn-cta img {
  max-width: 20px;
  transition: ease 0.4s;
}
.btn-cta:hover img {
  transform: translate(6px);
}
.btn-floating {
  width: 182px;
  height: 56px;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(96, 89, 89, 0.16);
}
.btn-floating_contact {
  gap: 8px;
  background-color: #EE393C;
  font-weight: 700;
}
.btn-floating_contact img {
  max-width: 24px;
}
.btn-floating_tel {
  color: #504747;
  background-color: #fff;
  border: 2px solid #EE393C;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 500;
}
.btn-floating_tel img {
  max-width: 24px;
}

.container-1280 {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}
.container-1200 {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}
.container-980 {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.fadein {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.fadein-slow {
  opacity: 0;
  transition: 2s;
}
.fadein-slow.active {
  opacity: 1;
  transform: none;
}
.fadein-slow.active.fadein-in {
  transform: scale(1);
}
.fadein.fadein-up {
  transform: translateY(30px);
}
.fadein.fadein-right {
  transform: translateX(30px);
}
.fadein.fadein-left {
  transform: translateX(-30px);
}
.fadein.fadein-in {
  transform: scale(0.95);
}
.fadein.active {
  opacity: 1;
  transform: none;
}
.fadein.active.fadein-in {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */