@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&family=Zen+Maru+Gothic&family=Oswald:wght@200..700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  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 {
  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", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  color: #272727;
}
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: 80rem;
  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 {
  border-top: solid 1px #d9d9d9;
  padding: 3rem;
  margin-top: 8.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 5rem;
    padding: 3rem 1.5rem;
  }
}
.l-footer .logo {
  width: 36rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    width: 95%;
    max-width: 36rem;
    margin-bottom: 3rem;
  }
}
.l-footer .logo img {
  width: 100%;
}
.l-footer .list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.l-footer .list li a {
  color: #545458;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.l-footer .copy {
  margin-top: 3rem;
  text-align: center;
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.l-header {
  background: #ffffff;
  padding: 2rem 5rem;
  position: relative;
  z-index: 100;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 2rem;
  }
}
.l-header__logo {
  width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 25.25rem;
  }
}
.l-header__wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel a {
  font-family: "Oswald", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #31a83c;
}
.l-header__tel p {
  font-size: 1.1rem;
  color: #ffffff;
  background: #fa9200;
  border-radius: 0.6rem;
  padding: 0.6rem 1rem;
  text-align: center;
  line-height: 1.15;
}

.l-gNav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.l-gNav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
  }
  .l-gNav.is-active {
    left: 0;
  }
  .l-gNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger::after {
    content: "MENU";
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    color: #704b28;
    font-size: 1.1rem;
    transition: 0.3s;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #704b28;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s linear;
    transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s linear;
    transform: translateY(0) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    transform: translateY(0) rotate(-45deg);
  }
  .l-hamburger.is-active::after {
    top: 75%;
  }
}
.p-view {
  background: #fff;
}
.p-view__wrap {
  background-image: url("/ihinseiri/wp-content/themes/Original-Themes/assets/img/top/fv-bg2.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-view__wrap {
    background-image: url("/ihinseiri/wp-content/themes/Original-Themes/assets/img/top/sp-fv-bg2.png");
    border-radius: 1.5rem;
    margin: 0 1rem 2.4rem;
  }
}
.p-view__detail {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3.705rem;
  padding: 6.647rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-view__detail {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 2.7rem 0.5rem 0;
  }
}
.p-view__left {
  text-align: center;
  margin-bottom: 2.732rem;
}
@media screen and (max-width: 767px) {
  .p-view__left {
    margin-bottom: 0;
  }
}
.p-view__sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.482rem;
  border-radius: 3.4575rem;
  background: #0A1F44;
  color: #FFF;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.7318rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 1.7928rem;
  margin-bottom: 1.363rem;
}
@media screen and (max-width: 767px) {
  .p-view__sub {
    border-radius: 3.1944rem;
    height: 4.1408rem;
    padding: 0 1.6563rem;
    font-size: 1.2rem;
    margin-bottom: 1.259rem;
  }
}
.p-view__title {
  color: #533B24;
  text-align: center;
  font-family: YuMincho;
  font-size: 41.839px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  letter-spacing: -2.929px;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-view__title {
    font-size: 3.8654rem;
    letter-spacing: -2.706px;
    margin-bottom: 0.8rem;
  }
}
.p-view__title img {
  width: 100%;
}
.p-view__title span {
  letter-spacing: -6.276px;
}
@media screen and (max-width: 767px) {
  .p-view__title span {
    letter-spacing: -5.798px;
  }
}
.p-view__title small {
  font-size: 3.4701rem;
  letter-spacing: -2.429px;
}
@media screen and (max-width: 767px) {
  .p-view__title small {
    font-size: 3.206rem;
    letter-spacing: -2.244px;
  }
}
.p-view__keywords {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.559rem;
  margin-bottom: 2.438rem;
}
@media screen and (max-width: 767px) {
  .p-view__keywords {
    gap: 0.516rem;
    margin-bottom: 2.834rem;
  }
}
.p-view__keywords li {
  background-color: #0A1F44;
  color: #fff;
  padding: 1.79rem;
  text-align: center;
  font-family: YuMincho;
  font-size: 6.2608rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-view__keywords li {
    font-size: 5.7842rem;
    padding: 1.35rem;
  }
}
.p-view__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.089rem;
}
@media screen and (max-width: 767px) {
  .p-view__badges {
    gap: 0.985rem;
  }
}
.p-view__badges li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.2115rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5.9524rem;
  background: #CEA931;
  width: 11.9049rem;
  height: 11.9049rem;
}
@media screen and (max-width: 767px) {
  .p-view__badges li {
    font-size: 2rem;
    border-radius: 5.3831rem;
    width: 10.7662rem;
    height: 10.7662rem;
  }
}
.p-view__right {
  text-align: center;
  position: relative;
}
.p-view__img {
  display: block;
  max-width: 46.361rem;
  height: 40.601rem;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 767px) {
  .p-view__img {
    width: 36.7rem;
    height: 25.3rem;
    margin-bottom: -0.65rem;
  }
}
.p-view__price {
  position: absolute;
  bottom: 0;
  left: 3.5rem;
  text-align: left;
  margin-bottom: 2.691rem;
}
@media screen and (max-width: 767px) {
  .p-view__price {
    left: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-view__price .label {
  display: inline-block;
  background-color: #3A3A3A;
  padding: 0.9504rem 2.1121rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.9009rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-view__price .label {
    padding: 0.15rem 1.35rem;
    color: #FFF;
    font-size: 1.8rem;
    margin-bottom: -0.8rem;
  }
}
.p-view__price .price {
  display: block;
  width: 26.6rem;
  max-width: 26.6rem;
  height: 9.9rem;
}
@media screen and (max-width: 767px) {
  .p-view__price .price {
    max-width: 25.2rem;
    height: 9.4rem;
  }
}

.p-read {
  padding: 4.6rem 3rem 6.3rem;
  color: #533b24;
}
@media screen and (max-width: 767px) {
  .p-read {
    padding: 0;
  }
}
.p-read__wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.p-read__desc {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-read__desc {
    background: #fcf7e9;
    padding: 1.5rem 1.5rem 4rem;
    margin-bottom: 0;
  }
}
.p-read__desc h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-read__desc h2 {
    font-size: 2.4rem;
  }
}
.p-read__desc h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #533b24;
}
.p-read__desc h2 span {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #ffffff;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-read__desc h2 span {
    background: #fcf7e9;
  }
}
.p-read__desc p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-read__desc p {
    font-size: 1.5rem;
  }
}
.p-read__detail {
  text-align: center;
  border-radius: 1.2rem;
  border: solid 0.2rem #31a83c;
  padding: 2.5rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-read__detail {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 2.4rem;
    padding: 2rem 1.5rem;
  }
}
.p-read__detail p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-read__detail p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-read__detail h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #31a83c;
}
@media screen and (max-width: 767px) {
  .p-read__detail h3 {
    font-size: 2.6rem;
  }
}
.p-read__detail dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-read__detail dl {
    flex-wrap: wrap;
  }
}
.p-read__detail dl dt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-read__detail dl dt {
    width: 100%;
  }
}
.p-read__detail dl dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-read__detail dl dd {
    width: 100%;
  }
}

