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

:root {
  --scrollbar-width: 1.5rem;
}

@-moz-document url-prefix() {
  :root {
    --scrollbar-width: 0px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    :root {
      --scrollbar-width: 1rem;
    }
  }
}
/*--------------- 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] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
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] + 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] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
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]: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;
}

:root {
  --scrollbar-width: 1.5rem;
}

@-moz-document url-prefix() {
  :root {
    --scrollbar-width: 0px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    :root {
      --scrollbar-width: 1rem;
    }
  }
}
html {
  font-size: 62.5%;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #111;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-fixed {
  pointer-events: none;
  overflow: hidden;
}

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;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}
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;
  }
}
i {
  font-style: normal;
}

/* -------------------------------
	barba.js styles
-------------------------------*/
#body {
  background: #111;
}

.l-container {
  background: #fff;
  width: calc(100% - 8rem);
  margin: 8rem 0 0 auto;
  padding-bottom: 25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    margin: 5.5rem 0 0 auto;
    padding-bottom: 20rem;
  }
}

:root {
  --scrollbar-width: 1.5rem;
}

@-moz-document url-prefix() {
  :root {
    --scrollbar-width: 0px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    :root {
      --scrollbar-width: 1rem;
    }
  }
}
.c-inner {
  width: 89%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 2rem;
  }
}

.c-section {
  position: relative;
}
.c-section-wrap {
  padding: 0 4rem;
}

.c-sidetxt {
  position: absolute;
  top: 0;
  left: -8rem;
  width: 8rem;
  height: 100%;
  padding-top: 5rem;
}
.c-sidetxt a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  position: sticky;
  top: 13rem;
  left: 3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-sidetxt a:hover {
    color: #D93F31;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

.c-headline .-en {
  font-size: 10rem;
  letter-spacing: -0.2rem;
  font-weight: 400;
  color: #111;
}
@media screen and (max-width: 767px) {
  .c-headline .-en {
    font-size: 8rem;
    letter-spacing: -0.2rem;
  }
}
.c-headline .-ja {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-headline .-ja {
    margin-top: 1.5rem;
  }
}
.c-headline.m-wh .-en {
  color: #fff;
}
.c-headline.m-wh .-ja {
  color: #fff;
}

.js-slider .slide {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .js-slider .slide {
    width: 83.3333333333vw !important;
    min-width: unset;
    max-width: 83.3333333333vw;
  }
}
.js-slider .slide-wrap {
  padding: 0 2rem;
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .js-slider .slide-wrap {
    margin-left: 0;
    margin-right: -2rem;
  }
}
.js-slider .slide a {
  display: inline-block;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .js-slider .slide a:hover .slide-img img {
    opacity: 0.6;
  }
}
.js-slider .slide-img {
  width: 100%;
  aspect-ratio: 365/209;
  border-radius: 0.6rem;
  background: #222;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .js-slider .slide-img {
    border-radius: 0.3rem;
    aspect-ratio: 297/170;
  }
}
.js-slider .slide-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.js-slider .slide-txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .js-slider .slide-txt {
    margin-top: 2rem;
  }
}
.js-slider .slide-txt .-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 767px) {
  .js-slider .slide-txt .-ttl {
    line-height: 1.6;
  }
}
.js-slider .slide-txt .-detail {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 1.5rem;
}

