@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] {
  -webkit-text-decoration: underline dotted;
          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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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 ----------*/
body {
  position: relative;
  font-weight: 400;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

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

.hidden-pc {
  display: none;
}
@media (max-width: 599px) {
  .hidden-pc {
    display: block;
  }
}

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

.title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7361vw;
}
@media (max-width: 599px) {
  .title-wrap {
    gap: 6.667vw;
  }
}
.title-wrap h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
}
@media (max-width: 599px) {
  .title-wrap h3 {
    font-size: 4.26666vw;
  }
}
.title-wrap h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 1.944444vw;
  color: #505560;
}
@media (max-width: 599px) {
  .title-wrap h2 {
    font-size: 7.467vw;
  }
}

.c-btn {
  display: block;
  width: 13.1944vw;
  height: 3.82vw;
  background: #20c0e2;
  transform: skewX(-15deg);
  border-radius: 0.3472222222vw;
  text-align: center;
  line-height: 3.82vw;
}
@media (max-width: 599px) {
  .c-btn {
    width: 50.6667vw;
    height: 14.66666vw;
    border-radius: 1.3333333333vw;
    line-height: 14.66666vw;
  }
}
.c-btn span {
  position: relative;
  display: block;
  transform: skewX(15deg);
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-btn span:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-btn span:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.388888vw;
}
@media (max-width: 599px) {
  .c-btn span:hover::after {
    right: 5.33333vw;
  }
}
@media (max-width: 599px) {
  .c-btn span {
    font-size: 4.26666vw;
  }
}
.c-btn span::after {
  content: "";
  background-image: url(/wp-content/themes/saegusa/assets/img/common/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.597vw;
  right: 1.7361vw;
  width: 1.25vw;
  height: 0.4166666667vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn span::after {
    top: 6.1333vw;
    right: 6.667vw;
    width: 4.8vw;
    height: 1.6vw;
  }
}

.c-btn-white-lb-arrow {
  display: block;
  width: 13.1944vw;
  height: 3.82vw;
  background: #fff;
  transform: skewX(-15deg);
  border-radius: 0.3472222222vw;
  text-align: center;
  line-height: 3.82vw;
}
@media (max-width: 599px) {
  .c-btn-white-lb-arrow {
    width: 50.6667vw;
    height: 14.66666vw;
    border-radius: 1.3333333333vw;
    line-height: 14.66666vw;
  }
}
.c-btn-white-lb-arrow span {
  position: relative;
  display: block;
  transform: skewX(15deg);
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #20c0e2;
}
.c-btn-white-lb-arrow span:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-btn-white-lb-arrow span:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.388888vw;
}
@media (max-width: 599px) {
  .c-btn-white-lb-arrow span:hover::after {
    right: 5.33333vw;
  }
}
@media (max-width: 599px) {
  .c-btn-white-lb-arrow span {
    font-size: 4.26666vw;
  }
}
.c-btn-white-lb-arrow span::after {
  content: "";
  background-image: url(/wp-content/themes/saegusa/assets/img/common/btn-arrow-lightBlue.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.597vw;
  right: 1.7361vw;
  width: 1.25vw;
  height: 0.4166666667vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn-white-lb-arrow span::after {
    top: 6.1333vw;
    right: 6.667vw;
    width: 4.8vw;
    height: 1.6vw;
  }
}

.c-btn-white-b-arrow {
  display: block;
  width: 13.1944vw;
  height: 3.82vw;
  background: #fff;
  transform: skewX(-15deg);
  border-radius: 0.3472222222vw;
  text-align: center;
  line-height: 3.82vw;
}
@media (max-width: 599px) {
  .c-btn-white-b-arrow {
    width: 50.6667vw;
    height: 14.66666vw;
    border-radius: 1.3333333333vw;
    line-height: 14.66666vw;
  }
}
.c-btn-white-b-arrow span {
  position: relative;
  display: block;
  transform: skewX(15deg);
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #1b7bbe;
}
.c-btn-white-b-arrow span:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-btn-white-b-arrow span:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.388888vw;
}
@media (max-width: 599px) {
  .c-btn-white-b-arrow span:hover::after {
    right: 5.33333vw;
  }
}
@media (max-width: 599px) {
  .c-btn-white-b-arrow span {
    font-size: 4.26666vw;
  }
}
.c-btn-white-b-arrow span::after {
  content: "";
  background-image: url(/wp-content/themes/saegusa/assets/img/common/btn-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.597vw;
  right: 1.7361vw;
  width: 1.25vw;
  height: 0.4166666667vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn-white-b-arrow span::after {
    top: 6.1333vw;
    right: 6.667vw;
    width: 4.8vw;
    height: 1.6vw;
  }
}

.c-heading-lb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #20c0e2;
}
@media (max-width: 599px) {
  .c-heading-lb {
    gap: 1.3333333333vw;
    font-size: 4.26666vw;
  }
}
.c-heading-lb:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/saegusa/assets/img/common/title-catch-lightBlue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.69444vw;
  height: 0.90278vw;
}
@media (max-width: 599px) {
  .c-heading-lb:before {
    width: 2.6666666667vw;
    height: 3.46666vw;
  }
}

