@charset "UTF-8";
/*---------- Foundation ----------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* カラー */
/*-------- レスポンシブサイズ (pc=1440px) --------*/
/* 301px */
/* 302px */
/* 303px */
/* 304px */
/* 305px */
/* 306px */
/* 307px */
/* 308px */
/* 309px */
/* 310px */
/* 311px */
/* 312px */
/* 313px */
/* 314px */
/* 315px */
/* 316px */
/* 317px */
/* 318px */
/* 319px */
/* 320px */
/* 321px */
/* 322px */
/* 323px */
/* 324px */
/* 325px */
/* 326px */
/* 327px */
/* 328px */
/* 329px */
/* 330px */
/* 331px */
/* 332px */
/* 333px */
/* 334px */
/* 335px */
/* 336px */
/* 337px */
/* 338px */
/* 339px */
/* 340px */
/* 341px */
/* 342px */
/* 343px */
/* 344px */
/* 345px */
/* 346px */
/* 347px */
/* 348px */
/* 349px */
/* 350px */
/* 351px */
/* 352px */
/* 353px */
/* 354px */
/* 355px */
/* 356px */
/* 357px */
/* 358px */
/* 359px */
/* 360px */
/* 361px */
/* 362px */
/* 363px */
/* 364px */
/* 365px */
/* 366px */
/* 367px */
/* 368px */
/* 369px */
/* 370px */
/* 371px */
/* 372px */
/* 373px */
/* 374px */
/* 375px */
/* 376px */
/* 377px */
/* 378px */
/* 379px */
/* 380px */
/* 381px */
/* 382px */
/* 383px */
/* 384px */
/* 385px */
/* 386px */
/* 387px */
/* 388px */
/* 389px */
/* 390px */
/* 391px */
/* 392px */
/* 393px */
/* 394px */
/* 395px */
/* 396px */
/* 397px */
/* 398px */
/* 399px */
/* 400px */
/* 401px */
/* 402px */
/* 403px */
/* 404px */
/* 405px */
/* 406px */
/* 407px */
/* 408px */
/* 409px */
/* 410px */
/* 411px */
/* 412px */
/* 413px */
/* 414px */
/* 415px */
/* 416px */
/* 417px */
/* 418px */
/* 419px */
/* 420px */
/* 421px */
/* 422px */
/* 423px */
/* 424px */
/* 425px */
/* 426px */
/* 427px */
/* 428px */
/* 429px */
/* 430px */
/* 431px */
/* 432px */
/* 433px */
/* 434px */
/* 435px */
/* 436px */
/* 437px */
/* 438px */
/* 439px */
/* 440px */
/* 441px */
/* 442px */
/* 443px */
/* 444px */
/* 445px */
/* 446px */
/* 447px */
/* 448px */
/* 449px */
/* 450px */
/* 451px */
/* 452px */
/* 453px */
/* 454px */
/* 455px */
/* 456px */
/* 457px */
/* 458px */
/* 459px */
/* 460px */
/* 461px */
/* 462px */
/* 463px */
/* 464px */
/* 465px */
/* 466px */
/* 467px */
/* 468px */
/* 469px */
/* 470px */
/* 471px */
/* 472px */
/* 473px */
/* 474px */
/* 475px */
/* 476px */
/* 477px */
/* 478px */
/* 479px */
/* 480px */
/* 481px */
/* 482px */
/* 483px */
/* 484px */
/* 485px */
/* 486px */
/* 487px */
/* 488px */
/* 489px */
/* 490px */
/* 491px */
/* 492px */
/* 493px */
/* 494px */
/* 495px */
/* 496px */
/* 497px */
/* 498px */
/* 499px */
/* 500px */
/* 501px */
/* 502px */
/* 503px */
/* 504px */
/* 505px */
/* 506px */
/* 507px */
/* 508px */
/* 509px */
/* 510px */
/* 511px */
/* 512px */
/* 513px */
/* 514px */
/* 515px */
/* 516px */
/* 517px */
/* 518px */
/* 519px */
/* 520px */
/* 521px */
/* 522px */
/* 523px */
/* 524px */
/* 525px */
/* 526px */
/* 527px */
/* 528px */
/* 529px */
/* 530px */
/* 531px */
/* 532px */
/* 533px */
/* 534px */
/* 535px */
/* 536px */
/* 537px */
/* 538px */
/* 539px */
/* 540px */
/* 541px */
/* 542px */
/* 543px */
/* 544px */
/* 545px */
/* 546px */
/* 547px */
/* 548px */
/* 549px */
/* 550px */
/* 551px */
/* 552px */
/* 553px */
/* 554px */
/* 555px */
/* 556px */
/* 557px */
/* 558px */
/* 559px */
/* 560px */
/* 561px */
/* 562px */
/* 563px */
/* 564px */
/* 565px */
/* 566px */
/* 567px */
/* 568px */
/* 569px */
/* 570px */
/* 571px */
/* 572px */
/* 573px */
/* 574px */
/* 575px */
/* 576px */
/* 577px */
/* 578px */
/* 579px */
/* 580px */
/* 581px */
/* 582px */
/* 583px */
/* 584px */
/* 585px */
/* 586px */
/* 587px */
/* 587px */
/* 588px */
/* 589px */
/* 590px */
/* 591px */
/* 592px */
/* 593px */
/* 594px */
/* 595px */
/* 596px */
/* 597px */
/* 598px */
/* 599px */
/* 600px */
/* 601px */
/* 602px */
/* 603px */
/* 604px */
/* 605px */
/* 606px */
/* 607px */
/* 608px */
/* 609px */
/* 610px */
/* 611px */
/* 612px */
/* 613px */
/* 614px */
/* 615px */
/* 616px */
/* 617px */
/* 618px */
/* 619px */
/* 620px */
/* 621px */
/* 622px */
/* 623px */
/* 624px */
/* 625px */
/* 626px */
/* 627px */
/* 628px */
/* 629px */
/* 630px */
/* 631px */
/* 632px */
/* 633px */
/* 634px */
/* 635px */
/* 636px */
/* 637px */
/* 638px */
/* 639px */
/* 640px */
/* 641px */
/* 642px */
/* 643px */
/* 644px */
/* 645px */
/* 646px */
/* 647px */
/* 648px */
/* 649px */
/* 650px */
/* 651px */
/* 652px */
/* 653px */
/* 654px */
/* 655px */
/* 656px */
/* 657px */
/* 658px */
/* 659px */
/* 660px */
/* 661px */
/* 662px */
/* 663px */
/* 664px */
/* 665px */
/* 666px */
/* 667px */
/* 668px */
/* 669px */
/* 670px */
/* 671px */
/* 672px */
/* 673px */
/* 674px */
/* 675px */
/* 676px */
/* 677px */
/* 678px */
/* 679px */
/* 680px */
/* 681px */
/* 682px */
/* 683px */
/* 684px */
/* 685px */
/* 686px */
/* 687px */
/* 688px */
/* 689px */
/* 690px */
/* 691px */
/* 692px */
/* 693px */
/* 694px */
/* 695px */
/* 696px */
/* 697px */
/* 698px */
/* 699px */
/* 700px */
/* 701px */
/* 702px */
/* 703px */
/* 704px */
/* 705px */
/* 706px */
/* 707px */
/* 708px */
/* 709px */
/* 710px */
/* 711px */
/* 712px */
/* 713px */
/* 714px */
/* 715px */
/* 716px */
/* 717px */
/* 718px */
/* 719px */
/* 720px */
/* 721px */
/* 722px */
/* 723px */
/* 724px */
/* 725px */
/* 726px */
/* 727px */
/* 728px */
/* 729px */
/* 730px */
/* 731px */
/* 732px */
/* 733px */
/* 734px */
/* 735px */
/* 736px */
/* 737px */
/* 738px */
/* 739px */
/* 740px */
/* 741px */
/* 742px */
/* 743px */
/* 744px */
/* 745px */
/* 746px */
/* 747px */
/* 748px */
/* 749px */
/* 750px */
/*------- レスポンシブサイズ (sp=375px) -------*/
/*---------- font-weight ----------*/
@font-face {
  font-family: "Times New Roman", Times, serif;
  src: url("/wp-content/themes/d-clinic/fonts/times new roman.ttf") format("truetype");
}
/* ブレイクポイント関連 */
/* start font */
/* end font */
/* レイアウト用 */
body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000000;
  background-color: #e2e6ea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #c2cddb;
  opacity: 0.3;
  z-index: 1;
}