.c-slidernav {
  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: 4rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-slidernav {
    width: 100vw;
    margin: 6rem 2rem 0;
  }
}
.c-slidernav .arw {
  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;
  gap: 2rem;
}
.c-slidernav .arw .slick-arrow {
  font-size: 0;
  color: transparent;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  border: 1px solid #111;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
  opacity: 1 !important;
  will-change: scale;
}
.c-slidernav .arw .slick-arrow::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 1.5rem;
  background: url(../img/common/slider_arw_bk.svg) no-repeat center center/contain;
  left: calc(50% - 1.3rem);
  top: calc(50% - 0.75rem);
}
.c-slidernav .arw .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-slidernav .arw .slick-arrow:hover {
    background: #111;
  }
  .c-slidernav .arw .slick-arrow:hover::before {
    background: url(../img/common/slider_arw_wh.svg) no-repeat center center/contain;
  }
}
.c-slidernav .num {
  /*&.is-hide {
  	display: none;
  }*/
}
.c-slidernav .num .slick-current,
.c-slidernav .num .slick-total {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.c-slidernav .num .line {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.2rem;
  width: 4.2rem;
  height: 0.1rem;
  background: #717171;
  margin: 0 1.2rem;
}
.c-slidernav .num .line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #111;
  top: 0;
  left: 0;
}
.c-slidernav .num .line.is-animation::before {
  -webkit-animation: sliderLine 3s linear forwards;
          animation: sliderLine 3s linear forwards;
}
.c-slidernav.m-wh .arw .slick-arrow {
  border: 1px solid #fff;
}
.c-slidernav.m-wh .arw .slick-arrow::before {
  background: url(../img/common/slider_arw_wh.svg) no-repeat center center/contain;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-slidernav.m-wh .arw .slick-arrow:hover {
    background: #fff;
  }
  .c-slidernav.m-wh .arw .slick-arrow:hover::before {
    background: url(../img/common/slider_arw_bk.svg) no-repeat center center/contain;
  }
}
.c-slidernav.m-wh .num .slick-current,
.c-slidernav.m-wh .num .slick-total {
  color: #fff;
}
.c-slidernav.m-wh .line {
  background: #717171;
}
.c-slidernav.m-wh .line::before {
  background: #fff;
}

