/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  background: linear-gradient(80deg, rgba(255, 178, 184, 0.2) 12.28%, rgba(255, 125, 184, 0.2) 22.23%, rgba(250, 117, 188, 0.2) 25.79%, rgba(237, 98, 199, 0.2) 30.77%, rgba(216, 66, 217, 0.2) 36.46%, rgba(187, 21, 242, 0.2) 43.57%, rgba(173, 0, 255, 0.2) 46.41%, rgba(167, 17, 254, 0.2) 51.39%, rgba(164, 27, 254, 0.2) 55.66%, rgba(154, 53, 252, 0.2) 57.79%, rgba(140, 93, 251, 0.2) 62.06%, rgba(129, 126, 249, 0.2) 65.61%, rgba(120, 151, 248, 0.2) 69.88%, rgba(113, 169, 247, 0.2) 74.14%, rgba(110, 180, 247, 0.2) 78.41%, rgba(109, 184, 247, 0.2) 83.39%), #fff;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  position: relative;
  padding: 12rem 3rem 3rem;
  text-align: center;
  background: #111111;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 2rem 2rem;
  }
}
.l-footer__word {
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
}
.l-footer__word img {
  width: 100%;
}
.l-footer__wrap {
  position: relative;
  z-index: 10;
}
.l-footer__catch {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__catch {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}
.l-footer__catch img {
  display: block;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__catch img {
    max-width: 14rem;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 3rem;
  }
}
.l-footer__item a {
  font-size: 1.6rem;
  color: #ffffff;
}
.l-footer__copy {
  font-size: 1.3rem;
  margin-top: 10rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 6rem;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 4rem;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 2rem;
  }
}
.l-header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 6rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 10rem;
  background: #000080;
}
@media screen and (max-width: 767px) {
  .l-header__line {
    gap: 0.7rem;
    padding: 1.5rem 2rem;
  }
}
@media (hover: hover) {
  .l-header__line:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
.l-header__line-img {
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__line-img {
    width: 2rem;
  }
}
.l-header__line-txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header__line-txt {
    font-size: 1.5rem;
  }
}

.l-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-logo {
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-logo__img {
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-logo__img {
    max-width: 12.4rem;
  }
}
.l-logo__sub {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-logo__sub {
    font-size: 1rem;
  }
}

.p-formBtn__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #000080;
  padding: 2rem 5.5rem;
  border-radius: 5rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.p-formBtn__link-ico {
  width: 2.6rem;
}
.p-formBtn__link-txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-dataBtn__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: url(../../assets/img/grad-1.jpg) no-repeat center/100% 100%;
  padding: 2rem 4rem;
  border-radius: 5rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.p-dataBtn__link-ico {
  width: 2rem;
}
.p-dataBtn__link-txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-dataBtn__link-txt {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.p-elmHead__main {
  font-size: 6rem;
  font-weight: 600;
  position: relative;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead__main {
    font-size: 3.2rem;
    line-height: 1.2;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}
.p-elmHead__main:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead__main:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-elmHead__main::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.7rem);
  right: calc(50% - 0.5rem);
  width: 0.4rem;
  height: 2.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1rem;
  background: #111111;
}
.p-elmHead__main span::before, .p-elmHead__main span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc((100% - 2rem) / 2);
  height: 0.4rem;
  border-radius: 1rem;
  background: #111111;
}
.p-elmHead__main span::before {
  left: 0;
}
.p-elmHead__main span::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-elmHead__main-num {
    max-width: 3rem;
  }
}
.p-elmHead__sub {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmHead__sub {
    font-size: 2rem;
  }
}
.p-elmHead__txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.9;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-elmHead__txt {
    font-size: 1.8rem;
  }
}
.p-elmHead__txt small {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmHead__txt small {
    font-size: 1.6rem;
  }
}
.p-elmHead ruby {
  font-size: 7rem;
  margin-right: -2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-elmHead ruby {
    font-size: 4.6rem;
    margin-right: -1rem;
  }
}
.p-elmHead ruby rt {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-elmHead ruby rt {
    font-size: 0.8rem;
  }
}