.line1 {
  left: 12.8472vw;
}
@media (max-width: 599px) {
  .line1 {
    left: 5.33333vw;
  }
}

.line2 {
  left: 36.1111vw;
}
@media (max-width: 599px) {
  .line2 {
    left: 33.3333vw;
  }
}

.line3 {
  right: 36.1111vw;
}
@media (max-width: 599px) {
  .line3 {
    right: 33.3333vw;
  }
}

.line4 {
  right: 12.8472vw;
}
@media (max-width: 599px) {
  .line4 {
    right: 5.33333vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
input,
select,
textarea,
button {
  position: relative;
  z-index: 2;
}

section {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  z-index: 2;
}

.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none !important;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

.c-link {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-decoration: underline;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4861111111vw;
  width: fit-content;
  font-size: 1.11111vw;
  color: #456bad;
}
.c-link:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-link:hover {
  text-decoration: none;
}
@media (max-width: 599px) {
  .c-link {
    gap: 1.867vw;
    font-size: 4.26666vw;
  }
}
.c-link:after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.180555vw;
  width: 0.69444vw;
  height: 0.5555555556vw;
  background-image: url(/wp-content/themes/ludiqueArchitect/img/icon/c-link__arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .c-link:after {
    right: -4.53333vw;
    width: 2.6666666667vw;
    height: 2.133vw;
  }
}
.c-link:hover:after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: -1.527777vw;
}
@media (max-width: 599px) {
  .c-link:hover:after {
    right: -5.867vw;
  }
}

.c-btn {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
  margin: 0 auto;
  font-size: 1.11111vw;
  color: #ffffff;
  border-radius: 2.431vw;
  background-color: #456bad;
}
.c-btn:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn {
    font-size: 4.26666vw;
    border-radius: 9.3333vw;
  }
}
.c-btn::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.388888vw;
  width: 1.04167vw;
  height: 0.83333vw;
  background-image: url(/wp-content/themes/ludiqueArchitect/img/parts/c-btn__arrow__white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .c-btn::after {
    right: 5.33333vw;
    width: 4vw;
    height: 3.2vw;
  }
}
.c-btn:hover {
  text-decoration: underline;
}
.c-btn:hover:after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.04167vw;
}
@media (max-width: 599px) {
  .c-btn:hover:after {
    right: 4vw;
  }
}
.c-btn button {
  width: 100%;
  height: 100%;
  text-align: center;
}