.p-wor {
  padding: 5rem 3rem;
  background: url(/assets/img/top/bg1-1.png) center;
}
@media screen and (max-width: 767px) {
  .p-wor {
    padding: 3.2rem 1.5rem 2.4rem;
  }
}
.p-wor h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-wor h2 {
    font-size: 2rem;
    margin-bottom: 4.2rem;
  }
}
.p-wor ul {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-wor ul {
    gap: 2rem 1rem;
  }
}
.p-wor ul li {
  width: calc(50% - 2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-wor ul li {
    width: calc(50% - 0.5rem);
  }
}
.p-wor ul li img {
  width: 100%;
  margin-bottom: 1rem;
}
.p-wor ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-wor ul li p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-wor ul li p span {
  background: linear-gradient(transparent 50%, #f2e698 50%);
}

.p-cta {
  margin: 6rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin: 2.4rem 1.5rem 0;
  }
}
.p-cta ul {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta ul {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.p-menu {
  padding: 7rem 3rem;
  background: url(/assets/img/top/support_bg.png) no-repeat right top/100%;
}
@media screen and (max-width: 767px) {
  .p-menu {
    padding: 3.2rem 1.5rem;
  }
}
.p-menu h2 {
  text-align: center;
  color: #533b24;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-menu h2 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.p-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-menu ul {
    gap: 1rem;
  }
}
.p-menu ul li {
  width: calc(50% - 1.4rem);
  border-radius: 0.7rem;
  border: solid 0.3rem #31a83c;
  background: #31a83c;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu ul li {
    width: 100%;
  }
  .p-menu ul li:nth-of-type(n + 5) {
    width: calc(50% - 0.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.6rem;
  }
  .p-menu ul li:nth-of-type(n + 5) p {
    font-size: 1.3rem;
  }
}
.p-menu ul li p {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-menu ul li p {
    font-size: 1.6rem;
    padding: 1.5rem 0;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-future {
    padding: 4rem 1.5rem 2.5rem;
  }
}
.p-future h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  z-index: 10;
  color: #533b24;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-future h2 {
    font-size: 2.2rem;
  }
}
.p-future h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #533b24;
}
.p-future h2 span {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #ffffff;
  position: relative;
  z-index: 20;
}
.p-future h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #db8000;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-future h3 {
    font-size: 2.4rem;
  }
}
.p-future h3 span {
  width: 5.4rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 600;
  color: #ffffff;
  background: #db8000;
  border-radius: 100%;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-future h3 span {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 3.2rem;
  }
}
.p-future__wrap dl {
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  border: solid 0.3rem #db8000;
}
.p-future__wrap dl:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-future__wrap dl dt {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.p-future__wrap dl dt .num {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  background: #db8000;
  padding-bottom: 0.3rem;
}
.p-future__wrap dl dt p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #db8000;
}
@media screen and (max-width: 767px) {
  .p-future__wrap dl dt p {
    line-height: 1.35;
    flex: 1;
  }
}
.p-future__wrap dl dd p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-future__wrap dl dd p {
    font-size: 1.6rem;
  }
}