.js-normalparallax {
  background: #222;
  overflow: hidden;
}
.js-normalparallax .-img {
  width: 100%;
  height: 100%;
}
.js-normalparallax .-img img {
  width: 100%;
  height: calc(100% + 15rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: -15rem;
}

.c-newstbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-newstbl tr {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 0;
    border-bottom: 1px solid #111;
  }
  .c-newstbl tr:last-child {
    border-bottom: none;
  }
}
.c-newstbl tr td {
  vertical-align: middle;
  padding: 3.9rem 0;
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 767px) {
  .c-newstbl tr td {
    border-bottom: none;
    padding: 0;
  }
}
.c-newstbl tr:last-child td {
  border-bottom: none;
}
.c-newstbl tr .-date {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-newstbl tr .-date {
    display: block;
    line-height: 1.4;
  }
}
.c-newstbl tr .-date .year {
  font-size: 1.2rem;
  display: block;
}
.c-newstbl tr .-tag {
  padding: 0 3rem;
  min-width: 28rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-newstbl tr .-tag {
    display: block;
    min-width: auto;
    padding: 0;
    margin-left: 3.5rem;
    width: calc(100% - 8rem);
  }
}
.c-newstbl tr .-tag .tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #111;
  padding: 0.5rem 2rem 0.7rem;
  border-radius: 0.2rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10rem;
  vertical-align: middle;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-newstbl tr .-tag .tag:hover {
    background: #D93F31;
  }
}
.c-newstbl tr .-tag .type {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-left: 2rem;
  width: calc(100% - 12.5rem);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-newstbl tr .-tag .type {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}
.c-newstbl tr .-tag .type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background: #D93F31;
  border-radius: 50%;
}
.c-newstbl tr .-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  width: 48rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-newstbl tr .-ttl {
    display: block;
    width: 100%;
    margin-top: 3.5rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-newstbl tr .-ttl:hover {
    color: #D93F31;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}

.c-pagettl {
  background: #f1f1f1;
  height: 43rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 0 5.5% 7.2rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagettl {
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 1rem 2rem 7rem;
  }
}
.c-pagettl-wrap {
  position: relative;
  z-index: 2;
}
.c-pagettl-wrap .-ttl {
  font-size: 12rem;
  letter-spacing: -0.3rem;
  font-weight: 500;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .c-pagettl-wrap .-ttl {
    font-size: 10rem;
    line-height: 0.9;
  }
}
.c-pagettl-wrap .-breadcrumbs {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .c-pagettl-wrap .-breadcrumbs {
    margin-top: 3rem;
  }
}
.c-pagettl-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-pagettl-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-pagettl-links {
  position: absolute;
  right: 0;
  bottom: 9.9rem;
  width: 25rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  z-index: 3;
}
.c-pagettl-links .-btn {
  background: #D93F31;
  border-radius: 0.6rem 0 0 0.6rem;
}
.c-pagettl-links .-btn a {
  display: block;
  padding: 1.5rem 3.5rem;
  position: relative;
}
.c-pagettl-links .-btn a .en {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  display: block;
}
.c-pagettl-links .-btn a .ja {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: block;
}
.c-pagettl-links .-btn a .arw {
  width: 3rem;
  height: 3rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.c-pagettl-links .-btn a .arw:before, .c-pagettl-links .-btn a .arw:after {
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  position: absolute;
  left: calc(50% - 0.7rem);
  top: calc(50% - 0.4rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/common/link_arw_wh.svg) no-repeat center center/contain;
}
.c-pagettl-links .-btn a .arw:after {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-pagettl-links .-btn a:hover .arw:before {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  .c-pagettl-links .-btn a:hover .arw:after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.c-pagettl.m-journal {
  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;
  padding: 0;
}
.c-pagettl.m-journal .c-pagettl-wrap .-label {
  text-align: center;
}
.c-pagettl.m-journal .c-pagettl-wrap .-label span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111;
  background: #fff;
  padding: 0.3rem 1.5rem 0.5rem;
  border-radius: 0.3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-pagettl.m-journal .c-pagettl-wrap .-label span {
    padding: 0.5rem 1.5rem 0.7rem;
    border-radius: 0.5rem;
  }
}
.c-pagettl.m-journal .c-pagettl-wrap .-ttl {
  font-size: 5.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagettl.m-journal .c-pagettl-wrap .-ttl {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.c-pagettl.m-journal .c-pagettl-wrap .-date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pagettl.m-journal .c-pagettl-wrap .-date {
    margin-top: 4rem;
  }
}

.c-breadcrumbs ol {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0;
}
.c-breadcrumbs ol li {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2.2rem;
  position: relative;
}
.c-breadcrumbs ol li::before {
  content: "";
  position: absolute;
  right: -1.3rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: #D93F31;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-breadcrumbs ol li a {
  color: #717171;
}
.c-breadcrumbs ol li:last-child::before {
  display: none;
}
.c-breadcrumbs ol li:last-child a {
  color: #111;
  pointer-events: none;
}

.c-pagenation 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: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagenation ul {
    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-pagenation ul .-arw {
  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;
}
.c-pagenation ul .-arw a {
  font-size: 0;
  color: transparent;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  border: 1px solid #111;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
  opacity: 1 !important;
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .c-pagenation ul .-arw a {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.c-pagenation ul .-arw a::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 1.5rem;
  background: url(../img/common/slider_arw_bk.svg) no-repeat center center/contain;
  left: calc(50% - 1.3rem);
  top: calc(50% - 0.75rem);
}
@media screen and (max-width: 767px) {
  .c-pagenation ul .-arw a::before {
    width: 2.2rem;
    height: 1.3rem;
    left: calc(50% - 1.1rem);
    top: calc(50% - 0.65rem);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-pagenation ul .-arw a:hover {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-pagenation ul .-arw.m-prev {
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagenation ul .-arw.m-prev {
    margin-right: 2rem;
  }
}
.c-pagenation ul .-arw.m-prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pagenation ul .-arw.m-next {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagenation ul .-arw.m-next {
    margin-left: 2rem;
  }
}
.c-pagenation ul .-arw.is-hide {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagenation ul .-num a {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(113, 113, 113, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0.7rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-pagenation ul .-num a:hover {
    opacity: 0.6;
  }
}
.c-pagenation ul .-num.is-current a {
  color: #111;
  text-decoration: underline;
}
.c-pagenation ul .-dot {
  padding: 0 0.8rem;
}
.c-pagenation.m-wh ul .-num a {
  color: #717171;
  opacity: 0.3;
}
.c-pagenation.m-wh ul .-num.is-current a {
  color: #fff;
  opacity: 1;
}
.c-pagenation.m-wh ul .-dot {
  color: #fff;
}
.c-pagenation.m-wh ul .-arw a {
  border-color: #fff;
}
.c-pagenation.m-wh ul .-arw a::before {
  background-image: url(../img/common/slider_arw_wh.svg);
}

.c-article-util {
  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: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-article-util {
    display: block;
  }
}
.c-article-util .-breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-article-util .-sns {
  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;
  width: 12.3rem;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-article-util .-sns {
    width: 100%;
    margin-top: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.c-article-util .-sns li a {
  display: block;
  width: 3.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) {
  .c-article-util .-sns li a:hover {
    opacity: 0.6;
  }
}
.c-article-head {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-news .-newstag {
    display: block;
    padding: 0;
  }
}
.c-article-head.m-news .-newstag .tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #111;
  padding: 0.5rem 2rem 0.7rem;
  border-radius: 0.2rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-article-head.m-news .-newstag .tag:hover {
    background: #D93F31;
  }
}
.c-article-head.m-news .-newstag .type {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-news .-newstag .type {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}
.c-article-head.m-news .-newstag .type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background: #D93F31;
  border-radius: 50%;
}
.c-article-head.m-news .-ttl {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-news .-ttl {
    margin-top: 4rem;
  }
}
.c-article-head.m-news .-date {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-news .-date {
    margin-top: 1.5rem;
  }
}
.c-article-head.m-journal .-journaltag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  color: #fff;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-journal .-journaltag {
    margin-top: 2rem;
  }
}
.c-article-head.m-journal .-journaltag .tag a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #111;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-article-head.m-journal .-journaltag .tag a:hover {
    opacity: 0.6;
  }
}
.c-article-head.m-journal .-date {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-journal .-date {
    margin-top: 2rem;
  }
}
.c-article-head.m-journal .-ttl {
  margin-top: 0.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-article-head.m-journal .-ttl {
    margin-top: 2rem;
  }
}
.c-article-head .-ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-article-head .-ttl {
    font-size: 3.5rem;
  }
}
.c-article-head .-date {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 767px) {
  .c-article-head .-date {
    font-size: 1.6rem;
  }
}
.c-article-head .-eyecatch {
  margin-top: 4rem;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-article-head .-eyecatch {
    margin-top: 4.5rem;
  }
}
.c-article-head .-eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-article-body {
  margin-top: 4.5rem;
}
.c-article-body:after {
  display: block;
  clear: both;
  content: "";
}
.c-article-body a {
  color: #2271b1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-article-body a:hover {
    opacity: 0.6;
  }
}
.c-article-body p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 3rem 0;
}
.c-article-body p:first-child {
  margin-top: 0;
}
.c-article-body h2 {
  font-size: 3rem;
  letter-spacing: -0.01em;
  line-height: 3.8rem;
  font-weight: 700;
  margin: 4rem 0;
  background: #f1f1f1;
  border-left: 0.6rem solid #D93F31;
  padding: 1.2rem 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-article-body h2 {
    font-size: 2.5rem;
    letter-spacing: -0.01em;
    line-height: 2.8rem;
    padding: 2rem 2.3rem;
  }
}
.c-article-body h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 3rem 0;
}
.c-article-body h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin: 3rem 0;
  padding-left: 2rem;
  border-left: 1px solid #D93F31;
}
.c-article-body h5 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  margin: 3rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #111;
}
.c-article-body h6 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin: 3rem 0;
  background: #f1f1f1;
  padding: 1rem 2rem;
}
.c-article-body ul {
  margin-top: 2rem;
}
.c-article-body ul li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1.5rem;
  position: relative;
}
.c-article-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #111;
  border-radius: 50%;
  top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-article-body ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 1.5rem;
  }
}
.c-article-body .wp-block-table td,
.c-article-body .wp-block-table th {
  border: none;
  padding: 0;
}
.c-article-body .wp-block-table table {
  border-radius: 0.6rem;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.c-article-body .wp-block-table table th,
.c-article-body .wp-block-table table td {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.c-article-body .wp-block-table table th {
  background: #f1f1f1;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-article-body .wp-block-table table th {
    vertical-align: middle;
  }
}
.c-article-body .wp-block-table table td {
  background: #fff;
}
.c-article-body .wp-block-table table tr:first-child th:first-child,
.c-article-body .wp-block-table table tr:first-child td:first-child {
  border-radius: 0.6rem 0 0 0;
}
.c-article-body .wp-block-table table tr:first-child th:last-child,
.c-article-body .wp-block-table table tr:first-child td:last-child {
  border-radius: 0 0.6rem 0 0;
}
.c-article-body .wp-block-table table tr:last-child th:first-child,
.c-article-body .wp-block-table table tr:last-child td:first-child {
  border-radius: 0 0 0 0.6rem;
}
.c-article-body .wp-block-table table tr:last-child th:last-child,
.c-article-body .wp-block-table table tr:last-child td:last-child {
  border-radius: 0 0 0.6rem 0;
}
.c-article-body .wp-block-table table thead tr:last-child th:first-child,
.c-article-body .wp-block-table table thead tr:last-child td:first-child {
  border-radius: 0;
}
.c-article-body .wp-block-table table thead tr:last-child th:last-child,
.c-article-body .wp-block-table table thead tr:last-child td:last-child {
  border-radius: 0;
}
.c-article-body .wp-block-table table thead + tbody tr:first-child th:first-child,
.c-article-body .wp-block-table table thead + tbody tr:first-child td:first-child {
  border-radius: 0;
}
.c-article-body hr {
  margin: 6rem 0;
}
.c-article-body .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.c-article-body .alignright {
  float: right;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-article-body .alignright {
    float: none;
    margin: 0;
    display: block;
  }
}
.c-article-body .alignleft {
  float: left;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .c-article-body .alignleft {
    float: none;
    margin: 0;
    display: block;
  }
}
.c-article-body .wp-caption,
.c-article-body [class*=wp-image] {
  margin-top: 1.5em;
  text-align: center;
}
.c-article-body .wp-element-caption {
  display: block !important;
}
.c-article-body strong {
  font-weight: bold;
}
.c-article-body em {
  font-style: italic;
}
.c-article-body blockquote {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  position: relative;
  padding: 2.5rem 4rem 2.5rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #f1f1f1;
  color: #555;
}
.c-article-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "“";
  color: #717171;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.c-article-body .wp-block-embed.alignleft,
.c-article-body .wp-block-embed.alignright,
.c-article-body .wp-block[data-align=left] > [data-type="core/embed"],
.c-article-body .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 500px;
}
.c-article-body .wp-block-embed iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
}
.c-article-body .wp-block-group {
  margin-top: 2rem;
  border: 1px solid #111;
  padding: 2.8rem 1.8rem;
}
.c-article-body .wp-block-group > *:first-child {
  margin-top: 0;
}
.c-article-body .wp-block-group h3 {
  margin-bottom: 1rem;
}
.c-article-body .wp-block-group ul {
  margin: 0;
}
.c-article-body .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.c-author {
  margin-top: 5rem;
  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: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-author {
    margin-top: 2rem;
  }
}
.c-author .author-img {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.c-author .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-author .author-img 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) {
  .c-author .author-img a:hover {
    opacity: 0.6;
  }
}
.c-author .author-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-author .author-txt .-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.c-author .author-txt .-label li {
  font-size: 1.2rem;
  font-weight: 500;
}
.c-author .author-txt .-person {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-author .author-txt .-person .position {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 1.1rem;
  color: #717171;
}
.c-author .author-txt .-person .name {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
}
.c-author .author-txt .-detail {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-author .author-txt .-detail {
    margin-top: 0.5rem;
  }
}

.c-search {
  border: 1px solid #717171;
  background: #f1f1f1;
  padding: 0.6rem 2rem 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-search {
    border: 1px solid #ccc;
    padding: 0.9rem 2rem 1.2rem;
  }
}
.c-search input[type=text] {
  width: calc(100% - 3.9rem);
  background: transparent;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-search input[type=text] {
    font-size: 16px !important;
  }
}
.c-search input[type=text]::-webkit-input-placeholder {
  color: #777;
}
.c-search input[type=text]::-moz-placeholder {
  color: #777;
}
.c-search input[type=text]:-ms-input-placeholder {
  color: #777;
}
.c-search input[type=text]::-ms-input-placeholder {
  color: #777;
}
.c-search input[type=text]::placeholder {
  color: #777;
}
.c-search-btn {
  width: 3.9rem;
  height: 100%;
  background: #717171;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-search-btn {
    width: 4.8rem;
  }
}
.c-search-btn:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/search_icn.svg) no-repeat center center/contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-search-btn:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sub-ttl {
    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;
  }
}
.c-sub-ttl .-ja {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl .-ja {
    font-size: 2.2rem;
  }
}
.c-sub-ttl .-en {
  display: block;
  margin-top: 0.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl .-en {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    line-height: 1;
  }
}
.c-sub-ttl .-en:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #717171;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl .-en:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
  }
}
.c-sub-ttl .-en i {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #717171;
  background: #fff;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl .-en i {
    padding-right: 0;
    font-size: 1.8rem;
  }
}