.c-discHeadline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  color: #222222;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .c-discHeadline {
    font-size: 3.73333vw;
  }
}
.c-discHeadline:before {
  content: "";
  display: inline-block;
  width: 0.4861111111vw;
  height: 0.4861111111vw;
  margin-right: 0.69444vw;
  background-color: #222222;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .c-discHeadline:before {
    width: 1.867vw;
    height: 1.867vw;
    margin-right: 2.6666666667vw;
    flex-shrink: 0;
  }
}
.c-discHeadline:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  margin-left: 1.388888vw;
  background-color: #707070;
  opacity: 0.2;
}
@media (max-width: 599px) {
  .c-discHeadline:after {
    margin-left: 5.33333vw;
  }
}

.worksSec__wrap {
  padding: 10.4167vw 0;
}
@media (max-width: 599px) {
  .worksSec__wrap {
    padding: 32vw 5.33333vw;
  }
}
.worksSec__wrap .c-works {
  margin: 0 6.9444vw 0 auto;
}
.faqSec__wrap {
  padding: 6.9444vw 0 10.4167vw;
  background-color: #f5f5f5;
}
@media (max-width: 599px) {
  .faqSec__wrap {
    padding: 16vw 0;
    background-color: #e2e6ea;
  }
}

/*---------- Layout ----------*/
.l-header {
  position: fixed;
  top: 4.862vw;
  width: 100%;
  z-index: 100;
}
.l-header .l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.555555vw;
}
.l-header .l-header__wrap .header-logo {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: flex;
  align-items: center;
  gap: 2.08333vw;
}
.l-header .l-header__wrap .header-logo:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-header .l-header__wrap .header-logo {
    gap: 6.1333vw;
  }
}
.l-header .l-header__wrap .header-logo img {
  width: max(280px, 19.4444vw);
}
@media (max-width: 599px) {
  .l-header .l-header__wrap .header-logo img {
    width: 33.3333vw;
  }
}
.l-header .l-header__wrap .fixed__contactBtn {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header .l-header__wrap .fixed__contactBtn:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header .l-header__wrap .fixed__contactBtn img {
  width: max(85px, 5.903vw);
}
@media (max-width: 599px) {
  .l-header .l-header__wrap .fixed__contactBtn img {
    display: none;
  }
}
.l-header .l-header__wrap .global-nav .global-nav__btn {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2.4vw;
  width: 14.66666vw;
  height: 5.6vw;
  z-index: 1001;
  cursor: pointer;
}
.l-header .l-header__wrap .global-nav .global-nav__btn span {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.l-header .l-header__wrap .global-nav .global-nav__btn.open span:nth-of-type(1) {
  transform: translateY(1.68111vw) rotate(200deg);
  width: 13.33333vw;
}
.l-header .l-header__wrap .global-nav .global-nav__btn.open span:nth-of-type(2) {
  display: none;
}
.l-header .l-header__wrap .global-nav .global-nav__btn.open span:nth-of-type(3) {
  transform: translateY(-0.97222vw) rotate(160deg);
  width: 13.33333vw;
}
.l-header .header__anchors {
  position: fixed;
  margin-top: 4.028vw;
  padding-left: 5.555555vw;
  display: flex;
  flex-direction: column;
  gap: 1.04167vw;
}
@media (max-width: 599px) {
  .l-header .header__anchors {
    display: none;
  }
}
.l-header .header__anchors li {
  width: fit-content;
}
.l-header .header__anchors li a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: max(14px, 0.97222vw);
  letter-spacing: 0.03em;
  color: #222;
}
.l-header .header__anchors li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header .global-nav__openList {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #e2e6ea;
}
.l-header .global-nav__openList .openList__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13.33333vw;
  padding-top: 16vw;
}
.l-header .global-nav__openList .openList__wrap .nav__logo img {
  width: 33.3333vw;
}
.l-header .global-nav__openList .openList__wrap .nav__anchors li {
  margin-bottom: 10.66666vw;
}
.l-header .global-nav__openList .openList__wrap .nav__anchors li:last-child {
  margin-bottom: 0;
}
.l-header .global-nav__openList .openList__wrap .nav__anchors li a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 3.73333vw;
  letter-spacing: 0.03em;
  color: #222222;
}
.l-header .global-nav__openList .openList__wrap .nav__anchors li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header .global-nav__openList .openList__wrap .nav__anchors li a:hover {
  text-decoration: none;
}
.l-header .global-nav__openList .openList__wrap .nav__contactBtn img {
  width: 22.667vw;
}
.l-header .global-nav__openList.open {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-footer {
  position: relative;
  padding: 5.694vw 20.1389vw 2.08333vw;
  background-color: #e2e6ea;
  z-index: 2;
}
@media (max-width: 599px) {
  .l-footer {
    padding: 15.467vw 5.6vw 5.6vw;
  }
}
.l-footer .l-footer__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.513888vw;
  border-bottom: 1px solid #222222;
}
@media (max-width: 599px) {
  .l-footer .l-footer__wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10.66666vw;
  }
}
.l-footer .l-footer__wrap .footer__info h1 a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .l-footer__wrap .footer__info h1 a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .l-footer__wrap .footer__info h1 a img {
  width: 15.9722vw;
}
@media (max-width: 599px) {
  .l-footer .l-footer__wrap .footer__info h1 a img {
    width: 65.3333vw;
  }
}
.l-footer .l-footer__wrap .footer__info .name__address {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 1.7361vw;
  font-size: 0.97222vw;
  line-height: 1.63;
  color: #222;
}
@media (max-width: 599px) {
  .l-footer .l-footer__wrap .footer__info .name__address {
    margin-top: 9.6vw;
    font-size: 3.73333vw;
  }
}
.l-footer .l-footer__wrap .footer__info .tell__wrap {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "roboto", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.69444vw;
  margin-top: 2.777777vw;
  font-size: 1.25vw;
  letter-spacing: 0.03em;
  color: #222;
}
.l-footer .l-footer__wrap .footer__info .tell__wrap:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-footer .l-footer__wrap .footer__info .tell__wrap {
    justify-content: center;
    gap: 2.6666666667vw;
    margin-top: 7.2vw;
    font-size: 7.467vw;
  }
}
.l-footer .l-footer__wrap .footer__info .tell__wrap:hover {
  text-decoration: underline;
}
.l-footer .l-footer__wrap .footer__info .tell__wrap img {
  width: 0.83333vw;
}
@media (max-width: 599px) {
  .l-footer .l-footer__wrap .footer__info .tell__wrap img {
    width: 4.26666vw;
  }
}
.l-footer .l-footer__wrap .footer__anchor {
  margin-top: 1.25vw;
}
@media (max-width: 599px) {
  .l-footer .l-footer__wrap .footer__anchor {
    display: none;
  }
}
.l-footer .l-footer__wrap .footer__anchor li {
  margin-bottom: 1.04167vw;
}
.l-footer .l-footer__wrap .footer__anchor li:last-child {
  margin-bottom: 0;
}
.l-footer .l-footer__wrap .footer__anchor li a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 0.97222vw;
  letter-spacing: 0.03em;
  color: #222222;
}
.l-footer .l-footer__wrap .footer__anchor li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .l-footer__wrap .footer__anchor li a:hover {
  text-decoration: underline;
}
.l-footer .external__link {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "roboto", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.4861111111vw;
  margin-top: 1.388888vw;
  font-size: 0.97222vw;
}
.l-footer .external__link:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-footer .external__link {
    gap: 1.867vw;
    margin-top: 13.33333vw;
    font-size: 3.73333vw;
  }
}
.l-footer .external__link:hover {
  text-decoration: underline;
}
.l-footer .external__link img {
  width: 1.04167vw;
}
@media (max-width: 599px) {
  .l-footer .external__link img {
    width: 4vw;
  }
}
.l-footer .copyRight {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  margin-top: 3.542vw;
  font-size: 0.83333vw;
  letter-spacing: 0.05em;
  color: #222222;
  text-align: end;
}
@media (max-width: 599px) {
  .l-footer .copyRight {
    margin-top: 13.6vw;
    font-size: 3.2vw;
    text-align: center;
  }
}