.p-note {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-note {
    padding: 4rem 0;
    background: url(/assets/img/top/bg1-2.png) no-repeat center bottom/cover;
  }
}
.p-note h2 {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-note h2 {
    font-size: 2.8rem;
    line-height: 1.35;
  }
}
.p-note h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f3f3f3;
  z-index: -1;
}
.p-note h2 img {
  display: block;
  width: 9.3rem;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-note__wrap {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.p-note__wrap dl {
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  border: solid 0.3rem #b90000;
  background: #ffffff;
}
.p-note__wrap dl:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-note__wrap dl dt {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.p-note__wrap dl dt .num {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  background: #b90000;
  padding-bottom: 0.4rem;
}
.p-note__wrap dl dt p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #b90000;
}
.p-note__wrap dl dd p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-note__wrap dl dd p {
    font-size: 1.6rem;
  }
}
.p-note__desc {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 4rem;
  color: #533b24;
}
@media screen and (max-width: 767px) {
  .p-note__desc {
    text-align: left;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price {
    padding: 5rem 1.5rem;
  }
}
.p-price h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #533b24;
  text-align: center;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-price h2 {
    font-size: 2.8rem;
    margin-bottom: 3.4rem;
  }
}
.p-price__graph .note {
  margin-top: 2.2rem;
}
.p-price__graph .note li {
  font-size: 1.1rem;
  line-height: 2;
}
.p-price__graph .note li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-price__wrap {
  display: flex;
  border-radius: 1rem;
  border: solid 1px #9c9090;
  overflow: hidden;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    flex-wrap: wrap;
  }
}
.p-price__item {
  width: 100%;
  background: #f5f5f5;
  padding: 1.5rem;
  color: #533b24;
}
.p-price__item:nth-of-type(even) {
  background: #ebebeb;
}
.p-price__item ul {
  list-style: disc;
  margin-left: 2rem;
}
.p-price__item ul li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.p-price__item ul li span {
  color: #db6e00;
  font-weight: 600;
}
.p-price__item h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-price__etc {
  margin-top: 2rem;
}
.p-price__etc .list {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #533b24;
}
.p-price__etc .list li:not(:last-child) {
  margin-bottom: 1rem;
}

.p-area {
  margin: 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-area {
    margin: 4rem 0;
  }
}
.p-area__desc h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.45;
  color: #533b24;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__desc h2 {
    font-size: 3rem;
  }
}
.p-area__desc p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0;
  color: #533b24;
}
@media screen and (max-width: 767px) {
  .p-area__desc p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-area__desc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 5rem;
}
.p-area__desc ul li {
  font-size: 1.8rem;
  font-weight: 600;
  background: #fa9200;
  color: #ffffff;
  border-radius: 0.8rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-area__desc ul li {
    font-size: 1.5rem;
  }
}
.p-area__wrap {
  border-radius: 1rem;
  border: solid 1px #533b24;
  margin-top: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-area__wrap {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 3rem;
  }
}
.p-area__wrap dl:not(:last-child) {
  border-bottom: solid 1px #d9d9d9;
}
.p-area__wrap dl dt {
  font-size: 2.5rem;
  font-weight: 600;
  color: #533b24;
  padding: 2rem 3.75rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-area__wrap dl dt {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.p-area__wrap dl dt::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #533b24;
  border-right: solid 2px #533b24;
}
.p-area__wrap dl dd {
  background: #f4f4f4;
}
.p-area__wrap dl dd p {
  padding: 2rem 3.75rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-area__wrap dl dd p {
    font-size: 1.5rem;
    padding: 2rem;
  }
}

.p-flow {
  margin: 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin: 5rem 1.5rem;
  }
}
.p-flow__desc {
  text-align: center;
  color: #533b24;
}
.p-flow__desc h2 {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow__desc h2 {
    font-size: 2.4rem;
  }
}
.p-flow__desc p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__desc p {
    font-size: 1.5rem;
  }
}
.p-flow__wrap {
  padding: 4rem;
  margin-top: 4rem;
  border: solid 0.2rem #db8000;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    padding: 1.5rem;
  }
}
.p-flow__wrap dl:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-flow__wrap dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-flow__wrap dl dt .num {
  width: 4rem;
  height: 4rem;
  padding-bottom: 0.3rem;
  border-radius: 100%;
  background: #db8000;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-flow__wrap dl dt p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap dl dt p {
    font-size: 1.9rem;
  }
}
.p-flow__wrap dl dd p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap dl dd p {
    font-size: 1.6rem;
  }
}
.p-flow__wrap dl dd figure:not(:first-child) {
  margin-top: 2rem;
}

