@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  margin: 8.4rem 0 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 7rem;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

/* 20250409公開時に隠すコンテンツ */
.hidden-250409 {
  display: none !important;
}

.btn-list.chenge-250409 {
  display: flex !important;
}

@media screen and (min-width: 1025px) {
  .c-gnav__contact.chenge-250409 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) min(34rem, 33%) minmax(0, 1fr);
    justify-content: center;
  }
}

.visually-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* レイアウト
l-header
----------------------------------------*/
.l-header {
  background: #fff;
  padding: 0 2rem;
  height: 8.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.08);
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 7rem;
    padding: 1.85rem 2rem 0;
  }
}
.l-header__inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: static;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    align-items: stretch;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: block;
    margin: 0.3rem 0;
  }
}
.l-header__logo img {
  width: 11.9rem;
}
@media screen and (max-width: 1024px) {
  .l-header__logo img {
    width: 10.1rem;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.l-header__logo a span {
  margin: 0.1rem 0 0 2.3rem;
}
@media screen and (max-width: 1240px) {
  .l-header__logo a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo a span {
    margin: 0.1rem 0 0 2.1rem;
  }
}
.l-header__btn {
  display: none;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-header__btn {
    display: block;
    margin: 0.1rem -0.2rem 0 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 3.2rem;
    height: 3.2rem;
    background: none;
    border-radius: 0;
  }
  .l-header__btn::before, .l-header__btn::after {
    content: "";
  }
  .l-header__btn::before, .l-header__btn::after,
  .l-header__btn span {
    display: block;
    background: #15315C;
    height: 0.2rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    right: 0;
    transition: transform 0.5s, opacity 0.5s, top 0.5s, background 0.5s;
  }
  .l-header__btn span {
    top: 1.3rem;
  }
  .l-header__btn::after {
    top: 2.4rem;
  }
  .nav-open .l-header__btn::before {
    transform: rotate(45deg);
    top: 1.5rem;
    width: 4rem;
    background: #222;
    left: -0.4rem;
  }
  .nav-open .l-header__btn span {
    transform: rotate(45deg);
    top: 1.5rem;
    opacity: 0;
    width: 4rem;
    background: #222;
    left: -0.4rem;
  }
  .nav-open .l-header__btn::after {
    transform: rotate(-45deg);
    top: 1.5rem;
    width: 4rem;
    background: #222;
    left: -0.4rem;
  }
}

/* レイアウト
l-footer
----------------------------------------*/
.l-footer {
  background: linear-gradient(to bottom, #f1f3f6 0%, #fff 100%);
  /*padding: 4.8rem 0 8.9rem;*/
  padding: 4.8rem 0 13rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    /*padding: 2.8rem 0 7rem;*/
    padding: 2.8rem 0 17rem;
  }
}
.l-footer__pagetop {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  position: fixed;
  /*bottom: 2rem;*/
  bottom: 14rem;
  right: 1.5rem;
  z-index: 1000;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    bottom: 18rem;
  }
}
.l-footer__pagetop.ab {
  position: absolute;
  top: 5rem;
  right: 1.5rem;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop.ab {
    top: 4rem;
  }
}
.l-footer__inner {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    width: auto;
    margin: 0 1.6rem;
  }
}
.l-footer__logo {
  width: 23.5rem;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: auto;
    margin-right: 0;
  }
}
.l-footer__logo > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a {
    padding-left: 1.8rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__logo > a p {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a p {
    font-size: 1.8rem;
  }
}
.l-footer__logo > a img {
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a img {
    width: 19.2rem;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 1.6rem;
    width: 21rem;
  }
}
.l-footer__navi {
  display: flex;
  margin-top: 1.1rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__navi {
    display: block;
    margin-top: 4.8rem;
  }
}
.l-footer__navi dl {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl {
    margin-left: 0;
  }
  .l-footer__navi dl + dl {
    margin-top: 3.3rem;
  }
}
.l-footer__navi dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
.l-footer__navi dl dt a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #222;
  border-right: 0.15rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
.l-footer__navi dl dd ul li {
  margin-top: 1.1rem;
}
@media (hover: hover) {
  .l-footer__navi dl dd ul li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__navi dl dd ul li a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
  .l-footer__navi dl dd ul li a:hover:not([target=_blank])::after {
    border-color: #0089D0;
  }
}
.l-footer__navi dl dd ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.7rem;
}
.l-footer__navi dl dd ul li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #222;
  border-right: 0.15rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
