@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::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;
}

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder {
  color: #B7B7B7;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1340px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.329787234vw;
  }
}

body {
  color: #2f2f2f;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.0506666667em;
  line-height: 3rem;
  position: relative;
  /*@include mq(pc) {
  	min-width: 1200px;
  }*/
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  max-width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
.m-bold {
  font-weight: bold;
}

.m-en {
  /*font-family: 'Arial', sans-serif;*/
}

.c-inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.c-inner.m-thin {
  width: 95rem;
}
@media screen and (max-width: 767px) {
  .c-inner.m-thin {
    width: 100%;
    padding: 0 5%;
  }
}

.c-section-head {
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  height: 12.3rem;
}
@media screen and (max-width: 767px) {
  .c-section-head {
    height: auto;
  }
}
.c-section-head .-ttl {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.0866666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-head .-ttl {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.c-section-head .-ttl .pre {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-head .-ttl .pre {
    font-size: 3.5rem;
  }
}
.c-section-head .-en {
  position: absolute;
  z-index: -1;
}
.c-cta {
  background: #2f2f2f;
  position: relative;
}
.c-cta .c-inner {
  position: relative;
  padding: 3.4rem 0 4rem 40rem;
}
@media screen and (max-width: 767px) {
  .c-cta .c-inner {
    padding: 3.4rem 0 6rem;
  }
}
.c-cta .-img {
  width: 40rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta .-img {
    width: 66.5rem;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: -10rem auto 0 auto;
  }
}
.c-cta .-img img {
  width: 100%;
}
.c-cta .-txt {
  position: relative;
}
.c-cta .-txt .ttl {
  font-size: 2.4rem;
  position: relative;
  margin: 0 0 1rem 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .ttl {
    font-size: 2.6rem;
    margin: 3rem 5%;
  }
}
.c-cta .-txt .ttl span {
  color: #e6ca2f;
  background: #2f2f2f;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .ttl span {
    font-size: 4.8rem;
    letter-spacing: 0.08em;
  }
}
.c-cta .-txt .ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6ca2f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-cta .-txt .lead {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2.8rem 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .lead {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 3.6rem;
    line-height: 4rem;
  }
}
.c-cta .-txt .link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .link {
    padding: 0 5%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .link-tel {
    width: 49.7rem;
    margin: 0 auto;
  }
}
.c-cta .-txt .link-tel a {
  display: inline-block;
  width: 28.1rem;
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .link-tel a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .link-btn {
    margin-top: 4rem;
  }
}
.c-cta .-txt .link-btn a {
  display: inline-block;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-cta .-txt .link-btn a {
    width: 100%;
  }
}

.c-pointset {
  position: relative;
  margin-top: 10rem;
  padding: 7.5rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-pointset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 8rem;
    padding: 6rem 0 8rem;
  }
}
.c-pointset:before {
  content: "";
  position: absolute;
  background: #fcfbf0;
  width: calc(100vw - 5rem);
  height: 100%;
  right: calc(50% - 5rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-pointset:before {
    width: 100vw;
    left: -5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-pointset .-img {
  width: 46.5rem;
}
@media screen and (max-width: 767px) {
  .c-pointset .-img {
    margin-top: 4rem;
    width: 100%;
  }
}
.c-pointset .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 8rem;
}
@media screen and (max-width: 767px) {
  .c-pointset .-txt {
    margin-right: 0;
  }
}
.c-pointset .-txt .ttl {
  background: #ab8f50;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1rem 2.6rem 1.2rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 3rem;
}
.c-pointset .-txt .lead {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5rem;
  letter-spacing: 0.0733333333em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pointset .-txt .lead {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pointset .-txt .detail {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}

.c-serviceset {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-serviceset {
    display: block;
  }
}
.c-serviceset .-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-serviceset .-img {
    margin-top: 5rem;
  }
}
.c-serviceset .-txt {
  width: 56rem;
}
@media screen and (max-width: 767px) {
  .c-serviceset .-txt {
    width: 100%;
  }
}
.c-serviceset .-txt .ttl {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-serviceset .-txt .detail {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.c-serviceset .-txt .detail + .ttl {
  margin-top: 9rem;
}
.c-serviceset.m-hasbg {
  position: relative;
  z-index: 2;
}
.c-serviceset.m-hasbg:before {
  content: "";
  position: absolute;
  background: #fff;
  width: calc(100vw - 5rem);
  height: 100%;
  left: calc(50% - 5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-serviceset.m-hasbg:before {
    width: 100vw;
    left: -5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.u-gold {
  color: #ab8f50;
}

.u-yellow {
  color: #e6ca2f;
}

.l-header {
  background: #fff;
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 1.5rem 0 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    padding: 0;
  }
}
.l-header-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.l-header-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-info {
    padding-left: 2%;
  }
}
.l-header-info .-logo {
  width: 23.7rem;
}
.l-header-info .-tags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-info .-tags {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1rem;
  }
}
.l-header-info .-tags .tag {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #2f2f2f;
  padding: 0.1rem 2.2rem 0.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header-info .-tags .tag {
    padding: 0.2rem 2.2rem 0.1rem;
  }
}
.l-header-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-header-links {
    gap: 1px;
  }
}
.l-header-links a {
  display: inline-block;
  width: 100%;
}
.l-header-links .-tel {
  width: 28.1rem;
}
@media screen and (max-width: 767px) {
  .l-header-links .-tel {
    width: 9rem;
  }
}
.l-header-links .-btn {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .l-header-links .-btn {
    width: 18.4rem;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  border-top: 0.1rem solid #2f2f2f;
  padding: 1.5rem 2rem 1.5rem 4rem;
}
.l-footer-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer .-copyright {
  font-size: 1.5rem;
  letter-spacing: 0.0933333333em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .-copyright {
    font-size: 2rem;
  }
}
.l-footer .-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer .-links {
    margin: 2rem 0;
  }
}
.l-footer .-links li {
  padding: 0 4rem;
  position: relative;
}
.l-footer .-links li + li:before {
  content: "";
  width: 0.1rem;
  height: 2.3rem;
  background: #808080;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .-links li:last-of-type {
  padding-right: 2rem;
}
.l-footer .-links a {
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer .-links a {
    font-size: 2.4rem;
  }
}

.l-fixedbtn {
  background: #2f2f2f;
  position: sticky;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn {
    background: #fff;
    position: relative;
    display: none;
  }
}
.l-fixedbtn-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn-wrap {
    padding: 0 0 0 2rem;
  }
}
.l-fixedbtn-head {
  font-size: 2.6rem;
  letter-spacing: 0.0933333333em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn-head {
    color: #2f2f2f;
    font-weight: 700;
  }
  .l-fixedbtn-head .u-yellow {
    color: #ab8f50;
  }
}
.l-fixedbtn-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn-links {
    gap: 1px;
  }
}
.l-fixedbtn-links a {
  display: inline-block;
  width: 100%;
}
.l-fixedbtn-links .-tel {
  width: 28.1rem;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn-links .-tel {
    width: 9rem;
  }
}
.l-fixedbtn-links .-btn {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn-links .-btn {
    width: 18.4rem;
  }
}
.l-fixedbtn.is-on {
  opacity: 1;
  pointer-events: auto;
}

.m-thanks .l-fixedbtn, .m-confirm .l-fixedbtn {
  display: none;
}

.l-main {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow-x: hidden;
  }
}

.p-pre {
  background: #ab8f50;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.0866666667em;
  font-weight: 700;
  padding: 0.5rem 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pre {
    font-weight: 500;
  }
}

.p-mv {
  position: relative;
}
.p-mv-btn {
  position: absolute;
  width: 38.0673499268vw;
  left: calc(50% - 39.897510981vw);
  bottom: 5.270863836vw;
}
@media screen and (max-width: 767px) {
  .p-mv-btn {
    width: 67rem;
    left: 0;
    right: 0;
    bottom: 28.5rem;
    margin: 0 auto;
  }
}

.p-reason {
  padding: 7rem 0 11.5rem;
  position: relative;
  z-index: 2;
}
.p-reason:before, .p-reason:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31rem 35.2rem 0 0;
  border-color: #e2e0d4 transparent transparent transparent;
  z-index: -1;
}
.p-reason:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.p-reason-head .-en {
  width: 63.7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-head .-en {
    width: 100%;
  }
}
.p-reason-catch {
  margin-top: 5.5rem;
  text-align: center;
}
.p-reason-catch span {
  display: inline-block;
  background: #2f2f2f;
  color: #fff;
  letter-spacing: 0.0466666667em;
  line-height: 5rem;
  font-size: 4.6rem;
  font-weight: 700;
  padding: 0.7rem 0rem 1.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-catch span {
    font-size: 3.8rem;
  }
}
.p-reason-set {
  margin-top: 4.5rem;
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason-set {
    margin-top: 0;
  }
}
.p-reason-set .-txt {
  width: 62.6rem;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-set .-txt {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.p-reason-set .-txt .box {
  background: #fff;
  border: 2px solid #2f2f2f;
  border-radius: 1.5rem;
  padding: 1.9rem 4.3rem;
  text-align: center;
}
.p-reason-set .-txt .box-head {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.0666666667em;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ab8f50;
  width: 100%;
}
.p-reason-set .-txt .box-head .u-gold {
  font-size: 2.5rem;
}
.p-reason-set .-txt .box-head .u-gold .big {
  font-size: 3.2rem;
}
.p-reason-set .-txt .box-txt {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.0533333333em;
  padding: 3rem 0 1rem;
}
.p-reason-set .-txt .box-txt .big {
  font-size: 5.4rem;
}
.p-reason-set .-txt .box-txt .small {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 0.5rem;
  letter-spacing: 0.0133333333em;
}
.p-reason-set .-txt .col2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 1rem;
  margin-top: 1rem;
}
.p-reason-set .-txt .col2 .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 5.8rem;
  font-weight: 700;
  padding: 1rem 0 1.9rem;
}
.p-reason-set .-txt .col2 .box:nth-child(1) {
  padding-top: 0;
}
.p-reason-set .-txt .col2 .box .u-gold {
  font-size: 3.6rem;
  display: inline-block;
  line-height: 3rem;
  letter-spacing: 0.0533333333em;
}
.p-reason-set .-txt .col2 .box .u-gold .big {
  font-size: 4.6rem;
}
.p-reason-set .-txt .col2 .box .u-gold .small {
  font-size: 1.6rem;
}
.p-reason-set .-txt .col2 .box .u-gold .small .big {
  font-size: 2.2rem;
}
.p-reason-set .-img {
  width: 54.6rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-reason-set .-img {
    position: relative;
    width: 100%;
  }
}
.p-reason-set .-img img {
  width: 100%;
}
.p-reason-foot {
  margin-top: 6rem;
}
.p-reason-foot .-lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason-foot .-lead {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.p-reason-foot .-catch {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 4rem;
  letter-spacing: 0.0466666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason-foot .-catch {
    font-size: 4.2rem;
    line-height: 5rem;
  }
}

.p-problem {
  padding: 10.2rem 0;
  position: relative;
  z-index: 2;
}
.p-problem:before {
  content: "";
  width: 96.5rem;
  height: 64.5rem;
  background: url(../img/bg_problem.png) no-repeat top left/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-problem:before {
    width: 100%;
    height: 100%;
  }
}
.p-problem:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.65;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-problem-head {
  margin-bottom: 3.2rem;
}
.p-problem-head .-ttl {
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 5rem;
  font-weight: 700;
  padding-bottom: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-problem-head .-ttl {
    font-size: 3.4rem;
  }
}
.p-problem-head .-ttl:before {
  content: "";
  width: 68.5rem;
  height: 0.8rem;
  background: url(../img/line_problem.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.p-problem-box {
  background: #fff;
  padding: 2.8rem 4rem 3.6rem;
  width: 68rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-problem-box {
    width: 100%;
  }
}
.p-problem-box .-list li {
  font-size: 1.8rem;
  letter-spacing: 0.0266666667em;
  padding: 0 0 0.7rem 4rem;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem-box .-list li {
    font-size: 2.6rem;
    padding: 1rem 0 2rem 6rem;
  }
}
.p-problem-box .-list li:before {
  content: "";
  width: 2.1rem;
  height: 2rem;
  background: url(../img/icn_problem_check.svg) no-repeat center center/contain;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-problem-box .-list li:before {
    width: 3.8rem;
    height: 3.8rem;
    left: 0;
    margin-top: -0.5rem;
  }
}
.p-problem-box .-list li + li {
  margin-top: 1rem;
}

.p-support {
  background: #f1f1f1;
  padding: 7rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-support-head {
    padding: 0 0 4rem 0;
  }
}
.p-support-head .-en {
  width: 75.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-head .-en {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-support-head .-ttl {
    letter-spacing: 0.0333333333em;
    line-height: 6rem;
  }
}
.p-support-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.p-support-list li {
  background: #fff;
  padding: 2.3rem 3.7rem;
  border: 2px solid #2f2f2f;
  border-radius: 1.5rem;
  min-height: 13.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-support-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support-list li .-icn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 10rem;
  }
}
.p-support-list li .-icn img {
  width: 100%;
  height: auto;
}
.p-support-list li .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li .-txt {
    padding: 0;
    margin-top: 1rem;
    text-align: center;
    line-height: 3rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 6rem;
  }
}
.p-support-list li.m-01 .-icn {
  width: 9.2rem;
  height: 8.6rem;
}
.p-support-list li.m-02 .-icn {
  width: 10rem;
  height: 6.1rem;
}
.p-support-list li.m-02 .-txt {
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li.m-02 .-txt {
    padding-left: 0;
  }
}
.p-support-list li.m-03 .-icn {
  width: 9.1rem;
  height: 5.5rem;
}
.p-support-list li.m-04 .-icn {
  width: 7.8rem;
  height: 7.8rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li.m-04 .-icn {
    margin-left: 0;
  }
}
.p-support-list li.m-05 .-icn {
  width: 8.1rem;
  height: 6.7rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li.m-05 .-icn {
    margin-left: 0;
  }
}
.p-support-list li.m-05 .-txt {
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li.m-05 .-txt {
    padding-left: 0;
  }
}
.p-support-list li.m-06 .-icn {
  width: 6.4rem;
  height: 9rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li.m-06 .-icn {
    margin-left: 0;
  }
}
.p-support-list li.m-06 .-txt {
  padding-left: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-list li.m-06 .-txt {
    padding-left: 0;
  }
}
.p-support-foot {
  margin-top: 6.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-support-foot {
    display: block;
  }
}
.p-support-foot .-img {
  width: 46.5rem;
  mix-blend-mode: multiply;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-support-foot .-img {
    width: 100%;
  }
}
.p-support-foot .-img img {
  width: 100%;
}
.p-support-foot .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-foot .-txt {
    margin-left: 0;
    text-align: center;
  }
}
.p-support-foot .-txt .lead {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-foot .-txt .lead {
    font-size: 3rem;
    margin: 4rem 0;
    text-align: center;
    line-height: 4.4rem;
  }
}
.p-support-foot .-txt .catch {
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
  background: #2f2f2f;
  color: #fff;
  letter-spacing: 0.0333333333em;
  padding: 0.8rem 1rem 1.2rem 2rem;
  margin-bottom: 3rem;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-support-foot .-txt .catch {
    font-size: 3.6rem;
    padding: 1.5rem 2.4rem 1.8rem;
  }
}

.p-feature {
  padding: 7rem 0;
  overflow-x: hidden;
}
.p-feature-head .-en {
  width: 70.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature-head .-en {
    width: 100%;
  }
}
.p-feature-lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature-lead {
    font-size: 3.2rem;
    line-height: 5rem;
  }
}
.p-feature-quality {
  position: relative;
  margin-top: 6.2rem;
  padding: 8rem 0;
}
.p-feature-quality:before {
  content: "";
  position: absolute;
  background: #fcfbf0;
  width: calc(100vw - 5rem);
  height: 100%;
  left: calc(50% - 5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-feature-quality:before {
    width: 110%;
    left: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.p-feature-quality .-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 80.6rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-ttl {
    font-size: 3.8rem;
    width: 100%;
  }
}
.p-feature-quality .-ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-feature-quality .-ttl span {
  display: inline-block;
  padding: 0 4rem;
  background: #fcfbf0;
  position: relative;
  z-index: 2;
}
.p-feature-quality .-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
  width: 97.4rem;
  margin: 0 auto;
  gap: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-list {
    width: 100%;
    display: block;
  }
}
.p-feature-quality .-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-list li {
    position: relative;
    padding-left: 20rem;
  }
}
.p-feature-quality .-list li .img {
  width: 24rem;
  margin: 0 auto 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-list li .img {
    position: absolute;
    left: 0;
    width: 18rem;
  }
}
.p-feature-quality .-list li .catch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background: #ab8f50;
  padding: 1rem 2rem 1.5rem;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-list li .catch {
    font-size: 3.2rem;
    padding: 1rem 1rem;
  }
}
.p-feature-quality .-list li .detail {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-list li .detail {
    font-size: 2.8rem;
    margin: 2rem 0;
    line-height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-quality .-list li + li {
    margin-top: 8rem;
  }
}
.p-feature-point {
  margin: 9rem 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-point {
    display: block;
  }
}
.p-feature-point .-unit {
  background: #fff;
  -webkit-box-shadow: 0.4rem 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.4rem 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-feature-point .-unit {
    margin-top: 4rem;
  }
}
.p-feature-point .-unit .txt {
  padding: 2.5rem 2rem;
  text-align: center;
}
.p-feature-point .-unit .txt .txt-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ab8f50;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-point .-unit .txt .txt-ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-point .-unit .txt .txt-detail {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.p-feature-data {
  margin: 10rem 0 0;
}
.p-feature-data .-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
  text-align: center;
  position: relative;
  width: 80.6rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-ttl {
    width: 100%;
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
.p-feature-data .-ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-feature-data .-ttl span {
  display: inline-block;
  padding: 0 4.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.p-feature-data .-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 2.4rem;
  margin: 4rem auto 5rem;
  width: 95rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.p-feature-data .-list li {
  background: #fff;
  padding: 3rem 4.6rem 3rem;
  border: 2px solid #2f2f2f;
  border-radius: 1.5rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-feature-data .-list li .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 3.5rem;
}
.p-feature-data .-list li .ttl .u-gold {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-list li .ttl {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.p-feature-data .-list li .ttl .big {
  font-size: 4.6rem;
  display: inline-block;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-list li .ttl .big {
    font-size: 6rem;
  }
}
.p-feature-data .-list li .ttl .small {
  font-size: 2rem;
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-list li .ttl .small {
    font-size: 2.4rem;
  }
}
.p-feature-data .-list li .detail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-list li .detail {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.p-feature-data .-list li:nth-child(3) .ttl, .p-feature-data .-list li:nth-child(5) .ttl {
  margin: 0 -1rem 2rem;
}
.p-feature-data .-foot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 9rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
}
.p-feature-data .-foot .img {
  margin-top: -2rem;
  width: 46.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot .img {
    width: 100%;
    margin-top: 0;
  }
}
.p-feature-data .-foot .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot .txt {
    padding-bottom: 0;
  }
}
.p-feature-data .-foot .txt-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot .txt-ttl {
    font-size: 3.8rem;
    margin-bottom: 3rem;
    line-height: 6rem;
  }
}
.p-feature-data .-foot .txt-ttl .u-gold {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot .txt-ttl .u-gold {
    font-size: 4rem;
  }
}
.p-feature-data .-foot .txt-ttl .u-gold .big {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot .txt-ttl .u-gold .big {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-data .-foot .txt-detail {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}

.p-service {
  background: #f1f1f1;
  padding: 8rem 0 0;
  overflow-x: hidden;
}
.p-service-head {
  margin-bottom: 6.5rem;
}
.p-service-head .-en {
  width: 67rem;
}
@media screen and (max-width: 767px) {
  .p-service-head .-en {
    width: 100%;
  }
}
.p-service .c-serviceset.m-support {
  padding-bottom: 2rem;
}
.p-service .c-serviceset.m-support .-img {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-serviceset.m-support .-img {
    margin-top: 5rem;
  }
}
.p-service .c-serviceset.m-support .-img img {
  width: 46.1rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-serviceset.m-support .-img img {
    width: 100%;
  }
}
.p-service .c-serviceset.m-team {
  padding: 9.5rem 0;
}
.p-service .c-serviceset.m-team .-img img {
  width: 49.6rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-serviceset.m-team .-img img {
    width: 100%;
  }
}
.p-service .c-serviceset.m-digital {
  padding: 9.5rem 0 8rem;
}
.p-service .c-serviceset.m-digital .-img img {
  width: 48.3rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-serviceset.m-digital .-img img {
    width: 100%;
  }
}
.p-service .c-serviceset.m-network {
  padding: 8rem 0;
}
.p-service .c-serviceset.m-network .-img img {
  width: 49.5rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-serviceset.m-network .-img img {
    width: 100%;
  }
}
.p-service-list {
  margin-top: 8rem;
  padding: 8.5rem 0;
  position: relative;
  z-index: 2;
}
.p-service-list:before {
  content: "";
  position: absolute;
  background: #fff;
  width: calc(100vw - 5rem);
  height: 100%;
  left: calc(50% - 5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service-list:before {
    width: 100vw;
    left: -5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-service-list .-ttl {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 4rem;
}
.p-service-list .-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-list .-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-service-list .-list li {
  font-size: 1.9rem;
  font-weight: 700;
  border: 2px solid #2f2f2f;
  border-radius: 1.5rem;
  letter-spacing: 0.0333333333em;
  padding: 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-service-list .-list li {
    font-size: 2.6rem;
    padding: 3rem 2rem;
  }
}
.p-service-list .-list li.m-wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.p-service-age {
  margin: 1rem 0;
  z-index: 2;
}
.p-service-age:before {
  background: #fff;
}
.p-service-age .-img {
  width: 49.7rem;
}
@media screen and (max-width: 767px) {
  .p-service-age .-img {
    width: 80%;
  }
}
.p-service-age .-txt {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-age .-txt {
    margin-right: 0;
  }
}
.p-service-age .-txt .ttl {
  width: 28.6rem;
  background: #2f2f2f;
  padding-left: 4rem;
}
.p-service-foot {
  margin: 9.5rem 0;
}
.p-service-foot .-catch {
  text-align: center;
}
.p-service-foot .-catch span {
  color: #fff;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.0666666667em;
  line-height: 5.8rem;
  padding: 0.3rem 4.6rem 0.5rem;
  margin: 0.6rem 0;
  background: #2f2f2f;
}
.p-service-foot .-detail {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-foot .-detail {
    font-size: 3rem;
    line-height: 5rem;
  }
}

.p-voice {
  padding: 8rem 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 8rem 0 4rem;
  }
}
.p-voice-head {
  margin-bottom: 7.5rem;
}
.p-voice-head .-en {
  width: 47rem;
}
@media screen and (max-width: 767px) {
  .p-voice-head .-en {
    width: 80%;
  }
}
.p-voice-unit {
  padding: 4.8rem 0 4.3rem;
  position: relative;
  z-index: 2;
}
.p-voice-unit:before {
  content: "";
  width: calc(100% + 14rem);
  left: -7rem;
  height: 100%;
  background: #fcfbf0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice-unit:before {
    width: 100vw;
    left: -5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-voice-unit .-head {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 4rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  border-bottom: 0.4rem solid #ab8f50;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice-unit .-head {
    font-size: 2.8rem;
  }
}
.p-voice-unit .-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.p-voice-unit .-body .img {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-voice-unit .-body .img {
    width: 24rem;
  }
}
.p-voice-unit .-body .img-name {
  font-weight: 700;
  margin-top: 1.2rem;
}
.p-voice-unit .-body .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-voice-unit .-body .txt-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.3rem;
  padding: 1rem 4rem 0.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-unit .-body .txt-ttl {
    font-size: 2.8rem;
    padding: 1rem 2rem 0.8rem;
  }
}
.p-voice-unit .-body .txt-ttl.m-before {
  background: #2f2f2f;
}
.p-voice-unit .-body .txt-ttl.m-after {
  background: #ab8f50;
}
.p-voice-unit .-body .txt-ttl .en {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-left: 1rem;
  color: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .p-voice-unit .-body .txt-ttl .en {
    margin-bottom: 0;
  }
}
.p-voice-unit .-body .txt-list li {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.0666666667em;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-unit .-body .txt-list li {
    font-size: 2.3rem;
  }
}
.p-voice-unit .-body .txt-list li:before {
  content: "・";
  width: 100%;
  position: absolute;
  left: -0.5rem;
  top: 0;
}
.p-voice-unit .-body .txt-list + .txt-ttl {
  margin-top: 1.8rem;
}
.p-voice-unit + .p-voice-unit {
  margin-top: 4rem;
}

.p-flow {
  background: #f1f1f1;
  padding: 8rem 0 9.6rem;
}
.p-flow-head {
  margin-bottom: 8rem;
}
.p-flow-head .-en {
  width: 44.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-head .-en {
    width: 70%;
  }
}
.p-flow-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.p-flow-unit .-img {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-flow-unit .-img {
    width: 24rem;
  }
}
.p-flow-unit .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow-unit .-txt .ttl {
  background: #ab8f50;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.0666666667em;
  line-height: 4rem;
  font-weight: 700;
  padding: 0.5rem 4rem 0.2rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-unit .-txt .ttl {
    font-size: 2.8rem;
    padding: 0.4rem 2rem 0;
  }
}
.p-flow-unit .-txt .ttl .en {
  color: #e4e4e4;
  font-size: 2rem;
  letter-spacing: 0.12em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.6rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow-unit .-txt .detail {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.p-flow-unit .-txt .detail a {
  color: #ab8f50;
  text-decoration: underline;
}
.p-flow-unit + .p-flow-unit {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-flow-unit + .p-flow-unit {
    margin-top: 9rem;
  }
}
.p-flow-unit + .p-flow-unit .-txt {
  position: relative;
}
.p-flow-unit + .p-flow-unit .-txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.9rem 5.1rem 0 5.1rem;
  border-color: #c1b399 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow-unit + .p-flow-unit .-txt:before {
    border-width: 2.9rem 3.1rem 0 3.1rem;
    top: -6rem;
  }
}

.p-faq {
  padding: 8rem 0 10rem;
}
.p-faq-head {
  margin-bottom: 8rem;
}
.p-faq-head .-en {
  width: 29.9rem;
}
@media screen and (max-width: 767px) {
  .p-faq-head .-en {
    width: 60%;
  }
}
.p-faq-unit {
  border: 2px solid #2f2f2f;
  border-radius: 1.5rem;
  padding: 0.5rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq-unit {
    padding: 0.5rem 2rem;
  }
}
.p-faq-unit .-q {
  position: relative;
  padding: 2rem 2rem 2rem 4rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-faq-unit .-q:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-q {
    padding: 2rem 2rem 2rem 5rem;
    letter-spacing: 0.0133333333em;
    line-height: 4rem;
  }
}
.p-faq-unit .-q .icn {
  font-size: 3rem;
  font-weight: 700;
  color: #ab8f50;
  position: absolute;
  left: 0;
  top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-q .icn {
    font-size: 4.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -0.5rem;
  }
}
.p-faq-unit .-q .detail {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-q .detail {
    font-size: 2.8rem;
  }
}
.p-faq-unit .-q:before, .p-faq-unit .-q:after {
  content: "";
  width: 2.7rem;
  height: 0.4rem;
  background: #2f2f2f;
  position: absolute;
  right: 0;
  top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-q:before, .p-faq-unit .-q:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-faq-unit .-q:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-q:after {
    margin-top: -0.2rem;
  }
}
.p-faq-unit .-q.is-open {
  padding: 2rem 2rem 3rem 4rem;
  border-bottom: 2px solid #2f2f2f;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-q.is-open {
    padding: 3rem 2rem 3rem 5rem;
    border-bottom: 1px solid #2f2f2f;
  }
}
.p-faq-unit .-q.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-faq-unit .-a {
  position: relative;
  padding: 2.5rem 2rem 3rem 4rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-a {
    padding-left: 5rem;
  }
}
.p-faq-unit .-a .icn {
  font-size: 3rem;
  font-weight: 700;
  color: #2f2f2f;
  position: absolute;
  left: 0;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-a .icn {
    font-size: 4.2rem;
    top: 3rem;
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-unit .-a .detail {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.p-faq-unit + .p-faq-unit {
  margin-top: 4.2rem;
}

.p-company {
  background: #f1f1f1;
  padding: 8rem 0 10.5rem;
}
.p-company-head {
  margin-bottom: 8.5rem;
}
.p-company-head .-en {
  width: 79rem;
}
@media screen and (max-width: 767px) {
  .p-company-head .-en {
    width: 100%;
  }
}
.p-company-set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .p-company-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-set .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company-set .-txt {
    width: 100%;
  }
}
.p-company-set .-txt table {
  width: 100%;
}
.p-company-set .-txt table th, .p-company-set .-txt table td {
  font-size: 2rem;
  padding: 2.3rem 0;
  letter-spacing: 0.0666666667em;
  border-bottom: 2px solid #ab8f50;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-company-set .-txt table th, .p-company-set .-txt table td {
    font-size: 2.6rem;
  }
}
.p-company-set .-txt table th {
  font-weight: 700;
  width: 13.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-company-set .-txt table td dl dt {
  display: inline-block;
  background: #ab8f50;
  color: #fff;
  padding: 0.1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-set .-txt table td dl dt {
    padding: 0.5rem 2rem;
  }
}
.p-company-set .-txt table td dl dt .small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-set .-txt table td dl dt .small {
    font-size: 2rem;
  }
}
.p-company-set .-txt table td dl dd {
  margin-top: 1rem;
}
.p-company-set .-txt table td dl dd + dt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-set .-txt table td dl dd + dt {
    margin-top: 3rem;
  }
}
.p-company-set .-txt table tr:first-of-type th, .p-company-set .-txt table tr:first-of-type td {
  padding-top: 0;
}
.p-company-set .-img {
  width: 46.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-set .-img {
    width: 100%;
  }
}
.p-company-set .-img img {
  width: 100%;
}

.p-message {
  background: #fcfbf0;
  padding: 8rem 0 10.5rem;
}
.p-message-head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-message-head .-ttl {
    line-height: 6rem;
  }
}
.p-message-head .-en {
  width: 74.6rem;
}
@media screen and (max-width: 767px) {
  .p-message-head .-en {
    width: 100%;
  }
}
.p-message-box {
  width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message-box {
    width: 100%;
  }
}
.p-message-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ab8f50;
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: -1;
}
.p-message-box .-wrap {
  background: #fff;
  padding: 4rem 2rem;
  position: relative;
  z-index: 0;
}
.p-message-box .-wrap:before, .p-message-box .-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5rem 7.5rem 0px;
  border-color: transparent #e2e0d4 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.p-message-box .-wrap:after {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-message-box .-wrap p {
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.0733333333em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-box .-wrap p {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 4.6rem;
  }
}
.p-message-box .-wrap p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message-box .-wrap p + p {
    margin-top: 5rem;
  }
}

.p-contact {
  padding: 7rem 0;
}
.p-contact-head {
  margin-bottom: 8rem;
}
.p-contact-head .-en {
  width: 73.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-head .-en {
    width: 100%;
  }
}
.p-contact-lead {
  font-size: 2.4rem;
  letter-spacing: 0.0666666667em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-lead {
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
}
.p-contact-lead .required {
  display: block;
  color: #ab8f50;
  font-size: 1.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-lead .required {
    font-size: 2.6rem;
  }
}
.p-contact-table {
  width: 91rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact-table {
    width: 100%;
  }
}
.p-contact-table tr th, .p-contact-table tr td {
  font-size: 2rem;
  padding: 2rem 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-table tr th, .p-contact-table tr td {
    padding: 0;
    display: block;
    font-size: 2.6rem;
  }
}
.p-contact-table tr th {
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 31rem;
  padding: 3rem 4rem 1rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-table tr th {
    padding: 0 0 1.5rem;
    font-size: 2.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-table tr td {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-table tr:nth-of-type(1) th, .p-contact-table tr:nth-of-type(1) td {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.p-contact-table tr:last-of-type th, .p-contact-table tr:last-of-type td {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-table tr:last-of-type th {
    margin-top: -3rem;
  }
}
.p-contact-table tr.m-required th span {
  position: relative;
}
.p-contact-table tr.m-required th span:after {
  content: "※";
  font-size: 1.6rem;
  color: #ab8f50;
}
@media screen and (max-width: 767px) {
  .p-contact-table tr.m-required th span:after {
    font-size: 1.8rem;
  }
}
.p-contact .-radiolist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6.5rem;
}
.p-contact .-radiolist li label input[type=radio] + span {
  padding-left: 3.6rem;
}
.p-contact .-radiolist li label input[type=radio] + span::before {
  border: 0.2rem solid #ccc;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact .-radiolist li label input[type=radio] + span::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-contact .-radiolist li label input[type=radio]:checked + span::after {
  border: 0.5rem solid #fff;
  background: #2f2f2f;
  width: 2rem;
  height: 2rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-contact .-radiolist li label input[type=radio]:checked + span::after {
    width: 3rem;
    height: 3rem;
  }
}
.p-contact .input, .p-contact .textarea {
  border: 0.1rem solid #ccc;
  padding: 1rem;
  width: 100%;
}
.p-contact .textarea {
  height: 20rem;
}
.p-contact .checkbox {
  margin-top: 1rem;
}
.p-contact .checkbox label input[type=checkbox] + span {
  padding-left: 3.8rem;
}
.p-contact .checkbox label input[type=checkbox] + span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .p-contact .checkbox label input[type=checkbox] + span::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-contact .checkbox label input[type=checkbox]:checked + span::after {
  border: none;
  width: 1.2rem;
  height: 1.1rem;
  position: absolute;
  background: url(../img/icn_check.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  left: 0.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact .checkbox label input[type=checkbox]:checked + span::after {
    width: 2.2rem;
    height: 2.2rem;
    left: 0.5rem;
  }
}
.p-contact-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40rem;
  height: 7.4rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.0666666667em;
  margin: 5rem auto 0;
  background: url(../img/bg_contactbtn.svg) no-repeat center center/contain;
  text-align: center;
  padding-bottom: 0.8rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-contact-btn:hover {
    opacity: 0.7;
  }
}
.p-contact-btn input {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0.2rem;
}
.p-contact-btn input:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-btn {
    margin-top: 4rem;
    width: 100%;
    height: 10rem;
    font-size: 3.2rem;
  }
}
.p-contact .error {
  color: #cc0000;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact .error {
    font-size: 2.2rem;
  }
}

/* -------------------------------
	confirm
-------------------------------*/
.m-confirm .p-contact-table tr th, .m-confirm .p-contact-table tr td {
  padding: 3rem 4rem 1rem;
}
@media screen and (max-width: 767px) {
  .m-confirm .p-contact-table tr th {
    padding: 4rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-confirm .p-contact-table tr td {
    padding: 0 0 3rem;
    border-bottom: 0.1rem solid #ccc;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .m-confirm .p-contact-table tr:last-of-type th {
    margin-top: 0;
  }
}
.m-confirm .p-contact-btnwrap {
  margin-top: 10rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .m-confirm .p-contact-btnwrap {
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-confirm .p-contact-btn {
  margin: 0;
}
.m-confirm .p-contact-btn.m-back {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.m-confirm .p-contact-btn.m-back input {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/* -------------------------------
	thanks
-------------------------------*/
.m-thanks .p-contact-lead {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .m-thanks .p-contact-lead {
    font-size: 2.4rem;
    line-height: 5rem;
  }
}
.m-thanks .p-contact-btnwrap {
  margin-top: 6rem;
}
.m-thanks .p-contact-btn a {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}