.p-voice {
  margin: 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    margin: 5rem 1.5rem;
  }
}
.p-voice__desc {
  text-align: center;
  color: #533b24;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__desc {
    margin-bottom: 4rem;
  }
}
.p-voice__desc h2 {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-voice__desc h2 {
    font-size: 2.4rem;
  }
}
.p-voice__desc p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__desc p {
    font-size: 1.5rem;
    line-height: 1.65;
  }
}
.p-voice__wrap dl {
  border-radius: 1.2rem;
  border: solid 0.2rem #31a83c;
  overflow: hidden;
}
.p-voice__wrap dl:not(:last-child) {
  margin-bottom: 2.4rem;
}
.p-voice__wrap dl dt {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  background: #31a83c;
  padding: 1.3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap dl dt {
    padding: 1.2rem;
    gap: 1.8rem;
  }
}
.p-voice__wrap dl dt p {
  font-size: 3.2rem;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap dl dt p {
    font-size: 2.1rem;
  }
}
.p-voice__wrap dl dt .img {
  width: 7.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap dl dt .img {
    width: 5.6rem;
  }
}
.p-voice__wrap dl dt .img span {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap dl dt .img span {
    font-size: 1rem;
    line-height: 1.35;
  }
}
.p-voice__wrap dl dd {
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap dl dd {
    padding: 1.5rem;
  }
}
.p-voice__wrap dl dd p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap dl dd p {
    font-size: 1.5rem;
  }
}

.p-faq {
  margin-bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-bottom: 0;
  }
}
.p-faq h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #533b24;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq h2 {
    font-size: 2.8rem;
    line-height: 1.35;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.p-faq__wrap dl {
  border-radius: 1.2rem;
  border: solid 0.2rem #ffc14e;
  overflow: hidden;
}
.p-faq__wrap dl:not(:last-child) {
  margin-bottom: 2.4rem;
}
.p-faq__wrap dl dt {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  background: #ffc14e;
  padding: 1.3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap dl dt {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.p-faq__wrap dl dt p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap dl dt p {
    font-size: 1.8rem;
  }
}
.p-faq__wrap dl dt img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap dl dt img {
    width: 2.8rem;
  }
}
.p-faq__wrap dl dd {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap dl dd {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.p-faq__wrap dl dd p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap dl dd p {
    font-size: 1.5rem;
  }
}
.p-faq__wrap dl dd img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap dl dd img {
    width: 2.8rem;
  }
}