/*---------- Object ----------*/
/*---------- Component ----------*/
.c-kv {
  padding: 14.2361vw 0;
  background-image: url(/wp-content/themes/ludiqueArchitect/img/parts/c-kv__bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  .c-kv {
    padding: 34.1333vw 0;
    background-image: url(/wp-content/themes/ludiqueArchitect/img/parts/sp/sp__c-kv__bg.webp);
  }
}
.c-kv .c-kv__wrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.08333vw;
  text-align: center;
  color: #222222;
}
@media (max-width: 599px) {
  .c-kv .c-kv__wrap h2 {
    font-size: 5.33333vw;
  }
}
.c-kv .c-kv__wrap h2 span {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  display: block;
  margin-bottom: 1.388888vw;
  font-size: 0.97222vw;
}
@media (max-width: 599px) {
  .c-kv .c-kv__wrap h2 span {
    margin-bottom: 4vw;
    font-size: 3.73333vw;
  }
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.04167vw;
  padding: 1.388888vw 6.9444vw 0;
  background-color: #f5f5f5;
}
@media (max-width: 599px) {
  .c-breadcrumbs {
    gap: 4vw;
    padding: 5.33333vw 5.33333vw 0;
  }
}
.c-breadcrumbs span {
  font-size: 0.90278vw;
}
@media (max-width: 599px) {
  .c-breadcrumbs span {
    font-size: 3.46666vw;
    white-space: nowrap;
  }
}
.c-breadcrumbs span span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #456bad;
}
.c-breadcrumbs span a span {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #222222 !important;
}
.c-breadcrumbs span a span:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}

