@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root ol,
:root ul {
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ============================================================ */
/* settings */
/* ============================================================ */
/* colors
----------------------------------------------------------- */
/* width
----------------------------------------------------------- */
/* box-shadow
----------------------------------------------------------- */
/* font
----------------------------------------------------------- */
/*----- base-font-family -----*/
/*----- base-font-family (serif) -----*/
/*$font-serif: 'Hiragino Mincho ProN', 'Yu Mincho', 游明朝, 'HGS明朝E', serif;*/
/* ============================================================ */
/* mediaquery */
/* ============================================================ */
/* ============================================================ */
/* utility */
/* ============================================================ */
/* circle
----------------------------------------------------------- */
/* transition
----------------------------------------------------------- */
/* centering
----------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  scroll-padding-top: 10px;
}
@media (max-width: 1023px) {
  :root {
    scroll-padding-top: 78px;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴ", "游ゴシック", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-wrap: break-word;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
  body.-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

a {
  text-decoration: none;
}

p {
  line-height: 1.75;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  line-height: 1.75;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  background: inherit;
  cursor: pointer;
}

@media (hover: hover) {
  a {
    cursor: pointer;
    transition: 0.3s all;
  }
}
/* PC
----------------------------------------------------------- */
@media (min-width: 1024px) {
  .sp\:view {
    display: none !important;
  }
}
/* SP
----------------------------------------------------------- */
@media (max-width: 1023px) {
  .pc\:view {
    display: none !important;
  }
}
/* JP
----------------------------------------------------------- */
html:not(:lang(ja)) .ja-view {
  display: none !important;
}
/* EN
----------------------------------------------------------- */
html:not(:lang(en)) .en-view {
  display: none !important;
}

/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

@media (min-width: 1024px) {
  .u-pc-ta-c {
    text-align: center !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-ta-c {
    text-align: center !important;
  }
}
.u-ta-r {
  text-align: right !important;
}

@media (min-width: 1024px) {
  .u-pc-ta-r {
    text-align: right !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-ta-r {
    text-align: right !important;
  }
}
.u-ta-l {
  text-align: left !important;
}

@media (min-width: 1024px) {
  .u-pc-ta-l {
    text-align: left !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-ta-l {
    text-align: left !important;
  }
}
/* font
----------------------------------------------------------- */
.u-font-nomal {
  font-weight: 400 !important;
}

.u-font-medium {
  font-weight: 500 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-font-red {
  color: #EA2426;
}

.u-font-green {
  color: #0eaa00;
}

.u-font-navy80 {
  color: #325B6D;
}

.u-font-s {
  font-size: 1.2rem !important;
}

.u-font-ms {
  font-size: 1.4rem !important;
}
@media (max-width: 1023px) {
  .u-font-ms {
    font-size: 1.2rem !important;
  }
}

.u-font-m {
  font-size: 1.6rem !important;
}
@media (max-width: 1023px) {
  .u-font-m {
    font-size: 1.4rem !important;
  }
}

.u-font-l {
  font-size: 1.8rem !important;
}
@media (max-width: 1023px) {
  .u-font-l {
    font-size: 1.6rem !important;
  }
}

@media (min-width: 1024px) {
  .u-pc-font-l {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-1 {
    font-size: 0.1rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-1 {
    font-size: 0.1rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-2 {
    font-size: 0.2rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-2 {
    font-size: 0.2rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-3 {
    font-size: 0.3rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-3 {
    font-size: 0.3rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-4 {
    font-size: 0.4rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-4 {
    font-size: 0.4rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-5 {
    font-size: 0.5rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-5 {
    font-size: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-6 {
    font-size: 0.6rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-6 {
    font-size: 0.6rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-7 {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-7 {
    font-size: 0.7rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-8 {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-8 {
    font-size: 0.8rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-9 {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-9 {
    font-size: 0.9rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-10 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-10 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-11 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-11 {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-12 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-12 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-13 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-13 {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-14 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-14 {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-15 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-15 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-16 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-16 {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-17 {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-17 {
    font-size: 1.7rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-18 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-18 {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-19 {
    font-size: 1.9rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-19 {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-font-20 {
    font-size: 2rem !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-font-20 {
    font-size: 2rem !important;
  }
}
/* border
----------------------------------------------------------- */
.u-bd-top {
  border-top: 1px solid;
}

.u-bd-gray {
  border-color: #CBD5DA;
}

/* margin
----------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-88 {
  margin-bottom: 88px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-88 {
  margin-top: 88px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-96 {
  margin-bottom: 96px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-96 {
  margin-top: 96px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-104 {
  margin-bottom: 104px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-104 {
  margin-top: 104px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-112 {
  margin-bottom: 112px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-112 {
  margin-top: 112px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-128 {
  margin-bottom: 128px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-128 {
  margin-top: 128px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-136 {
  margin-bottom: 136px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-136 {
  margin-top: 136px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-144 {
  margin-bottom: 144px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-144 {
  margin-top: 144px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-152 {
  margin-bottom: 152px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-152 {
  margin-top: 152px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mb-210 {
  margin-bottom: 210px !important;
}

.u-mt-210 {
  margin-top: 210px !important;
}

.u-mb-220 {
  margin-bottom: 220px !important;
}

.u-mt-220 {
  margin-top: 220px !important;
}

.u-mb-230 {
  margin-bottom: 230px !important;
}

.u-mt-230 {
  margin-top: 230px !important;
}

.u-mb-240 {
  margin-bottom: 240px !important;
}

.u-mt-240 {
  margin-top: 240px !important;
}

.u-mb-250 {
  margin-bottom: 250px !important;
}

.u-mt-250 {
  margin-top: 250px !important;
}

@media (min-width: 1024px) {
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
  .u-pc-mr-0 {
    margin-right: 0px !important;
  }
  .u-pc-ml-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-pc-mb-8 {
    margin-bottom: 8px !important;
  }
  .u-pc-mt-5 {
    margin-top: 5px !important;
  }
  .u-pc-mt-8 {
    margin-top: 8px !important;
  }
  .u-pc-mr-5 {
    margin-right: 5px !important;
  }
  .u-pc-ml-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-pc-mb-16 {
    margin-bottom: 16px !important;
  }
  .u-pc-mt-10 {
    margin-top: 10px !important;
  }
  .u-pc-mt-16 {
    margin-top: 16px !important;
  }
  .u-pc-mr-10 {
    margin-right: 10px !important;
  }
  .u-pc-ml-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-pc-mb-24 {
    margin-bottom: 24px !important;
  }
  .u-pc-mt-15 {
    margin-top: 15px !important;
  }
  .u-pc-mt-24 {
    margin-top: 24px !important;
  }
  .u-pc-mr-15 {
    margin-right: 15px !important;
  }
  .u-pc-ml-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mb-32 {
    margin-bottom: 32px !important;
  }
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mt-32 {
    margin-top: 32px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mt-25 {
    margin-top: 25px !important;
  }
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mr-25 {
    margin-right: 25px !important;
  }
  .u-pc-ml-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mb-48 {
    margin-bottom: 48px !important;
  }
  .u-pc-mt-30 {
    margin-top: 30px !important;
  }
  .u-pc-mt-48 {
    margin-top: 48px !important;
  }
  .u-pc-mr-30 {
    margin-right: 30px !important;
  }
  .u-pc-ml-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-pc-mb-56 {
    margin-bottom: 56px !important;
  }
  .u-pc-mt-35 {
    margin-top: 35px !important;
  }
  .u-pc-mt-56 {
    margin-top: 56px !important;
  }
  .u-pc-mr-35 {
    margin-right: 35px !important;
  }
  .u-pc-ml-35 {
    margin-left: 35px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mb-64 {
    margin-bottom: 64px !important;
  }
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mt-64 {
    margin-top: 64px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-pc-mb-72 {
    margin-bottom: 72px !important;
  }
  .u-pc-mt-45 {
    margin-top: 45px !important;
  }
  .u-pc-mt-72 {
    margin-top: 72px !important;
  }
  .u-pc-mr-45 {
    margin-right: 45px !important;
  }
  .u-pc-ml-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mt-50 {
    margin-top: 50px !important;
  }
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mr-50 {
    margin-right: 50px !important;
  }
  .u-pc-ml-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-pc-mb-88 {
    margin-bottom: 88px !important;
  }
  .u-pc-mt-55 {
    margin-top: 55px !important;
  }
  .u-pc-mt-88 {
    margin-top: 88px !important;
  }
  .u-pc-mr-55 {
    margin-right: 55px !important;
  }
  .u-pc-ml-55 {
    margin-left: 55px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mb-96 {
    margin-bottom: 96px !important;
  }
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mt-96 {
    margin-top: 96px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-pc-mb-104 {
    margin-bottom: 104px !important;
  }
  .u-pc-mt-65 {
    margin-top: 65px !important;
  }
  .u-pc-mt-104 {
    margin-top: 104px !important;
  }
  .u-pc-mr-65 {
    margin-right: 65px !important;
  }
  .u-pc-ml-65 {
    margin-left: 65px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-pc-mb-112 {
    margin-bottom: 112px !important;
  }
  .u-pc-mt-70 {
    margin-top: 70px !important;
  }
  .u-pc-mt-112 {
    margin-top: 112px !important;
  }
  .u-pc-mr-70 {
    margin-right: 70px !important;
  }
  .u-pc-ml-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-pc-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-pc-mt-75 {
    margin-top: 75px !important;
  }
  .u-pc-mt-120 {
    margin-top: 120px !important;
  }
  .u-pc-mr-75 {
    margin-right: 75px !important;
  }
  .u-pc-ml-75 {
    margin-left: 75px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mb-128 {
    margin-bottom: 128px !important;
  }
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mt-128 {
    margin-top: 128px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-pc-mb-136 {
    margin-bottom: 136px !important;
  }
  .u-pc-mt-85 {
    margin-top: 85px !important;
  }
  .u-pc-mt-136 {
    margin-top: 136px !important;
  }
  .u-pc-mr-85 {
    margin-right: 85px !important;
  }
  .u-pc-ml-85 {
    margin-left: 85px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-pc-mb-144 {
    margin-bottom: 144px !important;
  }
  .u-pc-mt-90 {
    margin-top: 90px !important;
  }
  .u-pc-mt-144 {
    margin-top: 144px !important;
  }
  .u-pc-mr-90 {
    margin-right: 90px !important;
  }
  .u-pc-ml-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-pc-mb-152 {
    margin-bottom: 152px !important;
  }
  .u-pc-mt-95 {
    margin-top: 95px !important;
  }
  .u-pc-mt-152 {
    margin-top: 152px !important;
  }
  .u-pc-mr-95 {
    margin-right: 95px !important;
  }
  .u-pc-ml-95 {
    margin-left: 95px !important;
  }
}
@media (min-width: 1024px) {
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-pc-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
  .u-pc-mt-160 {
    margin-top: 160px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8px !important;
  }
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mt-8 {
    margin-top: 8px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16px !important;
  }
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mt-16 {
    margin-top: 16px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24px !important;
  }
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mt-24 {
    margin-top: 24px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 32px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mt-32 {
    margin-top: 32px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 48px !important;
  }
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mt-48 {
    margin-top: 48px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mb-56 {
    margin-bottom: 56px !important;
  }
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mt-56 {
    margin-top: 56px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-64 {
    margin-bottom: 64px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mt-64 {
    margin-top: 64px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mb-72 {
    margin-bottom: 72px !important;
  }
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mt-72 {
    margin-top: 72px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-mb-88 {
    margin-bottom: 88px !important;
  }
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mt-88 {
    margin-top: 88px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-96 {
    margin-bottom: 96px !important;
  }
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mt-96 {
    margin-top: 96px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-mb-104 {
    margin-bottom: 104px !important;
  }
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mt-104 {
    margin-top: 104px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-112 {
    margin-bottom: 112px !important;
  }
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mt-112 {
    margin-top: 112px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mt-120 {
    margin-top: 120px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-128 {
    margin-bottom: 128px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mt-128 {
    margin-top: 128px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-mb-136 {
    margin-bottom: 136px !important;
  }
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mt-136 {
    margin-top: 136px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-144 {
    margin-bottom: 144px !important;
  }
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mt-144 {
    margin-top: 144px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-mb-152 {
    margin-bottom: 152px !important;
  }
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mt-152 {
    margin-top: 152px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
}
@media (max-width: 1023px) {
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mt-160 {
    margin-top: 160px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
}
/* flex
-------------------------------------------------- */
.u-d-f {
  display: flex !important;
}

.u-fxd-r {
  flex-direction: row !important;
}

.u-fxd-rr {
  flex-direction: row-reverse !important;
}

.u-fxd-c {
  flex-direction: column !important;
}

.u-fxd-cr {
  flex-direction: column-reverse !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}

.u-fxw-w {
  flex-wrap: wrap !important;
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-b {
  align-items: baseline !important;
}

.u-ai-s {
  align-items: stretch !important;
}

.u-ac-fs {
  align-content: flex-start !important;
}

.u-ac-fe {
  align-content: flex-end !important;
}

.u-ac-c {
  align-content: center !important;
}

.u-ac-sb {
  align-content: space-between !important;
}

.u-ac-sa {
  align-content: space-around !important;
}

.u-ac-s {
  align-content: stretch !important;
}

.u-fx-n {
  flex: none !important;
}

.u-as-a {
  align-self: auto !important;
}

.u-as-fs {
  align-self: flex-start !important;
}

.u-as-fe {
  align-self: flex-end !important;
}

.u-as-c {
  align-self: center !important;
}

.u-as-b {
  align-self: baseline !important;
}

.u-as-s {
  align-self: stretch !important;
}

@media (max-width: 1023px) {
  .u-sp-fxd-r {
    flex-direction: row !important;
  }
  .u-sp-fxd-rr {
    flex-direction: row-reverse !important;
  }
  .u-sp-fxd-c {
    flex-direction: column !important;
  }
  .u-sp-fxd-cr {
    flex-direction: column-reverse !important;
  }
  .u-sp-fxw-n {
    flex-wrap: nowrap !important;
  }
  .u-sp-fxw-w {
    flex-wrap: wrap !important;
  }
  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }
  .u-sp-jc-fs {
    justify-content: flex-start !important;
  }
  .u-sp-jc-fe {
    justify-content: flex-end !important;
  }
  .u-sp-jc-c {
    justify-content: center !important;
  }
  .u-sp-jc-sb {
    justify-content: space-between !important;
  }
  .u-sp-jc-sa {
    justify-content: space-around !important;
  }
  .u-sp-ai-fs {
    align-items: flex-start !important;
  }
  .u-sp-ai-fe {
    align-items: flex-end !important;
  }
  .u-sp-ai-c {
    align-items: center !important;
  }
  .u-sp-ai-b {
    align-items: baseline !important;
  }
  .u-sp-ai-s {
    align-items: stretch !important;
  }
  .u-sp-ac-fs {
    align-content: flex-start !important;
  }
  .u-sp-ac-fe {
    align-content: flex-end !important;
  }
  .u-sp-ac-c {
    align-content: center !important;
  }
  .u-sp-ac-sb {
    align-content: space-between !important;
  }
  .u-sp-ac-sa {
    align-content: space-around !important;
  }
  .u-sp-ac-s {
    align-content: stretch !important;
  }
  .u-sp-fx-n {
    flex: none !important;
  }
  .u-sp-as-a {
    align-self: auto !important;
  }
  .u-sp-as-fs {
    align-self: flex-start !important;
  }
  .u-sp-as-fe {
    align-self: flex-end !important;
  }
  .u-sp-as-c {
    align-self: center !important;
  }
  .u-sp-as-b {
    align-self: baseline !important;
  }
  .u-sp-as-s {
    align-self: stretch !important;
  }
}
.m-block {
  height: 355px;
  background: #FBE8FE;
}
.m-block.-green {
  height: 225px;
  background: #A6FFA2;
}

@font-face {
  font-family: "icomoon";
  src: url("/common/fonts/icomoon.eot?m55ct4");
  src: url("/common/fonts/icomoon.eot?m55ct4#iefix") format("embedded-opentype"), url("/common/fonts/icomoon.ttf?m55ct4") format("truetype"), url("/common/fonts/icomoon.woff?m55ct4") format("woff"), url("/common/fonts/icomoon.svg?m55ct4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e900";
}

.icon-contact:before {
  content: "\e901";
}

.icon-down:before {
  content: "\e902";
}

.icon-global:before {
  content: "\e903";
}

.icon-pdf:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-next:before {
  content: "\e90a";
}

.icon-consumer:before {
  content: "\e90b";
}

.icon-corp:before {
  content: "\e90c";
}

.icon-up:before {
  content: "\e90d";
}

.icon-itoki:before {
  content: "\e90e";
}

.icon-shop:before {
  content: "\e90f";
}

.icon-agency:before {
  content: "\e910";
}

.icon-open-tab:before {
  content: "\e911";
}

.icon-prev:before {
  content: "\e912";
}

.icon-share:before {
  content: "\e913";
}

.icon-task:before {
  content: "\e914";
}

.icon-expansion:before {
  content: "\e915";
}

.icon-alert:before {
  content: "\e916";
}

.icon-remove:before {
  content: "\e917";
}

.icon-add:before {
  content: "\e918";
}

.icon-download:before {
  content: "\e919";
}

.l-footer {
  padding: 0 48px;
  border-top: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .l-footer {
    padding: 0 20px;
  }
}
.l-footer__pagetop {
  display: none;
  position: fixed;
  bottom: 56px;
  right: 2.5vw;
  z-index: 9997;
}
.l-footer__pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px solid #CBD5DA;
  background: rgba(255, 255, 255, 0.9);
}
.l-footer__pagetop a span {
  width: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
}
.l-footer__pagetop a span::before, .l-footer__pagetop a span::after {
  content: "\e90d";
  font-family: "icomoon";
  font-weight: normal;
  color: #003349;
  display: block;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}
.l-footer__pagetop a span::before {
  transform: translateY(0);
  opacity: 1;
}
.l-footer__pagetop a span::after {
  transform: translateY(0);
  opacity: 0;
}
@media (min-width: 1024px) {
  .l-footer__pagetop a:hover span::before {
    transform: translateY(-100%);
    opacity: 0;
  }
  .l-footer__pagetop a:hover span::after {
    transform: translateY(-100%);
    opacity: 1;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1136px;
  padding: 80px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .l-footer__inner {
    flex-wrap: wrap;
    padding: 50px 0 60px;
  }
}
.l-footer__head {
  max-width: 182px;
  margin-right: 64px;
}
@media (max-width: 1023px) {
  .l-footer__head {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }
}
.l-footer__nav-pc {
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .l-footer__nav-pc {
    justify-content: flex-end;
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .l-footer__nav-pc {
    display: none;
  }
}
.l-footer__nav-sp {
  width: 100%;
}
@media (min-width: 1024px) {
  .l-footer__nav-sp {
    display: none;
  }
}
.l-footer__logo {
  width: 156px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .l-footer__logo {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__logo span {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .l-footer__logo span {
    font-size: 1.3rem;
    text-align: center;
  }
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns {
  display: flex;
  gap: 12px;
}
@media (max-width: 1023px) {
  .l-footer__sns {
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.l-footer__sns.-gap-s {
  gap: 8px;
}
@media (max-width: 1023px) {
  .l-footer__sns.-gap-s {
    gap: 16px;
  }
}
.l-footer__sns a {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 30px;
  height: 30px;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .l-footer__sns a {
    width: 40px;
    height: 40px;
  }
}
.l-footer__sns a img {
  width: 100%;
}
@media (hover: hover) {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer__relation li {
  line-height: 1;
}
@media (max-width: 1023px) {
  .l-footer__relation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25px !important;
    gap: 0 16px;
  }
  .l-footer__relation li {
    flex: calc(50% - 8px);
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #C5D3DB;
  }
  .l-footer__relation li:nth-child(1), .l-footer__relation li:nth-child(2) {
    border-top: 1px solid #C5D3DB;
  }
}
@media (min-width: 1024px) {
  .l-footer__relation {
    max-width: 156px;
    margin-bottom: 40px !important;
  }
  .l-footer__relation li:not(:nth-child(4)) {
    border-top: 1px solid #C5D3DB;
  }
  .l-footer__relation li:first-child, .l-footer__relation li:nth-child(2) {
    padding: 16px 0;
  }
  .l-footer__relation li:nth-child(3) {
    padding-top: 30px;
  }
  .l-footer__relation li:nth-child(4) {
    padding-top: 12px;
  }
}
.l-footer__relation a {
  font-size: 1.2rem;
  font-weight: 700;
}
.l-footer__relation a[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
  margin-left: 0.25em;
}
@media (hover: hover) {
  .l-footer__relation a:hover span {
    text-decoration: underline;
  }
}
.l-footer__bottom {
  background: #333333;
  color: #fff;
  padding: 40px 48px;
  font-weight: 400;
  margin: 0 -48px;
}
@media (max-width: 1023px) {
  .l-footer__bottom {
    margin: 0 -20px;
    padding: 50px 16px;
  }
  .l-footer__inner + .l-footer__bottom {
    padding: 40px 16px 16px;
  }
}
.l-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media (hover: hover) {
  .l-footer__bottom ul li a:hover > span {
    text-decoration: underline;
  }
}
@media (max-width: 1023px) {
  .l-footer__bottom ul {
    justify-content: flex-start;
  }
}
.l-footer__bottom p {
  font-size: 1.4rem;
  text-align: center;
  color: #C0C0C0;
}

.c-footer-list {
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .c-footer-list li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 1023px) {
  .c-footer-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.c-footer-link {
  font-weight: 700;
}
@media (min-width: 1280px) {
  .c-footer-link span {
    white-space: nowrap;
  }
}
.c-footer-link.-small {
  font-size: 1.4rem;
}
.c-footer-link.-gray {
  font-size: 1.4rem;
  font-weight: 400;
  color: #7A878D;
}
.c-footer-link.-gray[target=_blank]::after {
  color: #7A878D;
}
.c-footer-link[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
  margin-left: 0.25em;
}
@media (hover: hover) {
  .c-footer-link:hover span {
    text-decoration: underline;
  }
}

.c-footer-pc-item.-corporate:first-child {
  margin-right: 40px;
}
.c-footer-pc-item.-corporate:first-child .c-footer-pc-item__block {
  display: flex;
  gap: 0 26px;
}
@media (max-width: 1279px) {
  .c-footer-pc-item.-corporate:first-child {
    margin-right: 48px;
    width: calc(55% - 48px);
  }
  .c-footer-pc-item.-corporate:first-child .c-footer-pc-item__block {
    gap: 0 32px;
  }
}
.c-footer-pc-item.-corporate:nth-child(2) {
  margin-right: 40px;
}
@media (max-width: 1279px) {
  .c-footer-pc-item.-corporate:nth-child(2) {
    margin-right: 48px;
    width: calc(23% - 48px);
  }
}
@media (max-width: 1279px) {
  .c-footer-pc-item.-corporate:last-child {
    width: 22%;
  }
}
.c-footer-pc-item.-company:not(:last-child) {
  margin-right: 80px;
}
@media (max-width: 1279px) {
  .c-footer-pc-item.-company:not(:last-child) {
    margin-right: calc(20vw - 175px);
  }
}
.c-footer-pc-item.-consumer:first-child {
  margin-right: 130px;
}
@media (max-width: 1279px) {
  .c-footer-pc-item.-consumer:first-child {
    margin-right: calc(24vw - 175px);
  }
}
.c-footer-pc-item.-consumer .c-footer-pc-item__block {
  display: flex;
  gap: 0 120px;
}
@media (max-width: 1279px) {
  .c-footer-pc-item.-consumer .c-footer-pc-item__block {
    gap: 0 calc(24vw - 187px);
    justify-content: space-between;
  }
}
.c-footer-pc-item__link.-full {
  width: 100%;
}
.c-footer-pc-item__link > a {
  font-weight: 700;
}
.c-footer-pc-item__link > a[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
  margin-left: 0.25em;
}
.c-footer-pc-item__link > a:hover span {
  text-decoration: underline;
}

.c-footer-sp-item__btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid #C5D3DB;
  position: relative;
}
.c-footer-sp-item__btn::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}
.c-footer-sp-item__btn.-down::after {
  content: "\e902";
}
.c-footer-sp-item__btn.-down.-active::after {
  content: "\e90d";
}
.c-footer-sp-item__list {
  display: none;
  padding: 20px 10px;
}
.c-footer-sp-item__link:not(:last-child) {
  margin-bottom: 20px;
}
.c-footer-sp-item__link a {
  font-size: 1.6rem;
  font-weight: 700;
}

.l-gnav {
  width: 100%;
  background: #fff;
}
.l-gnav__list {
  display: flex;
  margin: 0 auto;
}
.l-gnav__item {
  flex: auto;
}
.l-gnav__link {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #333333;
  font-weight: 400;
}
@media (hover: hover) {
  .l-gnav__link:hover {
    color: #003349;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .l-gnav {
    margin-right: 16px;
  }
  .l-gnav__close-btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-gnav__link {
    height: 80px;
  }
}
@media (max-width: 1023px) {
  .l-gnav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 15;
  }
  .l-gnav__list {
    flex-direction: column;
    margin-bottom: 24px;
    border-bottom: 1px solid #CBD5DA;
  }
  .l-gnav__item {
    border-top: 1px solid #CBD5DA;
  }
  .l-gnav__link {
    padding: 16px;
  }
  .l-gnav__close-btn {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 16px;
    cursor: pointer;
  }
}

.l-noscript {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #EA2426;
  color: #fff;
  z-index: 99999;
}

.l-header__inner {
  border-bottom: 1px solid #CBD5DA;
  transition: top 0.3s;
}
.l-header__inner:only-child {
  height: 128px;
}
@media (max-width: 1023px) {
  .l-header__inner:only-child {
    height: 68px;
  }
}
.l-header__inner:only-child .l-header__logo {
  width: 161px;
}
@media (max-width: 1023px) {
  .l-header__inner:only-child .l-header__logo {
    width: 103px;
  }
}
@media (min-width: 1024px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 9999;
  }
  .l-header__logo {
    width: 132px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    margin-left: 32px;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .l-header__logo {
    width: 115px;
  }
}
@media (min-width: 1024px) {
  .l-header__logo span {
    display: block;
    margin-top: 16px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .l-header__sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-header__nav {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .l-header__subnav {
    order: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 44px;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .l-header__mainnav {
    order: 2;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .l-header__search {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: rgba(197, 211, 219, 0.9);
    padding: 110px 20px 100px;
  }
  .l-header__search.-orange {
    background: rgba(239, 220, 219, 0.9);
  }
  .l-header__search.-beige {
    background: rgba(209, 204, 189, 0.9);
  }
}
@media (min-width: 1024px) {
  .l-header.-narrow .l-header__nav {
    padding-left: 200px;
  }
  .l-header.-narrow .l-header__mainnav {
    justify-content: flex-start;
  }
}
@media (max-width: 1023px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    margin: 0 auto;
    padding: 0 8px 0 16px;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .l-header__logo {
    width: 103px;
    transition: opacity 0.3s;
  }
  .l-header__logo span {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .l-header__sp {
    display: flex;
    width: 100px;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
  }
  .l-header__sp-search, .l-header__sp-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .l-header__sp-search::before, .l-header__sp-menu::before {
    content: "\e905";
    font-size: 2.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #003349;
  }
  .l-header__sp-search.-active::before, .l-header__sp-menu.-active::before {
    content: "\e909";
  }
  .l-header__sp-search::before {
    content: "\e905";
  }
  .l-header__sp-search::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #CBD5DA;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .l-header__sp-menu::before {
    content: "\e908";
  }
  .l-header__nav {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 68px);
    background: #fff;
    overflow-y: auto;
  }
  .l-header__search {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    padding: 24px 20px;
    border-top: 1px solid #CBD5DA;
    background: rgba(197, 211, 219, 0.9);
  }
  .l-header__search.-orange {
    background: rgba(239, 220, 219, 0.9);
  }
  .l-header__search.-beige {
    background: rgba(209, 204, 189, 0.9);
  }
}
.l-header__overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

@media (min-width: 1024px) {
  .c-header-subnav {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .c-header-subnav.-type01 {
    gap: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-header-subnav.-type01 {
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav.-type02 {
    gap: 1px;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__link {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.2rem;
    position: relative;
  }
  .c-header-subnav__link.-shop, .c-header-subnav__link.-agency, .c-header-subnav__link.-contact, .c-header-subnav__link.-search {
    gap: 4px;
  }
  .c-header-subnav__link.-shop::before, .c-header-subnav__link.-agency::before, .c-header-subnav__link.-contact::before, .c-header-subnav__link.-search::before {
    font-size: 2.2rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
    transition: color 0.3s;
  }
  .c-header-subnav__link.-shop::before {
    content: "\e90f";
  }
  .c-header-subnav__link.-agency::before {
    content: "\e910";
  }
  .c-header-subnav__link.-contact::before {
    content: "\e901";
  }
  .c-header-subnav__link.-contact::after {
    content: "";
    display: none;
    width: 1px;
    height: 30px;
    background: #CBD5DA;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -24px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-header-subnav__link.-contact::after {
    left: -16px;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__link.-contact:not(:first-child) {
    margin-left: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-header-subnav__link.-contact:not(:first-child) {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__link.-contact:not(:first-child)::after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__link.-search {
    width: 58px;
  }
  .c-header-subnav__link.-search::before {
    content: "\e905";
  }
  .c-header-subnav__link.-search.-active {
    color: #E63D30;
  }
  .c-header-subnav__link.-search.-active::before {
    font-size: 1.6rem;
    content: "\e909";
    color: #E63D30;
  }
  .c-header-subnav__link.-search.-active::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #E63D30;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__link:hover span:last-child {
    text-decoration: underline;
  }
  .c-header-subnav__link:hover::before {
    color: #E63D30;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__link.-open-tab::after {
    content: "\e911";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav a.c-header-subnav__link[target=_blank]::after {
    content: "\e900";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
}
@media (min-width: 1024px) {
  .c-header-subnav__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    width: 90px;
    height: 100%;
    background: #D3DEE4;
    color: #003349;
    position: relative;
  }
  .c-header-subnav__btn::after {
    content: "\e900";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 6px;
    right: 6px;
    color: #003349;
  }
  .c-header-subnav__btn.-global::before {
    content: "\e903";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
  }
  .c-header-subnav__btn:hover {
    background: rgba(211, 222, 228, 0.5);
  }
  .c-header-subnav__btn.-orange {
    background: #F9D7D4;
  }
  .c-header-subnav__btn.-orange:hover {
    background: rgba(249, 215, 212, 0.5);
  }
  .c-header-subnav__btn.-beige {
    background: #E3E0D7;
  }
  .c-header-subnav__btn.-beige:hover {
    background: rgba(227, 224, 215, 0.5);
  }
}
@media (max-width: 1023px) {
  .c-header-subnav {
    display: flex;
  }
  .c-header-subnav.-type01 {
    flex-wrap: wrap;
  }
  .c-header-subnav.-type02 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 0;
  }
  .c-header-subnav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 68px;
    border-bottom: 1px solid #CBD5DA;
  }
  .c-header-subnav__link::before {
    font-size: 2.4rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
  .c-header-subnav__link:nth-child(2n) {
    border-left: 1px solid #CBD5DA;
  }
  .c-header-subnav__link span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .c-header-subnav__link span::after {
    content: "\e90a";
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
  .c-header-subnav__link.-shop::before {
    content: "\e90f";
  }
  .c-header-subnav__link.-agency::before {
    content: "\e910";
  }
  .c-header-subnav__link.-contact::before {
    content: "\e901";
  }
  .c-header-subnav__link.-sp-col12 {
    width: 100%;
  }
  .c-header-subnav__link.-search {
    display: none;
  }
  .c-header-subnav__link.-open-tab span::after {
    content: "\e911";
  }
  .c-header-subnav a.c-header-subnav__link[target=_blank] span::after {
    content: "\e900";
  }
  .c-header-subnav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .c-header-subnav__btn::before {
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
  .c-header-subnav__btn::after {
    content: "\e900";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
  .c-header-subnav__btn.-corporate, .c-header-subnav__btn.-company, .c-header-subnav__btn.-consumer {
    width: 305px;
    height: 56px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #CBD5DA;
    color: #333333;
    font-weight: 700;
    position: relative;
  }
  .c-header-subnav__btn.-corporate::before, .c-header-subnav__btn.-company::before, .c-header-subnav__btn.-consumer::before {
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 24px;
  }
  .c-header-subnav__btn.-corporate::after, .c-header-subnav__btn.-company::after, .c-header-subnav__btn.-consumer::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 24px;
  }
  .c-header-subnav__btn.-corporate br, .c-header-subnav__btn.-company br, .c-header-subnav__btn.-consumer br {
    display: none;
  }
  .c-header-subnav__btn.-corporate::before {
    content: "\e90c";
  }
  .c-header-subnav__btn.-company::before {
    content: "\e90e";
    color: #E63D30;
  }
  .c-header-subnav__btn.-consumer::before {
    content: "\e90b";
  }
  .c-header-subnav__btn.-global {
    gap: 4px;
  }
  .c-header-subnav__btn.-global::before {
    content: "\e903";
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .c-header-nav {
    display: flex;
    gap: 4.687vw;
    width: -moz-fit-content;
    width: fit-content;
    height: 55px;
    border-top: 1px solid #CBD5DA;
    padding: 0 0.5vw;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) and (max-width: 1680px) {
  .c-header-nav {
    gap: 3.513vw;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1365px) {
  .c-header-nav {
    gap: 3.75vw;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-header-nav {
    gap: 3.906vw;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-header-nav {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .c-header-nav::after {
    content: "";
    width: 50vw;
    height: 1px;
    background: #CBD5DA;
    position: absolute;
    top: 44px;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    transition: 0.3s all;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-header-nav__link {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: #E63D30;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__link.-current::before {
    height: 2px;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__link.-active, .c-header-nav__link:hover {
    color: #E63D30;
  }
  .c-header-nav__link.-active::before, .c-header-nav__link:hover::before {
    height: 4px;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__link.-down::after {
    content: "\e902";
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
  }
  .c-header-nav__link.-down.-active::after {
    content: "\e90d";
    color: #E63D30;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__drawer {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 24px 48px 32px;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__drawer-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #E2E9ED;
    border-radius: 100%;
    transition: 0.3s all;
  }
  .c-header-nav__drawer-close::before {
    content: "\e909";
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #003349;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-header-nav__drawer-close:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__drawer-pc {
    margin: 0 auto;
    max-width: 1136px;
  }
}
@media (min-width: 1024px) {
  .c-header-nav__drawer-sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .c-header-nav__item {
    border-bottom: 1px solid #CBD5DA;
  }
  .c-header-nav__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 8px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
  }
  .c-header-nav__link::after {
    content: "\e902";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    color: #003349;
  }
  .c-header-nav__link.-active::after {
    content: "\e90d";
  }
  .c-header-nav a.c-header-nav__link::after {
    content: "\e90a";
  }
  .c-header-nav__drawer {
    display: none;
  }
  .c-header-nav__drawer-pc {
    display: none !important;
  }
  .c-header-nav__drawer-sp {
    padding: 0 20px;
  }
  .c-header-nav__drawer-sp.-orange {
    background: #FDF2F2;
  }
  .c-header-nav__drawer-sp.-blue {
    background: #F0F4F6;
  }
  .c-header-nav__drawer-close {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .c-header-drawer-top {
    margin-bottom: 12px;
  }
  .c-header-drawer-top__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
  }
  .c-header-drawer-top__link::after {
    content: "\e90a";
    font-family: "icomoon";
    font-size: 1.6rem;
    font-weight: normal;
    color: #003349;
    display: block;
  }
  .c-header-drawer-top__link:hover span {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .l-header-drawer-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px 0 !important;
  }
  .l-header-drawer-grid + .l-header-drawer-grid {
    padding-top: 60px;
    position: relative;
  }
  .l-header-drawer-grid + .l-header-drawer-grid::before {
    content: "";
    width: calc(100% - 28px);
    height: 1px;
    background: #CBD5DA;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .l-header-drawer-grid__item {
    margin: 0 14px 0;
  }
  .l-header-drawer-grid__item.-col-1 {
    width: calc(8.3333333333% - 28px);
  }
  .l-header-drawer-grid__item.-col-2 {
    width: calc(16.6666666667% - 28px);
  }
  .l-header-drawer-grid__item.-col-3 {
    width: calc(25% - 28px);
  }
  .l-header-drawer-grid__item.-col-4 {
    width: calc(33.3333333333% - 28px);
  }
  .l-header-drawer-grid__item.-col-5 {
    width: calc(41.6666666667% - 28px);
  }
  .l-header-drawer-grid__item.-col-6 {
    width: calc(50% - 28px);
  }
  .l-header-drawer-grid__item.-col-7 {
    width: calc(58.3333333333% - 28px);
  }
  .l-header-drawer-grid__item.-col-8 {
    width: calc(66.6666666667% - 28px);
  }
  .l-header-drawer-grid__item.-col-9 {
    width: calc(75% - 28px);
  }
  .l-header-drawer-grid__item.-col-10 {
    width: calc(83.3333333333% - 28px);
  }
  .l-header-drawer-grid__item.-col-11 {
    width: calc(91.6666666667% - 28px);
  }
  .l-header-drawer-grid__item.-col-12 {
    width: calc(100% - 28px);
  }
}

.c-header-drawer-card:not(:only-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .c-header-drawer-card__img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .c-header-drawer-card__img img {
    width: 100%;
    transition: 0.3s all;
  }
  .c-header-drawer-card__ttl {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  a.c-header-drawer-card .c-header-drawer-card__ttl::after {
    content: "\e90a";
    font-family: "icomoon";
    font-size: 1.6rem;
    font-weight: normal;
    color: #003349;
    display: block;
  }
  a.c-header-drawer-card:hover .c-header-drawer-card__img img {
    transform: scale(1.1, 1.1);
  }
  a.c-header-drawer-card:hover .c-header-drawer-card__ttl span {
    text-decoration: underline;
  }
}

a[href*=".pdf"].c-header-drawer-card .c-header-drawer-card__icon::before, a[href*=".pdf"].c-header-drawer-card .c-header-drawer-card__icon::after {
  content: "\e904";
  color: #E63D30;
}

@media (min-width: 1024px) {
  .c-header-drawer-title {
    display: flex;
    align-items: center;
    min-height: 64px;
    width: 100%;
    border-bottom: 1px solid #CBD5DA;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 8px 20px 8px 8px;
    position: relative;
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  a.c-header-drawer-title::after {
    content: "\e90a";
    display: block;
    font-family: "icomoon";
    font-weight: normal;
    color: #003349;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  a.c-header-drawer-title:hover {
    background: #F2F5F7;
  }
  a.c-header-drawer-title[target=_blank]::after {
    content: "\e900";
  }
}

@media (min-width: 1024px) {
  .c-header-drawer-list li:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media (max-width: 1023px) {
  .c-header-drawer-list > li:not(:last-child) {
    border-bottom: 1px solid #CBD5DA;
  }
}
@media (min-width: 1024px) {
  .c-header-drawer-list__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
  }
  .c-header-drawer-list__link[target=_blank]::after {
    color: #003349;
  }
  .c-header-drawer-list__link:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 1023px) {
  .c-header-drawer-list__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 8px;
    position: relative;
  }
  .c-header-drawer-list__link::after {
    content: "\e90a";
    font-family: "icomoon";
    font-weight: normal;
    color: #98ACB5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
  }
  .c-header-drawer-list__link.-down::after {
    content: "\e902";
  }
  .c-header-drawer-list__link.-down.-active::after {
    content: "\e90d";
  }
}
.c-header-drawer-list__link[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023px) {
  .c-header-drawer-list__link[href*=".pdf"]::after {
    content: "\e904";
    color: #E63D30;
  }
}
@media (max-width: 1023px) {
  .c-header-drawer-list__lower {
    display: none;
    margin: 0 -20px;
    padding: 20px;
  }
  .-orange .c-header-drawer-list__lower {
    background: #EFDCDB;
  }
  .-blue .c-header-drawer-list__lower {
    background: #D3DEE4;
  }
  .c-header-drawer-list__lower li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 1.4rem;
    padding: 8px;
    position: relative;
  }
  .c-header-drawer-list__lower li a::after {
    content: "\e90a";
    font-family: "icomoon";
    font-weight: normal;
    color: #98ACB5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
  }
  .c-header-drawer-list__lower li a[target=_blank]::after {
    content: "\e900";
    line-height: 1;
  }
}

.l-header__search .mf_finder_container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #fff;
  padding: 8px 20px;
  font-weight: 500;
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #98ACB5;
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input::placeholder {
  color: #98ACB5;
}
@media (max-width: 1023px) {
  .l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input {
    height: 46px;
    padding: 8px 16px;
    border: 1px solid #CBD5DA;
  }
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit {
  width: 72px;
  height: 52px;
  font-weight: 700;
  color: #003349;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 1023px) {
  .l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit {
    width: 46px;
    height: 46px;
  }
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit::before {
  content: "\e905";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_items_wrapper {
  margin-bottom: 0;
}
.l-header__search .mf_finder_container .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_items {
  border: 0;
}

.c-header-modal {
  max-width: 1260px;
  margin: 0 auto;
}

.l-localnav__list {
  border-top: 4px solid #E63D30;
}
.l-localnav__list li {
  border-bottom: 1px solid #CBD5DA;
}
.l-localnav__link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 10px 25px 10px 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.l-localnav__link.-top {
  min-height: 70px;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-localnav__link.-second {
  font-size: 1.3rem;
  padding-left: 25px;
}
.l-localnav__link.-active {
  background: #F2F5F7;
}
.l-localnav__link.-current {
  background: rgba(249, 215, 212, 0.4);
  color: #E63D30;
  pointer-events: none;
}
@media (hover: hover) {
  .l-localnav__link:hover .l-localnav__icon::before {
    transform: translateX(0);
    opacity: 1;
  }
  .l-localnav__link:hover .l-localnav__icon::after {
    transform: translateX(0);
    opacity: 0;
  }
}
.l-localnav__icon {
  display: flex;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}
.l-localnav__icon::before, .l-localnav__icon::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  color: #E63D30;
  display: block;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}
.l-localnav__icon::before {
  transform: translateX(-100%);
  opacity: 0;
}
.l-localnav__icon::after {
  transform: translateX(-100%);
  opacity: 1;
}

.l-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  .l-main {
    margin-top: 68px;
  }
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -14px 0;
}
@media (min-width: 1024px) {
  .l-grid.-gap-s {
    margin: -20px -8px 0;
  }
}
.l-grid__item {
  margin: 40px 14px 0;
}
.l-grid__item.-col-1 {
  width: calc(8.3333333333% - 28px);
}
.l-grid__item.-col-2 {
  width: calc(16.6666666667% - 28px);
}
.l-grid__item.-col-3 {
  width: calc(25% - 28px);
}
.l-grid__item.-col-4 {
  width: calc(33.3333333333% - 28px);
}
.l-grid__item.-col-5 {
  width: calc(41.6666666667% - 28px);
}
.l-grid__item.-col-6 {
  width: calc(50% - 28px);
}
.l-grid__item.-col-7 {
  width: calc(58.3333333333% - 28px);
}
.l-grid__item.-col-8 {
  width: calc(66.6666666667% - 28px);
}
.l-grid__item.-col-9 {
  width: calc(75% - 28px);
}
.l-grid__item.-col-10 {
  width: calc(83.3333333333% - 28px);
}
.l-grid__item.-col-11 {
  width: calc(91.6666666667% - 28px);
}
.l-grid__item.-col-12 {
  width: calc(100% - 28px);
}
@media (min-width: 1024px) {
  .l-grid.-gap-s .l-grid__item {
    margin: 20px 8px 0;
  }
  .l-grid.-gap-s .l-grid__item.-col-1 {
    width: calc(8.3333333333% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-2 {
    width: calc(16.6666666667% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-3 {
    width: calc(25% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-4 {
    width: calc(33.3333333333% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-5 {
    width: calc(41.6666666667% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-6 {
    width: calc(50% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-7 {
    width: calc(58.3333333333% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-8 {
    width: calc(66.6666666667% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-9 {
    width: calc(75% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-10 {
    width: calc(83.3333333333% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-11 {
    width: calc(91.6666666667% - 16px);
  }
  .l-grid.-gap-s .l-grid__item.-col-12 {
    width: calc(100% - 16px);
  }
}
@media (max-width: 1023px) {
  .l-grid {
    margin: -32px -8px 0;
  }
  .l-grid.-sp-reverse {
    flex-direction: column-reverse;
  }
  .l-grid__item {
    margin: 32px 8px 0;
  }
  .l-grid__item.-col-1 {
    width: calc(8.3333333333% - 16px);
  }
  .l-grid__item.-col-2 {
    width: calc(16.6666666667% - 16px);
  }
  .l-grid__item.-col-3 {
    width: calc(25% - 16px);
  }
  .l-grid__item.-col-4 {
    width: calc(33.3333333333% - 16px);
  }
  .l-grid__item.-col-5 {
    width: calc(41.6666666667% - 16px);
  }
  .l-grid__item.-col-6 {
    width: calc(50% - 16px);
  }
  .l-grid__item.-col-7 {
    width: calc(58.3333333333% - 16px);
  }
  .l-grid__item.-col-8 {
    width: calc(66.6666666667% - 16px);
  }
  .l-grid__item.-col-9 {
    width: calc(75% - 16px);
  }
  .l-grid__item.-col-10 {
    width: calc(83.3333333333% - 16px);
  }
  .l-grid__item.-col-11 {
    width: calc(91.6666666667% - 16px);
  }
  .l-grid__item.-col-12 {
    width: calc(100% - 16px);
  }
  .l-grid__item.-sp-col-1 {
    width: calc(8.3333333333% - 16px);
  }
  .l-grid__item.-sp-col-2 {
    width: calc(16.6666666667% - 16px);
  }
  .l-grid__item.-sp-col-3 {
    width: calc(25% - 16px);
  }
  .l-grid__item.-sp-col-4 {
    width: calc(33.3333333333% - 16px);
  }
  .l-grid__item.-sp-col-5 {
    width: calc(41.6666666667% - 16px);
  }
  .l-grid__item.-sp-col-6 {
    width: calc(50% - 16px);
  }
  .l-grid__item.-sp-col-7 {
    width: calc(58.3333333333% - 16px);
  }
  .l-grid__item.-sp-col-8 {
    width: calc(66.6666666667% - 16px);
  }
  .l-grid__item.-sp-col-9 {
    width: calc(75% - 16px);
  }
  .l-grid__item.-sp-col-10 {
    width: calc(83.3333333333% - 16px);
  }
  .l-grid__item.-sp-col-11 {
    width: calc(91.6666666667% - 16px);
  }
  .l-grid__item.-sp-col-12 {
    width: calc(100% - 16px);
  }
  .l-grid.-sp-gap-s .l-grid__item {
    margin: 16px 8px 0;
  }
  .l-grid.-sp-gap-none .l-grid__item:not(:first-child) {
    margin: 0.5em 8px 0;
  }
  .l-grid.-sp-gap-s {
    margin: -16px -8px 0;
  }
  .l-grid.-sp-contents {
    display: contents;
  }
  .l-grid.-sp-contents .l-grid__item {
    display: contents;
  }
}

.l-section {
  margin: 64px 0;
  padding: 0 115px;
  background: #fff;
}
@media (max-width: 1023px) {
  .l-section:first-child {
    padding-top: 48px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .l-section {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .l-section {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .l-section {
    margin: 48px 0;
    padding: 0 20px;
  }
}
.l-section.-bg-gray {
  background: #F0F4F6;
  margin: 0;
}
.l-section.-bg-blue {
  background: #F4F9FF;
  margin: 0;
}
.l-section.-bg-dark-beige {
  background: #ECEAE4;
  margin: 0;
}
.l-section.-bg-beige {
  background: #F5F4F1;
  margin: 0;
}
.l-section.-bg-image {
  margin: 0;
}
.l-section.-round-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: -24px;
}
@media (max-width: 1023px) {
  .l-section.-round-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: -16px;
  }
}
.l-section:has(+ .-round-top) {
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .l-section:has(+ .-round-top) {
    padding-bottom: 16px;
  }
}
.l-section__full {
  margin: 0 -115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .l-section__full {
    margin: 0 -72px;
  }
}
@media (max-width: 1279px) {
  .l-section__full {
    margin: 0 -48px;
  }
}
@media (max-width: 1023px) {
  .l-section__full {
    margin: 0 -20px;
  }
}
.l-section__inner {
  max-width: 1520px;
  margin: 0 auto;
}
.l-section__inner.-narrow {
  max-width: 1136px;
}
.l-section__inner.-xnarrow {
  max-width: 744px;
}
.l-section.-bg-gray .l-section__inner, .l-section.-bg-blue .l-section__inner, .l-section.-bg-dark-gray .l-section__inner, .l-section.-bg-beige .l-section__inner, .l-section.-bg-image .l-section__inner {
  padding: 64px 0;
}
@media (max-width: 1023px) {
  .l-section.-bg-gray .l-section__inner, .l-section.-bg-blue .l-section__inner, .l-section.-bg-dark-gray .l-section__inner, .l-section.-bg-beige .l-section__inner, .l-section.-bg-image .l-section__inner {
    padding: 48px 0;
  }
}
.l-section.-round-top .l-section__inner {
  padding-top: 64px;
}
@media (max-width: 1023px) {
  .l-section.-round-top .l-section__inner {
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .l-section__column {
    display: flex;
    gap: 60px;
    max-width: 1520px;
    margin: 0 auto;
  }
  .l-section__column.-narrow {
    max-width: 1136px;
  }
  .l-section__contents {
    flex: 1;
  }
  .l-section__nav {
    width: 234px;
  }
}
@media (max-width: 1023px) {
  .l-section__contents {
    margin-bottom: 60px;
  }
}

.l-block-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.l-block-link__item.-col-1 {
  width: 8.3333333333%;
}
.l-block-link__item.-col-2 {
  width: 16.6666666667%;
}
.l-block-link__item.-col-3 {
  width: 25%;
}
.l-block-link__item.-col-4 {
  width: 33.3333333333%;
}
.l-block-link__item.-col-5 {
  width: 41.6666666667%;
}
.l-block-link__item.-col-6 {
  width: 50%;
}
.l-block-link__item.-col-7 {
  width: 58.3333333333%;
}
.l-block-link__item.-col-8 {
  width: 66.6666666667%;
}
.l-block-link__item.-col-9 {
  width: 75%;
}
.l-block-link__item.-col-10 {
  width: 83.3333333333%;
}
.l-block-link__item.-col-11 {
  width: 91.6666666667%;
}
.l-block-link__item.-col-12 {
  width: 100%;
}
@media (max-width: 1023px) {
  .l-block-link__item.-sp-col-1 {
    width: 8.3333333333%;
  }
  .l-block-link__item.-sp-col-2 {
    width: 16.6666666667%;
  }
  .l-block-link__item.-sp-col-3 {
    width: 25%;
  }
  .l-block-link__item.-sp-col-4 {
    width: 33.3333333333%;
  }
  .l-block-link__item.-sp-col-5 {
    width: 41.6666666667%;
  }
  .l-block-link__item.-sp-col-6 {
    width: 50%;
  }
  .l-block-link__item.-sp-col-7 {
    width: 58.3333333333%;
  }
  .l-block-link__item.-sp-col-8 {
    width: 66.6666666667%;
  }
  .l-block-link__item.-sp-col-9 {
    width: 75%;
  }
  .l-block-link__item.-sp-col-10 {
    width: 83.3333333333%;
  }
  .l-block-link__item.-sp-col-11 {
    width: 91.6666666667%;
  }
  .l-block-link__item.-sp-col-12 {
    width: 100%;
  }
}
.l-block-link__link {
  display: block;
  width: 100%;
  height: 420px;
  position: relative;
  color: #fff;
}
@media (max-width: 1023px) {
  .l-block-link__link {
    height: 240px;
  }
}
.l-block-link__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-block-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-block-link__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-block-link__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .l-block-link__title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.l-block-link__title::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: normal;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .l-block-link__title::after {
    font-size: 1.6rem;
  }
}
.l-block-link__inner {
  width: 90%;
  max-width: 450px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .l-block-link__inner {
    max-width: 295px;
    bottom: 24px;
  }
}

.l-block-image {
  padding-right: 60%;
  position: relative;
}
.l-block-image.-img-left {
  padding-right: 0;
  padding-left: 60%;
}
@media (max-width: 1023px) {
  .l-block-image {
    padding: 0;
  }
  .l-block-image.-img-left {
    padding: 0;
  }
}
.l-block-image__heading {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .l-block-image__heading {
    margin-bottom: 15px;
  }
}
.l-block-image__list {
  border-top: 1px solid #CBD5DA;
}
.l-block-image__list:not(:first-child) {
  margin-top: 32px !important;
}
.l-block-image__list:not(:last-child) {
  margin-bottom: 32px !important;
}
.l-block-image__list li {
  border-bottom: 1px solid #CBD5DA;
}
.l-block-image__link div {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 16px 32px 16px 24px;
  transition: 0.3s all;
}
.l-block-image__link div span {
  display: block;
}
.l-block-image__link div span:first-child {
  width: 40px;
}
.l-block-image__link div span:first-child img {
  width: 100%;
}
.l-block-image__link div::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}
@media (max-width: 1023px) {
  .l-block-image__link div {
    font-size: 1.4rem;
    padding: 16px 24px 16px 16px;
  }
  .l-block-image__link div::after {
    right: 8px;
  }
}
.l-block-image__link > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(60% - 40px);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}
.-img-left .l-block-image__link > figure {
  left: 0;
}
@media (max-width: 1023px) {
  .l-block-image__link > figure {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-block-image__link.-active div {
    background: #F0F4F6;
  }
  .l-block-image__link.-active figure {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .l-block-image__img-sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .l-block-image__img-sp {
    margin: 0 -20px 30px;
  }
  .l-block-image__img-sp img {
    width: 100%;
  }
}
.l-block-image__img-pc {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(60% - 40px);
  opacity: 1;
  z-index: 9;
}
@media (max-width: 1023px) {
  .l-block-image__img-pc {
    display: none;
  }
}
.-img-left .l-block-image__img-pc {
  left: 0;
}

@media (max-width: 1023px) {
  .l-block-scroll {
    max-width: 100vw;
    overflow-y: auto;
    margin: 0 -20px;
  }
  .l-block-scroll__inner {
    padding: 0 20px;
    min-width: 1084px;
  }
}

.l-contact {
  padding: 0 16px 16px 16px;
  margin-top: 16px;
}
.l-contact__inner {
  background: rgba(255, 235, 234, 0.8);
  text-align: center;
  padding: 50px 16px 64px;
}
.l-contact__heading {
  text-align: center;
  margin-bottom: 16px;
}
.l-contact__txt {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .l-contact__txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.c-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-heading:not(:last-child) {
  margin-bottom: 24px;
}
.c-heading.-large {
  font-size: 3.4rem;
}
.c-heading.-medium {
  font-size: 2.2rem;
}
.c-heading.-small {
  font-size: 2rem;
}
.c-heading.-xsmall {
  font-size: 1.8rem;
}
.c-heading.-xxsmall {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .c-heading {
    font-size: 2.4rem;
  }
  .c-heading:not(:last-child) {
    margin-bottom: 16px;
  }
  .c-heading.-large {
    font-size: 2.8rem;
  }
  .c-heading.-medium {
    font-size: 2.1rem;
  }
  .c-heading.-small {
    font-size: 1.9rem;
  }
}
.c-heading.-en span {
  display: block;
}
.c-heading.-en span:first-child {
  font-size: 2.8rem;
}
@media (max-width: 1023px) {
  .c-heading.-en span:first-child {
    font-size: 2.4rem;
  }
}
.c-heading.-en span:last-child {
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .c-heading.-en span:last-child {
    font-size: 1rem;
  }
}
.c-heading.-accent {
  position: relative;
  padding-left: 1em;
}
.c-heading.-accent::before {
  content: "";
  display: block;
  width: 14px;
  height: 3px;
  background: #E63D30;
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: rotate(-45deg);
}
.c-heading.-line {
  position: relative;
  border-bottom: 1px solid #658491;
  padding-bottom: 16px;
}
.c-heading.-line-gray {
  position: relative;
  border-bottom: 1px solid #C5D3DB;
  padding-bottom: 16px;
}
.c-heading.-border-navy {
  position: relative;
  padding-left: 0.75em;
}
.c-heading.-border-navy::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background: #003349;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.c-heading.-border-orange {
  position: relative;
  padding-left: 0.75em;
}
.c-heading.-border-orange::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background: #E63D30;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.c-heading.-icon {
  position: relative;
  padding-left: 58px;
}
.c-heading.-icon img {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .c-heading.-icon {
    padding-left: 42px;
  }
  .c-heading.-icon img {
    width: 30px;
  }
}
.c-heading.-icon.-medium img {
  top: 1px;
}
@media (max-width: 1023px) {
  .c-heading.-icon.-medium img {
    top: 3px;
  }
}
.c-heading.-icon.-large img {
  top: 5px;
}

.c-headimg-image {
  position: relative;
  width: 100%;
  min-height: 255px;
}
@media (max-width: 1023px) {
  .c-headimg-image {
    min-height: 188px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.c-headimg-image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-headimg-image__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 255px;
  padding: 40px;
  color: #fff;
  position: relative;
  z-index: 5;
  font-weight: 700;
}
.c-headimg-image__inner h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 0.75em;
  margin-bottom: 10px;
}
.c-headimg-image__inner h2::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background: #E63D30;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1023px) {
  .c-headimg-image__inner {
    padding: 20px;
    min-height: 188px;
  }
  .c-headimg-image__inner h2 {
    font-size: 2.4rem;
  }
  .c-headimg-image__inner p {
    font-size: 1.2rem;
  }
}

.c-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
}
@media (max-width: 1023px) {
  .c-btn-wrap {
    gap: 15px;
  }
}
.c-btn-wrap.-left {
  justify-content: flex-start;
}
.c-btn-wrap.-left.-column {
  align-items: flex-start;
}
.c-btn-wrap.-right {
  justify-content: flex-end;
}
.c-btn-wrap.-right.-column {
  align-items: flex-end;
}
.c-btn-wrap.-column {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-btn-wrap.-pc-left {
    justify-content: flex-start;
  }
  .c-btn-wrap.-pc-left.-column {
    align-items: flex-start;
  }
  .c-btn-wrap.-pc-right {
    justify-content: flex-end;
  }
  .c-btn-wrap.-pc-right.-column {
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .c-btn-wrap.-sp-column {
    flex-direction: column;
    align-items: center;
  }
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 340px;
  min-height: 56px;
  padding: 0 40px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #CBD5DA;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: 0.3s all;
}
.c-btn::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  color: #E63D30;
}
.c-btn[target=_blank]::after, .c-btn[href^="mailto:"]::after {
  content: "\e900";
}
.c-btn[href*=".pdf"]::after {
  content: "\e904";
}
.c-btn.js-modal-open::after {
  content: "\e911";
}
.c-btn.-small {
  max-width: 280px;
}
.c-btn.-large {
  max-width: 480px;
}
.c-btn.-full {
  width: 100%;
  max-width: inherit;
}
.c-btn.-variable {
  width: inherit;
  max-width: inherit;
}
.c-btn.-disabled, .c-btn:disabled {
  pointer-events: none;
  color: #CBD5DA;
}
.c-btn.-disabled::after, .c-btn:disabled::after {
  color: #CBD5DA;
}
@media (max-width: 1023px) {
  .c-btn {
    font-size: 1.4rem;
    padding: 0 28px;
  }
  .c-btn::after {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .c-btn {
    max-width: inherit;
    width: 100%;
  }
  .c-btn.-small {
    width: 304px;
  }
  .c-btn.-large {
    max-width: inherit;
  }
  .c-btn.-variable {
    width: 100%;
  }
}
.c-btn.-square {
  max-width: inherit;
  height: 80px;
  border-radius: 16px;
  font-size: 1.4rem;
}
.c-btn.-square.-immutable {
  max-width: 364px;
}
@media (max-width: 1023px) {
  .c-btn.-square {
    text-align: left;
    padding: 0 30px 0 10px;
    border-radius: 8px;
  }
}
.c-btn.-square > span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .c-btn.-square > span {
    justify-content: flex-start;
  }
}
.c-btn.-square > span > span:last-child {
  flex: 1;
}
.c-btn.-navy::after {
  color: #003349;
}
.c-btn.-more::after {
  content: "\e902";
}
.c-btn.-download::after {
  content: "\e919";
}
.c-btn.-prev::after {
  content: "\e912";
  left: 16px;
  right: inherit;
}
.c-btn.-strong {
  color: #fff;
  background: #003349;
  border-color: #003349;
}
.c-btn.-strong::after {
  color: #fff;
}
.c-btn.-transparent {
  color: #fff;
  background: transparent;
  text-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;
  border-color: #fff;
}
.c-btn.-transparent::after {
  color: #fff;
}
.c-btn.-cart, .c-btn.-task, .c-btn.-contact {
  padding: 0 35px 0 50px;
}
.c-btn.-cart::before, .c-btn.-task::before, .c-btn.-contact::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 24px;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .c-btn.-cart, .c-btn.-task, .c-btn.-contact {
    padding: 0 28px 0 30px;
  }
  .c-btn.-cart::before, .c-btn.-task::before, .c-btn.-contact::before {
    font-size: 2rem;
    left: 12px;
  }
}
.c-btn.-cart.-strong::before, .c-btn.-cart.-transparent::before, .c-btn.-task.-strong::before, .c-btn.-task.-transparent::before, .c-btn.-contact.-strong::before, .c-btn.-contact.-transparent::before {
  color: #fff;
}
.c-btn.-cart::before {
  content: "\e90f";
}
.c-btn.-task::before {
  content: "\e914";
}
.c-btn.-contact::before {
  content: "\e901";
}
.c-btn.-corporate::before, .c-btn.-consumer::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 24px;
  color: #003349;
}
@media (max-width: 1023px) {
  .c-btn.-corporate::before, .c-btn.-consumer::before {
    font-size: 2rem;
    left: 20px;
  }
}
.c-btn.-corporate.-strong::before, .c-btn.-corporate.-transparent::before, .c-btn.-consumer.-strong::before, .c-btn.-consumer.-transparent::before {
  color: #fff;
}
.c-btn.-corporate::before {
  content: "\e90c";
}
.c-btn.-consumer::before {
  content: "\e90b";
}
.c-btn.-num > span {
  gap: 12px;
}
@media (max-width: 1023px) {
  .c-btn.-num > span {
    gap: 8px;
  }
}
.c-btn.-num > span::before {
  content: attr(data-num);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  background: #EE9B93;
  color: #fff;
}
@media (max-width: 1023px) {
  .c-btn.-num > span::before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
  }
}
.c-btn.-num.-first span::before {
  background: #C8AF5C;
}
.c-btn.-num.-second span::before {
  background: #9A9DA8;
}
.c-btn.-num.-third span::before {
  background: #BD9573;
}
.c-btn.-icon::before {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: normal;
  color: #003349;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 24px;
}
.c-btn.-icon.-company::before {
  content: "\e90e";
  color: #E63D30;
}
.c-btn.-icon.-consumer::before {
  content: "\e90b";
}
.c-btn.-icon.-corporate::before {
  content: "\e90c";
}
@media (hover: hover) {
  .c-btn:hover {
    color: #fff;
    background: #E63D30;
    border-color: #E63D30;
    text-shadow: none;
  }
  .c-btn:hover::before, .c-btn:hover::after {
    color: #fff !important;
  }
  .c-btn:hover span::before, .c-btn:hover span::after {
    color: #fff;
  }
}

.c-btn-zip {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 44px;
  padding: 0 12px 0 4px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #CBD5DA;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-btn-zip {
    width: 100px;
  }
}
.c-btn-zip::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
  color: #E63D30;
}
@media (hover: hover) {
  .c-btn-zip:hover {
    color: #fff;
    background: #E63D30;
    border-color: #E63D30;
  }
  .c-btn-zip:hover::after {
    color: #fff;
  }
}

.c-btn-bnr {
  display: block;
  width: 100%;
  border: 1px solid #CBD5DA;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .c-btn-bnr {
    border-radius: 8px;
  }
}
.c-btn-bnr img {
  width: 100%;
}
.c-btn-bnr.-no-border {
  border: none;
}
@media (hover: hover) {
  .c-btn-bnr:hover {
    opacity: 0.7;
  }
}

.c-btn-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 12px 48px;
  background: #fff;
  border: 1px solid #CBD5DA;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.c-btn-shop span {
  text-align: center;
}
@media (max-width: 1023px) {
  .c-btn-shop {
    font-size: 1.3rem;
  }
}
.c-btn-shop::before, .c-btn-shop::after {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-btn-shop::before {
  content: "\e90f";
  font-size: 2.2rem;
  left: 16px;
}
.c-btn-shop::after {
  content: "\e900";
  font-size: 1.6rem;
  right: 16px;
}
@media (hover: hover) {
  .c-btn-shop:hover {
    background: #E63D30;
    border-color: #E63D30;
    color: #fff;
  }
  .c-btn-shop:hover::before, .c-btn-shop:hover::after {
    color: #fff;
  }
}

.c-box01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  position: relative;
}
.c-box01:only-child {
  height: 100%;
}
.c-box01.-white {
  background: #fff;
}
.c-box01.-gray {
  background: #F0F4F6;
}
.c-box01.-beige {
  background: #F5F4F1;
}
.c-box01.-orange {
  background: #FFF6F5;
}
.c-box01.-warning {
  background: #fffedf;
}
.c-box01.-danger {
  background: #FDF2F0;
}
.c-box01.-border {
  border: 1px solid #CBD5DA;
}
.c-box01.-round {
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-box01.-round {
    border-radius: 8px;
  }
}
.c-box01__ttl {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .c-box01__ttl {
    margin-bottom: 15px;
  }
}
.c-box01__txt:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .c-box01__txt:not(:last-child) {
    margin-bottom: 25px;
  }
}
.c-box01__btn {
  font-size: 1.4rem;
  margin: auto auto 0;
}
.c-box01__link {
  font-size: 1.4rem;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-box01__link {
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .c-box01 {
    padding: 20px;
  }
}

.c-box02__heading {
  position: relative;
}
.c-box02__heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 80px);
  min-height: 90px;
  background: #003349;
  padding: 10px 15px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .c-box02__heading span {
    width: 100%;
    font-size: 2.1rem;
    min-height: 56px;
  }
}
@media (min-width: 1024px) {
  .c-box02__heading::before, .c-box02__heading::after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-top: 1px solid #CBD5DA;
    position: absolute;
    top: 50%;
    z-index: 2;
  }
  .c-box02__heading::before {
    border-left: 1px solid #CBD5DA;
    left: 0;
  }
  .c-box02__heading::after {
    border-right: 1px solid #CBD5DA;
    right: 0;
  }
}
.c-box02__inner {
  padding: 40px;
  border: 1px solid #CBD5DA;
  border-top: 0;
}
@media (max-width: 1023px) {
  .c-box02__inner {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .c-box02__inner.-row {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .c-box02__inner.-row .c-box02__contents {
    flex: 1;
  }
  .c-box02__inner.-row .c-box02__btn {
    width: 30%;
    min-width: 350px;
    margin-top: 0;
  }
}
.c-box02__ttl {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .c-box02__ttl {
    margin-bottom: 15px;
  }
}
.c-box02__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .c-box02__btn {
    margin-top: 25px;
  }
}

.c-line {
  border-top: 1px solid #CBD5DA;
}

.c-strong {
  font-weight: 700;
  border-bottom: 1px solid #E63D30;
}

.c-card {
  display: block;
  position: relative;
}
.c-card.-award::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(/common/img/icon_award.svg) no-repeat center center/contain;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 5;
}
@media (max-width: 1023px) {
  .c-card.-award::before {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -5px;
  }
}
.c-card.-bg-gray {
  background: #F0F4F6;
}
.c-card.-bg-beige {
  background: #F5F4F1;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-card.-bg-beige {
    border-radius: 8px;
  }
}
.c-card.-bg-white {
  background: #fff;
}
@media (min-width: 1024px) {
  .c-card.c-card.-row01, .c-card.c-card.-row02, .c-card.c-card.-row03 {
    display: flex;
    gap: 40px;
    flex-direction: row;
    align-items: center;
  }
  .c-card.c-card.-row01 .c-card__inner, .c-card.c-card.-row02 .c-card__inner, .c-card.c-card.-row03 .c-card__inner {
    flex: 1;
  }
  .c-card.c-card.-row03 {
    padding-bottom: 40px;
    border-bottom: 1px solid #CBD5DA;
  }
}
.c-card:only-child {
  height: 100%;
}
.c-card__img {
  width: 100%;
  overflow: hidden;
}
.c-card__img:not(:only-child) {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .c-card__img:not(:only-child) {
    margin-bottom: 10px;
  }
}
.c-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.c-card__img.-round {
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-card__img.-round {
    border-radius: 8px;
  }
}
.c-card__img.-border {
  border: 1px solid #CBD5DA;
}
.c-card__img.-modal {
  position: relative;
}
.c-card__img.-modal::after {
  content: "\e915";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 1023px) {
  .c-card__img.-modal::after {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
    left: 10px;
    bottom: 10px;
  }
}
.c-card.-solution-abw .c-card__img {
  aspect-ratio: 16/9;
}
.c-card.-solution-abw .c-card__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .c-card.-row01 .c-card__img, .c-card.-row03 .c-card__img {
    width: calc(33.3333333333% - 30px);
    margin-bottom: 0;
  }
  .c-card.-row02 .c-card__img {
    width: calc(25% - 30px);
    margin-bottom: 0;
  }
}
.c-card__img + .c-card__inner p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-card__img + .c-card__inner p {
    font-size: 1.2rem;
  }
}
.c-card__inner {
  display: flex;
  flex-wrap: wrap;
}
.c-card.-bg-white .c-card__inner, .c-card.-bg-gray .c-card__inner, .c-card.-bg-beige .c-card__inner {
  padding: 20px 24px;
}
@media (max-width: 1023px) {
  .c-card.-bg-white .c-card__inner, .c-card.-bg-gray .c-card__inner, .c-card.-bg-beige .c-card__inner {
    padding: 24px 20px;
  }
}
.c-card.-bg-white .c-card__img + .c-card__inner, .c-card.-bg-gray .c-card__img + .c-card__inner, .c-card.-bg-beige .c-card__img + .c-card__inner {
  padding: 0 20px 25px;
}
@media (max-width: 1023px) {
  .c-card.-bg-white .c-card__img + .c-card__inner, .c-card.-bg-gray .c-card__img + .c-card__inner, .c-card.-bg-beige .c-card__img + .c-card__inner {
    padding: 0 10px 15px;
  }
}
.c-card__inner p {
  width: 100%;
}
.c-card__tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .c-card.-row01 .c-card__tag {
    margin-bottom: 20px;
  }
  .c-card.-case-studies .c-card__tag {
    width: inherit;
    margin-right: 14px;
  }
  .c-card.-case-studies .c-card__tag + .c-card__date {
    width: inherit;
  }
}
.c-card.-solution-abw .c-card__tag {
  width: inherit;
  margin-right: 14px;
}
.c-card.-solution-abw .c-card__tag + .c-card__date {
  width: inherit;
}
.c-card__date {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .c-card__date {
    font-size: 1.2rem;
  }
}
.c-card__ttl {
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .c-card.-row03 .c-card__ttl {
    font-size: 1.4rem;
  }
}
.c-card__ttl:only-child {
  margin-bottom: 0;
}
.c-card.-solution-abw .c-card__ttl small {
  font-size: 1.4rem;
}
.c-card__btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-card__btn {
    margin-top: 20px;
  }
}
.c-card.-txt-white {
  color: #fff;
}

a.c-card .c-card__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}

a[target=_blank].c-card .c-card__ttl::after {
  content: "\e900";
}

a[href*=".pdf"].c-card .c-card__ttl::after {
  content: "\e904";
}

@media (hover: hover) {
  a.c-card:hover .c-card__img img {
    transform: scale(1.1, 1.1);
  }
  a.c-card:hover .c-card__ttl span {
    text-decoration: underline;
  }
}
.c-card-product {
  display: flex;
  flex-direction: column;
}
.c-card-product:only-child {
  height: 100%;
}
.c-card-product__img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-card-product__img {
    border-radius: 8px;
  }
}
.c-card-product__img:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .c-card-product__img:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-card-product__img img {
  width: 100%;
  transition: 0.3s all;
}
.c-card-product__ttl {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.c-card-product__ttl:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .c-card-product__ttl:not(:last-child) {
    margin-bottom: 8px;
  }
}
.c-card-product__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-card-product__tag:not(:last-child) {
  margin-bottom: 8px;
}
.c-card-product__txt {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-card-product__txt {
    font-size: 1.2rem;
  }
}
.c-card-product__txt:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .c-card-product__txt:not(:last-child) {
    margin-bottom: 12px;
  }
}
.c-card-product__txt:has(+ .c-card-product__link) {
  margin-bottom: 8px;
}
.c-card-product__link {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-card-product__link {
    font-size: 1.2rem;
  }
}
.c-card-product__link:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .c-card-product__link:not(:last-child) {
    margin-bottom: 12px;
  }
}
.c-card-product__link a::after {
  content: "\e90a";
  margin-left: 0.25em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (hover: hover) {
  .c-card-product__link a:hover span {
    text-decoration: underline;
  }
}
.c-card-product__btn {
  width: 100%;
  margin-top: auto;
}
.c-card-product__btn .c-btn {
  max-width: inherit;
}

.c-card-topics {
  display: block;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px solid #CBD5DA;
}
.c-card-topics:only-child {
  height: 100%;
}
.c-card-topics__img {
  border: 1px solid #CBD5DA;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.c-card-topics__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
  margin-bottom: 10px;
}
.c-card-topics__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.c-card-topics__title::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  color: #E63D30;
}
.c-card-topics__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card-topics[target=_blank] .c-card-topics__title::after {
  content: "\e900";
}

.c-card-showroom-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 28px;
}
@media (max-width: 1023px) {
  .c-card-showroom-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.c-card-showroom {
  padding-bottom: 32px;
  border-bottom: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .c-card-showroom {
    padding-bottom: 24px;
  }
}
.c-card-showroom__img {
  margin-bottom: 16px;
}
.c-card-showroom__tag {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.c-card-showroom__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.c-card-showroom__txt {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .c-card-showroom__txt {
    margin-bottom: 24px;
  }
}
.c-card-showroom__txt p:not(:last-child) {
  margin-bottom: 1em;
}

.c-table {
  width: 100%;
  border-right: 1px solid #CBD5DA;
  border-bottom: 1px solid #CBD5DA;
}
.c-table th,
.c-table td {
  border-top: 1px solid #CBD5DA;
  border-left: 1px solid #CBD5DA;
  padding: 24px;
}
.c-table th.-w1p,
.c-table td.-w1p {
  width: 1%;
}
.c-table th.-w2p,
.c-table td.-w2p {
  width: 2%;
}
.c-table th.-w3p,
.c-table td.-w3p {
  width: 3%;
}
.c-table th.-w4p,
.c-table td.-w4p {
  width: 4%;
}
.c-table th.-w5p,
.c-table td.-w5p {
  width: 5%;
}
.c-table th.-w6p,
.c-table td.-w6p {
  width: 6%;
}
.c-table th.-w7p,
.c-table td.-w7p {
  width: 7%;
}
.c-table th.-w8p,
.c-table td.-w8p {
  width: 8%;
}
.c-table th.-w9p,
.c-table td.-w9p {
  width: 9%;
}
.c-table th.-w10p,
.c-table td.-w10p {
  width: 10%;
}
.c-table th.-w11p,
.c-table td.-w11p {
  width: 11%;
}
.c-table th.-w12p,
.c-table td.-w12p {
  width: 12%;
}
.c-table th.-w13p,
.c-table td.-w13p {
  width: 13%;
}
.c-table th.-w14p,
.c-table td.-w14p {
  width: 14%;
}
.c-table th.-w15p,
.c-table td.-w15p {
  width: 15%;
}
.c-table th.-w16p,
.c-table td.-w16p {
  width: 16%;
}
.c-table th.-w17p,
.c-table td.-w17p {
  width: 17%;
}
.c-table th.-w18p,
.c-table td.-w18p {
  width: 18%;
}
.c-table th.-w19p,
.c-table td.-w19p {
  width: 19%;
}
.c-table th.-w20p,
.c-table td.-w20p {
  width: 20%;
}
.c-table th.-w21p,
.c-table td.-w21p {
  width: 21%;
}
.c-table th.-w22p,
.c-table td.-w22p {
  width: 22%;
}
.c-table th.-w23p,
.c-table td.-w23p {
  width: 23%;
}
.c-table th.-w24p,
.c-table td.-w24p {
  width: 24%;
}
.c-table th.-w25p,
.c-table td.-w25p {
  width: 25%;
}
.c-table th.-w26p,
.c-table td.-w26p {
  width: 26%;
}
.c-table th.-w27p,
.c-table td.-w27p {
  width: 27%;
}
.c-table th.-w28p,
.c-table td.-w28p {
  width: 28%;
}
.c-table th.-w29p,
.c-table td.-w29p {
  width: 29%;
}
.c-table th.-w30p,
.c-table td.-w30p {
  width: 30%;
}
.c-table th.-w31p,
.c-table td.-w31p {
  width: 31%;
}
.c-table th.-w32p,
.c-table td.-w32p {
  width: 32%;
}
.c-table th.-w33p,
.c-table td.-w33p {
  width: 33%;
}
.c-table th.-w34p,
.c-table td.-w34p {
  width: 34%;
}
.c-table th.-w35p,
.c-table td.-w35p {
  width: 35%;
}
.c-table th.-w36p,
.c-table td.-w36p {
  width: 36%;
}
.c-table th.-w37p,
.c-table td.-w37p {
  width: 37%;
}
.c-table th.-w38p,
.c-table td.-w38p {
  width: 38%;
}
.c-table th.-w39p,
.c-table td.-w39p {
  width: 39%;
}
.c-table th.-w40p,
.c-table td.-w40p {
  width: 40%;
}
.c-table th.-w41p,
.c-table td.-w41p {
  width: 41%;
}
.c-table th.-w42p,
.c-table td.-w42p {
  width: 42%;
}
.c-table th.-w43p,
.c-table td.-w43p {
  width: 43%;
}
.c-table th.-w44p,
.c-table td.-w44p {
  width: 44%;
}
.c-table th.-w45p,
.c-table td.-w45p {
  width: 45%;
}
.c-table th.-w46p,
.c-table td.-w46p {
  width: 46%;
}
.c-table th.-w47p,
.c-table td.-w47p {
  width: 47%;
}
.c-table th.-w48p,
.c-table td.-w48p {
  width: 48%;
}
.c-table th.-w49p,
.c-table td.-w49p {
  width: 49%;
}
.c-table th.-w50p,
.c-table td.-w50p {
  width: 50%;
}
.c-table th.-w51p,
.c-table td.-w51p {
  width: 51%;
}
.c-table th.-w52p,
.c-table td.-w52p {
  width: 52%;
}
.c-table th.-w53p,
.c-table td.-w53p {
  width: 53%;
}
.c-table th.-w54p,
.c-table td.-w54p {
  width: 54%;
}
.c-table th.-w55p,
.c-table td.-w55p {
  width: 55%;
}
.c-table th.-w56p,
.c-table td.-w56p {
  width: 56%;
}
.c-table th.-w57p,
.c-table td.-w57p {
  width: 57%;
}
.c-table th.-w58p,
.c-table td.-w58p {
  width: 58%;
}
.c-table th.-w59p,
.c-table td.-w59p {
  width: 59%;
}
.c-table th.-w60p,
.c-table td.-w60p {
  width: 60%;
}
.c-table th.-w61p,
.c-table td.-w61p {
  width: 61%;
}
.c-table th.-w62p,
.c-table td.-w62p {
  width: 62%;
}
.c-table th.-w63p,
.c-table td.-w63p {
  width: 63%;
}
.c-table th.-w64p,
.c-table td.-w64p {
  width: 64%;
}
.c-table th.-w65p,
.c-table td.-w65p {
  width: 65%;
}
.c-table th.-w66p,
.c-table td.-w66p {
  width: 66%;
}
.c-table th.-w67p,
.c-table td.-w67p {
  width: 67%;
}
.c-table th.-w68p,
.c-table td.-w68p {
  width: 68%;
}
.c-table th.-w69p,
.c-table td.-w69p {
  width: 69%;
}
.c-table th.-w70p,
.c-table td.-w70p {
  width: 70%;
}
.c-table th.-w71p,
.c-table td.-w71p {
  width: 71%;
}
.c-table th.-w72p,
.c-table td.-w72p {
  width: 72%;
}
.c-table th.-w73p,
.c-table td.-w73p {
  width: 73%;
}
.c-table th.-w74p,
.c-table td.-w74p {
  width: 74%;
}
.c-table th.-w75p,
.c-table td.-w75p {
  width: 75%;
}
.c-table th.-w76p,
.c-table td.-w76p {
  width: 76%;
}
.c-table th.-w77p,
.c-table td.-w77p {
  width: 77%;
}
.c-table th.-w78p,
.c-table td.-w78p {
  width: 78%;
}
.c-table th.-w79p,
.c-table td.-w79p {
  width: 79%;
}
.c-table th.-w80p,
.c-table td.-w80p {
  width: 80%;
}
.c-table th.-w81p,
.c-table td.-w81p {
  width: 81%;
}
.c-table th.-w82p,
.c-table td.-w82p {
  width: 82%;
}
.c-table th.-w83p,
.c-table td.-w83p {
  width: 83%;
}
.c-table th.-w84p,
.c-table td.-w84p {
  width: 84%;
}
.c-table th.-w85p,
.c-table td.-w85p {
  width: 85%;
}
.c-table th.-w86p,
.c-table td.-w86p {
  width: 86%;
}
.c-table th.-w87p,
.c-table td.-w87p {
  width: 87%;
}
.c-table th.-w88p,
.c-table td.-w88p {
  width: 88%;
}
.c-table th.-w89p,
.c-table td.-w89p {
  width: 89%;
}
.c-table th.-w90p,
.c-table td.-w90p {
  width: 90%;
}
.c-table th.-w91p,
.c-table td.-w91p {
  width: 91%;
}
.c-table th.-w92p,
.c-table td.-w92p {
  width: 92%;
}
.c-table th.-w93p,
.c-table td.-w93p {
  width: 93%;
}
.c-table th.-w94p,
.c-table td.-w94p {
  width: 94%;
}
.c-table th.-w95p,
.c-table td.-w95p {
  width: 95%;
}
.c-table th.-w96p,
.c-table td.-w96p {
  width: 96%;
}
.c-table th.-w97p,
.c-table td.-w97p {
  width: 97%;
}
.c-table th.-w98p,
.c-table td.-w98p {
  width: 98%;
}
.c-table th.-w99p,
.c-table td.-w99p {
  width: 99%;
}
.c-table th.-w100p,
.c-table td.-w100p {
  width: 100%;
}
@media (max-width: 1023px) {
  .c-table th,
  .c-table td {
    padding: 16px;
  }
}
.c-table th {
  font-weight: 700;
  background: #E7EBED;
  text-align: center;
  vertical-align: middle;
}
.c-table.-beige th {
  background: #F5F4F1;
}
.c-table td {
  background: #fff;
}
.c-table tr:first-child > *:first-child:empty {
  border: none !important;
  background: transparent !important;
}
@media (max-width: 1023px) {
  .c-table.-sp-column thead {
    display: none;
  }
  .c-table.-sp-column th,
  .c-table.-sp-column td {
    display: block;
    width: 100%;
    border-left: 1px solid #CBD5DA;
  }
  .c-table.-sp-column td[data-title]::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

.c-table-wrap__heading {
  width: 100%;
  padding: 24px;
  background: #658491;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-top: 1px solid #CBD5DA;
  border-right: 1px solid #CBD5DA;
  border-left: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .c-table-wrap__heading {
    padding: 16px;
    font-size: 1.6rem;
  }
}
.-beige .c-table-wrap__heading {
  background: #D1CCBD;
  color: #333333;
}
@media (max-width: 1023px) {
  .c-table-wrap__inner {
    width: 100%;
    overflow-x: auto;
  }
  .c-table-wrap__inner .c-table {
    width: 1000px;
  }
}

.c-tabel-form {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  border-bottom: 1px solid #CBD5DA;
}
.c-tabel-form__head, .c-tabel-form__body {
  padding: 32px 24px;
  border-top: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .c-tabel-form__head, .c-tabel-form__body {
    width: 100%;
    padding: 16px;
    display: block;
  }
}
.c-tabel-form__head {
  width: 28%;
  padding: 32px 80px 32px 24px;
  font-weight: 700;
  background: #E7EBED;
  position: relative;
}
@media (max-width: 1023px) {
  .c-tabel-form__head {
    width: 100%;
    padding: 16px 56px 16px 16px;
  }
}
.c-tabel-form__head.-required::after {
  content: "必須";
  display: block;
  padding: 6px 8px;
  background: #E63D30;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 32px;
  right: 30px;
}
@media (max-width: 1023px) {
  .c-tabel-form__head.-required::after {
    font-size: 1.1rem;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .c-tabel-form__body {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .c-tabel-form__body .c-checkbox-wrap {
    padding: 0 16px;
  }
}
.c-tabel-form__err {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.c-tabel-form__err .error {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
  color: #EA2426;
  padding-left: 1.5em;
  position: relative;
}
.c-tabel-form__err .error::before {
  content: "\e916";
  font-size: 2rem;
  line-height: 1;
  font-family: "icomoon";
  font-weight: normal;
  color: #E75B6E;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-tabel-form__err .error + .error {
  margin-top: 0;
}
.c-tabel-form__name {
  display: flex;
  gap: 20px 45px;
}
@media (max-width: 1023px) {
  .c-tabel-form__name {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .c-tabel-form__name > div {
    width: 50%;
    max-width: 300px;
  }
}
.c-tabel-form__name > div > div:not([class]) {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-tabel-form__name > div > div:not([class]) span:not([class]) {
  font-weight: 700;
  width: 2em;
  flex-shrink: 0;
}
.c-tabel-form__address > div:first-child {
  margin-bottom: 24px;
}
.c-tabel-form__address > div:first-child > div:not([class]) {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-tabel-form__address > div:nth-child(2) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-tabel-form__address > div:last-child > span:not([class]) {
    margin-right: 1em;
  }
}
.c-tabel-form__address > div:last-child > input {
  margin-top: 15px;
}
.c-tabel-form__address > div span:not([class]) {
  font-weight: 700;
  flex-shrink: 0;
}
.c-tabel-form__unit {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 1023px) {
  .c-tabel-form__unit {
    gap: 20px 24px;
  }
}
.c-tabel-form__unit > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-tabel-form__unit > div span:not([class]) {
  font-weight: 700;
  width: 1em;
  flex-shrink: 0;
}

.c-slider {
  margin: 0 -14px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-slider {
    margin: 0 -10px;
  }
}
.c-slider.-max750 {
  max-width: 790px;
}
@media (min-width: 1024px) {
  .c-slider.-max750 {
    margin: 0 auto;
  }
}
.c-slider__inner {
  display: none;
}
.c-slider__inner.slick-initialized {
  display: block;
}
.c-slider__inner .slick-slide > div {
  height: 100%;
}
.c-slider__item {
  height: 100%;
  padding: 0 14px;
}
@media (max-width: 1023px) {
  .c-slider__item {
    padding: 0 10px;
  }
}
.c-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .c-slider__arrows {
    gap: 20px;
    margin-top: 16px;
  }
}
.c-slider__prev, .c-slider__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
}
.c-slider__prev::before, .c-slider__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.c-slider__prev.slick-disabled, .c-slider__next.slick-disabled {
  cursor: default;
}
.c-slider__prev.slick-disabled::before, .c-slider__next.slick-disabled::before {
  color: #98ACB5;
}
.c-slider__prev::before {
  content: "\e907";
}
.c-slider__next::before {
  content: "\e906";
}
.c-slider__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
@media (max-width: 1023px) {
  .c-slider__dots .slick-dots {
    gap: 8px 0;
  }
}
.c-slider__dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.c-slider__dots .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #D3DEE4;
  position: relative;
  text-indent: -9999px;
}
.c-slider__dots .slick-dots li.slick-active button {
  outline: none;
  background: #E63D30;
}
.c-slider.-bg-dark .c-slider__prev,
.c-slider.-bg-dark .c-slider__next {
  background: #fff;
}

.c-slider-product {
  margin: 0 -14px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-slider-product .slick-list {
  overflow: visible;
}
.c-slider-product .slick-num {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .c-slider-product .slick-num {
    order: 1;
    margin-right: 16px;
  }
}
@media (max-width: 1023px) {
  .c-slider-product .slick-num {
    font-size: 1.4rem;
  }
}
.c-slider-product .slick-num .all-count {
  color: #B7C9D3;
}
@media (min-width: 1024px) {
  .c-slider-product.-heading-ajust {
    margin-top: -86px;
  }
}
.c-slider-product__inner {
  display: none;
}
.c-slider-product__inner.slick-initialized {
  display: block;
}
@media (min-width: 1024px) {
  .c-slider-product__inner {
    width: 45%;
  }
  .c-slider-product__inner.-pc-col-3 {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .c-slider-product__inner {
    width: 100%;
    order: 1;
  }
}
.c-slider-product__item {
  padding: 0 14px;
}
.c-slider-product__arrows {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-slider-product__arrows {
    justify-content: flex-end;
    gap: 16px;
    margin: 0 20px 40px;
  }
}
@media (max-width: 1023px) {
  .c-slider-product__arrows {
    order: 2;
    justify-content: center;
    gap: 32px;
    margin-top: 16px;
  }
}
.c-slider-product__prev, .c-slider-product__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .c-slider-product__prev, .c-slider-product__next {
    width: 32px;
    height: 32px;
  }
}
.c-slider-product__prev::before, .c-slider-product__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
.c-slider-product__prev.slick-disabled, .c-slider-product__next.slick-disabled {
  cursor: default;
}
.c-slider-product__prev.slick-disabled::before, .c-slider-product__next.slick-disabled::before {
  color: #F4B0AB;
}
.c-slider-product__prev::before {
  content: "\e907";
}
@media (min-width: 1024px) {
  .c-slider-product__prev {
    order: 2;
  }
}
.c-slider-product__next::before {
  content: "\e906";
}
@media (min-width: 1024px) {
  .c-slider-product__next {
    order: 3;
  }
}

.c-link {
  font-weight: 700;
}
.c-link::after, .c-link::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
.c-link::before {
  display: none;
  margin-right: 0.25em;
}
.c-link::after {
  content: "\e90a";
  margin-left: 0.25em;
}
.c-link.-small {
  font-weight: 400;
  font-size: 1.4rem;
}
.c-link.-navy::after {
  color: #003349;
}
.c-link.-white::after {
  color: #fff;
}
.c-link[target=_blank]::after {
  content: "\e900";
}
.c-link.js-modal-open::after {
  content: "\e911";
}
.c-link[href*=".pdf"]::after {
  content: "\e904";
  color: #E63D30;
  margin-right: 0.25em;
}
.c-link.-prev::before {
  display: inline-block;
  content: "\e912";
}
.c-link.-prev::after {
  display: none;
}
.c-link.-next::after {
  content: "\e90a" !important;
}
.c-link.-share::before {
  display: inline-block;
  content: "\e913";
}
.c-link.-share::after {
  display: none;
}
@media (hover: hover) {
  .c-link:hover span {
    text-decoration: underline;
  }
}

.c-link-text {
  color: #658491;
  font-weight: 700;
}
.c-link-text.-small {
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-link-text.-small {
    font-size: 1.2rem;
  }
}
.c-link-text::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
.c-link-text[target=_blank]::after {
  content: "\e900";
}
.c-link-text[href*=".pdf"]::after {
  content: "\e904";
  color: #E63D30;
}
@media (hover: hover) {
  .c-link-text:hover span {
    text-decoration: underline;
  }
}

.c-link-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -32px 0 0 !important;
}
@media (max-width: 1023px) {
  .c-link-list {
    margin: -20px 0 0 0 !important;
  }
}
.c-link-list li {
  margin: 20px 32px 0 0;
  width: calc(25% - 32px);
}
@media (max-width: 1023px) {
  .c-link-list li {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.c-link-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-link-image::before {
  content: "";
  width: 100%;
  height: 74px;
  opacity: 0.6;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.c-link-image img {
  width: 100%;
  transition: 0.3s all;
}
.c-link-image > span {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  z-index: 5;
}
@media (max-width: 1023px) {
  .c-link-image > span {
    font-size: 1.6rem;
    left: 10px;
    bottom: 12px;
  }
}
.c-link-image > span::after {
  content: "\e90a";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 6px;
}
@media (hover: hover) {
  .c-link-image:hover img {
    transform: scale(1.1, 1.1);
  }
}

.c-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 29vw;
  max-height: 560px;
  padding: 0 115px;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .c-title {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .c-title {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .c-title {
    padding: 0 20px;
    height: 53vw;
  }
}
.c-title::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/img/bg_title.png) no-repeat left center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-title__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.c-title__inner.-narrow {
  max-width: 1136px;
}
.c-title__inner.-xnarrow {
  max-width: 744px;
}
.c-title__heading h1 {
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1023px) {
  .c-title__heading h1 {
    gap: 8px;
  }
}
.c-title__heading h1 span {
  line-height: 1.2;
}
.c-title__heading h1 span:first-child {
  font-size: 4.2rem;
}
@media (max-width: 1023px) {
  .c-title__heading h1 span:first-child {
    font-size: 2.6rem;
  }
}
.c-title__heading h1 span:last-child {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-title__heading h1 span:last-child {
    font-size: 1rem;
  }
}
.c-title__heading.-black h1 {
  color: #333333;
}
.c-title__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .c-title__img {
    width: 100%;
  }
}
.c-title.-consumer::before {
  background-image: url(/consumer/assets/img/bg_title.png);
}
.c-title.-consumer .c-title__heading h1 {
  color: #333333;
}
@media (max-width: 1023px) {
  .c-title.-consumer::before {
    background-position: 25% center;
  }
}
.c-title.-company::before {
  display: none;
}
.c-title.-company .c-title__heading h1 span:first-child {
  font-size: 4rem;
}
@media (max-width: 1023px) {
  .c-title.-company .c-title__heading h1 span:first-child {
    font-size: 3rem;
  }
}
.c-title.-company .c-title__heading h1 span:last-child {
  font-size: 1.6rem;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .c-title.-company .c-title__heading h1 span:last-child {
    font-size: 1.4rem;
  }
}
.c-title.-simple {
  height: inherit;
  background: #F0F4F6;
}
.c-title.-simple::before {
  display: none;
}
@media (max-width: 1023px) {
  .c-title.-simple {
    height: inherit;
    min-height: 100px;
    padding: 20px;
  }
}
.c-title.-simple .c-title__inner {
  padding: 48px 0;
}
@media (max-width: 1023px) {
  .c-title.-simple .c-title__inner {
    padding: 0;
  }
}
.c-title.-simple .c-title__heading h1 {
  font-size: 3.4rem;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 1023px) {
  .c-title.-simple .c-title__heading h1 {
    font-size: 2.8rem;
  }
}
.c-title.-simple.-beige {
  background: #F5F4F1;
}

.c-breadcrumb {
  padding: 16px 56px;
  background: #fff;
  line-height: 1.2;
  overflow-y: auto;
  border-bottom: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .c-breadcrumb {
    padding: 12px 20px;
  }
}
.c-breadcrumb__inner ol {
  display: flex;
  white-space: nowrap;
}
.c-breadcrumb__inner ol li {
  position: relative;
  display: flex;
  font-size: 1.2rem;
}
.c-breadcrumb__inner ol li span {
  display: inline-block;
}
.c-breadcrumb__inner ol li:not(:first-child)::before {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  margin-right: 12px;
  color: #658491;
}
.c-breadcrumb__inner ol li:not(:last-child) {
  color: #658491;
}
.c-breadcrumb__inner ol li:not(:last-child) span {
  margin-right: 12px;
}
.c-breadcrumb__inner ol li:last-child {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .c-breadcrumb__inner ol li:last-child {
    padding-right: 15px;
  }
}
@media (hover: hover) {
  .c-breadcrumb__inner ol li a:hover span {
    text-decoration: underline;
  }
}

.c-modal {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.c-modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: 100dvh;
  max-width: 1520px;
  margin: 0 auto;
  overflow: hidden;
}
.c-modal__inner.-narrow {
  max-width: 1136px;
}
.c-modal__content {
  width: 100%;
  max-height: 90dvh;
  padding: 80px 40px;
  overflow-y: auto;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .c-modal__content {
    padding: 60px 20px 40px;
  }
}
.c-modal__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 750px;
}
.c-modal__iframe-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.c-modal__iframe-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 56px;
  border: 1px solid #CBD5DA;
  border-radius: 28px;
  font-weight: 700;
  margin: 60px auto 0;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-modal__btn {
    margin-top: 30px;
  }
}
.c-modal__btn::after {
  content: "\e909";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
@media (hover: hover) {
  .c-modal__btn:hover {
    background: #E63D30;
    border-color: #E63D30;
    color: #fff;
  }
  .c-modal__btn:hover::after {
    color: #fff;
  }
}
.c-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #E2E9ED;
  border-radius: 100%;
  transition: 0.3s all;
}
.c-modal__close::before {
  content: "\e909";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__iframe .c-modal__close {
  top: -40px;
  right: 1px;
}
.c-modal__iframe .c-modal__close::before {
  color: #E2E9ED;
}

.c-list > li {
  line-height: 1.75;
}
.c-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-list.-order > li {
  display: flex;
  gap: 0.5em;
}
.c-list.-order > li > div:first-child {
  font-weight: 700;
}
.c-list.-order > li > div:last-child {
  flex: 1;
}
.c-list.-order > li > div:last-child > .c-list.-order {
  margin-top: 0.5em;
}
.c-list.-order > li > div:last-child > .c-list.-order > li:not(:last-child) {
  margin-bottom: 0.25em;
}
.c-list.-dot > li {
  padding-left: 1.25em;
  position: relative;
}
.c-list.-dot > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #003349;
  border-radius: 100%;
  position: absolute;
  top: 0.8em;
  left: 4px;
}
.c-list.-check > li {
  padding-left: 1.5em;
  position: relative;
}
.c-list.-check > li::before {
  content: "";
  display: block;
  width: 14px;
  height: 1.8em;
  background: url(/common/img/icon_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list-note {
  font-size: 1.2rem;
}
.c-list-note > li {
  display: flex;
  gap: 0.75em;
}
.c-list-note > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-list-note > li > div:last-child {
  flex: 1;
}
.c-list-note.-order > li > div:first-child {
  width: 2em;
}
.c-list-material li {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  gap: 10px;
}
.c-list-material li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-list-material li:not(:last-child) {
  margin-bottom: 10px;
}
.c-list-material li img {
  width: 40px;
}
.c-list-material li span {
  flex: 1;
}
.c-list-material__item01 {
  color: #005EAD;
}
.c-list-material__item01::before {
  background-image: url(/company/common/img/icon_material01.svg);
}
.c-list-material__item02 {
  color: #009398;
}
.c-list-material__item02::before {
  background-image: url(/company/common/img/icon_material02.svg);
}
.c-list-material__item03 {
  color: #009398;
}
.c-list-material__item03::before {
  background-image: url(/company/common/img/icon_material03.svg);
}
.c-list-material__item04 {
  color: #6FA554;
}
.c-list-material__item04::before {
  background-image: url(/company/common/img/icon_material04.svg);
}
.c-list-material__item05 {
  color: #005EAD;
}
.c-list-material__item05::before {
  background-image: url(/company/common/img/icon_material05.svg);
}

.c-list-sdgs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1023px) {
  .c-list-sdgs {
    gap: 5px;
  }
}
.c-list-sdgs li {
  width: 74px;
}
@media (max-width: 1023px) {
  .c-list-sdgs li {
    width: 55px;
  }
}
.c-list-sdgs li img {
  width: 100%;
}
@media (max-width: 1023px) {
  .c-list-sdgs.-sp-small li {
    width: 40px;
  }
}

.u-font-listmark {
  padding-left: 1.25em;
  position: relative;
}
.u-font-listmark::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #003349;
  border-radius: 100%;
  position: absolute;
  top: 0.8em;
  left: 4px;
}

.c-tel-list {
  margin: 24px 0;
  border-top: 1px solid #CBD5DA;
  line-height: 1;
}
@media (max-width: 1023px) {
  .c-tel-list {
    margin: 16px 0;
  }
}
.c-tel-list:first-child {
  margin-top: 0;
}
.c-tel-list:last-child {
  margin-bottom: 0;
}
.c-tel-list__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CBD5DA;
  padding: 24px 0;
  gap: 16px;
}
@media (max-width: 1023px) {
  .c-tel-list__item {
    padding: 16px 0;
  }
}
.c-tel-list__item dd {
  flex: 1;
}
.c-tel-list__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 40px;
  background: #003349;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-tel-list__label {
    width: 80px;
    height: 38px;
    font-size: 1.6rem;
  }
}
.c-tel-list__free-dial {
  display: block;
  width: 70px;
}
.c-tel-list__free-dial img {
  width: 100%;
}
.c-tel-list__num {
  font-size: 2.8rem;
  font-weight: 700;
  color: #003349;
}

.c-news {
  border-top: 1px solid #CBD5DA;
}
.c-news__item {
  display: block;
  flex-wrap: wrap;
  border-bottom: 1px solid #CBD5DA;
  padding: 24px 16px;
}
@media (max-width: 1023px) {
  .c-news__item {
    padding: 16px;
  }
}
.c-news__item.-image {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content 1fr;
  align-items: flex-start;
}
.c-news__img {
  width: 254px;
  grid-area: 1/1/3/2;
  margin-right: 40px;
  overflow: hidden;
}
.c-news__img img {
  width: 100%;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-news__img {
    width: 144px;
    grid-area: 2/1/3/2;
    margin-right: 15px;
  }
}
.c-news__head {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .c-news__head {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .c-news__head {
    flex-direction: column;
  }
}
.-image .c-news__head {
  grid-area: 1/2/2/3;
}
@media (max-width: 1023px) {
  .-image .c-news__head {
    grid-area: 1/1/2/3;
  }
}
.c-news__date {
  font-size: 1.6rem;
  font-weight: 700;
  color: #325B6D;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .c-news__date {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.c-news__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1023px) {
  .c-news__tag {
    margin-bottom: 8px;
  }
}
.c-news__ttl {
  width: 100%;
}
.-image .c-news__ttl {
  grid-area: 2/2/3/3;
}
.c-news__ttl > div {
  display: inline;
}
.c-news__ttl > div::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin-left: 0.25em;
}
.c-news__item[target=_blank] .c-news__ttl > div::after {
  content: "\e900";
}
.c-news__item[href*=".pdf"] .c-news__ttl > div::after {
  content: "\e904";
  color: #E63D30;
  margin-right: 0.25em;
}
@media (hover: hover) {
  .c-news__item:hover .c-news__img img {
    transform: scale(1.1, 1.1);
  }
  .c-news__item:hover .c-news__ttl > div > span {
    text-decoration: underline;
  }
}

.c-pagelink {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  padding: 32px 40px;
  border: 1px solid #CBD5DA;
  background: #fff;
}
.c-pagelink.-beige {
  border: 0;
  background: #F5F4F1;
  gap: 20px 40px;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-pagelink.-beige {
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .c-pagelink {
    gap: 15px 30px;
    padding: 25px 20px;
  }
}
.c-pagelink__link {
  font-weight: 700;
}
.c-pagelink__link::after {
  content: "\e902";
  margin-left: 0.25em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (min-width: 1024px) {
  .c-pagelink:not(.-beige) .c-pagelink__link:not(:last-child) {
    padding-right: 28px;
    position: relative;
  }
  .c-pagelink:not(.-beige) .c-pagelink__link:not(:last-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.8em;
    background: #CBD5DA;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (hover: hover) {
  .c-pagelink__link:hover span {
    text-decoration: underline;
  }
}

.c-pagelink-image {
  display: flex;
  gap: 4px;
}
@media (max-width: 1023px) {
  .c-pagelink-image {
    flex-wrap: wrap;
    gap: 12px 2px;
  }
}
.c-pagelink-image__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 10px 22px 10px 10px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-pagelink-image__link {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .c-pagelink-image__link {
    padding: 10px 14px 8px 4px;
    width: calc((100% - 6px) / 4);
  }
}
.c-pagelink-image__link::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #F2F5F7;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .c-pagelink-image__link::before {
    width: calc(100% - 15px);
  }
}
.c-pagelink-image__link::after {
  content: "";
  width: 20px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F2F5F7;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .c-pagelink-image__link::after {
    width: 15px;
  }
}
.c-pagelink-image__link img,
.c-pagelink-image__link span {
  position: relative;
  z-index: 5;
}
.c-pagelink-image__link img {
  width: 40px;
}
@media (max-width: 1023px) {
  .c-pagelink-image__link img {
    width: 30px;
  }
}
.c-pagelink-image__link span:first-of-type {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-pagelink-image__link span:first-of-type {
    font-size: 1.2rem;
  }
}
.c-pagelink-image__link span:last-of-type {
  font-size: 1.4rem;
  line-height: 1;
}
.c-pagelink-image__link span:last-of-type::after {
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  color: #E63D30;
}
@media (hover: hover) {
  .c-pagelink-image__link:hover span:first-of-type {
    text-decoration: underline;
  }
}

.c-pagelink-solution {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
@media (min-width: 1024px) {
  .c-pagelink-solution {
    padding: 32px 40px;
    border: 1px solid #CBD5DA;
    background: #fff;
  }
}
@media (max-width: 1023px) {
  .c-pagelink-solution {
    gap: 15px 14px;
  }
}
.c-pagelink-solution__link {
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.c-pagelink-solution__link::after {
  content: "\e902";
  margin-left: 0.25em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (min-width: 1024px) {
  .c-pagelink-solution__link:not(:last-child) {
    padding-right: 28px;
    position: relative;
  }
  .c-pagelink-solution__link:not(:last-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.8em;
    background: #CBD5DA;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .c-pagelink-solution__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 7px);
    height: 56px;
    border: 1px solid #CBD5DA;
    padding: 10px 20px;
    position: relative;
  }
  .c-pagelink-solution__link::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
  }
}
@media (hover: hover) {
  .c-pagelink-solution__link:hover span {
    text-decoration: underline;
  }
}

.c-figure {
  display: table;
  margin: 0 auto;
}
.c-figure.-round img {
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-figure.-round img {
    border-radius: 8px;
  }
}
.c-figure.-border img {
  border: 1px solid #CBD5DA;
}
.c-figure__caption {
  margin-top: 15px;
  display: table-caption;
  caption-side: bottom;
}
.c-figure__caption.-small {
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .-sp-full .c-figure__caption {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .c-figure.-sp-full {
    margin: 0 -20px;
  }
}

.c-figure-block01 {
  display: flex;
  align-items: center;
  gap: 25px 40px;
}
@media (max-width: 1023px) {
  .c-figure-block01 {
    margin: 0 -20px;
    flex-direction: column;
  }
  .c-figure-block01.-sp-reverse {
    flex-direction: column-reverse;
  }
}
.c-figure-block01 > div {
  width: calc(50% - 20px);
}
@media (max-width: 1023px) {
  .c-figure-block01 > div {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .c-figure-block01__contents {
    padding: 0 20px;
  }
}
.c-figure-block01__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.c-figure-block01__heading span {
  display: block;
}
.c-figure-block01__heading span:first-child {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .c-figure-block01__heading span:first-child {
    font-size: 1.8rem;
  }
}
.c-figure-block01__heading span:last-child {
  font-size: 2.8rem;
}
@media (max-width: 1023px) {
  .c-figure-block01__heading span:last-child {
    font-size: 2.4rem;
  }
}
.c-figure-block01__heading span:not(:only-child):first-child {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .c-figure-block01__heading span:not(:only-child):first-child {
    margin-bottom: 4px;
  }
}
.c-figure-block01__heading.-logo img {
  width: auto;
  height: 72px;
}
@media (max-width: 1023px) {
  .c-figure-block01__heading.-logo img {
    height: 60px;
  }
}
.c-figure-block01__txt p + p {
  margin-top: 1em;
}
.c-figure-block01__btn {
  display: flex;
  gap: 30px;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .c-figure-block01__btn {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 32px auto 0;
  }
}
.c-figure-block01__link {
  margin-top: 35px;
}
.c-figure-block01__link p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .c-figure-block01__link {
    margin-top: 30px;
  }
}

.c-figure-block02 {
  display: flex;
  align-items: center;
  gap: 25px 40px;
}
@media (max-width: 1023px) {
  .c-figure-block02 {
    margin: 0 -20px;
    flex-direction: column;
  }
}
.c-figure-block02__img {
  width: calc(33.3333333333% - 30px);
}
@media (max-width: 1023px) {
  .c-figure-block02__img {
    width: 100%;
  }
}
.c-figure-block02__contents {
  flex: 1;
}
@media (max-width: 1023px) {
  .c-figure-block02__contents {
    padding: 0 20px;
  }
}
.c-figure-block02__heading {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .c-figure-block02__heading {
    margin-bottom: 25px;
  }
}
.c-figure-block02__txt p + p {
  margin-top: 1em;
}
.c-figure-block02__btn {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .c-figure-block02__btn {
    align-items: center;
    margin: 30px auto 0;
  }
  .c-figure-block02__btn .c-btn:not(:last-child) {
    gap: 20px;
  }
}

.c-figure-block03 {
  display: flex;
  align-items: center;
  gap: 25px 40px;
}
@media (max-width: 1023px) {
  .c-figure-block03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
.c-figure-block03__img {
  width: calc(25% - 30px);
}
@media (max-width: 1023px) {
  .c-figure-block03__img {
    width: 100%;
    grid-area: 1/1/2/2;
  }
}
.c-figure-block03__contents {
  flex: 1;
}
@media (max-width: 1023px) {
  .c-figure-block03__contents {
    display: contents;
  }
}
.c-figure-block03__heading {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .c-figure-block03__heading {
    grid-area: 1/2/2/3;
    margin-bottom: 0;
  }
}
.c-figure-block03__txt p + p {
  margin-top: 1em;
}
@media (max-width: 1023px) {
  .c-figure-block03__txt {
    margin-top: 20px;
    grid-area: 2/1/3/3;
  }
}
.c-figure-block03__btn {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .c-figure-block03__btn {
    align-items: center;
    width: 100%;
    grid-area: 3/1/4/3;
    margin: 30px auto 0;
  }
  .c-figure-block03__btn .c-btn:not(:last-child) {
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .c-figure-block04 {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .c-figure-block04.-img-left {
    justify-content: flex-start;
  }
  .c-figure-block04.-img-right {
    justify-content: flex-end;
  }
  .c-figure-block04__img {
    width: calc(50% - 760px + 1013.3333333333px - 40px);
  }
  .c-figure-block04.-narrow .c-figure-block04__img {
    width: calc(50% - 568px + 757.3333333333px - 40px);
  }
  .c-figure-block04__contents {
    width: 506.6666666667px;
    display: flex;
  }
  .c-figure-block04.-narrow .c-figure-block04__contents {
    width: 378.6666666667px;
  }
  .c-figure-block04.-img-left .c-figure-block04__contents {
    margin-right: 48px;
  }
  .c-figure-block04.-img-right .c-figure-block04__contents {
    margin-left: 48px;
  }
}
@media (max-width: 1023px) {
  .c-figure-block04 {
    display: flex;
    flex-direction: column;
  }
  .c-figure-block04.-img-right {
    flex-direction: column-reverse;
  }
  .c-figure-block04.-img-left .c-figure-block04__img {
    margin-left: -20px;
  }
  .c-figure-block04.-img-right .c-figure-block04__img {
    margin-right: -20px;
  }
  .c-figure-block04__contents {
    margin-top: 32px;
    padding: 0 20px;
  }
}
.c-figure-block04__txt p + p {
  margin-top: 1em;
}
.c-figure-block04__btn {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .c-figure-block04__btn {
    margin-top: 30px;
    justify-content: center;
  }
}

.c-figure-block05 {
  display: flex;
  gap: 30px 40px;
}
@media (min-width: 1024px) {
  .c-figure-block05 {
    align-items: center;
  }
  .c-figure-block05__contents {
    width: 31%;
  }
  .c-figure-block05__img {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .c-figure-block05 {
    flex-direction: column;
  }
  .c-figure-block05__contents {
    order: 2;
  }
  .c-figure-block05__img {
    order: 1;
    margin: 0 -20px;
  }
}

.c-figure-block06 {
  display: flex;
  gap: 30px 40px;
}
@media (min-width: 1024px) {
  .c-figure-block06 {
    align-items: center;
  }
  .c-figure-block06__contents {
    flex: 1;
  }
  .c-figure-block06__img {
    width: calc(60% - 40px);
  }
}
@media (max-width: 1023px) {
  .c-figure-block06 {
    flex-direction: column;
  }
  .c-figure-block06__contents {
    order: 2;
  }
  .c-figure-block06__img {
    order: 1;
    margin: 0 -20px;
  }
}

.c-accordion {
  border-top: 1px solid #CBD5DA;
  border-bottom: 1px solid #CBD5DA;
  transition: 0.3s all;
}
.c-accordion + .c-accordion {
  border-top: 0;
}
.c-accordion__ttl {
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 64px 20px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-accordion__ttl {
    font-size: 1.6rem;
    padding: 20px 64px 20px 15px;
  }
}
.c-accordion__ttl > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #CBD5DA;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
@media (max-width: 1023px) {
  .c-accordion__ttl > div:last-child {
    right: 15px;
  }
}
.c-accordion__ttl > div:last-child::after {
  content: "\e918";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (hover: hover) {
  .c-accordion__ttl:hover {
    background: #F6F8F9;
  }
  .-beige .c-accordion__ttl:hover {
    background: #F5F4F1;
  }
}
.c-accordion__ttl.-icon01 > div:first-child, .c-accordion__ttl.-icon02 > div:first-child, .c-accordion__ttl.-icon03 > div:first-child, .c-accordion__ttl.-icon04 > div:first-child, .c-accordion__ttl.-icon05 > div:first-child, .c-accordion__ttl.-icon06 > div:first-child, .c-accordion__ttl.-icon07 > div:first-child, .c-accordion__ttl.-icon08 > div:first-child, .c-accordion__ttl.-icon09 > div:first-child, .c-accordion__ttl.-icon10 > div:first-child {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 1023px) {
  .c-accordion__ttl.-icon01 > div:first-child, .c-accordion__ttl.-icon02 > div:first-child, .c-accordion__ttl.-icon03 > div:first-child, .c-accordion__ttl.-icon04 > div:first-child, .c-accordion__ttl.-icon05 > div:first-child, .c-accordion__ttl.-icon06 > div:first-child, .c-accordion__ttl.-icon07 > div:first-child, .c-accordion__ttl.-icon08 > div:first-child, .c-accordion__ttl.-icon09 > div:first-child, .c-accordion__ttl.-icon10 > div:first-child {
    padding-left: 50px;
  }
}
.c-accordion__ttl.-icon01 > div:first-child::before, .c-accordion__ttl.-icon02 > div:first-child::before, .c-accordion__ttl.-icon03 > div:first-child::before, .c-accordion__ttl.-icon04 > div:first-child::before, .c-accordion__ttl.-icon05 > div:first-child::before, .c-accordion__ttl.-icon06 > div:first-child::before, .c-accordion__ttl.-icon07 > div:first-child::before, .c-accordion__ttl.-icon08 > div:first-child::before, .c-accordion__ttl.-icon09 > div:first-child::before, .c-accordion__ttl.-icon10 > div:first-child::before {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
}
@media (max-width: 1023px) {
  .c-accordion__ttl.-icon01 > div:first-child::before, .c-accordion__ttl.-icon02 > div:first-child::before, .c-accordion__ttl.-icon03 > div:first-child::before, .c-accordion__ttl.-icon04 > div:first-child::before, .c-accordion__ttl.-icon05 > div:first-child::before, .c-accordion__ttl.-icon06 > div:first-child::before, .c-accordion__ttl.-icon07 > div:first-child::before, .c-accordion__ttl.-icon08 > div:first-child::before, .c-accordion__ttl.-icon09 > div:first-child::before, .c-accordion__ttl.-icon10 > div:first-child::before {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.c-accordion__ttl.-icon01 > div:first-child::before {
  background-image: url(/company/common/img/icon_material01.svg);
}
.c-accordion__ttl.-icon02 > div:first-child::before {
  background-image: url(/company/common/img/icon_material02.svg);
}
.c-accordion__ttl.-icon03 > div:first-child::before {
  background-image: url(/company/common/img/icon_material03.svg);
}
.c-accordion__ttl.-icon04 > div:first-child::before {
  background-image: url(/company/common/img/icon_material04.svg);
}
.c-accordion__ttl.-icon05 > div:first-child::before {
  background-image: url(/company/common/img/icon_material05.svg);
}
.c-accordion__ttl.-icon06 > div:first-child::before {
  background-image: url(/company/common/img/icon_material06.svg);
}
.c-accordion__ttl.-icon07 > div:first-child::before {
  background-image: url(/company/common/img/icon_material07.svg);
}
.c-accordion__ttl.-icon08 > div:first-child::before {
  background-image: url(/company/common/img/icon_material08.svg);
}
.c-accordion__ttl.-icon09 > div:first-child::before {
  background-image: url(/company/common/img/icon_material09.svg);
}
.c-accordion__ttl.-icon10 > div:first-child::before {
  background-image: url(/company/common/img/icon_material10.svg);
}
.c-accordion.-active {
  background: #F6F8F9;
}
.c-accordion.-active .c-accordion__ttl > div:last-child::after {
  content: "\e917";
}
.c-accordion.-active.-beige {
  background: #F5F4F1;
}
.c-accordion__contents {
  display: none;
  padding: 10px 20px 40px;
}
@media (max-width: 1023px) {
  .c-accordion__contents {
    padding: 0px 15px 30px;
  }
}
.c-accordion.-faq .c-accordion__ttl > div:first-child,
.c-accordion.-faq .c-accordion__contents > div:first-child {
  padding-left: 32px;
  position: relative;
}
.c-accordion.-faq .c-accordion__ttl > div:first-child::before,
.c-accordion.-faq .c-accordion__contents > div:first-child::before {
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: -0.2em;
  left: 0;
}
@media (max-width: 1023px) {
  .c-accordion.-faq .c-accordion__ttl > div:first-child::before,
  .c-accordion.-faq .c-accordion__contents > div:first-child::before {
    font-size: 2rem;
  }
}
.c-accordion.-faq .c-accordion__ttl > div:first-child::before {
  content: "Q";
  color: #003349;
}
.c-accordion.-faq .c-accordion__contents > div:first-child::before {
  content: "A";
  color: #E63D30;
}
.c-accordion.-single {
  border-top: 0;
  background: transparent !important;
}
.c-accordion.-single .c-accordion__ttl {
  font-size: 1.8rem;
  color: #003349;
  padding: 24px 40px 24px 0;
}
@media (max-width: 1023px) {
  .c-accordion.-single .c-accordion__ttl {
    font-size: 1.6rem;
  }
}
.c-accordion.-single .c-accordion__ttl > div:last-child {
  right: 0;
}
.c-accordion.-single .c-accordion__contents {
  border-top: 1px solid #CBD5DA;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .c-accordion.-single .c-accordion__contents {
    padding: 30px 0;
  }
}
.c-accordion.-single.-no-bottom-border.-active {
  border-bottom-color: transparent;
}
.c-accordion.-single.-no-bottom-border .c-accordion__contents {
  padding-bottom: 0;
}
.c-accordion__close {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px auto 0;
  width: 220px;
  height: 56px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #CBD5DA;
  color: #333333;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-accordion__close {
    margin-top: 30px;
  }
}
.c-accordion__close::after {
  content: "\e917";
  font-size: 2rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  color: #E63D30;
}
@media (hover: hover) {
  .c-accordion__close:hover {
    color: #fff;
    background: #E63D30;
    border-color: #E63D30;
  }
  .c-accordion__close:hover::after {
    color: #fff;
  }
}

.c-more {
  padding-bottom: 40px;
  border-bottom: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .c-more {
    padding-bottom: 32px;
  }
}
.c-more__contents {
  display: none;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .c-more__contents {
    padding-top: 32px;
  }
}
.c-more__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 32px auto 0;
  width: 220px;
  height: 56px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #CBD5DA;
  color: #333333;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-more__btn {
    margin-top: 30px;
  }
}
.c-more__btn::before {
  content: "もっと見る";
}
.c-more__btn::after {
  content: "\e918";
  font-size: 2rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  color: #E63D30;
}
.c-more__btn.-active::before {
  content: "閉じる";
}
.c-more__btn.-active::after {
  content: "\e917";
}
@media (hover: hover) {
  .c-more__btn:hover {
    color: #fff;
    background: #E63D30;
    border-color: #E63D30;
  }
  .c-more__btn:hover::after {
    color: #fff;
  }
}

.c-tab__index {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .c-tab__index {
    margin-bottom: 30px;
  }
}
.c-tab__contents + .c-tab__index {
  margin: 40px 0 0 0;
}
@media (max-width: 1023px) {
  .c-tab__contents + .c-tab__index {
    margin: 30px 0 0 0;
  }
}
.c-tab__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  position: relative;
  transition: 0.3s all;
}
@media (min-width: 1024px) {
  .c-tab__btn {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .c-tab__btn.-pc-col-3 {
    flex: none;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .c-tab__btn {
    width: 50%;
  }
  .c-tab__btn.-sp-col-12 {
    flex: none;
    width: 100%;
  }
}
.c-tab__btn.-active {
  background: #F6F8F9;
}
.c-tab__btn.-active::after {
  content: "";
  display: block;
  background: #E63D30;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
@media (hover: hover) {
  .c-tab__btn:hover {
    background: #F6F8F9;
  }
}
@media (max-width: 1023px) {
  .c-tab.-type01 {
    margin: 0 -20px;
  }
  .c-tab.-type01 .c-tab__contents {
    padding: 0 20px;
  }
}
.c-tab.-type01 .c-tab__btn {
  font-size: 2rem;
  min-height: 60px;
  padding: 12px 4px;
  border-bottom: 1px solid #CBD5DA;
}
.c-tab.-type01 .c-tab__btn:not(:last-child) {
  border-right: 2px solid #fff;
}
@media (max-width: 1023px) {
  .c-tab.-type01 .c-tab__btn {
    font-size: 1.8rem;
  }
}
.c-tab.-type01 .c-tab__btn.-active {
  font-weight: 700;
}
.c-tab.-type01 .c-tab__btn.-active::after {
  width: 100%;
  height: 3px;
}
@media (max-width: 1023px) {
  .c-tab.-type02 {
    border-top: 1px solid #CBD5DA;
  }
}
.c-tab.-type02 .c-tab__btn {
  min-height: 60px;
  padding: 12px 4px;
  border: 1px solid #CBD5DA;
  border-left: 0;
}
@media (min-width: 1024px) {
  .c-tab.-type02 .c-tab__btn:first-child {
    border-left: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .c-tab.-type02 .c-tab__btn {
    border-top: 0;
  }
  .c-tab.-type02 .c-tab__btn:nth-child(odd) {
    border-left: 1px solid #CBD5DA;
  }
}
.c-tab.-type02 .c-tab__btn.-active {
  font-weight: 700;
}
.c-tab.-type02 .c-tab__btn.-active::after {
  width: 100%;
  height: 3px;
}
.c-tab.-type03 .c-tab__index {
  gap: 20px 0;
}
@media (max-width: 1023px) {
  .c-tab.-type03 .c-tab__index {
    gap: 10px 0;
  }
}
.c-tab.-type03 .c-tab__btn {
  min-height: 54px;
  padding: 12px;
  font-weight: 700;
  border-right: 1px solid #CBD5DA;
}
.c-tab.-type03 .c-tab__btn:first-child {
  border-left: 1px solid #CBD5DA;
}
@media (min-width: 1024px) {
  .c-tab.-type03 .c-tab__btn.-pc-col-3:nth-child(4n+1) {
    border-left: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .c-tab.-type03 .c-tab__btn {
    min-height: 44px;
  }
  .c-tab.-type03 .c-tab__btn:nth-child(odd) {
    border-left: 1px solid #CBD5DA;
  }
}
.c-tab.-type03 .c-tab__btn.-active::after {
  width: calc(100% - 20px);
  height: 4px;
}

.c-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  background: #C5D3DB;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #003349;
}
@media (max-width: 1023px) {
  .c-tag {
    padding: 4px 12px;
  }
}
.c-tag.-orange {
  background: #EA6359;
  color: #fff;
}
.c-tag.-beige {
  background: #E3E0D7;
}
.c-tag.-gray {
  background: #999;
  color: #fff;
}
.c-tag.-border {
  background: #fff;
  border: 1px solid #98ACB5;
  color: #658491;
}
.c-tag.-required {
  border-radius: 0;
  padding: 6px 8px;
  background: #E63D30;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1em;
}

.c-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .c-share {
    gap: 8px 12px;
  }
  .c-share.-sp-column > span {
    width: 100%;
  }
}
.c-share img {
  display: block;
}
.c-share span {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .c-share span {
    margin-right: 8px;
  }
}
@media (hover: hover) {
  .c-share a:hover {
    opacity: 0.7;
  }
}

.c-input {
  width: 100%;
  max-width: 870px;
  height: 44px;
  border: 1px solid #CBD5DA;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .c-input {
    height: 40px;
  }
}
.c-input.-zip {
  width: 185px;
}
@media (max-width: 1023px) {
  .c-input.-zip {
    width: 100%;
    max-width: 185px;
  }
}
.c-input.-xsmall {
  width: 185px;
}
.c-input.-small {
  max-width: 320px;
}
.c-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.c-input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.c-input.error {
  border-color: #EF9E9F;
  background: #FDF2F0;
}

.c-textarea {
  width: 100%;
  max-width: 870px;
  height: 146px;
  padding: 4px 10px;
  border: 1px solid #CBD5DA;
  border-radius: 3px;
  font-size: 1.6rem;
}
.c-textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.c-textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.c-textarea.error {
  border-color: #EF9E9F;
  background: #FDF2F0;
}

.c-selectbox {
  max-width: 870px;
  height: 44px;
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .c-selectbox {
    height: 40px;
  }
}
.c-selectbox.-xxsmall {
  width: 96px;
}
.c-selectbox.-xsmall {
  width: 185px;
}
.c-selectbox.-small {
  max-width: 320px;
}
.c-selectbox::after {
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  pointer-events: none;
}
.c-selectbox select {
  width: 100%;
  height: 100%;
  border: 1px solid #CBD5DA;
  background: #fff;
  border-radius: 3px;
  padding: 4px 48px 4px 10px;
}
.c-selectbox select.error {
  border-color: #EF9E9F;
  background: #FDF2F0;
}

.c-checkbox-wrap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.c-checkbox-wrap__list.-column {
  flex-direction: column;
}
@media (max-width: 1023px) {
  .c-checkbox-wrap__list.-sp-column {
    flex-direction: column;
  }
}
.c-checkbox-wrap__wide {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-checkbox-wrap__extra {
    padding-right: 30px;
    border-right: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .c-checkbox-wrap__extra {
    width: 100%;
  }
}

.c-checkbox {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.c-checkbox input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-checkbox span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CBD5DA;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.c-checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.c-checkbox input:checked + span::before {
  background: #E63D30;
}
.c-checkbox input:checked + span::after {
  opacity: 1;
}
.c-checkbox input.error + span::before {
  border-color: #EF9E9F;
  background: #FDF2F0;
}
.c-checkbox:has(input:disabled) {
  color: #CBD5DA;
  pointer-events: none;
}

.c-radio {
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.c-radio input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-radio span::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #CBD5DA;
  border-radius: 50%;
  background: #F0F4F6;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 1023px) {
  .c-radio span::before {
    top: 0;
  }
}
.c-radio input:checked + span::before {
  border: 6px solid #E63D30;
  background: #fff;
}
.c-radio input.error + span::before {
  border-color: #EF9E9F;
  background: #FDF2F0;
}

.c-search-item {
  display: flex;
  gap: 10px 30px;
}
@media (min-width: 1024px) {
  .c-search-item {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .c-search-item {
    gap: 10px;
    flex-direction: column;
  }
  .c-search-item.-sp-row {
    flex-direction: row;
    align-items: center;
  }
  .c-search-item.-sp-row .c-search-item__label {
    width: inherit;
  }
}
.c-search-item + .c-search-item {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .c-search-item + .c-search-item {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.c-search-item__label {
  width: 5em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-search-item__label {
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-search-item__body {
  flex: 1;
}
@media (max-width: 1023px) {
  .c-search-item__body {
    width: 100%;
  }
}

.c-form__lead {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .c-form__lead {
    margin-bottom: 40px;
  }
}
.c-form__policy-ttl, .c-form__personal-ttl, .c-form__inquiry-ttl {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .c-form__policy-ttl, .c-form__personal-ttl, .c-form__inquiry-ttl {
    margin-bottom: 16px;
  }
}
.c-form__policy-ttl .pbCornerQueryLabelOnly, .c-form__personal-ttl .pbCornerQueryLabelOnly, .c-form__inquiry-ttl .pbCornerQueryLabelOnly {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 0.75em;
}
@media (max-width: 1023px) {
  .c-form__policy-ttl .pbCornerQueryLabelOnly, .c-form__personal-ttl .pbCornerQueryLabelOnly, .c-form__inquiry-ttl .pbCornerQueryLabelOnly {
    font-size: 1.8rem;
  }
}
.c-form__policy-ttl .pbCornerQueryLabelOnly::before, .c-form__personal-ttl .pbCornerQueryLabelOnly::before, .c-form__inquiry-ttl .pbCornerQueryLabelOnly::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background: #E63D30;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.c-form__personal-ttl, .c-form__inquiry-ttl {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .c-form__personal-ttl, .c-form__inquiry-ttl {
    margin-top: 40px;
  }
}
.c-form__policy-txt {
  border: 1px solid #CBD5DA;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 32px;
}
.c-form__policy-txt.pb-of-visible {
  overflow-y: scroll !important;
}
@media (max-width: 1023px) {
  .c-form__policy-txt {
    margin-bottom: 24px;
  }
}
.c-form__policy-txt .pbCornerQueryLabelOnly {
  font-size: 1.4rem;
  padding: 24px 30px;
}
@media (max-width: 1023px) {
  .c-form__policy-txt .pbCornerQueryLabelOnly {
    font-size: 1.2rem;
    padding: 16px;
  }
}
.c-form td.pbLabel label {
  pointer-events: none;
}
.c-form td.pbLabel:not(.queryOneLineLabel) {
  background: #F0F4F6;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1024px) {
  .c-form td.pbLabel:not(.queryOneLineLabel) {
    width: 28% !important;
    padding: 24px 80px 24px 24px;
    border: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .c-form td.pbLabel:not(.queryOneLineLabel) {
    display: block;
    padding: 16px 56px 16px 16px;
    width: 100% !important;
  }
}
.c-form td.pbLabel:not(.queryOneLineLabel) .pbCornerQueryLabelRequired {
  display: block;
  padding: 6px 8px;
  background: #E63D30;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 26px;
  right: 30px;
}
@media (max-width: 1023px) {
  .c-form td.pbLabel:not(.queryOneLineLabel) .pbCornerQueryLabelRequired {
    font-size: 1.1rem;
    top: 16px;
    right: 16px;
  }
}
@media (min-width: 1024px) {
  .c-form td.pbLabel:not(.queryOneLineLabel) + td {
    width: 78% !important;
    padding: 24px;
    border: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .c-form td.pbLabel:not(.queryOneLineLabel) + td {
    display: block;
    width: 100% !important;
    padding: 20px 0;
    border-top: 1px solid #CBD5DA;
    border-bottom: 1px solid #CBD5DA;
  }
}
.c-form td.pbLabel:not(.queryOneLineLabel) + td > div:not(:only-child):not(:last-child) {
  margin-bottom: 16px;
}
.c-form td.pbLabel:not(.queryOneLineLabel) + td div {
  position: relative;
}
.c-form .pbInputForm {
  width: 100%;
  height: 44px;
  border: 1px solid #CBD5DA;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.6rem;
}
.c-form .pbInputForm::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.c-form .pbInputForm::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 1023px) {
  .c-form .pbInputForm {
    height: 40px;
  }
}
.c-form .pbInputForm.error {
  border-color: #EF9E9F;
  background: #FDF2F0;
}
.c-form textarea.pbInputForm {
  height: 200px;
}
.c-form input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-form input[type=checkbox] + label {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.c-form input[type=checkbox] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CBD5DA;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.c-form input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.c-form input[type=checkbox]:checked + label::before {
  background: #E63D30;
}
.c-form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.c-form input[type=checkbox].error + label::before {
  border-color: #EF9E9F;
  background: #FDF2F0;
}
.c-form input[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-form input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.c-form input[type=radio] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #CBD5DA;
  border-radius: 50%;
  background: #F0F4F6;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 1023px) {
  .c-form input[type=radio] + label::before {
    top: 0;
  }
}
.c-form input[type=radio]:checked + label::before {
  border: 6px solid #E63D30;
  background: #fff;
}
.c-form input[type=radio].error + label::before {
  border-color: #EF9E9F;
  background: #FDF2F0;
}
@media (max-width: 1023px) {
  .c-form__agree {
    padding: 0 16px;
  }
}
.c-form__input-name, .c-form__input-name2 {
  display: flex;
}
@media (min-width: 1024px) {
  .c-form__input-name, .c-form__input-name2 {
    align-items: center;
  }
  .c-form__input-name .pbInputForm, .c-form__input-name2 .pbInputForm {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .c-form__input-name, .c-form__input-name2 {
    flex-direction: column;
  }
}
.c-form__input-name .pbOptionForth, .c-form__input-name2 .pbOptionForth {
  display: block;
  font-weight: 700;
  margin-right: 1em;
}
@media (min-width: 1024px) {
  .c-form__input-name .pbOptionForth, .c-form__input-name2 .pbOptionForth {
    width: 2em;
  }
}
@media (max-width: 1023px) {
  .c-form__input-name .pbOptionForth, .c-form__input-name2 .pbOptionForth {
    margin-bottom: 10px;
  }
}
.c-form__input-name > *:nth-child(4), .c-form__input-name2 > *:nth-child(4) {
  order: 5;
}
.c-form__input-name > *:nth-child(5), .c-form__input-name2 > *:nth-child(5) {
  order: 4;
}
@media (min-width: 1024px) {
  .c-form__input-name > *:nth-child(5), .c-form__input-name2 > *:nth-child(5) {
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .c-form__input-name > *:nth-child(5), .c-form__input-name2 > *:nth-child(5) {
    margin-top: 12px;
  }
}
.c-form__input-zip {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-form__input-zip .pbInputForm {
  max-width: 157px;
}
.c-form__input-zip .pbOptionForth:first-child {
  display: block;
  width: 1em;
  font-weight: 700;
}
.c-form__input-pref {
  max-width: 285px;
  height: 44px;
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .c-form__input-pref {
    height: 40px;
  }
}
.c-form__input-pref::after {
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  pointer-events: none;
}
.c-form__input-pref select {
  width: 100%;
  height: 100%;
  border: 1px solid #CBD5DA;
  background: #fff;
  border-radius: 3px;
  padding: 4px 48px 4px 10px;
}
.c-form__input-pref select.error {
  border-color: #EF9E9F;
  background: #FDF2F0;
}
.c-form__input-tel input, .c-form__input-cellular input, .c-form__input-fax input {
  max-width: 258px !important;
}
@media (max-width: 1023px) {
  .c-form__radio-inquiry, .c-form__radio-product-category {
    padding: 0 16px;
  }
}
.c-form__radio-inquiry table, .c-form__radio-product-category table {
  width: 100%;
}
.c-form__radio-inquiry table td, .c-form__radio-product-category table td {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}
@media (max-width: 1023px) {
  .c-form__radio-inquiry table td, .c-form__radio-product-category table td {
    flex-direction: column;
  }
}
.c-form__input-application_list table {
  width: 100%;
}
.c-form__input-application_list td:has(input[type=checkbox].error) input[type=checkbox] + label::before {
  border-color: #EF9E9F;
  background: #FDF2F0;
}
.c-form__input-application_list td > div:not(:last-child) {
  margin-bottom: 8px;
}
.c-form__recaptcha .g-recaptcha {
  margin-top: 32px;
}
.c-form__recaptcha .g-recaptcha > div {
  margin: 0 auto;
}
.c-form .forTdCellCenter > .c-btn-wrap {
  margin-top: 32px;
}
.c-form span.error {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
  color: #EA2426;
  padding-left: 1.5em;
  position: relative;
}
.c-form span.error::before {
  content: "\e916";
  font-size: 2rem;
  line-height: 1;
  font-family: "icomoon";
  font-weight: normal;
  color: #E75B6E;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-form td.pbErrorMsg {
  padding-bottom: 10px;
}
.c-form div.pbErrorMsg {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 700;
  color: #EA2426;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}
.c-form div.pbErrorMsg::before {
  content: "\e916";
  font-size: 2rem;
  line-height: 1;
  font-family: "icomoon";
  font-weight: normal;
  color: #E75B6E;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-form .confirm {
  width: 100%;
}

.c-stepbar {
  max-width: 750px;
  margin: 0 auto;
}
.c-stepbar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.c-stepbar__list::after {
  content: "";
  width: 70%;
  height: 2px;
  background: #D3DEE4;
  position: absolute;
  top: 30px;
  left: 15%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .c-stepbar__list::after {
    top: 25px;
  }
}
.c-stepbar__item {
  text-align: center;
  width: 25%;
  color: rgba(0, 51, 73, 0.5);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  counter-increment: steps;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .c-stepbar__item {
    width: 30%;
    font-size: 1.4rem;
  }
}
.c-stepbar__item::before {
  content: counter(steps);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 8px;
  font-size: 2.2rem;
  text-align: center;
  background: #F0F4F6;
  color: rgba(0, 51, 73, 0.5);
}
@media (max-width: 1023px) {
  .c-stepbar__item::before {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.c-stepbar__item.-complete {
  color: #003349;
}
.c-stepbar__item.-complete::before {
  background: #003349;
  color: #fff;
}

.c-movie {
  max-width: 750px;
  margin: 0 auto;
}
.c-movie__thumb {
  display: block;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.c-movie__thumb img {
  width: 100%;
  filter: brightness(80%);
  transition: 0.3s all;
}
.c-movie__thumb::before, .c-movie__thumb::after {
  content: "";
  display: block;
  width: 10%;
  min-width: 55px;
  min-height: 55px;
  padding-top: 10%;
  background: url(/common/img/icon_play01.svg) no-repeat center center/contain;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-movie__thumb::before, .c-movie__thumb::after {
    width: 15%;
    min-width: 40px;
    min-height: 40px;
    padding-top: 15%;
  }
}
.c-movie__thumb::after {
  background-image: url(/common/img/icon_play02.svg);
  opacity: 0;
}
.c-movie__thumb:last-child {
  margin-bottom: 0;
}
.c-movie__thumb.-beige::before {
  background-image: url(/common/img/icon_play03.svg);
}
.c-movie__thumb.-beige::after {
  background-image: url(/common/img/icon_play04.svg);
}
.c-movie__thumb.-round {
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .c-movie__thumb.-round {
    border-radius: 8px;
  }
}
@media (hover: hover) {
  .c-movie__thumb:hover img {
    transform: scale(1.1, 1.1);
  }
  .c-movie__thumb:hover::after {
    opacity: 1;
  }
}
.c-movie__ttl {
  font-weight: 700;
  position: relative;
}

.c-map {
  width: 100%;
  max-width: 752px;
  height: 487px;
}
@media (max-width: 1023px) {
  .c-map {
    max-width: inherit;
    height: 52vw;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-calendar {
  max-width: 1090px;
  margin: 0 auto;
}
.c-calendar__slider {
  margin: 0 -20px 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-calendar__slider {
    margin: 0 -10px 8px;
  }
}
.c-calendar__item {
  vertical-align: bottom;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .c-calendar__item {
    padding: 0 10px;
  }
}
.c-calendar__table {
  width: 100%;
  border-top: 1px solid #CBD5DA;
  border-left: 1px solid #CBD5DA;
}
.c-calendar__table th,
.c-calendar__table td {
  border-right: 1px solid #CBD5DA;
  border-bottom: 1px solid #CBD5DA;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-calendar__table thead th {
  padding: 5px 2px;
  background: #325B6D;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.c-calendar__table tbody th {
  background: #E2E9ED;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 6px 2px;
}
@media (max-width: 1023px) {
  .c-calendar__table tbody th {
    padding: 5px 2px;
  }
}
.c-calendar__table tbody th:first-child {
  color: #E63D30;
}
.c-calendar__table tbody th:last-child {
  color: #658491;
}
.c-calendar__table tbody td > span,
.c-calendar__table tbody td > button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 2px;
}
@media (max-width: 1023px) {
  .c-calendar__table tbody td > span,
  .c-calendar__table tbody td > button {
    padding: 4px 2px;
  }
}
.c-calendar__table tbody td > button {
  transition: 0.3s all;
}
.c-calendar__table tbody td > button > span {
  color: #658491;
  text-decoration: underline;
}
.c-calendar__table tbody td > button:hover {
  background: #F6F8F9;
}
.c-calendar__table tbody td > button:hover > span {
  text-decoration: none;
}
.c-calendar__table tbody td.-off {
  color: #E63D30;
  background: #F7F7F7;
}
@media (max-width: 1023px) {
  .c-calendar__table tbody td {
    font-size: 1.2rem;
  }
}
.c-calendar__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  background: #F0F4F6;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-calendar__bottom {
    height: 30px;
    font-size: 1rem;
  }
}
.c-calendar__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .c-calendar__arrows {
    display: none;
  }
}
.c-calendar__prev, .c-calendar__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
}
.c-calendar__prev::before, .c-calendar__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.c-calendar__prev.slick-disabled, .c-calendar__next.slick-disabled {
  cursor: default;
}
.c-calendar__prev.slick-disabled::before, .c-calendar__next.slick-disabled::before {
  color: #98ACB5;
}
.c-calendar__prev::before {
  content: "\e907";
}
.c-calendar__next::before {
  content: "\e906";
}
@media (min-width: 1024px) {
  .c-calendar__dots {
    display: none;
  }
}
.c-calendar__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
}
.c-calendar__dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.c-calendar__dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #D3DEE4;
  position: relative;
  text-indent: -9999px;
}
.c-calendar__dots .slick-dots li.slick-active button {
  outline: none;
  background: #E63D30;
}

.c-area-link__item {
  padding: 32px 0;
  border-bottom: 1px solid #D3DEE4;
}
@media (min-width: 1024px) {
  .c-area-link__item {
    display: flex;
    gap: 20px 0;
  }
  .c-area-link__item dt {
    width: 200px;
  }
  .c-area-link__item dd {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .c-area-link__item {
    padding-top: 24px;
  }
  .c-area-link__item dt {
    margin-bottom: 16px;
  }
}
.c-area-link__item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media (max-width: 1023px) {
  .c-area-link__item ul {
    gap: 16px 24px;
  }
}
.c-area-link__item ul li a {
  position: relative;
}
.c-area-link__item ul li a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
  color: #E63D30;
}
@media (hover: hover) {
  .c-area-link__item ul li a:hover span {
    text-decoration: underline;
  }
}

.c-dealer__map {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .c-dealer__map {
    margin-bottom: 10px;
  }
}
.c-dealer__map > div {
  width: 100%;
  height: 400px;
}
@media (max-width: 1023px) {
  .c-dealer__map > div {
    height: 350px;
  }
}
@media (hover: hover) {
  .c-dealer__map-link:hover {
    text-decoration: underline;
  }
}

.c-dealer-item {
  padding: 32px 0;
  border-bottom: 1px solid #D3DEE4;
}
.c-dealer-item__name {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-dealer-item__name:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .c-dealer-item__name {
    font-size: 1.6rem;
  }
}
.c-dealer-item__address:not(:last-child) {
  margin-bottom: 16px;
}
.c-dealer-item__info:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .c-dealer-item__info {
    display: flex;
    gap: 40px;
  }
}
.c-dealer-item__info > div {
  width: calc(50% - 20px);
}
@media (max-width: 1023px) {
  .c-dealer-item__info > div {
    display: contents;
  }
}
.c-dealer-item__info > div > span {
  display: block;
}
.c-dealer-item__info > div > span > span {
  display: inline-block;
  width: 100px;
}
@media (max-width: 1023px) {
  .c-dealer-item__info > div > span > span {
    width: 96px;
  }
}

.c-area-accordion {
  border-top: 1px solid #CBD5DA;
  border-bottom: 1px solid #CBD5DA;
  transition: 0.3s all;
}
.c-area-accordion + .c-area-accordion {
  border-top: 0;
}
.c-area-accordion__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 64px 20px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .c-area-accordion__ttl {
    font-size: 1.6rem;
    padding: 15px 64px 15px 15px;
  }
}
.c-area-accordion__ttl > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #CBD5DA;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
@media (max-width: 1023px) {
  .c-area-accordion__ttl > div:last-child {
    right: 15px;
  }
}
.c-area-accordion__ttl > div:last-child::after {
  content: "\e918";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (hover: hover) {
  .c-area-accordion__ttl:hover {
    background: #F6F8F9;
  }
}
.c-area-accordion.-active {
  background: #F6F8F9;
}
.c-area-accordion.-active .c-area-accordion__ttl > div:last-child::after {
  content: "\e917";
}
.c-area-accordion__contents {
  display: none;
  padding: 0 20px 30px;
}
@media (max-width: 1023px) {
  .c-area-accordion__contents {
    padding: 0px 15px 20px;
  }
}
.c-area-accordion__contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media (max-width: 1023px) {
  .c-area-accordion__contents ul {
    gap: 16px 24px;
  }
}
.c-area-accordion__contents ul li a {
  position: relative;
}
.c-area-accordion__contents ul li a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
  color: #E63D30;
}
@media (hover: hover) {
  .c-area-accordion__contents ul li a:hover span {
    text-decoration: underline;
  }
}

.c-getreader {
  display: flex;
  gap: 20px 40px;
  align-items: center;
}
@media (max-width: 1023px) {
  .c-getreader {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-getreader a,
.c-getreader img,
.c-getreader span {
  display: block;
}
.c-getreader span {
  flex: 1;
}
@media (hover: hover) {
  .c-getreader a:hover {
    opacity: 0.7;
  }
}

.c-report {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1023px) {
  .c-report {
    flex-direction: column;
    gap: 20px;
  }
}
.c-report__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #D3DEE4;
  padding: 20px;
  background: #fff;
}
@media (min-width: 1024px) {
  .c-report__item {
    width: calc(50% - 15px);
  }
}
.c-report__heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3DEE4;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .c-report__heading {
    font-size: 1.6rem;
    padding-bottom: 16px;
  }
}
.c-report__date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #325B6D;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .c-report__date {
    font-size: 1.6rem;
  }
}
.c-report__ttl a {
  font-weight: 700;
  position: relative;
}
.c-report__ttl a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.5em;
  color: #E63D30;
}
.c-report__ttl a[target=_blank]::after {
  content: "\e900";
}
.c-report__ttl a[href*=".pdf"] {
  padding-right: 0.5em;
}
.c-report__ttl a[href*=".pdf"]::after {
  content: "\e904";
}
@media (hover: hover) {
  .c-report__ttl a:hover span {
    text-decoration: underline;
  }
}
.c-report__archive {
  margin-top: auto;
}
.c-report__archive a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin-left: 0.25em;
}
@media (hover: hover) {
  .c-report__archive a:hover span {
    text-decoration: underline;
  }
}
.c-report *:has(+ .c-report__archive) {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .c-report *:has(+ .c-report__archive) {
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .c-cta {
    display: flex;
    justify-content: space-between;
  }
}
.c-cta__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding: 30px 20px;
  background: no-repeat center center/cover;
  position: relative;
}
@media (max-width: 1023px) {
  .c-cta__item {
    height: 120px;
  }
}
.c-cta__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(50, 91, 109, 0.8);
  mix-blend-mode: multiply;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-cta__item.-contact {
  background-image: url(/common/img/bg_cta01-pc.jpg);
}
.c-cta__item.-showroom {
  background-image: url(/common/img/bg_cta02-pc.jpg);
}
.c-cta__item.-resources {
  background-image: url(/common/img/bg_cta03-pc.jpg);
}
@media (max-width: 1023px) {
  .c-cta__item.-contact {
    background-image: url(/common/img/bg_cta01-sp.jpg);
  }
  .c-cta__item.-showroom {
    background-image: url(/common/img/bg_cta02-sp.jpg);
  }
  .c-cta__item.-resources {
    background-image: url(/common/img/bg_cta03-sp.jpg);
  }
}
@media (hover: hover) {
  .c-cta__item:hover::before {
    background: rgba(50, 91, 109, 0.5);
  }
  .c-cta__item:hover .c-cta__btn {
    color: #fff;
    background: #E63D30;
    border-color: #E63D30;
  }
  .c-cta__item:hover .c-cta__btn::after {
    color: #fff;
  }
}
.c-cta__icon {
  width: 128px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.c-cta__icon img {
  width: 100%;
}
@media (max-width: 1023px) {
  .c-cta__icon {
    display: none;
  }
}
.c-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 242px;
  min-height: 56px;
  padding: 0 40px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #CBD5DA;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: 0.3s all;
  z-index: 3;
}
.c-cta__btn::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  color: #E63D30;
}

.js-fadein {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}
.js-fadein.-active {
  opacity: 1;
  transform: translateY(0);
}

.top-mv__video {
  height: calc(100dvh - 256px);
  min-height: 400px;
  max-height: 640px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .top-mv__video {
    height: calc(100dvh - 172px);
    max-height: 400px;
  }
}
.top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .top-mv__video video {
    aspect-ratio: 25/32;
  }
}
.top-mv__cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  margin: 30px auto 75px;
}
@media (max-width: 1023px) {
  .top-mv__cta {
    gap: 15px;
    margin: 24px auto;
  }
}
.top-mv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 360px;
  min-height: 56px;
  border-radius: 4px;
  padding: 0 40px;
  background: #fff;
  border: 1px solid #CBD5DA;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .top-mv__btn {
    font-size: 1.2rem;
  }
}
.top-mv__btn::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  color: #003349;
}
.top-mv__btn::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 24px;
  color: #003349;
}
@media (max-width: 1023px) {
  .top-mv__btn::before {
    font-size: 2rem;
    left: 16px;
  }
}
.top-mv__btn.-company::before {
  content: "\e90e";
  color: #E63D30;
}
.top-mv__btn.-consumer::before {
  content: "\e90b";
}
@media (hover: hover) {
  .top-mv__btn:hover {
    color: #fff;
    background: #E63D30;
    border-color: #E63D30;
  }
  .top-mv__btn:hover::before, .top-mv__btn:hover::after {
    color: #fff !important;
  }
}
.top-mv__title {
  position: absolute;
  bottom: 45px;
  left: 80px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .top-mv__title {
    left: 35px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .top-mv__title {
    bottom: calc((45 / 375)*100vw);
    left: calc((35 / 375)*100vw);
  }
}
.top-mv__title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.58);
}
@media (max-width: 1023px) {
  .top-mv__title h2 {
    font-size: 5.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 374px) {
  .top-mv__title h2 {
    font-size: calc((55 / 375)*100vw);
  }
}
.top-mv__catch {
  margin-top: 15px;
  margin-left: 5px;
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.58);
}
@media (max-width: 1023px) {
  .top-mv__catch {
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .top-mv__catch {
    margin-top: calc((15 / 375)*100vw);
    margin-left: calc((5 / 375)*100vw);
    font-size: calc((17 / 375)*100vw);
  }
}

.top-important-news {
  margin-bottom: 75px;
  padding: 0 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .top-important-news {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .top-important-news {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .top-important-news {
    margin-bottom: 48px;
    padding: 0 20px;
  }
}
.top-important-news li {
  color: #B11919;
}
.top-important-news a {
  color: #B11919;
  font-weight: 500;
}
.top-important-news a[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
}
.top-important-news a[href*=".pdf"] {
  margin-right: 0.25em;
}
.top-important-news a[href*=".pdf"]::after {
  content: "\e904";
}
.top-important-news__block {
  max-width: 1520px;
  margin: 0 auto;
  background: #FFF6F5;
  padding: 30px;
}
@media (min-width: 1024px) {
  .top-important-news__block {
    display: flex;
    gap: 4vw;
  }
}
@media (max-width: 1023px) {
  .top-important-news__block {
    padding: 16px;
  }
}
.top-important-news__heading {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.top-important-news__heading img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .top-important-news__heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .top-important-news__list {
    flex: 1;
  }
}
.top-important-news__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .top-important-news__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.top-important-news__list li a span {
  text-decoration: underline;
}
@media (hover: hover) {
  .top-important-news__list li a:hover span {
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  .top-important-news__link {
    text-align: right;
  }
}
@media (hover: hover) {
  .top-important-news__link a:hover span {
    text-decoration: underline;
  }
}

.top-products,
.top-solution {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  .top-products__inner,
  .top-solution__inner {
    align-items: center;
    gap: 60px;
    width: 100%;
  }
  .top-products__img,
  .top-solution__img {
    width: calc(50% - 760px + 912px - 60px);
    position: relative;
  }
  .top-products__img figure:not(:first-child),
  .top-solution__img figure:not(:first-child) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s all;
  }
  .top-products__contents,
  .top-solution__contents {
    width: 608px;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .top-products,
  .top-solution {
    padding: 40px 0;
  }
  .top-products__img,
  .top-solution__img {
    margin-bottom: 16px;
  }
  .top-products__contents,
  .top-solution__contents {
    padding: 0 20px;
  }
}
.top-products__inner,
.top-solution__inner {
  display: flex;
}
.top-products__heading,
.top-solution__heading {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .top-products__heading,
  .top-solution__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
  }
}
@media (max-width: 1023px) {
  .top-products__heading,
  .top-solution__heading {
    margin-bottom: 16px;
  }
}
.top-products__heading span,
.top-solution__heading span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #48606A;
}
@media (max-width: 1023px) {
  .top-products__heading span,
  .top-solution__heading span {
    margin-top: 8px;
  }
}
.top-products__txt,
.top-solution__txt {
  margin-bottom: 42px;
}
@media (max-width: 1023px) {
  .top-products__txt,
  .top-solution__txt {
    margin-bottom: 32px;
  }
}
.top-products__txt p + p,
.top-solution__txt p + p {
  margin-top: 1em;
}
.top-products__link,
.top-solution__link {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 16px 32px 16px 24px;
  border-top: 1px solid #B7C9D3;
  transition: 0.3s all;
}
.top-products__link:last-child,
.top-solution__link:last-child {
  border-bottom: 1px solid #B7C9D3;
}
.top-products__link span,
.top-solution__link span {
  display: block;
}
.top-products__link span:first-child,
.top-solution__link span:first-child {
  width: 40px;
}
.top-products__link span:first-child img,
.top-solution__link span:first-child img {
  width: 100%;
}
.top-products__link::after,
.top-solution__link::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}
.top-products__link[target=_blank]::after,
.top-solution__link[target=_blank]::after {
  content: "\e900";
}
@media (max-width: 1023px) {
  .top-products__link,
  .top-solution__link {
    font-size: 1.4rem;
    padding: 16px 24px 16px 16px;
  }
  .top-products__link::after,
  .top-solution__link::after {
    right: 8px;
  }
}
@media (hover: hover) {
  .top-products__link:hover,
  .top-solution__link:hover {
    background: #fff;
  }
}
.top-products__btn,
.top-solution__btn {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .top-products__btn,
  .top-solution__btn {
    justify-content: center;
  }
}

.top-products {
  background: url(/assets/img/bg_products-pc.png) no-repeat center left/auto 100%;
}
@media (min-width: 1024px) {
  .top-products {
    margin-bottom: 16px;
  }
  .top-products__inner {
    justify-content: flex-end;
  }
  .top-products__contents {
    margin-left: 115px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1366px) {
  .top-products__contents {
    margin-left: 72px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .top-products__contents {
    margin-left: 48px;
  }
}
@media (max-width: 1023px) {
  .top-products {
    margin-bottom: 40px;
    background: url(/assets/img/bg_products-sp.png) no-repeat top left/auto 100%;
  }
  .top-products__inner {
    flex-direction: column;
  }
  .top-products__img {
    margin-right: -20px;
  }
}
.top-products__heading img {
  width: 326px;
}
@media (max-width: 1023px) {
  .top-products__heading img {
    width: 191px;
  }
}

.top-solution {
  background: url(/assets/img/bg_solution-pc.png) no-repeat center right/auto 100%;
}
@media (min-width: 1024px) {
  .top-solution__contents {
    margin-right: 115px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1366px) {
  .top-solution__contents {
    margin-right: 72px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .top-solution__contents {
    margin-right: 48px;
  }
}
@media (max-width: 1023px) {
  .top-solution {
    background-image: url(/assets/img/bg_solution-sp.png);
  }
  .top-solution__inner {
    flex-direction: column-reverse;
  }
  .top-solution__img {
    margin-left: -20px;
  }
}
.top-solution__inner {
  margin-bottom: 40px;
}
.top-solution__heading img {
  width: 319px;
}
@media (max-width: 1023px) {
  .top-solution__heading img {
    width: 187px;
  }
}
.top-solution__field {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .top-solution__field {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .top-solution__field {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .top-solution__field {
    padding: 0 20px;
  }
}
.top-solution__field-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #003349;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .top-solution__field-heading {
    font-size: 2rem;
  }
}
.top-solution__field-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media (max-width: 1023px) {
  .top-solution__field-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-solution__field-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #B7C9D3;
  border-radius: 4px;
  background: #fff;
  min-height: 120px;
  font-size: 1.4rem;
  padding: 12px 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .top-solution__field-list a {
    min-height: 100px;
    padding: 8px;
  }
}
.top-solution__field-list a::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.top-solution__field-list a span {
  display: block;
}
.top-solution__field-list a span:first-child {
  width: 40px;
  margin-bottom: 8px;
}
.top-solution__field-list a span:first-child img {
  width: 100%;
}
.top-solution__field-list a span:last-child {
  font-weight: 700;
}
.top-solution__field-list a span:last-child::after {
  content: "\e90a";
  font-family: "icomoon";
  color: #E63D30;
  font-weight: normal;
  margin-left: 4px;
}
@media (hover: hover) {
  .top-solution__field-list a:hover::after {
    border-color: #B7C9D3;
  }
}

.top-section {
  padding: 80px 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .top-section {
    padding: 80px 72px;
  }
}
@media (max-width: 1279px) {
  .top-section {
    padding: 80px 48px;
  }
}
@media (max-width: 1023px) {
  .top-section {
    padding: 60px 20px;
  }
}
.top-section__inner {
  max-width: 1520px;
  margin: 0 auto;
}
.top-section__heading {
  text-align: center;
  margin-bottom: 15px;
}
.top-section__heading img {
  height: 38px;
}
@media (max-width: 1023px) {
  .top-section__heading img {
    height: 27px;
  }
}
.top-section__heading span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #48606A;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .top-section__heading span {
    margin-top: 8px;
  }
}

.top-topics {
  background: url(/assets/img/bg_topics-pc.jpg) no-repeat bottom center/100% calc(100% - 320px);
}
@media (max-width: 1023px) {
  .top-topics {
    background-image: url(/assets/img/bg_topics-sp.jpg);
  }
}

.top-topics-slider {
  margin: 0 -14px;
  position: relative;
}
@media (max-width: 1023px) {
  .top-topics-slider {
    margin: 0 -10px;
  }
}
.top-topics-slider__inner {
  display: none;
}
.top-topics-slider__inner.slick-initialized {
  display: block;
}
.top-topics-slider__inner .slick-slide > div {
  height: 100%;
}
.top-topics-slider__inner .slick-list {
  overflow: inherit;
}
.top-topics-slider__item {
  height: 100%;
  overflow: hidden;
  padding: 0 14px;
}
@media (max-width: 1023px) {
  .top-topics-slider__item {
    padding: 0 10px;
  }
}
.top-topics-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .top-topics-slider__arrows {
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding: 0 10px;
  }
}
.top-topics-slider__prev, .top-topics-slider__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.top-topics-slider__prev::before, .top-topics-slider__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.top-topics-slider__prev.slick-disabled, .top-topics-slider__next.slick-disabled {
  cursor: default;
}
.top-topics-slider__prev.slick-disabled::before, .top-topics-slider__next.slick-disabled::before {
  color: #98ACB5;
}
.top-topics-slider__prev::before {
  content: "\e907";
}
.top-topics-slider__next::before {
  content: "\e906";
}
.top-topics-slider__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
@media (max-width: 1023px) {
  .top-topics-slider__dots .slick-dots {
    gap: 8px 0;
  }
}
.top-topics-slider__dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.top-topics-slider__dots .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  text-indent: -9999px;
}
.top-topics-slider__dots .slick-dots li.slick-active button {
  outline: none;
  background: #E63D30;
}

.top-topics-card {
  height: 100%;
  display: block;
  background: #fff;
  border: 1px solid #CBD5DA;
}
.top-topics-card__img {
  border-bottom: 1px solid #CBD5DA;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.top-topics-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.top-topics-card__inner {
  padding: 20px;
  position: relative;
}
.top-topics-card__date {
  color: #325B6D;
  font-weight: 700;
  margin-bottom: 8px;
}
.top-topics-card__ttl {
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.top-topics-card__txt {
  font-size: 1.4rem;
}
.top-topics-card[target=_blank] .top-topics-card__inner::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #E63D30;
}
@media (hover: hover) {
  .top-topics-card:hover .top-topics-card__img img {
    transform: scale(1.1, 1.1);
  }
  .top-topics-card:hover .top-topics-card__ttl span {
    text-decoration: underline;
  }
}

.top-knowledge {
  background: url(/assets/img/bg_knowledge-pc.jpg) no-repeat bottom center/100% calc(100% - 340px);
}
@media (max-width: 1023px) {
  .top-knowledge {
    background-image: url(/assets/img/bg_knowledge-sp.jpg);
  }
}

@media (min-width: 1024px) {
  .top-knowledge-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.top-knowledge-nav__item {
  background: #FAFCFD;
}
@media (min-width: 1024px) {
  .top-knowledge-nav__item {
    text-align: center;
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .top-knowledge-nav__item {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 148px;
  }
  .top-knowledge-nav__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .top-knowledge-nav__ttl {
    text-align: center;
  }
  .top-knowledge-nav__ttl img {
    height: 25px;
  }
}
@media (max-width: 1023px) {
  .top-knowledge-nav__ttl {
    padding-left: 24px;
    grid-area: 1/1/2/2;
  }
  .top-knowledge-nav__ttl img {
    width: auto;
    height: 22px;
  }
}
.top-knowledge-nav__ttl span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #48606A;
  margin-top: 4px;
}
.top-knowledge-nav__img {
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  .top-knowledge-nav__img {
    padding: 16px 24px;
    grid-area: 1/2/2/3;
  }
  .top-knowledge-nav__img img {
    width: 100%;
    border-radius: 100%;
  }
}
.top-knowledge-nav__txt {
  text-align: center;
  font-size: 1.4rem;
  padding: 16px 20px 24px;
}
@media (max-width: 1023px) {
  .top-knowledge-nav__txt {
    border-top: 1px solid #C6CDD6;
    grid-area: 2/1/3/3;
    padding: 16px 24px;
  }
}
.top-knowledge-nav__btn {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .top-knowledge-nav__btn {
    grid-area: 3/1/4/3;
    padding: 0 24px 24px;
  }
}

.top-case-studies {
  background: url(/assets/img/bg_case-studies-pc.jpg) no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .top-case-studies {
    background-image: url(/assets/img/bg_case-studies-sp.jpg);
  }
}

.top-case-studies-slider {
  margin: 0 -8px 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .top-case-studies-slider {
    margin: 0 -10px 30px;
  }
}
.top-case-studies-slider__inner {
  display: none;
}
.top-case-studies-slider__inner.slick-initialized {
  display: block;
}
.top-case-studies-slider__inner .slick-slide > div {
  height: 100%;
}
@media (max-width: 1023px) {
  .top-case-studies-slider__inner {
    width: 80%;
  }
  .top-case-studies-slider__inner .slick-list {
    overflow: inherit;
  }
}
.top-case-studies-slider__item {
  height: 100%;
  padding: 0 8px;
}
@media (max-width: 1023px) {
  .top-case-studies-slider__item {
    padding: 0 8px;
  }
}
.top-case-studies-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .top-case-studies-slider__arrows {
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding: 0 10px;
  }
}
.top-case-studies-slider__prev, .top-case-studies-slider__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.top-case-studies-slider__prev::before, .top-case-studies-slider__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.top-case-studies-slider__prev.slick-disabled, .top-case-studies-slider__next.slick-disabled {
  cursor: default;
}
.top-case-studies-slider__prev.slick-disabled::before, .top-case-studies-slider__next.slick-disabled::before {
  color: #98ACB5;
}
.top-case-studies-slider__prev::before {
  content: "\e907";
}
.top-case-studies-slider__next::before {
  content: "\e906";
}
.top-case-studies-slider__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
@media (max-width: 1023px) {
  .top-case-studies-slider__dots .slick-dots {
    gap: 4px 0;
  }
}
.top-case-studies-slider__dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.top-case-studies-slider__dots .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #D3DEE4;
  position: relative;
  text-indent: -9999px;
}
.top-case-studies-slider__dots .slick-dots li.slick-active button {
  outline: none;
  background: #E63D30;
}

.top-slideshow {
  background: #0F1B41;
  padding: 50px 100px 30px;
}
@media (max-width: 1023px) {
  .top-slideshow {
    padding: 40px 0;
  }
}
.top-slideshow__inner {
  max-width: 1448px;
  margin: 0 auto;
}
.top-slideshow__slider .slick-list {
  overflow: inherit;
}

.top-slideshow-slider {
  margin: 0 -8px;
  position: relative;
  line-height: 0;
}
@media (max-width: 1023px) {
  .top-slideshow-slider {
    margin: 0 -10px;
    padding: 0 12px;
  }
}
.top-slideshow-slider__inner {
  display: none;
}
.top-slideshow-slider__inner.slick-initialized {
  display: block;
}
.top-slideshow-slider__inner .slick-slide > div {
  height: 100%;
}
.top-slideshow-slider__inner .slick-list {
  overflow: inherit;
}
.top-slideshow-slider__item {
  height: 100%;
  padding: 0 8px;
}
.top-slideshow-slider__item img {
  width: 100%;
}
@media (hover: hover) {
  .top-slideshow-slider__item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1023px) {
  .top-slideshow-slider__item {
    padding: 0 10px;
  }
}
.top-slideshow-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .top-slideshow-slider__arrows {
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding: 0 10px;
  }
}
.top-slideshow-slider__prev, .top-slideshow-slider__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.top-slideshow-slider__prev::before, .top-slideshow-slider__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.top-slideshow-slider__prev.slick-disabled, .top-slideshow-slider__next.slick-disabled {
  cursor: default;
}
.top-slideshow-slider__prev.slick-disabled::before, .top-slideshow-slider__next.slick-disabled::before {
  color: #98ACB5;
}
.top-slideshow-slider__prev::before {
  content: "\e907";
}
.top-slideshow-slider__next::before {
  content: "\e906";
}
.top-slideshow-slider__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
@media (max-width: 1023px) {
  .top-slideshow-slider__dots .slick-dots {
    gap: 8px 0;
  }
}
.top-slideshow-slider__dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.top-slideshow-slider__dots .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  text-indent: -9999px;
}
.top-slideshow-slider__dots .slick-dots li.slick-active button {
  outline: none;
  background: #E63D30;
}

.mf_finder_searchBox {
  margin: 0 0 32px;
}
@media (max-width: 1023px) {
  .mf_finder_searchBox {
    margin-bottom: 24px;
  }
}

.mf_finder_searchBox_items_wrapper {
  margin-bottom: 16px;
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_items {
  display: block;
  padding: 0;
  border: 1px solid #CBD5DA;
  border-radius: 3px;
  position: relative;
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input {
  height: 56px;
  font-size: 1.6rem;
  border: 0;
  padding: 8px 56px 8px 16px;
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit {
  width: 56px;
  height: 56px;
  background: transparent;
  color: #003349;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit::before {
  content: "\e905";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects {
    gap: 12px 16px;
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects label {
  margin: 0;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects label::before {
  display: block;
  width: inherit;
  height: inherit;
  font-family: inherit;
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects label::before {
    font-size: 1.2rem;
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects label::after {
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  font-size: 1.6rem;
  pointer-events: none;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects select {
  height: 44px;
  border: 1px solid #CBD5DA;
  background: #fff;
  border-radius: 3px;
  padding: 4px 48px 4px 12px;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects select {
    height: 40px;
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category,
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_doctype,
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_sort,
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_pagemax {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_imgsize {
  display: none !important;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category {
  width: calc(100% - 181px);
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category {
    width: calc(100% - 48px);
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category::before {
  width: -moz-fit-content;
  width: fit-content;
  content: "検索対象：";
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category::after {
  right: 16px;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category .mf_finder_searchBox_category_select {
  flex: 1;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle {
  float: none;
  width: 165px;
  position: relative;
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle {
    width: 32px;
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a {
  width: inherit;
  height: inherit;
  margin: 0;
  color: #333333;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a::before {
  position: static;
  font-size: 1.6rem;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a::after {
  position: static;
  font-size: 1.4rem;
  margin-left: 4px;
}
@media (min-width: 1024px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a::after {
    content: "検索表示条件の設定";
  }
}
@media (min-width: 1024px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    font-size: 1.4rem;
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_doctype::before {
  width: -moz-fit-content;
  width: fit-content;
  content: "ファイル形式：";
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_doctype select {
  width: 160px;
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_doctype {
    margin-bottom: 12px;
  }
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_sort::before {
  width: -moz-fit-content;
  width: fit-content;
  content: "表示順：";
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_pagemax::before {
  width: -moz-fit-content;
  width: fit-content;
  content: "結果件数：";
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_misc {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_misc label:first-child, .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_misc label:nth-child(2) {
    margin-right: 24px;
  }
}
@media (max-width: 1023px) {
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_misc label:nth-child(2) {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_selects .mf_finder_searchBox_toggle::after {
    content: "\f0d8";
  }
  .mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a::after {
    content: "検索表示条件の設定";
  }
}

.mf_finder_spellcheck {
  margin: 0 0 16px;
}
@media (max-width: 1023px) {
  .mf_finder_spellcheck {
    margin-bottom: 12px;
  }
}
.mf_finder_spellcheck .mf_finder_spellcheck_item {
  font-size: 1.4rem;
}
.mf_finder_spellcheck .mf_finder_spellcheck_item a {
  margin: 0 4px;
  font-size: 1.6rem;
  color: #658491;
}
@media (hover: hover) {
  .mf_finder_spellcheck .mf_finder_spellcheck_item a:hover {
    text-decoration: underline;
  }
}
.mf_finder_spellcheck .mf_finder_spellcheck_item::before, .mf_finder_spellcheck .mf_finder_spellcheck_item::after {
  color: #3D3D3D;
}
@media (max-width: 1023px) {
  .mf_finder_spellcheck .mf_finder_spellcheck_item {
    font-size: 1.2rem;
  }
  .mf_finder_spellcheck .mf_finder_spellcheck_item a {
    font-size: 1.4rem;
  }
}

.mf_finder_organic_header_wrapper .my-header_zerohitarea {
  display: none;
}
.mf_finder_organic_header_wrapper.mf_finder_organic_zerohit .my-header_organic_nums {
  display: none !important;
}
.mf_finder_organic_header_wrapper.mf_finder_organic_zerohit .my-header_zerohitarea {
  display: block !important;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper.mf_finder_organic_zerohit .my-header_zerohitarea {
    margin-top: 24px;
  }
}
.mf_finder_organic_header_wrapper .my-header .my-header_query {
  font-size: 1.4rem;
  color: #727272;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper .my-header .my-header_query {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.mf_finder_organic_header_wrapper .my-header .my-header_query span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D3D3D;
}
.mf_finder_organic_header_wrapper .my-header .my-header_query span::before {
  content: "「";
}
.mf_finder_organic_header_wrapper .my-header .my-header_query span::after {
  content: "」";
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_nums {
  display: flex;
  gap: 16px;
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_total {
  font-size: 1.4rem;
  color: #808080;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper .my-header .my-header_organic_total {
    font-size: 1.2rem;
  }
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_total span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D3D3D;
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper .my-header .my-header_organic_total span {
    font-size: 1.6rem;
  }
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_range {
  font-size: 1.4rem;
  color: #808080;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper .my-header .my-header_organic_range {
    font-size: 1.2rem;
  }
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_range span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D3D3D;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper .my-header .my-header_organic_range span {
    font-size: 1.6rem;
  }
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_range span:first-of-type {
  margin-right: 4px;
}
.mf_finder_organic_header_wrapper .my-header .my-header_organic_range span:last-of-type {
  margin: 0 4px;
}

.mf_finder_organic_header_wrapper {
  margin: 0 0 24px;
}
.mf_finder_organic_header_wrapper .mf_finder_organic_no_results::before {
  font-weight: 700;
}

.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_header {
  flex-direction: column-reverse;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums {
  gap: 16px;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total {
  font-size: 1.8rem;
  color: #3D3D3D;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total::before, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total::after {
  font-size: 1.4rem;
  color: #808080;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total::before, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total::after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total::before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total::after,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total::before,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total::after,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total::before,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total::after,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total::before,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total::after,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total::before,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total::after,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total::before,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total::after {
    font-size: 1.2rem;
  }
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total::before,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total::before {
  margin: 0;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_total::after,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_total::after {
  margin: 0 0 0 4px;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to {
  font-size: 1.8rem;
  color: #3D3D3D;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to {
    font-size: 1.6rem;
  }
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after {
  font-size: 1.4rem;
  color: #808080;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::before,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::before,
  .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after {
    font-size: 1.2rem;
  }
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from::after,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_to::after {
  margin-left: 4px;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_nums .mf_finder_organic_range .mf_finder_organic_range_from {
  margin-right: 4px;
}

.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_no_results::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_no_results::before {
  content: "該当する検索結果が見つかりませんでした。";
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query {
  font-size: 1.8rem;
  margin: 0 0 16px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query {
    margin-bottom: 12px;
  }
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query::before {
  display: none;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query::after {
  content: "の検索結果";
  font-size: 1.4rem;
  color: #727272;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query span,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query span {
  color: #3D3D3D;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query span::before,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query span::before {
  content: "「";
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query span::after,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query span::after {
  content: "」";
}

.mf_finder_organic .mf_finder_logo {
  margin: 40px 0 0;
}
.mf_finder_organic .mf_finder_logo a {
  display: block;
  margin: 0 auto;
}

.mf_finder_organic_docs {
  margin: 0;
}
.mf_finder_organic_docs > div:first-child {
  border-top: 1px solid #CBD5DA;
}
.mf_finder_organic_docs .mf_finder_organic_doc {
  padding: 24px 0;
  border-bottom: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .mf_finder_organic_docs .mf_finder_organic_doc {
    padding: 16px 0;
  }
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
  width: 202px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
    width: 160px;
    margin-right: 16px;
  }
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
  width: 100%;
  min-width: inherit;
  margin-bottom: 0;
  border: 1px solid #CBD5DA;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_contents_wrapper {
  flex: 1;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
    margin-bottom: 8px;
  }
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper:visited {
  color: #333333;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper:hover {
  text-decoration: none;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper:hover > span {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_body_wrapper {
    margin-bottom: 8px;
  }
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_body_wrapper .mf_finder_organic_doc_body {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
  height: 5.04rem;
}
@media (max-width: 1023px) {
  .mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_body_wrapper .mf_finder_organic_doc_body {
    font-size: 1.2rem;
    height: 6.48rem;
  }
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url {
  font-size: 1.2rem;
  color: #658491;
  display: inline;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url::before, .mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url::after {
  display: none;
}
.mf_finder_organic_docs .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper .mf_finder_organic_doc_url > span {
  display: inline;
}

.mf_finder_organic_pager_wrapper {
  margin-top: 32px;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li {
  margin: 0 8px;
}
@media (max-width: 1023px) {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items li {
    margin: 0 6px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li:first-child {
  margin-left: 0;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li:last-child {
  margin-right: 0;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li > a,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}
@media (max-width: 1023px) {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items li > a,
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items li > span {
    width: 32px;
    height: 32px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_first {
  display: none !important;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_prev a,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_next a {
  border-radius: 100%;
  background: #F0F4F6;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_prev a span,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_next a span {
  display: none;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_prev a::before,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_next a::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_prev {
  margin-right: 16px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_prev {
    margin-right: 10px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_prev a::before {
  content: "\e907";
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_next {
  margin-left: 16px;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_next {
    margin-left: 10px;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_next a::before {
  content: "\e906";
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_before_pages,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_current,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_after_pages {
  padding: 0;
  border: 1px solid #CBD5DA;
  border-radius: 4px;
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_before_pages > a,
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_after_pages > a {
  background: #fff;
  color: #333333;
}
@media (hover: hover) {
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_before_pages > a:hover,
  .mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_after_pages > a:hover {
    background: #E63D30;
    color: #fff;
  }
}
.mf_finder_organic_pager_wrapper .mf_finder_pager_items .mf_finder_pager_item_current {
  background: #003349;
  color: #fff;
}

.mf_zerohitText {
  display: none !important;
}

.mf_finder_organic_zerohit + .mf_zerohitText {
  display: block !important;
}

@media (min-width: 1024px) {
  .case-filter__ttl {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .case-filter {
    border: 1px solid #CBD5DA;
  }
  .case-filter__ttl {
    padding: 20px;
    position: relative;
  }
  .case-filter__ttl::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #CBD5DA;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .case-filter__ttl::before {
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .case-filter__ttl::after {
    content: "\e918";
    font-size: 2rem;
    font-family: "icomoon";
    font-weight: normal;
    line-height: 1;
    color: #E63D30;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .case-filter__contents {
    padding: 0 20px 25px;
  }
  .case-filter__contents .c-box01 {
    display: contents;
  }
}
@media (max-width: 1023px) {
  .case-filter.-active .case-filter__ttl::after {
    content: "\e917";
  }
}

.case-result-num {
  font-size: 1.8rem;
  font-weight: 700;
}
.case-result-num span {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .case-result-num {
    font-size: 1.6rem;
  }
  .case-result-num span {
    font-size: 2.1rem;
  }
}

.case-detail {
  display: flex;
  flex-wrap: wrap;
}
.case-detail__award {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 40px;
}
.case-detail__award span:first-child {
  width: 30px;
  height: 30px;
}
.case-detail__award span:first-child img {
  width: 100%;
}
.case-detail__award span:last-child {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .case-detail__award {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.case-detail__tag {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.case-detail__date {
  display: flex;
  align-items: center;
}
.case-detail__date span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
@media (max-width: 1023px) {
  .case-detail__date span {
    font-size: 1.2rem;
  }
}
.case-detail__heading {
  width: 100%;
  margin: 24px 0 20px;
}
.case-detail__heading h1 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .case-detail__heading {
    margin: 25px 0;
  }
  .case-detail__heading h1 {
    font-size: 3rem;
  }
}
.case-detail__sns {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .case-detail__sns {
    margin-bottom: 35px;
  }
}
.case-detail__img {
  width: 65%;
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .case-detail__img {
    width: 100vw;
    margin: 0 -20px 40px;
  }
}
.case-detail__info {
  font-size: 1.4rem;
  width: calc(35% - 40px);
}
@media (max-width: 1023px) {
  .case-detail__info {
    width: 100%;
  }
}

.case-contact {
  background: url(/case-studies/detail/assets/img/bg_contact-pc.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 108px 20px;
}
@media (max-width: 1023px) {
  .case-contact {
    background-image: url(/case-studies/detail/assets/img/bg_contact-sp.jpg);
    padding: 38px 20px 56px;
    margin: 0 -20px;
  }
}

.js-case-detail-item__txt {
  display: none;
}
.js-case-detail-item__img {
  aspect-ratio: 16/9;
}
.js-case-detail-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-detail-modal-item {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.case-detail-modal-item__img {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .case-detail-modal-item__img {
    margin-bottom: 20px;
  }
}
.case-detail-modal-item__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .case-detail-modal-item__ttl {
    font-size: 1.6rem;
  }
}
.case-detail-modal-item__txt {
  margin-top: 16px;
}
.case-detail-modal-item__txt.-hidden {
  display: none;
}

.cs-faq-link {
  display: flex;
  gap: 16px 28px;
}
@media (max-width: 1023px) {
  .cs-faq-link {
    flex-direction: column;
  }
}
.cs-faq-link__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: calc(25% - 21px);
  padding: 28px 20px;
  border: 1px solid #B7C9D3;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cs-faq-link__item::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
@media (min-width: 1024px) {
  .cs-faq-link__item {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .cs-faq-link__item {
    width: 100%;
    padding: 24px 16px;
  }
}
.cs-faq-link__item img {
  width: 120px;
}
@media (max-width: 1023px) {
  .cs-faq-link__item img {
    width: 100px;
  }
}
.cs-faq-link__item span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.cs-faq-link__item span::after {
  content: "\e90a";
  font-family: "icomoon";
  color: #E63D30;
  font-weight: normal;
  margin-left: 4px;
}
@media (max-width: 1023px) {
  .cs-faq-link__item span {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .cs-faq-link__item:hover::after {
    border-color: #B7C9D3;
  }
}

.seminar-list__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .seminar-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.resources-documents-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.resources-documents-card:only-child {
  height: 100%;
}
.resources-documents-card__img {
  border: 1px solid #CBD5DA;
  overflow: hidden;
}
.resources-documents-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.resources-documents-card__img a:hover img {
  transform: scale(1.1, 1.1);
}
.resources-documents-card__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 1px solid #CBD5DA;
  padding: 20px 25px 30px;
}
.resources-documents-card__ttl {
  font-weight: 700;
}
.resources-documents-card__sub-ttl {
  color: #747474;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .resources-documents-card__sub-ttl {
    font-size: 1.2rem;
  }
}
.resources-documents-card__txt {
  margin: 15px 0 30px;
  margin-bottom: 30px;
}
.resources-documents-card__btn {
  width: 100%;
  max-width: 350px;
  margin: auto auto 0;
}

.resources-column-card {
  display: block;
  position: relative;
}
.resources-column-card:only-child {
  height: 100%;
}
.resources-column-card__img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 16px;
  border: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .resources-column-card__img {
    border-radius: 8px;
  }
}
.resources-column-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.resources-column-card__inner {
  display: flex;
  flex-wrap: wrap;
}
.resources-column-card__tag {
  display: flex;
  width: inherit;
  margin: 0 16px 10px 0;
}
@media (max-width: 1023px) {
  .resources-column-card__tag {
    margin-bottom: 8px;
  }
}
.resources-column-card__date {
  width: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .resources-column-card__date {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.resources-column-card__ttl {
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.resources-column-card__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: normal;
  color: #E63D30;
}
@media (hover: hover) {
  .resources-column-card:hover .resources-column-card__img img {
    transform: scale(1.1, 1.1);
  }
  .resources-column-card:hover .resources-column-card__ttl span {
    text-decoration: underline;
  }
}

.solution-theme-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.solution-theme-link__item.-col-1 {
  width: 8.3333333333%;
}
.solution-theme-link__item.-col-2 {
  width: 16.6666666667%;
}
.solution-theme-link__item.-col-3 {
  width: 25%;
}
.solution-theme-link__item.-col-4 {
  width: 33.3333333333%;
}
.solution-theme-link__item.-col-5 {
  width: 41.6666666667%;
}
.solution-theme-link__item.-col-6 {
  width: 50%;
}
.solution-theme-link__item.-col-7 {
  width: 58.3333333333%;
}
.solution-theme-link__item.-col-8 {
  width: 66.6666666667%;
}
.solution-theme-link__item.-col-9 {
  width: 75%;
}
.solution-theme-link__item.-col-10 {
  width: 83.3333333333%;
}
.solution-theme-link__item.-col-11 {
  width: 91.6666666667%;
}
.solution-theme-link__item.-col-12 {
  width: 100%;
}
@media (max-width: 1023px) {
  .solution-theme-link__item.-sp-col-1 {
    width: 8.3333333333%;
  }
  .solution-theme-link__item.-sp-col-2 {
    width: 16.6666666667%;
  }
  .solution-theme-link__item.-sp-col-3 {
    width: 25%;
  }
  .solution-theme-link__item.-sp-col-4 {
    width: 33.3333333333%;
  }
  .solution-theme-link__item.-sp-col-5 {
    width: 41.6666666667%;
  }
  .solution-theme-link__item.-sp-col-6 {
    width: 50%;
  }
  .solution-theme-link__item.-sp-col-7 {
    width: 58.3333333333%;
  }
  .solution-theme-link__item.-sp-col-8 {
    width: 66.6666666667%;
  }
  .solution-theme-link__item.-sp-col-9 {
    width: 75%;
  }
  .solution-theme-link__item.-sp-col-10 {
    width: 83.3333333333%;
  }
  .solution-theme-link__item.-sp-col-11 {
    width: 91.6666666667%;
  }
  .solution-theme-link__item.-sp-col-12 {
    width: 100%;
  }
}
.solution-theme-link__link {
  display: block;
  width: 100%;
  height: 420px;
  position: relative;
}
@media (max-width: 1023px) {
  .solution-theme-link__link {
    height: 240px;
  }
}
@media (hover: hover) {
  .solution-theme-link__link:hover .solution-theme-link__block {
    color: #003349;
    background: #D3DEE4;
  }
  .solution-theme-link__link:hover .solution-theme-link__ttl::after {
    color: #E63D30;
  }
}
.solution-theme-link__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.solution-theme-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-theme-link__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
.solution-theme-link__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .solution-theme-link__ttl {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
}
.solution-theme-link__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: normal;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .solution-theme-link__ttl::after {
    font-size: 1.6rem;
  }
}
.solution-theme-link__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  transition: 0.3s all;
  color: #fff;
}
@media (max-width: 1023px) {
  .solution-theme-link__block {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.solution-theme-link__inner {
  max-width: 450px;
}

.solution-field-link {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -14px 0;
}
@media (max-width: 1023px) {
  .solution-field-link {
    margin: -15px -7px 0;
  }
}
.solution-field-link__item {
  margin: 32px 14px 0;
  width: calc(25% - 28px);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #B7C9D3;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .solution-field-link__item {
    margin: 15px 7px 0;
    width: calc(50% - 14px);
    padding: 24px 16px;
  }
}
.solution-field-link__item::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.solution-field-link__item span {
  display: block;
}
.solution-field-link__item span:first-child {
  width: 80px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .solution-field-link__item span:first-child {
    width: 70px;
    margin-bottom: 24px;
  }
}
.solution-field-link__item span:first-child img {
  width: 100%;
}
.solution-field-link__item span:last-child {
  font-weight: 500;
}
.solution-field-link__item span:last-child::after {
  content: "\e90a";
  font-family: "icomoon";
  color: #E63D30;
  font-weight: normal;
  margin-left: 4px;
}
.solution-field-link__item[target=_blank] span:last-child::after {
  content: "\e900";
}
@media (hover: hover) {
  .solution-field-link__item:hover::after {
    border-color: #B7C9D3;
  }
}

.solution-title {
  position: relative;
}
.solution-title__heading {
  width: 95%;
  max-width: 946px;
  padding: 22px 20px 22px 200px;
  background: url(/solution/assets/img/bg_title-pc.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.solution-title__heading h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1023px) {
  .solution-title__heading {
    padding: 20px;
    background-image: url(/solution/assets/img/bg_title-sp.png);
  }
  .solution-title__heading h1 {
    font-size: 2.8rem;
  }
}

.solution-check-list li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 40px;
}
.solution-check-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .solution-check-list li {
    font-size: 1.6rem;
  }
}
.solution-check-list li::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/solution/assets/img/icon_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 1023px) {
  .solution-check-list li::before {
    width: 26px;
    height: 26px;
  }
}

.solution-box {
  height: 100%;
  border: 1px solid #CBD5DA;
}
.solution-box__ttl {
  background: #F0F4F6;
  border-bottom: 1px solid #CBD5DA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  gap: 20px;
  padding: 12px;
}
@media (max-width: 1023px) {
  .solution-box__ttl {
    font-size: 1.8rem;
    padding: 8px 12px;
    gap: 8px;
  }
}
.solution-box__ttl span {
  display: block;
}
.solution-box__inner {
  padding: 30px;
}
@media (max-width: 1023px) {
  .solution-box__inner {
    padding: 24px 16px;
  }
}
.solution-box.-type02 {
  background: #F0F4F6;
}
.solution-box.-type02 > .solution-box__ttl {
  background: #E2E9ED;
}
.solution-box.-large > .solution-box__ttl {
  font-size: 2.8rem;
  padding: 16px;
}
@media (max-width: 1023px) {
  .solution-box.-large > .solution-box__ttl {
    font-size: 2.1rem;
    padding: 12px;
  }
}
.solution-box.-large > .solution-box__inner {
  padding: 32px 40px;
}
@media (max-width: 1023px) {
  .solution-box.-large > .solution-box__inner {
    padding: 24px 16px;
  }
}

.office-pm-features {
  background: #fff;
  padding: 32px 40px;
}
.office-pm-features + .office-pm-features {
  margin-top: 32px;
}
.office-pm-features__ttl {
  display: flex;
  align-items: center;
  gap: 24px;
}
.office-pm-features__ttl span {
  display: block;
}
.office-pm-features__ttl span:first-child img {
  width: 100%;
}
.office-pm-features__ttl span:last-child {
  flex: 1;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .office-pm-features {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 24px;
  }
  .office-pm-features__img {
    grid-area: 1/1/3/2;
  }
  .office-pm-features__ttl {
    grid-area: 1/2/2/3;
  }
  .office-pm-features__ttl span:first-child {
    width: 64px;
  }
  .office-pm-features__ttl span:last-child {
    font-size: 2.4rem;
  }
  .office-pm-features__txt {
    grid-area: 2/2/3/3;
  }
  .office-pm-features__area {
    grid-area: 3/1/4/3;
  }
}
@media (max-width: 1023px) {
  .office-pm-features {
    padding: 20px 16px;
  }
  .office-pm-features + .office-pm-features {
    margin-top: 24px;
  }
  .office-pm-features__img {
    margin-bottom: 16px;
  }
  .office-pm-features__ttl {
    gap: 20px;
    margin-bottom: 12px;
  }
  .office-pm-features__ttl span:first-child {
    width: 32px;
  }
  .office-pm-features__ttl span:last-child {
    font-size: 2.1rem;
  }
}

.office-pm-todo {
  height: 100%;
  border: 1px solid #CBD5DA;
}
.office-pm-todo__ttl {
  background: #F0F4F6;
  border-bottom: 1px solid #CBD5DA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  gap: 10px;
  padding: 12px;
}
@media (max-width: 1023px) {
  .office-pm-todo__ttl {
    font-size: 1.8rem;
  }
}
.office-pm-todo__ttl span {
  display: block;
}
.office-pm-todo__ttl span img {
  display: block;
}
.office-pm-todo__txt {
  padding: 20px 30px;
}
@media (max-width: 1023px) {
  .office-pm-todo__txt {
    padding: 24px 16px;
  }
}

.office-pm-step {
  background: #F0F4F6;
  padding: 30px;
  position: relative;
  margin-bottom: 62px;
}
.office-pm-step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #CBD5DA transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
}
@media (min-width: 1024px) {
  .office-pm-step {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .office-pm-step {
    padding: 20px;
  }
}
.office-pm-step__ttl {
  width: 100%;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBD5DA;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .office-pm-step__ttl {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .office-pm-step__ttl {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.office-pm-step__ttl span {
  display: block;
}
.office-pm-step__ttl span:first-child {
  background: #C5D3DB;
  font-size: 1.8rem;
  padding: 2px 12px;
}
@media (max-width: 1023px) {
  .office-pm-step__ttl span:first-child {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4px;
  }
}
.office-pm-step__ttl span:last-child {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .office-pm-step__ttl span:last-child {
    font-size: 2.1rem;
  }
}
.office-pm-step__img span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .office-pm-step__img {
    width: 40%;
    margin-right: 3%;
  }
}
@media (max-width: 1023px) {
  .office-pm-step__img {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .office-pm-step__consumer {
    margin-right: 2%;
  }
}
@media (max-width: 1023px) {
  .office-pm-step__consumer {
    margin-bottom: 16px;
  }
}
.office-pm-step__consumer, .office-pm-step__company {
  background: #fff;
  padding: 16px 20px;
}
@media (max-width: 1023px) {
  .office-pm-step__consumer, .office-pm-step__company {
    padding: 16px;
  }
}
.office-pm-step__consumer > div, .office-pm-step__company > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBD5DA;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .office-pm-step__consumer > div, .office-pm-step__company > div {
    font-size: 1.6rem;
  }
}
.office-pm-step__consumer > div span:first-child, .office-pm-step__company > div span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.office-pm-step__consumer > div span:first-child img, .office-pm-step__company > div span:first-child img {
  display: block;
}
@media (min-width: 1024px) {
  .office-pm-step__consumer, .office-pm-step__company {
    width: 27.5%;
  }
}

@media (min-width: 1024px) {
  .office-layout-effect {
    display: grid;
    gap: 32px 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.office-layout-effect__item {
  padding: 24px 24px 30px;
  border: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .office-layout-effect__item {
    padding: 20px;
  }
  .office-layout-effect__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.office-layout-effect__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003349;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .office-layout-effect__ttl {
    font-size: 2.1rem;
  }
}

.office-layout-best-card {
  background: #fff;
  height: 100%;
}
.office-layout-best-card__inner {
  padding: 16px 24px 24px;
}
@media (max-width: 1023px) {
  .office-layout-best-card__inner {
    padding: 16px 20px 20px;
  }
}
.office-layout-best-card__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .office-layout-best-card__ttl {
    font-size: 1.8rem;
  }
}

.office-layout-example-slider {
  margin: 0 -14px;
  position: relative;
}
@media (max-width: 1023px) {
  .office-layout-example-slider {
    margin: 0 -10px;
  }
}
.office-layout-example-slider__inner {
  display: none;
}
.office-layout-example-slider__inner.slick-initialized {
  display: block;
}
.office-layout-example-slider__inner .slick-slide > div {
  height: 100%;
}
.office-layout-example-slider__item {
  height: 100%;
  padding: 0 14px;
}
@media (max-width: 1023px) {
  .office-layout-example-slider__item {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .office-layout-example-slider__arrows {
    display: none;
  }
}
@media (max-width: 1023px) {
  .office-layout-example-slider__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    padding: 0 20px;
  }
}
.office-layout-example-slider__prev, .office-layout-example-slider__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
}
.office-layout-example-slider__prev::before, .office-layout-example-slider__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.office-layout-example-slider__prev.slick-disabled, .office-layout-example-slider__next.slick-disabled {
  cursor: default;
}
.office-layout-example-slider__prev.slick-disabled::before, .office-layout-example-slider__next.slick-disabled::before {
  color: #98ACB5;
}
.office-layout-example-slider__prev::before {
  content: "\e907";
}
.office-layout-example-slider__next::before {
  content: "\e906";
}
.office-layout-example-slider__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
}
.office-layout-example-slider__dots .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.office-layout-example-slider__dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #D3DEE4;
  position: relative;
  text-indent: -9999px;
}
.office-layout-example-slider__dots .slick-dots li.slick-active button {
  outline: none;
  background: #E63D30;
}
.office-layout-example-slider__card {
  height: 100%;
}
.office-layout-example-slider__card.-stylish {
  background: #E2E9ED;
}
.office-layout-example-slider__card.-natural {
  background: #DFEDE4;
}
.office-layout-example-slider__card.-colorful {
  background: #F4E2E2;
}
.office-layout-example-slider__card.-simple {
  background: #F5F4F1;
}
.office-layout-example-slider__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
}
@media (max-width: 1023px) {
  .office-layout-example-slider__ttl {
    font-size: 1.8rem;
    padding: 6px 16px;
  }
}
.office-layout-example-slider__txt {
  padding: 16px;
}
@media (max-width: 1023px) {
  .office-layout-example-slider__txt {
    padding: 20px;
  }
}

.office-layout-flow {
  background: #F0F4F6;
  position: relative;
  margin-bottom: 62px;
}
.office-layout-flow:not(:nth-of-type(4))::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #CBD5DA transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
}
@media (min-width: 1024px) {
  .office-layout-flow {
    padding: 30px;
  }
}
.office-layout-flow__ttl {
  background: #C5D3DB;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .office-layout-flow__ttl {
    display: inline-block;
    padding: 4px 12px;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .office-layout-flow__ttl {
    font-size: 1.9rem;
    padding: 6px 20px;
  }
}
@media (max-width: 1023px) {
  .office-layout-flow__inner {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .office-layout-flow__img {
    display: flex;
    gap: 28px;
  }
  .office-layout-flow__img > div {
    flex: 1;
  }
  .office-layout-flow__img > img {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .office-layout-flow__img > img {
    padding: 0 20px 20px;
  }
}

.office-renewal-example {
  display: flex;
  gap: 68px 100px;
  padding: 40px 40px 48px;
  background: #F0F4F6;
}
@media (max-width: 1023px) {
  .office-renewal-example {
    flex-direction: column;
    padding: 16px;
  }
}
.office-renewal-example__item {
  width: calc(50% - 50px);
  position: relative;
}
@media (max-width: 1023px) {
  .office-renewal-example__item {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .office-renewal-example__item:first-child .office-renewal-example__img::after {
    content: "";
    display: block;
    background: #CBD5DA;
    width: 40px;
    height: 120px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -70px;
  }
}
@media (max-width: 1023px) {
  .office-renewal-example__item:first-child::after {
    content: "";
    display: block;
    background: #CBD5DA;
    width: 60px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -44px;
  }
}
.office-renewal-example__img {
  position: relative;
}
.office-renewal-example__img > span {
  display: block;
  background: #325B6D;
  padding: 2px 12px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .office-renewal-example__img > span {
    font-size: 1.6rem;
  }
}
.office-renewal-example__txt {
  margin-top: 16px;
}

.office-renewal-feature {
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .office-renewal-feature {
    margin-top: 24px;
  }
}
.office-renewal-feature__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.office-renewal-feature__list li {
  width: calc((100% - 90px) / 7);
}
@media (max-width: 1279px) {
  .office-renewal-feature__list li {
    width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 1023px) {
  .office-renewal-feature__list li {
    width: calc((100% - 15px) / 2);
  }
}
.office-renewal-feature__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E2E9ED;
  padding: 15px 5px;
  border-radius: 2px;
}
.office-renewal-feature__item img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
.office-renewal-feature__item span {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .office-renewal-feature__item span {
    font-size: 1.2rem;
  }
}
.office-renewal-feature__total {
  padding: 20px 0;
  margin-top: 15px;
  position: relative;
}
.office-renewal-feature__total > div {
  width: 100%;
  height: 1px;
  background: #98ACB5;
}
.office-renewal-feature__total > div::before, .office-renewal-feature__total > div::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #98ACB5;
  position: absolute;
  top: 0;
}
.office-renewal-feature__total > div::before {
  left: 0;
}
.office-renewal-feature__total > div::after {
  right: 0;
}
.office-renewal-feature__total::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #98ACB5;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.office-renewal-feature__result {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E2E9ED;
  padding: 15px 10px;
  border-radius: 4px;
  margin: 0 auto;
}
.office-renewal-feature__result img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}
.office-renewal-feature__result > span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.office-renewal-feature__result > span::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .office-renewal-feature__result > span {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .office-renewal-feature__result:hover > span > span {
    text-decoration: underline;
  }
}

a.office-renewal-feature__item > span {
  display: flex;
  align-items: center;
  gap: 2px;
}
a.office-renewal-feature__item > span::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (hover: hover) {
  a.office-renewal-feature__item:hover > span > span {
    text-decoration: underline;
  }
}

.theme-ict-about {
  background: #F0F4F6;
  padding: 40px;
}
@media (max-width: 1023px) {
  .theme-ict-about {
    padding: 20px 16px;
  }
}
.theme-ict-about__multiply {
  display: flex;
  justify-content: center;
  gap: 160px;
  position: relative;
  margin-bottom: 74px;
}
@media (max-width: 1023px) {
  .theme-ict-about__multiply {
    gap: 60px;
    margin-bottom: 50px;
  }
}
.theme-ict-about__multiply > div:not([class]) {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .theme-ict-about__multiply > div:not([class]) {
    width: 50px;
    height: 50px;
  }
}
.theme-ict-about__multiply > div:not([class])::before, .theme-ict-about__multiply > div:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #325B6D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-ict-about__multiply > div:not([class])::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.theme-ict-about__multiply > div:not([class])::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-ict-about__multiply::after {
  content: "";
  display: block;
  background: #B7C9D3;
  width: 163px;
  height: 26px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -50px;
}
@media (max-width: 1023px) {
  .theme-ict-about__multiply::after {
    width: 75px;
    height: 12px;
    bottom: -30px;
  }
}
.theme-ict-about__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 260px;
  height: 160px;
  background: #fff;
  padding: 20px;
}
.theme-ict-about__icon > * {
  display: block;
}
.theme-ict-about__icon img {
  width: 64px;
}
.theme-ict-about__icon span {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .theme-ict-about__icon {
    width: 100%;
    max-width: 120px;
    height: 115px;
    gap: 8px;
    padding: 10px;
  }
  .theme-ict-about__icon img {
    width: 40px;
  }
  .theme-ict-about__icon span {
    font-size: 1.2rem;
  }
}
.theme-ict-about__txt {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .theme-ict-about__txt {
    text-align: center;
  }
}
.theme-ict-about__txt > span:first-child {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .theme-ict-about__txt > span:first-child {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.theme-ict-about__txt > span:last-child {
  font-size: 2.8rem;
  line-height: 2;
  padding-bottom: 5px;
  background: linear-gradient(#E63D30, #E63D30) 0 100%/100% 2px no-repeat;
}
@media (max-width: 1023px) {
  .theme-ict-about__txt > span:last-child {
    font-size: 2.4rem;
  }
}

.theme-ict-example {
  display: flex;
  gap: 16px 28px;
}
@media (max-width: 1023px) {
  .theme-ict-example {
    flex-direction: column;
  }
  .theme-ict-example > div:first-child {
    order: 2;
  }
  .theme-ict-example > div:nth-child(2) {
    order: 1;
  }
  .theme-ict-example > div:last-child {
    order: 3;
  }
}
.theme-ict-example > div:not([class]) {
  flex: 1;
}
.theme-ict-example__item + .theme-ict-example__item {
  margin-top: 16px;
}
.theme-ict-example__item dd,
.theme-ict-example__item dt {
  padding-left: 2em;
}
.theme-ict-example__item dt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2px;
  position: relative;
}
.theme-ict-example__item dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24px;
  height: 24px;
  background: #003349;
  border-radius: 100%;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-ict-example__item dd {
  font-size: 1.4rem;
}
.theme-ict-example__img {
  width: 50%;
}
@media (max-width: 1023px) {
  .theme-ict-example__img {
    width: 100%;
  }
}

.theme-ict-flow__item {
  border: 1px solid #CBD5DA;
}
.theme-ict-flow__item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #E2E9ED;
  font-weight: 700;
  line-height: 1.25;
  padding: 24px 20px;
}
.theme-ict-flow__item dd {
  background: #F0F4F6;
}
.theme-ict-flow__item.-dt-wide dt {
  width: 100%;
}
.theme-ict-flow__item.-dt-wide dd {
  display: none;
}
.theme-ict-flow__item.-dt-gray dt {
  background: #F0F4F6;
}
@media (min-width: 1024px) {
  .theme-ict-flow__item {
    display: flex;
  }
  .theme-ict-flow__item dt {
    font-size: 2.2rem;
    width: 195px;
  }
  .theme-ict-flow__item dd {
    flex: 1;
    border-left: 1px solid #CBD5DA;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .theme-ict-flow__item dt {
    font-size: 2.1rem;
    padding: 10px 20px;
  }
  .theme-ict-flow__item dd {
    border-top: 1px solid #CBD5DA;
    padding: 20px;
  }
}
.theme-ict-flow__item:not(:last-child) {
  margin-bottom: 62px;
  position: relative;
}
.theme-ict-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  background: #B7C9D3;
  width: 90px;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
}

@media (min-width: 1024px) {
  .theme-ict-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 28px;
  }
}
.theme-ict-points__item {
  padding: 24px 24px 30px;
  border: 1px solid #CBD5DA;
}
@media (min-width: 1024px) {
  .theme-ict-points__item {
    width: calc((100% - 56px) / 3);
  }
}
@media (max-width: 1023px) {
  .theme-ict-points__item {
    padding: 20px;
  }
  .theme-ict-points__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.theme-ict-points__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003349;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .theme-ict-points__ttl {
    font-size: 2.1rem;
  }
}

.theme-paper-problem {
  background: #F0F4F6;
  padding: 40px;
}
@media (max-width: 1023px) {
  .theme-paper-problem {
    padding: 24px 16px;
  }
}
.theme-paper-problem__lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px !important;
}
@media (max-width: 1023px) {
  .theme-paper-problem__lead {
    font-size: 2.4rem;
  }
}

.theme-paper-flow__item {
  background: #F0F4F6;
  padding: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .theme-paper-flow__item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .theme-paper-flow__item {
    padding: 20px;
  }
}
.theme-paper-flow__item:not(:last-child) {
  margin-bottom: 62px;
  position: relative;
}
.theme-paper-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  background: #B7C9D3;
  width: 90px;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
}
.theme-paper-flow__ttl {
  width: 100%;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBD5DA;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .theme-paper-flow__ttl {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .theme-paper-flow__ttl {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.theme-paper-flow__ttl span {
  display: block;
}
.theme-paper-flow__ttl span:first-child {
  background: #C5D3DB;
  font-size: 1.8rem;
  padding: 2px 12px;
}
@media (max-width: 1023px) {
  .theme-paper-flow__ttl span:first-child {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4px;
  }
}
.theme-paper-flow__ttl span:last-child {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .theme-paper-flow__ttl span:last-child {
    font-size: 1.9rem;
  }
}
@media (min-width: 1024px) {
  .theme-paper-flow__img {
    width: 40%;
    margin-right: 3%;
  }
}
@media (max-width: 1023px) {
  .theme-paper-flow__img {
    margin-bottom: 16px;
  }
}
.theme-paper-flow__txt {
  flex: 1;
}
.theme-paper-flow__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.theme-paper-flow__check {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .theme-paper-flow__check {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.theme-paper-flow__check::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/solution/assets/img/icon_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media (max-width: 1023px) {
  .theme-paper-flow__check::before {
    width: 26px;
    height: 26px;
  }
}

.theme-paper-features {
  display: flex;
  gap: 24px 28px;
}
@media (max-width: 1023px) {
  .theme-paper-features {
    flex-direction: column;
  }
}
.theme-paper-features__item {
  flex: 1;
  background: #fff;
  padding: 40px;
}
@media (max-width: 1023px) {
  .theme-paper-features__item {
    padding: 30px 16px;
  }
}
.theme-paper-features__img {
  margin-bottom: 24px;
}
.theme-paper-features__ttl {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.theme-paper-features__ttl img {
  width: 46px;
}
.theme-paper-features__ttl span {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .theme-paper-features__ttl {
    gap: 18px;
  }
  .theme-paper-features__ttl img {
    width: 40px;
  }
  .theme-paper-features__ttl span {
    font-size: 1.9rem;
  }
}
.theme-paper-features__list > li {
  padding-left: 1.25em;
  position: relative;
}
.theme-paper-features__list > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #003349;
  border-radius: 100%;
  position: absolute;
  top: 1em;
  left: 4px;
}
.theme-paper-features__list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.theme-paper-features__list > li span {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 3px;
  background: linear-gradient(#E63D30, #E63D30) 0 100%/100% 1px no-repeat;
}
@media (max-width: 1023px) {
  .theme-paper-features__list > li span {
    font-size: 1.8rem;
  }
}

.theme-health-support-link {
  display: flex;
  justify-content: center;
  gap: 104px;
}
@media (max-width: 1023px) {
  .theme-health-support-link {
    gap: 32px;
  }
  .theme-health-support-link.-craftsmanship {
    gap: 10px;
  }
}
.theme-health-support-link__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 1.5;
}
.theme-health-support-link__item span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #003349;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
@media (max-width: 1023px) {
  .theme-health-support-link__item span:first-child {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.theme-health-support-link__item span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  background: #F0F4F6;
  margin: 24px 0 16px;
}
@media (max-width: 1023px) {
  .theme-health-support-link__item span:nth-child(2) {
    width: 80px;
    height: 80px;
    padding-top: 5px;
  }
}
.theme-health-support-link__item span:last-child {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 1.25em;
}
@media (max-width: 1023px) {
  .theme-health-support-link__item span:last-child {
    font-size: 1.2rem;
  }
}
.theme-health-support-link__item span:last-child::after {
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
@media (hover: hover) {
  .theme-health-support-link__item:hover span:last-child {
    text-decoration: underline;
  }
}

.theme-health-support-item {
  border: 1px solid #CBD5DA;
}
.theme-health-support-item + .theme-health-support-item {
  margin-top: 32px;
}
.theme-health-support-item__heading {
  display: flex;
  border-bottom: 1px solid #CBD5DA;
}
.theme-health-support-item__heading > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  background: #D3DEE4;
  border-right: 1px solid #CBD5DA;
}
.theme-health-support-item__heading > div img {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .theme-health-support-item__heading > div {
    width: 40px;
  }
  .theme-health-support-item__heading > div img {
    width: 24px;
    height: 24px;
  }
}
.theme-health-support-item__heading > h3 {
  flex: 1;
  background: #F0F4F6;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 24px;
}
@media (max-width: 1023px) {
  .theme-health-support-item__heading > h3 {
    font-size: 2.1rem;
    padding: 16px;
  }
}
.theme-health-support-item__heading > h3 > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #003349;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1023px) {
  .theme-health-support-item__heading > h3 > span {
    margin-right: 4px;
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    position: relative;
    top: -3px;
  }
}
.theme-health-support-item__contents {
  padding: 30px 40px 40px;
}
@media (max-width: 1023px) {
  .theme-health-support-item__contents {
    padding: 24px 16px;
  }
}

.theme-health-effect {
  height: 100%;
  background: #F0F4F6;
  padding: 32px;
}
.theme-health-effect.-white {
  background: #fff;
}
@media (max-width: 1023px) {
  .theme-health-effect {
    padding: 24px 16px;
  }
}
.theme-health-effect__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  .theme-health-effect__ttl {
    font-size: 1.8rem;
  }
}
.theme-health-effect__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto 24px;
}

.theme-security-card {
  display: block;
}
.theme-security-card__img {
  width: 100%;
  overflow: hidden;
}
.theme-security-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.theme-security-card__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #003349;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .theme-security-card__ttl {
    font-size: 1.6rem;
  }
}

a.theme-security-card .theme-security-card__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
}
a.theme-security-card[target=_blank] .theme-security-card__ttl::after {
  content: "\e900";
}
@media (hover: hover) {
  a.theme-security-card:hover .theme-security-card__img img {
    transform: scale(1.1, 1.1);
  }
  a.theme-security-card:hover .theme-security-card__ttl span {
    text-decoration: underline;
  }
}

.theme-security-list {
  font-size: 1.4rem;
}
.theme-security-list li {
  display: flex;
  gap: 8px;
}
.theme-security-list li:not(:last-child) {
  margin-bottom: 24px;
}
.theme-security-list li span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #003349;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 100%;
}
.theme-security-list li span:last-child {
  flex: 1;
  display: block;
}

.consulting-hybrid-work-suggestion {
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-suggestion {
    padding-top: 23px;
  }
}
.consulting-hybrid-work-suggestion > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #003349;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 5;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-suggestion > span {
    width: 46px;
    height: 46px;
    font-size: 2.2rem;
  }
}
.consulting-hybrid-work-suggestion__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  background: #B7C9D3;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-suggestion__ttl {
    height: 120px;
    font-size: 1.7rem;
  }
}
.consulting-hybrid-work-suggestion__ttl::after {
  content: "";
  display: block;
  background: #B7C9D3;
  width: 100%;
  height: 34px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -34px;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-suggestion__ttl::after {
    height: 30px;
    bottom: -30px;
  }
}
.consulting-hybrid-work-suggestion__img {
  margin: 34px 0 12px;
}
.consulting-hybrid-work-suggestion__txt {
  border-radius: 4px;
  background: #B7C9D3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 20px;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-suggestion__txt {
    font-size: 1.6rem;
    padding: 10px 16px;
  }
}
.consulting-hybrid-work-suggestion.-color01 .consulting-hybrid-work-suggestion__ttl,
.consulting-hybrid-work-suggestion.-color01 .consulting-hybrid-work-suggestion__ttl::after,
.consulting-hybrid-work-suggestion.-color01 .consulting-hybrid-work-suggestion__txt {
  background: #6BB6B9;
}
.consulting-hybrid-work-suggestion.-color02 .consulting-hybrid-work-suggestion__ttl,
.consulting-hybrid-work-suggestion.-color02 .consulting-hybrid-work-suggestion__ttl::after,
.consulting-hybrid-work-suggestion.-color02 .consulting-hybrid-work-suggestion__txt {
  background: #2E888E;
}

.consulting-hybrid-work-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }
  .consulting-hybrid-work-flow::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 5px);
    background: #325B6D;
    position: absolute;
    top: 0;
    left: 14px;
  }
  .consulting-hybrid-work-flow::after {
    content: "";
    display: block;
    background: #325B6D;
    width: 30px;
    height: 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.consulting-hybrid-work-flow__item {
  width: calc(33% - 58px);
  position: relative;
}
.consulting-hybrid-work-flow__item:first-child::before, .consulting-hybrid-work-flow__item:first-child::after {
  content: "";
  background: #C5D3DB;
  position: absolute;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__item:first-child::before, .consulting-hybrid-work-flow__item:first-child::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.consulting-hybrid-work-flow__item:first-child::before {
  width: 4px;
  height: 40px;
}
@media (min-width: 1024px) {
  .consulting-hybrid-work-flow__item:first-child::before {
    top: 146px;
    right: -48px;
  }
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__item:first-child::before {
    bottom: -56px;
  }
}
.consulting-hybrid-work-flow__item:first-child::after {
  width: 40px;
  height: 4px;
}
@media (min-width: 1024px) {
  .consulting-hybrid-work-flow__item:first-child::after {
    top: 164px;
    right: -66px;
  }
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__item:first-child::after {
    bottom: -38px;
  }
}
.consulting-hybrid-work-flow__item:nth-child(2)::after {
  content: "";
  display: block;
  background: #C5D3DB;
  width: 30px;
  height: 57px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 1024px) {
  .consulting-hybrid-work-flow__item:nth-child(2)::after {
    position: absolute;
    top: 136px;
    right: -59px;
  }
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__item:nth-child(2)::after {
    width: 57px;
    height: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -46px;
  }
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__item {
    width: calc(100% - 50px);
  }
  .consulting-hybrid-work-flow__item:first-child {
    order: 2;
    margin-bottom: 72px;
  }
  .consulting-hybrid-work-flow__item:nth-child(2) {
    order: 3;
    margin-bottom: 72px;
  }
  .consulting-hybrid-work-flow__item:nth-child(3) {
    order: 4;
  }
}
.consulting-hybrid-work-flow__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.consulting-hybrid-work-flow__ttl img {
  width: 120px;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__ttl img {
    width: 90px;
    margin-right: 12px;
  }
}
.consulting-hybrid-work-flow__ttl span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__ttl span {
    font-size: 2rem;
  }
}
.consulting-hybrid-work-flow__ttl span > span {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__ttl span > span {
    font-size: 1.6rem;
  }
}
.consulting-hybrid-work-flow__txt {
  margin-bottom: 16px;
}
.consulting-hybrid-work-flow__list li {
  width: 100%;
  padding: 6px 12px;
  background: #B7C9D3;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.consulting-hybrid-work-flow__list li:not(:last-child) {
  margin-bottom: 8px;
}
.consulting-hybrid-work-flow__list.-color01 li:nth-child(odd) {
  background: #2E888E;
}
.consulting-hybrid-work-flow__list.-color01 li:nth-child(even) {
  background: #6BB6B9;
}
.consulting-hybrid-work-flow__list.-color02 li:nth-child(odd) {
  background: #EEA324;
}
.consulting-hybrid-work-flow__list.-color02 li:nth-child(even) {
  background: #EBBE72;
}
.consulting-hybrid-work-flow__term {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__term {
    order: 1;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .consulting-hybrid-work-flow__term {
    margin-top: 24px;
  }
  .consulting-hybrid-work-flow__term::before {
    content: "";
    width: calc(100% - 5px);
    height: 2px;
    background: #325B6D;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
}
@media (min-width: 1024px) {
  .consulting-hybrid-work-flow__term > span:first-child {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #325B6D;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
}
.consulting-hybrid-work-flow__term > span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  background: #E2E9ED;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .consulting-hybrid-work-flow__term > span:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .consulting-hybrid-work-flow__term > span:last-child {
    display: block;
    background: #325B6D;
    width: 16px;
    height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
}

.consulting-aao-office__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #658491;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .consulting-aao-office__heading {
    font-size: 2.1rem;
  }
}
.consulting-aao-office__heading.-blue, .consulting-aao-office__heading.-green {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2rem;
  border-bottom-width: 2px;
}
.consulting-aao-office__heading.-blue img, .consulting-aao-office__heading.-green img {
  width: 79px;
}
@media (max-width: 1023px) {
  .consulting-aao-office__heading.-blue, .consulting-aao-office__heading.-green {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
  .consulting-aao-office__heading.-blue img, .consulting-aao-office__heading.-green img {
    width: 48px;
  }
}
.consulting-aao-office__heading.-blue {
  border-bottom-color: #4489AA;
}
.consulting-aao-office__heading.-green {
  border-bottom-color: #329F94;
}
.consulting-aao-office__list {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .consulting-aao-office__list {
    font-size: 1.2rem;
  }
}
.consulting-aao-office__list li {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .consulting-aao-office__list li {
    margin-bottom: 24px;
  }
}
.consulting-aao-office__list li > span {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .consulting-aao-office__list li > span {
    font-size: 1.6rem;
  }
}
.consulting-aao-office__list li > span > span {
  color: #E63D30;
}
.consulting-aao-office__fecundity {
  position: relative;
}
@media (min-width: 1024px) {
  .consulting-aao-office__fecundity {
    display: flex;
    justify-content: space-between;
  }
  .consulting-aao-office__fecundity::before {
    content: "";
    display: block;
    background: #C5D3DB;
    width: 40px;
    height: 120px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .consulting-aao-office__fecundity > div {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .consulting-aao-office__fecundity > div:first-child {
    position: relative;
    margin-bottom: 68px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .consulting-aao-office__fecundity > div:first-child::before {
    content: "";
    display: block;
    background: #C5D3DB;
    width: 60px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -44px;
  }
}

.consulting-aao-space__img {
  margin-bottom: 16px;
}
.consulting-aao-space__tag {
  margin-bottom: 8px;
}
.consulting-aao-space__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

.consulting-abw-float {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 99;
  padding: 0 115px;
}
.consulting-abw-float.-close {
  display: none !important;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .consulting-abw-float {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .consulting-abw-float {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .consulting-abw-float {
    bottom: 0;
    padding: 0;
  }
}
.consulting-abw-float__inner {
  margin: 0 auto;
  max-width: 1136px;
  background: #F0F4F6;
  position: relative;
}
@media (min-width: 1024px) {
  .consulting-abw-float__inner {
    display: flex;
    justify-content: space-between;
    border: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .consulting-abw-float__inner {
    border-top: 1px solid #CBD5DA;
  }
}
.consulting-abw-float__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #E2E9ED;
  border-radius: 100%;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .consulting-abw-float__close {
    top: -40px;
    right: inherit;
    left: 10px;
  }
}
.consulting-abw-float__close::before {
  content: "\e909";
  font-size: 1.4rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .consulting-abw-float__close:hover {
    opacity: 0.7;
  }
}
.consulting-abw-float__topics {
  flex: 1;
  display: flex;
  position: relative;
}
.consulting-abw-float__topics::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #CBD5DA;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 1023px) {
  .consulting-abw-float__topics {
    display: none !important;
  }
}
.consulting-abw-float__topics-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
.consulting-abw-float__topics-latest {
  display: block;
  padding: 12px 0;
}
@media (hover: hover) {
  .consulting-abw-float__topics-latest:hover .consulting-abw-float__topics-latest-ttl span {
    text-decoration: underline;
  }
}
.consulting-abw-float__topics-latest-date {
  display: flex;
  align-items: center;
  gap: 16px;
}
.consulting-abw-float__topics-latest-date span:last-child {
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
.consulting-abw-float__topics-latest-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.consulting-abw-float__topics-latest-ttl small {
  font-size: 1.4rem;
}
.consulting-abw-float__topics-latest-ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
.consulting-abw-float__link {
  display: flex;
}
.consulting-abw-float__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .consulting-abw-float__item {
    width: 33.33%;
    height: 64px;
  }
}
.consulting-abw-float__item::after {
  content: "\e902";
  margin-left: 0.25em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
.consulting-abw-float__item.-movie {
  background: #C5D3DB;
}
.consulting-abw-float__item.-cs {
  color: #fff;
  background: #003349;
}
.consulting-abw-float__item.-cs::after {
  content: "\e90a";
  color: #fff;
}
@media (hover: hover) {
  .consulting-abw-float__item:hover span {
    text-decoration: underline;
  }
}

.consulting-abw-merit {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
@media (max-width: 1023px) {
  .consulting-abw-merit {
    flex-direction: column;
    gap: 16px;
  }
}
.consulting-abw-merit__item {
  background: #fff;
  width: calc((100% - 56px) / 3);
  padding: 30px;
}
@media (max-width: 1023px) {
  .consulting-abw-merit__item {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.consulting-abw-merit__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .consulting-abw-merit__ttl {
    width: 100%;
  }
}
.consulting-abw-merit__img {
  text-align: center;
  margin-bottom: 10px;
}
.consulting-abw-merit__img img {
  max-width: 200px;
}
@media (max-width: 1023px) {
  .consulting-abw-merit__img {
    width: calc(100% - 120px);
    margin-bottom: 0;
  }
  .consulting-abw-merit__img img {
    width: 100%;
  }
}
.consulting-abw-merit__num {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .consulting-abw-merit__num {
    width: 110px;
  }
}
.consulting-abw-merit__txt {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .consulting-abw-merit__txt {
    width: 100%;
  }
}

.consulting-abw-activity {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
@media (max-width: 1023px) {
  .consulting-abw-activity {
    flex-direction: column;
    gap: 20px;
  }
}
.consulting-abw-activity__block {
  border: 1px solid #CBD5DA;
}
@media (min-width: 1024px) {
  .consulting-abw-activity__block {
    display: flex;
    flex-wrap: wrap;
  }
  .consulting-abw-activity__block:nth-child(odd) {
    width: calc((100% - 28px) / 5 * 3);
  }
  .consulting-abw-activity__block:nth-child(even) {
    width: calc((100% - 28px) / 5 * 2);
  }
}
.consulting-abw-activity__ttl {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 6px;
  background: #E2E9ED;
  border-bottom: 1px solid #CBD5DA;
}
@media (min-width: 1024px) {
  .consulting-abw-activity__item {
    flex: 1;
  }
  .consulting-abw-activity__item:not(:last-child) {
    border-right: 1px solid #CBD5DA;
  }
}
@media (max-width: 1023px) {
  .consulting-abw-activity__item {
    display: flex;
    flex-direction: row-reverse;
  }
  .consulting-abw-activity__item:not(:last-child) {
    border-bottom: 1px solid #CBD5DA;
  }
}
.consulting-abw-activity__txt {
  padding: 16px;
}
@media (max-width: 1023px) {
  .consulting-abw-activity__txt {
    flex: 1;
    padding: 16px 20px;
  }
}
.consulting-abw-activity__txt h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .consulting-abw-activity__txt h3 {
    text-align: center;
  }
}
.consulting-abw-activity__txt p {
  font-size: 1.4rem;
}
.consulting-abw-activity__img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
@media (max-width: 1023px) {
  .consulting-abw-activity__img {
    padding: 20px;
  }
}
.consulting-abw-activity__img img {
  width: 100%;
  max-width: 145px;
}
@media (max-width: 1023px) {
  .consulting-abw-activity__img img {
    max-width: 70px;
  }
}
.consulting-abw-activity__img.-bg01 {
  background: #3C6B8D;
}
.consulting-abw-activity__img.-bg02 {
  background: #4B8696;
}
.consulting-abw-activity__img.-bg03 {
  background: #4893AE;
}
.consulting-abw-activity__img.-bg04 {
  background: #E2C863;
}
.consulting-abw-activity__img.-bg05 {
  background: #D1B598;
}
.consulting-abw-activity__img.-bg06 {
  background: #CE5040;
}
.consulting-abw-activity__img.-bg07 {
  background: #EA9A37;
}
.consulting-abw-activity__img.-bg08 {
  background: #DEB9B3;
}
.consulting-abw-activity__img.-bg09 {
  background: #A0B455;
}
.consulting-abw-activity__img.-bg10 {
  background: #7D7B77;
}

.consulting-abw-performance {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
@media (max-width: 1023px) {
  .consulting-abw-performance {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .consulting-abw-performance__item {
    display: grid;
    grid-template-columns: 166px 1fr;
    gap: 20px 16px;
    width: calc(50% - 14px);
  }
}
@media (min-width: 1024px) {
  .consulting-abw-performance__img {
    grid-area: 1/1/2/3;
  }
}
.consulting-abw-performance__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .consulting-abw-performance__ttl {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 1023px) {
  .consulting-abw-performance__ttl {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
.consulting-abw-performance__ttl.-blue {
  background: #3C6B8D;
}
.consulting-abw-performance__ttl.-yellow {
  background: #E2C863;
}
.consulting-abw-performance__ttl.-pink {
  background: #DEB9B3;
}
.consulting-abw-performance__ttl.-green {
  background: #A0B455;
}
@media (min-width: 1024px) {
  .consulting-abw-performance__txt {
    grid-area: 2/2/3/3;
  }
}

.consulting-abw-recruit-ttl {
  line-height: 1.5;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px 12px;
}
@media (max-width: 1023px) {
  .consulting-abw-recruit-ttl {
    flex-direction: column;
  }
}
.consulting-abw-recruit-ttl > span {
  display: block;
}
.consulting-abw-recruit-ttl > span:first-child {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 6px 15px;
  background: #F0F4F6;
}
@media (max-width: 1023px) {
  .consulting-abw-recruit-ttl > span:first-child {
    padding: 4px 10px;
    font-size: 1.8rem;
  }
}
.consulting-abw-recruit-ttl > span:last-child {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
}
.consulting-abw-recruit-ttl > span:last-child > span {
  font-size: 2.4rem;
  color: #E63D30;
}

.field-museum-display {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 28px;
}
.field-museum-display__item {
  width: calc(50% - 14px);
  background: #F0F4F6;
  padding: 24px;
}
@media (max-width: 1023px) {
  .field-museum-display__item {
    width: 100%;
  }
}
.field-museum-display__ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.field-museum-display__ttl > div {
  width: 80px;
}
.field-museum-display__ttl > h4 {
  flex: 1;
}
.field-museum-display__ttl > h4 span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.field-museum-display__ttl > h4 span:first-child {
  font-size: 2rem;
  margin-bottom: 4px;
}
.field-museum-display__ttl > h4 span:last-child {
  font-size: 1.4rem;
}

.field-museum-card__ttl {
  padding: 16px;
  background: #F0F4F6;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .field-museum-card__ttl {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .field-museum-card {
    display: flex;
  }
  .field-museum-card__img {
    width: 160px;
  }
  .field-museum-card__ttl {
    flex: 1;
    display: flex;
    align-items: center;
  }
}

.field-distribution-flow__item {
  display: flex;
  gap: 16px 28px;
  align-items: center;
  background: #F0F4F6;
  position: relative;
  padding: 30px;
}
@media (max-width: 1023px) {
  .field-distribution-flow__item {
    flex-direction: column;
    padding: 20px;
  }
}
.field-distribution-flow__item:not(:last-child) {
  margin-bottom: 62px;
}
.field-distribution-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #CBD5DA transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
}
.field-distribution-flow__item.-last {
  background: #E2E9ED;
  border: 1px solid #CBD5DA;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .field-distribution-flow__item.-last {
    font-size: 2.1rem;
    padding: 4px 16px;
  }
}
.field-distribution-flow__inner {
  flex: 1;
}
.field-distribution-flow__ttl {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
}
.field-distribution-flow__ttl span:first-child {
  display: inline-block;
  background: #C5D3DB;
  font-size: 1.8rem;
  padding: 4px 12px;
  margin-right: 12px;
  vertical-align: bottom;
}
@media (max-width: 1023px) {
  .field-distribution-flow__ttl span:first-child {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.field-distribution-flow__ttl span:last-child {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .field-distribution-flow__ttl span:last-child {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  .field-distribution-flow__img {
    width: 40%;
  }
}

.field-distribution-card {
  display: block;
}
.field-distribution-card__img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 180/116;
}
.field-distribution-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.field-distribution-card__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px;
  text-align: center;
  background: #fff;
}
.field-distribution-card__ttl {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
}
.field-distribution-card__ttl small {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .field-distribution-card {
    display: flex;
  }
  .field-distribution-card__img {
    max-width: 160px;
  }
  .field-distribution-card__inner {
    flex: 1;
    text-align: left;
  }
  .field-distribution-card__ttl small {
    font-size: 1.2rem;
  }
}

a.field-distribution-card .field-distribution-card__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
  color: #E63D30;
}
a.field-distribution-card[target=_blank] .field-distribution-card__ttl::after {
  content: "\e900";
}
@media (hover: hover) {
  a.field-distribution-card:hover .field-distribution-card__img img {
    transform: scale(1.1, 1.1);
  }
  a.field-distribution-card:hover .field-distribution-card__ttl span {
    text-decoration: underline;
  }
}

.product-line {
  border: 0;
  border-top: 1px solid #CBD5DA;
}

.product-catalog-list {
  display: flex;
  gap: 32px 28px;
}

.product-catalog-item {
  display: grid;
  gap: 0 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D3DEE4;
  height: 100%;
}
@media (min-width: 1024px) {
  .product-catalog-item {
    grid-template-columns: 32% 1fr;
    grid-template-rows: auto 1fr;
  }
  .product-catalog-item.-vertical {
    grid-template-columns: 32% 1fr;
  }
  .product-catalog-item.-horizontal {
    grid-template-columns: 45% 1fr;
  }
}
@media (max-width: 1023px) {
  .product-catalog-item {
    padding-bottom: 24px;
  }
}
.product-catalog-item__img {
  grid-area: 1/1/3/2;
}
@media (max-width: 1023px) {
  .product-catalog-item__img {
    grid-area: 2/1/3/2;
    text-align: center;
    margin-bottom: 16px;
  }
  .product-catalog-item.-vertical .product-catalog-item__img img {
    width: 144px;
  }
  .product-catalog-item.-horizontal .product-catalog-item__img img {
    width: 205px;
  }
}
.product-catalog-item__ttl {
  grid-area: 1/2/2/3;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .product-catalog-item__ttl {
    grid-area: 1/1/2/2;
    margin-bottom: 16px;
  }
}
.product-catalog-item__ttl > div:first-child {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .product-catalog-item__ttl > div:first-child {
    margin-bottom: 5px;
  }
}
.product-catalog-item__ttl > div:last-child {
  font-size: 2.1rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .product-catalog-item__ttl > div:last-child {
    font-size: 1.8rem;
  }
}
.product-catalog-item__btns {
  grid-area: 2/2/3/3;
}
@media (max-width: 1023px) {
  .product-catalog-item__btns {
    grid-area: 3/1/4/2;
  }
}
.product-catalog-item__link {
  font-size: 1.4rem;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .product-catalog-item__link {
    text-align: center;
  }
}

.column-top-heading {
  background: #DDEEFF;
  position: relative;
  padding-bottom: 6vw;
}
@media (min-width: 2800px) {
  .column-top-heading {
    padding-bottom: 4vw;
  }
}
@media (max-width: 1023px) {
  .column-top-heading {
    padding-bottom: 9.5vw;
  }
}
.column-top-heading::before {
  content: "";
  display: block;
  width: 110%;
  min-height: 400px;
  height: 25vw;
  background: #fff;
  border-bottom-left-radius: 55% 15vw;
  border-bottom-right-radius: 55% 15vw;
  margin-left: -5%;
  margin-right: -5%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.column-top-heading__wrap {
  padding: 48px 115px 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-top-heading__wrap {
    padding: 48px 72px 0;
  }
}
@media (max-width: 1279px) {
  .column-top-heading__wrap {
    padding: 48px 48px 0;
  }
}
@media (max-width: 1023px) {
  .column-top-heading__wrap {
    background: #fff;
    padding: 30px 20px 0;
  }
}
.column-top-heading__inner {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.column-top-heading__ttl {
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .column-top-heading__ttl {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .column-top-heading__ttl {
    margin-bottom: 30px;
  }
}
.column-top-heading__ttl > div:first-child {
  position: relative;
}
@media (min-width: 1024px) {
  .column-top-heading__ttl > div:first-child {
    flex: 1;
    margin-right: 64px;
  }
}
.column-top-heading__ttl > div:first-child h1 {
  margin: 25px 0 40px 0;
}
@media (max-width: 1023px) {
  .column-top-heading__ttl > div:first-child h1 {
    margin: 0 0 16px 0;
  }
  .column-top-heading__ttl > div:first-child h1 img {
    width: 80%;
    min-width: 270px;
  }
}
.column-top-heading__ttl > div:first-child > p {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .column-top-heading__ttl > div:first-child > p {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .column-top-heading__ttl > div:last-child {
    width: 50%;
  }
}
.column-top-heading__ttl > div:last-child img {
  width: 100%;
}

.column-category {
  display: flex;
}
@media (max-width: 1023px) {
  .column-category {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 0;
    margin: 0 -10px !important;
  }
}
.column-category li {
  position: relative;
}
.column-category li::after {
  content: "";
  display: block;
  width: 1px;
  height: 72px;
  background: #CBD5DA;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .column-category li {
    flex: 1;
  }
  .column-category li:last-child::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .column-category li {
    width: 25%;
  }
  .column-category li:nth-child(4)::after {
    display: none;
  }
  .column-category li:nth-child(5)::before {
    content: "";
    display: block;
    width: 1px;
    height: 72px;
    background: #CBD5DA;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.column-category__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .column-category__link {
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .column-category__link {
    height: 76px;
  }
}
.column-category__link::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  max-width: 81px;
  height: 2px;
  background: #E63D30;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  transition: 0.3s all;
  opacity: 0;
}
.column-category__link.-current::after {
  opacity: 1;
}
@media (hover: hover) {
  .column-category__link:hover::after {
    opacity: 1;
  }
}
.column-category__link > span {
  display: block;
}
.column-category__link > span:first-child {
  width: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .column-category__link > span:first-child {
    margin-bottom: 2px;
  }
}
.column-category__link > span:first-child img {
  width: 100%;
}
.column-category__link > span:last-child {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1023px) {
  .column-category__link > span:last-child {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.column-top-main {
  background: #fff;
  position: relative;
  padding-bottom: 7vw;
}
@media (min-width: 2549px) {
  .column-top-main {
    padding-bottom: 5vw;
  }
}
@media (max-width: 1279px) {
  .column-top-main {
    padding-bottom: 9.5vw;
  }
}
.column-top-main::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 22vw);
  background: #DDEEFF;
  position: absolute;
  top: 0;
  left: 0;
}
.column-top-main::after {
  content: "";
  display: block;
  width: 110%;
  min-height: 400px;
  height: 25vw;
  background: #DDEEFF;
  border-bottom-left-radius: 55% 8vw;
  border-bottom-right-radius: 55% 8vw;
  margin-left: -5%;
  margin-right: -5%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.column-top-main__wrap {
  padding: 0 115px;
  background: url(/resources/column/assets/img/img_new02.png) no-repeat calc(50% + 700px) calc(100% - 80px)/244px auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 2000px) {
  .column-top-main__wrap {
    padding-top: 48px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-top-main__wrap {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .column-top-main__wrap {
    padding: 0 48px;
  }
}
@media (max-width: 1920px) {
  .column-top-main__wrap {
    background-position: calc(100% - 120px) calc(100% - 80px);
  }
}
@media (max-width: 1023px) {
  .column-top-main__wrap {
    padding: 30px 20px 100px;
    background-size: 100px auto;
    background-position: calc(100% - 20px) 100%;
  }
}
.column-top-main__inner {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.column-top-main__heading {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}
.column-top-main__heading img {
  width: 141px;
}
.column-top-main__heading > span {
  font-size: 3.4rem;
  font-weight: 700;
  color: #003349;
}
.column-top-main__heading > span > span {
  color: #E63D30;
}
@media (max-width: 1023px) {
  .column-top-main__heading {
    gap: 16px;
  }
  .column-top-main__heading img {
    width: 60px;
  }
  .column-top-main__heading > span {
    font-size: 2.8rem;
  }
}

.c-slider__item:has(.column-card) {
  padding-top: 10px;
}

.column-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.column-card.-first::after, .column-card.-second::after, .column-card.-third::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center/contain;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 5;
}
.column-card.-first::after {
  background-image: url(/resources/column/assets/img/icon_first.svg);
}
.column-card.-second::after {
  background-image: url(/resources/column/assets/img/icon_second.svg);
}
.column-card.-third::after {
  background-image: url(/resources/column/assets/img/icon_third.svg);
}
@media (max-width: 1023px) {
  .column-card {
    border-radius: 8px;
  }
}
.column-card:only-child {
  height: 100%;
}
.column-card__inner {
  padding: 24px;
}
@media (max-width: 1023px) {
  .column-card__inner {
    padding: 16px;
  }
}
.column-card__img {
  border: 1px solid #D3DEE4;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 1023px) {
  .column-card__img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.column-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.column-card__category {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .column-card__category {
    margin-bottom: 8px;
  }
}
.column-card__category span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 5px 16px;
  background: #C5D3DB;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #003349;
}
.column-card__sub-category span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  border: 1px solid #98ACB5;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #658491;
}
.column-card__date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #325B6D;
  margin-bottom: 12px;
  position: relative;
}
.column-card__ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.column-card__ttl:not(:last-child) {
  margin-bottom: 16px;
}
.column-card__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
.column-card.-new .column-card__date::after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 24px;
  background: #E63D30;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 8em;
}
@media (min-width: 1024px) {
  .column-card.-large {
    display: flex;
  }
  .column-card.-large .column-card__img {
    width: 60%;
    border-top-left-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }
  .column-card.-large .column-card__inner {
    width: 40%;
    padding: 40px;
  }
  .column-card.-large .column-card__category {
    margin-bottom: 20px;
  }
  .column-card.-large .column-card__date {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .column-card.-large.-new .column-card__date::after {
    font-size: 1.4rem;
  }
  .column-card.-large .column-card__ttl {
    font-size: 2.2rem;
  }
}
@media (hover: hover) {
  .column-card:hover .column-card__img img {
    transform: scale(1.1, 1.1);
  }
  .column-card:hover .column-card__ttl span {
    text-decoration: underline;
  }
}

.column-heading-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003349;
  margin-bottom: 24px;
}
.column-heading-icon img {
  width: 60px;
}
.column-heading-icon.-icon-small img {
  width: 40px;
}
.column-heading-icon.-txt-small {
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  .column-heading-icon {
    gap: 8px;
    font-size: 2.4rem;
  }
  .column-heading-icon img {
    width: 40px;
  }
  .column-heading-icon.-icon-small img {
    width: 32px;
  }
  .column-heading-icon.-txt-small {
    font-size: 2.1rem;
  }
}

.column-top-tag {
  padding: 32px 24px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .column-top-tag {
    padding: 20px 16px;
  }
}
.column-top-tag__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 24px 16px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .column-top-tag__list {
    font-size: 1.2rem;
    gap: 12px 4px;
  }
}
.column-top-tag__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 27px;
  color: #325B6D;
}
@media (hover: hover) {
  .column-top-tag__list a:hover {
    text-decoration: underline;
  }
}

.column-pickup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  .column-pickup-list {
    grid-template-columns: 1fr;
  }
}
.column-pickup-list__item {
  display: grid;
  height: 100%;
  gap: 16px 30px;
  grid-template-columns: 230px 1fr;
  grid-template-rows: max-content max-content 1fr;
  padding-bottom: 32px;
  border-bottom: 1px solid #C5D3DB;
}
@media (max-width: 1023px) {
  .column-pickup-list__item {
    gap: 10px 15px;
    grid-template-columns: 160px 1fr;
    grid-template-rows: max-content 1fr max-content;
  }
}
@media (hover: hover) {
  .column-pickup-list__item:hover .column-pickup-list__img img {
    transform: scale(1.1, 1.1);
  }
  .column-pickup-list__item:hover .column-pickup-list__ttl span {
    text-decoration: underline;
  }
}
.column-pickup-list__img {
  grid-area: 1/1/4/2;
  border: 1px solid #D3DEE4;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16/9;
}
@media (max-width: 1023px) {
  .column-pickup-list__img {
    grid-area: 1/1/3/2;
    border-radius: 8px;
  }
}
.column-pickup-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.column-pickup-list__category {
  grid-area: 1/2/2/3;
}
.column-pickup-list__category > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 28px;
  padding: 2px 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003349;
  background: #C5D3DB;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .column-pickup-list__category {
    grid-area: 1/2/2/3;
  }
}
.column-pickup-list__date {
  grid-area: 2/2/3/3;
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
@media (max-width: 1023px) {
  .column-pickup-list__date {
    grid-area: 2/2/3/3;
  }
}
.column-pickup-list__ttl {
  grid-area: 3/2/4/3;
  font-size: 1.6rem;
  font-weight: 700;
}
.column-pickup-list__ttl::after {
  content: "\e90a";
  margin-left: 0.25em;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .column-pickup-list__ttl {
    grid-area: 3/1/4/3;
  }
}

.column-article {
  padding: 64px 115px;
  background: #DDEEFF;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-article {
    padding: 64px 72px;
  }
}
@media (max-width: 1279px) {
  .column-article {
    padding: 64px 48px;
  }
}
@media (max-width: 1023px) {
  .column-article {
    padding: 30px 20px 64px;
  }
}
.column-article::before {
  content: "";
  display: block;
  width: 110%;
  min-height: 400px;
  height: 25vw;
  background: #fff;
  border-bottom-left-radius: 55% 15vw;
  border-bottom-right-radius: 55% 15vw;
  margin-left: -5%;
  margin-right: -5%;
  position: absolute;
  top: 0;
  left: 0;
}
.column-article__inner {
  max-width: 1136px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.column-article__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .column-article__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.column-article__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
@media (max-width: 1023px) {
  .column-article__date {
    font-size: 1.4rem;
  }
}
.column-article__heading {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 32px 0;
}
@media (max-width: 1023px) {
  .column-article__heading {
    font-size: 2.8rem;
    margin: 16px 0 24px;
  }
}
.column-article__share {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .column-article__share {
    margin-bottom: 16px;
  }
}

.column-article-contents {
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .column-article-contents {
    border-radius: 8px;
  }
}
.column-article-contents__kv {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .column-article-contents__kv {
    border-radius: 8px;
  }
}
.column-article-contents__inner {
  padding: 64px 97px 40px;
}
@media (max-width: 1023px) {
  .column-article-contents__inner {
    padding: 32px 16px 40px;
  }
}

.column-article-links {
  padding: 32px 40px;
  background: #F4F9FF;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .column-article-links {
    padding: 20px;
  }
}
.column-article-links:not(:last-child) {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .column-article-links:not(:last-child) {
    margin-bottom: 40px;
  }
}
.column-article-links__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 1023px) {
  .column-article-links__ttl {
    font-size: 1.8rem;
  }
}
.column-article-links__list + .column-article-links__list {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .column-article-links__list + .column-article-links__list {
    margin-top: 16px;
  }
}
.column-article-links__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media (hover: hover) {
  .column-article-links__list li a:hover {
    text-decoration: underline;
  }
}
.column-article-links__list.-dot > li {
  padding-left: 1.25em;
  position: relative;
}
.column-article-links__list.-dot > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #003349;
  border-radius: 100%;
  position: absolute;
  top: 0.8em;
  left: 4px;
}
.column-article-links__list.-order {
  counter-reset: number;
}
.column-article-links__list.-order > li {
  text-indent: -1.25em;
  padding-left: 1.25em;
  position: relative;
}
.column-article-links__list.-order > li::before {
  content: counter(number);
  counter-increment: number;
  padding-right: 0.75em;
}

.column-article-balloon + .column-article-balloon {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .column-article-balloon + .column-article-balloon {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .column-article-balloon {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    gap: 52px;
    max-width: 748px;
    margin: 0 auto;
  }
  .column-article-balloon.-left .column-article-balloon__people {
    grid-area: 1/1/2/2;
  }
  .column-article-balloon.-right .column-article-balloon__people {
    grid-area: 1/3/2/4;
  }
}
.column-article-balloon__people {
  text-align: center;
}
.column-article-balloon__people img {
  border-radius: 100%;
}
.column-article-balloon__people span {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .column-article-balloon__people {
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: left;
  }
  .column-article-balloon__people img {
    width: 64px;
  }
  .column-article-balloon__people span {
    flex: 1;
  }
}
.column-article-balloon__txt {
  padding: 24px;
  border-radius: 8px;
  font-size: 1.4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .column-article-balloon__txt {
    grid-area: 1/2/2/3;
  }
}
@media (max-width: 1023px) {
  .column-article-balloon__txt {
    padding: 16px;
    margin-top: 36px;
  }
}
.column-article-balloon__txt::before, .column-article-balloon__txt::after {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  position: absolute;
  top: 24px;
}
.column-article-balloon__txt::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  left: -28px;
}
.column-article-balloon__txt::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  right: -28px;
}
@media (max-width: 1023px) {
  .column-article-balloon__txt::before, .column-article-balloon__txt::after {
    content: "";
    display: block;
    width: 16px;
    height: 28px;
    position: absolute;
    top: -28px;
    left: 16px;
    right: inherit;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
.column-article-balloon.-red .column-article-balloon__txt {
  background: #FFF0EF;
}
.column-article-balloon.-red .column-article-balloon__txt::before, .column-article-balloon.-red .column-article-balloon__txt::after {
  background: #FFF0EF;
}
.column-article-balloon.-blue .column-article-balloon__txt {
  background: #E4F2FA;
}
.column-article-balloon.-blue .column-article-balloon__txt::before, .column-article-balloon.-blue .column-article-balloon__txt::after {
  background: #E4F2FA;
}
.column-article-balloon.-gray .column-article-balloon__txt {
  background: #ECEEEF;
}
.column-article-balloon.-gray .column-article-balloon__txt::before, .column-article-balloon.-gray .column-article-balloon__txt::after {
  background: #ECEEEF;
}
.column-article-balloon.-left .column-article-balloon__txt::after {
  display: none;
}
.column-article-balloon.-right .column-article-balloon__txt::before {
  display: none;
}

.column-article-profile__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003349;
  margin-bottom: 24px;
}
.column-article-profile__heading img {
  width: 60px;
}
@media (max-width: 1023px) {
  .column-article-profile__heading {
    gap: 8px;
    font-size: 2.4rem;
  }
  .column-article-profile__heading img {
    width: 40px;
  }
}
.column-article-profile__item {
  display: grid;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  grid-template-columns: auto 1fr;
}
@media (min-width: 1024px) {
  .column-article-profile__item {
    grid-template-rows: auto auto 1fr;
  }
}
@media (max-width: 1023px) {
  .column-article-profile__item {
    border-radius: 8px;
    padding: 24px;
    align-items: center;
  }
}
.column-article-profile__item + .column-article-profile__item {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .column-article-profile__item + .column-article-profile__item {
    margin-top: 16px;
  }
}
.column-article-profile__img {
  width: 200px;
  margin-right: 52px;
}
.column-article-profile__img img {
  width: 100%;
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .column-article-profile__img {
    grid-area: 1/1/4/2;
  }
}
@media (max-width: 1023px) {
  .column-article-profile__img {
    width: 80px;
    margin-right: 16px;
    grid-area: 1/1/2/2;
  }
}
.column-article-profile__name {
  font-size: 2.4rem;
  font-weight: 700;
}
.column-article-profile__name span {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .column-article-profile__name {
    grid-area: 1/2/2/3;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .column-article-profile__name {
    font-size: 1.8rem;
    line-height: 1.4;
    grid-area: 1/2/2/3;
  }
  .column-article-profile__name span {
    font-size: 1.2rem;
  }
}
.column-article-profile__position {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .column-article-profile__position {
    grid-area: 2/2/3/3;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .column-article-profile__position {
    grid-area: 2/1/3/3;
    margin: 16px 0;
  }
}
.column-article-profile__story {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .column-article-profile__story {
    grid-area: 3/2/4/3;
  }
}
@media (max-width: 1023px) {
  .column-article-profile__story {
    grid-area: 3/1/4/3;
  }
}

.column-article-popup {
  display: none;
  width: 280px;
  background: #F0F4F6;
  border: 1px solid #CBD5DA;
  position: fixed;
  right: calc(4.5vw + 56px);
  bottom: 32px;
  z-index: 9997;
  transition: bottom 0.3s;
}
@media (max-width: 1023px) {
  .column-article-popup {
    width: 248px;
    bottom: 16px;
  }
}
.column-article-popup__toggle {
  padding: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .column-article-popup__toggle {
    padding: 14px 8px;
    font-size: 1.4rem;
  }
}
.column-article-popup__toggle button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #E2E9ED;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .column-article-popup__toggle button {
    right: 8px;
  }
}
.column-article-popup__toggle button::before {
  content: "\e917";
  font-size: 1.8rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #003349;
}
.column-article-popup__inner {
  padding: 0 16px 16px;
}
.column-article-popup__img {
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .column-article-popup__img {
    margin-bottom: 12px;
  }
}
.column-article-popup__img img {
  width: 100%;
  transition: 0.3s all;
}
.column-article-popup__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1023px) {
  .column-article-popup__ttl {
    font-size: 1.2rem;
  }
}
.column-article-popup__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin-left: 0.25em;
}
.column-article-popup__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 340px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 100px;
  color: #fff;
  background: #003349;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .column-article-popup__btn {
    min-height: 46px;
    font-size: 1.2rem;
  }
}
.column-article-popup__btn::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}
.column-article-popup__btn::after {
  color: #fff;
}
@media (hover: hover) {
  .column-article-popup__link:hover .column-article-popup__img img {
    transform: scale(1.1, 1.1);
  }
  .column-article-popup__link:hover .column-article-popup__ttl span {
    text-decoration: underline;
  }
  .column-article-popup__link:hover .column-article-popup__btn {
    background: #E63D30;
  }
}
.column-article-popup.-minimized {
  width: inherit;
  bottom: 0;
}
.column-article-popup.-minimized .column-article-popup__toggle {
  padding: 8px 54px 8px 16px;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.column-article-popup.-minimized .column-article-popup__toggle button::before {
  content: "\e918";
}
.column-article-popup.-minimized .column-article-popup__inner {
  display: none;
}

a.column-article-popup__link[target=_blank] .column-article-popup__ttl::after,
a.column-article-popup__link[target=_blank] .column-article-popup__btn::after {
  content: "\e900";
}

.column-article-bottom {
  border: 1px solid #CBD5DA;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .column-article-bottom {
    border-radius: 8px;
  }
}
.column-article-bottom__item {
  display: flex;
  align-items: center;
  padding: 30px;
}
@media (max-width: 1023px) {
  .column-article-bottom__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
.column-article-bottom__item:not(:last-child) {
  border-bottom: 1px solid #CBD5DA;
}
.column-article-bottom__item > div:first-child {
  width: 150px;
  margin-right: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .column-article-bottom__item > div:first-child {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
.column-article-bottom__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  font-size: 1.4rem;
}
.column-article-bottom__taglist a {
  color: #325B6D;
}
@media (hover: hover) {
  .column-article-bottom__taglist a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1023px) {
  .column-article-bottom__taglist {
    gap: 16px 24px;
  }
}

.column-archive {
  padding: 55px 115px 64px;
  background: #DDEEFF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-archive {
    padding: 55px 72px 64px;
  }
}
@media (max-width: 1279px) {
  .column-archive {
    padding: 55px 48px 64px;
  }
}
@media (max-width: 1023px) {
  .column-archive {
    padding: 30px 20px 64px;
  }
}
.column-archive::before {
  content: "";
  display: block;
  width: 110%;
  min-height: 400px;
  height: 25vw;
  background: #fff;
  border-bottom-left-radius: 55% 15vw;
  border-bottom-right-radius: 55% 15vw;
  margin-left: -5%;
  margin-right: -5%;
  position: absolute;
  top: 0;
  left: 0;
}
.column-archive__inner {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.column-archive__heading {
  position: relative;
  margin-bottom: 55px;
}
.column-archive__heading h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .column-archive__heading {
    margin-bottom: 32px;
  }
  .column-archive__heading h1 {
    font-size: 2.8rem;
    padding-bottom: 30px;
  }
  .column-archive__heading::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #C5D3DB;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}
.column-archive__category {
  margin-bottom: 32px;
}
.column-archive__tag {
  border: 1px solid #C5D3DB;
  border-radius: 8px;
  padding: 32px 24px;
  background: #fff;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .column-archive__tag {
    padding: 20px 16px;
    margin-bottom: 32px;
  }
}
.column-archive__tag-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 24px 16px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .column-archive__tag-list {
    font-size: 1.2rem;
    gap: 12px 4px;
  }
}
.column-archive__radio {
  cursor: pointer;
  position: relative;
}
.column-archive__radio input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.column-archive__radio span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 27px;
  color: #325B6D;
}
.column-archive__radio input:checked + span {
  background: #C5D3DB;
  border-radius: 4px;
}
@media (hover: hover) {
  .column-archive__radio:hover span {
    text-decoration: underline;
  }
}
.column-archive__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .column-archive__ttl {
    font-size: 1.6rem;
  }
}
.column-archive__ttl span {
  font-size: 2.4rem;
  margin-right: 0.25em;
}
@media (max-width: 1023px) {
  .column-archive__ttl span {
    font-size: 2.1rem;
  }
}

.column-series {
  padding: 55px 115px 32px;
  background: #DDEEFF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-series {
    padding: 55px 72px 32px;
  }
}
@media (max-width: 1279px) {
  .column-series {
    padding: 55px 48px 32px;
  }
}
@media (max-width: 1023px) {
  .column-series {
    padding: 30px 20px;
  }
}
.column-series::before {
  content: "";
  display: block;
  width: 110%;
  min-height: 400px;
  height: 25vw;
  background: #fff;
  border-bottom-left-radius: 55% 15vw;
  border-bottom-right-radius: 55% 15vw;
  margin-left: -5%;
  margin-right: -5%;
  position: absolute;
  top: 0;
  left: 0;
}
.column-series__inner {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.column-series__heading {
  position: relative;
  margin-bottom: 60px;
}
.column-series__heading h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .column-series__heading {
    margin-bottom: 24px;
  }
  .column-series__heading h1 {
    font-size: 2.8rem;
  }
}

.column-series-intro {
  display: flex;
  gap: 16px 28px;
}
@media (max-width: 1023px) {
  .column-series-intro {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .column-series-intro__img {
    width: 32%;
    min-width: 400px;
  }
}
.column-series-intro__img img {
  border-radius: 16px;
  border: 1px solid #D3DEE4;
}
@media (max-width: 1023px) {
  .column-series-intro__img img {
    border-radius: 8px;
  }
}
.column-series-intro__txt {
  flex: 1;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .column-series-intro__txt {
    font-size: 1.6rem;
  }
}
.column-series-intro__txt > div {
  padding: 24px;
}
@media (max-width: 1023px) {
  .column-series-intro__txt > div {
    background: #fff;
    padding: 8px 16px 24px;
    border-radius: 8px;
  }
}

.column-series-list__item + .column-series-list__item {
  margin-top: 24px;
}

.column-series-card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .column-series-card {
    border-radius: 8px;
    flex-direction: column;
  }
}
.column-series-card__img {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .column-series-card__img {
    width: 32%;
    min-width: 400px;
  }
}
.column-series-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #D3DEE4;
  border-top-left-radius: 16px;
  transition: 0.3s all;
}
@media (min-width: 1024px) {
  .column-series-card__img img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .column-series-card__img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.column-series-card__inner {
  flex: 1;
  padding: 50px 28px;
}
@media (max-width: 1023px) {
  .column-series-card__inner {
    padding: 16px 16px 24px;
  }
}
.column-series-card__category {
  margin-bottom: 16px;
}
.column-series-card__category span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 5px 16px;
  background: #C5D3DB;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #003349;
}
.column-series-card__sub-category span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  border: 1px solid #98ACB5;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #658491;
}
.column-series-card__date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.column-series-card__date span:first-child {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #325B6D;
  position: relative;
}
.column-series-card__ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.column-series-card__ttl:not(:last-child) {
  margin-bottom: 16px;
}
.column-series-card__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
@media (hover: hover) {
  .column-series-card:hover .column-series-card__img img {
    transform: scale(1.1, 1.1);
  }
  .column-series-card:hover .column-series-card__ttl span {
    text-decoration: underline;
  }
}

.column-series-bottom {
  padding: 13vw 115px 64px;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-series-bottom {
    padding: 13vw 72px 64px;
  }
}
@media (max-width: 1279px) {
  .column-series-bottom {
    padding: 13vw 48px 64px;
  }
}
@media (max-width: 1023px) {
  .column-series-bottom {
    padding: 13vw 20px 32px;
  }
}
.column-series-bottom::before {
  content: "";
  display: block;
  width: 110%;
  height: 25vw;
  background: #DDEEFF;
  border-bottom-left-radius: 55% 15vw;
  border-bottom-right-radius: 55% 15vw;
  margin-left: -5%;
  margin-right: -5%;
  position: absolute;
  top: -16vw;
  left: 0;
}
.column-series-bottom__inner {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.column-header {
  margin: 56px auto 0;
  text-align: center;
  padding: 0 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .column-header {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .column-header {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .column-header {
    margin: 48px auto 16px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .column-header {
    margin: 40px auto 0;
  }
}
.column-header__link img {
  width: 100%;
  max-width: 618px;
}
@media (max-width: 767px) {
  .column-header__link img {
    max-width: 450px;
  }
}
@media (hover: hover) {
  .column-header__link:hover {
    opacity: 0.7;
  }
}

.xork-header {
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .xork-header {
    height: 68px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
.xork-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
}
@media (max-width: 1023px) {
  .xork-header__inner {
    padding-left: 16px;
  }
}
.xork-header__logo {
  width: 132px;
}
@media (max-width: 1023px) {
  .xork-header__logo {
    width: 103px;
  }
}
.xork-header__cta {
  display: flex;
  gap: 1px;
  height: 100%;
}
.xork-header__btn {
  display: flex;
  align-items: center;
  background: #003349;
  color: #fff;
  padding: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1023px) {
  .xork-header__btn {
    font-size: 1.1rem;
    line-height: 1.45;
    padding: 12px;
  }
}
.xork-header__btn::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .xork-header__btn::after {
    font-size: 1.3rem;
    position: absolute;
    top: 4px;
    right: 4px;
  }
}
.xork-header__btn.-reserve::before {
  content: "\e914";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  font-size: 2.2rem;
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .xork-header__btn.-reserve::before {
    margin-right: 5px;
  }
}
@media (hover: hover) {
  .xork-header__btn:hover {
    background: #E63D30;
  }
}

.xork-mv {
  height: 34.375vw;
  background: url(/special/designhouse/assets/img/bg_main-pc.jpg) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 1023px) {
  .xork-mv {
    height: 90.66vw;
    background-image: url(/special/designhouse/assets/img/bg_main-sp.jpg);
  }
}
.xork-mv__inner {
  width: 100%;
  max-width: 1136px;
  height: 34.375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xork-mv__inner img {
  max-height: 100%;
}
@media (max-width: 1023px) {
  .xork-mv__inner {
    height: 90.66vw;
  }
}

.xork-section {
  padding: 64px 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .xork-section {
    padding: 64px 72px;
  }
}
@media (max-width: 1279px) {
  .xork-section {
    padding: 64px 48px;
  }
}
@media (max-width: 1023px) {
  .xork-section {
    padding: 48px 20px;
  }
}
.xork-section__inner {
  max-width: 1136px;
  margin: 0 auto;
}
.xork-section__heading {
  text-align: center;
  margin-bottom: 24px;
}
.xork-section__heading img {
  height: 31px;
}
@media (max-width: 1023px) {
  .xork-section__heading img {
    height: 27px;
  }
}
.xork-section__heading span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #48606A;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .xork-section__heading span {
    margin-top: 8px;
  }
}

.xork-intro-layout__lead {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .xork-intro-layout__lead {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .xork-intro-layout {
    display: grid;
    grid-template-columns: 1fr 32%;
    grid-template-rows: auto 1fr;
    gap: 64px 28px;
  }
  .xork-intro-layout__txt {
    grid-area: 1/1/2/2;
  }
  .xork-intro-layout__img01 {
    grid-area: 1/2/3/3;
  }
  .xork-intro-layout__img01 img {
    position: relative;
    width: calc(100% + 128px);
    max-width: 488px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .xork-intro-layout__img01 img {
    width: calc(100% + 6.5vw);
  }
}
@media (min-width: 1024px) {
  .xork-intro-layout__img02 {
    grid-area: 2/1/3/2;
  }
  .xork-intro-layout__img02 img {
    position: relative;
    left: -256px;
    width: calc(100% + 256px);
    max-width: 994px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .xork-intro-layout__img02 img {
    left: -13vw;
    width: calc(100% + 13vw);
  }
}
@media (max-width: 1023px) {
  .xork-intro-layout__txt {
    margin-bottom: 32px;
  }
  .xork-intro-layout__img01 {
    margin-bottom: 16px;
  }
}

.xork-concept {
  background: url(/special/designhouse/assets/img/bg_concept-pc.png) no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .xork-concept {
    background: #F0F4F6;
  }
}

.xork-concept-movie {
  max-width: 750px;
  margin: 0 auto;
}
.xork-concept-movie__caption {
  padding: 16px;
  background: #fff;
}
.xork-concept-movie__caption span {
  display: block;
  text-align: center;
}
.xork-concept-movie__caption span:first-child {
  font-weight: 500;
}
.xork-concept-movie__caption span:last-child {
  font-size: 1.4rem;
  color: #797979;
}
@media (max-width: 1023px) {
  .xork-concept-movie__caption span:last-child {
    font-size: 1.2rem;
  }
}

.xork-concept-loop {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 -115px;
}
.xork-concept-loop__img {
  display: flex;
  align-items: center;
  animation: loop infinite linear 80s both;
}
.xork-concept-loop__img li {
  width: 4644px;
}
@media (max-width: 1023px) {
  .xork-concept-loop__img li {
    width: 2057px;
  }
}

.xork-effect {
  background: url(/special/designhouse/assets/img/bg_effect-pc.png) no-repeat center center/cover;
  color: #fff;
}
@media (max-width: 1023px) {
  .xork-effect {
    background-image: url(/special/designhouse/assets/img/bg_effect-sp.png);
  }
}
.xork-effect__heading {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .xork-effect__heading {
    margin-bottom: 16px;
  }
}
.xork-effect__heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.xork-effect__heading span:first-child {
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .xork-effect__heading span:first-child {
    width: 286px;
  }
}

.xork-effect-list__txt {
  font-weight: 700;
}
.xork-effect-list__txt span {
  padding: 0 4px;
  background: #fff;
  margin-right: 4px;
  color: #003349;
}
@media (min-width: 1024px) {
  .xork-effect-list {
    display: flex;
  }
  .xork-effect-list__item {
    flex: 1;
    padding: 0 16px 16px;
  }
  .xork-effect-list__item:not(:last-child) {
    border-right: 1px solid #505A79;
  }
  .xork-effect-list__icon {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12px;
  }
  .xork-effect-list__icon img {
    width: 120px;
  }
  .xork-effect-list__txt {
    font-size: 1.8rem;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 12px;
  }
  .xork-effect-list__num {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .xork-effect-list__num img {
    height: 31px;
  }
}
@media (max-width: 1023px) {
  .xork-effect-list {
    border-top: 1px solid #505A79;
  }
  .xork-effect-list__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px 16px;
    padding: 16px 0;
    border-bottom: 1px solid #505A79;
  }
  .xork-effect-list__icon {
    display: flex;
    align-items: center;
    grid-area: 1/1/3/2;
  }
  .xork-effect-list__icon img {
    width: 80px;
  }
  .xork-effect-list__txt {
    grid-area: 1/2/2/3;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .xork-effect-list__num {
    grid-area: 2/2/3/3;
  }
  .xork-effect-list__num img {
    height: 26px;
  }
}

.xork-space-movie {
  display: flex;
}
@media (max-width: 1023px) {
  .xork-space-movie {
    flex-direction: column;
    max-width: 750px;
    margin: 0 auto;
  }
}
.xork-space-movie__caption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F0F4F6;
  padding: 24px 40px;
}
@media (max-width: 1279px) {
  .xork-space-movie__caption {
    padding: 24px 32px;
  }
}
@media (max-width: 1023px) {
  .xork-space-movie__caption {
    padding: 24px 16px;
  }
}
.xork-space-movie__caption span {
  display: block;
}
.xork-space-movie__caption span:first-child {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .xork-space-movie__caption span:first-child {
    font-size: 2.1rem;
  }
}
@media (max-width: 1279px) {
  .xork-space-movie__caption span:last-child {
    font-size: 1.4rem;
  }
}
.xork-space-movie__thumb {
  width: calc(50% - 14px);
}
@media (max-width: 1023px) {
  .xork-space-movie__thumb {
    width: 100%;
  }
}

.xork-products {
  background: #F0F4F6;
}

.xork-cta {
  background: url(/special/designhouse/assets/img/bg_cta-pc.png) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .xork-cta {
    background-image: url(/special/designhouse/assets/img/bg_cta-sp.png);
  }
}
.xork-cta__lead {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .xork-cta__lead {
    font-size: 3.4rem;
    margin-bottom: 16px;
  }
}

.xork-access {
  background: #F0F4F6;
}

@media (min-width: 1024px) {
  .xork-access-map {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .xork-access-map__txt {
    flex: 1;
  }
  .xork-access-map__img {
    width: 42%;
  }
}
@media (max-width: 1023px) {
  .xork-access-map__txt {
    margin-bottom: 32px;
  }
}
.xork-access-map__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.xork-access-map__item {
  display: flex;
  gap: 8px;
}
.xork-access-map__item + .xork-access-map__item {
  margin-top: 24px;
}
.xork-access-map__item span {
  display: block;
}
.xork-access-map__item span:first-child {
  width: 16px;
  height: 1.75em;
  display: flex;
}
.xork-access-map__item span:last-child {
  flex: 1;
}

.xork-share-list {
  display: flex;
  justify-content: center;
  gap: 28px;
}
@media (hover: hover) {
  .xork-share-list a:hover {
    opacity: 0.7;
  }
}

.company-top-mv {
  position: relative;
}
.company-top-mv__slider .slick-slide {
  opacity: 1 !important;
}
.company-top-mv__txt {
  width: 100%;
  max-width: 1377px;
  height: 34.375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company-top-mv__txt img {
  max-height: 100%;
}
@media (max-width: 1023px) {
  .company-top-mv__txt {
    padding: 2.66vw;
    height: 106.66vw;
  }
}
.company-top-mv__item {
  height: 34.375vw;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0s;
}
@media (max-width: 1023px) {
  .company-top-mv__item {
    height: 106.66vw;
  }
}
.company-top-mv .slick-active .company-top-mv__item {
  opacity: 1;
  transition: opacity ease 7s;
}
.company-top-mv .slick-continue .company-top-mv__item {
  opacity: 0;
  transition: opacity ease 7s;
}
.company-top-mv__bg {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1, 1);
  transition: transform 0s;
}
.company-top-mv__bg.-bg01 {
  background-image: url(/company/assets/img/bg_main01-pc.jpg);
}
@media (max-width: 1023px) {
  .company-top-mv__bg.-bg01 {
    background-image: url(/company/assets/img/bg_main01-sp.jpg);
  }
}
.company-top-mv__bg.-bg02 {
  background-image: url(/company/assets/img/bg_main02-pc.jpg);
}
@media (max-width: 1023px) {
  .company-top-mv__bg.-bg02 {
    background-image: url(/company/assets/img/bg_main02-sp.jpg);
  }
}
.company-top-mv__bg.-bg03 {
  background-image: url(/company/assets/img/bg_main03-pc.jpg);
}
@media (max-width: 1023px) {
  .company-top-mv__bg.-bg03 {
    background-image: url(/company/assets/img/bg_main03-sp.jpg);
  }
}
.company-top-mv__bg.-bg04 {
  background-image: url(/company/assets/img/bg_main04-pc.jpg);
}
@media (max-width: 1023px) {
  .company-top-mv__bg.-bg04 {
    background-image: url(/company/assets/img/bg_main04-sp.jpg);
  }
}
.company-top-mv__bg.-bg05 {
  background-image: url(/company/assets/img/bg_main05-pc.jpg);
}
@media (max-width: 1023px) {
  .company-top-mv__bg.-bg05 {
    background-image: url(/company/assets/img/bg_main05-sp.jpg);
  }
}
.company-top-mv__bg.-bg06 {
  background-image: url(/company/assets/img/bg_main06-pc.jpg);
}
@media (max-width: 1023px) {
  .company-top-mv__bg.-bg06 {
    background-image: url(/company/assets/img/bg_main06-sp.jpg);
  }
}
.company-top-mv .slick-active .company-top-mv__bg {
  transform: scale(1.2, 1.2);
  transition: transform ease 15s;
}
.company-top-mv .slick-continue .company-top-mv__bg {
  transform: scale(1.3, 1.3);
  transition: transform ease 15s;
}

.company-top-banner {
  margin: 50px 0;
  padding: 0 48px;
}
@media (max-width: 1023px) {
  .company-top-banner {
    margin: 32px 0;
    padding: 0 36px;
  }
}
.company-top-banner__list {
  max-width: 1136px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px 28px;
}
.company-top-banner__list img {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767px) {
  .company-top-banner__list {
    flex-direction: column;
    align-items: center;
  }
}
@media (hover: hover) {
  .company-top-banner__list a:hover {
    opacity: 0.7;
  }
}

.company-top-important-news {
  margin-bottom: 75px;
  padding: 0 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .company-top-important-news {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .company-top-important-news {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .company-top-important-news {
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
.company-top-important-news li {
  color: #B11919;
}
.company-top-important-news a {
  color: #B11919;
  font-weight: 500;
}
.company-top-important-news a[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
}
.company-top-important-news a[href*=".pdf"] {
  margin-right: 0.25em;
}
.company-top-important-news a[href*=".pdf"]::after {
  content: "\e904";
}
.company-top-important-news__block {
  max-width: 1520px;
  margin: 0 auto;
  background: #FFF6F5;
  padding: 30px;
}
@media (min-width: 1024px) {
  .company-top-important-news__block {
    display: flex;
    gap: 4vw;
  }
}
@media (max-width: 1023px) {
  .company-top-important-news__block {
    padding: 16px;
  }
}
.company-top-important-news__heading {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-top-important-news__heading img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .company-top-important-news__heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .company-top-important-news__list {
    flex: 1;
  }
}
.company-top-important-news__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .company-top-important-news__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.company-top-important-news__list li a span {
  text-decoration: underline;
}
@media (hover: hover) {
  .company-top-important-news__list li a:hover span {
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  .company-top-important-news__link {
    text-align: right;
  }
}
@media (hover: hover) {
  .company-top-important-news__link a:hover span {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .company-top-cta {
    display: none;
  }
}
@media (max-width: 1023px) {
  .company-top-cta {
    background: #F0F4F6;
    padding: 24px 36px;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .company-top-cta {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .company-top-news {
    display: flex;
    gap: 48px;
  }
  .company-top-news__latest {
    width: calc(57.3% - 24px);
  }
  .company-top-news__ir {
    width: calc(42.7% - 24px);
  }
}
@media (max-width: 1023px) {
  .company-top-news__latest {
    margin-bottom: 32px;
  }
}

.company-top-news-list {
  border-top: 1px solid #B7C9D3;
  border-bottom: 1px solid #B7C9D3;
}
.company-top-news-list li {
  margin: 32px 0;
}
@media (max-width: 1023px) {
  .company-top-news-list li {
    margin: 24px 0;
  }
}
.company-top-news-list__item {
  display: grid;
  grid-template-columns: 230px 1fr;
  grid-template-rows: min-content 1fr;
  gap: 16px 28px;
}
@media (max-width: 1023px) {
  .company-top-news-list__item {
    grid-template-columns: 144px 1fr;
    gap: 16px;
  }
}
.company-top-news-list__item[target=_blank] .company-top-news-list__ttl span:last-child::before {
  content: "\e900";
  margin-left: 0.25em;
}
.company-top-news-list__item[href*=".pdf"] .company-top-news-list__ttl > span:last-child::before {
  content: "\e904";
  margin: 0 0.25em;
}
@media (hover: hover) {
  .company-top-news-list__item:hover .company-top-news-list__img img {
    transform: scale(1.1, 1.1);
  }
  .company-top-news-list__item:hover .company-top-news-list__ttl span:first-child {
    text-decoration: underline;
  }
}
.company-top-news-list__img {
  grid-area: 1/1/3/2;
  overflow: hidden;
}
.company-top-news-list__img img {
  border: 1px solid #D3DEE4;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .company-top-news-list__img {
    grid-area: 2/1/3/2;
  }
}
.company-top-news-list__date {
  grid-area: 1/2/2/3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
}
.company-top-news-list__date > span:first-child {
  color: #325B6D;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .company-top-news-list__date > span:first-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .company-top-news-list__date {
    grid-area: 1/1/2/3;
    padding-top: 0;
    flex-wrap: wrap;
  }
}
.company-top-news-list__ttl {
  grid-area: 2/2/3/3;
  font-weight: 700;
}
.company-top-news-list__ttl > span:last-child::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}

@media (min-width: 1024px) {
  .company-top-about,
  .company-top-ir,
  .company-top-sustainability,
  .company-top-recruit {
    margin: 80px 0;
  }
  .company-top-about__inner,
  .company-top-ir__inner,
  .company-top-sustainability__inner,
  .company-top-recruit__inner {
    gap: 60px;
    width: 100%;
  }
  .company-top-about__img,
  .company-top-ir__img,
  .company-top-sustainability__img,
  .company-top-recruit__img {
    width: calc(50% - 760px + 912px - 60px);
    position: relative;
  }
  .company-top-about__img figure,
  .company-top-ir__img figure,
  .company-top-sustainability__img figure,
  .company-top-recruit__img figure {
    width: 100%;
    height: 100%;
  }
  .company-top-about__img figure img,
  .company-top-ir__img figure img,
  .company-top-sustainability__img figure img,
  .company-top-recruit__img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .company-top-about__contents,
  .company-top-ir__contents,
  .company-top-sustainability__contents,
  .company-top-recruit__contents {
    width: 608px;
    display: flex;
  }
  .company-top-about__contents > div,
  .company-top-ir__contents > div,
  .company-top-sustainability__contents > div,
  .company-top-recruit__contents > div {
    width: 100%;
  }
  .company-top-about__list,
  .company-top-ir__list,
  .company-top-sustainability__list,
  .company-top-recruit__list {
    display: flex;
    gap: 28px;
  }
  .company-top-about__list > div,
  .company-top-ir__list > div,
  .company-top-sustainability__list > div,
  .company-top-recruit__list > div {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .company-top-about,
  .company-top-ir,
  .company-top-sustainability,
  .company-top-recruit {
    margin: 48px 0;
  }
  .company-top-about__img,
  .company-top-ir__img,
  .company-top-sustainability__img,
  .company-top-recruit__img {
    margin: 0 -20px 32px 0;
  }
  .company-top-about__contents,
  .company-top-ir__contents,
  .company-top-sustainability__contents,
  .company-top-recruit__contents {
    padding: 0 20px;
  }
  .company-top-about__list > div:first-child a:last-child,
  .company-top-ir__list > div:first-child a:last-child,
  .company-top-sustainability__list > div:first-child a:last-child,
  .company-top-recruit__list > div:first-child a:last-child {
    border-bottom: 0;
  }
}
.company-top-about__inner,
.company-top-ir__inner,
.company-top-sustainability__inner,
.company-top-recruit__inner {
  display: flex;
}
.company-top-about__txt,
.company-top-ir__txt,
.company-top-sustainability__txt,
.company-top-recruit__txt {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .company-top-about__txt,
  .company-top-ir__txt,
  .company-top-sustainability__txt,
  .company-top-recruit__txt {
    margin-bottom: 32px;
  }
}
.company-top-about__link,
.company-top-ir__link,
.company-top-sustainability__link,
.company-top-recruit__link {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 16px 32px 16px 16px;
  border-top: 1px solid #B7C9D3;
  transition: 0.3s all;
}
.company-top-about__link:last-child,
.company-top-ir__link:last-child,
.company-top-sustainability__link:last-child,
.company-top-recruit__link:last-child {
  border-bottom: 1px solid #B7C9D3;
}
.company-top-about__link::after,
.company-top-ir__link::after,
.company-top-sustainability__link::after,
.company-top-recruit__link::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}
.company-top-about__link[target=_blank]::after,
.company-top-ir__link[target=_blank]::after,
.company-top-sustainability__link[target=_blank]::after,
.company-top-recruit__link[target=_blank]::after {
  content: "\e900";
}
@media (max-width: 1023px) {
  .company-top-about__link,
  .company-top-ir__link,
  .company-top-sustainability__link,
  .company-top-recruit__link {
    font-size: 1.4rem;
    padding: 20px 24px 20px 16px;
  }
  .company-top-about__link::after,
  .company-top-ir__link::after,
  .company-top-sustainability__link::after,
  .company-top-recruit__link::after {
    right: 8px;
  }
}
@media (hover: hover) {
  .company-top-about__link:hover,
  .company-top-ir__link:hover,
  .company-top-sustainability__link:hover,
  .company-top-recruit__link:hover {
    background: #F2F5F7;
  }
}
.company-top-about__btn,
.company-top-ir__btn,
.company-top-sustainability__btn,
.company-top-recruit__btn {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .company-top-about__btn,
  .company-top-ir__btn,
  .company-top-sustainability__btn,
  .company-top-recruit__btn {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .company-top-about__inner,
  .company-top-sustainability__inner {
    justify-content: flex-start;
  }
  .company-top-about__contents,
  .company-top-sustainability__contents {
    margin-right: 115px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1366px) {
  .company-top-about__contents,
  .company-top-sustainability__contents {
    margin-right: 72px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .company-top-about__contents,
  .company-top-sustainability__contents {
    margin-right: 48px;
  }
}
@media (max-width: 1023px) {
  .company-top-about__inner,
  .company-top-sustainability__inner {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .company-top-ir__inner,
  .company-top-recruit__inner {
    justify-content: flex-end;
  }
  .company-top-ir__contents,
  .company-top-recruit__contents {
    margin-left: 115px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1366px) {
  .company-top-ir__contents,
  .company-top-recruit__contents {
    margin-left: 72px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .company-top-ir__contents,
  .company-top-recruit__contents {
    margin-left: 48px;
  }
}
@media (max-width: 1023px) {
  .company-top-ir__inner,
  .company-top-recruit__inner {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .company-top-recruit__inner {
    min-height: 26.54vw;
    background: url(/company/assets/img/img_recruit.jpg) no-repeat calc(100% - 5vw) 50%/60vw auto;
  }
}
@media (max-width: 1023px) {
  .company-top-recruit__txt {
    margin-bottom: 20px;
  }
  .company-top-recruit__img {
    margin: 0 -20px 24px;
    padding: 0;
  }
  .company-top-recruit__loop {
    margin: 0 -20px 36px;
  }
}

@media (min-width: 1024px) {
  .ir-info {
    width: 352px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
}
@media (max-width: 1023px) {
  .ir-info {
    margin: 30px 20px 40px;
  }
}
.ir-info__heading {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #CBD5DA;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .ir-info__heading {
    font-size: 1.6rem;
  }
}

.ir-menu {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .ir-menu {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .ir-menu {
    padding-bottom: 30px;
  }
}
.ir-menu::before {
  content: "";
  width: 100vw;
  height: calc(100% - 40px);
  background: #F2F5F7;
  position: absolute;
  bottom: 0;
  left: 80px;
}
@media (max-width: 1023px) {
  .ir-menu::before {
    left: 20px;
    height: calc(100% - 20px);
  }
}
.ir-menu > div {
  position: relative;
  z-index: 5;
}
.ir-menu__img {
  width: calc(50% - 40px);
}
@media (max-width: 1023px) {
  .ir-menu__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ir-menu__links {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .ir-menu__links {
    width: 100%;
    gap: 15px;
  }
}
.ir-menu__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #CBD5DA;
  border-radius: 16px;
  position: relative;
  padding: 10px 40px 10px 30px;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .ir-menu__btn {
    height: 80px;
    border-radius: 8px;
    padding-left: 15px;
  }
}
.ir-menu__btn::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .ir-menu__btn::after {
    right: 15px;
  }
}
.ir-menu__btn[target=_blank]::after {
  content: "\e900";
}
.ir-menu__btn[href*=".pdf"]::after {
  content: "\e904";
}
.ir-menu__btn.-download::after {
  content: "\e919";
}
.ir-menu__btn > span:first-child {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .ir-menu__btn > span:first-child {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .ir-menu__btn > span:last-child {
    font-size: 1.2rem;
  }
}
.ir-menu__btn.-img > span:last-child {
  position: relative;
  padding-left: 156px;
}
@media (max-width: 1023px) {
  .ir-menu__btn.-img > span:last-child {
    padding-left: 144px;
  }
}
.ir-menu__btn.-img > span:last-child::before, .ir-menu__btn.-img > span:last-child::after {
  content: "";
  display: block;
  width: 156px;
  height: 1.8em;
  background: no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .ir-menu__btn.-img > span:last-child::before, .ir-menu__btn.-img > span:last-child::after {
    width: 144px;
  }
}
.ir-menu__btn.-img > span:last-child::before {
  background-image: url(/company/ir/assets/img/txt_riseitoki2023.png);
  opacity: 1;
}
.ir-menu__btn.-img > span:last-child::after {
  background-image: url(/company/ir/assets/img/txt_riseitoki2023-hover.png);
  opacity: 0;
}
@media (hover: hover) {
  .ir-menu__btn:hover {
    border-color: #E63D30;
    background: #E63D30;
    color: #fff;
  }
  .ir-menu__btn:hover::after {
    color: #fff;
  }
  .ir-menu__btn.-img:hover > span:last-child::before {
    opacity: 0;
  }
  .ir-menu__btn.-img:hover > span:last-child::after {
    opacity: 1;
  }
}

.ir-contents {
  display: flex;
  flex-wrap: wrap;
  margin: -48px -4px 0 0;
}
@media (max-width: 1023px) {
  .ir-contents {
    margin: -36px 0 0 0;
  }
}
.ir-contents__item {
  width: calc(33.333% - 4px);
  margin: 48px 4px 0 0;
}
@media (max-width: 1023px) {
  .ir-contents__item {
    width: 100%;
    margin: 36px 0 0 0;
  }
}

.ir-about {
  background: url(/company/ir/assets/img/bg_about-pc.jpg) no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .ir-about {
    background-image: url(/company/ir/assets/img/bg_about-sp.jpg);
    padding-top: 48px;
    padding-bottom: 56px;
  }
}

.ir-figure {
  border: 16px solid #F2F5F7;
  background: #fff;
  padding: 35px;
}
@media (max-width: 1023px) {
  .ir-figure {
    border-width: 10px;
    padding: 20px 20px 30px;
  }
}
.ir-figure__heading {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3DEE4;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .ir-figure__heading {
    gap: 20px;
  }
}
.ir-figure__heading img {
  width: 32px;
  height: 40px;
}
.ir-figure__heading > span {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
}
.ir-figure__heading > span > span {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .ir-figure__heading > span {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 2.1rem;
  }
  .ir-figure__heading > span > span {
    font-size: 1.2rem;
  }
}
.ir-figure + .ir-figure {
  border-top: 0;
}
@media (min-width: 768px) {
  .ir-figure img.pc\:view {
    display: block !important;
  }
  .ir-figure img.sp\:view {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .ir-figure img.pc\:view {
    display: none !important;
  }
  .ir-figure img.sp\:view {
    display: block !important;
  }
}

html[lang=en] .ir_controllBox .eir_controller_year::before {
  content: "Year:";
}
html[lang=en] .ir_controllBox .eir_controller_newstype::before {
  content: "Category:";
}

.about-loop {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-loop__txt {
  display: flex;
  align-items: center;
  animation: loop infinite linear 80s both;
}
.about-loop__txt li {
  width: 4420px;
}
@media (max-width: 1023px) {
  .about-loop__txt li {
    width: 3890px;
  }
}
.about-loop__img {
  display: flex;
  align-items: center;
  animation: loop infinite linear 60s both;
}
.about-loop__img li {
  margin: 0 50px;
  position: relative;
  height: 264px;
}
@media (max-width: 1023px) {
  .about-loop__img li {
    height: 154px;
  }
}
.about-loop__img li img {
  position: absolute;
  top: calc(50% - 132px);
  left: 0;
}
@media (max-width: 1023px) {
  .about-loop__img li img {
    top: calc(50% - 77px);
  }
}
.about-loop__img li img:first-child {
  opacity: 1;
}
.about-loop__img li img:last-child {
  opacity: 0;
}
@media (max-width: 1023px) {
  .about-loop__img li {
    margin: 0 25px;
  }
}
.about-loop__img li:nth-child(odd) {
  width: 352px;
}
@media (max-width: 1023px) {
  .about-loop__img li:nth-child(odd) {
    width: 205px;
  }
}
.about-loop__img li:nth-child(even) {
  width: 226px;
}
@media (max-width: 1023px) {
  .about-loop__img li:nth-child(even) {
    width: 131px;
  }
}
.about-loop__anime.-omote {
  animation: rotate-omote 60s linear infinite;
}
.about-loop__anime.-ura {
  animation: rotate-ura 60s linear infinite;
}
.about-loop__anime.-delay-2 {
  animation-delay: 2s;
}
.about-loop__anime.-delay-6 {
  animation-delay: 6s;
}
.about-loop__anime.-delay-10 {
  animation-delay: 10s;
}
.about-loop__anime.-delay-14 {
  animation-delay: 14s;
}
.about-loop__anime.-delay-17 {
  animation-delay: 17s;
}
.about-loop__anime.-delay-21 {
  animation-delay: 21s;
}
.about-loop__anime.-delay-25 {
  animation-delay: 25s;
}
.about-loop__anime.-delay-29 {
  animation-delay: 29s;
}
@media (max-width: 1023px) {
  .about-loop__anime.-omote {
    animation: rotate-omote 30s linear infinite;
  }
  .about-loop__anime.-ura {
    animation: rotate-ura 30s linear infinite;
  }
  .about-loop__anime.-delay-2 {
    animation-delay: 1s;
  }
  .about-loop__anime.-delay-6 {
    animation-delay: 3s;
  }
  .about-loop__anime.-delay-10 {
    animation-delay: 5s;
  }
  .about-loop__anime.-delay-14 {
    animation-delay: 7s;
  }
  .about-loop__anime.-delay-17 {
    animation-delay: 8s;
  }
  .about-loop__anime.-delay-21 {
    animation-delay: 10s;
  }
  .about-loop__anime.-delay-25 {
    animation-delay: 12s;
  }
  .about-loop__anime.-delay-29 {
    animation-delay: 9s;
  }
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes rotate-omote {
  0% {
    transform: rotateY(0);
    opacity: 1;
  }
  9% {
    transform: rotateY(0);
    opacity: 1;
  }
  10% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  49% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    transform: rotateY(0);
    opacity: 1;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotate-ura {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  9% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  10% {
    transform: rotateY(0);
    opacity: 1;
  }
  49% {
    transform: rotateY(0);
    opacity: 1;
  }
  50% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@keyframes rotate-omote-sp {
  0% {
    transform: rotateY(0);
    opacity: 1;
  }
  8% {
    transform: rotateY(0);
    opacity: 1;
  }
  10% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  48% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    transform: rotateY(0);
    opacity: 1;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotate-ura-sp {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  8% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  10% {
    transform: rotateY(0);
    opacity: 1;
  }
  48% {
    transform: rotateY(0);
    opacity: 1;
  }
  50% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@keyframes BgAnimePc {
  0% {
    background-image: url(/company/about/assets/img/bg_brand01-pc.jpg);
  }
  20% {
    background-image: url(/company/about/assets/img/bg_brand01-pc.jpg);
  }
  35% {
    background-image: url(/company/about/assets/img/bg_brand02-pc.jpg);
  }
  53% {
    background-image: url(/company/about/assets/img/bg_brand02-pc.jpg);
  }
  68% {
    background-image: url(/company/about/assets/img/bg_brand03-pc.jpg);
  }
  85% {
    background-image: url(/company/about/assets/img/bg_brand03-pc.jpg);
  }
  100% {
    background-image: url(/company/about/assets/img/bg_brand01-pc.jpg);
  }
}
@keyframes BgAnimeSp {
  0% {
    background-image: url(/company/about/assets/img/bg_brand01-sp.jpg);
  }
  20% {
    background-image: url(/company/about/assets/img/bg_brand01-sp.jpg);
  }
  35% {
    background-image: url(/company/about/assets/img/bg_brand02-sp.jpg);
  }
  53% {
    background-image: url(/company/about/assets/img/bg_brand02-sp.jpg);
  }
  68% {
    background-image: url(/company/about/assets/img/bg_brand03-sp.jpg);
  }
  85% {
    background-image: url(/company/about/assets/img/bg_brand03-sp.jpg);
  }
  100% {
    background-image: url(/company/about/assets/img/bg_brand01-sp.jpg);
  }
}
.about-block-brand {
  background: no-repeat center center/cover;
  animation: BgAnimePc 20s ease infinite;
  padding: 52px 115px;
  color: #fff;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .about-block-brand {
    padding: 52px 72px;
  }
}
@media (max-width: 1279px) {
  .about-block-brand {
    padding: 52px 48px;
  }
}
@media (max-width: 767px) {
  .about-block-brand {
    margin: 0;
    padding: 32px 20px 56vw;
    background-position: center bottom;
    animation: BgAnimeSp 20s ease infinite;
  }
}
.about-block-brand__inner {
  max-width: 1136px;
  margin: 0 auto;
}
.about-block-brand__inner p {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about-block-brand__inner p {
    text-align: center;
    margin-bottom: 25px;
  }
}
.about-block-brand__heading {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about-block-brand__heading {
    text-align: center;
    margin-bottom: 25px;
  }
}
.about-block-brand__heading img {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 767px) {
  .about-block-brand__heading img {
    max-width: 320px;
  }
}
.about-block-brand p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-block-brand p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .about-block-brand .c-btn-wrap.-pc-left {
    justify-content: flex-start;
  }
}

.about-block-brand2 {
  background: no-repeat center center/cover;
  background-image: url(/company/about/assets/img/bg_brand04-pc.jpg);
  padding: 52px 115px;
  color: #fff;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .about-block-brand2 {
    padding: 52px 72px;
  }
}
@media (max-width: 1279px) {
  .about-block-brand2 {
    padding: 52px 48px;
  }
}
@media (max-width: 767px) {
  .about-block-brand2 {
    margin: 0;
    padding: 32px 20px 56vw;
    background-image: url(/company/about/assets/img/bg_brand04-sp.jpg);
    background-position: center bottom;
  }
}
.about-block-brand2__inner {
  max-width: 1136px;
  margin: 0 auto;
}
.about-block-brand2__inner p {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about-block-brand2__inner p {
    text-align: center;
    margin-bottom: 25px;
  }
}
.about-block-brand2__heading {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about-block-brand2__heading {
    text-align: center;
    margin-bottom: 25px;
  }
}
.about-block-brand2__heading img {
  width: 100%;
  max-width: 274px;
}
@media (max-width: 767px) {
  .about-block-brand2__heading img {
    width: auto;
    max-width: unset;
    height: 43px;
  }
}
.about-block-brand2 p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-block-brand2 p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .about-block-brand2 .c-btn-wrap.-pc-left {
    justify-content: flex-start;
  }
}

.about-history-tab-btn > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px) {
  .about-history-tab-btn > span {
    width: 100%;
  }
}
.about-history-tab-btn > span > span {
  display: block;
}
.about-history-tab-btn > span > span:first-child {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .about-history-tab-btn > span > span:first-child {
    font-size: 1.2rem;
  }
}
.about-history-tab-btn > span > span:last-child {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .about-history-tab-btn > span > span:last-child {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  .about-history-tab-btn.-sp-simple > span > span:first-child {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .about-history-tab-btn.-sp-simple > span > span:last-child {
    display: none;
  }
}

.about-history-list__split {
  position: relative;
}
@media (min-width: 1024px) {
  .about-history-list__split {
    display: flex;
  }
  .about-history-list__split:first-child .about-history-list__year::before {
    height: calc(100% - 0.5em);
    top: 0.5em;
  }
  .about-history-list__split + .about-history-list__split {
    margin-top: 50px;
  }
  .about-history-list__split + .about-history-list__split::before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background: #E63D30;
    position: absolute;
    top: -50px;
    left: 98px;
  }
}
@media (max-width: 1023px) {
  .about-history-list__split {
    padding-left: 26px;
  }
  .about-history-list__split::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 10px);
    background: #E63D30;
    position: absolute;
    top: 10px;
    left: 4px;
  }
  .about-history-list__split::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #E63D30;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .about-history-list__split + .about-history-list__split {
    margin-top: 50px;
  }
  .about-history-list__split + .about-history-list__split::before {
    height: calc(100% + 50px);
    top: -50px;
  }
}
.about-history-list__year {
  font-size: 3.4rem;
  line-height: 1;
  color: #E63D30;
  position: relative;
}
@media (min-width: 1024px) {
  .about-history-list__year {
    width: 100px;
  }
  .about-history-list__year::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #E63D30;
    position: absolute;
    top: 0;
    right: 0;
  }
  .about-history-list__year::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #E63D30;
    position: absolute;
    top: calc(0.5em - 5px);
    right: -5px;
  }
}
@media (max-width: 1023px) {
  .about-history-list__year {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .about-history-list__item {
    margin-top: 0.25em;
    padding-left: 40px;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .about-history-list__item dl > div {
    display: flex;
  }
}
.about-history-list__item dl > div:not(:last-child) {
  margin-bottom: 50px;
}
.about-history-list__item dl > div dt {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .about-history-list__item dl > div dt {
    width: 72px;
  }
}
@media (min-width: 1024px) {
  .about-history-list__item dl > div dd {
    flex: 1;
  }
}
.about-history-list__item dl > div dd a {
  color: #658491;
}
.about-history-list__item dl > div dd a span {
  text-decoration: underline;
}
.about-history-list__item dl > div dd a::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin-left: 0.25em;
}
.about-history-list__item dl > div dd a[target=_blank]::after {
  content: "\e900";
}
@media (min-width: 1024px) {
  .about-history-list__item dl > div dd a:hover span {
    text-decoration: none;
  }
}
.about-history-list__img-block {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .about-history-list__img-block {
    gap: 16px;
  }
}
.about-history-list__img-block figure {
  max-width: 253px;
  width: calc(50% - 8px);
}
@media (max-width: 1023px) {
  .about-history-list__img-block figure {
    width: 147px;
    max-width: calc(50% - 8px);
  }
}
.about-history-list__img-block figure figcaption {
  font-size: 1.2rem;
  margin-top: 10px;
}

.about-process-flow {
  width: 120px;
  height: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #CBD5DA;
  margin: 32px auto;
}

.about-process-capitals-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.about-process-capitals-list li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .about-process-capitals-list li {
    width: calc((100% - 150px) / 6);
  }
}
@media (max-width: 1023px) {
  .about-process-capitals-list li {
    width: calc(50% - 15px);
  }
}
.about-process-capitals-list li span:first-child {
  text-align: center;
  margin-bottom: 12px;
}
.about-process-capitals-list li span:nth-child(2) {
  font-weight: 700;
  margin-bottom: 6px;
}
.about-process-capitals-list li span:last-child {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .about-process-capitals-list li span:last-child {
    font-size: 1.3rem;
  }
}

.about-process-business-list {
  display: flex;
  gap: 4px;
}
@media (max-width: 1023px) {
  .about-process-business-list {
    flex-wrap: wrap;
    gap: 12px 2px;
  }
}
.about-process-business-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 22px 10px 2px;
  position: relative;
}
@media (min-width: 1024px) {
  .about-process-business-list li {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .about-process-business-list li {
    padding: 10px 14px 8px 2px;
    width: calc((100% - 6px) / 4);
  }
}
.about-process-business-list li::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #F2F5F7;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .about-process-business-list li::before {
    width: calc(100% - 15px);
  }
}
.about-process-business-list li::after {
  content: "";
  width: 20px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F2F5F7;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .about-process-business-list li::after {
    width: 15px;
  }
}
.about-process-business-list li img,
.about-process-business-list li span {
  position: relative;
  z-index: 5;
}
.about-process-business-list li img {
  width: 40px;
}
@media (max-width: 1023px) {
  .about-process-business-list li img {
    width: 30px;
  }
}
.about-process-business-list li span {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1023px) {
  .about-process-business-list li span {
    font-size: 1.2rem;
  }
}

.about-process-outcome-list {
  display: flex;
  gap: 15px 30px;
}
@media (max-width: 1023px) {
  .about-process-outcome-list {
    flex-direction: column;
  }
}
.about-process-outcome-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 116px;
  height: 100%;
  padding: 20px 10px;
  border: 8px solid #F2F5F7;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.about-process-outcome-list li small {
  font-size: 1.8rem;
}
.about-process-outcome-list li strong {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 4.4rem;
  line-height: 1.2;
}

.about-officer-profile + .about-officer-profile {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #CBD5DA;
}
@media (max-width: 1023px) {
  .about-officer-profile + .about-officer-profile {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .about-officer-profile {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px 40px;
  }
  .about-officer-profile__img {
    grid-area: 1/1/2/2;
  }
  .about-officer-profile__data {
    grid-area: 2/1/3/2;
  }
  .about-officer-profile__career {
    grid-area: 1/2/3/3;
  }
}
.about-officer-profile__img img {
  max-width: 254px;
}
@media (max-width: 1023px) {
  .about-officer-profile__img {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .about-officer-profile__data {
    margin-bottom: 20px;
  }
}
.about-officer-profile__name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-officer-profile__name span:first-child {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .about-officer-profile__name span:first-child {
    font-size: 2.4rem;
  }
}
.about-officer-profile__name span:last-child {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .about-officer-profile__name span:last-child {
    font-size: 1.2rem;
  }
}
.about-officer-profile__position {
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
@media (max-width: 1023px) {
  .about-officer-profile__position {
    font-size: 1.2rem;
  }
}
.about-officer-profile__career dl > div {
  display: flex;
  gap: 10px;
}
@media (max-width: 1023px) {
  .about-officer-profile__career dl > div {
    gap: 5px;
  }
}
.about-officer-profile__career dl > div dt {
  font-weight: 400;
  width: 105px;
}
@media (max-width: 1023px) {
  .about-officer-profile__career dl > div dt {
    width: 85px;
  }
}
.about-officer-profile__career dl > div dd {
  flex: 1;
}
.about-officer-profile__career dl > div:not(:last-child) {
  margin-bottom: 4px;
}

.brand-mv {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .brand-mv__inner {
    height: 680px;
  }
}
@media (max-width: 1023px) {
  .brand-mv__inner {
    height: 140vw;
    position: relative;
  }
}
.brand-mv__mask {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask: url(/company/brand/assets/img/img_mv_text-pc.png) no-repeat center center/contain;
          mask: url(/company/brand/assets/img/img_mv_text-pc.png) no-repeat center center/contain;
}
.brand-mv__mask video {
  aspect-ratio: 16/9;
}
@media (max-width: 1023px) {
  .brand-mv__mask {
    -webkit-mask-image: url(/company/brand/assets/img/img_mv_text-sp.png);
            mask-image: url(/company/brand/assets/img/img_mv_text-sp.png);
  }
  .brand-mv__mask video {
    height: 140vw;
  }
}
.brand-mv__chair01, .brand-mv__chair02 {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 150px;
  aspect-ratio: 16/21;
}
@media (max-width: 1600px) {
  .brand-mv__chair01, .brand-mv__chair02 {
    width: 10vw;
  }
}
@media (max-width: 1023px) {
  .brand-mv__chair01, .brand-mv__chair02 {
    width: 13vw;
  }
}
@media (min-width: 1024px) {
  .brand-mv__chair01 {
    top: 230px;
    left: calc(50% - 390px);
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .brand-mv__chair01 {
    top: calc(50% - 10.5vw);
    left: 26vw;
  }
}
@media (max-width: 1023px) {
  .brand-mv__chair01 {
    top: 41%;
    left: calc(50% - 3vw);
  }
}
@media (min-width: 1024px) {
  .brand-mv__chair02 {
    bottom: 30px;
    right: calc(50% - 385px);
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .brand-mv__chair02 {
    bottom: calc(50% - 22.5vw);
    right: 25.5vw;
  }
}
@media (max-width: 1023px) {
  .brand-mv__chair02 {
    top: 59.5%;
    left: calc(50% - 2.5vw);
  }
}
.brand-mv__img {
  width: 100%;
  aspect-ratio: 16/21;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 20s 5s linear infinite;
}
.brand-mv__img:not(:first-child) {
  opacity: 0;
}
.brand-mv__img.-item01 {
  animation-name: fadeItem01;
}
.brand-mv__img.-item02 {
  animation-name: fadeItem02;
}
.brand-mv__img.-item03 {
  animation-name: fadeItem03;
}
.brand-mv__img.-item04 {
  animation-name: fadeItem04;
}
.brand-mv__slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #fff;
}
.brand-mv__slider .slick-slide {
  opacity: 1 !important;
}
.brand-mv__slider .slick-first .brand-mv__slider-item {
  opacity: 1 !important;
  transition: opacity 0s !important;
}
.brand-mv__slider .slick-active .brand-mv__slider-item {
  opacity: 1;
  transition: opacity ease 7s;
}
.brand-mv__slider .slick-first .brand-mv__slider-bg,
.brand-mv__slider .slick-active .brand-mv__slider-bg {
  transform: scale(1.2, 1.2);
  transition: transform ease 15s;
}
.brand-mv__slider .slick-continue .brand-mv__slider-item {
  opacity: 0;
  transition: opacity ease 7s;
}
.brand-mv__slider .slick-continue .brand-mv__slider-bg {
  transform: scale(1.3, 1.3);
  transition: transform ease 15s;
}
.brand-mv__slider-item {
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0s;
}
@media (max-width: 1023px) {
  .brand-mv__slider-item {
    height: 100%;
  }
}
.brand-mv__slider-bg {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1, 1);
  transition: transform 0s;
}
.brand-mv__slider-bg.-bg01 {
  background-image: url(/company/brand/assets/img/img_mv_slide01.jpg);
}
.brand-mv__slider-bg.-bg02 {
  background-image: url(/company/brand/assets/img/img_mv_slide02.jpg);
}
.brand-mv__slider-bg.-bg03 {
  background-image: url(/company/brand/assets/img/img_mv_slide03.jpg);
}
.brand-mv__slider-bg.-bg04 {
  background-image: url(/company/brand/assets/img/img_mv_slide04.jpg);
}
.brand-mv__slider-bg.-bg05 {
  background-image: url(/company/brand/assets/img/img_mv_slide05.jpg);
}
.brand-mv__slider-bg.-bg06 {
  background-image: url(/company/brand/assets/img/img_mv_slide06.jpg);
}
.brand-mv__video01, .brand-mv__video02 {
  position: absolute;
  transform: translate(-50%, -50%);
}
.brand-mv__video01 div, .brand-mv__video02 div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brand-mv__video01::before, .brand-mv__video02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #003349;
  position: absolute;
  top: 16px;
  z-index: 4;
}
@media (max-width: 1023px) {
  .brand-mv__video01::before, .brand-mv__video02::before {
    top: 8px;
  }
}
.brand-mv__video01 {
  width: 540px;
  height: auto;
  aspect-ratio: 122/59;
}
@media (min-width: 1024px) {
  .brand-mv__video01 {
    top: 170px;
    left: calc(50% + 380px);
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .brand-mv__video01 {
    width: 33.7vw;
    top: calc(50% - 13vw);
    left: inherit;
    right: -8vw;
  }
}
@media (max-width: 1023px) {
  .brand-mv__video01 {
    width: 50vw;
    top: 16%;
    right: -17%;
  }
}
.brand-mv__video01 video {
  width: 100%;
  height: auto;
}
.brand-mv__video01::before {
  left: 16px;
}
@media (max-width: 1023px) {
  .brand-mv__video01::before {
    left: 8px;
  }
}
.brand-mv__video02 {
  width: 300px;
  height: auto;
  aspect-ratio: 70/53;
}
@media (min-width: 1024px) {
  .brand-mv__video02 {
    bottom: 10px;
    right: calc(50% + 200px);
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .brand-mv__video02 {
    width: 18.7vw;
    bottom: calc(50% - 23vw);
    right: inherit;
    left: 19vw;
  }
}
@media (max-width: 1023px) {
  .brand-mv__video02 {
    width: 40vw;
    bottom: -7%;
    left: 26%;
  }
}
.brand-mv__video02 video {
  width: auto;
  height: 100%;
}
.brand-mv__video02::before {
  right: 16px;
}
@media (max-width: 1023px) {
  .brand-mv__video02::before {
    right: 8px;
  }
}
.brand-mv__scroll {
  font-size: 1.4rem;
  font-weight: 500;
  color: #E63D30;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
@media (max-width: 1023px) {
  .brand-mv__scroll {
    font-size: 1.2rem;
  }
}
.brand-mv__scroll span {
  display: block;
}
.brand-mv__scroll span:first-child {
  margin-bottom: 5px;
}
.brand-mv__scroll span:last-child {
  margin: 0 auto;
  width: 1px;
  height: 53px;
  background: #F9D7D4;
  position: relative;
}
.brand-mv__scroll span:last-child::after {
  content: "";
  width: 1px;
  height: 53px;
  opacity: 1;
  background: #E63D30;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: brandScroll 2s ease infinite;
}

@keyframes fadeItem01 {
  0% {
    opacity: 1;
  }
  4% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeItem02 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  29% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeItem03 {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  54% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeItem04 {
  0% {
    opacity: 0;
  }
  54% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes brandScroll {
  0% {
    opacity: 0;
    height: 53px;
  }
  10% {
    opacity: 1;
  }
  48% {
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.brand-heading01 {
  margin: 0 -10px;
}
.brand-heading01 > span {
  display: block;
  line-height: 1.5;
  text-align: center;
}
.brand-heading01 > span:first-child {
  color: #E63D30;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .brand-heading01 > span:first-child {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.brand-heading01 > span:nth-child(2) {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .brand-heading01 > span:nth-child(2) {
    font-size: 3rem;
  }
}
.brand-heading01 > span:last-child {
  font-size: 1.8rem;
  font-weight: 500;
  filter: opacity(30%);
}
@media (max-width: 1023px) {
  .brand-heading01 > span:last-child {
    font-size: 1.6rem;
  }
}

.brand-heading02 > span {
  display: block;
  line-height: 1.5;
  text-align: center;
}
.brand-heading02 > span:first-child {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .brand-heading02 > span:first-child {
    margin-bottom: 30px;
  }
}
.brand-heading02 > span:first-child img {
  max-width: 100%;
}
.brand-heading02 > span:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 700;
  color: #E63D30;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .brand-heading02 > span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.brand-heading02 > span:last-child {
  font-size: 4.4rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .brand-heading02 > span:last-child {
    font-size: 3rem;
  }
}
.brand-heading02 > span:last-child > span:first-child {
  margin: 0 -0.35em;
}
.brand-heading02 > span:last-child > span:last-child {
  margin-right: -0.3em;
}
@media (max-width: 1023px) {
  .brand-heading02.-about img:first-child {
    max-width: 252px;
  }
  .brand-heading02.-business img:first-child {
    max-width: 305px;
  }
  .brand-heading02.-sociery img:first-child {
    max-width: 310px;
  }
}

.brand-loop {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.brand-loop.-to-left .brand-loop__img {
  animation: loopToLeft infinite linear 60s both;
}
.brand-loop.-to-left .brand-loop__img li:nth-child(2n+1) {
  width: 1784px;
}
@media (max-width: 1023px) {
  .brand-loop.-to-left .brand-loop__img li:nth-child(2n+1) {
    width: 1326px;
  }
}
.brand-loop.-to-right .brand-loop__img {
  animation: loopToRight infinite linear 60s both;
}
.brand-loop.-to-right .brand-loop__img li:nth-child(2n+1) {
  width: 2616px;
}
@media (max-width: 1023px) {
  .brand-loop.-to-right .brand-loop__img li:nth-child(2n+1) {
    width: 1945px;
  }
}
.brand-loop__img {
  display: flex;
  align-items: center;
}
.brand-loop__img li {
  margin: 0 30px;
}
.brand-loop__img li:nth-child(2n) {
  width: 286px;
  height: 165px;
  position: relative;
}
@media (max-width: 1023px) {
  .brand-loop__img li:nth-child(2n) {
    width: 201px;
    height: 116px;
  }
}
.brand-loop__img li:nth-child(2n) img {
  position: absolute;
  top: calc(50% - 82px);
  left: 0;
}
@media (max-width: 1023px) {
  .brand-loop__img li:nth-child(2n) img {
    top: calc(50% - 58px);
  }
}
.brand-loop__img li:nth-child(2n) img:first-child {
  opacity: 1;
}
.brand-loop__img li:nth-child(2n) img:last-child {
  opacity: 0;
}
.brand-loop__anime.-omote {
  animation: rotate-omote 30s linear infinite;
}
.brand-loop__anime.-ura {
  animation: rotate-ura 30s linear infinite;
}
.brand-loop__anime.-delay-5 {
  animation-delay: 5s;
}
@media (max-width: 1023px) {
  .brand-loop__anime.-omote {
    animation: rotate-omote-sp 15s linear infinite;
  }
  .brand-loop__anime.-ura {
    animation: rotate-ura-sp 15s linear infinite;
  }
}

@keyframes loopToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopToRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.brand-about__main {
  line-height: 0;
  position: relative;
}
.brand-about__item {
  padding: 0 20px 68px;
  position: relative;
}
@media (max-width: 1023px) {
  .brand-about__item {
    padding: 0 10px 68px;
  }
}
.brand-about__item > span {
  color: #fff;
  display: block;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.brand-about__item > span:first-of-type {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 2px 10px;
  top: 12px;
  left: 35px;
}
@media (max-width: 1023px) {
  .brand-about__item > span:first-of-type {
    top: 10px;
    left: 20px;
    font-size: 1.2rem;
  }
}
.brand-about__item > span:nth-of-type(2) {
  font-size: 4rem;
  bottom: 128px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .brand-about__item > span:nth-of-type(2) {
    bottom: 118px;
    font-size: 1.8rem;
  }
}
.brand-about__item > span:last-of-type {
  width: 100%;
  max-width: 420px;
  text-align: center;
  font-size: 1.8rem;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .brand-about__item > span:last-of-type {
    bottom: 80px;
    font-size: 1.2rem;
  }
}
.brand-about__item::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #CBD5DA;
  position: absolute;
  bottom: 14px;
  left: 20px;
}
@media (max-width: 1023px) {
  .brand-about__item::before {
    width: 100vw;
    bottom: 32px;
  }
}
.brand-about__item::after {
  content: "";
  width: 19px;
  height: 19px;
  border-top: 1px solid #CBD5DA;
  border-right: 1px solid #CBD5DA;
  transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  right: 23px;
}
@media (max-width: 1023px) {
  .brand-about__item::after {
    display: none;
  }
}
.brand-about__prev, .brand-about__next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 62px);
}
@media (max-width: 1023px) {
  .brand-about__prev, .brand-about__next {
    width: 32px;
    height: 32px;
    top: calc(50% - 45px);
  }
}
.brand-about__prev::before, .brand-about__next::before {
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .brand-about__prev::before, .brand-about__next::before {
    font-size: 1.4rem;
  }
}
.brand-about__prev.slick-disabled, .brand-about__next.slick-disabled {
  cursor: default;
}
.brand-about__prev.slick-disabled::before, .brand-about__next.slick-disabled::before {
  color: #F4B0AB;
}
.brand-about__prev {
  left: 23%;
}
@media (max-width: 1023px) {
  .brand-about__prev {
    left: 17%;
  }
}
@media (max-width: 1023px) {
  .brand-about__prev {
    left: 9%;
  }
}
.brand-about__prev::before {
  content: "\e907";
}
.brand-about__next {
  right: 23%;
}
@media (max-width: 1023px) {
  .brand-about__next {
    right: 17%;
  }
}
@media (max-width: 1023px) {
  .brand-about__next {
    right: 9%;
  }
}
.brand-about__next::before {
  content: "\e906";
}
.brand-about__dots {
  margin: -68px auto 0;
  width: 48%;
  padding: 0 20px;
}
.brand-about__dots .slick-list {
  overflow-y: visible;
}
@media (max-width: 1023px) {
  .brand-about__dots {
    width: 64%;
  }
}
@media (max-width: 1023px) {
  .brand-about__dots {
    width: 80%;
  }
}
.brand-about__year {
  font-size: 1.8rem;
  font-weight: 500;
  color: #658491;
  text-align: center;
  position: relative;
  padding-top: 64px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .brand-about__year {
    padding-top: 46px;
    font-size: 1.1rem;
  }
}
.brand-about__year > span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #CBD5DA;
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .brand-about__year > span {
    top: 31px;
  }
}
.brand-about__year::before {
  content: "";
}
.slick-current .brand-about__year {
  color: #E63D30;
}
.slick-current .brand-about__year > span {
  width: 14px;
  height: 14px;
  background: #E63D30;
  top: 46px;
}
@media (max-width: 1023px) {
  .slick-current .brand-about__year > span {
    top: 28px;
  }
}
.slick-current .brand-about__year > span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #E63D30;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-current .brand-about__year::after {
  content: "";
  display: block;
  width: 2px;
  height: 42px;
  background: #E63D30;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .slick-current .brand-about__year::after {
    height: 24px;
  }
}

.brand-logo__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100% !important;
  height: 50dvh !important;
  min-height: 580px;
}
@media (max-width: 1023px) {
  .brand-logo__inner {
    min-height: 480px;
  }
}
.brand-logo__inner video {
  opacity: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-logo__block {
  opacity: 0;
  position: absolute;
  max-width: 780px;
  margin-inline: auto;
  padding: 20px;
  color: #fff;
}
.brand-logo__img {
  text-align: center;
  margin-bottom: 48px;
}
.brand-logo__img img {
  width: 272px;
}
@media (max-width: 1023px) {
  .brand-logo__img {
    margin-bottom: 32px;
  }
  .brand-logo__img img {
    width: 225px;
  }
}
.brand-logo__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .brand-logo__ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.brand-logo__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1023px) {
  .brand-logo__txt {
    font-size: 1.4rem;
  }
}

.brand-logo2 {
  position: relative;
}
.brand-logo2__layer1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 50dvh !important;
  min-height: 580px;
  background: #fff;
  opacity: 1;
  transition: opacity 1s;
}
.brand-logo2__layer1 img {
  width: 272px;
}
@media (max-width: 1023px) {
  .brand-logo2__layer1 {
    min-height: 480px;
  }
  .brand-logo2__layer1 img {
    width: 225px;
  }
}
.brand-logo2__layer2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100% !important;
  height: 50dvh !important;
  min-height: 580px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 1023px) {
  .brand-logo2__layer2 {
    min-height: 480px;
  }
}
.brand-logo2__layer2 video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-logo2__layer2 svg {
  mix-blend-mode: color-dodge;
}
.brand-logo2__block {
  position: absolute;
  max-width: 780px;
  margin-inline: auto;
  padding: 20px;
  color: #fff;
}
.brand-logo2__img {
  text-align: center;
  margin-bottom: 48px;
}
.brand-logo2__img img {
  width: 272px;
}
@media (max-width: 1023px) {
  .brand-logo2__img {
    margin-bottom: 32px;
  }
  .brand-logo2__img img {
    width: 225px;
  }
}
.brand-logo2__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .brand-logo2__ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.brand-logo2__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1023px) {
  .brand-logo2__txt {
    font-size: 1.4rem;
  }
}
.brand-logo2.-animate .brand-logo2__layer1 {
  opacity: 0;
}
.brand-logo2.-animate .brand-logo2__layer2 {
  opacity: 1;
}

.brand-business {
  position: relative;
}
@media (min-width: 1024px) {
  .brand-business__list {
    display: flex;
    min-height: 550px;
  }
  .brand-business__list li {
    width: 50%;
  }
}
.brand-business__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  background: no-repeat center center/cover;
  padding: 50px;
  position: relative;
  cursor: pointer;
}
.brand-business__item p {
  font-weight: 700;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .brand-business__item p {
    text-align: center;
  }
}
.brand-business__item.-bg01 {
  background-image: url(/company/brand/assets/img/bg_business0101-pc.jpg);
}
.brand-business__item.-bg02 {
  background-image: url(/company/brand/assets/img/bg_business0201-pc.jpg);
}
@media (max-width: 1023px) {
  .brand-business__item {
    padding: 50px 20px;
  }
  .brand-business__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s all;
  }
  .brand-business__item.-bg01 {
    background-image: url(/company/brand/assets/img/bg_business0102-sp.jpg);
  }
  .brand-business__item.-bg01::before {
    background-image: url(/company/brand/assets/img/bg_business0101-sp.jpg);
  }
  .brand-business__item.-bg02 {
    background-image: url(/company/brand/assets/img/bg_business0202-sp.jpg);
  }
  .brand-business__item.-bg02::before {
    background-image: url(/company/brand/assets/img/bg_business0201-sp.jpg);
  }
}
.brand-business__item.-active::before {
  opacity: 0;
}
.brand-business__sp {
  display: none;
}
@media (min-width: 1024px) {
  .brand-business__sp {
    display: none !important;
  }
}
.brand-business__pc {
  display: none;
  color: #fff;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  padding: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1023px) {
  .brand-business__pc {
    display: none !important;
  }
}
.brand-business__pc.-bg01 {
  background-image: url(/company/brand/assets/img/bg_business0102-pc.jpg);
}
.brand-business__pc.-bg02 {
  background-image: url(/company/brand/assets/img/bg_business0202-pc.jpg);
}
.brand-business__pc .brand-business__inner p {
  width: 100%;
  text-align: left;
}
.brand-business__inner {
  max-width: 1136px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand-business__inner p {
  font-weight: 700;
}
.brand-business__ttl {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .brand-business__ttl {
    font-size: 2.2rem;
  }
}
.brand-business__ttl > span {
  display: inline-block;
  padding-right: 66px;
  position: relative;
}
@media (max-width: 1023px) {
  .brand-business__ttl > span {
    padding-right: 38px;
  }
}
.brand-business__ttl > span::before {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #E2E9ED;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 1023px) {
  .brand-business__ttl > span::before {
    width: 30px;
    height: 30px;
  }
}
.brand-business__ttl > span::after {
  content: "\e918";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  color: #E63D30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}
@media (max-width: 1023px) {
  .brand-business__ttl > span::after {
    font-size: 2rem;
    right: 5px;
  }
}
.brand-business__pc .brand-business__ttl span::after {
  content: "\e917";
}
@media (max-width: 1023px) {
  .brand-business__item.-active .brand-business__ttl span::after {
    content: "\e917";
  }
}

.brand-sociery {
  position: relative;
}
@media (min-width: 1024px) {
  .brand-sociery {
    padding-right: 50%;
  }
}
.brand-sociery__item {
  border-top: 1px solid #CBD5DA;
  transition: 0.3s all;
}
.brand-sociery__item:last-child {
  border-bottom: 1px solid #CBD5DA;
}
@media (min-width: 1024px) {
  .brand-sociery__item figure {
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 60px);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .brand-sociery__item figure {
    width: calc(100% - 8px);
    margin-top: 32px;
    position: relative;
  }
}
.brand-sociery__item figure img {
  position: relative;
  z-index: 10;
}
.brand-sociery__item figure::before {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  background: #003349;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 9;
}
@media (max-width: 1023px) {
  .brand-sociery__item figure::before {
    height: calc(100% + 16px);
    top: -8px;
    right: -8px;
  }
}
.brand-sociery__item > div {
  position: relative;
}
.brand-sociery__item > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #E2E9ED;
  background: #fff;
  border-radius: 100%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .brand-sociery__item > div > span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
}
@media (max-width: 1023px) {
  .brand-sociery__item > div > span {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 20px;
  }
}
.brand-sociery__item > div > span::after {
  content: "\e918";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .brand-sociery__item > div > span::after {
    font-size: 2rem;
  }
}
.brand-sociery__item.-active .brand-sociery__ttl {
  cursor: default;
}
.brand-sociery__item.-active figure {
  opacity: 1;
}
.brand-sociery__item.-active > div > span::after {
  content: "\e917";
}
@media (hover: hover) {
  .brand-sociery__item:not(.-active):hover {
    background: #F6F8F9;
  }
}
.brand-sociery__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 40px 50px 40px 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .brand-sociery__ttl {
    font-size: 2.2rem;
    padding: 20px 40px 20px 20px;
  }
}
.brand-sociery__txt {
  display: none;
  margin-top: -30px;
  padding: 0 50px 40px 0;
}
@media (max-width: 1023px) {
  .brand-sociery__txt {
    margin-top: -10px;
    padding: 0 20px 32px;
  }
}
.brand-sociery__txt p {
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .brand-sociery__txt p {
    font-size: 1.4rem;
  }
}

.brand-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 29vw;
  padding: 0 48px;
  position: relative;
}
@media (max-width: 1023px) {
  .brand-title {
    padding: 0 20px;
    height: 53vw;
  }
}
.brand-title__inner {
  z-index: 2;
}
@media (min-width: 1024px) {
  .brand-title__inner {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .brand-title__inner {
    position: absolute;
    left: 15px;
    bottom: -27px;
  }
}
.brand-title__heading h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
.brand-title__heading h1 span {
  padding: 5px 15px;
  background: #888;
}
@media (max-width: 1023px) {
  .brand-title__heading h1 {
    font-size: 3rem;
  }
}
.brand-title__heading.-yellow h1 span {
  background: linear-gradient(to right, #FAC03D, #F39F80);
}
.brand-title__heading.-green h1 span {
  background: linear-gradient(to right, #6ACBCC, #9FC949);
}
.brand-title__heading.-blue h1 span {
  background: linear-gradient(to right, #5F6DC3, #76CBC4);
}
.brand-title__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.brand-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .brand-title__img {
    width: 100%;
  }
}

.c-heading.-yellow {
  color: #E39300;
}
.c-heading.-green {
  color: #2A9B9D;
}
.c-heading.-blue {
  color: #606EBF;
}

.brand-profile {
  display: grid;
  grid-template-columns: 254px auto;
  grid-template-rows: max-content max-content 1fr;
  gap: 0 30px;
}
@media (max-width: 1023px) {
  .brand-profile {
    grid-template-columns: 139px auto;
    grid-template-rows: max-content 1fr max-content;
    gap: 0 15px;
  }
}
.brand-profile + .brand-profile {
  margin-top: 45px;
}
@media (max-width: 1023px) {
  .brand-profile + .brand-profile {
    margin-top: 30px;
  }
}
.brand-profile__img {
  grid-area: 1/1/4/2;
}
@media (max-width: 1023px) {
  .brand-profile__img {
    grid-area: 1/1/3/2;
  }
}
.brand-profile__name {
  grid-area: 1/2/2/3;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .brand-profile__name {
    font-size: 1.6rem;
    grid-area: 1/2/2/3;
  }
}
.brand-profile__post {
  grid-area: 2/2/3/3;
  font-size: 1.4rem;
  color: #325B6D;
}
@media (max-width: 1023px) {
  .brand-profile__post {
    font-size: 1.2rem;
    grid-area: 2/2/3/3;
  }
}
.brand-profile__txt {
  grid-area: 3/2/4/3;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .brand-profile__txt {
    grid-area: 3/1/4/3;
  }
}

@media (min-width: 1024px) {
  .brand-interview__item {
    display: flex;
    gap: 20px;
  }
}
.brand-interview__item + .brand-interview__item {
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .brand-interview__item + .brand-interview__item {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .brand-interview__item dt {
    width: 78px;
  }
  .brand-interview__item dd {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .brand-interview__item dt {
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .brand-cta {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .brand-cta {
    padding: 0 16px;
  }
}
.brand-cta__block {
  background: no-repeat center center/cover;
  width: calc(50% - 10px);
  padding: 110px 20px;
}
@media (max-width: 1023px) {
  .brand-cta__block {
    width: 100%;
    padding: 50px 20px;
  }
  .brand-cta__block:first-child {
    margin-bottom: 16px;
  }
}
.brand-cta__block.-corporate {
  background-image: url(/company/brand/assets/img/bg_cta01-pc.jpg);
}
@media (max-width: 1023px) {
  .brand-cta__block.-corporate {
    background-image: url(/company/brand/assets/img/bg_cta01-sp.jpg);
  }
}
.brand-cta__block.-consumer {
  background-image: url(/company/brand/assets/img/bg_cta02-sp.jpg);
}
@media (max-width: 1023px) {
  .brand-cta__block.-consumer {
    background-image: url(/company/brand/assets/img/bg_cta02-sp.jpg);
  }
}
.brand-cta__logo {
  width: 161px;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 1023px) {
  .brand-cta__logo {
    width: 114px;
    margin-bottom: 24px;
  }
}
.brand-cta__logo img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.brand-cta__logo span {
  display: block;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1023px) {
  .brand-cta__logo span {
    font-size: 1.3rem;
  }
}
.brand-cta__btn .c-btn {
  background: rgba(255, 255, 255, 0.9);
}
@media (hover: hover) {
  .brand-cta__btn .c-btn:hover {
    background: #E63D30;
  }
}

.sustainability-intro {
  background: url(/company/sustainability/assets/img/bg_intro-pc.jpg) no-repeat center center/cover;
  padding: 60px 24px;
}
@media (max-width: 1023px) {
  .sustainability-intro {
    background-image: url(/company/sustainability/assets/img/bg_intro-sp.jpg);
    padding: 40px 20px;
  }
}
.sustainability-intro__inner {
  margin: 0 auto;
  max-width: 1136px;
}
.sustainability-intro__inner p {
  line-height: 2;
}

.sustainability-contents {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -4px 0 0;
}
.sustainability-contents__item {
  margin: 5px 4px 0 0;
}
.sustainability-contents__item.-col-4 {
  width: calc(33.333% - 4px);
}
.sustainability-contents__item.-col-3 {
  width: calc(25% - 4px);
}
@media (max-width: 1023px) {
  .sustainability-contents__item.-col-4 {
    width: calc(100% - 4px);
  }
  .sustainability-contents__item.-col-3 {
    width: calc(50% - 4px);
  }
}

.sustainability-our_sdgs-title {
  width: 100%;
  padding: 40px;
  background-image: linear-gradient(60deg, #17B29F, #85C837);
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-title {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 32px 20px;
  }
}
.sustainability-our_sdgs-title h2 {
  margin-bottom: 20px;
}
.sustainability-our_sdgs-title p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-title p {
    font-size: 1.4rem;
  }
}

.sustainability-our_sdgs-detail__kv {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-detail__kv {
    margin: 0 -20px 40px;
  }
}
.sustainability-our_sdgs-detail__date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-detail__date {
    margin-bottom: 20px;
  }
}
.sustainability-our_sdgs-detail__date span:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  color: #325B6D;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-detail__date span:first-child {
    font-size: 1.6rem;
    margin-right: 4px;
  }
}
.sustainability-our_sdgs-detail__sns {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-detail__sns {
    margin-bottom: 40px;
  }
}
.sustainability-our_sdgs-detail__contents {
  margin-bottom: 32px;
}
.sustainability-our_sdgs-detail__ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 1023px) {
  .sustainability-our_sdgs-detail__ttl {
    font-size: 1.6rem;
  }
}

.sustainability-materiality-about {
  display: flex;
  gap: 20px 16px;
}
@media (max-width: 1023px) {
  .sustainability-materiality-about {
    flex-direction: column;
  }
}
.sustainability-materiality-about > div {
  flex: 1;
}

.news-detail__head {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .news-detail__head {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .news-detail__head {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.news-detail__date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #325B6D;
  width: 6em;
  flex-shrink: 0;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .news-detail__date {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.news-detail__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.news-detail__sns {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .news-detail__sns {
    width: 100%;
    margin-top: 16px;
  }
}

.news-detail-press {
  display: flex;
  border: 1px solid #B7C9D3;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .news-detail-press {
    flex-direction: column;
    padding: 0 20px;
  }
}
.news-detail-press__ttl {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid #B7C9D3;
  padding: 20px 40px;
}
@media (max-width: 1023px) {
  .news-detail-press__ttl {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #B7C9D3;
    padding: 20px 0px;
  }
}
.news-detail-press__ttl > div {
  width: 100%;
  max-width: 174px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .news-detail-press__ttl > div {
    max-width: inherit;
  }
}
.news-detail-press__address {
  width: 68%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
@media (max-width: 1023px) {
  .news-detail-press__address {
    width: 100%;
    padding: 30px 0px;
  }
}
.news-detail-press__address > div {
  width: 100%;
  max-width: 434px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .news-detail-press__address > div {
    max-width: inherit;
  }
}
.news-detail-press__name {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .news-detail-press__name {
    font-size: 1.8rem;
  }
}

.news-guidelines__policy {
  height: 525px;
  border: 1px solid #D3DEE4;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .news-guidelines__policy {
    max-height: 50vh;
  }
}
.news-guidelines__inner {
  padding: 24px 30px;
}
@media (max-width: 1023px) {
  .news-guidelines__inner {
    padding: 24px 20px;
  }
}
.news-guidelines__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border: 1px solid #D3DEE4;
  border-top: 0;
}
.news-guidelines__checkbox.-active {
  background: #FFEFEE;
}

.consumer-top-mv {
  background: url(/consumer/assets/img/bg_mv-pc.jpg) no-repeat center center/cover;
  padding: 60px 0 24px;
}
@media (max-width: 1023px) {
  .consumer-top-mv {
    background-image: url(/consumer/assets/img/bg_mv-sp.jpg);
    padding-top: 15px;
  }
}
.consumer-top-mv__slider {
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 0;
}
.consumer-top-mv__slider.slick-initialized {
  opacity: 1;
}
.consumer-top-mv__item {
  padding: 0 12px;
}
@media (max-width: 1023px) {
  .consumer-top-mv__item {
    padding: 0 15px;
  }
}
@media (hover: hover) {
  .consumer-top-mv__item a:hover {
    opacity: 0.7;
  }
}
.consumer-top-mv__bottom {
  width: 100%;
  max-width: 1073px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .consumer-top-mv__bottom {
    max-width: 960px;
  }
}
@media (max-width: 1023px) {
  .consumer-top-mv__bottom {
    flex-direction: column;
    margin-top: 12px;
  }
}
.consumer-top-mv__dots > ul {
  display: flex;
  gap: 8px 24px;
}
@media (max-width: 1023px) {
  .consumer-top-mv__dots > ul {
    gap: 0 10px;
  }
}
.consumer-top-mv__dots > ul button {
  position: relative;
  width: 120px;
  height: 4px;
  background: #fff;
  font-size: 0;
}
@media (max-width: 1279px) {
  .consumer-top-mv__dots > ul button {
    width: 100px;
  }
}
@media (max-width: 1023px) {
  .consumer-top-mv__dots > ul button {
    width: 50px;
    height: 2px;
  }
}
.consumer-top-mv .slick-list {
  overflow: visible;
}
.consumer-top-mv .slick-num {
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .consumer-top-mv .slick-num {
    order: 1;
    margin-right: 16px;
  }
}
@media (max-width: 1023px) {
  .consumer-top-mv .slick-num {
    font-size: 1.6rem;
  }
}
.consumer-top-mv .slick-num .now-count {
  font-weight: 700;
}
.consumer-top-mv__arrows {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .consumer-top-mv__arrows {
    justify-content: flex-end;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .consumer-top-mv__arrows {
    order: 2;
    justify-content: center;
    gap: 32px;
    margin-top: 12px;
  }
}
.consumer-top-mv__prev, .consumer-top-mv__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .consumer-top-mv__prev, .consumer-top-mv__next {
    width: 32px;
    height: 32px;
  }
}
.consumer-top-mv__prev::before, .consumer-top-mv__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
.consumer-top-mv__prev.slick-disabled, .consumer-top-mv__next.slick-disabled {
  cursor: default;
}
.consumer-top-mv__prev.slick-disabled::before, .consumer-top-mv__next.slick-disabled::before {
  color: #F4B0AB;
}
.consumer-top-mv__prev::before {
  content: "\e907";
}
@media (min-width: 1024px) {
  .consumer-top-mv__prev {
    order: 2;
  }
}
.consumer-top-mv__next::before {
  content: "\e906";
}
@media (min-width: 1024px) {
  .consumer-top-mv__next {
    order: 3;
  }
}

.consumer-top-important-news {
  margin-top: 60px;
  padding: 0 115px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .consumer-top-important-news {
    padding: 0 72px;
  }
}
@media (max-width: 1279px) {
  .consumer-top-important-news {
    padding: 0 48px;
  }
}
@media (max-width: 1023px) {
  .consumer-top-important-news {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.consumer-top-important-news li {
  color: #B11919;
}
.consumer-top-important-news a {
  color: #B11919;
  font-weight: 500;
}
.consumer-top-important-news a[target=_blank]::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
}
.consumer-top-important-news a[href*=".pdf"] {
  margin-right: 0.25em;
}
.consumer-top-important-news a[href*=".pdf"]::after {
  content: "\e904";
}
.consumer-top-important-news__block {
  max-width: 1520px;
  margin: 0 auto;
  background: #FFF6F5;
  padding: 30px;
}
@media (min-width: 1024px) {
  .consumer-top-important-news__block {
    display: flex;
    gap: 4vw;
  }
}
@media (max-width: 1023px) {
  .consumer-top-important-news__block {
    padding: 16px;
  }
}
.consumer-top-important-news__heading {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.consumer-top-important-news__heading img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .consumer-top-important-news__heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .consumer-top-important-news__list {
    flex: 1;
  }
}
.consumer-top-important-news__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .consumer-top-important-news__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.consumer-top-important-news__list li a span {
  text-decoration: underline;
}
@media (hover: hover) {
  .consumer-top-important-news__list li a:hover span {
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  .consumer-top-important-news__link {
    text-align: right;
  }
}
@media (hover: hover) {
  .consumer-top-important-news__link a:hover span {
    text-decoration: underline;
  }
}

.consumer-top-intro {
  padding: 60px 40px;
}
@media (max-width: 1023px) {
  .consumer-top-intro {
    padding: 40px 20px;
  }
}
.consumer-top-intro__lead {
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .consumer-top-intro__lead {
    font-size: 3.2rem;
    text-align: left;
    margin-bottom: 40px;
  }
}

.consumer-top-intro-item:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .consumer-top-intro-item:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .consumer-top-intro-item {
    display: flex;
    gap: 28px;
    justify-content: space-between;
  }
  .consumer-top-intro-item.-pc-reverse {
    flex-direction: row-reverse;
  }
  .consumer-top-intro-item > * {
    width: calc(50% - 14px);
  }
}
@media (max-width: 1023px) {
  .consumer-top-intro-item__img {
    margin-bottom: 30px;
  }
}
.consumer-top-intro-item__img img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .consumer-top-intro-item__img img {
    border-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .consumer-top-intro-item__txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .consumer-top-intro-item.-pc-reverse .consumer-top-intro-item__txt {
    justify-content: flex-end;
  }
}
.consumer-top-intro-item__txt > div {
  width: 100%;
  max-width: 740px;
}
@media (min-width: 1024px) {
  .consumer-top-intro-item__txt > div {
    margin-right: 75px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1366px) {
  .consumer-top-intro-item__txt > div {
    margin-right: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .consumer-top-intro-item__txt > div {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .consumer-top-intro-item.-pc-reverse .consumer-top-intro-item__txt > div {
    margin-right: 0;
    margin-left: 75px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) and (max-width: 1366px) {
  .consumer-top-intro-item.-pc-reverse .consumer-top-intro-item__txt > div {
    margin-left: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .consumer-top-intro-item.-pc-reverse .consumer-top-intro-item__txt > div {
    margin-left: 8px;
  }
}
.consumer-top-intro-item__txt > div p {
  font-size: 1.8rem;
  line-height: 2.4;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .consumer-top-intro-item__txt > div p {
    font-size: 1.6rem;
  }
}
.consumer-top-intro-item__heading {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .consumer-top-intro-item__heading {
    margin-bottom: 20px;
  }
}
.consumer-top-intro-item__heading span {
  display: block;
}
.consumer-top-intro-item__heading span:first-child {
  font-size: 1.7rem;
  color: #AAA597;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .consumer-top-intro-item__heading span:first-child {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.consumer-top-intro-item__heading span:last-child {
  font-size: 3.4rem;
}
@media (max-width: 1023px) {
  .consumer-top-intro-item__heading span:last-child {
    font-size: 2.6rem;
  }
}

.consumer-top-loop {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: -150px -40px -100px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1023px) {
  .consumer-top-loop {
    margin: -75px -20px -45px;
  }
}
.consumer-top-loop.-to-left .consumer-top-loop__img {
  animation: loopToLeft infinite linear 60s both;
}
.consumer-top-loop.-to-right .consumer-top-loop__img {
  animation: loopToRight infinite linear 60s both;
}
.consumer-top-loop__img {
  display: flex;
  align-items: center;
}
.consumer-top-loop__img li {
  width: 5523px;
}
@media (max-width: 1023px) {
  .consumer-top-loop__img li {
    width: 2534px;
  }
}

.consumer-top-heading {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.consumer-top-heading.-ajust {
  margin-bottom: -60px;
}
.consumer-top-heading.-showroom span:first-child img {
  height: 36px;
}
@media (max-width: 1023px) {
  .consumer-top-heading.-showroom span:first-child img {
    height: 60px;
  }
}
.consumer-top-heading span {
  display: block;
}
.consumer-top-heading span:first-child {
  padding-top: 5px;
  margin-bottom: 10px;
}
.consumer-top-heading span:first-child img {
  width: auto;
  height: 28px;
}
@media (max-width: 1023px) {
  .consumer-top-heading span:first-child img {
    height: 22px;
  }
}
.consumer-top-heading span:last-child {
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .consumer-top-heading span:last-child {
    font-size: 1rem;
  }
}
.consumer-top-heading::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #E63D30;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .consumer-top-special {
    margin-bottom: -43px;
  }
}

.consumer-top-products {
  padding-bottom: 0 !important;
}
.consumer-top-products .l-section__inner {
  padding-bottom: 0 !important;
}

.consumer-top-column-list {
  margin: 0 -14px;
  position: relative;
}
.consumer-top-column-list .slick-list {
  overflow: visible;
}
@media (max-width: 1023px) {
  .consumer-top-column-list .slick-num {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.consumer-top-column-list .slick-num .all-count {
  color: #B7C9D3;
}
.consumer-top-column-list .slick-slide > div {
  height: 100%;
}
.consumer-top-column-list__item {
  padding: 0 14px;
  height: 100%;
}
.consumer-top-column-list__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .consumer-top-column-list__arrows {
    display: none;
  }
}
.consumer-top-column-list__prev, .consumer-top-column-list__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #F0F4F6;
  border-radius: 100%;
  cursor: pointer;
}
.consumer-top-column-list__prev::before, .consumer-top-column-list__next::before {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
}
.consumer-top-column-list__prev.slick-disabled, .consumer-top-column-list__next.slick-disabled {
  cursor: default;
}
.consumer-top-column-list__prev.slick-disabled::before, .consumer-top-column-list__next.slick-disabled::before {
  color: #F4B0AB;
}
.consumer-top-column-list__prev::before {
  content: "\e907";
}
.consumer-top-column-list__next::before {
  content: "\e906";
}

.consumer-top-column-card {
  display: block;
  position: relative;
  overflow: hidden;
  background: #F5F4F1;
  border-radius: 16px;
}
.consumer-top-column-card:only-child {
  height: 100%;
}
@media (max-width: 1023px) {
  .consumer-top-column-card {
    border-radius: 8px;
  }
}
.consumer-top-column-card__img {
  width: 100%;
  overflow: hidden;
}
.consumer-top-column-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.consumer-top-column-card__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px 25px;
}
@media (max-width: 1023px) {
  .consumer-top-column-card__inner {
    padding: 10px 10px 15px;
  }
}
.consumer-top-column-card__tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .consumer-top-column-card__tag {
    margin-bottom: 8px;
  }
}
.consumer-top-column-card__date {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .consumer-top-column-card__date {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.consumer-top-column-card__ttl {
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.consumer-top-column-card__ttl::after {
  content: "\e90a";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
.consumer-top-column-card__ttl:only-child {
  margin-bottom: 0;
}

@media (hover: hover) {
  a.consumer-top-column-card:hover .consumer-top-column-card__img img {
    transform: scale(1.1, 1.1);
  }
  a.consumer-top-column-card:hover .consumer-top-column-card__ttl span {
    text-decoration: underline;
  }
}
.consumer-top-showroom {
  background: url(/consumer/assets/img/bg_showroom-pc.jpg) no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .consumer-top-showroom {
    background-image: url(/consumer/assets/img/bg_showroom-sp.jpg);
  }
  .consumer-top-showroom .l-section__inner {
    padding-bottom: 100vw !important;
  }
}
.consumer-top-showroom__box {
  width: 100%;
  max-width: 740px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 60px 40px;
}
@media (max-width: 1023px) {
  .consumer-top-showroom__box {
    max-width: inherit;
    padding: 30px 15px;
  }
}

.consumer-showroom-news {
  padding: 32px 0;
  border-top: 1px solid #B7C9D3;
  border-bottom: 1px solid #B7C9D3;
  font-size: 1.6rem;
}
.consumer-showroom-news h2 {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .consumer-showroom-news h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .consumer-showroom-news {
    display: flex;
    gap: 30px;
  }
  .consumer-showroom-news span {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .consumer-column-topics {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .consumer-column-topics {
    display: block;
  }
}
.consumer-column-topics__img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .consumer-column-topics__img {
    width: calc(60% - 20px);
  }
}
@media (max-width: 1023px) {
  .consumer-column-topics__img {
    border-radius: 8px;
    margin-bottom: 16px;
  }
}
.consumer-column-topics__img img {
  width: 100%;
  transition: 0.3s all;
}
.consumer-column-topics__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .consumer-column-topics__inner {
    width: calc(40% - 20px);
  }
}
.consumer-column-topics__tag {
  display: flex;
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .consumer-column-topics__tag {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.consumer-column-topics__tag::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #CBD5DA;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 1023px) {
  .consumer-column-topics__tag::after {
    height: 16px;
  }
}
.consumer-column-topics__date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
@media (max-width: 1023px) {
  .consumer-column-topics__date {
    font-size: 1.2rem;
  }
}
.consumer-column-topics__ttl {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.consumer-column-topics__ttl::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
@media (max-width: 1023px) {
  .consumer-column-topics__ttl::after {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .consumer-column-topics__ttl {
    font-size: 2rem;
    margin-top: 12px;
  }
}
@media (hover: hover) {
  .consumer-column-topics:hover .consumer-column-topics__img img {
    transform: scale(1.1, 1.1);
  }
  .consumer-column-topics:hover .consumer-column-topics__ttl span {
    text-decoration: underline;
  }
}

.consumer-column-item {
  display: block;
}
.consumer-column-item:only-child {
  height: 100%;
}
.consumer-column-item__img {
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid #CBD5DA;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .consumer-column-item__img {
    border-radius: 8px;
  }
}
.consumer-column-item__img img {
  width: 100%;
  transition: 0.3s all;
}
.consumer-column-item__info {
  display: flex;
  align-items: center;
}
.consumer-column-item__tag {
  display: flex;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.consumer-column-item__tag::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #CBD5DA;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.consumer-column-item__date {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  color: #325B6D;
}
.consumer-column-item__date > .c-tag {
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .consumer-column-item__date {
    font-size: 1.2rem;
  }
}
.consumer-column-item__ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.consumer-column-item__ttl::after {
  content: "\e90a";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: #E63D30;
  margin: 0 0.25em;
}
@media (max-width: 1023px) {
  .consumer-column-item__ttl {
    margin-top: 12px;
  }
}
@media (hover: hover) {
  .consumer-column-item:hover .consumer-column-item__img img {
    transform: scale(1.1, 1.1);
  }
  .consumer-column-item:hover .consumer-column-item__ttl span {
    text-decoration: underline;
  }
}

.consumer-column-category-list {
  display: flex;
  gap: 16px 28px;
}
.consumer-column-category-list__item {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  background: #F5F4F1;
  border-radius: 16px;
  padding: 16px 32px 16px 24px;
  position: relative;
}
.consumer-column-category-list__item::after {
  content: "\e90a";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  color: #E63D30;
}
@media (max-width: 1023px) {
  .consumer-column-category-list__item {
    border-radius: 8px;
    min-height: 80px;
  }
}
@media (hover: hover) {
  .consumer-column-category-list__item:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1023px) {
  .consumer-column-category-list {
    flex-direction: column;
  }
}

.consumer-column-detail__info {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .consumer-column-detail__info {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.consumer-column-detail__tag .c-tag {
  font-size: 1.4rem;
}
.consumer-column-detail__date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #003349;
}
@media (max-width: 1023px) {
  .consumer-column-detail__date {
    font-size: 1.4rem;
  }
}
.consumer-column-detail__ttl {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .consumer-column-detail__ttl {
    font-size: 2.8rem;
  }
}
.consumer-column-detail__share {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .consumer-column-detail__share {
    margin-bottom: 30px;
  }
}
.consumer-column-detail__kv {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .consumer-column-detail__kv {
    border-radius: 8px;
  }
}

.consumer-column-detail-bottom__category {
  padding: 30px;
  border: 1px solid #CBD5DA;
  border-radius: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .consumer-column-detail-bottom__category {
    display: flex;
    gap: 0 64px;
  }
}
@media (max-width: 1023px) {
  .consumer-column-detail-bottom__category {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
  }
}
.consumer-column-detail-bottom__category > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .consumer-column-detail-bottom__category > span {
    width: 100px;
  }
}
@media (max-width: 1023px) {
  .consumer-column-detail-bottom__category > span {
    margin-bottom: 8px;
  }
}

@media (max-width: 1023px) {
  .consumer-products-tab {
    margin: 0 -20px;
  }
}
.consumer-products-tab__index {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.consumer-products-tab__contents {
  background: #ECEAE4;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 24px;
}
@media (max-width: 1023px) {
  .consumer-products-tab__contents {
    padding: 0 20px 16px;
  }
}
.consumer-products-tab__contents-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media (max-width: 1023px) {
  .consumer-products-tab__contents-inner {
    padding: 30px 0 60px;
  }
}
.consumer-products-tab__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2rem;
  min-height: 60px;
  padding: 12px 4px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (min-width: 1024px) {
  .consumer-products-tab__btn {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .consumer-products-tab__btn {
    width: 33.3333333333%;
    font-size: 1.8rem;
  }
}
.consumer-products-tab__btn > span {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .consumer-products-tab__btn > span {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.3;
  }
}
.consumer-products-tab__btn > span::before {
  display: block;
  width: 40px;
  height: 40px;
  color: #003349;
  position: absolute;
  top: 0;
  left: -46px;
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .consumer-products-tab__btn > span::before {
    font-weight: normal;
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    margin-bottom: 4px;
  }
}
.consumer-products-tab__btn > span.-learn::before {
  content: url("/consumer/products/assets/img/icon-learn.svg");
}
.consumer-products-tab__btn > span.-work::before {
  content: url("/consumer/products/assets/img/icon-work.svg");
}
.consumer-products-tab__btn > span.-play::before {
  content: url("/consumer/products/assets/img/icon-play.svg");
}
.consumer-products-tab__btn.-active {
  font-weight: 700;
  background: #ECEAE4;
}
.consumer-products-tab__btn.-active::after {
  content: "";
  display: block;
  background: #E63D30;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
}

.products-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 48px;
  position: relative;
}
@media (max-width: 1023px) {
  .products-title {
    padding: 0 20px;
  }
  .products-title__block--logo {
    width: 70%;
  }
}
.products-title.-series {
  height: 45vw;
  max-height: 720px;
}
@media (max-width: 1023px) {
  .products-title.-series {
    height: 400px;
  }
}
.products-title.-feature {
  background: #ECEAE4;
  height: 42vw;
  max-height: 640px;
}
@media (max-width: 1023px) {
  .products-title.-feature {
    height: inherit;
  }
  .products-title.-feature .products-title__img {
    height: 210px;
  }
}
.products-title.-feature.-dark {
  background: #333333;
}
.products-title__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .products-title__img {
    width: 100%;
  }
}
.products-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-title__block {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  width: 100%;
  max-width: 482px;
  position: absolute;
  z-index: 5;
  bottom: 24px;
}
@media (max-width: 1023px) {
  .products-title__block {
    padding: 24px;
    position: relative;
    bottom: inherit;
    background: #FFFFFF;
    margin: 160px auto 20px;
  }
}
.products-title__block--txt {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .products-title__block--txt {
    margin-top: 8px;
  }
}
.products-title__block--btn {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .products-title__block--btn {
    margin-top: 16px;
  }
}

.products-brief {
  background: #ECEAE4;
  padding: 80px 48px;
}

.products-brief__inner {
  max-width: 1520px;
  margin: 0 auto;
}

.products-brief h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.products-brief.-dark {
  background: #333333;
}

.products-brief.-dark h2 {
  color: #FFFFFF;
}

.products-slogan {
  margin: 52px 0;
  padding: 0 48px;
}

.products-slogan__inner {
  max-width: 1520px;
  margin: 0 auto;
}

.products-slogan h2 {
  font-size: 5.2rem;
  line-height: 1.5;
  color: #003349;
}

.products-heading {
  color: #001D35;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.products-heading.-left {
  text-align: left;
}

.products-heading.-medium {
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 24px;
}

.products-game {
  background: #333333;
  color: #FFFFFF;
  margin: 0;
}

.products-game__inner {
  padding: 100px 0;
}

.products-card__engttl {
  font-weight: bold;
  color: #001D35;
  font-size: 1.5rem;
}

.products-card__ttl.-num {
  display: flex;
  align-items: center;
}

.products-card__num {
  margin-right: 16px;
  color: #001D35;
  font-size: 3.4rem;
  font-weight: 400;
}

.products-card__img {
  border: 1px solid #D3DEE4;
}

@media (min-width: 1024px) {
  .products-tab__btn {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .products-brief {
    padding: 50px 20px 80px;
  }
  .products-brief h2 {
    font-size: 2rem;
  }
  .products-slogan {
    margin: 40px 0;
    padding: 0 20px;
  }
  .products-slogan h2 {
    font-size: 3.2rem;
  }
  .products-heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .products-heading.-medium {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .products-game__inner {
    padding: 50px 0;
  }
  .products-card__num {
    margin-right: 8px;
    font-size: 2.4rem;
  }
}
/* Base
----------------------------------------------------------- */
/* Layout
----------------------------------------------------------- */
/* Component
----------------------------------------------------------- */
/* Pages
----------------------------------------------------------- */
/*# sourceMappingURL=maps/common.css.map */
