@charset "UTF-8";
/*======================================================
# ブレイクポイント
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;700;900&family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP&display=swap");
@use "sass:math";
@use "sass:string";
/*======================================================
# Media Query
====================================================== */
/* Monserratは _p-lp-modeling-machine.scss のみで使用*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

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

body.home {
  display: none;
}

img {
  vertical-align: bottom;
}

.l-footer {
  background: #000E1C;
  padding: 104px 0 64px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 80px 0 64px;
  }
}

.l-footer--copyright {
  background: #043D78;
  padding: 24px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer--copyright {
    padding: 16px 0;
  }
}

.l-footer__inner {
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (min-width: 769px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.l-footer__sns-item + .l-footer__sns-item {
  margin-left: 16px;
}

.l-footer__sns-item img {
  width: 31px;
  height: 31px;
}

.l-footer__lang {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  cursor: pointer;
}

.l-footer__lang:hover .l-footer__lang-list {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-footer__lang {
    margin-top: 32px;
  }
}

.l-footer__lang-list {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
}

.l-footer__lang-link {
  display: block;
  font-size: 14px;
  padding: 8px;
}

.l-footer__lang-link:hover {
  text-decoration: none;
  background-color: #999;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .l-footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__list:not(:first-child) {
    margin-left: 80px;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__item:not(:first-child) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__item {
    margin-top: 24px;
  }
}

.l-footer__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.l-footer__link:hover {
  opacity: 0.7;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.l-footer__sub-item {
  margin-top: 12px;
}

.l-footer__sub-link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 1.71429;
  letter-spacing: 0.03em;
}

.l-footer__sub-link:hover {
  opacity: 0.7;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.l-footer__bottom {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 64px;
  }
}

.l-footer__bottom-copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .l-footer__bottom-copyright {
    margin-top: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 10px;
    line-height: 1.5;
  }
}

.l-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-footer__bottom-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.l-footer__bottom-item:not(:first-child) {
  margin-left: 40px;
}

.l-footer__bottom-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .l-footer__bottom-link {
    font-size: 12px;
    line-height: 2;
  }
}

.l-footer__bottom-link:hover {
  text-decoration: underline;
}

.l-footer__bottom-link img {
  width: 31px;
  height: 31px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove2 {
  0% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    opacity: 0;
  }
}
@keyframes pathmove2 {
  0% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    opacity: 0;
  }
}

.l-header {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 1000;
  top: 0;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media screen and (max-width: 1140px) {
  .l-header__right {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.l-header__inner {
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .l-header__inner {
    min-height: 50px;
    padding: 7px 0 7px 12px;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 60px;
  z-index: 1000;
}

@media screen and (max-width: 1140px) {
  .l-header__logo {
    width: 88px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 992px) {
  .l-header__logo {
    padding-left: 0;
    width: 36px;
  }
  .l-header__logo img {
    width: 100%;
    height: auto;
  }
}

.l-header__logo img {
  display: block;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 992px) {
  .l-header__menu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 40px 16px 144px 16px;
    background-color: #043D78;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: scroll;
    color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .l-header__menu.active {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 560px) {
  .l-header__menu.active {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-header__cta-button {
  display: grid;
}

.l-header__cta-button:has(> a:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}

.l-header__cta-button-link {
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: 6px;
  width: clamp(100px, -21.99017px + 12.28501vw, 150px);
  height: 120px;
  font-size: clamp(13px, 0.80098px + 1.2285vw, 18px);
  line-height: 1.27778;
  background: #043D78;
  color: #fff;
  letter-spacing: 0.02em;
}

.l-header__cta-button-link.-download {
  background: #000E1C;
}

@media screen and (max-width: 992px) {
  .l-header__cta-button {
    display: none;
  }
}

.l-header__cta-button.-download .l-header__cta-button-link {
  background: #000E1C;
}

.l-header__child-title {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px;
  border-right: 1px solid #999999;
}

.l-header__child-title-en {
  display: block;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.12;
}

.l-header__child-title-jp {
  display: inline-block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  text-align: left;
}

.l-header__child-title-jp::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 24px 0 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-75%);
          transform: rotate(45deg) translateY(-75%);
}

@media screen and (max-width: 992px) {
  .l-header__child-title {
    display: none;
  }
}

.l-header__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.l-header__sns-item {
  margin-left: 32px;
}

@media screen and (max-width: 992px) {
  .l-header__sns-item:first-child {
    margin-left: 0;
  }
}

.l-header__sns-item:not(:first-child) {
  margin-left: 16px;
}

.l-header__sns-item-link-text {
  font-size: 10px;
  margin: 0 0 0 5px;
}

.l-header__sns-item-link-text.en {
  font-size: 14px;
}

.l-header__footer .l-header__sns-item-link-text {
  font-size: 12px;
}

.l-header__footer .l-header__sns-item-link-text.en {
  font-size: 14px;
}

.l-header__sns-item.has-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

@media screen and (max-width: 992px) {
  .l-header__list {
    display: block;
  }
}

@media screen and (min-width: 1141px) {
  .l-header__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

@media screen and (min-width: 1401px) {
  .l-header__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.l-header__pc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 992px) {
  .l-header__pc-head {
    display: none;
  }
}

.l-header__item {
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(14px, 9.12039px + 0.4914vw, 16px);
  line-height: 1.5;
}

.l-header__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .l-header__item {
    position: relative;
    margin-right: 0;
    padding: 16px 8px;
    border-bottom: 1px solid #999999;
  }
  .l-header__item:not(:first-child) {
    margin-left: 0;
  }
}

.l-header__item.l-header__child-menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 5px;
}

@media screen and (max-width: 992px) {
  .l-header__item.l-header__child-menu {
    margin-right: 0;
  }
}

.l-header__item.l-header__child-menu:last-child {
  margin-right: 0;
}

@media screen and (min-width: 993px) {
  .l-header__item--arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 0 4px;
    border-bottom: 2px solid #043D78;
    border-right: 2px solid #043D78;
    -webkit-transform: rotate(45deg) translateY(-75%);
            transform: rotate(45deg) translateY(-75%);
  }
}

@media screen and (max-width: 992px) {
  .l-header__item--arrow {
    display: block;
    position: absolute;
    content: url(../images/header/icon-plus.svg);
    top: 20px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .l-header__item--arrow.is-active {
    content: url(../images/header/icon-minus.svg);
  }
}

.l-header__item-link {
  position: relative;
  padding-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .l-header__item-link::after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
  }
}

.l-header__sp-nav {
  display: none;
}

@media screen and (max-width: 992px) {
  .l-header__sp-nav {
    display: block;
  }
}

.l-header__toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #000E1C;
  z-index: 999;
}

@media screen and (max-width: 992px) {
  .l-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__toggle-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 26px;
  text-align: center;
}

.l-header__toggle-text {
  display: block;
  margin-top: 16px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.l-header__toggle-line {
  width: 16px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.l-header__toggle-line:nth-child(1) {
  top: 0;
  left: 8px;
}

.l-header__toggle-line:nth-child(2) {
  background-color: #fff;
  top: 7px;
  left: 8px;
}

.l-header__toggle-line.active:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header__toggle-line.active:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__pc-bottom {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 992px) {
  .l-header__pc-bottom {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.l-header__footer {
  display: none;
}

@media screen and (max-width: 992px) {
  .l-header__footer {
    display: block;
  }
}

@media screen and (min-width: 993px) {
  .l-header__child-inner {
    display: none;
    width: 100%;
    position: absolute;
    top: 96px;
    left: 0;
    color: #fff;
    background-color: #043D78;
    z-index: 10000;
  }
  .l-header__child-list {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 48px 0;
  }
  .l-header__child-menu:hover .l-header__child-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__child-menu:hover .l-header__item-link::after {
    display: block;
    content: url(../images/header/header-arrow-top.svg);
    text-align: center;
    line-height: 1;
  }
  .l-header__grandchild-list {
    width: 50%;
    height: 100%;
    background: #09539F;
    border-left: 1px solid #999;
    padding: 48px 0;
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
  }
  .l-header__grandchild-menu:hover .l-header__grandchild-list {
    /* 下層メニューのスタイル（親項目ホバー時） */
    display: block;
    /* 下層メニューを表示 */
  }
  .l-header__child-item-link, .l-header__grandchild-item-link {
    display: block;
    padding: 8px 40px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__child-item-link:hover, .l-header__grandchild-item-link:hover {
    opacity: 0.7;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .l-header__child-item-link::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 24px 0 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-75%);
            transform: rotate(45deg) translateY(-75%);
  }
  .l-header__child-item-link:hover {
    background: #09539F;
  }
}

@media screen and (max-width: 992px) {
  .l-header__child-inner {
    display: none;
  }
  .l-header__child-item {
    margin-top: 16px;
    margin-left: 16px;
    text-indent: -7px;
    font-size: 14px;
  }
  .l-header__child-item:before {
    display: inline-block;
    content: "・";
  }
  .l-header__grandchild-list {
    display: none;
  }
}

.l-header__cta {
  margin-top: 40px;
}

.l-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.l-header__bottom-item:not(:first-child) {
  margin-left: 40px;
}

.l-header__bottom-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .l-header__bottom-link {
    font-size: 12px;
    line-height: 2;
  }
}

.l-header__bottom-link:hover {
  text-decoration: underline;
}

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.l-header__sns-item + .l-header__sns-item {
  margin-left: 16px;
}

.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 32px auto 0;
}

.l-header__lang:hover .l-header__lang-list {
  display: block;
}

.l-header__lang--pc {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

.l-header__lang-list {
  display: none;
  width: 106px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 0;
}

.l-header__lang-list--pc {
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.l-header__lang-link {
  display: block;
  font-size: 14px;
  padding: 8px;
}

.l-header__lang-link:hover {
  text-decoration: none;
  background-color: #999;
  color: #fff;
}

.l-header__close {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.l-header__close span {
  position: relative;
  top: 2px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .l-header--scroll .l-header__item {
    padding-top: 16px;
  }
  .l-header--scroll .l-header__item-link::after {
    bottom: 0;
  }
  .l-header--scroll .l-header__pc-head {
    display: none;
  }
  .l-header--scroll .l-header__contact-link {
    padding: 33px 0 34px;
  }
  .l-header--scroll .l-header__child-inner {
    top: 70px;
  }
}

.l-header__group-icon {
  display: none;
}

@media screen and (max-width: 992px) {
  .l-header__group-icon {
    display: block;
    position: relative;
    right: 66px;
    top: 0;
  }
}

.l-inner {
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

.l-inner--md {
  max-width: 1048px;
}

.l-section {
  background: #fff;
  padding: 104px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 80px 0;
  }
}

.l-section--md {
  padding: 56px 0 104px;
}

@media screen and (max-width: 768px) {
  .l-section--md {
    padding: 40px 0;
  }
}

.l-section--line {
  border-bottom: 1px solid #cccccc;
}

.l-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-single {
    display: block;
  }
}

.l-wrapper {
  padding-top: 120px;
  overflow-x: hidden;
}

@media screen and (max-width: 992px) {
  .l-wrapper {
    padding-top: 50px;
  }
}

.c-accordion__title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 16px 16px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.c-accordion__no-event {
  pointer-events: none;
  cursor: none;
}

.c-accordion__icon {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 15px;
  right: 31px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-accordion__icon:before, .c-accordion__icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #043D78;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .c-accordion__icon:before, .c-accordion__icon:after {
    height: 16px;
  }
}

.c-accordion__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.c-accordion__icon.is-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.c-accordion__body {
  display: none;
  padding: 0 0 16px 16px;
}

.c-accordion__title.c-accordion__no-event .c-accordion__icon {
  display: none;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #043D78;
  border-radius: 3px;
  padding: 16px;
  width: 240px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

.c-button:disabled {
  pointer-events: none;
  border-color: #4F4F51;
  background: #4F4F51;
}

.c-button--sm {
  width: 180px;
  padding: 10px 16px;
  border: 1px solid #ccc;
}

.c-button--sm span::before {
  display: none;
}

.c-button--sm span::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.c-button--paint {
  width: 240px;
  background-color: #043D78;
  color: #fff;
}

.c-button--paint span::before {
  background: #fff;
}

.c-button--paint span::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.c-button--paint:hover span::before {
  background: #043D78;
}

.c-button--paint:hover span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-button.c-button--paint span::before {
  background: #fff;
}

.c-button.c-button--paint span::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.c-button.c-button--paint:hover span::before {
  background: #043D78;
}

.c-button.c-button--paint:hover span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-button.c-button--paint::before {
  background: #fff;
  color: #043D78;
}

.c-button.c-button--paint:hover span {
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .c-button {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .c-button--left {
    margin-left: auto;
  }
}

.c-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #043D78;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.c-button span {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.c-button span:before, .c-button span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.c-button span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #043D78;
}

.c-button span::after {
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-button:hover span {
  color: #fff;
}

.c-button:hover span::before {
  background: #fff;
}

.c-button:hover span::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.c-button:hover:before {
  width: 100%;
  z-index: -1;
}

.c-button.c-button--sm span::before {
  display: none;
}

.c-button.c-button--sm span::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.c-button.c-button--sm:hover span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-lp-ignition-button__cta {
  display: inline-block;
  width: 100%;
  padding: 16px 32px 16px 20px;
  border: 1px solid #043D78;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  background: #ef8641 url(../images/lp/ignition/ico_arrow_white_right.png) no-repeat right 10px top 50%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .4);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, .4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-button__cta {
    margin: 16px 0 0 0;
    border-radius: 5px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1141px) {
  .c-lp-ignition-button__cta {
    padding: 24px 32px 24px 20px;
  }
}

.c-lp-ignition-button__cta:hover, .c-lp-ignition-button__cta:focus {
  border: 1px solid #fff;
  color: #ef8641;
  background: #fff url(../images/lp/ignition/ico_arrow_orange_right.png) no-repeat right 10px top 50%;
}

.c-category {
  margin-left: -8px;
}

.c-category__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 0 8px;
  padding: 2px 16px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.41667;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .c-category__item {
    margin-right: 0;
    font-size: 12px;
  }
}

body.chatbot-close {
  position: relative !important;
  overflow-y: scroll !important;
}

.ul-widget-main-window {
  right: 70px !important;
}

.ul-widget-main-window.ul-widget-hide {
  z-index: 1 !important;
}

.ul-widget-main-window.mobile-layout {
  bottom: 0 !important;
}

.ul-widget-main-window.mobile-layout.ul-widget-hide {
  width: 61px !important;
  height: 60px !important;
  right: 60px !important;
  bottom: 20px !important;
  -webkit-box-shadow: rgba(0, 0, 0, .14) 0px 4px 5px 0px, rgba(0, 0, 0, .12) 0px 1px 10px 0px, rgba(0, 0, 0, .3) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, .14) 0px 4px 5px 0px, rgba(0, 0, 0, .12) 0px 1px 10px 0px, rgba(0, 0, 0, .3) 0px 2px 4px -1px;
  border-radius: 4px;
  padding: 2px;
  background-color: #fff;
}

.p-block .c-cover-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  min-height: 420px;
  padding: 100px 0;
  margin: 80px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom {
    min-height: 210px;
    padding: 50px 0;
  }
}

.p-block .c-cover-custom:first-child {
  margin-top: 0;
}