.p-view {
  padding-top: 12rem;
  position: relative;
  background: url(../../assets/img/view_bg1.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding-top: 0;
  }
}
.p-view__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 130rem;
}
@media screen and (max-width: 767px) {
  .p-view__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    overflow: hidden;
  }
}
.p-view__desc {
  font-family: "Noto Serif JP", serif;
}
.p-view__desc-ttl {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-view__desc-ttl {
    font-size: 3.4rem;
  }
}
.p-view__desc-ttl b {
  font-size: 12.8rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-view__desc-ttl b {
    font-size: 7.6rem;
  }
}
.p-view__desc-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc-txt {
    text-align: left;
  }
}
.p-view__desc-txt img {
  width: 100%;
  max-width: 28rem;
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .p-view__desc-txt img {
    max-width: 28rem;
  }
}
.p-view__desc-txt span {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc-txt span {
    font-size: 1.8rem;
  }
}
.p-view__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-view__img {
    width: 75%;
    margin-left: auto;
    -webkit-transform: scaleX(-1) translateX(-6rem);
            transform: scaleX(-1) translateX(-6rem);
    margin-top: -4rem;
  }
}
.p-view__img-left {
  width: 28%;
  position: absolute;
  left: -2rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-view__img-left {
    width: 40%;
    left: 5.5rem;
    top: -26rem;
  }
}
.p-view__img-right {
  width: 40%;
  position: absolute;
  right: -2rem;
  top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-view__img-right {
    width: 59%;
    right: -16rem;
    top: 5rem;
  }
}
.p-view__deco {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .p-view__deco {
    -webkit-transform: translateY(140%);
            transform: translateY(140%);
    left: 2rem;
    right: 2rem;
  }
}
.p-view__deco-sub {
  text-align: center;
}
.p-view__deco-main {
  font-size: 6.2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-view__deco-main {
    font-size: 3rem;
    line-height: 1.35;
    text-align: center;
  }
}

.p-intr {
  margin: 18rem 2rem 14rem;
}
@media screen and (max-width: 767px) {
  .p-intr {
    margin: 18rem 2rem 8;
  }
}
.p-intr__desc {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #fff;
  border-radius: 1rem;
  padding: 5rem;
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-intr__desc {
    padding: 3rem;
  }
}
.p-intr__desc-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-intr__desc-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-intr__desc-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-intr__desc-txt {
    font-size: 1.6rem;
  }
}
.p-intr__more {
  margin-top: 5rem;
  text-align: center;
}
.p-intr__more-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intr__more-txt {
    font-size: 1.6rem;
  }
}

.p-about {
  margin-left: 2rem;
  margin-right: 2rem;
}
.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__desc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    width: 100%;
  }
}
.p-about__desc-txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc-txt {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.p-about__detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    width: 100%;
  }
}
.p-about__detail-ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
.p-about__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #ddd;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__table__item {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__table__item {
    width: 100%;
  }
}
.p-about__table__item:not(:last-child) {
  border-right: solid 1px #ddd;
}
.p-about__table__item dt {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  color: #fff;
  border-bottom: solid 1px #ddd;
}
.p-about__table__item dd {
  font-size: 1.6rem;
  padding: 1.5rem 0;
}
.p-about__table__item dd:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.p-about__table__item.table-1 dt {
  background: #000080;
}
.p-about__table__item.table-1 dd {
  background: #e5f3ff;
}
@media screen and (max-width: 767px) {
  .p-about__table__item.table-1 dd {
    background: #fff;
  }
}
.p-about__table__item.table-2 dt {
  background: #a5a8ad;
}
.p-about__table__item.table-2 dd {
  background: #fff;
}

