@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------- 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: 1.5rem;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 2.5rem;
}
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: 0.2rem solid #313131;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 0.7rem;
  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: 1.2rem;
  height: 1.2rem;
  border: 0.1rem #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 0.2rem 0.4rem;
  width: 0.6rem;
  height: 0.9rem;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.1rem solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 1.4rem;
  height: 1.4rem;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
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: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}

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

@font-face {
  font-family: "FujitsuSans";
  src: url("../fonts/FujitsuInfinityPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FujitsuSans";
  src: url("../fonts/FujitsuInfinityPro-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FujitsuSans";
  src: url("../fonts/FujitsuInfinityPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FujitsuSans";
  src: url("../fonts/FujitsuInfinityPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FujitsuSans";
  src: url("../fonts/FujitsuInfinityPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: メイリオ, Meiryo, ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, sans-serif, sans-serif;
  line-break: strict;
}

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

i {
  font-style: normal;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a {
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}

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

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

.c-inner {
  max-width: 100rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-case .c-inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-case-wrap {
    overflow-x: auto;
    padding: 0 0 2rem 5%;
  }
}
.c-case-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-case-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-case-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-case-grid .-item {
    padding-right: 5%;
  }
}
.c-case-grid .-item a {
  display: block;
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  padding: 2rem 2rem 8rem;
  min-height: 38rem;
  height: 100%;
  position: relative;
  border: 1px solid #E9EAF2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-case-grid .-item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-case-grid .-item a:hover .detail {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .c-case-grid .-item a {
    width: 32rem;
  }
}
.c-case-grid .-item .img {
  width: 100%;
  aspect-ratio: 28/16;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #F2F2F2;
  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-case-grid .-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-case-grid .-item .detail {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.5rem;
}
.c-case-grid .-item .company {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-column .c-inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-column-wrap {
    overflow-x: auto;
    padding: 0 0 2rem 5%;
  }
}
.c-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-column-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-column-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-column-grid .-item {
    padding-right: 5%;
  }
}
.c-column-grid .-item a {
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  width: 100%;
  background: #fff;
  aspect-ratio: 32/34;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-column-grid .-item a {
    aspect-ratio: none;
    width: 32rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-column-grid .-item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-column-grid .-item a:hover .detail {
    text-decoration: underline;
  }
}
.c-column-grid .-item .img {
  width: 100%;
  aspect-ratio: 32/21;
  overflow: hidden;
  background: #F2F2F2;
  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-column-grid .-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-column-grid .-item .detail {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .c-related .c-inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-related-wrap {
    overflow-x: auto;
    padding: 0 0 2rem 5%;
  }
}
.c-related-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-related-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-related-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-related-grid .-item {
    padding-right: 5%;
  }
}
.c-related-grid .-item a {
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  width: 100%;
  background: #fff;
  padding-bottom: 3rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-related-grid .-item a {
    aspect-ratio: none;
    width: 32rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-related-grid .-item a:hover:after {
    border-color: transparent transparent #EA0000 transparent;
  }
  .c-related-grid .-item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-related-grid .-item a:hover .txt-ttl {
    text-decoration: underline;
  }
}
.c-related-grid .-item a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #DCDCDC transparent;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-related-grid .-item .img {
  width: 100%;
  overflow: hidden;
  background: #F2F2F2;
  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-related-grid .-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-related-grid .-item .txt {
  padding: 2rem;
}
.c-related-grid .-item .txt-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-related-grid .-item .txt-detail {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 1rem;
}

/* --------------------------------------------------
  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-line {
  display: inline-block;
}

.l-header {
  background: #fff;
  height: 8.6rem;
  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;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}
.l-header-logo {
  width: 23rem;
  display: block;
  margin-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    margin-left: 5%;
    width: 16rem;
  }
}
.l-header-logo a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-logo a:hover {
    opacity: 0.7;
  }
}
.l-header-nav {
  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;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .l-header-nav {
    display: none;
    position: absolute;
    top: 8.6rem;
    background: #EFEFEF;
    height: calc(100svh - 8.6rem);
    width: 100%;
    overflow-y: auto;
    border-top: 1px solid #DCDCDC;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    top: 6rem;
    height: calc(100svh - 6rem);
  }
}
.l-header-nav .-gnav {
  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.0833333333vw;
}
.l-header-nav .-gnav a {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.l-header-nav .-gnav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-nav .-gnav a:hover:before {
  width: 100%;
}
.l-header-nav .-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100%;
  margin-left: 2.0833333333vw;
}
.l-header-nav .-btns a {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-weight: 700;
  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;
  color: #fff;
  width: 11.4583333333vw;
  height: 100%;
  padding: 0 1.0416666667vw;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav .-btns a:hover {
    opacity: 0.7;
  }
}
.l-header-nav .-btns a.m-download {
  background: #EA0000;
}
.l-header-nav .-btns a.m-contact {
  background: #000;
}
.l-header-nav .-btns a .line {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .l-header-nav .-gnav,
  .l-header-nav .-btns {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .l-header-nav .-gnav li,
  .l-header-nav .-btns li {
    width: 100%;
    background: none;
  }
  .l-header-nav .-gnav li a,
  .l-header-nav .-btns li a {
    border-bottom: 1px solid #DCDCDC;
    display: block;
    width: 100%;
    padding: 2.1rem 8%;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    position: relative;
  }
  .l-header-nav .-gnav li a.m-download, .l-header-nav .-gnav li a.m-contact,
  .l-header-nav .-btns li a.m-download,
  .l-header-nav .-btns li a.m-contact {
    background: none;
  }
  .l-header-nav .-gnav li a:after,
  .l-header-nav .-btns li a:after {
    content: "";
    position: absolute;
    right: calc(8% - 0.8rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.8rem;
    height: 1.3rem;
    background: url(../img/common/icn_arw_right_gr.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 1100px) {
  .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: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.2rem;
    height: 1.8rem;
    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: 0.2rem;
    background-color: #000;
    border-radius: 0;
  }
  .l-header-toggle span:nth-of-type(1) {
    top: 0;
  }
  .l-header-toggle span:nth-of-type(2) {
    top: 0.8rem;
  }
  .l-header-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-toggle.is-active span {
    background: #707070;
  }
  .l-header-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.7rem) rotate(45deg);
            transform: translateY(0.7rem) 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(-0.9rem) rotate(-45deg);
            transform: translateY(-0.9rem) rotate(-45deg);
  }
}
.l-header {
  /* /toggle */
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer-cv {
  background: #3C3C3C;
  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;
  position: relative;
  padding: 9.5rem 0 5.6rem;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .l-footer-cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2rem;
    gap: 0;
  }
}
.l-footer-cv:before {
  content: "";
  width: 0.1rem;
  height: 31rem;
  background: #6D6E70;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-footer-cv:before {
    display: none;
  }
}
.l-footer-cv .-item {
  width: calc(50% - 6rem);
  max-width: 64rem;
  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;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item {
    padding: 7rem 0 4rem;
    display: block;
    text-align: left;
    width: 90%;
  }
}
.l-footer-cv .-item .item-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item .item-ttl {
    font-size: 1.8rem;
    text-align: left;
  }
}
.l-footer-cv .-item .item-lead {
  font-size: 1.6rem;
  line-height: 2;
  width: 80%;
  max-width: 50rem;
  text-align: left;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item .item-lead {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
    width: 100%;
  }
}
.l-footer-cv .-item .item-btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item .item-btn {
    margin: 2rem auto 0;
  }
}
.l-footer-cv .-item .item-btn a {
  font-size: 2rem;
  font-weight: 700;
  width: 32rem;
  height: 7.6rem;
  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;
  border-radius: 10rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-cv .-item .item-btn a:hover.m-download {
    background: #ff5d5d;
  }
  .l-footer-cv .-item .item-btn a:hover.m-contact {
    background: #555;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item .item-btn a {
    font-size: 1.6rem;
    width: 28.5rem;
    height: 6.4rem;
  }
}
.l-footer-cv .-item .item-btn a.m-download {
  background: #EA0000;
}
.l-footer-cv .-item .item-btn a.m-contact {
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item .item-btn a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cv .-item:nth-of-type(2) {
    position: relative;
  }
  .l-footer-cv .-item:nth-of-type(2):before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #6D6E70;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-footer-main {
  padding: 11rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer-main {
    padding: 2rem 0 0;
  }
}
.l-footer-main .-wrap {
  width: 90%;
  max-width: 94.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-wrap {
    width: 80%;
  }
}
.l-footer-main .-logo {
  width: 23rem;
}
@media screen and (max-width: 1100px) {
  .l-footer-main .-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-main .-logo {
    margin: 0;
  }
}
.l-footer-main .-menu {
  margin-top: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-menu {
    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;
  }
}
.l-footer-main .-menu .menu-links {
  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: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-menu .menu-links {
    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;
  }
}
.l-footer-main .-menu .menu-links li a {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-main .-menu .menu-links li a:hover {
    text-decoration: underline;
  }
}
.l-footer-main .-menu .menu-btns {
  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: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main .-menu .menu-btns {
    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;
    width: 100%;
  }
}
.l-footer-main .-menu .menu-btns li a {
  border-radius: 10rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  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: 21.5rem;
  height: 5.1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-main .-menu .menu-btns li a:hover {
    opacity: 0.7;
  }
}
.l-footer-main .-menu .menu-btns li a.m-download {
  background: #EA0000;
}
.l-footer-main .-menu .menu-btns li a.m-contact {
  background: #000;
}
.l-footer-copyright {
  font-size: 1rem;
  margin: 4rem 0;
  text-align: center;
}