@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}
body.is-open {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

/* 共通：表示前 */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}

/* 下から（今までの） */
.js-fadeUp {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* 右から */
.js-fadeRight {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* 左から */
.js-fadeLeft {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/* 表示後（共通） */
.js-fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header.-top {
  background-color: #82939C;
}
.l-header.-top .l-header__inner {
  padding: unset;
}
.l-header.-top .l-header__logo {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 355px;
  height: 100px;
}
@media screen and (max-width: 1347px) {
  .l-header.-top .l-header__logo {
    width: 200px;
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .l-header.-top .l-header__logo {
    width: 180px;
    height: 60px;
  }
}
.l-header.-top .l-header__logo a {
  display: block;
  width: 238px;
  height: auto;
}
@media screen and (max-width: 1347px) {
  .l-header.-top .l-header__logo a {
    width: 160px;
  }
}
@media screen and (max-width: 980px) {
  .l-header.-top .l-header__logo a {
    width: 150px;
  }
}
.l-header.-pagebg {
  background-color: #fff;
}
.l-header.-pagebg .l-header__navitem {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .l-header.-pagebg .l-header__navitem {
    color: #fff;
  }
}
.l-header.-pagebg .l-header__button.-recruit {
  background-color: #82939C;
  color: #fff;
}
.l-header.-pagebg rect, .l-header.-pagebg path {
  stroke: #fff;
}
.l-header.-pagebg .c-burger__border {
  background-color: #82939C;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 44px;
}
@media screen and (max-width: 1347px) {
  .l-header__inner {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 20px 20px 20px 20px;
  }
}
.l-header__logo {
  width: 256px;
}
@media screen and (max-width: 1347px) {
  .l-header__logo {
    width: 180px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__logo {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 150px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    position: fixed;
    z-index: 99;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #82939C;
    display: none;
    padding-top: 60px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
}
@media screen and (max-width: 1347px) {
  .l-header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__nav {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.l-header__navitem {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1347px) {
  .l-header__navitem {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__navitem {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem {
    font-size: 16px;
  }
}
.l-header__navbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__navbutton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
}
.l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 185px;
  height: 100px;
  gap: 9px;
  padding-top: 5px;
}
@media screen and (max-width: 1347px) {
  .l-header__button {
    width: 140px;
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__button {
    width: 100px;
    height: 60px;
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
}
.l-header__button.-recruit {
  background-color: #fff;
  color: #82939C;
}
.l-header__button.-recruit .-ja {
  position: relative;
}
.l-header__button.-recruit .-ja svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}
@media screen and (max-width: 1347px) {
  .l-header__button.-recruit .-ja svg {
    width: 13px;
    right: -20px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__button.-recruit .-ja svg {
    width: 11px;
    right: -13px;
  }
}
.l-header__button.-contact {
  background-color: #E4005A;
  color: #fff;
}
.l-header__button .-ja {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 1347px) {
  .l-header__button .-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__button .-ja {
    font-size: 13px;
  }
}
.l-header__button .-en {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .l-header__button .-en {
    font-size: 9px;
  }
}

.l-footer__inner {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 92px 0 90px 60px;
  margin: 0 -20px 0 0;
}
@media screen and (max-width: 1330px) {
  .l-footer__contents {
    padding: 92px 0 90px 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset;
    padding: 70px 0 70px 0px;
  }
}
.l-footer__logo {
  width: 256px;
  display: block;
}
@media screen and (max-width: 980px) {
  .l-footer__logo {
    width: 230px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__address {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 14px 0 0;
}
@media screen and (max-width: 1330px) {
  .l-footer__address {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__address {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 14px;
    margin: 14px auto 0;
    text-align: center;
  }
}
.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 980px) {
  .l-footer__body {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}
.l-footer__nav {
  max-width: 323px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 39px;
}
@media screen and (max-width: 980px) {
  .l-footer__nav {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__navitem {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1330px) {
  .l-footer__navitem {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__navitem {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navitem {
    text-align: center;
    font-size: 14px;
  }
}
.l-footer__navitem:nth-of-type(2) {
  width: 97px;
}
@media screen and (max-width: 980px) {
  .l-footer__navitem:nth-of-type(2) {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navitem:nth-of-type(2) {
    width: unset;
  }
}
.l-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    width: 100%;
  }
}
.l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 185px;
  height: 100px;
  gap: 9px;
  padding-top: 5px;
}
@media screen and (max-width: 1330px) {
  .l-footer__button {
    width: 140px;
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__button {
    width: 100px;
    height: 60px;
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__button {
    width: 210px;
  }
}
.l-footer__button.-recruit {
  background-color: #E4005A;
  color: #fff;
}
.l-footer__button.-recruit .-ja {
  position: relative;
}
.l-footer__button.-recruit .-ja svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}
@media screen and (max-width: 1330px) {
  .l-footer__button.-recruit .-ja svg {
    width: 13px;
    right: -20px;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__button.-recruit .-ja svg {
    width: 11px;
    right: -13px;
  }
}
.l-footer__button.-contact {
  background-color: #82939C;
  color: #fff;
}
.l-footer__button .-ja {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 1330px) {
  .l-footer__button .-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__button .-ja {
    font-size: 13px;
  }
}
.l-footer__button .-en {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .l-footer__button .-en {
    font-size: 9px;
  }
}
.l-footer__copy {
  max-width: 1280px;
  margin: 0 auto;
  color: #82939C;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-family: "DM Sans", sans-serif;
  padding: 13px 0 19px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 10px;
    padding: 10px 0 10px;
  }
}

.c-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .c-burger__border {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 0;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-burger__border--bottom {
    bottom: 0;
  }
  .c-burger.is-open .c-burger__border--top {
    rotate: 45deg;
    top: 8px;
  }
  .c-burger.is-open .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-open .c-burger__border--bottom {
    rotate: -45deg;
    bottom: 10px;
  }
}

.c-bread {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 115px 0 0 44px;
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 1330px) {
  .c-bread {
    padding: 100px 0 0 20px;
  }
}
@media screen and (max-width: 990px) {
  .c-bread {
    padding: 60px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-bread {
    font-size: 6px;
  }
}
.c-bread span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-bread span {
    font-size: 12px;
  }
}

.c-marquee {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  white-space: nowrap;
}
.c-marquee__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.c-marquee__inner span {
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  text-transform: uppercase;
  color: #fff;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .c-marquee__inner span {
    font-size: 70px;
  }
}
.c-marquee__inner span.-lg {
  font-size: 180px;
}
@media screen and (max-width: 768px) {
  .c-marquee__inner span.-lg {
    font-size: 70px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-report__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 29/18;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-report__body {
  margin-top: 3px;
}
.c-report__date {
  font-size: 13px;
  line-height: 2.3076923077;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "DM Sans", sans-serif;
  color: #82939C;
}
.c-report__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-report__title {
    font-size: 14px;
  }
}
.c-report__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.c-report__cat li {
  border: #707070 1px solid;
  border-radius: 50px;
  padding: 5px 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  border: #707070 1px solid;
  border-radius: 50px;
  max-width: 332px;
  width: 100%;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 16px;
    max-width: 280px;
    height: 60px;
  }
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E4005A;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button::after {
    width: 45px;
    height: 45px;
    right: -15px;
    background-size: 16px;
  }
}
.c-button.-color {
  color: #fff;
  border: #fff 1px solid;
}

.c-cta__inner {
  max-width: 1105px;
  margin: 0 auto;
}
.c-cta__title {
  color: #E4005A;
  background-color: #fff;
  font-size: 35px;
  letter-spacing: 0.11em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  padding: 23px 0 4px 22px;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: 30px;
    padding: 23px 0 4px 22px;
  }
}
.c-cta__title span {
  font-size: 59px;
}
@media screen and (max-width: 768px) {
  .c-cta__title span {
    font-size: 40px;
  }
}
.c-cta__contents {
  margin: 0 calc(50% - 50vw);
  padding: 97px calc(50vw - 50%) 98px;
  width: 100vw;
  background-color: #E4005A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__contents {
    padding: 70px calc(50vw - 50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.c-cta__contents::after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 115px;
  width: 1px;
  left: 49.3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-cta__contents::after {
    position: unset;
    content: none;
  }
}
.c-cta__tel {
  margin: 4px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  color: #fff;
  font-size: 48px;
  line-height: 1.1458333333;
  letter-spacing: 0.07em;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 980px) {
  .c-cta__tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__tel {
    font-size: 28px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
  .c-cta__tel svg {
    width: 20px;
  }
}
.c-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 460px;
  width: 100%;
  height: 88px;
  gap: 17px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 10px 11px 13px 21px;
}
@media screen and (max-width: 980px) {
  .c-cta__contact {
    font-size: 18px;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__contact {
    max-width: unset;
    font-size: 16px;
    height: 70px;
  }
}
.c-cta__contact figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta__contact figure {
    width: 20px;
  }
  .c-cta__contact figure img {
    width: 100%;
    height: auto;
  }
}

.c-page {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  height: 640px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .c-page {
    aspect-ratio: 144/64;
    height: unset;
    min-height: 230px;
  }
}
.c-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67%;
  margin: 0 auto;
  max-width: 1106px;
}
.c-page__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-page__title--en {
  font-size: 55px;
  line-height: 1.1818181818;
  letter-spacing: 0.1em;
  font-weight: 200;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-page__title--en {
    font-size: 30px;
  }
}
.c-page__title--ja {
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 22px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .c-page__title--ja {
    font-size: 14px;
    line-height: 2;
    padding-left: 18px;
  }
}
.c-page__title--ja::after {
  position: absolute;
  content: "●";
  color: #E4005A;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-page__title--ja::after {
    font-size: 10px;
  }
}
.c-page__title.-color {
  color: #000000;
}
.c-page.-company {
  background-image: url(../images/pageheader/company.webp);
}
.c-page.-product {
  background-image: url(../images/pageheader/product.webp);
}
.c-page.-logistics {
  background-image: url(../images/pageheader/logistics.webp);
}
.c-page.-nomal {
  height: unset;
  aspect-ratio: unset;
}
.c-page.-nomal .c-page__inner {
  margin: 90px auto 0;
  height: unset;
}
@media screen and (max-width: 768px) {
  .c-page.-nomal .c-page__inner {
    margin: 30px auto 0;
  }
}
.c-page.-nomal .c-page__title {
  position: relative;
  padding-bottom: 34px;
}
.c-page.-nomal .c-page__title::after {
  position: absolute;
  content: "";
  background-color: #82939C;
  width: 52px;
  height: 1px;
  left: -10px;
  bottom: 0;
}
.c-page.-nomal .c-bread {
  color: #000000;
  padding: 18px 0 0 44px;
}
@media screen and (max-width: 1330px) {
  .c-page.-nomal .c-bread {
    padding: 18px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-page.-nomal .c-bread {
    padding: 18px 20px 20px 20px;
  }
}

.c-form {
  max-width: 1130px;
  margin: 113px auto 0;
  border-top: 1px dotted #707070;
}
@media screen and (max-width: 768px) {
  .c-form {
    margin: 0px auto 0;
  }
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px dotted #707070;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-form__item.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  width: 345px;
  padding: 0 0 0 13px;
}
@media screen and (max-width: 768px) {
  .c-form__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    font-size: 14px;
    width: 100%;
    padding: unset;
  }
}
.c-form__title.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form__title .-small {
  font-size: 14px;
  line-height: 2;
  display: block;
}
.c-form__rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DE3373;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
  border-radius: 5px;
  width: 50px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .c-form__rec {
    font-size: 14px;
    width: 40px;
    height: 22px;
  }
}
.c-form__data {
  width: calc(100% - 361px);
  max-width: 474px;
}
@media screen and (max-width: 768px) {
  .c-form__data {
    width: 100%;
  }
}
.c-form__data .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.c-form__data .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  bottom: -16px;
}
.c-form__data.-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 73px;
  max-width: 472px;
}
@media screen and (max-width: 768px) {
  .c-form__data.-zip {
    gap: 20px;
  }
}
.c-form__data.-zip.c-form__data .wpcf7-form-control-wrap {
  width: calc(100% - 203px);
}
@media screen and (max-width: 768px) {
  .c-form__data.-zip.c-form__data .wpcf7-form-control-wrap {
    width: calc(100% - 150px);
  }
}
.c-form__data.-select {
  background-color: #F3F3F3;
}
.c-form__data.-select select {
  min-height: 60px;
  width: 100%;
  padding: 0 20px;
  letter-spacing: 0.03em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-form__data.-select select {
    font-size: 16px;
  }
}
.c-form__data.-select .wpcf7-form-control-wrap {
  height: auto;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  position: relative;
}
.c-form__data.-select .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 12px;
  height: 10px;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.c-form__zipsearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #82939C 1px solid;
  border-radius: 5px;
  width: 130px;
  height: 46px;
  font-size: 18px;
  letter-spacing: 0.03em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__zipsearch {
    font-size: 14px;
  }
}
.c-form__input {
  background-color: #F3F3F3;
  min-height: 60px;
  width: 100%;
  padding: 0 20px;
}
.c-form__input.-half {
  max-width: 270px;
}
.c-form__input.-textarea {
  min-height: 280px;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .c-form__input.-textarea {
    min-height: 200px;
  }
}
.c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .c-form__radio {
    gap: 20px;
  }
}
.c-form__radio .wpcf7-list-item {
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.03em;
  margin: unset;
}
@media screen and (max-width: 768px) {
  .c-form__radio .wpcf7-list-item {
    font-size: 14px;
  }
}
.c-form__radio input[type=radio] {
  display: none;
}
.c-form__radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-form__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
}
.c-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.c-form__privacy {
  border: 1px solid #C3CED5;
  max-width: 539px;
  margin: 74px auto 0;
  height: 229px;
  overflow-y: scroll;
  padding: 20px 40px 20px 28px;
}
@media screen and (max-width: 768px) {
  .c-form__privacy {
    margin: 40px auto 0;
  }
}
.c-form__privacy h2 {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.c-form__privacy p {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  margin-top: 14px;
}
.c-form__acceptance {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
  display: block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-form__acceptance {
    font-size: 14px;
  }
}
.c-form__acceptance .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-form__acceptance .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
}
.c-form__acceptance input[type=checkbox] {
  display: none;
}
.c-form__acceptance .wpcf7-list-item {
  margin: 0 0 0 0;
}
.c-form__acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-form__acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #82939C;
  background-color: #fff;
}
.c-form__acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #036EB7;
  border-color: #036EB7;
}
.c-form__acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}
.c-form__submit {
  background-color: #E4005A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  width: 180px;
  height: 64px;
  margin: 73px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    font-size: 14px;
    margin: 40px auto 0;
  }
}
.c-form__submit input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.4em;
}
.c-form__submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

.c-pagination {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 30px;
  }
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px;
  font-size: 12px;
  letter-spacing: 0.09em;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  border: 1px solid;
}
.c-pagination .wp-pagenavi span {
  background-color: #E4005A;
  color: #fff;
}
.c-pagination .wp-pagenavi a:hover, .c-pagination .wp-pagenavi span.current {
  border: 1px solid #E4005A;
}
.c-pagination .wp-pagenavi a.nextpostslink, .c-pagination .wp-pagenavi a.previouspostslink {
  border: unset;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .wp-pagenavi a.nextpostslink::after, .c-pagination .wp-pagenavi a.previouspostslink::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagination .wp-pagenavi a.nextpostslink {
  margin: 0 0 0 12px;
}
.c-pagination .wp-pagenavi a.nextpostslink::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-pagination .wp-pagenavi a.previouspostslink {
  margin: 0 12px 0 0px;
}
.c-pagination .wp-pagenavi a.previouspostslink::after {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-top-kv {
  background-color: #82939C;
  padding: 45px 0 0;
}
.p-top-kv__img img {
  width: 100%;
  height: auto;
}
.p-top-kv__disc {
  max-width: 1275px;
  padding: 0 20px;
  margin: -87px auto 0;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-top-kv__disc {
    margin: -6.0416666667vw auto 0;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__disc {
    font-size: 14px;
    margin: 18px auto 0;
  }
}
.p-top-kv__slider {
  margin: 13px 0 0;
}
.p-top-report {
  margin: -27px calc(50% - 50vw) 0;
  padding: 138px calc(50vw - 50%) 142px;
  width: 100vw;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-report {
    margin: -15px calc(50% - 50vw) 0;
    padding: 70px calc(50vw - 50%) 70px;
  }
}
.p-top-report__title {
  color: #82939C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-top-report__title::after {
  position: absolute;
  content: "";
  background-color: #E4005A;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 3px;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .p-top-report__title::after {
    width: 10px;
    height: 10px;
  }
}
.p-top-report__title .-en {
  font-size: 80px;
  letter-spacing: 0.125em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-report__title .-en {
    font-size: 50px;
  }
}
.p-top-report__title .-ja {
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: -12px;
}
@media screen and (max-width: 768px) {
  .p-top-report__title .-ja {
    font-size: 16px;
  }
}
.p-top-report__contents {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-report__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-report__head {
  width: 346px;
}
@media screen and (max-width: 768px) {
  .p-top-report__head {
    width: 100%;
  }
}
.p-top-report__body {
  width: calc(100% - 366px);
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .p-top-report__body {
    width: 100%;
    margin-top: unset;
  }
}
.p-top-report__body .c-report__img {
  position: relative;
}
.p-top-report__body .c-report__img::after {
  position: absolute;
  content: "PICK UP";
  background-color: #E4005A;
  border-radius: 50px 50px 0 50px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 43px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 132px;
  height: 43px;
  left: -5px;
  bottom: -12px;
  padding-top: 3px;
}
.p-top-report__body .c-report__img img {
  aspect-ratio: 83/48;
}
.p-top-report__body .c-report__body {
  margin-top: 23px;
}
.p-top-report__body .c-report__date {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-top-report__body .c-report__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-report__body .c-report__title {
    font-size: 18px;
  }
}
.p-top-report__body .c-report__cat {
  margin-top: 13px;
  gap: 10px;
}
.p-top-report__body .c-report__cat li {
  font-size: 14px;
  padding: 7px 20px;
}
.p-top-report__lead {
  max-width: 193px;
  width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-report__lead {
    max-width: 35%;
    margin: 40px auto 0;
  }
}
.p-top-report__lead img {
  width: 100%;
  height: auto;
}
.p-top-report__slider {
  margin: 62px calc(50% - 50vw) 0;
  width: 100vw;
}
.p-top-report__button {
  margin: 72px auto 0;
}
.p-top-service {
  background-color: #82939C;
  margin: 0px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
.p-top-service__inner {
  max-width: 1332px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.p-top-service__bgwrap {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-top-service__bgwrap {
    width: 100%;
  }
}
.p-top-service__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top-service__bg {
    position: unset;
    height: 78vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__bg {
    height: 70vh;
  }
}
.p-top-service__bg img {
  width: 45.5%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}
@media screen and (max-width: 1000px) {
  .p-top-service__bg img {
    width: 100%;
  }
}
.p-top-service__lead {
  max-width: 239px;
  position: absolute;
  z-index: 4;
  left: 34.5%;
  top: 47.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .p-top-service__lead {
    top: 5%;
    left: unset;
    right: -1px;
    -webkit-transform: unset;
            transform: unset;
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__lead {
    max-width: 40%;
  }
}
.p-top-service__lead img {
  width: 100%;
  height: auto;
}
.p-top-service__contents {
  padding: 70px 65px 89px 0;
  width: 51.8%;
  margin-left: auto;
  position: relative;
  z-index: 3;
  background-color: #82939C;
}
@media screen and (max-width: 1000px) {
  .p-top-service__contents {
    margin-left: unset;
    width: 100%;
    padding: 30px 0 70px 0;
  }
}
.p-top-service__title {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.13em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  position: absolute;
  rotate: -90deg;
  left: -152px;
  top: 126px;
}
@media screen and (max-width: 1000px) {
  .p-top-service__title {
    font-size: 50px;
    left: -72px;
    top: 120px;
  }
}
.p-top-service__title::after {
  position: absolute;
  content: "";
  background-color: #E4005A;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 5px;
  top: -13px;
}
@media screen and (max-width: 1000px) {
  .p-top-service__title::after {
    width: 10px;
    height: 10px;
  }
}
.p-top-service__subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 2.2727272727;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-left: 72px;
}
@media screen and (max-width: 1000px) {
  .p-top-service__subtitle {
    font-size: 16px;
  }
}
.p-top-service__disc {
  color: #fff;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  padding-left: 88px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-service__disc {
    font-size: 14px;
  }
}
.p-top-service__links {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 64px;
}
.p-top-service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 27px 16px;
}
@media screen and (max-width: 768px) {
  .p-top-service__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-service__link:first-of-type {
  border-bottom: 1px solid #fff;
}
.p-top-service__linkimg {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-top-service__linkimg {
    width: 100%;
  }
}
.p-top-service__linkimg img {
  width: 100%;
  height: auto;
}
.p-top-service__linkbody {
  color: #fff;
  position: relative;
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0 60px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__linkbody {
    width: 100%;
    padding: 0 50px 10px 0;
  }
}
.p-top-service__linkbody::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E4005A;
  right: 2px;
  bottom: -9px;
}
@media screen and (max-width: 768px) {
  .p-top-service__linkbody::after {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }
}
.p-top-service__linkbody strong {
  font-size: 22px;
  line-height: 1.8636363636;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-service__linkbody strong {
    font-size: 18px;
  }
}
.p-top-service__linkbody p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  max-width: 257px;
}
@media screen and (max-width: 768px) {
  .p-top-service__linkbody p {
    font-size: 14px;
    max-width: unset;
  }
}
.p-top-company {
  margin: 0 calc(50% - 50vw);
  padding: 136px calc(50vw - 50%) 125px;
  width: 100vw;
  background-image: url(../images/top/company-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 70px calc(50vw - 50%) 70px;
  }
}
.p-top-company__inner {
  max-width: 1226px;
  margin: 10px 0 0 0;
}
.p-top-company__button {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-company__button {
    margin: 0px auto 0;
  }
}

.p-company {
  max-width: 1026px;
  margin: 0 auto;
}
.p-company__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .p-company__title {
    gap: 10px;
  }
}
.p-company__title--sm {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "DM Sans", sans-serif;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-company__title--sm {
    font-size: 16px;
    padding-top: 16px;
  }
}
.p-company__title--sm::after {
  position: absolute;
  content: "●";
  color: #E4005A;
  left: 0;
  top: 0;
  font-size: 10px;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-company__title--sm::after {
    font-size: 8px;
  }
}
.p-company__title--lg {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company__title--lg {
    font-size: 24px;
  }
}
.p-company__title.-color {
  color: #fff;
}
.p-company-message {
  padding: 90px 0 118px;
}
@media screen and (max-width: 768px) {
  .p-company-message {
    padding: 40px 0;
  }
}
.p-company-message__contents {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-company-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
}
.p-company-message__head {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-company-message__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company-message__body {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 2% 0 0;
}
@media screen and (max-width: 768px) {
  .p-company-message__body {
    width: 100%;
    padding: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20%;
    padding-right: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message__img {
    width: 80%;
  }
}
.p-company-message__img img {
  width: 100%;
  height: auto;
}
.p-company-message__disc {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-company-message__disc {
    font-size: 16px;
    margin-top: 20px;
    gap: 14px;
  }
}
.p-company-message__lead {
  max-width: 157px;
}
@media screen and (max-width: 768px) {
  .p-company-message__lead {
    width: 17%;
    margin-left: 3%;
  }
}
.p-company-message__lead img {
  width: 100%;
  height: auto;
}
.p-company-message__prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0px 0 215px 15%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company-message__prof {
    margin: unset;
    padding: 20px 0px 50px;
  }
}
.p-company-message__prof--sm {
  font-size: 18px;
  line-height: 2.2777777778;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company-message__prof--sm {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-company-message__prof--lg {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-company-message__prof--lg {
    font-size: 20px;
    line-height: 2;
  }
}
.p-company-message__prof--en {
  position: absolute;
  z-index: -1;
  bottom: 4px;
  right: -22px;
  width: 190px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company-message__prof--en {
    left: 47px;
    width: 100px;
  }
}
.p-company-message__prof--en img {
  width: 100%;
  height: auto;
}
.p-company-prof {
  margin: 0 calc(50% - 50vw);
  padding: 120px calc(50vw - 50%);
  width: 100vw;
  background-image: url(../images/company/prof.webp);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
}
@media screen and (max-width: 768px) {
  .p-company-prof {
    padding: 40px calc(50vw - 50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}
.p-company-prof .p-company__title {
  width: 202px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-company-prof .p-company__title {
    width: 100%;
  }
}
.p-company-prof__list {
  width: calc(100% - 259px);
  border-top: 1px dotted #fff;
}
@media screen and (max-width: 768px) {
  .p-company-prof__list {
    width: 100%;
  }
}
.p-company-prof__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #fff;
}
.p-company-prof__item dt {
  width: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.03em;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item dt {
    font-size: 14px;
    width: 110px;
  }
}
.p-company-prof__item dd {
  width: calc(100% - 163px);
  padding: 18px 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item dd {
    font-size: 14px;
    width: calc(100% - 110px);
  }
}
.p-company-prof__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-company-prof__item a {
    gap: 5px;
  }
  .p-company-prof__item a svg {
    width: 10px;
  }
}
.p-company-access {
  padding: 130px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-company-access {
    padding: 40px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-company-access__head {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-company-access__head {
    width: 100%;
  }
}
.p-company-access__address {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-company-access__address {
    font-size: 16px;
  }
}
.p-company-access__map {
  width: calc(90% - 150px);
  aspect-ratio: 770/500;
}
@media screen and (max-width: 768px) {
  .p-company-access__map {
    width: 100%;
  }
}
.p-company-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-product {
  max-width: 1195px;
  margin: 0 auto;
}
.p-product__title {
  color: #82939C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-product__title::after {
  position: absolute;
  content: "";
  background-color: #E4005A;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 3px;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .p-product__title::after {
    width: 10px;
    height: 10px;
  }
}
.p-product__title .-en {
  font-size: 80px;
  letter-spacing: 0.125em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-product__title .-en {
    font-size: 50px;
  }
}
.p-product__title .-ja {
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-product__title .-ja {
    font-size: 16px;
  }
}
.p-product-service {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p-product-service {
    padding: 40px 0 0;
  }
}
.p-product-service__slider {
  margin-top: -17px;
}
@media screen and (max-width: 768px) {
  .p-product-service__slider {
    margin-top: 20px;
  }
}
.p-product-service__slider .swiper {
  margin: 0 calc(50% - 50vw) 0;
  width: 100vw;
}
.p-product-service__slider .swiper-wrapper {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-product-service__slider .swiper-wrapper {
    margin-top: 20px;
  }
}
.p-product-service__slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: unset;
}
@media screen and (max-width: 768px) {
  .p-product-service__slider .swiper-pagination {
    gap: 8px;
  }
}
.p-product-service__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #E8EDEF;
}
@media screen and (max-width: 768px) {
  .p-product-service__slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.p-product-service__slider .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #E4005A;
}
@media screen and (max-width: 768px) {
  .p-product-service__slider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
.p-product-service__arrow {
  max-width: 1438px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1460px) {
  .p-product-service__arrow {
    padding: 0 10px;
    max-width: 1286px;
  }
}
@media screen and (max-width: 768px) {
  .p-product-service__arrow {
    padding: 0 20px;
    top: unset;
    bottom: 0;
  }
}
.p-product-service__arrow .swiper-button-next, .p-product-service__arrow .swiper-button-prev {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-product-service__arrow .swiper-button-next, .p-product-service__arrow .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.p-product-service__arrow .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-product-service__arrow .swiper-button-next:after, .p-product-service__arrow .swiper-button-prev:after {
  content: "";
  background-image: url(../images/product/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-product-service__arrow .swiper-button-next:after, .p-product-service__arrow .swiper-button-prev:after {
    width: 18px;
    height: 18px;
  }
}
.p-product-service__item {
  background-color: #E4005A;
  color: #fff;
  padding: 47px 0 70px;
  position: relative;
}
.p-product-service__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/product/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 335px;
  height: 465px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-product-service__item::after {
    position: unset;
    content: none;
  }
}
.p-product-service__inner {
  max-width: 1244px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .p-product-service__inner {
    padding: 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-product-service__inner {
    padding: 0 20px;
  }
}
.p-product-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  font-family: "Cormorant Infant", serif;
  margin-left: -7px;
}
@media screen and (max-width: 768px) {
  .p-product-service__title {
    gap: 10px;
  }
}
.p-product-service__title .-num {
  font-size: 115px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-product-service__title .-num {
    font-size: 40px;
  }
}
.p-product-service__title .-en {
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-product-service__title .-en {
    font-size: 30px;
  }
}
.p-product-service__subtitle {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: -12px;
}
@media screen and (max-width: 768px) {
  .p-product-service__subtitle {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }
}
.p-product-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-product-service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-product-service__head {
  padding-right: 3%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-product-service__head {
    width: 100%;
  }
}
.p-product-service__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-product-service__body {
    width: 100%;
  }
}
.p-product-service__body img {
  width: 100%;
  height: auto;
}
.p-product-service__lead {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-product-service__lead {
    font-size: 18px;
  }
}
.p-product-service__disc {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .p-product-service__disc {
    font-size: 14px;
  }
}
.p-product-strengths {
  padding: 118px 0 148px;
}
@media screen and (max-width: 768px) {
  .p-product-strengths {
    padding: 40px 0 80px;
  }
}
.p-product-strengths__list {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 87px;
}
.p-product-strengths__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-product-strengths__item:nth-of-type(odd) {
  padding-left: 19.5%;
}
@media screen and (max-width: 1040px) {
  .p-product-strengths__item:nth-of-type(odd) {
    padding-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item:nth-of-type(odd) {
    padding-right: 10px;
  }
}
.p-product-strengths__item:nth-of-type(odd) .p-product-strengths__body {
  padding-left: 2.9%;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item:nth-of-type(odd) .p-product-strengths__body {
    padding-left: unset;
  }
}
.p-product-strengths__item:nth-of-type(odd) .p-product-strengths__body::after {
  margin-right: calc(50% - 50vw);
  height: calc(100% + 156px);
  left: -34%;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item:nth-of-type(odd) .p-product-strengths__body::after {
    height: calc(100% + 80px);
    left: -30px;
  }
}
.p-product-strengths__item:nth-of-type(even) {
  padding-right: 19.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1040px) {
  .p-product-strengths__item:nth-of-type(even) {
    padding-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-product-strengths__item:nth-of-type(even) .p-product-strengths__body {
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item:nth-of-type(even) .p-product-strengths__body {
    padding-right: unset;
    padding-left: 10px;
  }
}
.p-product-strengths__item:nth-of-type(even) .p-product-strengths__body::after {
  margin-left: calc(50% - 50vw);
  height: calc(100% + 146px);
  right: -34%;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__item:nth-of-type(even) .p-product-strengths__body::after {
    height: calc(100% + 80px);
    right: -30px;
  }
}
.p-product-strengths__head {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__head {
    width: 100%;
  }
}
.p-product-strengths__head img {
  width: 100%;
  height: auto;
}
.p-product-strengths__body {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__body {
    width: 100%;
  }
}
.p-product-strengths__body::after {
  position: absolute;
  content: "";
  background-color: #82939C;
  width: 100vw;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-product-strengths__title {
  font-size: 32px;
  line-height: 1.40625;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__title {
    font-size: 20px;
  }
}
.p-product-strengths__disc {
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-product-strengths__disc {
    font-size: 14px;
  }
}

.p-logistics-about {
  padding: 90px 0 182px;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .p-logistics-about {
    padding: 80px 0;
    gap: 40px;
  }
}
.p-logistics-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-logistics-about__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-logistics-about__item:nth-of-type(even) .p-logistics-about__body {
  margin-right: -10.5%;
}
.p-logistics-about__item:nth-of-type(even) .p-logistics-about__en {
  right: 60px;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__item:nth-of-type(even) .p-logistics-about__en {
    right: -18px;
  }
}
.p-logistics-about__item:nth-of-type(odd) .p-logistics-about__body {
  margin-left: -10.5%;
}
.p-logistics-about__item:nth-of-type(odd) .p-logistics-about__en {
  left: 71px;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__item:nth-of-type(odd) .p-logistics-about__en {
    left: -18px;
  }
}
.p-logistics-about__head {
  width: 58%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__head {
    width: 100%;
  }
}
.p-logistics-about__head img {
  width: 100%;
  height: auto;
}
.p-logistics-about__body {
  width: 52.5%;
  background-color: #E4005A;
  color: #fff;
  padding: 5% 5% 5% 5.3%;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__body {
    width: 100%;
    padding: 5% 5% 8% 5.3%;
  }
}
.p-logistics-about__title {
  font-size: 34px;
  line-height: 1.4117647059;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__title {
    font-size: 24px;
  }
}
.p-logistics-about__disc {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-logistics-about__disc {
    font-size: 14px;
  }
}
.p-logistics-about__en {
  position: absolute;
  bottom: -76px;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  text-transform: uppercase;
  color: #E8EDEF;
}
@media screen and (max-width: 950px) {
  .p-logistics-about__en {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-logistics-about__en {
    font-size: 40px;
    bottom: -20px;
  }
}
.p-logistics-drawing {
  margin: 0 calc(50% - 50vw);
  padding: 119px calc(50vw - 50%) 124px;
  width: 100vw;
  background-color: #82939C;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing {
    padding: 80px calc(50vw - 50%);
  }
}
.p-logistics-drawing__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-logistics-drawing__arrow1 img, .p-logistics-drawing__arrow2 img {
  width: 100%;
  height: auto;
}
.p-logistics-drawing__arrow1 {
  max-width: 484px;
  margin: -9px auto;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing__arrow1 {
    margin: 0 auto;
    padding-right: unset;
  }
}
.p-logistics-drawing__arrow2 {
  max-width: 1015px;
  margin: -10px auto -5px;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing__arrow2 {
    margin: 0 auto;
    padding-left: unset;
  }
}
.p-logistics-drawing-top {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.p-logistics-drawing-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 51px 0 55px;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 0;
  }
}
.p-logistics-drawing-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  height: 180px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-top__item {
    width: 100%;
  }
}
.p-logistics-drawing-top__item:not(:last-of-type) {
  border-right: 3px dotted #82939C;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-top__item:not(:last-of-type) {
    border-bottom: 3px dotted #82939C;
    border-right: unset;
  }
}
.p-logistics-drawing-top__item span {
  font-size: 20px;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #82939C;
}
@media screen and (max-width: 875px) {
  .p-logistics-drawing-top__item span {
    font-size: 16px;
  }
}
.p-logistics-drawing-top__item figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-logistics-drawing-top__item figure img {
  width: 100%;
  height: auto;
}
.p-logistics-drawing-top__item .-icon1 img {
  max-width: 127px;
}
.p-logistics-drawing-top__item .-icon2 img {
  max-width: 146px;
}
.p-logistics-drawing-top__item .-icon3 img {
  max-width: 68px;
}
.p-logistics-drawing-top__item .-icon4 img {
  max-width: 109px;
}
.p-logistics-drawing-top__item .-icon5 img {
  max-width: 145px;
}
.p-logistics-drawing-mid {
  background-color: #E4005A;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 38px 20px 44px;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-mid {
    padding: 20px;
  }
}
.p-logistics-drawing-mid__text {
  color: #fff;
  font-size: 26px;
  line-height: 1.7307692308;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-mid__text {
    font-size: 18px;
  }
}
.p-logistics-drawing-bottom {
  border-radius: 10px;
  border: 5px solid #fff;
  padding: 43px 20px 40px;
  position: relative;
}
.p-logistics-drawing-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  max-width: 1109px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1055px) {
  .p-logistics-drawing-bottom__list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.p-logistics-drawing-bottom__list::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 3px;
  border-top: 3px dotted #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-bottom__list::after {
    height: 98%;
    width: 3px;
    border-top: unset;
    border-left: 3px dotted #fff;
  }
}
.p-logistics-drawing-bottom__item {
  width: calc(20% - 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #82939C;
  border-radius: 5px;
  font-size: 20px;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 10px;
}
@media screen and (max-width: 1055px) {
  .p-logistics-drawing-bottom__item {
    width: calc(20% - 12px);
    font-size: 16px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-bottom__item {
    width: 100%;
    font-size: 18px;
  }
}
.p-logistics-drawing-bottom__title {
  font-size: 24px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #82939C;
  width: 300px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -38px;
}
@media screen and (max-width: 768px) {
  .p-logistics-drawing-bottom__title {
    font-size: 20px;
    width: 260px;
  }
}
.p-logistics-feature {
  max-width: 1206px;
  margin: 0 auto;
  padding: 128px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 138px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature {
    padding: 80px 0;
    gap: 100px;
  }
}
.p-logistics-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
.p-logistics-feature__title .-en {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #E4005A;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__title .-en {
    font-size: 14px;
  }
}
.p-logistics-feature__title .-en::after {
  position: absolute;
  content: ".";
  color: #E4005A;
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 500;
  left: 3px;
  bottom: -3px;
}
.p-logistics-feature__title .-ja {
  font-size: 55px;
  line-height: 1.2909090909;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__title .-ja {
    font-size: 26px;
  }
}
.p-logistics-feature__title .-ja span {
  color: #E4005A;
}
.p-logistics-feature__list1 {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-logistics-feature__item1 {
  width: calc(50% - 26px);
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__item1 {
    width: 100%;
  }
}
.p-logistics-feature__item1 figure {
  margin: 0px -36px;
}
.p-logistics-feature__item1 figure img {
  width: 100%;
  height: auto;
}
.p-logistics-feature__item1 h3 {
  font-size: 28px;
  line-height: 1.3571428571;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__item1 h3 {
    font-size: 18px;
  }
}
.p-logistics-feature__item1 p {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__item1 p {
    font-size: 14px;
  }
}
.p-logistics-feature__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-logistics-feature__item2 {
  width: calc(33.33333% - 30px);
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__item2 {
    width: 100%;
  }
}
.p-logistics-feature__item2 figure img {
  width: 100%;
  height: auto;
}
.p-logistics-feature__item2 h3 {
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__item2 h3 {
    font-size: 18px;
  }
}
.p-logistics-feature__item2 p {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-logistics-feature__item2 p {
    font-size: 14px;
  }
}

.p-report {
  max-width: 1200px;
  margin: 0 auto;
  padding: 123px 0 146px;
}
@media screen and (max-width: 768px) {
  .p-report {
    padding: 0px 0 80px;
  }
}
.p-report__list {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 30px;
}
@media screen and (max-width: 768px) {
  .p-report__list {
    gap: 20px 10px;
  }
}
.p-report__list .c-report__item {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 768px) {
  .p-report__list .c-report__item {
    width: 100%;
  }
}
.p-report__list .c-report__img img {
  aspect-ratio: 380/244;
}
.p-report__list .c-report__body {
  margin-top: 7px;
}
.p-report__list .c-report__title {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-report__list .c-report__title {
    font-size: 14px;
  }
}
.p-report__list .c-report__cat li {
  padding: 6px 18px;
}
.p-report-tag__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .p-report-tag__title {
    padding: unset;
  }
}
.p-report-tag__title span {
  color: #E4005A;
  font-size: 20px;
  letter-spacing: 0.03em;
}
.p-report-tag__list {
  margin-top: 18px;
  background-color: #EFF3F5;
  border-radius: 12px;
  padding: 21px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
.p-report-tag__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 16px 26px;
}
.p-report__head time {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "DM Sans", sans-serif;
  color: #82939C;
  position: relative;
  padding-left: 20px;
}
.p-report__head time::after {
  position: absolute;
  content: ".";
  font-size: 60px;
  color: #E4005A;
  left: 5px;
  top: -35px;
}
.p-report__head h2 {
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-report__head h2 {
    font-size: 20px;
  }
}
.p-report__head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.p-report__head ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.01em;
  border: 1px solid #82939C;
  padding: 13px 25px;
}
@media screen and (max-width: 768px) {
  .p-report__head ul li {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.p-report__body {
  padding-top: 70px;
}
.p-report__body h2 {
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  padding-top: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-report__body h2 {
    font-size: 18px;
  }
}
.p-report__body h2::after {
  position: absolute;
  content: "";
  background-color: #E4005A;
  width: 50px;
  height: 2px;
  left: 0;
  top: 0;
}
.p-report__body h3 {
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-report__body h3 {
    font-size: 18px;
  }
}
.p-report__body figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-report__body figure {
    margin-bottom: 14px;
  }
}
.p-report__body img {
  width: 100%;
  height: auto;
}
.p-report__body p, .p-report__body li {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-report__body p, .p-report__body li {
    font-size: 14px;
  }
}

.p-contact {
  padding-bottom: 246px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 80px;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-header-hidden {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1276px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1276px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}