.c-contact {
  position: relative;
  background-image: url(/wp-content/themes/ludiqueArchitect/img/parts/c-contact__bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 599px) {
  .c-contact {
    background-image: url(/wp-content/themes/ludiqueArchitect/img/parts/sp/sp__c-contact__bg.webp);
  }
}
.c-contact .c-contact__wrap {
  padding: 11.6667vw 0 12.3611vw;
}
@media (max-width: 599px) {
  .c-contact .c-contact__wrap {
    padding: 40.8vw 5.33333vw 39.4667vw;
  }
}
.c-contact .c-contact__wrap .inner {
  width: 40.4861vw;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  .c-contact .c-contact__wrap .inner {
    width: 100%;
  }
}
.c-contact .c-contact__wrap .inner .heading {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 6.9444vw;
  color: #dbe5f2;
  border-bottom: 1px solid rgba(219, 229, 242, 0.2);
}
@media (max-width: 599px) {
  .c-contact .c-contact__wrap .inner .heading {
    padding-bottom: 6.933vw;
    font-size: 19.733vw;
  }
}
.c-contact .c-contact__wrap .inner .lead {
  margin-top: 1.11111vw;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #dbe5f2;
}
@media (max-width: 599px) {
  .c-contact .c-contact__wrap .inner .lead {
    margin-top: 4.26666vw;
    font-size: 4.26666vw;
  }
}
.c-contact .c-contact__wrap .inner .c-link {
  margin: 4.167vw auto 0;
  font-size: 1.04167vw;
  color: #ffffff;
}
@media (max-width: 599px) {
  .c-contact .c-contact__wrap .inner .c-link {
    margin-top: 19.467vw;
    font-size: 4vw;
  }
}
.c-contact .c-contact__wrap .inner .c-link:after {
  background-image: url(/wp-content/themes/ludiqueArchitect/img/icon/c-link__arrow__white.svg);
}

.c-works {
  width: 69.4444vw;
}
@media (max-width: 599px) {
  .c-works {
    width: 100%;
    overflow-y: hidden;
  }
}
.c-works .c-works__wrap .text__wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 6.25vw;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .text__wrap {
    margin-top: 13.33333vw;
  }
}
.c-works .c-works__wrap .text__wrap p {
  width: 27.7778vw;
  font-size: 0.97222vw;
  letter-spacing: 0.03em;
  line-height: 1.93;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .text__wrap p {
    width: 100%;
    font-size: 3.73333vw;
  }
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .text__wrap .link__only-pc {
    display: none !important;
  }
}
.c-works .c-works__wrap .workSwiper {
  margin-top: 7.6389vw;
  overflow: hidden;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .workSwiper {
    margin-top: 21.335vw;
  }
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .workSwiper .swiper-wrapper {
    left: 5.33333vw;
  }
}
.c-works .c-works__wrap .workSwiper .swiper-wrapper .swiper-slide {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  opacity: 0.25;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .workSwiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
  }
}
.c-works .c-works__wrap .workSwiper .swiper-wrapper .swiper-slide .swiper-inner img {
  width: 20.8333vw;
  height: 23.6111vw;
  object-fit: cover;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .workSwiper .swiper-wrapper .swiper-slide .swiper-inner img {
    width: 80vw;
    height: 90.6667vw;
  }
}
.c-works .c-works__wrap .workSwiper .swiper-wrapper .swiper-slide-active {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  opacity: 1;
}
.c-works .c-works__wrap .workSwiper .swiper-pagination__wrap {
  width: fit-content;
  margin: 2.777777vw auto 0;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .workSwiper .swiper-pagination__wrap {
    margin-top: 8vw;
  }
}
.c-works .c-works__wrap .workSwiper .swiper-pagination__wrap .swiper__pagination span {
  width: 2.08333vw;
  height: 0.2083333333vw;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0%;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .workSwiper .swiper-pagination__wrap .swiper__pagination span {
    width: 8vw;
    height: 2px;
  }
}
.c-works .c-works__wrap .workSwiper .swiper-pagination__wrap .swiper__pagination .swiper-pagination-bullet-active {
  background-color: #456bad;
}
.c-works .c-works__wrap .link__only-sp {
  display: none;
}
@media (max-width: 599px) {
  .c-works .c-works__wrap .link__only-sp {
    display: flex;
    margin: 16vw auto 0;
  }
}