.c-internal-nav {
  position: sticky;
  top: 8rem;
  left: 0;
}
.c-internal-nav li + li {
  margin-top: 3rem;
}
.c-internal-nav a {
  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: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #717171;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
.c-internal-nav a.current {
  color: #111;
  font-weight: 700;
}
.c-internal-nav a.current::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  border-radius: 50%;
  background-color: #D93F31;
}

.c-faq {
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.c-faq__head, .c-faq__body-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 1.6rem;
}
.c-faq__head::before, .c-faq__body-inner::before {
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-faq__head {
  font-size: 1.6;
  font-weight: 700;
  line-height: 1.75;
  padding: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq__head {
    padding: 3rem 2rem;
  }
}
.c-faq__head::before {
  content: "Q";
}
.c-faq__head.is-open .plus span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-faq__head .plus {
  display: inline-block;
  vertical-align: middle;
  color: #717171;
  line-height: 1;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-faq__head .plus span {
  width: 1.4rem;
  height: 1px;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}
.c-faq__head .plus span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-faq__body {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 3rem 3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-faq__body {
    line-height: 1.75;
    padding: 0 2rem 3rem;
  }
}
.c-faq__body-inner::before {
  content: "A";
  position: relative;
  top: 0.2rem;
}

/* --------------------------------------------------
  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, .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-en {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
}

/* --------------------------------------------------
  linktxt
-------------------------------------------------- */
.u-linktxt {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.u-linktxt .first, .u-linktxt .second {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-linktxt .second {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-linktxt:hover .first {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .u-linktxt:hover .second {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* --------------------------------------------------
  linkarw
-------------------------------------------------- */
.u-linkarw {
  position: relative;
  display: inline-block;
  padding-right: 6.7rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .u-linkarw {
    font-size: 2.5rem;
    padding-right: 6.5rem;
  }
}
.u-linkarw .-more {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-weight: 500;
  line-height: 1;
}
.u-linkarw .-more .first, .u-linkarw .-more .second {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-linkarw .-more .second {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.u-linkarw .-arw {
  width: 3.5rem;
  height: 3.6rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 0.2rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .u-linkarw .-arw {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.u-linkarw .-arw:before, .u-linkarw .-arw:after {
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  position: absolute;
  left: calc(50% - 0.7rem);
  top: calc(50% - 0.4rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-linkarw .-arw:after {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-linkarw.m-wh {
  color: #fff;
}
.u-linkarw.m-wh .-arw {
  border: 1px solid #717171;
}
.u-linkarw.m-wh .-arw:before, .u-linkarw.m-wh .-arw:after {
  background: url(../img/common/link_arw_wh.svg) no-repeat center center/contain;
}
.u-linkarw.m-bk {
  color: #111;
}
.u-linkarw.m-bk .-arw {
  border: 1px solid #717171;
}
.u-linkarw.m-bk .-arw:before, .u-linkarw.m-bk .-arw:after {
  background: url(../img/common/link_arw_bk.svg) no-repeat center center/contain;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-linkarw:hover .-more .first {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .u-linkarw:hover .-more .second {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .u-linkarw:hover .-arw:before {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  .u-linkarw:hover .-arw:after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* --------------------------------------------------
  animation
-------------------------------------------------- */
/* 回転 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 斜めに移動 */
@-webkit-keyframes diagonalMove {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  49% {
    -webkit-transform: rotate(-45deg) translate(141.4%, 0%);
            transform: rotate(-45deg) translate(141.4%, 0%);
  }
  50% {
    -webkit-transform: rotate(-45deg) translate(-141.4%, 0%);
            transform: rotate(-45deg) translate(-141.4%, 0%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes diagonalMove {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  49% {
    -webkit-transform: rotate(-45deg) translate(141.4%, 0%);
            transform: rotate(-45deg) translate(141.4%, 0%);
  }
  50% {
    -webkit-transform: rotate(-45deg) translate(-141.4%, 0%);
            transform: rotate(-45deg) translate(-141.4%, 0%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}
/* scroll箇所 */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スライダーのラインのアニメーション */
@-webkit-keyframes sliderLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes sliderLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ボタンの矢印アニメーション */
@-webkit-keyframes buttonArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.5% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes buttonArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.5% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header {
  background: #111;
  height: 8rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* /toggle */
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5.5rem;
  }
}
.l-header-logo {
  width: 10.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 6.9rem;
  }
}
.l-header-logo a {
  display: block;
  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.6;
  }
}
@media screen and (max-width: 767px) {
  .l-header-contact {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.l-header-nav {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
    position: fixed;
    top: 5.5rem;
    left: 0;
    width: 100%;
    height: calc(100svh - 5.5rem);
    background: #222;
    z-index: 100;
    padding: 6rem 5rem;
    overflow-y: auto;
  }
}
.l-header-nav .-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav {
    display: block;
    padding: 0;
  }
}
.l-header-nav .-gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav ul {
    display: block;
  }
}
.l-header-nav .-gnav li {
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li {
    margin: 2rem 0 0;
  }
}
.l-header-nav .-gnav li a, .l-header-nav .-gnav li span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-header-nav .-gnav li a, .l-header-nav .-gnav li span {
    min-width: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li a, .l-header-nav .-gnav li span {
    font-size: 3.5rem;
  }
}
.l-header-nav .-gnav li a .first, .l-header-nav .-gnav li a .second, .l-header-nav .-gnav li span .first, .l-header-nav .-gnav li span .second {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  line-height: 1.4;
}
.l-header-nav .-gnav li a .first, .l-header-nav .-gnav li span .first {
  letter-spacing: 0.035rem;
}
.l-header-nav .-gnav li a .second, .l-header-nav .-gnav li span .second {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li a .second, .l-header-nav .-gnav li span .second {
    display: none;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav .-gnav li a:hover .first, .l-header-nav .-gnav li span:hover .first {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .l-header-nav .-gnav li a:hover .second, .l-header-nav .-gnav li span:hover .second {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
  }
}
.l-header-nav .-gnav li .js-downbtn {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li .js-downbtn {
    padding-right: 5rem;
  }
}
.l-header-nav .-gnav li .js-downbtn:after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  background: url(../img/common/header_arw_under_red.svg) no-repeat center center/cover;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.1rem);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li .js-downbtn:after {
    width: 1.6rem;
    height: 1.4rem;
    top: calc(50% - 0.5rem);
  }
}
.l-header-nav .-gnav li .js-downbtn.is-active:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.l-header-nav .-gnav li .js-downbtn .second {
  padding-right: 2.2rem;
}
.l-header-nav .-gnav li .-downlist {
  position: absolute;
  left: 1rem;
  top: 4rem;
  background: #222;
  padding: 2rem;
  border-radius: 1rem;
  z-index: 10;
  display: none;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li .-downlist {
    width: 16rem;
    position: relative;
    left: 0;
    top: 0;
    background: none;
    padding: 0;
  }
}
.l-header-nav .-gnav li .-downlist li {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li .-downlist li {
    padding: 0;
  }
  .l-header-nav .-gnav li .-downlist li + li {
    margin-top: 1.5rem;
  }
}
.l-header-nav .-gnav li .-downlist li a {
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-right: 2rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav .-gnav li .-downlist li a:hover {
    opacity: 0.6;
  }
}
.l-header-nav .-gnav li .-downlist li a:after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  background: url(../img/common/header_arw_red.svg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-nav .-gnav li .-downlist li.top {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-gnav li .-downlist li.top {
    margin-bottom: 0.5rem;
  }
}
.l-header-nav .-gnav li .-downlist li.top a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-contact {
    color: #fff;
    margin-top: 8rem;
  }
  .l-header-nav .-contact .unit .num {
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
    text-align: right;
  }
  .l-header-nav .-contact .unit .note {
    display: block;
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.6rem;
  }
  .l-header-nav .-contact .unit + .unit {
    margin-top: 2.5rem;
  }
}
@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: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 0.5rem;
    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.1rem;
    background-color: #fff;
    border-radius: 0;
  }
  .l-header-toggle span:nth-of-type(1) {
    top: 0;
  }
  .l-header-toggle span:nth-of-type(2) {
    bottom: 0;
  }
  .l-header-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.23rem) rotate(30deg);
            transform: translateY(0.23rem) rotate(30deg);
  }
  .l-header-toggle.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(-0.23rem) rotate(-30deg);
            transform: translateY(-0.23rem) rotate(-30deg);
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header-contact {
    opacity: 0;
    pointer-events: none;
  }
}

.is-fixed .l-header {
  pointer-events: auto;
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #222;
  padding: 25rem 0;
  width: calc(100% - 8rem);
  margin-left: 8rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20rem 0 25rem;
    margin-left: 0;
    width: 100%;
  }
}
.l-footer.has-contact {
  padding-top: 0;
}
.l-footer.has-contact .l-footer-wrap {
  padding-top: 25rem;
}
.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: end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 96rem;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    display: block;
    width: 100%;
    padding: 0 5rem;
  }
}
.l-footer-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-head .-logo {
  width: 12.5rem;
  margin-right: 10rem;
}
.l-footer-head .-info {
  margin-top: 3.9rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-info {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.l-footer-head .-office {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-office {
    margin-top: 3rem;
  }
}
.l-footer-head .-office .name {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-footer-head .-office .address {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-footer-head .-sns {
  margin-top: 2rem;
  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.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-sns {
    margin-top: 4rem;
  }
}
.l-footer-head .-sns .icn {
  width: 2.4rem;
  height: 2.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) {
  .l-footer-head .-sns .icn:hover {
    opacity: 0.6;
  }
}
.l-footer-head .-copyright {
  margin-top: 9rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-copyright {
    margin-top: 0;
    position: absolute;
    bottom: -6rem;
    left: 5rem;
  }
}
.l-footer-body {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body {
    width: 100%;
    margin-top: 7rem;
  }
}
.l-footer-body .-contact {
  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;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-contact {
    display: block;
    gap: 4rem;
  }
}
.l-footer-body .-contact li a {
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-contact li + li {
    margin-top: 3rem;
  }
}
.l-footer-body .-nav {
  margin-top: 8rem;
  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;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-nav {
    display: block;
    margin-top: 6rem;
  }
}
.l-footer-body .-nav .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;
  gap: 4rem;
}
.l-footer-body .-nav .menu .menu-col li a {
  font-size: 1.4rem;
  font-weight: 500;
  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-body .-nav .menu .menu-col li a:hover {
    opacity: 0.6;
  }
}
.l-footer-body .-nav .menu .menu-col li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-nav .tel {
    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;
    margin-top: 4rem;
    gap: 3rem;
  }
}
.l-footer-body .-nav .tel .tel-unit .-num {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-nav .tel .tel-unit .-num {
    font-size: 1.6rem;
  }
}
.l-footer-body .-nav .tel .tel-unit .-time {
  margin-top: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.l-footer-body .-nav .tel .tel-unit + .tel-unit {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-nav .tel .tel-unit + .tel-unit {
    margin-top: 0;
  }
}
.l-footer-contact {
  background: #DFDFDF;
  padding: 19rem 0 15rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer-contact {
    padding: 10rem 0 10rem;
  }
}
.l-footer-contact-wrap {
  width: 96rem;
  margin: 0 auto;
  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;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-wrap {
    width: 100%;
    display: block;
    padding: 0 2rem;
  }
}
.l-footer-contact .-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-unit + .-unit {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-unit {
    display: block;
  }
}
.l-footer-contact .-unit .icn {
  width: 12rem;
  margin: 0 auto;
}
.l-footer-contact .-unit .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-unit .txt {
    display: block;
  }
}
.l-footer-contact .-unit .txt-ttl {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #717171;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-contact .-unit .txt-ttl {
    margin-top: 4rem;
  }
}
.l-footer-contact .-unit .txt-detail {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.l-footer-contact .-unit .link {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  min-height: 4.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;
}
.l-footer-contact .-unit .link .u-linkarw span {
  font-size: 1.6rem;
  font-weight: 700;
}
.l-footer-contact .-unit .link .u-linkarw .-arw {
  top: 50%;
}
.l-footer-contact .-unit.m-phone .link .u-linkarw span i {
  font-size: 1.2rem;
}