@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/rzw4ngb.css");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */ }

p {
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

@media screen and (min-width: 768px) {
  .pc {
    display: inherit; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .sp {
    display: inherit; } }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 14px; } }

img {
  width: 100%;
  vertical-align: bottom;
  transition: all .2s linear;
  object-fit: contain; }

li {
  list-style: none; }

section, div, p, li {
  box-sizing: border-box; }

a {
  color: #333;
  text-decoration: none;
  transition: all .2s linear; }

a.txt-link {
  color: #4b5575;
  text-decoration: underline;
  transition: all .2s linear; }
  a.txt-link:hover {
    text-decoration: none;
    opacity: .7; }

.header-nav-list li a {
  font-family: "new-order", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px; }

.btn-basic {
  width: 288px;
  margin-top: 2.5em;
  padding: .5em 1em;
  display: inline-block;
  border: solid 1px #333;
  border-radius: 50px;
  font-family: "new-order", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  transition: all .2s linear; }
  @media screen and (max-width: 1000px) {
    .btn-basic {
      width: 204px;
      margin-top: 1.5em;
      font-size: 16px; } }
  .btn-basic::after {
    content: "";
    display: inline-block;
    border-top: solid 1px #333;
    width: 100px;
    position: absolute;
    top: calc(50% - 1px);
    right: -40px; }
    @media screen and (max-width: 767px) {
      .btn-basic::after {
        width: 80px; } }
  @media screen and (min-width: 1201px) {
    .btn-basic:hover {
      opacity: 1;
      position: relative;
      border-color: transparent;
      color: #666; } }
  @media screen and (min-width: 1201px) {
    .btn-basic:hover::after {
      animation-name: hovAft;
      animation-duration: .5s; } }
  @media screen and (min-width: 1201px) {
    .btn-basic:hover svg {
      opacity: 1; } }
  @media screen and (min-width: 1201px) {
    .btn-basic:hover svg rect {
      stroke-dashoffset: 0%; } }
  .btn-basic svg {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 26px;
    opacity: 0; }
    @media screen and (min-width: 1201px) {
      .btn-basic svg rect {
        transition: 1.5s;
        stroke-dasharray: 400%;
        stroke-dashoffset: 400%; } }
  .btn-basic-s {
    margin-top: 40px;
    padding: .5em 3em;
    display: inline-block;
    border: solid 1px #333;
    border-radius: 50px;
    font-family: "new-order", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    transition: all .15s linear; }
    @media screen and (max-width: 1000px) {
      .btn-basic-s {
        font-size: 16px; } }
    .btn-basic-s::after {
      content: "";
      display: inline-block;
      border-top: solid 1px #333;
      width: 60px;
      position: absolute;
      top: calc(50% - 1px);
      right: -30px; }
      @media screen and (max-width: 767px) {
        .btn-basic-s::after {
          width: 40px;
          right: -20px; } }
    @media screen and (min-width: 1201px) {
      .btn-basic-s:hover {
        opacity: 1;
        position: relative;
        border-color: transparent;
        color: #666; } }
    @media screen and (min-width: 1201px) {
      .btn-basic-s:hover::after {
        animation-name: hovAft-s;
        animation-duration: .5s; } }
    @media screen and (min-width: 1201px) {
      .btn-basic-s:hover svg {
        opacity: 1; } }
    @media screen and (min-width: 1201px) {
      .btn-basic-s:hover svg rect {
        stroke-dashoffset: 0%; } }
    .btn-basic-s svg {
      position: absolute;
      pointer-events: none;
      z-index: 2;
      top: 0;
      left: 0;
      border-radius: 20px;
      opacity: 0; }
      @media screen and (min-width: 1201px) {
        .btn-basic-s svg rect {
          transition: 1.5s;
          stroke-dasharray: 400%;
          stroke-dashoffset: 400%; } }
.btn-wrap {
  padding-right: 60px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .btn-wrap {
      padding-right: 40px;
      text-align: left; } }
  .btn-wrap-s {
    padding-right: 30px;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .btn-wrap-s {
        padding-right: 20px;
        text-align: left; } }

/* hover時の罫線のアニメーション */
@keyframes hovAft {
  from {
    width: 0;
    left: 215px; }
  to {
    width: 100px;
    left: 225px; } }
@keyframes hovAft-s {
  from {
    width: 0;
    left: 145px; }
  to {
    width: 60px;
    left: 155px; } }
.page-back {
  padding-left: 1em;
  display: inline-block;
  position: relative; }
  .page-back::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(-135deg); }
  .page-back-wrap {
    width: 100%;
    margin-top: 2em;
    text-align: left; }

.header {
  width: 100%;
  position: relative;
  transition: all .2s linear; }
  .header-inner {
    width: 100%;
    padding: 32px 5% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s linear; }
    @media screen and (max-width: 1200px) {
      .header-inner {
        padding-top: 20px; } }
  .header-logo {
    width: 300px; }
    @media screen and (max-width: 1200px) {
      .header-logo {
        width: 240px; } }
    @media screen and (max-width: 1000px) {
      .header-logo {
        width: 200px; } }
    @media screen and (max-width: 480px) {
      .header-logo {
        width: 160px; } }
  .header-nav-wrap {
    width: 60%; }
  .header-nav-list {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1200px) {
      .header-nav-list {
        display: none; } }
    .header-nav-list > li {
      margin-left: 32px; }
      .header-nav-list > li:first-child {
        margin-left: 0; }
    .header-nav-list-level {
      position: relative; }
      .header-nav-list-level:hover .header-nav-list-second {
        top: 30px;
        visibility: visible;
        opacity: 1; }
    .header-nav-list-second {
      width: 535px;
      background: #072A24;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      position: absolute;
      top: 40px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      .header-nav-list-second > li {
        padding: .5em 1.25em;
        background-color: #32363b; }
        .header-nav-list-second > li:first-child {
          padding-top: 1.5em; }
        .header-nav-list-second > li:last-child {
          padding-bottom: 1.25em; }
        .header-nav-list-second > li a {
          color: #fff;
          font-size: 16px; }
    .header-nav-list-third {
      width: 100%;
      margin-top: 8px;
      display: flex;
      justify-content: flex-start; }
      .header-nav-list-third > li {
        margin-right: 1em;
        padding-left: 1em;
        border-left: solid 1px #fff; }
        .header-nav-list-third > li:last-child {
          margin-right: 0;
          padding-right: 1em;
          border-right: solid 1px #fff; }
        .header-nav-list-third > li a {
          font-size: 14px; }
  .header-nav-toggle {
    position: fixed;
    top: 40px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    display: none;
    z-index: 1000; }
    @media screen and (max-width: 1200px) {
      .header-nav-toggle {
        display: block; } }
    @media screen and (max-width: 1000px) {
      .header-nav-toggle {
        top: 35px; } }
    @media screen and (max-width: 480px) {
      .header-nav-toggle {
        top: 30px; } }
    .header-nav-toggle > div {
      width: 36px;
      position: relative; }
    .header-nav-toggle span {
      width: 100%;
      height: 2px;
      left: 0;
      display: block;
      background: #333;
      position: absolute;
      transition: transform .6s ease-in-out, top .5s ease; }
      .header-nav-toggle span:nth-child(1) {
        top: 0; }
      .header-nav-toggle span:nth-child(2) {
        top: 12px; }
      .header-nav-toggle span:nth-child(3) {
        top: 24px; }
  .header-nav-sp {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease; }
    .header-nav-sp nav > ul > li {
      opacity: 0;
      transform: translateX(50px);
      transition: transform .6s ease, opacity .2s ease; }
      .header-nav-sp nav > ul > li > a {
        padding: 8px 0;
        display: block;
        color: #fff;
        font-family: "new-order", sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        transition: color .6s ease; }
    .header-nav-sp .header-nav-sp-second > li {
      line-height: 2; }
      .header-nav-sp .header-nav-sp-second > li a {
        color: #fff;
        font-family: "new-order", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px; }
  .header-scroll {
    background-color: #32363b; }
    .header-scroll.header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000; }
    .header-scroll .header-inner {
      padding: 20px 5%; }
      @media screen and (max-width: 767px) {
        .header-scroll .header-inner {
          padding-top: 12px;
          padding-bottom: 12px; } }
    .header-scroll .header-logo {
      width: 240px;
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(194deg) brightness(106%) contrast(106%); }
      @media screen and (max-width: 1000px) {
        .header-scroll .header-logo {
          width: 200px; } }
      @media screen and (max-width: 767px) {
        .header-scroll .header-logo {
          width: 160px; } }
    .header-scroll .header-nav-list li a {
      color: #fff; }
    .header-scroll .header-nav-toggle {
      top: 30px;
      right: 25px; }
      @media screen and (max-width: 1000px) {
        .header-scroll .header-nav-toggle {
          top: 20px; } }
      @media screen and (max-width: 767px) {
        .header-scroll .header-nav-toggle {
          top: 14px; } }
      .header-scroll .header-nav-toggle span {
        background: #fff; }
    .header-scroll .drawer-hamburger {
      top: 0; }
    .header-scroll .drawer-hamburger-icon, .header-scroll .drawer-hamburger-icon:after, .header-scroll .drawer-hamburger-icon:before {
      background-color: #fff; }

.open .header-nav-sp {
  visibility: visible;
  opacity: 1; }
  .open .header-nav-sp li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }
.open .header-nav-toggle {
  right: 25px; }
  .open .header-nav-toggle span {
    background: #fff; }
  .open .header-nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open .header-nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open .header-nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

/*!
 * jquery-drawer v3.2.1
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }

  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }

  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }
.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }

  .drawer-navbar .drawer-menu--right {
    float: right; }

  .drawer-navbar .drawer-menu li {
    float: left; }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }

  .drawer-navbar .drawer-hamburger {
    display: none; }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  .drawer-navbar .drawer-menu {
    padding: 0; }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }
.drawer {
  display: none; }
  @media screen and (max-width: 1200px) {
    .drawer {
      display: block; } }
  @media screen and (max-width: 1200px) {
    .drawer-hamburger {
      top: 10px; } }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      top: 5px; } }
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100; }
  .drawer-nav {
    z-index: 200; }
  .drawer-hamburger {
    z-index: 150; }
  .drawer.drawer-open .drawer-hamburger-icon:after, .drawer.drawer-open .drawer-hamburger-icon:before {
    background-color: #fff; }
  .drawer.drawer--right.drawer-open .drawer-nav {
    width: 280px;
    background: rgba(0, 0, 0, 0.85); }
  .drawer.drawer--right.drawer-open .drawer-hamburger {
    right: 280px; }
  .drawer.drawer--right.drawer-open .drawer-menu {
    padding-top: 20px; }
  .drawer.drawer--right.drawer-open .drawer-menu li a {
    padding: 10px 10%;
    display: inline-block; }
  .drawer .drawer-menu-item {
    padding: 8px 0;
    display: block;
    color: #fff;
    font-family: "new-order", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color .6s ease; }
  .drawer .drawer-dropdown-menu {
    margin-left: 16px;
    background-color: inherit; }
  .drawer .drawer-dropdown-menu-item {
    color: #fff;
    font-family: "new-order", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5; }
  .drawer .drawer-dropdown-menu-sub {
    margin-left: 16px; }
  .drawer .drawer-dropdown-menu-sub .drawer-dropdown-menu-item {
    font-size: 14px; }

.container {
  position: relative; }

.sec-contents {
  width: 84%;
  margin-left: 8%;
  max-width: 1180px; }
  @media screen and (max-width: 767px) {
    .sec-contents {
      width: 100%;
      margin-top: 2em;
      margin-left: 0;
      max-width: inherit; } }
  .sec-contents-inner {
    margin-top: 120px; }
    @media screen and (max-width: 1000px) {
      .sec-contents-inner {
        margin-top: 100px; } }
    @media screen and (max-width: 767px) {
      .sec-contents-inner {
        margin-top: 80px; } }
    @media screen and (max-width: 480px) {
      .sec-contents-inner {
        margin-top: 60px; } }
    .sec-contents-inner-first {
      margin-top: 0; }
  .sec-contents-hl {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25; }
    @media screen and (max-width: 1000px) {
      .sec-contents-hl {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .sec-contents-hl {
        font-size: 22px;
        line-height: 1.25; } }
    .sec-contents-hl-sub {
      margin-top: 0;
      margin-bottom: .25em;
      display: block;
      font-family: "new-order", sans-serif;
      font-size: 20px;
      font-weight: 600; }
      @media screen and (max-width: 1000px) {
        .sec-contents-hl-sub {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .sec-contents-hl-sub {
          font-size: 16px; } }
  .sec-contents-lede {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .sec-contents-lede {
        display: block; } }
    .sec-contents-lede-txt01 {
      width: 100%;
      line-height: 1.625; }
    .sec-contents-lede-txt02 {
      width: 47.5%;
      line-height: 1.625; }
      @media screen and (max-width: 767px) {
        .sec-contents-lede-txt02 {
          width: 100%;
          margin-top: 1.625em; } }
    .sec-contents-lede-img {
      width: 47.5%;
      display: block; }
      @media screen and (max-width: 767px) {
        .sec-contents-lede-img {
          width: 75%;
          margin: 0 auto; } }
  .sec-contents-list01 {
    margin: 0; }
    .sec-contents-list01 > li {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .sec-contents-list01 > li:nth-child(n+2) {
        margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .sec-contents-list01 > li {
          display: block; } }
    .sec-contents-list01 .sec-contents-list-hl {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .sec-contents-list01 .sec-contents-list-hl {
          width: 100%; } }
    .sec-contents-list01 .sec-contents-list-txt-wrap {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .sec-contents-list01 .sec-contents-list-txt-wrap {
          width: 100%;
          margin-top: 1.25em; } }
  .sec-contents-list02 {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .sec-contents-list02 > li {
      width: 47.5%; }
      .sec-contents-list02 > li:nth-child(n+3) {
        margin-top: 60px; }
    .sec-contents-list02 .sec-contents-list-hl {
      margin-top: 0;
      margin-bottom: .5em; }
    .sec-contents-list02 .sec-contents-list-img-wrap {
      margin-bottom: 1.25em; }
  .sec-contents-list03 {
    margin: 0; }
    .sec-contents-list03 > li {
      margin-top: 120px; }
      .sec-contents-list03 > li:first-child {
        margin-top: 0; }
    .sec-contents-list03 .sec-contents-list-hl {
      width: 100%; }
    .sec-contents-list03 .sec-contents-list-txt-wrap {
      width: 100%;
      margin-bottom: 32px; }
  .sec-contents-list03-2 {
    margin: 0; }
    .sec-contents-list03-2 > li {
      margin-top: 40px; }
      .sec-contents-list03-2 > li:first-child {
        margin-top: 0; }
    .sec-contents-list03-2 .sec-contents-list-hl {
      width: 100%; }
    .sec-contents-list03-2 .sec-contents-list-txt-wrap {
      width: 100%; }
  .sec-contents-list04 {
    margin: 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .sec-contents-list04 {
        display: block; } }
    .sec-contents-list04 > li {
      width: 30%;
      padding: 2em 1.25em;
      border: solid 1px #42485b;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .sec-contents-list04 > li {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .sec-contents-list04 > li {
          width: 100%;
          margin-top: 1.5em; } }
      .sec-contents-list04 > li:first-child {
        margin-top: 0; }
  .sec-contents-list05 {
    margin: 0; }
    .sec-contents-list05 > li {
      margin-top: 24px; }
      .sec-contents-list05 > li:first-child {
        margin-top: 0; }
    .sec-contents-list05 .sec-contents-list-hl {
      width: 100%; }
  .sec-contents-list-hl {
    margin-top: 0;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .sec-contents-list-hl {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .sec-contents-list-hl {
        font-size: 16px; } }
    .sec-contents-list-hl-num {
      width: 48px;
      height: 48px;
      margin-right: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #4b5575;
      font-family: "new-order", sans-serif;
      font-weight: 600;
      color: #fff;
      font-weight: bold; }
      @media screen and (max-width: 1000px) {
        .sec-contents-list-hl-num {
          width: 32px;
          height: 32px; } }
  .sec-contents-list-txt {
    line-height: 1.75; }
    .sec-contents-list-txt-list {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .sec-contents-list-txt-list > li {
        width: 47.5%;
        margin-top: 32px; }
      .sec-contents-list-txt-list-hl {
        margin: 0;
        padding-left: 32px;
        position: relative;
        font-size: 18px;
        font-weight: bold; }
        .sec-contents-list-txt-list-hl::before {
          content: "";
          width: 20px;
          height: 5px;
          position: absolute;
          top: 11px;
          left: 0;
          display: inline-block;
          border-bottom: solid 1px;
          border-right: solid 1px;
          transform: skew(45deg); }
        @media screen and (max-width: 1000px) {
          .sec-contents-list-txt-list-hl {
            font-size: 16px; } }
      .sec-contents-list-txt-list-txt {
        margin-top: 1em; }
        @media screen and (max-width: 767px) {
          .sec-contents-list-txt-list-txt {
            font-size: 14px; } }

main section:last-child {
  padding-bottom: 180px; }

/* cta差分回収 */
.sec-ttl {
  width: 8%;
  max-width: 180px;
  margin: 0;
  padding-top: 88px;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  line-height: 1.25; }
  @media screen and (max-width: 767px) {
    .sec-ttl {
      width: 100%;
      max-width: inherit;
      padding-top: 0;
      -ms-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .sec-ttl {
      font-size: 24px; } }
  .sec-ttl-sub {
    margin: 0;
    padding-top: 8px;
    display: block;
    color: #999;
    font-family: "new-order", sans-serif;
    font-size: 16px;
    font-weight: 600; }
  .sec-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 22px;
    height: 80px;
    border-left: solid 1px #ccc; }
    @media screen and (max-width: 767px) {
      .sec-ttl::before {
        display: none; } }

.cta {
  margin-top: -180px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1000px) {
    .cta {
      margin-top: -150px; } }
  .cta-inner {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .cta-inner {
        display: block; } }
    .cta-inner .btn-basic {
      width: 295px;
      color: #fff;
      border-color: #fff; }
      @media screen and (max-width: 1000px) {
        .cta-inner .btn-basic {
          width: inherit;
          padding: .25em 2.5em; } }
      .cta-inner .btn-basic::after {
        width: 80px;
        border-color: #fff; }
        @media screen and (max-width: 1000px) {
          .cta-inner .btn-basic::after {
            width: 40px;
            right: -20px; } }
  .cta-box {
    width: 50%;
    padding: 80px 0;
    display: inline-block;
    background-color: #4b5575;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .cta-box {
        padding: 60px 0; } }
    @media screen and (max-width: 480px) {
      .cta-box {
        padding: 40px 0; } }
    @media screen and (max-width: 767px) {
      .cta-box {
        width: 100%; } }
    .cta-box-inner {
      width: 70%;
      max-width: 440px;
      margin: 0 auto; }
    .cta-box:last-child {
      border-left: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .cta-box:last-child {
          border-top: solid 1px #fff;
          border-left: none; } }
    @media screen and (min-width: 1201px) {
      .cta-box:hover {
        background-color: #81889e; } }
    @media screen and (min-width: 1201px) {
      .cta-box:hover .btn-basic {
        opacity: 1;
        position: relative;
        border-color: transparent; } }
    @media screen and (min-width: 1201px) {
      .cta-box:hover .btn-basic::after {
        animation-name: hovAft-cta;
        animation-duration: .5s; } }
    @media screen and (min-width: 1201px) {
      .cta-box:hover .btn-basic svg {
        opacity: 1; } }
    @media screen and (min-width: 1201px) {
      .cta-box:hover .btn-basic svg rect {
        stroke-dashoffset: 0%; } }
    .cta-box svg {
      position: absolute;
      pointer-events: none;
      z-index: 2;
      top: 0;
      left: 0;
      border-radius: 25px;
      opacity: 0; }
      @media screen and (min-width: 1201px) {
        .cta-box svg rect {
          transition: 1.5s;
          stroke-dasharray: 400%;
          stroke-dashoffset: 400%; } }
  .cta-hl {
    margin: 0;
    padding-bottom: .75em;
    border-bottom: solid 1px #fff;
    display: inline-block;
    font-size: 24px; }
    @media screen and (max-width: 1000px) {
      .cta-hl {
        font-size: 20px; } }
  .cta-txt {
    margin-top: 1em;
    line-height: 1.5;
    text-align: left; }
    @media screen and (max-width: 1000px) {
      .cta-txt {
        min-height: 64px;
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .cta-txt {
        min-height: initial; } }

/* hover時の罫線のアニメーション */
@keyframes hovAft-cta {
  from {
    width: 0;
    left: 242px; }
  to {
    width: 80px;
    left: 252px; } }
.footer {
  padding-bottom: 1.5em;
  background-color: #32363b; }
  .footer-inner {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-inner {
        padding-top: 3em;
        display: block; } }
  .footer-logo {
    width: 312px;
    height: 54px; }
    @media screen and (max-width: 1000px) {
      .footer-logo {
        width: 240px;
        height: auto; } }
    @media screen and (max-width: 480px) {
      .footer-logo {
        width: 160px; } }
  .footer-list {
    width: 50%; }
    .footer-list-wrap {
      width: 32%;
      display: flex;
      justify-content: space-around; }
      @media screen and (max-width: 1000px) {
        .footer-list-wrap {
          width: 56%; } }
      @media screen and (max-width: 767px) {
        .footer-list-wrap {
          width: 100%;
          margin-top: 2em; } }
    .footer-list li {
      line-height: 2.5; }
      .footer-list li a {
        color: #fff;
        font-family: "new-order", sans-serif;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px; }
        @media screen and (max-width: 767px) {
          .footer-list li a {
            font-size: 14px; } }
        .footer-list li a:hover {
          text-decoration: underline; }
    .footer-list-low li::before {
      margin-right: 1em;
      content: url("/assets/img/common/footer-icn.png");
      display: inline-block; }
    .footer-list-low li a {
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .footer-list-low li a {
          font-size: 12px; } }
  .footer-cr a {
    color: #fff;
    font-size: 12px; }
  .footer-util {
    width: 40%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-util {
        width: 100%;
        margin-top: 1em; } }
    .footer-util li a {
      color: #fff;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .footer-util li a {
          font-size: 10px; } }
      .footer-util li a:hover {
        text-decoration: underline; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header-logo {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(194deg) brightness(106%) contrast(106%); }
  .header-nav-list li a {
    color: #fff; }
  .header-nav-toggle {
    right: 25px; }
    .header-nav-toggle span {
      background: #fff; }

@media screen and (max-width: 1299px) {
  .top .header-nav-list {
    display: none; } }

@media screen and (max-width: 1299px) {
  .top .drawer {
    display: block; } }

@media screen and (max-width: 1299px) {
  .top .drawer-hamburger {
    display: block;
    top: 15px;
    right: 25px; } }
@media screen and (max-width: 999px) {
  .top .drawer-hamburger {
    top: 10px; } }
@media screen and (max-width: 767px) {
  .top .drawer-hamburger {
    top: 0; } }

@media screen and (max-width: 1299px) {
  .top .header-scroll .drawer-hamburger {
    top: 15px;
    right: 25px; } }
@media screen and (max-width: 999px) {
  .top .header-scroll .drawer-hamburger {
    top: 10px; } }
@media screen and (max-width: 999px) {
  .top .header-scroll .drawer-hamburger {
    top: 0; } }

.top .drawer-hamburger-icon, .top .drawer-hamburger-icon:after, .top .drawer-hamburger-icon:before {
  background-color: #fff; }

.top .drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.hero {
  width: 100%;
  height: 780px; }
  @media screen and (max-width: 1000px) {
    .hero {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    .hero {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    .hero {
      height: 420px; } }
  .hero-inner {
    width: 100%;
    margin: 0 auto;
    padding: 200px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 1000px) {
      .hero-inner {
        padding-top: 120px; } }
    @media screen and (max-width: 480px) {
      .hero-inner {
        padding-top: 100px; } }
  .hero-video {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 1200px) {
      .hero-video {
        width: 1599px; } }
    .hero-video-wrap {
      width: 100%;
      height: 780px;
      overflow: hidden;
      position: absolute;
      top: 0;
      z-index: 1; }
      @media screen and (max-width: 1000px) {
        .hero-video-wrap {
          height: 600px; } }
      @media screen and (max-width: 767px) {
        .hero-video-wrap {
          height: 500px; } }
      @media screen and (max-width: 480px) {
        .hero-video-wrap {
          height: 420px; } }
  .hero-contents {
    width: calc(100% - 360px);
    color: #fff; }
    @media screen and (max-width: 1000px) {
      .hero-contents {
        width: 100%; } }
    .hero-contents-inner {
      padding: 0 7%; }
  .hero-txt {
    width: 100%;
    margin: 0 auto;
    padding-left: 2em;
    position: relative;
    z-index: 5;
    border-left: solid 4px #fff; }
  .hero h1 {
    width: 480px;
    margin: 0;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.25; }
    @media screen and (max-width: 1200px) {
      .hero h1 {
        font-size: 64px; } }
    @media screen and (max-width: 1000px) {
      .hero h1 {
        width: 400px;
        font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .hero h1 {
        width: 340px;
        font-size: 48px; } }
    @media screen and (max-width: 480px) {
      .hero h1 {
        width: 240px;
        font-size: 36px; } }
    .hero h1 > p > span {
      font-size: 60px; }
      @media screen and (max-width: 1200px) {
        .hero h1 > p > span {
          font-size: 52px; } }
      @media screen and (max-width: 1000px) {
        .hero h1 > p > span {
          font-size: 48px; } }
      @media screen and (max-width: 767px) {
        .hero h1 > p > span {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .hero h1 > p > span {
          font-size: 28px; } }
  .hero-lede {
    margin-top: 12px;
    font-size: 32px;
    line-height: 1.75; }
    @media screen and (max-width: 1000px) {
      .hero-lede {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .hero-lede {
        font-size: 18px; } }
  .hero-mask {
    color: transparent;
    display: block;
    overflow: hidden;
    position: relative;
    transition: color 0ms 450ms;
    z-index: 3; }
    .hero-mask::after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 4;
      transform: translate(0, 100%); }

.mask-bg {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  z-index: 3; }

.mask-bg::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  transform: translate(0, 100%); }

.mask-bg2 {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  z-index: 3;
  font-weight: 100;
  line-height: 1.25; }

.mask-bg2::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  transform: translate(0, 100%); }

.mask-bg3 {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  z-index: 3; }

.mask-bg3::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  transform: translate(0, 100%); }

.mask-bg.is-animated,
.mask-bg2.is-animated,
.mask-bg3.is-animated {
  color: #fff; }

.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1); }

.mask-bg2.is-animated::after {
  animation: mask-bg 1.6s cubic-bezier(0.8, 0, 0.17, 1); }

.mask-bg3.is-animated::after {
  animation: mask-bg 2s cubic-bezier(0.8, 0, 0.17, 1); }

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0); }
  40%, 60% {
    transform: translate(0, 0%); }
  100% {
    transform: translate(100%, 0); } }
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css {
  width: 100%;
  background-color: transparent; }

#satori__creative_container .satori__input_group {
  margin-bottom: 2px;
  border-radius: 4px;
  background-color: #fff; }

#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__horiz_group {
  display: block; }

#satori__creative_container .satori__input_group.satori__customer_last_name,
#satori__creative_container .satori__input_group .satori__customer_first_name {
  width: 100%; }

#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group label,
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group label:first-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  color: #4e535c;
  font-size: 12px;
  font-weight: normal; }

#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group input[type='text'],
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group input[type='tel'],
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group input[type='password'],
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group input[type='email'],
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group input[type='number'],
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group input[type='url'],
#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__input_group textarea {
  padding: .25em 0;
  background-color: #fff;
  border: none;
  box-shadow: none; }

#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__notes {
  border: none;
  line-height: 1.25;
  padding: .5em; }

#satori__creative_container .satori__customer_email_9719cf6ee7d7737a::placeholder {
  color: #ddd;
  font-size: 14px; }

#satori__creative_container .satori__privacy_policy_agreement_wrapper_9719cf6ee7d7737a .satori__input_group {
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: flex-start; }

#satori__creative_container .satori__privacy_policy_agreement_wrapper_9719cf6ee7d7737a .satori__message.satori__privacy_policy_url {
  margin: 1em 0 0;
  font-size: 12px;
  text-align: left; }

#satori__creative_container .satori__submit_group {
  margin: 1em 0 0;
  padding: 0; }

#satori__creative_container .satori__btn.submit.satori__submit_confirm_9719cf6ee7d7737a.satori__show {
  width: 100%;
  padding: .625em;
  border-radius: 4px; }

#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__require {
  background: #4b5575; }

#satori__creative_container .satori__custom_form_9719cf6ee7d7737a_css .satori__not_require {
  background: #bbb; }

.topics {
  margin-top: -80px;
  padding-left: 200px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 1499px) {
    .topics {
      padding-left: 140px; } }
  @media screen and (max-width: 1400px) {
    .topics {
      padding-left: 120px; } }
  @media screen and (max-width: 1200px) {
    .topics {
      padding-left: 5%; } }
  @media screen and (max-width: 1000px) {
    .topics {
      padding: 5%; } }
  .topics-inner {
    width: 80%;
    padding: 24px 40px;
    max-width: 500px;
    color: #fff;
    background: #32363b;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .topics-inner {
        width: 100%;
        max-width: initial; } }
    @media screen and (max-width: 480px) {
      .topics-inner {
        display: block; } }
  .topics-hl {
    width: 20%;
    margin: 0;
    font-family: "new-order", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px; }
    @media screen and (max-width: 480px) {
      .topics-hl {
        width: 100%; } }
  .topics-article {
    width: 80%;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      .topics-article {
        width: 100%; } }
    .topics-article-shl-wrap {
      display: flex;
      align-items: baseline;
      justify-content: flex-start; }
    .topics-article-time {
      font-family: "new-order", sans-serif;
      font-weight: 500;
      letter-spacing: 1px; }
    .topics-article-cate {
      margin-left: 1em;
      padding: 2px 1.5em;
      background-color: #fff;
      color: #333;
      font-size: 12px;
      font-weight: bold; }
    .topics-article-txt {
      margin-top: .25em; }
    .topics-article-btn {
      margin-top: .25em;
      color: #fff;
      display: flex; }
      .topics-article-btn:visited {
        color: #fff; }
      .topics-article-btn::after {
        content: '';
        width: 32px;
        height: 8px;
        margin-top: .325em;
        margin-left: .5em;
        display: inline-block;
        border-bottom: solid 1px;
        border-right: solid 1px;
        transform: skew(45deg); }

.seminar-bnr {
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0; }
  @media screen and (max-width: 1100px) {
    .seminar-bnr {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .seminar-bnr {
      margin-top: 0; } }
  .seminar-bnr a {
    transition: all .2s linear; }
    .seminar-bnr a:hover {
      opacity: .75; }
  .seminar-bnr-img {
    display: block; }

.feature {
  padding: 80px 0 120px; }
  @media screen and (max-width: 1000px) {
    .feature {
      padding: 60px 0 100px; } }
  @media screen and (max-width: 767px) {
    .feature {
      padding: 40px 0 80px; } }
  @media screen and (max-width: 480px) {
    .feature {
      padding: 30px 0 60px; } }
  .feature-inner {
    width: 100%;
    height: auto;
    overflow: hidden; }
  .feature-bg {
    width: 36.5%;
    height: 840px;
    background: url("/assets/img/top/feature_bg_2.png") left top no-repeat;
    background-size: cover;
    float: right;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      .feature-bg {
        width: 90%;
        height: 200px;
        margin: 0 auto;
        background-position: left center;
        float: none; } }
  .feature-contents {
    width: 58.5%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 5%;
    position: relative;
    z-index: 5;
    float: left; }
    @media screen and (max-width: 1000px) {
      .feature-contents {
        width: 100%;
        margin-top: 40px;
        padding: 0 5%;
        float: none; } }
    @media screen and (max-width: 767px) {
      .feature-contents {
        display: block; } }
  .feature-hl {
    width: 100%;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px; }
    @media screen and (max-width: 1200px) {
      .feature-hl {
        font-size: 40px; } }
    @media screen and (max-width: 1000px) {
      .feature-hl {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .feature-hl {
        font-size: 24px; } }
  .feature-txt-wrap {
    margin-top: 1em;
    line-height: 1.75; }
  .feature-3points {
    width: 100%;
    padding: 40px 0; }
    @media screen and (max-width: 1000px) {
      .feature-3points {
        padding-bottom: 0; } }
    .feature-3points-hl {
      margin: 0;
      position: relative;
      font-size: 28px;
      font-weight: bold; }
      @media screen and (max-width: 1000px) {
        .feature-3points-hl {
          font-size: 24px; } }
      @media screen and (max-width: 767px) {
        .feature-3points-hl {
          font-size: 20px; } }
      .feature-3points-hl::after {
        content: "";
        width: calc(100% - 150px);
        height: 1px;
        display: block;
        background-color: #ccc;
        position: absolute;
        top: .75em;
        right: 0; }
        @media screen and (max-width: 767px) {
          .feature-3points-hl::after {
            width: calc(100% - 110px); } }
    .feature-3points-list {
      margin-top: 1em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .feature-3points-list {
          display: block; } }
    .feature-3points-item {
      width: 32.5%;
      padding: 1em;
      background-color: #fff; }
      @media screen and (max-width: 1000px) {
        .feature-3points-item {
          display: block; } }
      @media screen and (max-width: 767px) {
        .feature-3points-item {
          width: 100%;
          margin-top: 20px; } }
      .feature-3points-item:first-child {
        margin-top: 0; }
    .feature-3points-img {
      width: 100%;
      display: block; }
      @media screen and (max-width: 1000px) {
        .feature-3points-img {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .feature-3points-img {
          max-width: 200px;
          margin: 0 auto; } }
    .feature-3points-txt {
      width: 100%;
      margin-top: .75em;
      font-size: 18px;
      text-align: center;
      font-weight: bold;
      letter-spacing: -1px; }
      @media screen and (max-width: 1000px) {
        .feature-3points-txt {
          width: 100%;
          margin-top: .5em;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .feature-3points-txt {
          font-size: 16px; } }
  .feature .btn-basic {
    margin-top: 20px; }
    .feature .btn-basic::after {
      border-top: solid 1px #333; }
    @media screen and (min-width: 1201px) {
      .feature .btn-basic:hover {
        border-color: transparent; } }
    .feature .btn-basic-wrap {
      margin-right: 40px;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .feature .btn-basic-wrap {
          text-align: left; } }

.service {
  background-color: #f1f2f6; }
  .service-inner {
    width: 90%;
    max-width: 1360px;
    padding: 120px 0;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .service-inner {
        padding: 120px 0; } }
    @media screen and (max-width: 767px) {
      .service-inner {
        padding: 80px 0;
        max-width: initial;
        display: block; } }
    @media screen and (max-width: 480px) {
      .service-inner {
        padding: 60px 0;
        max-width: initial;
        display: block; } }
  .service .sec-contents {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .service .sec-contents {
        display: block; } }
  .service-img {
    width: 50%;
    max-width: 540px; }
    @media screen and (max-width: 1200px) {
      .service-img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block; } }
  .service-txt {
    margin-top: .75em;
    line-height: 1.75; }
    .service-txt-wrap {
      width: 50%;
      padding-left: 5%; }
      @media screen and (max-width: 1200px) {
        .service-txt-wrap {
          width: 100%;
          margin-top: 2em; } }
      @media screen and (max-width: 767px) {
        .service-txt-wrap {
          padding-left: 0; } }
    .service-txt-hl {
      margin: 0;
      font-size: 36px; }
      @media screen and (max-width: 1200px) {
        .service-txt-hl {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .service-txt-hl {
          font-size: 24px; } }
    .service-txt-shl {
      margin-top: .5em;
      margin-bottom: 0;
      color: #888;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .service-txt-shl {
          font-size: 18px; } }

.casestudy-inner {
  width: 90%;
  max-width: 1360px;
  padding: 120px 0;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 1000px) {
    .casestudy-inner {
      padding: 120px 0; } }
  @media screen and (max-width: 767px) {
    .casestudy-inner {
      padding: 80px 0;
      max-width: initial;
      display: block; } }
  @media screen and (max-width: 480px) {
    .casestudy-inner {
      padding: 60px 0;
      max-width: initial;
      display: block; } }
.casestudy-list {
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .casestudy-list {
      display: block; } }
  .casestudy-list::after {
    content: "";
    display: block;
    clear: both; }
    @media screen and (max-width: 767px) {
      .casestudy-list::after {
        display: none; } }
  .casestudy-list > li {
    width: 32%;
    margin-right: 2%;
    float: left; }
    .casestudy-list > li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .casestudy-list > li {
        width: 100%;
        margin-top: 2em;
        float: none; } }
    .casestudy-list > li > a {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .casestudy-list > li > a {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      .casestudy-list > li > a:hover .casestudy-img {
        opacity: .7; }
      .casestudy-list > li > a:hover .casestudy-hl {
        text-decoration: underline; }
      .casestudy-list > li > a object a:hover {
        text-decoration: underline; }
    .casestudy-list > li:nth-child(n+4) {
      margin-top: 4em; }
      @media screen and (max-width: 767px) {
        .casestudy-list > li:nth-child(n+4) {
          margin-top: 2emc; } }
    @media screen and (max-width: 767px) {
      .casestudy-list > li:first-child {
        margin-top: 0; } }
@media screen and (max-width: 767px) {
  .casestudy-img {
    width: 120px;
    height: 167px; } }
.casestudy-hl {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .casestudy-hl {
      margin-top: 0;
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .casestudy-hl {
      font-size: 14px; } }
.casestudy-txt {
  margin-top: 1em;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .casestudy-txt {
      margin-top: .5em; } }
  @media screen and (max-width: 480px) {
    .casestudy-txt {
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .casestudy-txt-wrap {
      width: calc(100% - 140px); } }
.casestudy-taglist {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .casestudy-taglist {
      margin-top: .5em; } }
  .casestudy-taglist > li {
    width: calc(32% - 1px);
    margin-bottom: .5em;
    border-left: solid 1px #ccc;
    color: #666;
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .casestudy-taglist > li {
        font-size: 10px; } }
    @media screen and (max-width: 767px) {
      .casestudy-taglist > li {
        width: calc(32% - 1px); } }
    .casestudy-taglist > li:nth-child(4n) {
      border-right: solid 1px #ccc; }
      @media screen and (max-width: 767px) {
        .casestudy-taglist > li:nth-child(4n) {
          border-right: none; } }
    @media screen and (max-width: 767px) {
      .casestudy-taglist > li:nth-child(3n) {
        border-right: solid 1px #ccc; } }
    .casestudy-taglist > li:last-child {
      border-right: solid 1px #ccc; }

.client {
  background-color: #f1f2f6; }
  .client-inner {
    width: 90%;
    max-width: 1360px;
    padding: 120px 0;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .client-inner {
        padding: 120px 0; } }
    @media screen and (max-width: 767px) {
      .client-inner {
        padding: 80px 0;
        max-width: initial;
        display: block; } }
    @media screen and (max-width: 480px) {
      .client-inner {
        padding: 60px 0;
        max-width: initial;
        display: block; } }
  .client-contents {
    margin-bottom: 40px;
    position: relative; }
  .client-list {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .client-list::before {
      content: "";
      width: 22%;
      display: block;
      height: 0;
      order: 1; }
      @media screen and (max-width: 767px) {
        .client-list::before {
          width: 30%; } }
      @media screen and (max-width: 480px) {
        .client-list::before {
          width: 47.5%; } }
    .client-list::after {
      content: "";
      width: 22%;
      display: block;
      height: 0; }
      @media screen and (max-width: 767px) {
        .client-list::after {
          width: 30%; } }
      @media screen and (max-width: 480px) {
        .client-list::after {
          width: 47.5%; } }
    .client-list li {
      width: 22%; }
      @media screen and (max-width: 767px) {
        .client-list li {
          width: 30%; } }
      @media screen and (max-width: 480px) {
        .client-list li {
          width: 47.5%; } }
  .client-logo {
    width: 100%; }
    .client-logo-wrap {
      width: 100%;
      height: 120px;
      padding: 1em 1.5em;
      background-color: #fff;
      border: solid 1px #eee;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1000px) {
        .client-logo-wrap {
          height: 100px; } }
    .client-logo-blueyonder {
      max-width: 160px; }
    .client-logo-celonis {
      max-width: 120px; }
      @media screen and (max-width: 480px) {
        .client-logo-celonis {
          max-width: 100px; } }
    .client-logo-netapp {
      max-width: 140px; }
    .client-logo-paloalto {
      max-width: 160px; }
    .client-logo-dis {
      max-width: 100px; }
      @media screen and (max-width: 480px) {
        .client-logo-dis {
          max-width: 75px; } }
    .client-logo-scsk {
      max-width: 112px; }
      @media screen and (max-width: 480px) {
        .client-logo-scsk {
          max-width: 78px; } }
    .client-logo-nttcom {
      max-width: 120px; }
      @media screen and (max-width: 480px) {
        .client-logo-nttcom {
          max-width: 100px; } }
  .client-name {
    margin-top: .5em;
    font-size: 13px;
    letter-spacing: -0.25; }
    @media screen and (max-width: 1000px) {
      .client-name {
        font-size: 12px; } }
    .client-name-nttcom {
      font-size: 11px;
      letter-spacing: -.75px;
      line-height: 2; }
  .client-note {
    text-align: right; }

.column-inner {
  width: 90%;
  max-width: 1360px;
  padding: 120px 0;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 1000px) {
    .column-inner {
      padding: 120px 0; } }
  @media screen and (max-width: 767px) {
    .column-inner {
      padding: 80px 0;
      max-width: initial;
      display: block; } }
  @media screen and (max-width: 480px) {
    .column-inner {
      padding: 60px 0;
      max-width: initial;
      display: block; } }
.column-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .column-list {
      width: 100%;
      margin-left: 0; } }
  .column-list > li {
    width: 32%;
    margin-left: 2%; }
    @media screen and (max-width: 767px) {
      .column-list > li {
        width: 30%; } }
    .column-list > li:first-child {
      margin-left: 0; }
.column-hl {
  margin-top: 1em;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .column-hl {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .column-hl {
      font-size: 14px; } }
.column-taglist {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .column-taglist li {
    width: calc(23% - 1px);
    margin-bottom: .5em;
    border-left: solid 1px #ccc;
    color: #666;
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .column-taglist li {
        font-size: 10px; } }
    @media screen and (max-width: 1000px) {
      .column-taglist li {
        width: calc(49% - 1px); } }
    .column-taglist li:first-child {
      border: none; }
    @media screen and (max-width: 1000px) {
      .column-taglist li:nth-child(odd) {
        border: none; } }
    .column-taglist li:nth-child(5n) {
      border: none; }
.column .block-list-list {
  margin: 0; }

.block-list {
  margin: 0; }
  .block-list-inner {
    width: 90%;
    max-width: 1360px;
    padding: 120px 0;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .block-list-inner {
        padding: 120px 0; } }
    @media screen and (max-width: 767px) {
      .block-list-inner {
        padding: 80px 0;
        max-width: initial;
        display: block; } }
    @media screen and (max-width: 480px) {
      .block-list-inner {
        padding: 60px 0;
        max-width: initial;
        display: block; } }
  .block-list-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .block-list-list {
        display: block; } }
    .block-list-list::before {
      width: 32%;
      content: "";
      display: block;
      order: 1; }
    .block-list-list::after {
      width: 32%;
      content: "";
      display: block;
      clear: both; }
      @media screen and (max-width: 767px) {
        .block-list-list::after {
          display: none; } }
    .block-list-list > li {
      width: 32%;
      margin-right: 2%;
      float: left; }
      .block-list-list > li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .block-list-list > li {
          width: 100%;
          margin-top: 2em;
          float: none; } }
      .block-list-list > li:first-child {
        margin-top: 0; }
      .block-list-list > li > a {
        width: 100%;
        transition: all .2s linear; }
        @media screen and (max-width: 767px) {
          .block-list-list > li > a {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; } }
        .block-list-list > li > a:hover {
          opacity: .7; }
      .block-list-list > li:nth-child(n+4) {
        margin-top: 4em; }
  @media screen and (max-width: 767px) {
    .block-list-img {
      width: 120px;
      height: 167px; } }
  .block-list-hl {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .block-list-hl {
        margin-top: 0;
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      .block-list-hl {
        font-size: 14px; } }
  .block-list-txt {
    margin-top: 1em;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .block-list-txt {
        margin-top: .5em; } }
    @media screen and (max-width: 480px) {
      .block-list-txt {
        font-size: 12px; } }
    .block-list-txt-wrap {
      margin-top: 1em; }
  .block-list-taglist {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .block-list-taglist {
        margin-top: .75em; } }
    .block-list-taglist > li {
      width: calc(24.5% - 1px);
      margin-bottom: .5em;
      border-left: solid 1px #ccc;
      color: #666;
      font-size: 12px;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .block-list-taglist > li {
          font-size: 10px; } }
      @media screen and (max-width: 767px) {
        .block-list-taglist > li {
          width: calc(32% - 1px); } }
      .block-list-taglist > li:nth-child(4n) {
        border-right: solid 1px #ccc; }
        @media screen and (max-width: 767px) {
          .block-list-taglist > li:nth-child(4n) {
            border-right: none; } }
      @media screen and (max-width: 767px) {
        .block-list-taglist > li:nth-child(3n) {
          border-right: solid 1px #ccc; } }
      .block-list-taglist > li:last-child {
        border-right: solid 1px #ccc; }

.news {
  background-color: #f1f2f6; }
  .news-inner {
    width: 90%;
    max-width: 1360px;
    padding: 120px 0;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 1000px) {
      .news-inner {
        padding: 120px 0; } }
    @media screen and (max-width: 767px) {
      .news-inner {
        padding: 80px 0;
        max-width: initial;
        display: block; } }
    @media screen and (max-width: 480px) {
      .news-inner {
        padding: 60px 0;
        max-width: initial;
        display: block; } }

.news-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5em; }
  .news-list li {
    width: 100%;
    padding: 2em 0;
    border-bottom: solid 1px #ccc; }
    .news-list li:first-child {
      padding-top: 0; }
.news-shl-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-start; }
.news-time {
  font-family: "new-order", sans-serif;
  font-weight: 600; }
.news-cate {
  margin-left: 1em;
  padding: .1em 2em;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold; }
.news-txt {
  margin-top: .5em;
  font-weight: 500; }