.p-block .c-cover-custom.has-text::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(247, 247, 247, .9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-block .c-cover-custom-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-block .c-cover-custom-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-block .c-cover-custom-inner {
  max-width: 1256px;
  width: 100%;
  margin: 0 auto -40px;
  padding: 0 24px;
  position: relative;
}

.p-block .c-cover-custom-head {
  padding: 0;
  margin: 0 0 40px;
  border: none;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom-head {
    margin: 0 0 32px;
    font-size: 18px;
  }
}

.p-block .c-cover-custom-head::before {
  display: none;
}

.p-block .c-cover-custom-lead {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom-lead {
    margin: 0 0 32px;
  }
}

.p-block .c-cover-custom-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-block .c-cover-custom-column .c-cover-custom-figure,
.p-block .c-cover-custom-column .c-cover-custom-text {
  width: calc(50% - 32px);
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom-column .c-cover-custom-figure,
  .p-block .c-cover-custom-column .c-cover-custom-text {
    width: 100%;
  }
}

.p-block .c-cover-custom-column .c-cover-custom-figure {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-block .c-cover-custom-figure {
  margin: 0 0 40px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom-figure {
    margin: 0 0 32px;
  }
}

.p-block .c-cover-custom-text {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom-text {
    margin: 0 0 32px;
  }
}

.p-block .c-cover-custom-btn {
  width: 240px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .p-block .c-cover-custom-btn {
    margin: 0 auto 32px;
  }
  .p-block .c-cover-custom-btn .wp-block-button__link {
    font-size: 14px;
  }
}

.c-cta {
  background: url(../images/footer/bg-cta.jpg);
  background-size: cover;
  color: #fff;
}

.c-cta--no-image {
  background: none;
}

.c-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 560px) {
  .c-cta__list {
    display: block;
  }
}

.l-header .c-cta__list {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 560px) {
  .l-header .c-cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-cta__item {
  position: relative;
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 5px;
  height: 164px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-cta__item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 560px) {
  .c-cta__item {
    width: 100%;
    height: 128px;
  }
}

.c-cta__item:hover {
  opacity: 0.7;
}

.c-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 164px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .c-cta__link {
    font-size: 18px;
    line-height: 1.27778;
  }
}

@media screen and (max-width: 560px) {
  .c-cta__link {
    height: 128px;
  }
}

.c-cta__link-image {
  display: block;
  text-align: center;
}

.c-cta__link-text {
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.c-cta__arrow {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 32px;
  width: 100%;
  text-decoration: none;
}

.c-cta__arrow:before, .c-cta__arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.c-cta__arrow::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #043D78;
}

.c-cta__arrow::after {
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-cta__footer {
  margin-top: 32px;
  text-align: center;
}

.c-cta__footer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-cta__footer-time {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.c-cta__footer-tel {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.c-cta__footer-tel span {
  font-size: 32px;
  line-height: 1.34375;
}

.c-lp-ignition-cta {
  padding: 5% 0;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 91, 185, .95)), to(rgba(4, 61, 120, .95))), url(../images/lp/ignition/bg_cta01.png) no-repeat center center;
  background: linear-gradient(to right, rgba(0, 91, 185, .95) 0%, rgba(4, 61, 120, .95) 100%), url(../images/lp/ignition/bg_cta01.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-cta {
    padding: 77px 0;
  }
}

.c-lp-ignition-cta.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.c-lp-ignition-cta__title {
  margin: 4% 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-cta__title {
    margin: 16px 0;
    font-size: 24px;
  }
}

.c-lp-ignition-cta__summary {
  margin: 4% 0;
  font-size: clamp(20px, 16.352px + 0.97vw, 32px);
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2rem);
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-cta__summary {
    margin: 16px 0;
  }
}

.c-lp-ignition-cta__tel {
  margin: 4% 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(34px, 31.264px + 0.73vw, 43.008px);
  font-size: clamp(2.125rem, 1.954rem + 0.73vw, 2.688rem);
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-cta__tel {
    margin: 16px 0;
  }
}

.c-lp-ignition-cta__tel--number {
  padding-left: 1em;
  background: url(../images/lp/ignition/ico_tel.png) no-repeat 0 50%;
}

.c-lp-ignition-cta__tel--hours {
  display: block;
  font-size: 14px;
}

.c-lp-ignition-cta .c-lp-ignition-button__cta {
  max-width: 580px;
}

.c-lp-ignition-fixedcta {
  position: fixed;
  z-index: 999;
  display: none;
}

.c-lp-ignition-fixedcta.u-close {
  display: none;
}

.c-lp-ignition-fixedcta button {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-lp-ignition-fixedcta button {
    top: -8px;
    right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-fixedcta button {
    top: 24px;
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-lp-ignition-fixedcta {
    left: -20px;
    bottom: 0;
    display: none;
    max-width: 333px;
    padding: 3.5% 40px 3%;
    background: url(../images/lp/ignition/img_cta_fixed_sp.png) no-repeat 0 50%;
  }
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-fixedcta {
    right: 0;
    top: 60%;
    max-width: 310px;
    height: 345px;
    padding: 64px 40px 24px;
    background: url(../images/lp/ignition/img_cta_fixed_pc.png) no-repeat 0 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-lp-ignition-fixedcta p {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .c-lp-ignition-fixedcta p {
    font-size: 10px;
    line-height: 1;
  }
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-fixedcta p {
    margin-bottom: 50px;
    font-size: 16px;
  }
}

.c-lp-ignition-fixedcta .c-lp-ignition-button__cta {
  padding: 8px 32px 8px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-lp-ignition-fixedcta .c-lp-ignition-button__cta {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .c-lp-ignition-fixedcta .c-lp-ignition-button__cta {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .c-fluid {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-freeword__article-item + .c-freeword__article-item {
  margin-top: 40px;
}

.c-freeword__article-item:hover .c-freeword__article-title {
  color: #043D78;
  text-decoration: underline;
}

.c-freeword__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-freeword__article-link {
    display: block;
  }
}

.c-freeword__article-photo {
  width: 272px;
}

@media screen and (max-width: 768px) {
  .c-freeword__article-photo {
    width: 100%;
  }
}

.c-freeword__article-photo img {
  width: 100%;
  height: auto;
}

.c-freeword__article-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .c-freeword__article-body {
    width: 100%;
    margin-left: 0;
  }
}

.c-freeword__article-date {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .c-freeword__article-date {
    margin-top: 24px;
  }
}

.c-freeword__article-title {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-freeword__article-title {
    font-size: 16px;
    line-height: 1.5625;
  }
}

.c-freeword__article-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5625;
}

.c-googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-googlemap {
    padding-bottom: 28%;
  }
}

.c-googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-link {
  position: relative;
}

.c-link--icon::before {
  display: inline-block;
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 6px;
  margin-right: 4px;
  font-size: 10px;
  color: #043D78;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.c-link a {
  padding-left: 16px;
}

.link-has-arrow {
  display: inline-block;
  font-weight: 700;
  color: #043d78;
  text-decoration: underline;
}

.link-has-arrow::before {
  content: '▶︎';
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.c-marketo-sidebar {
  width: 472px;
  margin-left: 16px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-marketo-sidebar {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }
}

.c-marketo-sidebar .mktoForm {
  max-width: 472px !important;
  margin-top: 32px;
  padding: 0 16px 16px;
  border: 1px solid #707070;
}

.c-marketo-sidebar__head {
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  text-align: center;
}

.c-marketo-sidebar__privacy {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.64286;
}

.c-marketo-sidebar__privacy a {
  color: #043D78;
}

.p-block .c-media-parts li.c-media-parts__item {
  padding-left: 0;
  text-indent: 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.p-block .c-media-parts li.c-media-parts__item + .c-media-parts__item {
  margin-top: 40px;
}

.p-block .c-media-parts li.c-media-parts__item::before {
  display: none;
}

.p-block .c-media-parts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.p-block .c-media-parts__link:hover p {
  color: #043D78;
}

.p-block .c-media-parts__link:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@media screen and (max-width: 768px) {
  .p-block .c-media-parts__link {
    display: block;
  }
}

.p-block .c-media-parts__img-wrapper {
  overflow: hidden;
  width: 206px;
  height: 116px;
  position: relative;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-block .c-media-parts__img-wrapper {
    width: 100%;
  }
}

.p-block .c-media-parts__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-block .c-media-parts__body {
  position: relative;
  padding: 0 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-block .c-media-parts__body p {
  margin-bottom: 0;
}

.p-block .c-media-parts__body::after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #043D78;
  border-right: 2px solid #043D78;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 560px) {
  .p-block .c-media-parts__body::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  .p-block .c-media-parts__body {
    padding: 16px 24px 16px 8px;
  }
}

.p-block .c-media-parts__content {
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-block .c-media-parts__content {
    font-size: 14px;
  }
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-media {
    display: block;
  }
}

.c-media__title {
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 3px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66667;
  letter-spacing: 0.04em;
}

.c-media__img-wrapper {
  overflow: hidden;
  width: 570px;
  padding-top: 27%;
  position: relative;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .c-media__img-wrapper {
    width: 100%;
  }
}

.c-media__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.c-media__body {
  margin-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .c-media__body {
    margin: 24px 0 0 0;
  }
}

.c-media__content {
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .c-media__content {
    font-size: 14px;
  }
}

.c-mv {
  position: relative;
  width: 100%;
}

.c-mv__inner {
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  padding: 104px 24px 0;
}

@media screen and (max-width: 768px) {
  .c-mv__inner {
    padding: 32px 16px 0;
  }
}

.c-mv__jp {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.39583;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .c-mv__jp {
    font-size: 28px;
  }
}

.c-mv__en {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
  text-transform: uppercase;
  line-height: 2.8;
}

:lang(en-US) .c-mv__en {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.39583;
  letter-spacing: 0.04em;
  color: #000000;
}

@media screen and (max-width: 768px) {
  :lang(en-US) .c-mv__en {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .c-mv__en {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1;
  }
}

.c-mv__category {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
  text-transform: uppercase;
  line-height: 2.8;
}

@media screen and (max-width: 768px) {
  .c-mv__category {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1;
  }
}

.c-pagetop {
  display: none;
  cursor: pointer;
}

.c-pagetop-item {
  /*描画位置※位置は適宜調整してください*/
  position: fixed;
  right: 24px;
  bottom: 24px;
  /*全体の高さ*/
  height: 50px;
  z-index: 100;
}

.c-pagetop-item span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #000E1C;
  font-size: 11.2px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}

.c-pagetop-item span::before {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  left: 5px;
  /*線の形状*/
  width: 1px;
  height: 50px;
  margin-top: -124px;
  background: #000E1C;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove2 1.4s ease-in-out infinite;
          animation: pathmove2 1.4s ease-in-out infinite;
  opacity: 0;
}

.c-pagetop-item span.is-footer {
  color: #fff;
}

.c-pagetop-item span.is-footer::before {
  background: #fff;
}

.c-product-search__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.c-product-search__search-input {
  width: calc(100% - 240px);
  padding: 13px 16px;
  font-size: 16px;
  color: #ccc;
  line-height: 1.75;
  letter-spacing: 0.03em;
  border: 1px solid #cccccc;
  border-right: 0;
  color: #000000;
}

.c-product-search__search-input::-webkit-input-placeholder {
  color: #cccccc;
}

.c-product-search__search-input::-moz-placeholder {
  color: #cccccc;
}

.c-product-search__search-input::-ms-input-placeholder {
  color: #cccccc;
}

.c-product-search__search-input::placeholder {
  color: #cccccc;
}

@media screen and (max-width: 768px) {
  .c-product-search__search-input {
    width: calc(100% - 52px);
    padding: 11px 16px;
  }
}

.c-product-search__search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 56px;
  background: #043D78;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-product-search__search-submit {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 769px) {
  .c-product-search__search-submit span {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/top/icon-search.svg) no-repeat left top 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-product-search__search-submit span {
    display: block;
    content: url(../images/top/icon-search.svg);
    width: 16px;
    height: 17px;
  }
}

.c-product-search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  border-bottom: 1px solid #043D78;
}

@media screen and (max-width: 768px) {
  .c-product-search__tab {
    margin-top: 32px;
  }
}

.c-product-search__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 302px;
  height: 56px;
  border: 1px solid #ccc;
  border-bottom: 0;
  cursor: pointer;
  font-size: clamp(12px, 1vw, 16px);
}

.c-product-search__tab-item.is-active, .c-product-search__tab-item:hover {
  border: 1px solid #043D78;
  background: #043D78;
  border-bottom: 0;
  color: #fff;
}

.c-product-search__panel {
  display: none;
}

.c-product-search__panel.is-active {
  display: block;
}

.c-product-search__panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-product-search__panel-list::before {
  display: block;
  content: "";
  width: calc(25% - 30px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-product-search__panel-list::after {
  display: block;
  content: "";
  width: calc(25% - 30px);
}

.c-product-search__panel-item {
  margin-top: 40px;
  width: calc(25% - 30px);
}

.c-product-search__panel-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .c-product-search__panel-item {
    margin-top: 24px;
    width: calc(50% - 8px);
  }
}

.c-product-search__panel-item:hover .c-product-search__panel-title {
  color: #043D78;
  text-decoration: underline;
}

.c-product-search__panel-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.c-product-search__panel-img-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 3px;
}

.c-product-search__panel-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.c-product-search__panel-title {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-product-search__panel-title {
    margin-top: 8px;
    font-size: 12px;
  }
}

.c-product-search__industry {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-product-search__industry {
    margin-top: 40px;
  }
}

.c-product-search__industry-title {
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.c-product-search__industry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  margin-left: -8px;
}

@media screen and (max-width: 768px) {
  .c-product-search__industry-list {
    margin-top: 8px;
  }
}

.c-product-search__industry-item {
  margin: 8px 0 0 8px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  color: #043D78;
}

.c-product-search__industry-item:before {
  display: inline-block;
  content: "●";
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 12px;
  color: #043D78;
}

.c-product-search__industry-item:hover {
  background: #043D78;
  color: #fff;
}

.c-product-search__industry-item:hover:before {
  color: #fff;
}

.c-product__contents {
  margin: 160px 0 0;
}

@media screen and (max-width: 768px) {
  .c-product__contents {
    margin: 80px 0 0;
  }
}

.c-product__content {
  margin: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .c-product__content {
    margin: 0 0 80px;
  }
}

.c-product__content:last-child {
  margin: 0;
}

.c-product__content-faq .faq-item {
  border-bottom: 1px solid #ccc;
}

.c-product__content-faq .faq-item:last-child {
  border: none;
}

.c-product__content-faq .faq-item-question {
  width: 100%;
  padding: 32px 80px 32px 90px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-product__content-faq .faq-item-question {
    padding: 20px 25px 20px 40px;
    font-size: 16px;
  }
}

.c-product__content-faq .faq-item-question::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/tbts/assets/images/common/icon_faq_question.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-product__content-faq .faq-item-question::before {
    width: 25px;
    height: 25px;
    top: 18px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-product__content-faq .faq-item-question::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/tbts/assets/images/common/icon_faq_open.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-product__content-faq .faq-item-question::after {
    width: 15px;
    height: 15px;
    top: 22px;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-product__content-faq .faq-item-question.answer-open::after {
  content: '';
  height: 3px;
  background: url(/wp-content/themes/tbts/assets/images/common/icon_faq_close.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-product__content-faq .faq-item-question.answer-open::after {
    top: 28px;
    height: 2px;
  }
}

.c-product__content-faq .faq-item-answer {
  display: none;
  padding: 5px 80px 32px 90px;
  line-height: 1.75;
  letter-spacing: .03em;
}

@media screen and (max-width: 768px) {
  .c-product__content-faq .faq-item-answer {
    padding: 0 25px 20px 40px;
    font-size: 14px;
  }
}

.c-product__content a[target="_blank"] {
  display: inline-block;
  color: #043d78;
  text-decoration: underline;
}

.c-product__content a[target="_blank"]::after {
  display: inline-block;
  content: url("../images/common/target.svg");
  margin-left: 5px;
}

.c-product__lead {
  margin: 0 0 56px;
  line-height: 1.75;
  letter-spacing: .03em;
}

@media screen and (max-width: 768px) {
  .c-product__lead {
    margin: 0 0 40px;
    font-size: 14px;
  }
}

.c-product__lead p {
  margin: 0 0 1em;
}

.c-product__lead p:last-child {
  margin: 0;
}

.c-product__lead ul,
.c-product__lead ol {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-product__lead ul,
  .c-product__lead ol {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-product__lead ul li {
  padding-left: 24px;
  text-indent: -24px;
}

.c-product__lead ul li::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #043D78;
}

.c-product__lead ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 18px;
  text-indent: -18px;
}

.c-product__lead ol li::marker {
  color: #043D78;
}

.c-product__child {
  margin: 0 0 56px;
}

@media screen and (max-width: 768px) {
  .c-product__child {
    margin: 0 0 40px;
  }
}

.c-product__child:last-child {
  margin: 0;
}

.c-product__child-title {
  border-left: 4px solid #043D78;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .c-product__child-title {
    margin-bottom: 24px;
    font-size: 16px;
  }
}

.c-product__child-content {
  line-height: 1.75;
  letter-spacing: .03em;
}

@media screen and (max-width: 768px) {
  .c-product__child-content {
    font-size: 14px;
  }
}

.c-product__child p {
  margin: 0 0 1em;
}

.c-product__child p:last-child {
  margin: 0;
}

.c-product__child ul,
.c-product__child ol {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-product__child ul,
  .c-product__child ol {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-product__child ul li {
  padding-left: 24px;
  text-indent: -24px;
}

.c-product__child ul li::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #043D78;
}

.c-product__child ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 18px;
  text-indent: -18px;
}

.c-product__child ol li::marker {
  color: #043D78;
}

.c-relation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .c-relation__list {
    margin-top: -24px;
  }
}

.c-relation__item {
  margin-top: 40px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .c-relation__item {
    margin-top: 24px;
    width: 100%;
  }
}

.c-relation__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 16px 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .c-relation__link {
    margin: 0 auto;
  }
}

.c-relation__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #043D78;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.c-relation__link span {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.c-relation__link span:before, .c-relation__link span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.c-relation__link span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #043D78;
}

.c-relation__link span::after {
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-relation__link:hover span {
  color: #fff;
}

.c-relation__link:hover span::before {
  background: #fff;
}

.c-relation__link:hover span::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.c-relation__link:hover:before {
  width: 100%;
  z-index: -1;
}

.c-search {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .c-search {
    margin-top: 40px;
  }
}

.c-search__name {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  line-height: 1.6;
}

.c-search__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.c-search__head-input {
  width: calc(100% - 240px);
  background: #fff;
  padding: 13px 16px;
  font-size: 16px;
  color: #ccc;
  line-height: 1.75;
  letter-spacing: 0.03em;
  border: 1px solid #cccccc;
  border-right: 0;
  color: #000000;
}

.c-search__head-input::-webkit-input-placeholder {
  color: #cccccc;
}

.c-search__head-input::-moz-placeholder {
  color: #cccccc;
}

.c-search__head-input::-ms-input-placeholder {
  color: #cccccc;
}

.c-search__head-input::placeholder {
  color: #cccccc;
}

@media screen and (max-width: 768px) {
  .c-search__head-input {
    width: calc(100% - 52px);
    padding: 11px 16px;
  }
}

.c-search__head-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 56px;
  background: #043D78;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-search__head-submit {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 769px) {
  .c-search__head-submit span {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/top/icon-search.svg) no-repeat left top 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-search__head-submit span {
    display: block;
    content: url(../images/top/icon-search.svg);
    width: 16px;
    height: 17px;
  }
}

.c-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-search__list::before {
  display: block;
  content: "";
  width: calc(25% - 30px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-search__list::after {
  display: block;
  content: "";
  width: calc(25% - 30px);
}

.c-search__item {
  margin-top: 80px;
  width: calc(25% - 30px);
}

.c-search__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .c-search__item {
    margin-top: 24px;
    width: calc(50% - 8px);
  }
}

.c-search__item:hover .c-search__title {
  color: #043D78;
  text-decoration: underline;
}

.c-search__item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.c-search__img-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 3px;
}

.c-search__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.c-search__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27778;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-search__title {
    margin-top: 8px;
    font-size: 12px;
  }
}

.c-search__form {
  padding: 16px 0;
  background: #F7F7F7;
}

.c-search__form-inner {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .c-search__form-inner {
    padding: 0;
  }
}

.c-search__form-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
}

.c-search__form-title::after {
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #043D78;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-search__form-icon {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 15px;
  right: 31px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-search__form-icon:before, .c-search__form-icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #043D78;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .c-search__form-icon:before, .c-search__form-icon:after {
    height: 16px;
  }
}

.c-search__form-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.c-search__form-icon.is-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.c-search__form-table {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #CCCCCC;
}

.c-search__form-table label {
  display: inline-block;
  margin-top: 8px;
  margin-right: 5px;
}

.c-search__form-table label input {
  display: none;
}

.c-search__form-table label input:checked + span, .c-search__form-table label input:hover + span {
  color: #FFF;
  background: #043D78;
  border: 1px solid #043D78;
  /* 淵の線を薄い赤に */
}

.c-search__form-table label span {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 1px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}

.c-search__form-table th, .c-search__form-table td {
  border-bottom: 1px solid #CCCCCC;
  padding: 24px 0;
  font-weight: 500;
  line-height: 1.75;
}

.c-search__form-table td {
  padding-top: 14px;
}

.c-search__form-table th {
  width: 180px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-search__form-table:not(.is-style-stripes) th, .c-search__form-table:not(.is-style-stripes) td {
    display: block;
    padding: 8px 16px 8px;
  }
  .c-search__form-table:not(.is-style-stripes) tr th:first-child, .c-search__form-table:not(.is-style-stripes) tr td:first-child {
    padding-bottom: 0;
    border: 0;
  }
  .c-search__form-table:not(.is-style-stripes) tr th:first-child, .c-search__form-table:not(.is-style-stripes) tr td:first-child {
    padding-top: 8px;
  }
  .c-search__form-table:not(.is-style-stripes) tr th:not(:first-child), .c-search__form-table:not(.is-style-stripes) tr td:not(:first-child) {
    padding-top: 0;
  }
}