.p-form {
  padding: 15rem 3rem;
  background: #fcf7e9;
  margin-bottom: -8.4rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 8rem 2rem;
    margin-bottom: -5rem;
  }
}
.p-form__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-form__head {
    margin-bottom: 4rem;
  }
}
.p-form__head h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-form__head h2:after {
  content: "";
  display: block;
  width: 12rem;
  height: 1px;
  background: #31a83c;
  margin: 3rem auto;
}
.p-form__step {
  position: relative;
}
.p-form__step::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 5rem;
  right: 5rem;
  background: #d9d9d9;
  height: 1px;
}
.p-form__step ul {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.p-form__step ul li {
  width: 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__step ul li {
    width: 8rem;
  }
}
.p-form__step ul li span {
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  background: #dce9dd;
  color: #95bd99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-form__step ul li span {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.p-form__step ul li p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1.5rem;
  color: #a6cdaa;
}
@media screen and (max-width: 767px) {
  .p-form__step ul li p {
    font-size: 1.2rem;
  }
}
.p-form__step ul li.is-active span {
  color: #ffffff;
  background: #31a83c;
}
.p-form__step ul li.is-active p {
  color: #31a83c;
}
.p-form__wrap {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    margin-top: 4rem;
  }
}
.p-form__wrap dl {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dfd5b3;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl {
    gap: 0;
    flex-direction: column;
  }
}
.p-form__wrap dl dt {
  width: 27rem;
  padding: 3rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl dt {
    width: 100%;
  }
}
.p-form__wrap dl dt span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
}
.p-form__wrap dl dt .req {
  color: #ffffff;
  background: #db3025;
}
.p-form__wrap dl dd {
  flex: 1;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl dd {
    padding: 0 0 2rem;
    width: 100%;
  }
}
.p-form__wrap dl dd .add {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-form__wrap dl dd .add:not(:last-child) {
  margin-bottom: 2rem;
}
.p-form__wrap dl dd .addr p {
  margin-top: 2rem;
}
.p-form__privacy {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.p-form__privacy__item {
  margin-top: 1.5rem;
  text-align: center;
}
.p-form__privacy__item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-form__privacy__item label input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form__thanks {
  margin-top: 12rem;
}
.p-form__thanks h3 {
  text-align: center;
  color: #31a83c;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form__thanks h3 {
    font-size: 2rem;
  }
}
.p-form__thanks p {
  text-align: center;
  line-height: 2.2;
  font-size: 1.6rem;
}
.p-form__thanks a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  border-radius: 5rem;
  background: #31a83c;
  color: #ffffff;
  padding: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  text-align: center;
  font-size: 1.8rem;
}
.p-form input[type=text],
.p-form input[type=email] {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
  border: solid 1px #ddd;
}
.p-form input[type=submit] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  border-radius: 5rem;
  background: #31a83c;
  color: #ffffff;
  padding: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  text-align: center;
  font-size: 1.8rem;
}
.p-form textarea {
  display: block;
  width: 100%;
  min-height: 18rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
  border: solid 1px #ddd;
}
.p-form .error {
  margin-top: 1rem;
}
.p-form .mw_wp_form_confirm .p-form__privacy {
  display: none;
}
.p-form .mw_wp_form_confirm .p-form__privacy__item {
  margin-top: 3rem;
}

.p-privacy {
  padding: 15rem 3rem;
  background: #fcf7e9;
  margin-bottom: -8.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 8rem 2rem;
    margin-bottom: -5rem;
  }
}
.p-privacy__desc {
  margin-bottom: 4rem;
}
.p-privacy__desc h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.p-privacy__desc h2::after {
  content: "";
  display: block;
  width: 12.8rem;
  height: 1px;
  background: #31a83c;
  margin: 2.5rem auto 3.4rem;
}
.p-privacy__desc p {
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-privacy__desc p {
    font-size: 1.4rem;
  }
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-privacy__list-summary {
  margin-bottom: 1.5rem;
}
.p-privacy__list-summary p {
  flex: 1;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-summary p {
    font-size: 1.7rem;
  }
}
.p-privacy__list-detail p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail p {
    font-size: 1.4rem;
  }
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-privacy__list-detail ul {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  list-style: disc;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail ul {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail ul:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-privacy__list-detail ol {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  list-style: decimal;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail ol {
    font-size: 1.4rem;
    margin-left: 3rem;
  }
}

.p-company {
  padding: 18rem 0;
  background: #fcf7e9;
  margin-bottom: -8.4rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 8rem 0;
    margin-bottom: -5rem;
  }
}
.p-company__wrap {
  width: 90%;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
}
.p-company__wrap h2 {
  background: #31a83c;
  color: #ffffff;
  padding: 1.5rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  border: solid 1px #999999;
  border-bottom: none;
}
.p-company__detail {
  border: solid 1px #999999;
}
.p-company__detail dl {
  display: flex;
  background: #ffffff;
}
.p-company__detail dl:not(:last-child) {
  border-bottom: solid 1px #999999;
}
.p-company__detail dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  width: 17rem;
  background: #f6f6f6;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 4rem 0;
  border-right: solid 1px #999999;
}
@media screen and (max-width: 767px) {
  .p-company__detail dl dt {
    font-size: 1.4rem;
    padding: 3rem 0;
  }
}
.p-company__detail dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 4rem 2rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company__detail dl dd {
    font-size: 1.4rem;
    padding: 3rem 2rem;
  }
}