.l-footer__security {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 7rem auto 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__security {
    width: auto;
    margin: 3.4rem 1.6rem 2.8rem;
    flex-wrap: wrap;
  }
}
.l-footer__security-pmark {
  width: 7.1rem;
  margin-right: 1.5rem;
}
.l-footer__security-pmark a {
  display: block;
}
.l-footer__security-isms {
  width: 11.5rem;
}
.l-footer__security-text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin: 0.2rem 0 0 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer__security-text {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}
.l-footer__security-bnr {
  width: 34.2rem;
  margin: 0 0 2.3rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__security-bnr {
    width: 100%;
    margin: 2.8rem 0 0;
  }
}
.l-footer__link {
  border-top: 0.1rem solid #E1E6EC;
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  padding: 6.1rem 0 1.2rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__link {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    margin: 0 1.6rem;
    padding: 4rem 0 2.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__link li {
  margin: 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link li {
    width: 100%;
    margin: 0 0 1.15rem;
    text-align: center;
  }
  .l-footer__link li:last-child {
    width: auto;
    margin: 0 0 0 2rem;
  }
  .l-footer__link li:nth-last-child(2) {
    width: auto;
    margin: 0;
  }
}
@media (hover: hover) {
  .l-footer__link a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__link a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.l-footer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.l-footer__copyright {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
}
/* コンポーネント
c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.7rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb:first-child {
    padding-top: 0.7rem;
    background: #fff;
  }
}
.c-breadcrumb ul,
.c-breadcrumb ol {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul,
  .c-breadcrumb ol {
    font-size: 1.2rem;
    line-height: 3.2;
  }
}
.c-breadcrumb ul a,
.c-breadcrumb ol a {
  color: #8A9DB5;
}
.c-breadcrumb ul li::after,
.c-breadcrumb ol li::after {
  content: ">";
  display: inline-block;
  margin: 0 1rem 0 0.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #8A9DB5;
}
.c-breadcrumb ul li:last-child::after,
.c-breadcrumb ol li:last-child::after {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}

.p-contact .l-header {
  position: relative;
  height: 7rem;
}
.p-contact .l-header__logo img {
  width: 11.9rem;
}
@media screen and (max-width: 1024px) {
  .p-contact .l-header__logo img {
    width: 10.1rem;
  }
}
.p-contact .l-header__logo a span {
  margin: 0.1rem 0 0 2.3rem;
}
@media screen and (max-width: 1240px) {
  .p-contact .l-header__logo a span {
    display: block;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact .l-header__logo a span {
    margin: 0.1rem 0 0 2.1rem;
  }
}
.p-contact .l-footer {
  padding-top: 0;
  border-top: 1px solid var(--grayscale-gray300, #e1e6ec);
  background: linear-gradient(101deg, rgba(237, 237, 237, 0.19) 1.77%, #fff 94.03%);
}
@media screen and (max-width: 767px) {
  .p-contact .l-footer {
    padding: 2.8rem 0 7rem;
  }
}
.p-contact .l-footer__link {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-contact .l-footer__link {
    padding-top: 0;
  }
}
.p-contact .c-breadcrumb {
  width: 100%;
  max-width: 120rem;
  padding-block: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact .c-breadcrumb {
    padding-block: 1.3rem;
  }
}

.form-page-title a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1441px) {
  .form-page-title {
    margin-top: -10px;
    padding: 48px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background: #0089d0;
    color: #fff;
  }
  .form-page-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  .form-page-title p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
  }
  .form-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .form-container {
    display: flex;
    padding: 0px 120px 60px 120px;
    /* padding: 60px 0px; */
    padding: 0px 0px 60px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--grayscale-white, #fff);
  }
  .form-page-border {
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 900px) {
  .form-page-title {
    margin-top: -10px;
    padding: 48px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background: #0089d0;
    color: #fff;
    position: relative;
  }
  .form-page-title::before {
    content: "";
    position: absolute;
    background: url(../img/contact/bg_title.png) no-repeat;
    background-size: 100% 100%;
    width: 435px;
    height: 195px;
    right: 0;
    bottom: 0;
  }
  .form-page-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px;
    z-index: 1;
    position: relative;
  }
  .form-page-title p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    z-index: 1;
    position: relative;
  }
  .form-page-bred-crumbs {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    color: var(--grayscale-black, #222);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto;
    padding: 20px;
  }
  .form-content {
    max-width: 608px;
    width: 100%;
    padding-block: 40px;
  }
  .form-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .form-container {
    display: flex;
    /* padding: 60px 0px; */
    padding: 0px 0px 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--grayscale-white, #fff);
  }
  .form-container form {
    width: 728px;
  }
  .form-page-border {
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 899px) {
  .form-page-title {
    padding: 30px 16px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background: #0089d0;
    color: #fff;
    position: relative;
  }
  .form-page-title h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    z-index: 1;
    position: relative;
  }
  .form-page-title p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 0;
    z-index: 1;
    position: relative;
  }
  .form-page-bred-crumbs {
    width: 100%;
    color: var(--grayscale-black, #222);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    padding: 8px 20px;
    line-height: 34px;
  }
  .form-container form {
    width: 100%;
    box-sizing: border-box;
  }
  .form-content {
    max-width: 608px;
    width: 100%;
    padding-block: 40px;
  }
  .form-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .form-container {
    display: flex;
    padding: 0px 20px 60px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background: var(--grayscale-white, #fff);
  }
}
@media screen and (min-width: 1200px) {
  .container {
    display: flex;
    padding: 10px 120px 60px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }
  .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
  }
  .contents-title-pc {
    color: var(--grayscale-black, #222);
    text-align: center;
    font-feature-settings: "pwid" on;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 38.4px */
  }
  .contents-title-sp {
    display: none;
  }
  .contents-message {
    color: var(--grayscale-black, #222);
    text-align: center;
    font-feature-settings: "pwid" on;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
  }
  .button-group {
    display: flex;
    padding-bottom: 110px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .secondary-btn-frame {
    display: flex;
    width: 400px;
    padding: 14px 0px 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 106px;
    border: 1px solid var(--grayscale-gray100, #f1f3f6);
    background: var(--grayscale-white, #fff);
    box-shadow: 0px 13px 30px 0px rgba(0, 65, 110, 0.1);
  }
  .secondary-btn-frame-items {
    display: flex;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .secondary-btn-frame-items > svg {
    color: var(--bluescale-blue800, #0089d0);
    font-feature-settings: "pwid" on;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.72px;
  }
  .secondary-btn {
    display: flex;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    text-decoration: none;
    background: var(--grayscale-white, #fff);
    color: var(--grayscale-black, #222);
    font-feature-settings: "pwid" on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.72px;
    cursor: pointer;
  }
  .secondary-btn-frame:hover {
    transition: 0.3s;
    border-radius: 106px;
    border: 1px solid var(--grayscale-gray100, #f1f3f6);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px 0px rgba(0, 65, 110, 0.1);
  }
  .secondary-btn:hover {
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.9);
  }
  .secondary-btn-frame:active {
    transition: 0.3s;
    border-radius: 106px;
    border: 1px solid var(--grayscale-gray100, #f1f3f6);
    background: #fff;
    box-shadow: 0px -3px 0px 0px rgba(0, 65, 110, 0.1);
  }
  .secondary-btn:active {
    transition: 0.3s;
    background: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    display: flex;
    padding: 0px 16px 60px 16px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: var(--grayscale-white, #fff);
  }
  .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .contents-title-pc {
    display: none;
  }
  .contents-title-sp {
    color: var(--grayscale-black, #222);
    text-align: center;
    font-feature-settings: "pwid" on;
    /* H2 SP */
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 31.2px */
  }
  .contents-message {
    color: var(--grayscale-black, #222);
    text-align: center;
    font-feature-settings: "pwid" on;
    /* P SP */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
  }
  .button-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .secondary-btn-frame {
    width: 343px;
    max-width: 100%;
    display: flex;
    padding: 14px 0px 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 106px;
    border: 1px solid var(--grayscale-gray100, #f1f3f6);
    background: var(--grayscale-white, #fff);
    box-shadow: 0px 13px 30px 0px rgba(0, 65, 110, 0.1);
  }
  .secondary-btn-frame-items {
    display: flex;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .secondary-btn-frame-items > svg {
    color: var(--bluescale-blue800, #0089d0);
    font-feature-settings: "pwid" on;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.72px;
  }
  .secondary-btn {
    display: flex;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    text-decoration: none;
    background: var(--grayscale-white, #fff);
    color: var(--grayscale-black, #222);
    font-feature-settings: "pwid" on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.72px;
    -webkit-tap-highlight-color: transparent;
  }
}/*# sourceMappingURL=style_contact.css.map */