.c-heading-b {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #1b7bbe;
}
@media (max-width: 599px) {
  .c-heading-b {
    gap: 1.3333333333vw;
    font-size: 4.26666vw;
  }
}
.c-heading-b:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/saegusa/assets/img/common/title-catch-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.69444vw;
  height: 0.90278vw;
}
@media (max-width: 599px) {
  .c-heading-b:before {
    width: 2.6666666667vw;
    height: 3.46666vw;
  }
}

.c-heading-w {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (max-width: 599px) {
  .c-heading-w {
    gap: 1.3333333333vw;
    font-size: 4.26666vw;
  }
}
.c-heading-w:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/saegusa/assets/img/common/title-catch-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.69444vw;
  height: 0.90278vw;
}
@media (max-width: 599px) {
  .c-heading-w:before {
    width: 2.6666666667vw;
    height: 3.46666vw;
  }
}

/*---------- Layout ----------*/
.l-globalNav {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: all 0.3s;
}
.l-globalNav .l-globalNav-wrap {
  padding: 33.8667vw 8vw 8vw;
}
.l-globalNav .l-globalNav-wrap-links {
  display: flex;
  gap: 10.133vw;
  margin-bottom: 18.667vw;
}
.l-globalNav .l-globalNav-wrap-links ul {
  display: flex;
  flex-direction: column;
  gap: 13.33333vw;
}
.l-globalNav .l-globalNav-wrap-links ul li a {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 6.4vw;
  color: #fff;
}
.l-globalNav .l-globalNav-wrap-links ul li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-globalNav .l-globalNav-wrap-links ul li a span {
  display: block;
  margin-top: 2.6666666667vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 3.73333vw;
}
.l-globalNav .l-globalNav-wrap-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 9.3333vw;
}
.l-globalNav .l-globalNav-wrap-bottom-sns {
  display: flex;
  align-items: center;
  gap: 3.2vw;
}
.l-globalNav .l-globalNav-wrap-bottom-sns li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-globalNav .l-globalNav-wrap-bottom-sns li a img {
  width: 6.667vw;
  height: 6.667vw;
}
.l-globalNav .l-globalNav-wrap-bottom-privacy {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 3.46666vw;
  color: #fff;
}
.l-globalNav .l-globalNav-wrap-bottom-privacy:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}