.c-search__cancel {
  margin-top: 16px;
  font-size: 14px;
  color: #043D78;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.c-search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.c-search__not {
  margin-top: 128px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-search__not {
    margin-top: 40px;
    text-align: left;
  }
}

.c-search__not-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .c-search__not-title {
    font-size: 18px;
    line-height: 1.44444;
  }
}

.c-search__not-lead {
  margin-top: 16px;
}

.c-search__card.has-accordtion {
  padding: 0 0 272px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  -webkit-transition: height .3s, padding .3s;
  transition: height .3s, padding .3s;
}

@media screen and (max-width: 768px) {
  .c-search__card.has-accordtion {
    padding: 0 0 182px;
  }
}

.c-search__card.has-accordtion::before {
  content: "";
  width: 100%;
  height: 272px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-search__card.has-accordtion::before {
    height: 182px;
  }
}

.c-search__card.has-accordtion.is-open {
  padding: 0 !important;
}

.c-search__card.has-accordtion.is-open::before {
  height: 0 !important;
}

.c-search__card.has-accordtion + .c-search__accordion-btn.p-mv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-search__accordion-btn.p-mv__button {
  display: none;
  width: 240px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .c-search__accordion-btn.p-mv__button {
    margin-top: 30px;
  }
}

.c-search__accordion-btn.p-mv__button span::after {
  top: -2px;
  right: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-search__accordion-btn.p-mv__button.accordion-is-open span::after {
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-search .c-media__title {
  margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .c-search .c-media__title {
    margin: 40px 0 0;
  }
}

.c-title {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: 4px solid #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.52778;
}

@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.c-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 104px;
  border-bottom: 4px solid #043D78;
}

.c-sub-title {
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 3px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .c-sub-title {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.44444;
  }
}

.c-youtube-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-youtube-link img {
  max-width: 480px;
  height: auto;
}

@media screen and (max-width: 560px) {
  .c-youtube-link img {
    max-width: 100%;
  }
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-404__inner {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-404__inner {
    text-align: left;
  }
}

.p-404__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-404__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p-404__text {
  margin-bottom: 72px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-404__text {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.p-404__search-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-404__search-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p-block p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-block p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-block img {
  max-width: 100%;
  height: auto;
}

.p-block strong {
  font-weight: 700;
}

.p-block ul,
.p-block ol {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-block ul,
  .p-block ol {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-block ul li {
  padding-left: 24px;
  text-indent: -24px;
}

.p-block ul li::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #043D78;
}

.p-block ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 18px;
  text-indent: -18px;
}

.p-block ol li::marker {
  color: #043D78;
}

.p-block dt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-block a {
  color: #043D78;
}

.p-block a:hover {
  text-decoration: underline;
}

.p-block a[target="_blank"]:after {
  display: inline-block;
  content: url("../images/common/target.svg");
  margin-left: 5px;
}

.p-block .addtoany_content a[target="_blank"]:after {
  display: none;
}

.p-block .icon-hidden a[target="_blank"]:after {
  display: none;
}

.p-block .wp-block-cover {
  margin: 0 calc(50% - 50vw) 80px 0;
  width: 100vw;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-cover {
    margin: 0 calc(50% - 50vw) 32px calc(50% - 50vw);
    min-height: 212px;
  }
}

.p-block .wp-block-image {
  margin-bottom: 40px;
}

.p-block figcaption {
  font-size: 12px;
  color: #000E1C;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.p-block .wp-block-separator {
  margin-bottom: 56px;
  border-top: 0;
  border-color: #ccc;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-separator {
    margin-bottom: 30px;
  }
}

.p-block .wp-block-separator.is-style-wide {
  border-width: 2px;
  border-color: #043D78;
}

.p-block h2 {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: 4px solid #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.52778;
}

@media screen and (max-width: 768px) {
  .p-block h2 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-block h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 104px;
  border-bottom: 4px solid #043D78;
}

.p-block h3 {
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 3px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-block h3 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.44444;
  }
}

.p-block h4 {
  border-left: 4px solid #043D78;
  margin-bottom: 56px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-block h4 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-block h5 {
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-block h5 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-block h6 {
  margin-bottom: 56px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-block h6 {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.64286;
  }
}

.p-block .heading02 {
  border-left: 4px solid #043D78;
  padding-left: 16px;
}

.p-block .heading03 {
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 3px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-block .heading03 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.44444;
  }
}

.p-block .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-media-text .wp-block-media-text__content {
    margin-top: 24px;
    padding: 0;
  }
}

.p-block .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 5% 0 0;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-media-text__content {
    padding: 0;
  }
}

.p-block .wp-block-columns p,
.p-block .wp-block-columns .wp-block-image {
  margin-bottom: 16px;
}

.p-block .wp-block-table {
  margin: 40px 0 1em;
}

.p-block .wp-block-table th, .p-block .wp-block-table td {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 16px 32px;
  font-weight: 500;
  line-height: 1.75;
}

.p-block .wp-block-table th {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-table td {
    font-size: 14px;
  }
}

.p-block .wp-block-table tr:not(:first-child) th, .p-block .wp-block-table tr:not(:first-child) td {
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-table:not(.is-style-stripes) th,
  .p-block .wp-block-table:not(.is-style-stripes) td {
    display: block;
    padding: 8px 16px 8px;
  }
  .p-block .wp-block-table:not(.is-style-stripes) tr th:first-child,
  .p-block .wp-block-table:not(.is-style-stripes) tr td:first-child {
    padding-bottom: 0;
    border: 0;
  }
  .p-block .wp-block-table:not(.is-style-stripes) tr th:first-child, .p-block .wp-block-table:not(.is-style-stripes) tr td:first-child {
    padding-top: 8px;
  }
  .p-block .wp-block-table:not(.is-style-stripes) tr th:not(:first-child), .p-block .wp-block-table:not(.is-style-stripes) tr td:not(:first-child) {
    padding-top: 0;
  }
}

.p-block .wp-block-table.is-style-stripes {
  font-weight: 500;
  border: 1px solid #DDDDDD;
}

.p-block .wp-block-table.is-style-stripes tr td {
  padding: 24px 16px;
}

.p-block .wp-block-table.is-style-stripes th {
  background: #8498AD;
  padding: 24px 16px;
  color: #fff;
  text-align: center;
}

.p-block .wp-block-table.is-style-stripes th,
.p-block .wp-block-table.is-style-stripes td {
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.p-block .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-block .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .p-block .scroll table {
    width: 800px;
  }
}

.p-block .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 240px;
  background: #043D78;
  border: 1px solid #043D78;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

.p-block .wp-block-button:hover .wp-block-button__link {
  color: #043D78;
  text-decoration: none;
}

.p-block .wp-block-button:hover:before {
  width: 100%;
  z-index: -1;
}

.p-block .wp-block-button:hover .wp-block-button__link::before {
  background: #043D78;
}

.p-block .wp-block-button:hover .wp-block-button__link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-block .wp-block-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.p-block .wp-block-button .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  background: none;
  border: none;
  padding: 16px 48px 16px 16px;
  color: #fff;
  text-align: left;
}

.p-block .wp-block-button .wp-block-button__link:before, .p-block .wp-block-button .wp-block-button__link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.p-block .wp-block-button .wp-block-button__link::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.p-block .wp-block-button .wp-block-button__link::after {
  right: 24px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-block .wp-block-button .wp-block-button__link::before {
  background: #fff;
}

.p-block .wp-block-button .wp-block-button__link::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.p-block .wp-block-button .wp-block-button__link[target="_blank"]:after {
  content: "";
}

.p-block .wp-block-button.is-style-outline {
  background: #fff;
}

.p-block .wp-block-button.is-style-outline:hover .wp-block-button__link {
  color: #fff;
}

.p-block .wp-block-button.is-style-outline:before {
  background: #043D78;
}

.p-block .wp-block-button.is-style-outline:hover .wp-block-button__link::before {
  background: #fff;
}

.p-block .wp-block-button.is-style-outline:hover .wp-block-button__link::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.p-block .wp-block-button.is-style-outline .wp-block-button__link {
  color: #043D78;
}

.p-block .wp-block-button.is-style-outline .wp-block-button__link::before {
  background: #043D78;
}

.p-block .wp-block-button.is-style-outline .wp-block-button__link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-block .wp-block-button.pdf {
  background: #fff;
}

.p-block .wp-block-button.pdf:hover .wp-block-button__link {
  color: #fff;
}

.p-block .wp-block-button.pdf:before {
  background: #043D78;
}

.p-block .wp-block-button.pdf:hover .wp-block-button__link {
  background: url(../images/common/icon_pdf_on.svg) no-repeat right 16px center;
}

.p-block .wp-block-button.pdf:hover .wp-block-button__link::before {
  background: #fff;
}

.p-block .wp-block-button.pdf:hover .wp-block-button__link::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.p-block .wp-block-button.pdf .wp-block-button__link {
  background: url(../images/common/icon_pdf_off.svg) no-repeat right 16px center;
  color: #043D78;
}

.p-block .wp-block-button.pdf .wp-block-button__link:before, .p-block .wp-block-button.pdf .wp-block-button__link:after {
  display: none;
}

.p-block .wp-block-button.small-btn {
  min-width: 174px;
  background: #fff;
  border: 1px solid #ccc;
}

.p-block .wp-block-button.small-btn:hover .wp-block-button__link {
  border: none;
  color: #fff;
}

.p-block .wp-block-button.small-btn:before {
  background: #043D78;
}

.p-block .wp-block-button.small-btn .wp-block-button__link {
  width: 100%;
  border: none;
  padding: 10px 48px 9px 16px;
  color: #043D78;
}

.p-block .wp-block-button.small-btn .wp-block-button__link::before {
  display: none;
}

.p-block .wp-block-button.small-btn .wp-block-button__link:after {
  right: 16px;
}

.p-block .wp-block-button.googlemaps {
  min-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #ccc;
}

.p-block .wp-block-button.googlemaps:hover .wp-block-button__link {
  background: url(../images/common/icon-googlemap_on.svg) no-repeat left 16px top 13px;
  border: none;
  color: #fff;
}

.p-block .wp-block-button.googlemaps:before {
  background: #043D78;
}

.p-block .wp-block-button.googlemaps .wp-block-button__link {
  width: 100%;
  background: url(../images/common/icon-googlemap_off.svg) no-repeat left 16px top 15px;
  padding: 11px 14px 11px 32px;
  font-size: 14px;
  color: #043D78;
  text-align: right;
}

.p-block .wp-block-button.googlemaps .wp-block-button__link:before, .p-block .wp-block-button.googlemaps .wp-block-button__link:after {
  display: none;
}

.p-block .wp-block-button.anchor {
  min-width: 208px;
  border: 0;
  border-bottom: 3px solid #EFEFEF;
  background: #fff;
}

.p-block .wp-block-button.anchor:hover .wp-block-button__link {
  opacity: 0.42;
}

.p-block .wp-block-button.anchor::before {
  display: none;
}

.p-block .wp-block-button.anchor .wp-block-button__link {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 0 32px 11px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.p-block .wp-block-button.anchor .wp-block-button__link:before {
  display: none;
}

.p-block .wp-block-button.anchor .wp-block-button__link:after {
  position: absolute;
  top: -6px;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-button.anchor {
    font-size: 14px;
    line-height: 1.64286;
  }
}

.p-block .wp-block-file {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-file {
    margin-bottom: 30px;
  }
}

.p-block .wp-block-file.file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

.p-block .wp-block-file.file:hover a {
  text-decoration: none;
}

.p-block .wp-block-file.file .wp-block-file__button {
  display: block;
  width: 240px;
  background: url(../images/common/icon-file.svg) no-repeat right 16px top 16px;
  background-size: 56px auto;
  border: 1px solid #043D78;
  border-radius: 3px;
  padding: 11px 80px 11px 16px;
  color: #043D78;
}

.p-block .wp-block-quote {
  margin-bottom: 40px;
  padding: 40px;
  background: #F4F8FF;
}

.p-block .wp-block-quote::before {
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  margin-bottom: 16px;
  background: url(../images/common/block-quote-head.svg) no-repeat left top;
}

.p-block .wp-block-quote::after {
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  background: url(../images/common/block-quote-bottom.svg) no-repeat right bottom;
  margin: 16px 0 0 auto;
}

.p-block .wp-block-quote p {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-quote p {
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-block .wp-block-quote cite {
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-block .wp-block-quote cite {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-block .wp-block-gallery {
  margin-bottom: 32px;
}

.group-block01 {
  padding: 40px;
  background: #F4F8FF;
}

.group-block02 {
  padding: 40px;
  background: #F7F7F7;
}

.group-block03 {
  padding: 30px;
  border: 10px solid #EFEFEF;
}

.group-block01,
.group-block02,
.group-block03 {
  margin-bottom: 40px;
}

.group-block01 p,
.group-block02 p,
.group-block03 p {
  margin-bottom: 16px;
}

.group-block01 p:last-child,
.group-block01 ol:last-child,
.group-block01 ul:last-child,
.group-block02 p:last-child,
.group-block02 ol:last-child,
.group-block02 ul:last-child,
.group-block03 p:last-child,
.group-block03 ol:last-child,
.group-block03 ul:last-child {
  margin-bottom: 0;
}

.wp-block-snow-monkey-blocks-accordion p,
.wp-block-snow-monkey-blocks-accordion ul,
.wp-block-snow-monkey-blocks-accordion ol {
  margin-top: 0;
  margin-bottom: 16px;
}

.wp-block-snow-monkey-blocks-accordion .smb-accordion__item__title {
  padding-left: 16px;
  padding-bottom: 24px;
  border-bottom: 3px solid #EFEFEF;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .wp-block-snow-monkey-blocks-accordion .smb-accordion__item__title {
    font-size: 14px;
    line-height: 1.64286;
  }
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*ユーザー事例*/
.case-head {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .case-head {
    margin-bottom: 30px;
  }
}

.case-head h1 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 4px solid #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.52778;
}

@media screen and (max-width: 768px) {
  .case-head h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.case-head h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 104px;
  border-bottom: 4px solid #043D78;
}

.case-head p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

.case-head .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .case-head .wp-block-media-text .wp-block-media-text__content {
    margin-top: 24px;
    padding: 0;
  }
}

.case-head .wp-block-media-text .wp-block-media-text__content.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 5% 0 0;
}

@media screen and (max-width: 768px) {
  .case-head .wp-block-media-text .wp-block-media-text__content.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
  }
}

.p-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-breadcrumbs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.p-breadcrumbs li {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-breadcrumbs li {
    font-size: 10px;
  }
}

.p-breadcrumbs li span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .p-breadcrumbs li span {
    font-size: 10px;
  }
}

.p-breadcrumbs li a {
  font-size: 12px;
  color: #000E1C;
}

@media screen and (max-width: 768px) {
  .p-breadcrumbs li a {
    font-size: 10px;
  }
}

.p-breadcrumbs li a.home {
  color: #999999;
}

.p-breadcrumbs li:not(:last-child):after {
  display: inline-block;
  margin: 0 20px;
  content: "/";
}

.p-breadcrumbs li br {
  display: none;
}

.p-case__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .p-case__list {
    margin-top: 0;
  }
}

.p-case__list::after {
  display: block;
  content: "";
  width: calc(33.33333% - 26.66667px);
}

.p-case__item {
  display: block;
  margin-top: 64px;
}

@media screen and (min-width: 769px) {
  .p-case__item {
    width: calc(33.33333% - 26.66667px);
  }
}

@media screen and (max-width: 768px) {
  .p-case__item {
    width: calc(50% - 16px);
    margin-top: 32px;
  }
}

@media screen and (max-width: 560px) {
  .p-case__item {
    width: 100%;
  }
}

.p-case__item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-case__item:hover .p-case__title {
  color: #043D78;
  text-decoration: underline;
}

.p-case__photo {
  overflow: hidden;
  width: 100%;
  padding-top: 58%;
  position: relative;
}

.p-case__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

@media screen and (min-width: 769px) {
  .p-case__body {
    padding: 0 16px;
  }
}

.p-case__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55556;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-case__title {
    font-size: 14px;
  }
}

.p-case__category {
  margin-top: 8px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .p-case__category {
    font-size: 14px;
  }
}

.p-case__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
}

.p-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 800px;
}

.p-content__head {
  margin-bottom: 24px;
}

.p-corporate__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-corporate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -64px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-corporate__list {
    margin-top: -32px;
  }
}

.p-corporate__list::after {
  display: block;
  content: "";
  width: calc(33.33333% - 26.66667px);
}

.p-corporate__item {
  display: block;
  margin-top: 64px;
}

@media screen and (min-width: 769px) {
  .p-corporate__item {
    width: calc(33.33333% - 26.66667px);
  }
}

@media screen and (max-width: 768px) {
  .p-corporate__item {
    margin-top: 32px;
  }
}

.p-corporate__item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-corporate__item:hover .p-corporate__title {
  color: #043D78;
  text-decoration: underline;
}

.p-corporate__photo {
  overflow: hidden;
}

.p-corporate__photo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

@media screen and (min-width: 769px) {
  .p-corporate__body {
    padding: 0 16px;
  }
}

.p-corporate__title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-corporate__title {
    font-size: 14px;
  }
}

.p-corporate__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.p-cs__contact-title {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-cs__contact-title {
    font-size: 16px;
  }
}

.p-cs__contact-time {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .p-cs__contact-time {
    font-size: 12px;
  }
}

.p-cs__contact-tel {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

.p-cs__contact-tel strong {
  margin-left: 8px;
  font-size: 40px;
}

.p-cs__contact-tel:hover a {
  text-decoration: none;
}

.p-cs__contact-numbers {
  border: 10px solid #efefef;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-cs__contact-numbers {
    padding: 20px;
  }
}

.p-cs__contact-numbers-title {
  margin: 0 0 1em;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-cs__contact-numbers-title {
    font-size: 16px;
  }
}

.p-cs__contact-numbers-list {
  width: 50%;
  margin-bottom: 0 !important;
  padding: 0 1em 0 0;
  line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
  .p-cs__contact-numbers-list {
    width: 100%;
    padding: 0;
    margin: 0 0 .6em;
  }
  .p-cs__contact-numbers-list:last-child {
    margin: 0;
  }
}

.p-cs__contact-numbers-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-cs__contact-numbers-list .numbers-list-item {
  margin: 0 0 .6em;
}

.p-cs__contact-numbers-list .numbers-list-item:last-child {
  margin: 0;
}