/*---------- Project ----------*/
.contact {
  padding: 1.388888vw 0 11.8056vw;
  background-color: #f5f5f5;
}
@media (max-width: 599px) {
  .contact {
    padding: 16vw 5.33333vw 34.6667vw;
  }
}
.contact .contact__wrap .contact__top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.8;
  color: #222222;
  text-align: center;
}
@media (max-width: 599px) {
  .contact .contact__wrap .contact__top {
    font-size: 4.26666vw;
  }
}
.contact .contact__wrap .contact__top a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.805555vw;
  color: #2c5ba6;
}
.contact .contact__wrap .contact__top a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.contact .contact__wrap .contact__top a:hover {
  text-decoration: none;
}
@media (max-width: 599px) {
  .contact .contact__wrap .contact__top a {
    font-size: 6.933vw;
  }
}
.contact .contact__wrap .mw_wp_form {
  width: 54.1667vw;
  margin: 5.555555vw auto 0;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form {
    width: 100%;
    margin: 18.667vw 0 0;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.08333vw;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap {
    gap: 8vw;
    margin-bottom: 0;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item .form-item-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.04167vw;
  margin-bottom: 0.69444vw;
  font-size: 1.04167vw;
  color: #444444;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item .form-item-heading {
    gap: 4vw;
    width: auto;
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item .form-item-heading .required {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0.2777777778vw 0.5555555556vw;
  font-size: 0.83333vw;
  color: #fff;
  background-color: #c70a09;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item .form-item-heading .required {
    padding: 1.067vw 2.133vw;
    font-size: 3.2vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item select,
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item input,
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item textarea {
  background: #fff;
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item .select__wrap {
  position: relative;
  width: fit-content;
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item .select__wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.388888vw;
  width: 0.625vw;
  height: 0.625vw;
  border-top: 1px solid #081b23;
  border-right: 1px solid #081b23;
  transform: translateY(-50%) rotate(135deg);
  z-index: 2;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item .select__wrap:after {
    right: 5.33333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item .select__wrap select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  width: 20.8333vw;
  height: 4.167vw;
  padding: 1.25vw 1.388888vw;
  font-size: max(1.11111vw, 14px);
  border: 1px solid #cccccc;
  border-radius: 0.3472222222vw;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item .select__wrap select {
    width: 80vw;
    height: 16vw;
    padding: 4.8vw 5.33333vw;
    font-size: 4.26666vw;
    border-radius: 1.3333333333vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item input,
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: max(1.11111vw, 14px);
  border: 1px solid #cccccc;
  border-radius: 0.3472222222vw;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item input,
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item textarea {
    font-size: 4.26666vw;
    border-radius: 1.3333333333vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item input {
  height: 4.167vw;
  padding: 1.25vw 1.388888vw;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item input {
    height: 16vw;
    padding: 4.8vw 5.33333vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item textarea {
  height: 20.8333vw;
  padding: 1.388888vw;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item textarea {
    height: 80vw;
    padding: 8vw 5.33333vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item ::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.11111vw;
  color: #c1c1c1;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item ::placeholder {
    font-size: 4.26666vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form-wrap .form-item .error {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.97222vw, 14px);
  background-color: transparent;
  color: #c70a09;
  margin-left: 0;
  padding-top: 5px;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form-wrap .form-item .error {
    font-size: 3.73333vw;
  }
}
.contact .contact__wrap .mw_wp_form form .privacy {
  width: 43.0556vw;
  height: 9.0278vw;
  overflow: scroll;
  margin: 0 auto;
  padding: 1.388888vw 1.7361vw;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #ffffff;
  z-index: 2;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .privacy {
    width: 100%;
    height: 34.6667vw;
    margin-bottom: 2.6666666667vw;
    padding: 5.33333vw 6.667vw;
  }
}
.contact .contact__wrap .mw_wp_form form .privacy p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.90278vw;
  line-height: 1.62;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .privacy p {
    font-size: 3.46666vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form__check-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3472222222vw;
  font-size: 1.11111vw;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form__check-box {
    text-align: center;
    align-items: center;
    gap: 2.133vw;
    font-size: 4.26666vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form__check-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.69444vw;
  font-size: 1.11111vw;
  color: #222222;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form__check-box p {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form__check-box .error {
  position: absolute;
  bottom: -1.7361vw;
  right: 50%;
  transform: translateX(50%);
  font-size: min(0.97222vw, 14px);
  color: #c70a09;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form__check-box .error {
    font-size: 3.73333vw;
    bottom: -5.33333vw;
    white-space: nowrap;
  }
}
.contact .contact__wrap .mw_wp_form form .form__button__wrap br {
  display: none;
}
.contact .contact__wrap .mw_wp_form form .form__button__wrap .confirm {
  width: 25vw;
  height: 4.167vw;
}
@media (max-width: 599px) {
  .contact .contact__wrap .mw_wp_form form .form__button__wrap .confirm {
    width: 100%;
    height: 16vw;
  }
}
.contact .contact__wrap .mw_wp_form form .form__button__wrap .send {
  display: none;
}
.contact .contact__wrap .mw_wp_form form .form__button__wrap .back {
  display: none;
}

.mw_wp_form_input .form__check-box .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  color: #f3f3f1;
  cursor: pointer;
  background: #fff;
}

.mw_wp_form_input .form__check-box .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 1.597vw;
  height: 1.597vw;
  border: 1px solid #cccccc;
  border-radius: 0.2083333333vw;
}
@media (max-width: 599px) {
  .mw_wp_form_input .form__check-box .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    width: 6.1333vw;
    height: 6.1333vw;
    border-radius: 0.8vw;
  }
}

.mw_wp_form_input .form__check-box .mwform-checkbox-field label input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  left: 0.69444vw;
  top: 42%;
  display: block;
  width: 0.5555555556vw;
  height: 1.11111vw;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 599px) {
  .mw_wp_form_input .form__check-box .mwform-checkbox-field label input[type=checkbox]:checked + span::after {
    left: 2.6666666667vw;
    width: 2.133vw;
    height: 4.26666vw;
  }
}

.privacypolicy-box .error {
  position: absolute;
  font-size: 14px;
}

.form__radio input[type=radio]:checked + .radio-wrap .radio_btn_item {
  /* 選択時の背景色 */
  background-color: #4caf50;
  /* 選択時のテキスト色 */
  color: #fff;
}

/*---------- Utility ----------*/
.u-pc-only-flex {
  display: flex !important;
}
@media (max-width: 599px) {
  .u-pc-only-flex {
    display: none !important;
  }
}

.u-pc-only-block {
  display: block !important;
}
@media (max-width: 599px) {
  .u-pc-only-block {
    display: none !important;
  }
}

.u-sp-only-block {
  display: none !important;
}
@media (max-width: 599px) {
  .u-sp-only-block {
    display: block !important;
  }
}