@media (max-width: 599px) {
  .open {
    right: 0;
    width: 100%;
    height: 100%;
    background: #20c0e2;
    transition: all 0.5s;
  }
  .open .l-globalNav-wrap {
    padding: 33.8667vw 8vw 8vw;
  }
  .open .l-globalNav-wrap-links {
    display: flex;
    gap: 10.133vw;
    margin-bottom: 18.667vw;
  }
  .open .l-globalNav-wrap-links ul {
    display: flex;
    flex-direction: column;
    gap: 13.33333vw;
  }
  .open .l-globalNav-wrap-links ul li a {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-size: 6.4vw;
    color: #fff;
  }
  .open .l-globalNav-wrap-links ul li a:hover {
    opacity: 0.5;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .open .l-globalNav-wrap-links ul li a span {
    display: block;
    margin-top: 2.6666666667vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 3.73333vw;
  }
  .open .l-globalNav-wrap-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 9.3333vw;
  }
  .open .l-globalNav-wrap-bottom-sns {
    display: flex;
    align-items: center;
    gap: 3.2vw;
  }
  .open .l-globalNav-wrap-bottom-sns li a:hover {
    opacity: 0.5;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .open .l-globalNav-wrap-bottom-sns li a img {
    width: 6.667vw;
    height: 6.667vw;
  }
  .open .l-globalNav-wrap-bottom-privacy {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 3.46666vw;
    color: #fff;
  }
  .open .l-globalNav-wrap-bottom-privacy:hover {
    opacity: 0.5;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
}

.l-header {
  position: fixed;
  top: 2.08333vw;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 599px) {
  .l-header {
    top: 4vw;
  }
}
.l-header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25vw 2.777777vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0.69444vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-header-wrap {
    gap: 13.067vw;
    padding: 4.26666vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.l-header-wrap-logo {
  margin-right: 9.0278vw;
}
@media (max-width: 599px) {
  .l-header-wrap-logo {
    margin-right: 0;
  }
}
.l-header-wrap-logo a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-wrap-logo a svg {
  width: 22.2222vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-wrap-logo a svg:hover {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale(0.95);
}
@media (max-width: 599px) {
  .l-header-wrap-logo a svg {
    width: 65.3333vw;
  }
}
.l-header-wrap-logo .fill-change {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  fill: white;
}
.l-header-wrap-links {
  display: flex;
  gap: 1.388888vw;
  margin-right: 3vw;
  text-align: center;
}
@media (max-width: 599px) {
  .l-header-wrap-links {
    display: none;
  }
}
.l-header-wrap-links li a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
  color: #fff;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-wrap-links li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-wrap-links li a span {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-size: 1.04167vw;
}
.l-header-wrap-contact {
  background: #479ebd;
  width: 13.1944vw;
  height: 3.82vw;
  text-align: center;
  line-height: 3.82vw;
  transform: skewX(-15deg);
  position: relative;
  border-radius: 0.3472222222vw;
}
.l-header-wrap-contact a {
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.25vw;
  color: #fff;
  transform: skewX(15deg);
}
.l-header-wrap-contact a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-header-wrap-navBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 45px;
    height: 45px;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .l-header-wrap-navBtn .menu-bar {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
}
@media (max-width: 599px) {
  .l-header-wrap-navBtn.open {
    border-radius: 50%;
    background: #fff;
  }
  .l-header-wrap-navBtn.open .menu-bar {
    background: #20c0e2;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .l-header-wrap-navBtn.open .menu-bar:nth-of-type(1) {
    transform: translateY(7px) rotate(225deg);
    width: 20px;
  }
  .l-header-wrap-navBtn.open .menu-bar:nth-of-type(2) {
    display: none;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .l-header-wrap-navBtn.open .menu-bar:nth-of-type(3) {
    transform: translateY(-5px) rotate(135deg);
    width: 20px;
  }
}

.l-header-bgWhite {
  position: fixed;
  top: 2.08333vw;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 599px) {
  .l-header-bgWhite {
    top: 4vw;
  }
}
.l-header-bgWhite .l-header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25vw 2.777777vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0.69444vw;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 599px) {
  .l-header-bgWhite .l-header-wrap {
    gap: 13.067vw;
    padding: 4.26666vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-logo {
  margin-right: 9.0278vw;
}
@media (max-width: 599px) {
  .l-header-bgWhite .l-header-wrap .l-header-wrap-logo {
    margin-right: 0;
  }
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-logo a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-logo a svg {
  width: 22.2222vw;
}
@media (max-width: 599px) {
  .l-header-bgWhite .l-header-wrap .l-header-wrap-logo a svg {
    width: 65.3333vw;
  }
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-logo .fill-change {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  fill: #0087a8;
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-links {
  display: flex;
  gap: 1.388888vw;
  margin-right: 3vw;
  text-align: center;
}
@media (max-width: 599px) {
  .l-header-bgWhite .l-header-wrap .l-header-wrap-links {
    display: none;
  }
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-links li a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
  color: #212121;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-links li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-links li a span {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.04167vw;
  color: #20c0e2;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-contact {
  background: #479ebd;
  width: 13.1944vw;
  height: 3.82vw;
  text-align: center;
  line-height: 3.82vw;
  transform: skewX(-15deg);
  position: relative;
  border-radius: 0.3472222222vw;
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-contact a {
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.25vw;
  color: #fff;
  transform: skewX(15deg);
}
.l-header-bgWhite .l-header-wrap .l-header-wrap-contact a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-header-bgWhite .l-header-wrap-navBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 45px;
    height: 45px;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .l-header-bgWhite .l-header-wrap-navBtn .menu-bar {
    width: 30px;
    height: 2px;
    background: #212b5e;
    border-radius: 1px;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
}
@media (max-width: 599px) {
  .l-header-bgWhite .l-header-wrap-navBtn.open {
    background: #fff;
  }
  .l-header-bgWhite .l-header-wrap-navBtn.open .menu-bar {
    background: #20c0e2;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .l-header-bgWhite .l-header-wrap-navBtn.open .menu-bar:nth-of-type(1) {
    transform: translateY(7px) rotate(225deg);
    width: 20px;
  }
  .l-header-bgWhite .l-header-wrap-navBtn.open .menu-bar:nth-of-type(2) {
    display: none;
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .l-header-bgWhite .l-header-wrap-navBtn.open .menu-bar:nth-of-type(3) {
    transform: translateY(-5px) rotate(135deg);
    width: 20px;
  }
}
.l-header-bgWhite .open {
  box-shadow: none;
  background-color: transparent;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-header-bgWhite .open .l-header-wrap-logo .fill-change {
  fill: #fff;
}

.l-footer {
  position: relative;
  background: #212736;
  padding-bottom: 2.777777vw;
}
@media (max-width: 599px) {
  .l-footer {
    padding-bottom: 8vw;
  }
}
.l-footer .footer-wrap {
  display: flex;
  justify-content: center;
  gap: 23.6111vw;
  padding: 10.4167vw 0 0.69444vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding: 16vw 0 21.335vw;
    gap: 21.335vw;
  }
}
.l-footer .footer-wrap-info {
  display: flex;
  flex-direction: column;
}
.l-footer .footer-wrap-info-logo {
  margin-bottom: 1.388888vw;
}
.l-footer .footer-wrap-info-logo:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-logo {
    margin-bottom: 5.33333vw;
  }
}
.l-footer .footer-wrap-info-logo img {
  width: 22.2222vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .footer-wrap-info-logo img:hover {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale(0.95);
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-logo img {
    width: 85.3333vw;
  }
}
.l-footer .footer-wrap-info-address {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 0.90278vw;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2;
  margin-bottom: 2.777777vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-address {
    font-size: 3.46666vw;
    margin-bottom: 10.66666vw;
  }
}
.l-footer .footer-wrap-info-tel {
  color: #fff;
  margin-bottom: 3.47222vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-tel {
    margin-bottom: 8vw;
  }
}
.l-footer .footer-wrap-info-tel a {
  display: flex;
  gap: 0.5555555556vw;
  align-items: baseline;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.7361vw;
  letter-spacing: 0.05em;
  line-height: 1.73;
}
.l-footer .footer-wrap-info-tel a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-tel a {
    gap: 2.133vw;
    font-size: 6.667vw;
    line-height: normal;
  }
}
.l-footer .footer-wrap-info-tel a img {
  width: 1.04167vw;
  height: 1.388888vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-tel a img {
    width: 4vw;
    height: 5.33333vw;
  }
}
.l-footer .footer-wrap-info-tel p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 0.83333vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-tel p {
    font-size: 3.2vw;
  }
}
.l-footer .footer-wrap-info-sns {
  display: flex;
  gap: 1.25vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-sns {
    gap: 4.8vw;
  }
}
.l-footer .footer-wrap-info-sns li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .footer-wrap-info-sns li a img {
  width: 1.875vw;
  height: 1.875vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.l-footer .footer-wrap-info-sns li a img:hover {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale(1.1);
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-info-sns li a img {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.l-footer .footer-wrap-link {
  display: flex;
  gap: 4.167vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-link {
    gap: 23.467vw;
  }
}
.l-footer .footer-wrap-link-inner {
  display: flex;
  flex-direction: column;
  gap: 1.388888vw;
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-link-inner {
    gap: 5.33333vw;
  }
}
.l-footer .footer-wrap-link-inner li a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 0.97222vw;
  letter-spacing: 0.06em;
  color: #fff;
}
.l-footer .footer-wrap-link-inner li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .l-footer .footer-wrap-link-inner li a {
    font-size: 4.26666vw;
  }
}
.l-footer .copyRight {
  font-family: acumin-pro, sans-serif;
  font-size: 0.83333vw;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  padding-right: 14.375vw;
}
@media (max-width: 599px) {
  .l-footer .copyRight {
    font-size: 2.9333333333vw;
    text-align: center;
    padding: 0;
  }
}

/*---------- Object ----------*/
/*---------- Component ----------*/
.fixed-sns {
  position: fixed;
  top: 33.6806vw;
  right: 2.08333vw;
  z-index: 1000;
}
@media (max-width: 599px) {
  .fixed-sns {
    display: none;
  }
}
.fixed-sns-wrap-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.83333vw;
}
.fixed-sns-wrap-item li a {
  width: 2.08333vw;
  height: auto;
}
.fixed-sns-wrap-item li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.fixed-sns-wrap-item li a .fill-change {
  width: 1.944444vw;
  height: auto;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  fill: #fff;
}
.fixed-sns-wrap-item li a .fill-change:hover {
  transform: scale(1.1);
}
.fixed-sns-wrap-item li a .lg-fill {
  width: 1.944444vw;
  height: auto;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  fill: #20c0e2;
}
.fixed-sns-wrap-item li a .lg-fill:hover {
  transform: scale(1.1);
}

.c-breadcrumbs {
  display: flex;
  gap: 1.04167vw;
  background: #eaf0f4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 0.90278vw;
  color: #333333;
  padding: 1.458vw 11.8056vw;
}
@media (max-width: 599px) {
  .c-breadcrumbs {
    gap: 4vw;
    font-size: 3.2vw;
    padding: 5.867vw 5.33333vw;
    word-break: keep-all;
    overflow: scroll;
    align-items: center;
  }
}
.c-breadcrumbs a {
  color: #20c0e2;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-decoration: underline;
}
.c-breadcrumbs a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-breadcrumbs a:hover {
  text-decoration: none;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-breadcrumbs a:hover:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.c-breadcrumbs span .current-item {
  overflow: scroll;
}

/*---------- Project ----------*/
.contact {
  background: #fff;
  padding: 10.4167vw 0;
}
@media (max-width: 599px) {
  .contact {
    padding: 16vw 5.33333vw 26.667vw;
  }
}
.contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 5.555555vw;
  width: 68.0556vw;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .contact-wrap {
    gap: 13.33333vw;
    width: 100%;
  }
}
.contact-wrap .announce {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.04167vw;
  color: #505560;
  line-height: 1.8;
  text-align: center;
  background: rgba(228, 242, 247, 0.4);
  padding: 2.08333vw 0;
  border-radius: 0.3472222222vw;
}
@media (max-width: 599px) {
  .contact-wrap .announce {
    font-size: 4vw;
    text-align: left;
    padding: 8vw 5.33333vw;
    border-radius: 1.3333333333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.08333vw;
  margin-bottom: 2.08333vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap {
    gap: 8vw;
    margin-bottom: 8vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .only-confirm-catch {
  display: none;
}
.contact-wrap .mw_wp_form form .form-wrap .form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8.8889vw;
  padding-bottom: 2.08333vw;
  border-bottom: 1px dotted #b2b2b2;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item {
    flex-direction: column;
    align-items: baseline;
    gap: 5.33333vw;
    padding-bottom: 8vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form-item-heading {
  width: 7.7778vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 0.97222vw;
  color: #222;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item-heading {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 2.6666666667vw;
    width: auto;
    font-size: 3.73333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form-item-heading .required {
  width: 3.194vw;
  height: 1.597vw;
  font-size: 0.90278vw;
  font-weight: 400;
  padding: 0 0.69444vw;
  line-height: 1.597vw;
  text-align: center;
  border-radius: 0.3472222222vw;
  background: #20c0e2;
  color: #fff;
  margin-bottom: 0.69444vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item-heading .required {
    width: 12.267vw;
    height: 6.1333vw;
    line-height: 6.1333vw;
    font-size: 3.46666vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 0;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form-item input,
.contact-wrap .mw_wp_form form .form-wrap .form-item textarea {
  width: 50.4444vw;
  height: 4.167vw;
  padding: 1.25vw 1.388888vw;
  border: 1px solid #cccccc;
  border-radius: 0.3472222222vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: max(1.11111vw, 14px);
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item input,
  .contact-wrap .mw_wp_form form .form-wrap .form-item textarea {
    width: 100%;
    height: 16vw;
    padding: 4.8vw 5.33333vw;
    border-radius: 1.3333333333vw;
    font-size: 4.26666vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form-item textarea {
  height: 16.6667vw;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item textarea {
    height: 64vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form-item ::-moz-placeholder {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.11111vw;
  color: #c1c1c1;
}
.contact-wrap .mw_wp_form form .form-wrap .form-item ::placeholder {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.11111vw;
  color: #c1c1c1;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item ::-moz-placeholder {
    font-size: 4.26666vw;
  }
  .contact-wrap .mw_wp_form form .form-wrap .form-item ::placeholder {
    font-size: 4.26666vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form-item .error {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: min(0.97222vw, 14px);
  background-color: transparent;
  color: #c70a09;
  margin-left: 0;
  padding-top: 5px;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form-item .error {
    font-size: 3.73333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio {
  display: flex;
  justify-content: space-between;
  gap: 8.8889vw;
  padding-bottom: 2.08333vw;
  border-bottom: 1px dotted #b2b2b2;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio {
    flex-direction: column;
    align-items: baseline;
    gap: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio p {
  display: none;
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .form-item-heading {
  width: 7.7778vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 0.97222vw;
  color: #222;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .form-item-heading {
    width: auto;
    font-size: 3.73333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .form-item-heading p {
  display: block;
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.388888vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap {
    gap: 5.33333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field {
  width: 50.4444vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field {
    width: auto;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label {
  display: flex;
  align-items: center;
  gap: 0.69444vw;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.597vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label {
    gap: 2.6666666667vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 1.597vw;
  height: 1.597vw;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-right: 0;
  cursor: pointer;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label input[type=radio] {
    width: 6.1333vw;
    height: 6.1333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.90278vw;
  height: 0.90278vw;
  border-radius: 50%;
  background: #20c0e2;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label input[type=radio]:checked::before {
    width: 3.46666vw;
    height: 3.46666vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label .mwform-radio-field-text {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.04167vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .mwform-radio-field label .mwform-radio-field-text {
    font-size: 4vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .error {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: min(0.97222vw, 14px);
  background-color: transparent;
  color: #c70a09;
  margin-left: 0;
  padding-top: 5px;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__radio .radio-wrap .error {
    font-size: 3.73333vw;
  }
}
.contact-wrap .mw_wp_form form .form-wrap .form__text-area {
  padding-bottom: 0;
  border-bottom: none;
  align-items: unset;
}
.contact-wrap .mw_wp_form form .form-wrap .form__text-area .form-item-heading {
  margin-top: 1.388888vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form-wrap .form__text-area .form-item-heading {
    margin-top: 0;
  }
}
.contact-wrap .mw_wp_form form .privacy-policy {
  padding: 2.08333vw 4.167vw;
  border-radius: 0.3472222222vw;
  border: 1px solid #cccccc;
  margin-bottom: 2.08333vw;
  height: 9.7222vw;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .privacy-policy {
    padding: 5.33333vw;
    width: 100%;
    height: 37.3333vw;
    margin-bottom: 8vw;
  }
  .contact-wrap .mw_wp_form form .privacy-policy::-webkit-scrollbar {
    width: 2.6666666667vw;
    height: 100%;
  }
  .contact-wrap .mw_wp_form form .privacy-policy::-webkit-scrollbar-track {
    background: #fff;
  }
  .contact-wrap .mw_wp_form form .privacy-policy::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.contact-wrap .mw_wp_form form .privacy-policy p {
  font-family: source-han-sans-japanese, sans-serif;
  color: #222222;
  line-height: 1.8;
  font-size: 1.11111vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .privacy-policy p {
    font-size: 4.26666vw;
  }
}
.contact-wrap .mw_wp_form form .privacy-policy-heading {
  font-weight: 500;
  margin-bottom: 0.69444vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .privacy-policy-heading {
    margin-bottom: 1.3333333333vw;
  }
}
.contact-wrap .mw_wp_form form .form__check-box {
  position: relative;
  display: flex;
  line-height: 1;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__check-box {
    text-align: center;
    align-items: center;
    gap: 2.133vw;
  }
}
.contact-wrap .mw_wp_form form .form__check-box p {
  display: flex;
  align-items: center;
  margin-left: 0.5555555556vw;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__check-box p {
    flex-direction: column;
    margin-left: 0;
    font-size: 4vw;
  }
}
.contact-wrap .mw_wp_form form .form__check-box p .error {
  bottom: -1.7361vw;
  right: 50%;
  transform: translateX(50%);
  font-family: source-han-sans-japanese, sans-serif;
  font-size: min(0.97222vw, 14px);
  color: #c70a09;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__check-box p .error {
    font-size: 3.73333vw;
    bottom: -5.33333vw;
    white-space: nowrap;
  }
}
.contact-wrap .mw_wp_form form .form__button__wrap .confirm {
  display: block;
  width: 17.7083vw;
  height: 3.82vw;
  line-height: 3.82vw;
  margin: 2.08333vw auto 0;
  background: #20c0e2;
  transform: skewX(-15deg);
  border-radius: 0.3472222222vw;
  text-align: center;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__button__wrap .confirm {
    width: 68vw;
    height: 14.66666vw;
    line-height: 14.66666vw;
    margin-top: 8vw;
    border-radius: 1.3333333333vw;
  }
}
.contact-wrap .mw_wp_form form .form__button__wrap .confirm button {
  width: 100%;
  position: relative;
  display: block;
  transform: skewX(15deg);
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #fff;
}
.contact-wrap .mw_wp_form form .form__button__wrap .confirm button:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__button__wrap .confirm button {
    font-size: 4.26666vw;
  }
}
.contact-wrap .mw_wp_form form .form__button__wrap .confirm button::after {
  content: "";
  background-image: url(/wp-content/themes/saegusa/assets/img/common/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.597vw;
  right: 1.7361vw;
  width: 1.25vw;
  height: 0.4166666667vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__button__wrap .confirm button::after {
    top: 6.1333vw;
    right: 6.667vw;
    width: 4.8vw;
    height: 1.6vw;
  }
}
.contact-wrap .mw_wp_form form .form__button__wrap .confirm button:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.388888vw;
}
@media (max-width: 599px) {
  .contact-wrap .mw_wp_form form .form__button__wrap .confirm button:hover::after {
    right: 5.33333vw;
  }
}

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

.mw_wp_form_input .form__check-box .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  display: block;
  content: "";
  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 {
  display: block;
  position: absolute;
  left: 0.69444vw;
  top: 42%;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 0.5555555556vw;
  height: 1.11111vw;
}
@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 {
  font-size: 14px;
  position: absolute;
}

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

body {
  background: #20c0e2;
}

.contact-bcm {
  margin-top: 15.9722vw;
}
@media (max-width: 599px) {
  .contact-bcm {
    margin-top: 26.667vw;
  }
}

.contact-confirm {
  background: #fff;
  padding: 10.4167vw 0;
}
@media (max-width: 599px) {
  .contact-confirm {
    padding: 26.667vw 5.33333vw;
  }
}
.contact-confirm .confirm-wrap {
  width: 54.1667vw;
  gap: 3.47222vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap {
    width: 100%;
    gap: 13.33333vw;
  }
}
.contact-confirm .confirm-wrap-announce {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.08333vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 2.08333vw;
  text-align: center;
  color: #20c0e2;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap-announce {
    gap: 8vw;
    font-size: 8vw;
  }
}
.contact-confirm .confirm-wrap-announce span {
  font-weight: 400;
  font-size: 1.04167vw;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap-announce span {
    font-size: 4.26666vw;
    line-height: 1.8;
    text-align: left;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap {
  background: #fafafa;
  padding: 3.47222vw 5.347vw;
  border-radius: 0.69444vw;
  margin-bottom: 4.167vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap {
    padding: 8vw 4vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 10.66666vw;
    gap: 5.33333vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .only-confirm-catch {
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #20c0e2;
  margin-bottom: 0.69444vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .only-confirm-catch {
    justify-content: center;
    gap: 1.3333333333vw;
    font-size: 4.26666vw;
    margin-bottom: 0;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .only-confirm-catch img {
  width: 0.69444vw;
  height: 0.97222vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .only-confirm-catch img {
    width: 2.6666666667vw;
    height: 3.73333vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .only-confirm-catch br {
  display: none;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form__radio {
  display: none;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form-item {
  justify-content: flex-start;
  gap: 1.388888vw;
  font-family: noto-sans-cjk-jp, sans-serif;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form-item {
    gap: 2.6666666667vw;
    padding-bottom: 5.33333vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form-item-heading {
  width: 9.7222vw;
  margin-top: 0;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form-item-heading {
    width: auto;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 4vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .required {
  display: none !important;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form__text-area {
  padding-bottom: 0;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form-wrap .form__text-area p {
  line-height: 1.5;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__check-box {
  display: none;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap br {
  display: none;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .confirm {
  display: none;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send {
  display: block;
  width: 17.7083vw;
  height: 3.82vw;
  line-height: 3.82vw;
  margin: 2.08333vw auto 0;
  background: #20c0e2;
  transform: skewX(-15deg);
  border-radius: 0.3472222222vw;
  text-align: center;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send {
    width: 68vw;
    height: 14.66666vw;
    line-height: 14.66666vw;
    margin-top: 8vw;
    border-radius: 1.3333333333vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button {
  width: 100%;
  position: relative;
  display: block;
  transform: skewX(15deg);
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 1.11111vw;
  letter-spacing: 0.03em;
  color: #fff;
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button {
    font-size: 4.26666vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button::after {
  content: "";
  background-image: url(/wp-content/themes/saegusa/assets/img/common/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.597vw;
  right: 1.7361vw;
  width: 1.25vw;
  height: 0.4166666667vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button::after {
    top: 6.1333vw;
    right: 6.667vw;
    width: 4.8vw;
    height: 1.6vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.388888vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .send button:hover::after {
    right: 5.33333vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back {
  display: block;
  text-align: center;
  margin-top: 2.08333vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back {
    margin-top: 8vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back button {
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.04167vw;
  color: #20c0e2;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back button {
    font-size: 4vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back button:before {
  content: "";
  background-image: url(/wp-content/themes/saegusa/assets/img/common/btn-arrow-lightBlue-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.4166666667vw;
  right: 2.777777vw;
  width: 1.25vw;
  height: 0.4166666667vw;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back button:before {
    top: 1.6vw;
    right: 10.66666vw;
    width: 4.8vw;
    height: 1.6vw;
  }
}
.contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back button:hover::before {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 3vw;
}
@media (max-width: 599px) {
  .contact-confirm .confirm-wrap .mw_wp_form_confirm form .form__button__wrap .back button:hover::before {
    right: 12vw;
  }
}

.privacy-policy {
  display: none;
}

/*---------- 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;
  }
}