.p-cs__contact-numbers-list .numbers-list-item::before {
  display: none;
}

.p-cs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-cs__list::before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-cs__list::after {
  display: block;
  content: "";
  width: calc(25% - 30px);
}

.p-cs__item {
  display: block;
  width: calc(25% - 30px);
}

@media screen and (max-width: 768px) {
  .p-cs__item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 560px) {
  .p-cs__item {
    width: 100%;
  }
}

.p-cs__item:hover img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-cs__item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-cs__photo {
  overflow: hidden;
  width: 272px;
  height: 153px;
  position: relative;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-cs__photo {
    width: 100%;
  }
}

.p-cs__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-cs__title {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-cs__title {
    margin-top: 8px;
    font-size: 14px;
  }
}

.p-block.p-cs ul li {
  padding-left: 0;
  text-indent: 0;
}

.p-block.p-cs ul li::before {
  display: none;
}

.p-block.p-cs ul li a[target="_blank"]:after {
  display: none;
}

.p-download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-download__list {
    margin-top: -16px;
  }
}

.p-download__list::before {
  display: block;
  content: "";
  width: calc(25% - 30px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-download__list::after {
  display: block;
  content: "";
  width: calc(25% - 30px);
}

.p-download__item {
  display: block;
  margin-top: 64px;
  width: calc(25% - 30px);
}

@media screen and (max-width: 768px) {
  .p-download__item {
    width: calc(50% - 12px);
    margin-top: 32px;
  }
}

@media screen and (max-width: 560px) {
  .p-download__item {
    width: 100%;
  }
}

.p-download__item:hover img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-download__item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-download__item.is-hide {
  display: none;
}

.p-download__photo {
  overflow: hidden;
}

.p-download__photo img {
  width: 100%;
  height: auto;
}

.p-download__dl {
  margin-top: 16px;
}

.p-download__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-download__title {
    font-size: 14px;
  }
}

.p-download__product-link {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #043D78;
  line-height: 1.64286;
  text-decoration: underline;
}

.p-download__product-link:hover {
  text-decoration: none;
}

.p-download__product-link::before {
  display: inline-block;
  content: "▶︎";
  margin-right: 4px;
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.p-download__link {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-download__link {
    margin-top: 40px;
  }
}

.p-download__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 40px;
  background: #F4F8FF;
}

@media screen and (max-width: 992px) {
  .p-download__cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-download__cta {
    margin-top: 80px;
    padding: 20px;
  }
}

.p-download__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-download__text {
  margin-left: 24px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .p-download__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-download__text {
    font-size: 16px;
  }
}

.p-download__button {
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .p-download__button {
    margin-top: 20px;
    margin-right: auto;
  }
}

.p-download__product-link {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #043D78;
  line-height: 1.64286;
  text-decoration: none;
}

.p-download__product-link:hover {
  text-decoration: underline;
}

.p-download__product-link::before {
  display: inline-block;
  content: "▶︎";
  margin-right: 4px;
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.p-emergency {
  background: #FFD6D6;
}

.p-emergency__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  margin-left: auto;
  padding: 16px 0;
}

@media screen and (max-width: 992px) {
  .p-emergency__inner {
    width: 100%;
    margin-left: 0;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-emergency__inner {
    display: block;
  }
}

.p-emergency__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 16px;
  background: #E00000;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.41667;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-emergency__category {
    display: inline-block;
    margin-right: 0;
    font-size: 12px;
  }
}

.p-emergency__text {
  margin-left: 40px;
  font-weight: 700;
  color: #E00000;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-emergency__text {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}

.p-history h2 {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: 4px solid #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.52778;
}

@media screen and (max-width: 768px) {
  .p-history h2 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-history h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 104px;
  border-bottom: 4px solid #043D78;
}

.p-history__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .p-history__timeline {
    display: block;
    padding: 40px 0;
  }
}

.p-history__timeline + .p-history__timeline {
  border-top: 1px solid #CCCCCC;
}

.p-history__head {
  width: 312px;
}

.p-history__period {
  margin-bottom: 0;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

.p-history__title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-history__title {
    margin-top: 32px;
    font-size: 16px;
  }
}

.p-history__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .p-history__list {
    margin-left: 0;
  }
}

.p-history__item {
  display: table;
}

@media screen and (max-width: 768px) {
  .p-history__item {
    margin-top: 24px;
  }
}

.p-history__item + .p-history__item {
  margin-top: 16px;
}

.p-history__year {
  display: table-cell;
  width: 50px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #043D78;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .p-history__year {
    font-size: 16px;
  }
}

.p-history__circle {
  display: table-cell;
  position: relative;
  width: 80px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-history__circle {
    width: 40px;
  }
}

.p-history__circle span {
  display: block;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  background: #043D78;
  border-radius: 50%;
  text-align: center;
}

.p-history__circle::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #EFEFEF;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-history__desc {
  display: table-cell;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-history__desc {
    font-size: 14px;
  }
}

.p-history__box {
  padding: 80px 104px;
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .p-history__box {
    padding: 24px 16px;
  }
}

.p-history__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-history__box ul li {
  width: calc(25% - 6px);
  margin-top: 8px;
  padding-left: 24px;
  text-indent: -24px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-history__box ul li {
    width: 100%;
  }
}

.p-history__box ul li.p-history__en-item {
  width: calc(33.33333% - 5.33333px);
}

@media screen and (max-width: 768px) {
  .p-history__box ul li.p-history__en-item {
    width: 100%;
  }
}

.p-history__box ul li::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #043D78;
}

.p-industry__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.39583;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-industry__title {
    font-size: 28px;
  }
}

.p-industry__lead {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
}

.p-block.p-laymatic h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-block.p-laymatic h2 {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}

.p-block.p-laymatic h3 {
  border-bottom: 0;
  border-left: 4px solid #043D78;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-block.p-laymatic h3 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-block.p-laymatic dt {
  margin-bottom: 8px;
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .p-block.p-laymatic dt {
    font-size: 14px;
  }
}

.p-block.p-laymatic dd {
  margin-bottom: 40px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-block.p-laymatic dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-block.p-laymatic .group-block02 {
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .p-block.p-laymatic .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 1;
  }
  .p-block.p-laymatic .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-row: 2;
  }
}

.p-block.p-laymatic .p-laymatic__lead {
  padding: 76px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 3.33333;
}

@media screen and (max-width: 768px) {
  .p-block.p-laymatic .p-laymatic__lead {
    padding: 40px 0 24px;
    font-size: 14px;
    line-height: 2.5;
  }
}

.p-block.p-laymatic .p-laymatic__title {
  border-bottom: 2px solid #043D78;
}

.p-block.p-laymatic .p-laymatic__title--01 figure {
  max-width: 679px;
}

@media screen and (max-width: 560px) {
  .p-block.p-laymatic .p-laymatic__title--01 figure {
    max-width: 320px;
  }
}

.p-block.p-laymatic .p-laymatic__title--02 figure {
  max-width: 485px;
}

@media screen and (max-width: 560px) {
  .p-block.p-laymatic .p-laymatic__title--02 figure {
    max-width: 320px;
  }
}

.p-block.p-laymatic .p-laymatic__title .wp-block-image {
  margin-bottom: 0;
}

.p-block.p-laymatic .p-laymatic__title::before {
  display: none;
}

.p-block.p-laymatic .p-laymatic .wp-block-columns {
  margin-bottom: 0;
}

.p-block.p-laymatic .p-laymatic__section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 600px) {
  .p-block.p-laymatic .p-laymatic__section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

#loading {
  display: none;
}

#loading.loading-anime {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
  text-align: center;
  -webkit-animation-name: loadinganime;
          animation-name: loadinganime;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#loading.loading-anime #loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loading.loading-anime #loading__logo img {
  width: 143px;
}

@-webkit-keyframes loadinganime {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loadinganime {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
.p-lp-ignition :root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-lp-ignition *,
.p-lp-ignition ::before,
.p-lp-ignition ::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.p-lp-ignition {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition {
    font-size: 18px;
  }
}

.p-lp-ignition img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ==========================================================
!共通
========================================================== */
/* 見出し */
.p-lp-ignition__heading-2 {
  margin-bottom: 6%;
  color: #043D78;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 1px;
  opacity: 0;
}

.p-lp-ignition__heading-2.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition__heading-2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.p-lp-ignition__heading-2 span {
  display: block;
  margin-bottom: 2%;
  color: #ef8641;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition__heading-2 span {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

/* ==========================================================
!MV
========================================================== */
.p-lp-ignition-mainimg {
  position: relative;
  width: 100%;
  max-width: 1608px;
  margin: 0 auto;
}

.p-lp-ignition-mainimg figure.js-aniOn {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.p-lp-ignition-mainimg__headline {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 7% 5% 6% 5%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 91, 185, .85)), to(rgba(4, 61, 120, .85)));
  background: linear-gradient(to right, rgba(0, 91, 185, .85) 0%, rgba(4, 61, 120, .85) 100%);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, .16);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-mainimg__headline {
    bottom: 32px;
    width: 63.4%;
    padding: 56px 76px 40px clamp(1.25rem, -1.545rem + 13.98vw, 12.5rem);
  }
}

.p-lp-ignition-mainimg__headline.js-aniOn {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.p-lp-ignition-mainimg__heading-1 {
  margin-bottom: 3%;
  font-size: clamp(25.6px, 17.616px + 1.7vw, 45.008px);
  font-size: clamp(1.6rem, 1.101rem + 1.7vw, 2.813rem);
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-mainimg__heading-1 {
    margin-bottom: 16px;
  }
}

.p-lp-ignition-mainimg__summary {
  margin-bottom: 3%;
  font-size: clamp(14px, 12.784px + 0.32vw, 18px);
  font-size: clamp(0.875rem, 0.799rem + 0.32vw, 1.125rem);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-mainimg__summary {
    margin-bottom: 16px;
  }
}

.p-lp-ignition-mainimg__button {
  display: block;
  width: 100%;
  max-width: 580px;
}

.p-lp-ignition-mainimg .c-lp-ignition-button__cta {
  font-size: clamp(16px, 14.016px + 0.62vw, 24px);
  font-size: clamp(1rem, 0.876rem + 0.62vw, 1.5rem);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-mainimg .c-lp-ignition-button__cta {
    margin: 0;
  }
}

/* ==========================================================
!こんなお悩みありませんか
========================================================== */
.p-lp-ignition-introduction {
  padding: 15% 0 min(40%,250px);
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-introduction {
    padding: 160px 0;
  }
}

.p-lp-ignition-introduction__detail {
  max-width: 604px;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-introduction__detail {
    width: clamp(60%, -11.564rem + 62.82vw, 37.75rem);
    margin: 0 auto 0 0;
  }
}

.p-lp-ignition-introduction.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.p-lp-ignition-introduction p {
  opacity: 0;
}

.p-lp-ignition-introduction p.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* ==========================================================
!ふわふわ
========================================================== */
.p-lp-ignition-image {
  position: absolute;
  right: 0;
  top: -85%;
  width: 90%;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-image {
    top: -390px;
    width: clamp(18.75rem, 12.254rem + 32.48vw, 37.75rem);
  }
}

.p-lp-ignition-image img {
  -webkit-animation: 2s fuwafuwa infinite;
          animation: 2s fuwafuwa infinite;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-image img {
    width: 100%;
  }
}

.p-lp-ignition-image.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

/* ==========================================================
!強み
========================================================== */
.p-lp-ignition-strength {
  padding: 50% 0 15%;
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f4f8ff));
  background: linear-gradient(to right, #f7f7f7 0%, #f4f8ff 100%);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-strength {
    padding: 160px 0;
  }
}

.p-lp-ignition-strength .l-inner {
  position: relative;
}

.p-lp-ignition-strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4%;
  opacity: 0;
}

.p-lp-ignition-strength__list.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.p-lp-ignition-strength__item {
  position: relative;
  width: clamp(33%, -93.408px + 34.19vw, 336px);
  width: clamp(33%, -5.838rem + 34.19vw, 21rem);
  max-width: 336px;
  max-height: 336px;
  padding: 18%;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#005bb9), to(#043d78));
  background: linear-gradient(to right, #005bb9 0%, #043d78 100%);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, .16);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-strength__item {
    padding: clamp(5rem, 3.12rem + 9.4vw, 10.5rem);
  }
}

.p-lp-ignition-strength__item--text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(11.008px, 4.608px + 1.7vw, 32px);
  font-size: clamp(0.688rem, 0.288rem + 1.7vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-lp-ignition-strength__item--text .--fzS {
  font-size: clamp(9.008px, 3.216px + 1.54vw, 28px);
  font-size: clamp(0.563rem, 0.201rem + 1.54vw, 1.75rem);
}

.p-lp-ignition-strength__item--text .--fzM {
  font-size: clamp(14px, 6.096px + 2.11vw, 40px);
  font-size: clamp(0.875rem, 0.381rem + 2.11vw, 2.5rem);
}

.p-lp-ignition-strength__item--text .--fzL {
  font-size: clamp(24px, 10.016px + 3.73vw, 70px);
  font-size: clamp(1.5rem, 0.626rem + 3.73vw, 4.375rem);
}

.p-lp-ignition-strength__item:nth-of-type(1) {
  position: relative;
  left: 3%;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-strength__item:nth-of-type(1) {
    left: 24px;
  }
}

.p-lp-ignition-strength__item:nth-of-type(2) {
  position: relative;
  z-index: 3;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="50" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, .4));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, .4));
}

.p-lp-ignition-strength__item:nth-of-type(3) {
  position: relative;
  right: 3%;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-strength__item:nth-of-type(3) {
    right: 24px;
  }
}

.p-lp-ignition-strength p.js-effect {
  opacity: 0;
}

.p-lp-ignition-strength p.js-effect.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* ==========================================================
!課題
========================================================== */
.p-lp-ignition-problem {
  padding: 15% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem {
    padding: 160px 0;
  }
}

.p-lp-ignition-problem__title {
  position: relative;
  margin-bottom: 8%;
  padding: 0 0 0 12px;
  color: #043D78;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__title {
    margin-bottom: 66px;
    padding: 0;
    font-size: 24px;
  }
}

.p-lp-ignition-problem__title--sub {
  display: block;
  min-width: 148px;
  max-width: 186px;
  margin-bottom: 30px;
  padding: 15px 24px;
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #E2E2E2;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__title--sub {
    font-size: 18px;
  }
}

.p-lp-ignition-problem__title--sub:before {
  position: absolute;
  top: -0.55em;
  left: 0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #043D78;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__title--sub:before {
    left: -12px;
    font-size: 42px;
  }
}

.p-lp-ignition-problem__title--sub:after {
  position: absolute;
  top: 46px;
  left: 182px;
  display: inline-block;
  width: 33px;
  height: 21px;
  background: url(../images/lp/ignition/bg_baloonfoot01.png) no-repeat right bottom;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__title--sub:after {
    top: 52px;
    left: 170px;
  }
}

.p-lp-ignition-problem__box-before {
  position: relative;
  margin-bottom: 20%;
  padding: 9% 4% 4% 4%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E2E2E2;
  border-radius: 5px;
  background: #F7F7F7;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__box-before {
    margin-bottom: 80px;
    padding: 48px 40px 40px 40px;
    font-size: 22px;
  }
}

.p-lp-ignition-problem__box-before:before {
  position: absolute;
  top: -24px;
  top: -1.5rem;
  display: inline-block;
  width: 145px;
  margin-left: 24px;
  padding: 6px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  background: #949494;
  content: "BEFORE";
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__box-before:before {
    margin-left: 0;
  }
}

.p-lp-ignition-problem__box-before:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  bottom: -2.5rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 16px 0 16px;
  border-color: #043D78 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.p-lp-ignition-problem__box-after {
  position: relative;
  padding: 9% 4% 4% 4%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #043D78;
  border-radius: 5px;
  color: #043D78;
  font-weight: bold;
  background: #F4F8FF;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__box-after {
    padding: 48px 40px 40px 40px;
    font-size: 22px;
  }
}

.p-lp-ignition-problem__box-after:before {
  position: absolute;
  top: -24px;
  top: -1.5rem;
  display: inline-block;
  width: 145px;
  margin-left: 24px;
  padding: 6px 22px;
  border-radius: 3px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.07em;
  background: #ef8641;
  content: "AFTER";
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__box-after:before {
    margin-left: 0;
  }
}

.p-lp-ignition-problem__text {
  margin-bottom: 8%;
  opacity: 0;
}

.p-lp-ignition-problem__text.js-aniOn {
  opacity: 1;
  -webkit-animation-name: faderight;
          animation-name: faderight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__text {
    width: 50%;
    margin-bottom: 0;
  }
}

.p-lp-ignition-problem__image {
  opacity: 0;
}

.p-lp-ignition-problem__image.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeleft;
          animation-name: fadeleft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__image {
    width: 40%;
  }
}

.p-lp-ignition-problem__image lottie-player {
  margin: 0 auto;
  text-align: center;
}

.p-lp-ignition-problem__area {
  padding: 12% 0 20% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__area {
    padding: 90px 0 70px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__area .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-lp-ignition-problem__area.--first .p-lp-ignition-problem__title--sub:before {
  content: "01";
}

.p-lp-ignition-problem__area.--second {
  background: #F7F7F7;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__area.--second .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
}

.p-lp-ignition-problem__area.--second .p-lp-ignition-problem__title--sub:before {
  content: "02";
}

.p-lp-ignition-problem__area.--second .p-lp-ignition-problem__box-before {
  background: #fff;
}

.p-lp-ignition-problem__area.--second .p-lp-ignition-problem__text {
  margin-bottom: 8%;
}

.p-lp-ignition-problem__area.--second .p-lp-ignition-problem__text.js-aniOn {
  -webkit-animation-name: fadeleft;
          animation-name: fadeleft;
}

.p-lp-ignition-problem__area.--second .p-lp-ignition-problem__image.js-aniOn {
  -webkit-animation-name: faderight;
          animation-name: faderight;
}

.p-lp-ignition-problem__area.--third {
  padding: 12% 0 0 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-problem__area.--third {
    padding: 90px 0 0 0;
  }
}

.p-lp-ignition-problem__area.--third .p-lp-ignition-problem__title--sub:before {
  content: "03";
}

/* ==========================================================
!解決案
========================================================== */
.p-lp-ignition-solution {
  padding: 15% 0;
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f4f8ff));
  background: linear-gradient(to right, #f7f7f7 0%, #f4f8ff 100%);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution {
    padding: 160px 0;
  }
}