.p-point {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    margin: 8rem 2rem;
  }
}
.p-point__wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-point__wrap {
    margin-top: 6rem;
  }
}
.p-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  padding: 4rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    padding: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-point__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-point__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-point__img {
  width: 100%;
  max-width: 60rem;
}
.p-point__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-point__desc-txt {
  border-bottom: solid 1px #a5a8ad;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.p-point__desc-txt dt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point__desc-txt dt {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}
.p-point__desc-txt dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-point__desc-txt dd {
    font-size: 1.6rem;
  }
}
.p-point__desc-list {
  list-style: disc;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__desc-list {
    margin-left: 1.5rem;
  }
}
.p-point__desc-list li {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-point__desc-list li {
    font-size: 1.4rem;
  }
}
.p-point__desc-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-point__desc-list li b {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-scene {
  background: #fff;
  padding: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-scene {
    padding: 8rem 0;
    overflow: hidden;
  }
}
.p-scene__wrap {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-scene__wrap {
    margin-top: 6rem;
  }
}
.p-scene__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-scene__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-scene__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-scene__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.p-scene__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 60rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-scene__img {
    aspect-ratio: 2/1;
  }
}
.p-scene__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-scene__img.--left {
  margin-left: calc(50% - 50vw);
  margin-right: -20rem;
}
@media screen and (max-width: 767px) {
  .p-scene__img.--left {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-scene__img.--right {
  margin-right: calc(50% - 50vw);
  margin-left: -20rem;
  border: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .p-scene__img.--right {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-scene__desc {
  width: 100%;
  max-width: 70rem;
  background: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 6rem 7rem;
  margin-top: 22rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-scene__desc {
    margin-top: 0;
    padding: 2rem;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-scene__desc-ttl {
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-synthesis-weight: 509;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-scene__desc-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}
.p-scene__desc-ttl.red {
  background: #ff6565;
}
.p-scene__desc-ttl.purple {
  background: #9a35fc;
}
.p-scene__desc-ttl.green {
  background: #69f0ae;
  color: #111111;
}
.p-scene__desc-sub {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2.5rem;
  text-align: center;
}
.p-scene__desc__check:not(:first-child) {
  margin-top: 2rem;
}
.p-scene__desc__check li {
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-scene__desc__check li {
    font-size: 1.5rem;
    gap: 0.4rem;
  }
}
.p-scene__desc__check li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-scene__desc__check li img {
  width: 1.8rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-scene__desc__check li img {
    width: 1.4rem;
  }
}
.p-scene__desc__list {
  list-style: disc;
  margin-left: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-scene__desc__list {
    margin-left: 2rem;
  }
}
.p-scene__desc__list:not(:first-child) {
  margin-top: 2rem;
}
.p-scene__desc__list li {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-scene__desc__list li {
    font-size: 1.5rem;
  }
}
.p-scene__desc__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.p-func {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-func {
    margin: 8rem 2rem;
  }
}
.p-func__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-func__wrap {
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-func__item {
  position: relative;
  z-index: 10;
  border-radius: 20px;
  background: white;
  width: 100%;
  border-radius: 2rem;
  border: 4px solid transparent;
}
.p-func__item-img {
  width: 70%;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.p-func__item-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.p-func__item-sub {
  border-top: dashed 1px #ddd;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.p-func__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 2rem;
  list-style: disc;
}
.p-func__list li {
  font-size: 1.4rem;
  line-height: 1.35;
}
.p-func__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-func__list--large {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 10rem;
}
.p-func__list--large li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.35;
}
.p-func__list--large li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.p-func__list--large li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #111;
  margin-top: 0.8rem;
}
.p-func__list--large li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin: 8rem 2rem;
  }
}
.p-flow__wrap {
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    margin-top: 0;
  }
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #a5a8ad;
  padding: 3rem 7rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
    gap: 2rem;
  }
}
.p-flow__item dt {
  background: #000080;
  color: #fff;
  width: 100%;
  max-width: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 6rem 0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item dt {
    max-width: 100%;
    padding: 3rem 0;
  }
}
.p-flow__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__item dd {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.p-flow__note {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__note {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}

.p-security {
  padding: 15rem 2rem 6rem;
  background: url(../../assets/img/security_bg1.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-security {
    padding: 8rem 2rem 4rem;
  }
}
.p-security__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-security__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-security__item {
  width: calc((100% - 2rem) / 2);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-security__item {
    padding: 1rem;
    width: 100%;
  }
}
.p-security__item-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-security__item-ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.p-security__table {
  border: solid 1px #ddd;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.p-security__table-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-security__table-list {
    display: block;
  }
}
.p-security__table-list:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.p-security__table-list dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #e2f3ff;
  padding: 1.5rem 0;
  white-space: nowrap;
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .p-security__table-list dt {
    padding: 1rem 0;
  }
}
.p-security__table-list dd {
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-security__table-list dd {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-security__desc {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-security__desc {
    margin-top: 4rem;
  }
}
.p-security__desc-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-security__desc-txt {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.p-faq {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin: 8rem 2rem;
  }
}
.p-faq__wrap {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-top: 8rem;
  }
}
.p-faq__head {
  font-size: 3.2rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 0.4rem #111111;
}
@media screen and (max-width: 767px) {
  .p-faq__head {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.p-faq__item {
  position: relative;
  padding: 6rem;
  cursor: pointer;
  margin-top: 0.3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 3rem 2rem;
  }
}
.p-faq__item::after {
  content: "+";
  font-size: 2.2rem;
  font-weight: 900;
  position: absolute;
  top: 6rem;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #111111;
  border-radius: 100%;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-faq__item::after {
    font-size: 1.3rem;
    top: 3rem;
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-faq__item.is-open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #ffffff;
  background: #111111;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__summary {
    gap: 1rem;
  }
}
.p-faq__summary-num {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-faq__summary-num {
    width: 3rem;
  }
}
.p-faq__summary-num span {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000080;
}
@media screen and (max-width: 767px) {
  .p-faq__summary-num span {
    font-size: 2.2rem;
  }
}
.p-faq__summary-ttl {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__summary-ttl {
    font-size: 1.7rem;
    padding-right: 3rem;
  }
}
.p-faq__detail-txt {
  font-size: 2rem;
  line-height: 1.8;
  padding-top: 2.5rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq__detail-txt {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 4rem;
  }
}
.p-faq__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__desc {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

.p-cta {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin: 8rem 2rem;
  }
}
.p-cta__img {
  margin-right: calc(50% - 50vw);
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .p-cta__img {
    margin-left: 0;
  }
}
.p-cta__img img {
  width: 100%;
  border-radius: 3rem 0 0 3rem;
}
.p-cta__desc {
  margin-top: -16rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-cta__desc {
    margin-top: -8rem;
    margin-left: -2rem;
    margin-bottom: 4rem;
  }
}
.p-cta__desc-ttl {
  font-size: 8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-cta__desc-ttl {
    font-size: 2.6rem;
  }
}
.p-cta__desc-ttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 1rem 0;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta__desc-ttl span {
    margin: 0.4rem 0;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.p-cta__desc-txt {
  margin-top: -6rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 57rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cta__desc-txt {
    margin-top: 2rem;
    font-size: 1.6rem;
    margin-left: 2rem;
  }
}
.p-cta__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cta__detail-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000080;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 2rem;
}
.p-cta__detail-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem;
}
.p-cta__detail-item:not(:last-child) {
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .p-cta__detail-item:not(:last-child) {
    border-bottom: solid 1px #ddd;
    border-right: none;
  }
}
.p-cta__detail__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  list-style: disc;
}
.p-cta__detail__list li {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-form {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 8rem 2rem;
  }
}
.p-form__head {
  text-align: center;
}
.p-form__head-ttl {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__head-ttl {
    font-size: 4.2rem;
    letter-spacing: 0.1rem;
  }
}
.p-form__head-ttl .red {
  background: #ff4081;
  letter-spacing: 0;
  padding: 0 1.5rem;
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .p-form__head-ttl .red {
    padding: 0 1rem;
  }
}
.p-form__head-ttl .blue {
  background: #6db8f7;
  letter-spacing: 0;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__head-ttl .blue {
    padding: 0 1rem;
    margin-right: 0.6rem;
  }
}
.p-form__head-txt {
  margin-top: 6rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form__head-txt {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
  .p-form__head-txt u {
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.2rem;
  }
}
.p-form__wrap {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 1rem;
  padding: 8rem 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    padding: 4rem 2rem;
  }
}
.p-form__exp {
  text-align: center;
  margin-bottom: 6rem;
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.p-form__exp-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.p-form__exp-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-form__field {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__field {
    display: block;
    margin-bottom: 2rem;
  }
}
.p-form__field-label {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-form__field-label {
    margin-bottom: 1rem;
  }
}
.p-form__field-error {
  margin-top: 1rem;
  color: #f10000;
  font-size: 1.4rem;
}
.p-form__field input {
  width: 100%;
  background: #eff8ff;
  border: solid 1px #e0e0e0;
  padding: 1rem;
  font-size: 1.6rem;
}
.p-form__textarea-label {
  display: block;
  margin-bottom: 1rem;
}
.p-form__textarea textarea {
  width: 100%;
  min-height: 14rem;
  background: #eff8ff;
  border: solid 1px #e0e0e0;
  padding: 1rem;
  font-size: 1.6rem;
}
.p-form__submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #000080;
  padding: 2rem 8.5rem;
  border-radius: 5rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    margin-top: 2.5rem;
  }
}
.p-form .required {
  color: #f10000;
}

.p-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65vh;
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-thanks__desc {
  border-radius: 2rem;
  padding: 5rem;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__desc {
    padding: 5rem 2rem;
  }
}
.p-thanks__desc-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__desc-ttl {
    font-size: 2rem;
  }
}
.p-thanks__desc-txt {
  font-size: 1.8rem;
  line-height: 2;
}
.p-thanks__desc-btn {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  background: #000080;
  border-radius: 10rem;
  padding: 2rem 6rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-company {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin: 8rem 2rem;
  }
}
.p-company__catch {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 600;
}
.p-company__logo {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__logo {
    max-width: 10rem;
    margin-bottom: 3rem;
  }
}
.p-company__detail {
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #f2ebfd;
  padding: 10rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__detail {
    padding: 4rem 2rem;
  }
}
.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  border-bottom: solid 1px #ddd;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-company__item {
    gap: 0;
  }
}
.p-company__item dt {
  padding: 3rem 0;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company__item dt {
    padding: 1rem;
    font-size: 1.4rem;
    white-space: nowrap;
    width: 7rem;
  }
}
.p-company__item dd {
  padding: 3rem 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-company__item dd {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1rem 0;
  }
}/*# sourceMappingURL=style.css.map */