/*! 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%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@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: "Noto Sans JP", 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;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  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-main__form {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main__form {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}

.l-footer {
  color: #ffffff;
  text-align: center;
  padding: 8rem 2rem 2rem;
  background: #04384c;
}
.l-footer__desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 8rem;
}
.l-footer__desc a {
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5rem;
  margin-top: 3rem;
  background: #ffffff;
  color: #04384c;
}
.l-footer__prvacy {
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-btn {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 7rem;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.p-btn.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  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: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem;
    position: static;
  }
}
.l-header__logo {
  max-width: 30rem;
  background: #ffffff;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 16rem;
    padding: 0;
    background: none;
  }
}
.l-header__btn a {
  background: #0097d7;
  color: #ffffff;
  border-radius: 5rem;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn a {
    gap: 1rem;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
  }
}
.l-header__btn a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(45deg) translate(-50%);
          transform: rotate(45deg) translate(-50%);
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header__btn a::after {
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
}

.p-view {
  overflow: hidden;
}
.p-view img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-view img {
    width: 80rem;
    max-width: unset;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

.p-elmHead {
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead {
    margin-bottom: 6rem;
  }
}
.p-elmHead h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmHead h2 {
    font-size: 3rem;
    letter-spacing: 0.04em;
  }
}
.p-elmHead p {
  color: #0097d7;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-elmHead p {
    margin-bottom: 1.5rem;
  }
}

.p-about {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 8rem 2rem;
  }
}
.p-about__wrap {
  margin-bottom: 8rem;
}
.p-about__wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-about__wrap dl:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about__wrap dl:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__wrap dl:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap dl:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-about__wrap dl dt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__wrap dl dt {
    width: 100%;
  }
}
.p-about__wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__wrap dl dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #282828;
}
.p-about__wrap dl dd p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  padding: 5rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    padding: 2.5rem;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__list__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__list__img {
    width: 100%;
  }
}
.p-about__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__list__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #282828;
}
.p-about__list__item ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-about__list__item ul li::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../assets/img/ico_check-1.png) no-repeat center/contain;
  margin-top: 0.6rem;
}
.p-about__point {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__point {
    margin-top: 4rem;
  }
}
.p-about__point h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #04384c;
  background: #def1f9;
  padding: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__point h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.p-about__point h3 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #282828;
  margin-top: 4rem;
}
.p-about__point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__point__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-about__point__list li {
  width: 18.4rem;
  height: 18.4rem;
  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;
  text-align: center;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__point__list li {
    width: calc((100% - 2rem) / 2);
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.p-about__point__list li:nth-of-type(1) {
  background: #4195b5;
}
@media screen and (max-width: 767px) {
  .p-about__point__list li:nth-of-type(1) {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-about__point__list li:nth-of-type(2) {
  background: #3da4cb;
}
.p-about__point__list li:nth-of-type(3) {
  background: #58b7df;
}
.p-about__point__list li:nth-of-type(4) {
  background: #3dc3cb;
}
.p-about__point__list li:nth-of-type(5) {
  background: #2daeb6;
}
.p-about__point__list li p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.p-about__gallery {
  background: #f7f7f7;
  padding: 5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__gallery {
    padding: 2.5rem;
    margin-top: 6rem;
  }
}
.p-about__gallery__head {
  text-align: center;
  margin-bottom: 4rem;
  color: #0097d7;
  letter-spacing: 0.1em;
}
.p-about__gallery__head p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__gallery__head p {
    font-size: 1.4rem;
  }
}
.p-about__gallery__head h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-about__gallery__head h2 {
    font-size: 2rem;
  }
}
.p-about__gallery__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__gallery__img {
    gap: 1rem;
  }
}
.p-about__gallery__img li {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-about__gallery__img li {
    width: calc((100% - 1rem) / 2);
  }
}

.p-separate {
  margin-bottom: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-separate {
    margin-bottom: 8rem;
  }
  .p-separate img {
    width: 55rem;
    max-width: unset;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

.p-intr {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-intr__lead {
  margin-bottom: 8rem;
}
.p-intr__lead h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #04384c;
  background: #def1f9;
  padding: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intr__lead h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 4rem;
  }
}
.p-intr__lead dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intr__lead dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-intr__lead dl dt {
  width: 34rem;
  max-width: 90%;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-intr__lead dl dt {
    width: 100%;
    max-width: 65%;
    margin: auto;
    padding-left: 0;
  }
}
.p-intr__lead dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-intr__lead dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #282828;
}
.p-intr__lead dl dd ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-intr__lead dl dd ul li::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../assets/img/ico_check-1.png) no-repeat center/contain;
  margin-top: 0.6rem;
}
.p-intr__lead dl dd ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-intr__grad {
  position: relative;
  padding: 5rem;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-bottom: 8rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-intr__grad {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
.p-intr__grad h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #04384c;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-intr__grad h2 {
    font-size: 1.7rem;
  }
}
.p-intr__grad h2::before {
  content: "";
  width: 2px;
  height: 2.4rem;
  background: #04384c;
  -webkit-transform: rotate(-25deg) translateY(0.2rem);
          transform: rotate(-25deg) translateY(0.2rem);
}
.p-intr__grad h2::after {
  content: "";
  width: 2px;
  height: 2.4rem;
  background: #04384c;
  -webkit-transform: rotate(25deg) translateY(0.2rem);
          transform: rotate(25deg) translateY(0.2rem);
}
.p-intr__grad ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intr__grad ul {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-intr__grad ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intr__grad ul li {
    width: calc((100% - 2rem) / 2);
  }
}
.p-intr__grad ul li p {
  font-size: 1.6rem;
  color: #282828;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-intr__grad ul li p {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 1rem;
  }
}
.p-intr__graph {
  margin-bottom: 8rem;
}
.p-intr__graph h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #04384c;
  background: #def1f9;
  padding: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intr__graph h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 4rem;
  }
}
.p-intr__graph figure {
  width: 90%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.p-intr__graph ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intr__graph ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-intr__graph ul li {
  text-align: center;
  width: calc((100% - 10rem) / 3);
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-intr__graph ul li {
    width: 100%;
    padding: 3rem;
  }
}
.p-intr__graph ul li:nth-of-type(1) {
  background: #e0f5eb;
  color: #66cc99;
}
.p-intr__graph ul li:nth-of-type(2) {
  background: #def1f9;
  color: #58b7df;
}
.p-intr__graph ul li:nth-of-type(3) {
  background: #f5f5e0;
  color: #f07d30;
}
.p-intr__graph ul li h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.p-intr__graph ul li img {
  max-height: 8.8rem;
}
.p-intr__graph ul li p {
  margin-top: 2rem;
  color: #282828;
  font-size: 1.6rem;
  line-height: 1.65;
}
.p-intr__box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-intr__box {
    margin-bottom: 5rem;
  }
}
.p-intr__box h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #04384c;
  background: #def1f9;
  padding: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intr__box h3 {
    margin-bottom: 3rem;
  }
}
.p-intr__box ul {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-intr__box ul {
    margin-left: auto;
  }
}
.p-intr__box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #282828;
}
.p-intr__box ul li:not(:last-child) {
  margin-bottom: 2rem;
  gap: 1rem;
}
.p-intr__box ul li::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../assets/img/ico_check-1.png) no-repeat center/contain;
  margin-top: 1rem;
}
.p-intr__box ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-intr__box ul li p b {
  display: block;
  font-size: 1.8rem;
}
.p-intr__list {
  position: relative;
  padding: 5rem;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-bottom: 8rem;
  margin-top: 8rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-intr__list {
    padding: 5rem 2.5rem 2.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-intr__list h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #04384c;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-intr__list h2 {
    text-align: center;
    line-height: 1.3;
    font-size: 2rem;
  }
}
.p-intr__list h2::before {
  content: "";
  width: 2px;
  height: 2.4rem;
  background: #04384c;
  -webkit-transform: rotate(-25deg) translateY(0.2rem);
          transform: rotate(-25deg) translateY(0.2rem);
}
.p-intr__list h2::after {
  content: "";
  width: 2px;
  height: 2.4rem;
  background: #04384c;
  -webkit-transform: rotate(25deg) translateY(0.2rem);
          transform: rotate(25deg) translateY(0.2rem);
}
.p-intr__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intr__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intr__list ul li {
    width: 100%;
  }
}
.p-intr__list ul li p {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.p-faq {
  padding: 10rem 2rem;
  background: #def1f9;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 8rem 2rem;
  }
}
.p-faq dl {
  background: #ffffff;
  border: solid 1px #cccccc;
}
.p-faq dl:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #cccccc;
}
.p-faq dl dt span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #cc3333;
}
@media screen and (max-width: 767px) {
  .p-faq dl dt span {
    font-size: 3rem;
  }
}
.p-faq dl dt p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-faq dl dt p {
    font-size: 1.6rem;
  }
}
.p-faq dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd {
    margin-left: 2rem;
    margin-right: 0;
    margin-top: 2rem;
  }
}
.p-faq dl dd .ans {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 4rem;
  color: #04384c;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd .ans {
    font-size: 3rem;
  }
}
.p-faq dl dd .desc {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd .desc {
    padding: 0 2rem 2rem 1rem;
  }
}
.p-faq dl dd .desc span {
  color: #04384c;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd .desc span {
    display: block;
    font-size: 1.6rem;
  }
}
.p-faq dl dd .desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #282828;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd .desc p {
    font-size: 1.4rem;
  }
}
.p-faq dl dd .desc p.desc-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.p-form {
  padding: 8rem 2rem;
}
.p-form__wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.p-form__wrap dl {
  margin-bottom: 3.5rem;
}
.p-form__wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-form__wrap dl dt .req {
  background: #cc3333;
  color: #ffffff;
  border-radius: 3rem;
  padding: 0.4rem 1rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.p-form__wrap dl dt .any {
  background: #999999;
  color: #ffffff;
  border-radius: 3rem;
  padding: 0.4rem 1rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.p-form__wrap dl dd {
  margin-top: 2rem;
}
.p-form__wrap .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap .year {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-form__wrap .year__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-form__wrap .year__box .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.p-form__wrap .year__item-1 {
  width: 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__wrap .year__item-1 {
    width: 18rem;
  }
}
.p-form__wrap .year__item-1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  background: url(../../assets/img/arrow-1.jpg) no-repeat center/100% 100%;
}
.p-form__wrap .year__item-2 {
  width: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__wrap .year__item-2 {
    width: 12rem;
  }
}
.p-form__wrap .year__item-2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  background: url(../../assets/img/arrow-1.jpg) no-repeat center/100% 100%;
}
.p-form__wrap .year__item-3 {
  width: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__wrap .year__item-3 {
    width: 12rem;
  }
}
.p-form__wrap .year__item-3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  background: url(../../assets/img/arrow-1.jpg) no-repeat center/100% 100%;
}
.p-form__wrap .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap .add {
    gap: 1.4rem;
  }
}
.p-form__wrap .add__item {
  width: 50%;
}
.p-form__wrap .add__item p {
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.p-form__wrap .add__item__select {
  position: relative;
}
.p-form__wrap .add__item__select .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.p-form__wrap .add__item__select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  background: url(../../assets/img/arrow-1.jpg) no-repeat center/100% 100%;
}
.p-form__wrap .addr {
  margin-top: 2rem;
}
.p-form__wrap .addr p {
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.p-form__wrap input[type=text],
.p-form__wrap input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1rem;
  border: solid 1px #dddddd;
  border-radius: 0.5rem;
}
.p-form__wrap input[type=checkbox],
.p-form__wrap input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form__wrap input[type=submit] {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 18rem;
  margin: 6rem auto 0;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 10rem;
  color: #ffffff;
  background: #0097d7;
}
.p-form__wrap select {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.353rem;
  border: solid 1px #dddddd;
  border-radius: 0.5rem;
}
.p-form__wrap textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form__wrap .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 4rem 2rem;
  }
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #0097d7;
  border-radius: 5rem;
}

.p-privacy {
  margin-top: 32rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin-top: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}/*# sourceMappingURL=style.css.map */