.p-lp-ignition-solution__title {
  position: relative;
  margin-bottom: 8%;
  padding: 4% 4% 3.2%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#005bb9), to(#043d78));
  background: linear-gradient(to right, #005bb9 0%, #043d78 100%);
  opacity: 0;
}

.p-lp-ignition-solution__title.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    padding: 20px 24px;
  }
}

.p-lp-ignition-solution__title span {
  position: relative;
  display: block;
  width: 148px;
  margin-bottom: 1.2em;
  color: #fff;
  font-size: clamp(14px, 10.96px + 0.81vw, 24px);
  font-size: clamp(0.875rem, 0.685rem + 0.81vw, 1.5rem);
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__title span {
    width: auto;
    margin-bottom: 0;
    padding-right: 2em;
  }
}

.p-lp-ignition-solution__title span:before {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  display: block;
  width: 5em;
  height: 1px;
  background: #fff;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__title span:before {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    width: 1px;
    height: 2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-lp-ignition-solution__title h3 {
  font-size: clamp(18px, 13.744px + 1.14vw, 32px);
  font-size: clamp(1.125rem, 0.859rem + 1.14vw, 2rem);
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__title h3 {
    margin-left: 1em;
  }
}

.p-lp-ignition-solution__summary {
  margin-bottom: 8%;
  opacity: 0;
}

.p-lp-ignition-solution__summary.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__summary {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__step--text {
    width: 50%;
  }
}

.p-lp-ignition-solution__step--title {
  margin-bottom: 6%;
  color: #043D78;
  font-size: clamp(16px, 13.568px + 0.65vw, 24px);
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.5rem);
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__step--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.p-lp-ignition-solution__step--title-sub {
  position: relative;
  display: block;
  margin-bottom: 4%;
  color: #ef8641;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__step--title-sub {
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.p-lp-ignition-solution__step--title-sub:before {
  position: absolute;
  bottom: -0.25em;
  left: 0;
  display: block;
  width: 56px;
  height: 2px;
  background: #ef8641;
  content: "";
}

.p-lp-ignition-solution__step--summary {
  margin-bottom: 8%;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__step--summary {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__step--image {
    width: 45%;
  }
  .p-lp-ignition-solution__step--image img {
    margin-top: -18%;
  }
}

.p-lp-ignition-solution__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.p-lp-ignition-solution__main--title {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 6%;
  padding: 8% 8% 0 8%;
  color: #043D78;
  font-size: clamp(16px, 13.568px + 0.65vw, 24px);
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.5rem);
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__main--title {
    margin-bottom: 40px;
  }
}

.p-lp-ignition-solution__main--title:before {
  position: absolute;
  bottom: -0.5em;
  left: 8%;
  display: block;
  width: 29px;
  height: 2px;
  background: #ef8641;
  content: "";
}

.p-lp-ignition-solution__main--summary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 8% 8% 8%;
}

.p-lp-ignition-solution__main--image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
}

.p-lp-ignition-solution__area {
  padding: 0 0 8% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__area {
    padding: 0 0 160px 0;
  }
}

.p-lp-ignition-solution__area.--first .p-lp-ignition-solution__image {
  margin-bottom: 4%;
  opacity: 0;
}

.p-lp-ignition-solution__area.--first .p-lp-ignition-solution__image.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.p-lp-ignition-solution__area.--second .p-lp-ignition-solution__item {
  position: relative;
  margin-bottom: 12%;
  padding: 8%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
}

.p-lp-ignition-solution__area.--second .p-lp-ignition-solution__item.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__area.--second .p-lp-ignition-solution__item {
    margin-bottom: 100px;
    padding: 40px 40px 40px 40px;
  }
  .p-lp-ignition-solution__area.--second .p-lp-ignition-solution__item:last-of-type {
    margin-bottom: 0;
  }
}

.p-lp-ignition-solution__area.--second .p-lp-ignition-solution__item:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  bottom: -2.5rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 16px 0 16px;
  border-color: #043D78 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.p-lp-ignition-solution__area.--second .p-lp-ignition-solution__item:last-of-type:after {
  content: none;
}

.p-lp-ignition-solution__area.--third {
  padding: 0;
}

.p-lp-ignition-solution__area.--third .p-lp-ignition-solution__list {
  opacity: 0;
}

.p-lp-ignition-solution__area.--third .p-lp-ignition-solution__list.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__area.--third .p-lp-ignition-solution__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
  }
}

.p-lp-ignition-solution__area.--third .p-lp-ignition-solution__item {
  position: relative;
  margin-bottom: 12%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-solution__area.--third .p-lp-ignition-solution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 33%;
    margin-bottom: 0;
  }
}

.p-lp-ignition-solution__area.--third .p-lp-ignition-solution__item:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
!理由
========================================================== */
.p-lp-ignition-reason {
  padding: 15% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason {
    padding: 160px 0;
  }
}

.p-lp-ignition-reason .l-inner + .l-inner {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason .l-inner + .l-inner {
    padding: 0 24px;
  }
}

.p-lp-ignition-reason__text {
  position: relative;
  z-index: 2;
  width: 90%;
  padding: 5%;
  background: rgba(244, 248, 255, .8) none;
  opacity: 0;
}

.p-lp-ignition-reason__text.js-aniOn {
  opacity: 1;
  -webkit-animation-name: faderight;
          animation-name: faderight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__text {
    width: 55%;
    margin-top: 5%;
    padding: 5%;
  }
}

.p-lp-ignition-reason__title {
  position: relative;
  margin-bottom: 8%;
  padding: 30px 0 0 0;
  border-radius: 5px;
  color: #043D78;
  font-size: clamp(18px, 16.175px + 0.49vw, 24px);
  font-size: clamp(1.125rem, 1.011rem + 0.49vw, 1.5rem);
  font-weight: bold;
  background: url(../images/lp/ignition/ico_checked.png) no-repeat 0 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__title {
    background-size: 25px auto;
  }
}

.p-lp-ignition-reason__title:after {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  content: "";
}

.p-lp-ignition-reason__image {
  position: relative;
  top: 0;
  z-index: 1;
  width: 90%;
  margin-top: -15%;
  margin-bottom: 4%;
  opacity: 0;
}

.p-lp-ignition-reason__image.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeleft;
          animation-name: fadeleft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__image {
    width: 50%;
    margin-top: 0;
  }
}

.p-lp-ignition-reason__area {
  position: relative;
  padding: 0 0 8% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
}

.p-lp-ignition-reason__area.--first .p-lp-ignition-reason__text {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__area.--first .p-lp-ignition-reason__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -10%;
  }
}

.p-lp-ignition-reason__area.--first .p-lp-ignition-reason__image {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__area.--first .p-lp-ignition-reason__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-lp-ignition-reason__area.--second .p-lp-ignition-reason__text {
  margin-left: auto;
  margin-right: 0;
}

.p-lp-ignition-reason__area.--second .p-lp-ignition-reason__text.js-aniOn {
  -webkit-animation-name: faderleft;
          animation-name: faderleft;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__area.--second .p-lp-ignition-reason__text {
    margin-left: -10%;
  }
}

.p-lp-ignition-reason__area.--second .p-lp-ignition-reason__image {
  margin-left: 0;
  margin-right: auto;
}

.p-lp-ignition-reason__area.--second .p-lp-ignition-reason__image.js-aniOn {
  -webkit-animation-name: faderight;
          animation-name: faderight;
}

.p-lp-ignition-reason__area.--third .p-lp-ignition-reason__text {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__area.--third .p-lp-ignition-reason__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -10%;
  }
}

.p-lp-ignition-reason__area.--third .p-lp-ignition-reason__image {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-reason__area.--third .p-lp-ignition-reason__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-lp-ignition-reason p.js-effect {
  opacity: 0;
}

.p-lp-ignition-reason p.js-effect.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* ==========================================================
!組み合わせ
========================================================== */
.p-lp-ignition-realization {
  padding: 15% 0;
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f4f8ff));
  background: linear-gradient(to right, #f7f7f7 0%, #f4f8ff 100%);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization {
    padding: 160px 0;
  }
}

.p-lp-ignition-realization__title {
  margin-bottom: 6%;
  color: #043D78;
  font-size: clamp(16px, 13.568px + 0.65vw, 24px);
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.5rem);
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__title {
    margin-bottom: 40px;
  }
}

.p-lp-ignition-realization__title span {
  position: relative;
  display: inline-block;
  margin-bottom: 4%;
  color: #ef8641;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__title span {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}

.p-lp-ignition-realization__title span:before {
  position: absolute;
  bottom: -0.25em;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ef8641;
  content: "";
}

.p-lp-ignition-realization__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 8%;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__list {
    margin-bottom: 40px;
  }
}

.p-lp-ignition-realization__item {
  display: inline-block;
  padding: 4px 10px;
  color: #043D78;
  background: #F4F8FF;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-lp-ignition-realization__image {
  max-width: 235px;
  margin: 0 auto 8%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__image {
    width: 25%;
    margin: 0 5% 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__description {
    width: 70%;
  }
}

.p-lp-ignition-realization__description--title {
  margin-bottom: 8%;
  color: #043D78;
  font-size: clamp(16px, 13.568px + 0.65vw, 24px);
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.5rem);
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__description--title {
    margin-bottom: 20px;
  }
}

.p-lp-ignition-realization__description--title span {
  display: inline-block;
  margin: 0 0.5em;
  color: #ef8641;
}

.p-lp-ignition-realization__area {
  margin-bottom: 12%;
  padding: 5%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
}

.p-lp-ignition-realization__area.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-realization__area {
    margin-bottom: 80px;
    padding: 80px;
  }
}

.p-lp-ignition-realization__area:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
!実績業種
========================================================== */
.p-lp-ignition-achievement {
  padding: 15% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-achievement {
    padding: 160px 0;
  }
}

.p-lp-ignition-achievement__list {
  display: grid;
  grid-template: repeat(6, auto)/repeat(3, 1fr);
  gap: 16px;
  opacity: 0;
}

.p-lp-ignition-achievement__list.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-achievement__list {
    grid-template: repeat(3, auto)/repeat(6, 1fr);
    gap: 50px;
    padding: 0 40px;
  }
}

.p-lp-ignition-achievement__item {
  place-content: center;
  place-items: center;
}

.p-lp-ignition-achievement__item p {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

/* ==========================================================
!流れ
========================================================== */
.p-lp-ignition-flow {
  padding: 15% 0;
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f4f8ff));
  background: linear-gradient(to right, #f7f7f7 0%, #f4f8ff 100%);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-flow {
    padding: 160px 0;
  }
}

.p-lp-ignition-flow__list {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background: #fff;
  opacity: 0;
}

.p-lp-ignition-flow__list.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.p-lp-ignition-flow__item {
  position: relative;
  padding: 10% 4% 4%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-flow__item {
    padding: 100px 110px 60px;
  }
}

.p-lp-ignition-flow__item:before {
  position: absolute;
  left: 50%;
  bottom: -19px;
  z-index: 3;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.p-lp-ignition-flow__item:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 2;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #cccccc transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.p-lp-ignition-flow__item:last-of-type:before, .p-lp-ignition-flow__item:last-of-type:after {
  content: none;
}

.p-lp-ignition-flow__description--title {
  margin-bottom: 8%;
  color: #043D78;
  font-size: clamp(16px, 13.568px + 0.65vw, 24px);
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.5rem);
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-flow__description--title {
    margin-bottom: 40px;
  }
}

.p-lp-ignition-flow__description--title span {
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  color: #ef8641;
  font-size: clamp(20px, 16.352px + 0.97vw, 32px);
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2rem);
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-flow__description--title span {
    margin: 0 1.5em 0 0;
  }
}

.p-lp-ignition-flow__description--title span:before {
  position: absolute;
  bottom: 5px;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 1px;
  background: #ef8641;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.p-lp-ignition-flow__description--summary {
  padding-left: 1.75em;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-flow__description--summary {
    padding-left: 4em;
  }
}

/* ==========================================================
!質問
========================================================== */
.p-lp-ignition-faq {
  padding: 15% 0;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-faq {
    padding: 160px 0;
  }
}

.p-lp-ignition-faq__description {
  padding: 8% 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-faq__description {
    padding: 24px;
  }
}

.p-lp-ignition-faq__description:first-of-type {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
}

.p-lp-ignition-faq__description--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: clamp(16px, 13.568px + 0.65vw, 24px);
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.5rem);
  cursor: pointer;
}

.p-lp-ignition-faq__description--title:before {
  position: relative;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 100%;
  background: #043D78;
  content: "Q";
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-faq__description--title:before {
    top: 0;
    width: 50px;
    height: 50px;
    margin-right: 24px;
    padding: 10px;
    font-size: 24px;
  }
}

.p-lp-ignition-faq__description--title span {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px 0 0;
}

.p-lp-ignition-faq__description--title span:before, .p-lp-ignition-faq__description--title span:after {
  position: absolute;
  right: 0;
  width: 1.2em;
  height: 1px;
  background-color: #043D78;
  content: '';
  /* ボックスの縦の位置を中央に持ってきたいので垂直位置を調整 */
  top: 50%;
}

.p-lp-ignition-faq__description--title span:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.p-lp-ignition-faq__description--title.u-active span:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-lp-ignition-faq__description--summary {
  display: none;
  padding: 4% 12% 0 8%;
  margin-top: 2%;
}

@media screen and (min-width: 769px) {
  .p-lp-ignition-faq__description--summary {
    padding: 0 77px 24px;
  }
}

.p-lp-ignition-faq div.js-effect {
  opacity: 0;
}

