/*! 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&family=Noto+Serif+JP:wght@200..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;
}

/*color*/
/*weight*/
/*font*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #2D2A2A;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  word-break: break-word;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
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 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .js-imgHover a:hover,
  .js-imgHover a:hover img {
    opacity: 1;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
/*color*/
/*weight*/
/*font*/
/*color*/
/*weight*/
/*font*/
.c-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}

/*-------------- c-cv --------------*/
.c-cv {
  padding: 10rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cv {
    padding: 6rem 0 0.1rem;
  }
}
.c-cv-headline {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-cv-headline {
    margin-bottom: 3rem;
  }
}
.c-cv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cv-wrap {
    display: block;
  }
}
.c-cv-wrap .wrap-unit {
  background: #fff;
  width: 32.7rem;
}
@media screen and (max-width: 767px) {
  .c-cv-wrap .wrap-unit {
    width: 100%;
  }
}
.c-cv-wrap .wrap-unit .unit-txt {
  padding: 2.2rem 2rem;
}
.c-cv-wrap .wrap-unit .unit-head {
  padding-bottom: 1.6rem;
}
.c-cv-wrap .wrap-unit .unit-head .ttl {
  background: #2D2A2A;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.1rem 0 0.3rem;
  text-align: center;
}
.c-cv-wrap .wrap-unit .unit-head .lead {
  font-size: 1.8rem;
  min-height: 8.5rem;
}
@media screen and (max-width: 767px) {
  .c-cv-wrap .wrap-unit .unit-head .lead {
    font-size: 1.6rem;
    min-height: auto;
  }
}
.c-cv-wrap .wrap-unit .unit-name {
  border-top: 1px solid #2D2A2A;
  padding: 1rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cv-wrap .wrap-unit .unit-name {
    font-size: 1.6rem;
  }
}
.c-cv-wrap .wrap-unit .unit-price {
  border-top: 1px solid #2D2A2A;
  padding: 2rem 0;
}
.c-cv-wrap .wrap-unit .unit-price .price-regular {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.c-cv-wrap .wrap-unit .unit-price .price-regular .icn {
  display: inline-block;
  width: 14.6rem;
  height: 2.7rem;
  background: url(../img/bg_cv_icn02.png) no-repeat left bottom/contain;
  color: #fff;
  padding: 0 0.5rem 0 0.8rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-regular .number {
  display: inline-block;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-weight: 600;
  color: #CF0A0A;
}
.c-cv-wrap .wrap-unit .unit-price .price-regular .number .yen {
  font-size: 1.8rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-regular .number .tax {
  font-size: 1.6rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-note {
  margin: 0.6rem 0 0;
  font-size: 1.4rem;
  color: #666;
}
.c-cv-wrap .wrap-unit .unit-price .price-first {
  margin-top: 1.5rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-first .icn {
  display: inline-block;
  width: 27.6rem;
  height: 3.2rem;
  background: url(../img/bg_cv_icn01.png) no-repeat left bottom/contain;
  color: #fff;
  padding: 0 0.5rem 0 0.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
.c-cv-wrap .wrap-unit .unit-price .price-first .icn .u-yellow {
  margin-left: 1.5rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-first .icn .u-yellow .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-cv-wrap .wrap-unit .unit-price .price-first .icn {
    width: 100%;
  }
}
.c-cv-wrap .wrap-unit .unit-price .price-first .number {
  margin: 0.5rem 0;
  text-align: right;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-weight: 600;
  color: #CF0A0A;
  position: relative;
}
.c-cv-wrap .wrap-unit .unit-price .price-first .number .yen {
  font-size: 3rem;
  margin-right: -0.2rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-first .number .tax {
  font-size: 2rem;
  margin-left: -0.5rem;
}
.c-cv-wrap .wrap-unit .unit-price .price-first .number .no {
  width: 9.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.c-cv-wrap .wrap-unit .unit-free {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 25.9rem;
  height: 3.2rem;
  background: url(../img/bg_cv_btn01.png) no-repeat left top/contain;
  padding: 0.1rem 0 0 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-cv-wrap .wrap-unit .unit-btn {
  margin: 1.5rem auto 0rem;
  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;
}
.c-cv-wrap .wrap-unit .unit-btn .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;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 1.7rem 0;
  width: 28.3rem;
  height: 6.3rem;
  color: #fff;
  background: url(../img/btn_cv.png) no-repeat left top/contain;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cv-wrap .wrap-unit + .wrap-unit {
    margin-top: 2rem;
  }
  .c-cv-wrap .wrap-unit + .wrap-unit .price-first .number {
    text-align: center;
  }
}
.c-cv-caution {
  background: #fff;
  padding: 3rem 4rem 3.5rem 5rem;
  border-radius: 1rem;
  margin: 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-cv-caution {
    padding: 2rem;
  }
}
.c-cv-caution .caution-ttl {
  font-size: 3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cv-caution .caution-ttl {
    font-size: 1.8rem;
    padding-right: 4rem;
  }
}
.c-cv-caution .caution-ttl:before, .c-cv-caution .caution-ttl:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.1rem);
  width: 2.3rem;
  height: 0.2rem;
  background: #2D2A2A;
}
@media screen and (max-width: 767px) {
  .c-cv-caution .caution-ttl:before, .c-cv-caution .caution-ttl:after {
    right: 0;
    width: 1.8rem;
  }
}
.c-cv-caution .caution-ttl:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-cv-caution .caution-ttl:hover {
    opacity: 0.7;
  }
}
.c-cv-caution .caution-ttl.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-cv-caution .caution-list {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
}
.c-cv-caution .caution-list li {
  position: relative;
  padding-left: 2rem;
}
.c-cv-caution .caution-list li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 10px;
  background: #CF0A0A;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cv-caution .caution-list li:before {
    top: 0.6rem;
  }
}
.c-cv-caution .caution-list li + li {
  margin-top: 1.5rem;
}

/*-------------- parts --------------*/
.c-headline {
  border-top: 1px solid #CF0A0A;
  border-bottom: 1px solid #CF0A0A;
  padding: 1.3rem 2rem 1.5rem;
  font-size: 5.8rem;
  letter-spacing: -0.02em;
  line-height: 1.0344827586;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 2.4rem;
    padding: 1rem 0;
  }
}
.c-headline.m-short {
  width: 72.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-headline.m-short {
    width: 100%;
  }
}

/* --------------------------------------------------
  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-red {
  color: #CF0A0A;
}

.u-yellow {
  color: #FFF466;
}

.u-sans {
  font-family: "Noto Sans JP", sans-serif;
}

/* --------------------------------------------------
  bg
-------------------------------------------------- */
.u-bggray {
  background: #ECF0FB;
}

.u-bgpattern {
  background: url(../img/bg_pattern.png) repeat center top;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-m30 {
  margin-top: 3rem;
}

.l-header {
  background: #fff;
  height: 8rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  /* /toggle */
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 40px;
  }
}
.l-header-wrap {
  height: 100%;
  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: 0;
}
.l-header-logo {
  width: 20rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 121px;
    margin: 0 0 5px 10px;
  }
}
.l-header-gnav {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 100%;
    max-height: calc(100svh - 40px);
    overflow: scroll;
  }
}
.l-header-gnav ul {
  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: 4.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-header-gnav ul {
    display: block;
  }
}
.l-header-gnav ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-gnav ul li {
    border-top: 1px solid #E6E6E6;
  }
}
.l-header-gnav ul li a {
  font-size: 17px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header-gnav ul li a {
    padding: 15px;
  }
}
.l-header-btn {
  display: block;
  position: fixed;
  top: 1rem;
  height: auto;
  width: 6.3rem;
  z-index: 10;
  right: 0.6rem;
}
@media print, screen and (min-width: 768px) {
  .l-header-btn {
    top: 5rem;
    left: calc(50% + 37.5rem - 7rem);
  }
  .l-header-btn.is-scroll {
    top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 5%;
    top: 11px;
    width: 26px;
    height: 18px;
    z-index: 10;
  }
  .l-header-toggle span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2D2A2A;
    border-radius: 0;
  }
  .l-header-toggle span:nth-of-type(1) {
    top: 0;
  }
  .l-header-toggle span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .l-header-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .l-header-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 6rem;
  }
}
.l-footer-menu {
  background: #fff;
}
.l-footer-menu ul {
  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: 3rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu ul {
    display: block;
    padding: 1rem 0;
  }
}
.l-footer-menu ul li {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu ul li {
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}
.l-footer-menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #2D2A2A;
}
@media screen and (max-width: 767px) {
  .l-footer-menu ul li:before {
    top: 0.8rem;
    border-width: 3px 0 3px 4px;
  }
}
.l-footer-bottom {
  background: #646464;
  padding: 2rem 0;
}
.l-footer-bottom .c-inner {
  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: 3rem;
}
.l-footer-bottom .bottom-logo {
  width: 14.1rem;
}
.l-footer-bottom .bottom-copyright {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom .bottom-copyright {
    font-size: 0.9rem;
  }
}

.p-fixed {
  background: #4C4C4C;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fixed {
    height: 6rem;
  }
}
.p-fixed .c-inner {
  height: 100%;
  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: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fixed .c-inner {
    gap: 0;
  }
}
.p-fixed-txt {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fixed-txt {
    font-size: 1.1rem;
    letter-spacing: 0.001em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-fixed-btn {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn {
    width: 20rem;
  }
}
.p-fixed.is-show {
  opacity: 1;
}