.p-lp-ignition-faq div.js-effect.js-aniOn {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* ==========================================================
!アニメーション
========================================================== */
/* フェードイン */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* フェードアップ（下から上へ） */
@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* フェードレフト（右から左） */
@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* フェードライト（左から右） */
@-webkit-keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* base */
.p-lp-modeling-machines *,
.p-lp-modeling-machines ::before,
.p-lp-modeling-machines ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-lp-modeling-machines {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.p-lp-modeling-machines main {
  overflow: hidden;
}

.p-lp-modeling-machines a {
  text-decoration: none;
}

.p-lp-modeling-machines ul,
.p-lp-modeling-machines ol {
  list-style: none;
}

.p-lp-modeling-machines img {
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_hide {
    display: block;
  }
}

/* Modeling Machines */
.p-lp-modeling-machines-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#4893de), to(#043d78));
  background-image: linear-gradient(90deg, #4893de, #043d78);
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 14.305px + 0.452vw, 20px);
  color: #fff;
  width: clamp(135px, 107.458px + 7.345vw, 200px);
  height: clamp(40px, 31.525px + 2.26vw, 60px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-lp-modeling-machines-button a:hover {
  opacity: .8;
}

.l-header__contact-machines {
  padding-right: 60px;
}

@media screen and (max-width: 1140px) {
  .l-header__contact-machines {
    padding-right: 24px;
  }
}

@media screen and (max-width: 992px) {
  .l-header__contact-machines {
    padding-right: 12px;
  }
}

.l-header__contact-machines .p-lp-modeling-machines-button a {
  width: clamp(100px, 57.627px + 11.299vw, 200px);
  height: clamp(30px, 17.288px + 3.39vw, 60px);
  font-size: clamp(14px, 11.458px + 0.678vw, 20px);
}

.l-footer--copyright-machines {
  background: #1F314E;
  padding: clamp(15px, 8.644px + 1.695vw, 30px) 0;
  line-height: 1.2;
}

.l-footer__bottom-copyright-machines {
  font-size: clamp(10px, 8.305px + 0.452vw, 14px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-mainimg {
  position: relative;
}

.p-lp-modeling-machines .p-lp-modeling-machines-mainimg h1 {
  position: absolute;
  top: clamp(15px, -6.186px + 5.65vw, 65px);
  left: clamp(15px, -6.186px + 5.65vw, 65px);
  width: clamp(320px, 127.627px + 51.299vw, 774px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-mainimg video {
  width: 100%;
  height: 100%;
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 17.831px + 2.712vw, 52px);
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines__heading-2 {
    padding-bottom: 10px;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2::before, .p-lp-modeling-machines .p-lp-modeling-machines__heading-2::after {
  content: "";
  position: absolute;
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2::before {
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: 2px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines__heading-2::before {
    bottom: 1px;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2::after {
  width: 50px;
  height: 5px;
  background: #043D78;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines__heading-2::after {
    width: 30px;
    height: 3px;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2 .blue {
  color: #043D78;
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2.white {
  color: #fff;
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-2.white::after {
  background: #fff;
}

.p-lp-modeling-machines .p-lp-modeling-machines__heading-3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 17.22px + 1.808vw, 40px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions {
  padding: clamp(50px, 28.814px + 5.65vw, 100px) 0;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-area {
  max-width: calc(100% - 88px);
  margin: clamp(25px, 14.407px + 2.825vw, 50px) auto 0;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-area .swiper {
  overflow: visible;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-area .swiper .item .caption {
  text-align: center;
  margin-top: 8px;
  font-size: clamp(14px, 13.153px + 0.226vw, 16px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(6px, 5.153px + 0.226vw, 8px);
  margin-top: clamp(20px, 11.525px + 2.26vw, 40px);
  bottom: unset;
  left: unset;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-pagination .swiper-pagination-bullet {
  width: clamp(22px, 17.763px + 1.13vw, 32px);
  height: clamp(23px, 22.153px + 0.226vw, 25px);
  position: relative;
  cursor: pointer;
  background: unset;
  opacity: 1;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: clamp(22px, 17.763px + 1.13vw, 32px);
  height: clamp(3px, 2.153px + 0.226vw, 5px);
  background: #E0E0E0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-pagination .swiper-pagination-bullet-active {
  background: unset;
  position: relative;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #4893DE;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-prev,
.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-prev,
  .p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-next {
    display: none;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-prev::before,
.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-next::before {
  content: "";
  position: absolute;
  background: url(../images/lp/modeling-machines/arrow.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-prev::after,
.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-next::after {
  display: none;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-prev {
  left: 0;
  margin-left: -44px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-next {
  right: 0;
  margin-right: -44px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-impressions .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio {
  background: url(../images/lp/modeling-machines/studio-bg.png) no-repeat center center;
  background-size: cover;
  padding: clamp(40px, 23.051px + 4.52vw, 80px) 0 clamp(50px, 28.814px + 5.65vw, 100px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(25px, 14.407px + 2.825vw, 50px);
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area {
  -webkit-backdrop-filter: blur(10px) brightness(115%);
  backdrop-filter: blur(10px) brightness(115%);
  background: rgba(255, 255, 255, .1);
  border-radius: clamp(14px, 11.458px + 0.678vw, 20px);
  padding: clamp(20px, 11.525px + 2.26vw, 40px) clamp(20px, 7.288px + 3.39vw, 50px) clamp(20px, 7.288px + 3.39vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(30px, 21.525px + 2.26vw, 50px);
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area .backdrop {
    background: rgba(255, 255, 255, .7);
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area .item h3 {
  color: #fff;
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area .item ul {
  margin-top: clamp(10px, 5.763px + 1.13vw, 20px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area .item ul li {
  color: #fff;
  font-size: clamp(16px, 13.458px + 0.678vw, 22px);
  position: relative;
  padding-left: clamp(16px, 15.153px + 0.226vw, 18px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area .item ul li:not(:first-of-type) {
  margin-top: clamp(5px, 2.881px + 0.565vw, 10px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-studio .l-inner .text-area .item ul li::before {
  content: "";
  position: absolute;
  background: #4893DE;
  width: clamp(6px, 5.153px + 0.226vw, 8px);
  height: clamp(6px, 5.153px + 0.226vw, 8px);
  border-radius: 100%;
  top: clamp(11px, 9.305px + 0.452vw, 15px);
  left: 0;
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines {
  padding: clamp(40px, 23.051px + 4.52vw, 80px) 0 clamp(60px, 34.576px + 6.78vw, 120px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: clamp(25px, 14.407px + 2.825vw, 50px);
}

@media screen and (max-width: 1000px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item {
    width: 100%;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item .text-area {
  padding: 20px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item .text-area ul {
  margin-top: clamp(10px, 7.881px + 0.565vw, 15px);
  padding-top: clamp(15px, 12.881px + 0.565vw, 20px);
  border-top: 1px solid #ccc;
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item .text-area ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.3;
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item .text-area ul li:not(:first-of-type) {
  margin-top: 8px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item .text-area ul li::before {
  content: "";
  position: absolute;
  background: #4893DE;
  width: 8px;
  height: 2px;
  top: 10px;
  left: 0;
}

.p-lp-modeling-machines .p-lp-modeling-machines-machines .machines-area .item .image-area .p-lp-modeling-machines-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions {
  background: url(../images/lp/modeling-machines/solutions-bg.png) no-repeat center center;
  background-size: cover;
  padding: clamp(40px, 23.051px + 4.52vw, 80px) 0 clamp(60px, 34.576px + 6.78vw, 120px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content;
  gap: clamp(15px, 4.407px + 2.825vw, 40px);
  margin-top: clamp(25px, 14.407px + 2.825vw, 50px);
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li {
  background: #fff;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area {
  padding: 10px clamp(10px, 7.881px + 0.565vw, 15px) clamp(10px, 7.881px + 0.565vw, 15px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #043D78;
  font-size: clamp(16px, 13.458px + 0.678vw, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area .name .no {
  padding-right: 8px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area ul {
  margin-top: 10px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.3;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area ul li:not(:first-of-type) {
  margin-top: 5px;
}

.p-lp-modeling-machines .p-lp-modeling-machines-solutions .solutions-list li .text-area ul li::before {
  content: "";
  position: absolute;
  background: #4893DE;
  width: 8px;
  height: 2px;
  top: 9px;
  left: 0;
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower {
  background: #F4F8FF;
  padding: clamp(40px, 23.051px + 4.52vw, 80px) 0 clamp(60px, 34.576px + 6.78vw, 120px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content {
  background: #fff;
  margin-top: clamp(25px, 14.407px + 2.825vw, 50px);
  border-radius: clamp(14px, 11.458px + 0.678vw, 20px);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
  padding: clamp(30px, 13.051px + 4.52vw, 70px) clamp(20px, 3.051px + 4.52vw, 60px) clamp(30px, 21.525px + 2.26vw, 50px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .p-lp-modeling-machines__heading-3 {
  color: #043D78;
  text-align: center;
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .copy {
  font-size: clamp(16px, 13.458px + 0.678vw, 22px);
  text-align: center;
  margin-top: clamp(20px, 11.525px + 2.26vw, 40px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(0px, -16.949px + 4.52vw, 40px);
     -moz-column-gap: clamp(0px, -16.949px + 4.52vw, 40px);
          column-gap: clamp(0px, -16.949px + 4.52vw, 40px);
  margin-top: clamp(30px, 17.288px + 3.39vw, 60px);
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .image-area {
  width: 62%;
}

@media screen and (max-width: 1250px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .image-area {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .image-area {
    width: 100%;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(10px, 7.881px + 0.565vw, 15px);
}

@media screen and (max-width: 1250px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area {
    width: 100%;
    margin-top: 20px;
  }
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area .item {
  height: calc(33.33333% - 10px);
  background: #fff;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, .15);
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #043D78;
  border-radius: 10px;
  line-height: 1.3;
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area .item .no {
  font-size: clamp(35px, 24.407px + 2.825vw, 60px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area .item .no.space {
  letter-spacing: .2em;
  padding-left: clamp(3px, 2.153px + 0.226vw, 5px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .map-area .text-area .item .text {
  font-size: clamp(16px, 13.458px + 0.678vw, 22px);
  padding-left: clamp(15px, 12.881px + 0.565vw, 20px);
}

.p-lp-modeling-machines .p-lp-modeling-machines-empower .content .p-lp-modeling-machines-button {
  margin-top: clamp(20px, 11.525px + 2.26vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lp-modeling-machines .show-target {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-lp-modeling-machines .show-target.show-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.p-block.p-manufacturing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -16px;
}

.p-block.p-manufacturing li {
  margin-top: 16px;
  padding: 16px 16px 16px 40px;
  text-indent: -40px;
  width: calc(50% - 19px);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-block.p-manufacturing li {
    width: 100%;
  }
}

.p-block.p-manufacturing li::before {
  margin-right: 32px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  .p-block.p-manufacturing .group-block01 {
    padding: 24px;
  }
}

.p-block.p-manufacturing .p-manufacturing__lead {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-block.p-manufacturing .p-manufacturing__lead {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.p-message__text {
  font-weight: 500;
}

.p-message__sign {
  text-align: right;
}

.p-message__date {
  font-size: 12px;
  color: #999;
}

.p-message__name {
  margin-left: 8px;
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-message__name {
    font-size: 24px;
  }
}

.p-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-movie__list {
    margin-top: -16px;
  }
}

.p-movie__list::after {
  display: block;
  content: "";
  width: calc(33.33333% - 26.66667px);
}

.p-movie__item {
  display: block;
  width: calc(33.33333% - 26.66667px);
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .p-movie__item {
    width: calc(50% - 20px);
    margin-top: 32px;
  }
}

@media screen and (max-width: 560px) {
  .p-movie__item {
    width: 100%;
  }
}

.p-movie__item:hover iframe {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-movie__item.is-hide {
  display: none;
}

.p-movie__body {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .p-movie__body {
    padding: 0;
  }
}

.p-movie__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.p-movie__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-movie__title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-movie__title {
    font-size: 14px;
  }
}

.p-movie__link {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-movie__link {
    margin-top: 40px;
  }
}

.p-movie__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 40px;
  background: #F4F8FF;
}

@media screen and (max-width: 992px) {
  .p-movie__cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-movie__cta {
    margin-top: 80px;
    padding: 20px;
  }
}

.p-movie__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-movie__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  background: #043D78;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-movie__free {
    font-size: 16px;
  }
}

.p-movie__text {
  margin-left: 24px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .p-movie__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-movie__text {
    font-size: 16px;
  }
}

.p-movie__button {
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .p-movie__button {
    margin-top: 20px;
    margin-right: auto;
  }
}

.p-mv {
  position: relative;
  height: 596px;
}

@media screen and (max-width: 992px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__scroll {
  width: 200px;
}

@media screen and (max-width: 992px) {
  .p-mv__scroll {
    display: none;
  }
}

.p-mv__scroll-item {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 100px;
  bottom: 80px;
  /*全体の高さ*/
  height: 50px;
}

.p-mv__scroll-item span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #000E1C;
  font-size: 11.2px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}

.p-mv__scroll-item span::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  left: 5px;
  /*線の形状*/
  width: 1px;
  height: 50px;
  margin-top: 52px;
  background: #000E1C;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

.p-mv__body {
  width: calc(100% - 200px);
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .p-mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 992px) {
  .p-mv__body {
    width: 100%;
    overflow: hidden;
  }
}

.p-mv__content {
  width: 375px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 992px) {
  .p-mv__content {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__inner {
    position: absolute;
    left: 0;
    top: 128px;
    z-index: 100;
  }
}

@media screen and (max-width: 992px) {
  .p-mv__inner {
    position: relative;
    margin-top: -96px;
    padding: 0 88px;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__inner {
    margin-top: 24px;
    padding: 0 24px;
  }
}

.p-mv__photo {
  position: relative;
  overflow: hidden;
  width: calc(100% - 375px);
  min-width: 700px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 992px) {
  .p-mv__photo {
    width: 100%;
    min-width: 348px;
  }
}

.p-mv__photo-head .swiper-container {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .p-mv__photo-head .swiper-container {
    height: 348px;
  }
}

.p-mv__photo-head .swiper-container .swiper-wrapper .swiper-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 556px;
}

@media screen and (max-width: 992px) {
  .p-mv__photo-head .swiper-container .swiper-wrapper .swiper-slide > div {
    height: 348px;
  }
}

.p-mv__photo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 80px;
  margin-top: -40px;
}

@media screen and (max-width: 992px) {
  .p-mv__photo-footer {
    display: none;
  }
}

.p-mv__photo-footer .swiper-slide {
  width: 140px !important;
  height: 0 !important;
  position: relative;
  padding-top: 14.5%;
  overflow: hidden;
}

.p-mv__photo-footer .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__photo-footer .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-mv__photo-footer .swiper-slide-thumb-active::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #fff;
}

.p-mv__stop {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: calc(20% + 230px);
  z-index: 10;
}

.p-mv__text {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.68182;
  color: #043D78;
}

@media screen and (max-width: 992px) {
  .p-mv__text {
    margin-top: -24px;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
    font-size: 48px;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__text {
    margin-top: 24px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 30px;
    line-height: 1.33333;
  }
}

.p-mv__text span {
  display: inline-block;
  padding-right: 24px;
  background: #fff;
}

@media screen and (max-width: 992px) {
  .p-mv__text span {
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__text span {
    padding: 0;
  }
}

.p-mv__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #043D78;
  border-radius: 3px;
  background: #043D78;
  margin-top: 26px;
  padding: 16px;
  max-width: 240px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

@media screen and (max-width: 992px) {
  .p-mv__button {
    margin-top: 24px;
  }
}

.p-mv__button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.p-mv__button span {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.p-mv__button span:before, .p-mv__button span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.p-mv__button span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.p-mv__button span::after {
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-mv__button:hover span {
  color: #043D78;
}

.p-mv__button:hover span::before {
  background: #043D78;
}

.p-mv__button:hover span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-mv__button:hover:before {
  width: 100%;
  z-index: -1;
}

.p-mv__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 200px;
  bottom: 0;
  margin-top: 88px;
  width: 375px;
}

@media screen and (max-width: 992px) {
  .p-mv__footer {
    position: static;
    left: unset;
    bottom: unset;
    margin-top: 24px;
    margin-left: 24px;
    width: 224px;
  }
}

.p-mv .swiper-pagination {
  width: unset;
  position: static;
  margin-left: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #4F4F51;
}

.p-mv .swiper-pagination-current {
  font-size: 14px;
  color: #4F4F51;
}

.p-mv__progressbar {
  position: relative;
  width: calc(100% - 104px);
  height: 2px;
  margin-top: 10px;
  background: #EFEFEF;
  border-radius: 7px;
  overflow: hidden;
}

.p-mv__progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #043D78;
  border-radius: 7px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mv__item {
  height: 596px;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .mv__item {
    height: 348px;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.p-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-bottom: 24px;
  border-bottom: 1px solid #043D78;
}

@media screen and (max-width: 768px) {
  .p-news__tab {
    margin-top: 32px;
  }
}

.p-news__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 302px;
  height: 56px;
  border: 1px solid #ccc;
  border-bottom: 0;
  cursor: pointer;
}

.p-news__tab-item.is-active, .p-news__tab-item:hover {
  border: 1px solid #043D78;
  background: #043D78;
  border-bottom: 0;
  color: #fff;
}

.p-news__panel {
  display: none;
}

.p-news__panel.is-active {
  display: block;
}

.p-news__list.has-thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-news__list.has-thumb {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-news__list.has-thumb .p-news__article:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-news__list.has-thumb .p-news__article:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-news__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 35px;
  border-top: 1px solid #EFEFEF;
}

.p-news__article-link:last-child {
  border-bottom: 1px solid #EFEFEF;
}

.p-news__article-link:hover .p-news__article-title {
  color: #043D78;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .p-news__article-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-news__article-link {
    padding: 24px 0;
  }
}

.p-news__article-date {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .p-news__article-date {
    margin-right: 16px;
    font-size: 14px;
  }
}

.p-news__article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 112px;
  height: 21px;
  margin-right: 40px;
  padding: 0 10px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-news__article-category {
    margin-right: 0;
    font-size: 12px;
  }
}

.p-news__article-title {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 992px) {
  .p-news__article-title {
    width: 100%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__article-title {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.p-news__date {
  display: inline-block;
  margin-right: 16px;
}

.p-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 112px;
  height: 21px;
  margin-right: 40px;
  padding: 0 10px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-news__category {
    margin-right: 0;
    font-size: 12px;
  }
}

.p-news__single-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.p-news__past {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-news__past {
    margin-top: 40px;
  }
}

.p-news__past-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px 0 0 -24px;
  margin-left: -24px;
}

@media screen and (max-width: 768px) {
  .p-news__past-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    word-break: keep-all;
  }
}

.p-news__past-list li {
  margin: 15px 0 0 24px;
}

.p-news__past a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 9px 16px;
  width: 146px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

.p-news__past a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.p-news__past a::after {
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .p-news__past a {
    margin: 0 auto;
  }
}

.p-news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-news__footer {
    margin-top: 32px;
  }
}

.p-news__panel .p-news__article-link:first-child {
  border-top: none;
}

.p-block.p-office h3 {
  border-bottom: 0;
  border-left: 4px solid #043D78;
  margin-bottom: 56px;
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-block.p-office h3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-block.p-office h4 {
  border-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.p-block.p-office td:nth-of-type(1), .p-block.p-office td:nth-of-type(3) {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-block.p-office td:nth-of-type(1), .p-block.p-office td:nth-of-type(3) {
    border-bottom: 0;
  }
}

.p-block.p-office td:nth-of-type(1):nth-of-type(3), .p-block.p-office td:nth-of-type(3):nth-of-type(3) {
  padding-top: 8px;
}

.p-block.p-office td.p-office__table-contact {
  width: calc(50% - 147px);
}

.p-block.p-office .p-office__col1, .p-block.p-office .p-office__col3 {
  width: 148px;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__col1, .p-block.p-office .p-office__col3 {
    width: 100%;
  }
}

.p-block.p-office .p-office__col2, .p-block.p-office .p-office__col4 {
  width: calc(50% - 147px);
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__col2, .p-block.p-office .p-office__col4 {
    width: 100%;
  }
}

.p-block.p-office .wp-block-table table {
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .wp-block-table table {
    table-layout: inherit;
  }
}

@media screen and (max-width: 768px) {
  .p-block.p-office .wp-block-table {
    margin-top: 16px;
  }
}

.p-block.p-office .p-office__sub-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.p-block.p-office .p-office__sub-section:not(:last-child) {
  border-bottom: 2px solid #043D78;
}

.p-block.p-office .p-office__contact-title {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__contact-title {
    font-size: 16px;
  }
}

.p-block.p-office .p-office__contact-time {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__contact-time {
    font-size: 12px;
  }
}

.p-block.p-office .p-office__contact-tel {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

.p-block.p-office .p-office__contact-tel strong {
  margin-left: 8px;
  font-size: 40px;
}

.p-block.p-office .p-office__contact-tel:hover a {
  text-decoration: none;
}

.p-block.p-office .p-office__contact-numbers {
  border: 10px solid #efefef;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__contact-numbers {
    padding: 20px;
  }
}

.p-block.p-office .p-office__contact-numbers-title {
  margin: 0 0 1em;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__contact-numbers-title {
    font-size: 16px;
  }
}

.p-block.p-office .p-office__contact-numbers-list {
  width: 50%;
  margin-bottom: 0;
  padding: 0 1em 0 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .p-office__contact-numbers-list {
    width: 100%;
    padding: 0;
    margin: 0 0 .6em;
  }
  .p-block.p-office .p-office__contact-numbers-list:last-child {
    margin: 0;
  }
}

.p-block.p-office .p-office__contact-numbers-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-block.p-office .p-office__contact-numbers-list .numbers-list-item {
  margin: 0 0 .6em;
}

.p-block.p-office .p-office__contact-numbers-list .numbers-list-item:last-child {
  margin: 0;
}

.p-block.p-office .p-office__contact-numbers-list .numbers-list-item::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-block.p-office .wp-block-table:not(.is-style-stripes) tr td:nth-of-type(3) {
    padding-top: 8px;
  }
}

.p-block.p-online-support-pr a[target="_blank"]:after {
  content: "";
}

.p-block.p-online-support-pr img {
  width: 100%;
  height: auto;
}

.p-block.p-online-support-pr__sns {
  width: 336px;
  margin: 0 auto;
}

.p-policy h3 {
  border-bottom: 0;
  border-left: 4px solid #043D78;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-policy h3 {
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-product-cta {
  background-color: #cce0ff;
}

@media screen and (max-width: 992px) {
  .p-product-cta {
    padding: 40px 16px;
  }
}

@media screen and (min-width: 993px) {
  .p-product-cta {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.p-product-cta__list {
  display: grid;
  row-gap: 4px;
}

.p-product-cta__text {
  place-self: start;
}

.p-product-cta__link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  grid-template-columns: auto 20px;
  place-items: center;
  inline-size: 100%;
  line-height: 1.42;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 25px 16px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #043d78;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

@media screen and (min-width: 993px) {
  .p-product-cta__link {
    inline-size: 202px;
    padding: 25px 16px;
  }
}

.p-product-cta__link:focus-visible {
  border-color: #043d78;
}

@media (any-hover: hover) {
  .p-product-cta__link:where(:-webkit-any-link, :enabled, summary):hover {
    border-color: #043d78;
  }
  .p-product-cta__link:where(:-moz-any-link, :enabled, summary):hover {
    border-color: #043d78;
  }
  .p-product-cta__link:where(:any-link, :enabled, summary):hover {
    border-color: #043d78;
  }
}

.p-quality .wp-block-media-text__media img {
  width: 376px;
  height: auto;
}

.p-recommend {
  background: #F4F8FF;
  padding: 96px 0;
}

.p-recommend__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.p-block .regalis-head {
  padding: 48px 0 0;
  margin: 0 0 80px;
  border: none;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-head {
    padding: 40px 0 0;
    margin: 0 0 40px;
    font-size: 28px;
  }
}

.p-block .regalis-head::before {
  display: none;
}

.p-block .regalis-catch-copy {
  padding: 0;
  margin: 104px 0 80px;
  text-align: center;
  border: none;
  color: #043d78;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-catch-copy {
    margin: 40px 0;
    font-size: 18px;
  }
}

.p-block .regalis-btn-wrap {
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-btn-wrap {
    padding: 40px 23px;
  }
  .p-block .regalis-btn-wrap .wp-block-button {
    width: 100%;
  }
}

.p-block .regalis-btn-wrap .wp-block-buttons {
  gap: 24px;
}

.p-block .regalis-list li {
  margin: 0 0 8px;
}

.p-block .regalis-list li:last-child {
  margin: 0;
}

.p-block .regalis-table {
  width: 100%;
  margin: 0 0 104px;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-table {
    margin: 0 0 80px;
  }
}

.p-block .regalis-table th,
.p-block .regalis-table td {
  padding: 32px 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-table th,
  .p-block .regalis-table td {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-table th {
    border: none;
    padding: 16px 8px 0;
  }
  .p-block .regalis-table td {
    padding: 16px 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .p-block .regalis-column .wp-block-column {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
  .p-block .regalis-column .wp-block-column:nth-child(n+3) {
    margin: 24px 0 0;
  }
}

.p-block .regalis-column img {
  width: 100%;
}

.p-block .flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 40px;
}

.p-block .flow-wrap .flow-item {
  width: calc(50% - 20px);
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-block .flow-wrap .flow-item {
    width: 100%;
  }
}

.p-block .flow-wrap .flow-item:nth-child(1) {
  background-color: #f7f7f7;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-block .flow-wrap .flow-item:nth-child(1) {
    margin: 0 0 40px;
  }
}

.p-block .flow-wrap .flow-item:nth-child(1)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 21px;
  border-color: transparent transparent transparent #09549f;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-block .flow-wrap .flow-item:nth-child(1)::after {
    top: inherit;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.p-block .flow-wrap .flow-item:nth-child(2) {
  background-color: #f4f8ff;
}

.p-block .flow-item-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
}

.p-block .flow-item-text,
.p-block .flow-item-list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-block .flow-item-list-item {
    margin: 0 0 8px;
  }
  .p-block .flow-item-list-item:last-child {
    margin: 0;
  }
}

.p-block .merit-wrap {
  padding: 40px;
  margin: 0 0 40px;
  border: 10px solid #efefef;
}

.p-block .merit-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
}

.p-block .merit-text,
.p-block .merit-list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-block .p-block .merit-list-item {
    margin: 0 0 8px;
  }
  .p-block .p-block .merit-list-item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-image {
    gap: 0;
  }
}

.p-block .regalis-flow-image .wp-block-column:nth-child(1) {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-image .wp-block-column:nth-child(1) {
    margin: 0 0 40px;
  }
}

.p-block .regalis-flow-image .wp-block-column:nth-child(1)::after {
  content: '';
  width: 60px;
  height: 66px;
  background: url(/wp-content/themes/tbts/assets/images/product/regalis-fusion_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-image .wp-block-column:nth-child(1)::after {
    width: 35px;
    height: 39px;
    top: inherit;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.p-block .regalis-flow-number {
  counter-reset: number 0;
}

.p-block .regalis-flow-number li {
  list-style: none;
  position: relative;
  padding: 150px 40px 75px;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-number li {
    padding: 70px 0px 24px;
  }
}

.p-block .regalis-flow-number li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: #ccc;
  position: absolute;
  top: 75px;
  left: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-number li::before {
    font-size: 62px;
    top: 30px;
  }
}

.p-block .regalis-flow-number li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 24.5px 0 24.5px;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-number li::after {
    border-width: 24px 14px 0 14px;
  }
}

.p-block .regalis-flow-number li:first-child {
  padding: 75px 40px;
  border: none;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-number li:first-child {
    padding: 24px 0;
  }
}

.p-block .regalis-flow-number li:first-child::before {
  top: 0;
}

.p-block .regalis-flow-number li:first-child::after {
  display: none;
}

.p-block .regalis-flow-number li img {
  width: 50% !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-number li img {
    width: 100% !important;
    padding: 0 16px;
  }
}

.p-block .regalis-flow-number li strong {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .p-block .regalis-flow-number li strong {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-column-has-arrow {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-column-has-arrow .wp-block-column {
    margin: 0 0 40px;
  }
}

.p-block .regalis-column-has-arrow .wp-block-column:first-child {
  position: relative;
}

.p-block .regalis-column-has-arrow .wp-block-column:first-child::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 21px;
  border-color: transparent transparent transparent #09549f;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-block .regalis-column-has-arrow .wp-block-column:first-child::after {
    top: inherit;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-column-has-arrow .wp-block-column:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-block .regalis-column-has-arrow img {
    width: 100%;
    height: auto;
  }
}

.p-sidebar {
  width: 344px;
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .p-sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.p-sidebar__item {
  border-top: 1px solid #ccc;
  padding: 32px 0;
}

.p-sidebar__item:last-child {
  border-bottom: 1px solid #ccc;
}

.p-sidebar__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-sidebar__child-item {
  padding-left: 24px;
  text-indent: -24px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.p-sidebar__child-item:hover a {
  color: #043D78;
  text-decoration: underline;
}

.p-sidebar__child-item::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #043D78;
}

.p-sidebar__article-item + .p-sidebar__article-item {
  margin-top: 24px;
}

.p-sidebar__article-item:hover .p-sidebar__article-title {
  color: #043D78;
  text-decoration: underline;
}

.p-sidebar__article-date {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.42857;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .p-sidebar__article-date {
    margin-right: 16px;
    font-size: 14px;
  }
}

.p-sidebar__article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
}

.p-sidebar__article-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 0 8px;
  padding: 2px 16px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.41667;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-sidebar__article-category-item {
    margin-right: 0;
    font-size: 12px;
  }
}

.p-sidebar__article-title {
  display: block;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 992px) {
  .p-sidebar__article-title {
    width: 100%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-sidebar__article-title {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.block-title {
  margin-bottom: 56px;
  padding: 16px 20px;
  background: #f5f5f5;
  font-weight: 700;
}

.p-single {
  /*ユーザー事例*/
}

.p-single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-single__inner {
    display: block;
  }
}

.p-single__head {
  margin-bottom: 24px;
}

.p-single__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 800px;
}

.p-single__body--full {
  max-width: unset;
}

.p-single__body--marketo {
  max-width: 688px;
}

.p-single__body p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-single__body p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-single__body img {
  max-width: 100%;
  height: auto;
}

.p-single__body strong {
  font-weight: 700;
}

.p-single__body ul, .p-single__body ol {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-single__body ul, .p-single__body ol {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-single__body ul li {
  padding-left: 24px;
  text-indent: -24px;
}

.p-single__body ul li::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #043D78;
}

.p-single__body ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 18px;
  text-indent: -18px;
}

.p-single__body ol li::marker {
  color: #043D78;
}

.p-single__body dt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-single__body a {
  color: #043D78;
}

.p-single__body a:hover {
  text-decoration: underline;
}

.p-single__body a[target="_blank"]:after {
  display: inline-block;
  content: url("../images/common/target.svg");
  margin-left: 5px;
}

.p-single__body .icon-hidden a[target="_blank"]:after {
  display: none;
}

.p-single__body .wp-block-image {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-image.alignright, .p-single__body .wp-block-image.alignleft {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-single__body figcaption {
  font-size: 12px;
  color: #000E1C;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.p-single__body .wp-block-separator {
  margin-bottom: 56px;
  border-top: 0;
  border-color: #ccc;
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-separator {
    margin-bottom: 30px;
  }
}

.p-single__body .wp-block-separator.is-style-wide {
  border-width: 2px;
  border-color: #043D78;
}

.p-single__body h2 {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: 4px solid #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.52778;
}

@media screen and (max-width: 768px) {
  .p-single__body h2 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-single__body h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 104px;
  border-bottom: 4px solid #043D78;
}

.p-single__body h3 {
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 3px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-single__body h3 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.44444;
  }
}

.p-single__body h4 {
  border-left: 4px solid #043D78;
  margin-bottom: 56px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-single__body h4 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-single__body h5 {
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-single__body h5 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-single__body h6 {
  margin-bottom: 56px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-single__body h6 {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.64286;
  }
}

.p-single__body .heading03 {
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 3px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-single__body .heading03 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.44444;
  }
}

.p-single__body .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-media-text .wp-block-media-text__content {
    margin-top: 24px;
    padding: 0;
  }
}

.p-single__body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 5% 0 0;
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-media-text__content {
    padding: 0;
  }
}

.p-single__body .wp-block-columns p, .p-single__body .wp-block-columns .wp-block-image {
  margin-bottom: 16px;
}

.p-single__body .wp-block-table {
  margin-top: 40px;
}

.p-single__body .wp-block-table th, .p-single__body .wp-block-table td {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 16px 32px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-table td {
    font-size: 14px;
  }
}

.p-single__body .wp-block-table th {
  font-weight: 700;
}

.p-single__body .wp-block-table tr:not(:first-child) th, .p-single__body .wp-block-table tr:not(:first-child) td {
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-single__body .wp-block-table:not(.is-style-stripes) th, .p-single__body .wp-block-table:not(.is-style-stripes) td {
    display: block;
    padding: 8px 16px 8px;
  }
  .p-single__body .wp-block-table:not(.is-style-stripes) tr th:first-child, .p-single__body .wp-block-table:not(.is-style-stripes) tr td:first-child {
    padding-bottom: 0;
    border: 0;
  }
  .p-single__body .wp-block-table:not(.is-style-stripes) tr th:first-child, .p-single__body .wp-block-table:not(.is-style-stripes) tr td:first-child {
    padding-top: 8px;
  }
  .p-single__body .wp-block-table:not(.is-style-stripes) tr th:not(:first-child), .p-single__body .wp-block-table:not(.is-style-stripes) tr td:not(:first-child) {
    padding-top: 0;
  }
}

.p-single__body .wp-block-table.is-style-stripes {
  font-weight: 500;
  border: 1px solid #DDDDDD;
}

.p-single__body .wp-block-table.is-style-stripes tr td {
  padding: 24px 16px;
}

.p-single__body .wp-block-table.is-style-stripes th {
  background: #8498AD;
  padding: 24px 16px;
  color: #fff;
  text-align: center;
}

.p-single__body .wp-block-table.is-style-stripes th, .p-single__body .wp-block-table.is-style-stripes td {
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.p-single__body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-single__body .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .p-single__body .scroll table {
    width: 800px;
  }
}

.p-single .group-block01 {
  padding: 40px;
  background: #F4F8FF;
}

.p-single .group-block02 {
  padding: 40px;
  background: #F7F7F7;
}

.p-single .group-block03 {
  padding: 30px;
  border: 10px solid #EFEFEF;
}

.p-single .group-block01, .p-single .group-block02, .p-single .group-block03 {
  margin-bottom: 40px;
}

.p-single .group-block01 p, .p-single .group-block02 p, .p-single .group-block03 p {
  margin-bottom: 16px;
}

.p-single .group-block01 p:last-child, .p-single .group-block01 ol:last-child, .p-single .group-block01 ul:last-child, .p-single .group-block02 p:last-child, .p-single .group-block02 ol:last-child, .p-single .group-block02 ul:last-child, .p-single .group-block03 p:last-child, .p-single .group-block03 ol:last-child, .p-single .group-block03 ul:last-child {
  margin-bottom: 0;
}

.p-single .wp-block-quote {
  margin-bottom: 40px;
  padding: 40px;
  background: #F4F8FF;
}

.p-single .wp-block-quote::before {
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  margin-bottom: 16px;
  background: url(../images/common/block-quote-head.svg) no-repeat left top;
}

.p-single .wp-block-quote::after {
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  background: url(../images/common/block-quote-bottom.svg) no-repeat right bottom;
  margin: 16px 0 0 auto;
}

.p-single .wp-block-quote p {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-single .wp-block-quote p {
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-single .wp-block-quote cite {
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-single .wp-block-quote cite {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-single .wp-block-gallery {
  margin-bottom: 32px;
}

.p-single .wp-block-snow-monkey-blocks-accordion p, .p-single .wp-block-snow-monkey-blocks-accordion ul, .p-single .wp-block-snow-monkey-blocks-accordion ol {
  margin-top: 0;
  margin-bottom: 16px;
}

.p-single .wp-block-snow-monkey-blocks-accordion .smb-accordion__item__title {
  padding-left: 16px;
  padding-bottom: 24px;
  border-bottom: 3px solid #EFEFEF;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #043D78;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-single .wp-block-snow-monkey-blocks-accordion .smb-accordion__item__title {
    font-size: 14px;
    line-height: 1.64286;
  }
}

.p-single .between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-single .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 240px;
  background: #043D78;
  border: 1px solid #043D78;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

.p-single .wp-block-button:hover .wp-block-button__link {
  color: #043D78;
  text-decoration: none;
}

.p-single .wp-block-button:hover:before {
  width: 100%;
  z-index: -1;
}

.p-single .wp-block-button:hover .wp-block-button__link::before {
  background: #043D78;
}

.p-single .wp-block-button:hover .wp-block-button__link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-single .wp-block-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.p-single .wp-block-button .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  background: none;
  border: none;
  padding: 16px 48px 16px 16px;
  color: #fff;
  text-align: left;
}

.p-single .wp-block-button .wp-block-button__link:before, .p-single .wp-block-button .wp-block-button__link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.p-single .wp-block-button .wp-block-button__link::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.p-single .wp-block-button .wp-block-button__link::after {
  right: 24px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-single .wp-block-button .wp-block-button__link::before {
  background: #fff;
}

.p-single .wp-block-button .wp-block-button__link::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.p-single .wp-block-button.is-style-outline {
  background: #fff;
}

.p-single .wp-block-button.is-style-outline:hover .wp-block-button__link {
  color: #fff;
}

.p-single .wp-block-button.is-style-outline:before {
  background: #043D78;
}

.p-single .wp-block-button.is-style-outline:hover .wp-block-button__link::before {
  background: #fff;
}

.p-single .wp-block-button.is-style-outline:hover .wp-block-button__link::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.p-single .wp-block-button.is-style-outline .wp-block-button__link {
  color: #043D78;
}

.p-single .wp-block-button.is-style-outline .wp-block-button__link::before {
  background: #043D78;
}

.p-single .wp-block-button.is-style-outline .wp-block-button__link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-single .wp-block-button.pdf {
  background: #fff;
}

.p-single .wp-block-button.pdf:hover .wp-block-button__link {
  color: #fff;
}

.p-single .wp-block-button.pdf:before {
  background: #043D78;
}

.p-single .wp-block-button.pdf:hover .wp-block-button__link {
  background: url(../images/common/icon_pdf_on.svg) no-repeat right 16px center;
}

.p-single .wp-block-button.pdf:hover .wp-block-button__link::before {
  background: #fff;
}

.p-single .wp-block-button.pdf:hover .wp-block-button__link::after {
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
}

.p-single .wp-block-button.pdf .wp-block-button__link {
  background: url(../images/common/icon_pdf_off.svg) no-repeat right 16px center;
  color: #043D78;
}

.p-single .wp-block-button.pdf .wp-block-button__link:before, .p-single .wp-block-button.pdf .wp-block-button__link:after {
  display: none;
}

.p-single .wp-block-button.small-btn {
  min-width: 174px;
  background: #fff;
  border: 1px solid #ccc;
}

.p-single .wp-block-button.small-btn:hover .wp-block-button__link {
  border: none;
  color: #fff;
}

.p-single .wp-block-button.small-btn:before {
  background: #043D78;
}

.p-single .wp-block-button.small-btn .wp-block-button__link {
  width: 100%;
  border: none;
  padding: 10px 48px 9px 16px;
  color: #043D78;
}

.p-single .wp-block-button.small-btn .wp-block-button__link::before {
  display: none;
}

.p-single .wp-block-button.small-btn .wp-block-button__link:after {
  right: 16px;
}

.p-single .wp-block-button.googlemaps {
  min-width: 174px;
  background: #fff;
  border: 1px solid #ccc;
}

.p-single .wp-block-button.googlemaps:hover .wp-block-button__link {
  background: url(../images/common/icon-googlemap_on.svg) no-repeat left 16px top 13px;
  border: none;
  color: #fff;
}

.p-single .wp-block-button.googlemaps:before {
  background: #043D78;
}

.p-single .wp-block-button.googlemaps .wp-block-button__link {
  width: 100%;
  background: url(../images/common/icon-googlemap_off.svg) no-repeat left 16px top 13px;
  padding: 11px 12px 11px 16px;
  font-size: 14px;
  color: #043D78;
  text-align: right;
}

.p-single .wp-block-button.googlemaps .wp-block-button__link:before, .p-single .wp-block-button.googlemaps .wp-block-button__link:after {
  display: none;
}

.p-single .wp-block-button.anchor {
  min-width: 208px;
  border: 0;
  border-bottom: 3px solid #EFEFEF;
  background: #fff;
}

.p-single .wp-block-button.anchor:hover .wp-block-button__link {
  opacity: 0.42;
}

.p-single .wp-block-button.anchor::before {
  display: none;
}

.p-single .wp-block-button.anchor .wp-block-button__link {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 0 32px 11px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.p-single .wp-block-button.anchor .wp-block-button__link:before {
  display: none;
}

.p-single .wp-block-button.anchor .wp-block-button__link:after {
  position: absolute;
  top: -6px;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .p-single .wp-block-button.anchor {
    font-size: 14px;
    line-height: 1.64286;
  }
}

.p-single .wp-block-file {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .p-single .wp-block-file {
    margin-bottom: 30px;
  }
}

.p-single .wp-block-file.file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  color: #043D78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}

.p-single .wp-block-file.file .wp-block-file__button {
  display: block;
  width: 240px;
  background: url(../images/common/icon-file.svg) no-repeat right 16px top 12px;
  background-size: 56px auto;
  border: 1px solid #043D78;
  border-radius: 3px;
  padding: 11px 80px 11px 16px;
  color: #043D78;
}

.p-single .case-head {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .p-single .case-head {
    margin-bottom: 30px;
  }
}

.p-single .case-head h1 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 4px solid #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.52778;
}

@media screen and (max-width: 768px) {
  .p-single .case-head h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-single .case-head h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 104px;
  border-bottom: 4px solid #043D78;
}

.p-single .case-head p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

.p-single .case-head .wp-block-media-text__content {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .p-single .case-head .wp-block-media-text__content {
    margin-top: 24px;
    padding: 0;
  }
}

.p-sitemap {
  max-width: 1000px;
  margin: 0 auto;
}

.p-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-sitemap__list {
    margin-top: 0;
  }
}

.p-sitemap__list::after {
  display: block;
  content: "";
  width: calc(33.33333% - 53.33333px);
}

.p-sitemap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33333% - 53.33333px);
  border-bottom: 2px solid #EFEFEF;
  background: #fff;
  padding: 0 0 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4375;
}

.p-sitemap__item:hover {
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .p-sitemap__item {
    margin-top: 40px;
    width: 100%;
  }
}

.p-sitemap__item span {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 32px;
}

.p-sitemap__item span:after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.p-sitemap__child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 870px;
  margin: 14px 0 0 64px;
}

@media screen and (max-width: 768px) {
  .p-sitemap__child-list {
    margin-left: 0;
  }
}

.p-sitemap__child-row {
  width: calc(33.33333% - 32px);
}

.p-sitemap__child-row:not(:first-child) {
  margin-left: 48px;
}

@media screen and (max-width: 768px) {
  .p-sitemap__child-row {
    width: 100%;
  }
}

.p-sitemap__child-row--2 {
  width: calc(66.66667% - 64px);
}

@media screen and (max-width: 768px) {
  .p-sitemap__child-row--2 {
    width: 100%;
  }
}

.p-sitemap__child-item {
  display: block;
  margin-top: 12px;
  margin-left: 16px;
  text-indent: -16px;
}

.p-sitemap__child-link {
  font-size: 14px;
  font-weight: 700;
  color: #043D78;
  line-height: 1.64286;
}

.p-sitemap__child-link:hover {
  text-decoration: underline;
}

.p-sitemap__grandchild-inner {
  margin-left: 16px;
}

.p-sitemap__grandchild-link {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #043D78;
  line-height: 1.64286;
}

.p-sitemap__grandchild-link:hover {
  text-decoration: underline;
}

.p-sitemap__grandchild-link::after {
  display: inline-block;
  content: "/";
  margin: 0 0 0 4px;
}

.p-sustainability__sdgs img {
  max-width: 48%;
  height: auto;
}

.p-sustainability__attention {
  background: #F4F8FF;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-sustainability__attention {
    padding: 20px;
  }
}

.p-sustainability__attention h4 {
  margin-bottom: 16px;
  border-left: 0;
  padding-left: 0;
  font-size: 20px;
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .p-sustainability__attention h4 {
    font-size: 16px;
  }
}

.p-sustainability__attention h5 {
  margin-bottom: 8px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-sustainability__attention h5 {
    font-size: 14px;
  }
}

.p-block.p-sustainability h3 {
  margin-bottom: 32px;
}

.serach img {
  width: 100%;
  height: auto;
}

.p-top-section-title--center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-section-title {
    text-align: center;
  }
}

.p-top-section-title__en {
  display: block;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #043D78;
  line-height: 1.24444;
}

@media screen and (max-width: 768px) {
  .p-top-section-title__en {
    font-size: 30px;
  }
}

.p-top-section-title__jp {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-top-section-title__jp {
    font-size: 18px;
  }
}

.p-top-section-lead {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-section-lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.71429;
  }
}

.p-top-event__title {
  display: block;
  margin-bottom: -52px;
  font-size: 160px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #EEEEEE;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-top-event__title {
    margin-bottom: -144px;
    font-size: 100px;
  }
}

.p-top-event__button {
  margin-top: 64px;
}

.p-top-event__card {
  max-width: 1488px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  /* スライダー非活性時 */
}

@media screen and (min-width: 769px) {
  .p-top-event__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-event__card .swiper:not(.swiper-initialized) {
  padding: 0;
}

.p-top-event__card .swiper:not(.swiper-initialized) .swiper-button-prev,
.p-top-event__card .swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.p-top-event__card .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-top-event__card {
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
  }
  .p-top-event__card .swiper {
    padding-top: 120px;
  }
  .p-top-event__card .swiper-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-top-event__card .swiper-slide {
    width: 350px;
    height: auto;
  }
  .p-top-event__card .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  .p-top-event__card .swiper-button-prev {
    right: 56px;
    left: unset;
  }
  .p-top-event__card .swiper-button-prev:after {
    background-image: url(../images/common/arrow-left_off.svg);
  }
  .p-top-event__card .swiper-button-prev:hover:after {
    background-image: url(../images/common/arrow-left_on.svg);
  }
  .p-top-event__card .swiper-button-next:after {
    background-image: url(../images/common/arrow-right_off.svg);
  }
  .p-top-event__card .swiper-button-next:hover:after {
    background-image: url(../images/common/arrow-right_on.svg);
  }
  .p-top-event__card .swiper-button-prev,
  .p-top-event__card .swiper-button-next {
    top: 24px;
    height: 36px;
    width: 36px;
  }
  .p-top-event__card .swiper-button-prev:after,
  .p-top-event__card .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    margin: auto;
    width: 36px;
  }
}

.p-top-event__card-item {
  height: 100%;
}

.p-top-event__card-item:hover .p-top-event__card-title {
  color: #043D78;
  text-decoration: underline;
}

.p-top-event__card-item:hover .p-top-event__card-mask {
  display: none;
}

.p-top-event__card-item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-top-event__card-body {
  padding: 0 16px;
}

.p-top-event__card-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 58%;
  position: relative;
  border-radius: 3px;
}

.p-top-event__card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-top-event__card-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(19, 141, 255, .1);
}

.p-top-event__card-accepting {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 16px;
  background: #2C3CA6;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.p-top-event__card-date {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #4F4F51;
  line-height: 1.66667;
}

.p-top-event__card-date.is-archive {
  font-size: 16px;
}

.p-top-event__card-title {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-top-event__card-title {
    font-size: 15px;
    margin-top: 4px;
  }
}

.p-top-information {
  border-bottom: 1px solid #CCCCCC;
}

.p-top-information--en {
  margin-bottom: 154px;
}

@media screen and (max-width: 768px) {
  .p-top-information--en {
    margin-bottom: 80px;
  }
}

.p-top-information__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 24px;
}

.p-top-information__article:hover .p-top-information__article-sub-title {
  color: #043D78;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-top-information__article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 56px 0 16px;
  }
}

.p-top-information__article-title {
  display: inline-block;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #043D78;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-top-information__article-title {
    margin-right: 24px;
    padding-right: 24px;
  }
}

.p-top-information__article-date {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .p-top-information__article-date {
    margin-right: 32px;
  }
}

.p-top-information__article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 112px;
  height: 21px;
  margin-right: 40px;
  padding: 0 10px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-top-information__article-category {
    margin-right: 0;
  }
}

.p-top-information__article-sub-title {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-information__article-sub-title {
    width: 100%;
    margin-top: 8px;
  }
}

.p-top-solution .l-inner {
  margin-top: -16px;
  padding: 0 24px 104px;
}

@media screen and (max-width: 768px) {
  .p-top-solution .l-inner {
    padding: 0 16px 80px;
  }
}

.p-top-solution__button {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .p-top-solution__button {
    margin-top: 40px;
  }
}

.p-top-solution__title {
  font-size: 160px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: transparent;
  text-stroke: 1px #043D78;
  -webkit-text-stroke: 1px #043D78;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-top-solution__title {
    font-size: 100px;
  }
}

.p-top-solution__jp-title {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-top-solution__card {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .p-top-solution__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-solution__card-item {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-top-solution__card-item {
    width: calc(33.33333% - 26.66667px);
  }
}

@media screen and (max-width: 768px) {
  .p-top-solution__card-item {
    margin-top: 32px;
  }
}

.p-top-solution__card-item:hover img {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: flash;
          animation-name: flash;
}

.p-top-solution__card-item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-top-solution__card-item:hover .p-top-solution__card-mask {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-top-solution__card-body {
    padding: 0 16px;
  }
}

.p-top-solution__card-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-top-solution__card-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-top-solution__card-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(19, 141, 255, .1);
}

.p-top-solution__card-title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-top-solution__card-title {
    font-size: 14px;
  }
}

.p-top-solution__card-img-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 56.8%;
  position: relative;
  border-radius: 3px;
}

.p-top-solution__card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-top-solution__card-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.p-top-solution__card-company {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #043D78;
  line-height: 1.64286;
  text-decoration: underline;
}

.p-top-solution__card-company:hover {
  text-decoration: none;
}

.p-top-solution__card-company::before {
  display: inline-block;
  content: "▶︎";
  margin-right: 4px;
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.p-top-case {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
}

@media screen and (min-width: 769px) {
  .p-top-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 52px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-case .swiper {
    position: unset;
  }
}

@media screen and (max-width: 768px) {
  .p-top-case .swiper {
    padding-top: 52px;
  }
}

.p-top-case .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.p-top-case .swiper-button-prev {
  right: 56px;
  left: unset;
}

.p-top-case .swiper-button-prev:after {
  background-image: url(../images/common/arrow-left_off.svg);
}

.p-top-case .swiper-button-prev:hover:after {
  background-image: url(../images/common/arrow-left_on.svg);
}

.p-top-case .swiper-button-next:after {
  background-image: url(../images/common/arrow-right_off.svg);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-top-case .swiper-button-next:hover:after {
  background-image: url(../images/common/arrow-right_on.svg);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-top-case .swiper-button-prev,
.p-top-case .swiper-button-next {
  top: 24px;
  height: 36px;
  width: 36px;
}

.p-top-case .swiper-button-prev:after,
.p-top-case .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 36px;
  margin: auto;
  width: 36px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

@media screen and (min-width: 769px) {
  .p-top-case__item {
    width: 416px;
  }
  .p-top-case__item:nth-child(even) {
    width: calc(95% - 416px);
    margin-left: 5%;
  }
}

.p-top-case__button {
  margin-top: 54px;
}

.p-top-case__card {
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-top-case__card {
    margin-top: 32px;
  }
}

.p-top-case__card .swiper-slide {
  width: 270px;
}

.p-top-case__card .swiper-slide:hover .p-top-case__card-title {
  color: #043D78;
  text-decoration: underline;
}

.p-top-case__card .swiper-slide:hover .p-top-case__card-mask {
  display: none;
}

.p-top-case__card .swiper-slide:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-top-case__card-body {
  padding: 0 16px;
}

.p-top-case__card-img-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 3px;
}

.p-top-case__card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-top-case__card-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(19, 141, 255, .1);
}

.p-top-case__card-title {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-top-case__card-title {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.71429;
  }
}

.p-top-case__card-category {
  margin-top: 8px;
  font-size: 14px;
  color: #043D78;
}

@media screen and (max-width: 768px) {
  .p-top-case__card-category {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.71429;
  }
}

@media screen and (min-width: 769px) {
  .p-top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-news__item {
    width: 240px;
  }
  .p-top-news__item:nth-child(even) {
    width: 74%;
    margin-left: 5%;
  }
}

.p-top-news__button {
  margin-top: 54px;
}

.p-top-news__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 35px;
  border-top: 1px solid #EFEFEF;
}

.p-top-news__article-link:last-child {
  border-bottom: 1px solid #EFEFEF;
}

.p-top-news__article-link:hover .p-top-news__article-title {
  color: #043D78;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .p-top-news__article-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__article-link {
    padding: 24px 0;
  }
}

.p-top-news__article-date {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .p-top-news__article-date {
    margin-right: 16px;
    font-size: 14px;
  }
}

.p-top-news__article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 112px;
  height: 21px;
  margin-right: 40px;
  padding: 0 10px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-top-news__article-category {
    margin-right: 0;
    font-size: 12px;
  }
}

.p-top-news__article-title {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 992px) {
  .p-top-news__article-title {
    width: 100%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__article-title {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.p-top-news__article-title br {
  display: none;
}

html[lang="ja"] .p-top-useful {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  html[lang="ja"] .p-top-useful {
    padding-bottom: 40px;
  }
}

.p-top-useful__button {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .p-top-useful__button {
    margin-top: 40px;
  }
}

.p-top-useful__card {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .p-top-useful__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-useful__card-item {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-top-useful__card-item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-useful__card-item {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-useful__card-item--en {
    width: calc(50% - 32px);
  }
}

.p-top-useful__card-item:hover img {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: flash;
          animation-name: flash;
}

.p-top-useful__card-item:hover .p-top-useful__card-title {
  color: #043D78;
  text-decoration: underline;
}

.p-top-useful__card-item:hover:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@media screen and (min-width: 769px) {
  .p-top-useful__card-body {
    padding: 0 16px;
  }
}

.p-top-useful__card-img-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 58%;
  position: relative;
  border-radius: 3px;
}

.p-top-useful__card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-top-useful__card-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-top-useful__card-title {
    font-size: 14px;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

.p-block.p-tts-dx h3 {
  border-bottom: 0;
  border-left: 4px solid #043D78;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .p-block.p-tts-dx h3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-block.p-tts-dx .wp-block-table {
  padding-top: 32px;
  border-top: 2px solid #043D78;
}

@media screen and (max-width: 768px) {
  .p-block.p-tts-dx .wp-block-table {
    padding-top: 16px;
  }
}

.p-block.p-tts-dx .wp-block-buttons.between {
  margin: 80px 0 104px;
}

@media screen and (max-width: 768px) {
  .p-block.p-tts-dx .wp-block-buttons.between {
    margin: -40px 0 40px;
  }
}

.p-block.p-tts-dx .wp-block-button.anchor {
  width: calc(33.33333% - 26.66667px);
}

@media screen and (max-width: 768px) {
  .p-block.p-tts-dx .wp-block-button.anchor {
    width: 100%;
    margin-top: 32px;
  }
}

.p-block.p-tts-dx .group-block02 {
  margin: 32px 0 128px;
}

@media screen and (max-width: 768px) {
  .p-block.p-tts-dx .group-block02 {
    margin: 40px 0 80px;
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .p-block.p-tts-dx .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 1;
    margin-bottom: 40px;
  }
  .p-block.p-tts-dx .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-row: 2;
  }
}

.p-block.p-tts-dx .p-tts-dx__name {
  width: 272px;
}

.p-block.p-tts-dx .p-tts-dx__name img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-block.p-tts-dx .p-tts-dx__name {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-tts__inner {
  max-width: 1048px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .p-tts__inner {
    margin-top: 40px;
    padding: 0 16px;
  }
}

.p-tts__article-item + .p-tts__article-item {
  margin-top: 40px;
}

.p-tts__article-item:hover .p-tts__article-title {
  color: #043D78;
  text-decoration: underline;
}

.p-tts__article-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-tts__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-tts__article-link {
    display: block;
  }
}

.p-tts__article-photo {
  overflow: hidden;
  width: 272px;
  height: 154px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-tts__article-photo {
    height: 200px;
    width: 100%;
  }
}

.p-tts__article-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.p-tts__article-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .p-tts__article-body {
    width: 100%;
    margin-left: 0;
  }
}

.p-tts__article-date {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .p-tts__article-date {
    margin-top: 24px;
  }
}

.p-tts__article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
}

.p-tts__article-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 0 8px;
  padding: 2px 16px;
  background: #043D78;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.41667;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-tts__article-category-item {
    margin-right: 0;
    font-size: 12px;
  }
}

.p-tts__article-title {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-tts__article-title {
    font-size: 16px;
    line-height: 1.5625;
  }
}

.p-useful__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-useful__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -64px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-useful__list {
    margin-top: -32px;
  }
}

.p-useful__list::after {
  display: block;
  content: "";
  width: calc(33.33333% - 26.66667px);
}

.p-useful__item {
  display: block;
  margin-top: 64px;
}

@media screen and (min-width: 769px) {
  .p-useful__item {
    width: calc(33.33333% - 26.66667px);
  }
}

@media screen and (max-width: 768px) {
  .p-useful__item {
    margin-top: 32px;
  }
}

.p-useful__item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-useful__item:hover .p-useful__title {
  color: #043D78;
  text-decoration: underline;
}

.p-useful__photo {
  overflow: hidden;
}

.p-useful__photo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

@media screen and (min-width: 769px) {
  .p-useful__body {
    padding: 0 16px;
  }
}

.p-useful__title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-useful__title {
    font-size: 14px;
  }
}

.p-useful__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.p-useful .wp-block-table {
  margin-bottom: 60px;
}

.p-useful .wp-block-table th,
.p-useful .wp-block-table td {
  border: 1px solid #ccc !important;
  padding: 10px 20px !important;
}

@media screen and (max-width: 768px) {
  .p-useful .wp-block-table th,
  .p-useful .wp-block-table td {
    display: table-cell !important;
  }
}

.p-useful .wp-block-table th {
  background-color: #033d78;
  color: #fff;
  text-align: center;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .pager {
    margin-top: 40px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #043D78;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #043D78;
}

@media screen and (max-width: 560px) {
  .page-numbers {
    width: 35px;
    height: 35px;
  }
}

.page-numbers.current, .page-numbers:hover {
  background: #043D78;
  color: #fff;
}

.page-numbers.dots {
  border: 0;
}

.page-numbers.dots:hover {
  background: none;
  color: #043D78;
}

.next.page-numbers, .prev.page-numbers {
  font-size: 10px;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 543px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #particles-js {
    top: 50px;
    height: 170px;
  }
}

.smb-accordion__item__body {
  display: block;
  opacity: 0;
  height: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.smb-accordion .smb-accordion__item__control:checked + .smb-accordion__item__body, .smb-accordion .smb-accordion__item__control:checked + .smb-accordion__item__title + .smb-accordion__item__body {
  opacity: 1;
  height: auto;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

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

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

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

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

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

.u-mt96 {
  margin-top: 96px !important;
}

.u-mt104 {
  margin-top: 104px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

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

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

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

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-mb104 {
  margin-bottom: 104px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt8 {
    margin-top: 8px !important;
  }
  .u-smt16 {
    margin-top: 16px !important;
  }
  .u-smt24 {
    margin-top: 24px !important;
  }
  .u-smt32 {
    margin-top: 32px !important;
  }
  .u-smt40 {
    margin-top: 40px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb8 {
    margin-bottom: 8px !important;
  }
  .u-smb16 {
    margin-bottom: 16px !important;
  }
  .u-smb24 {
    margin-bottom: 24px !important;
  }
  .u-smb32 {
    margin-bottom: 32px !important;
  }
  .u-smb40 {
    margin-bottom: 40px !important;
  }
}

.u-w03per {
  width: 3%  !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-table-fixed {
    table-layout: auto;
  }
}

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

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

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

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

/* hidden
--------------------------------------------------------------*/
.u-md-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}

.u-md-hidden {
  display: block;
}

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