@charset "UTF-8";
/*! 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;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px; /* ヘッダーの高さ */
}

body {
  background: #3551C1;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 92px;
  }
}

img {
  vertical-align: bottom;
}

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

p {
  font-size: 16px;
  line-height: 2.0625;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}
.l-inner-top {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner-top {
    padding: 0 20px;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 30px 20px 30px;
    background: #fff;
    border-radius: 0 0 20px 0;
  }
}
.l-header.is-scrolled {
  background: rgba(0, 0, 0, .45);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 30px 0 0;
  width: 100%;
}
.l-header__logo {
  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;
  background: #fff;
  border-radius: 0 0 20px 0;
  padding: 0 35px;
  width: 376px;
  height: 92px;
}
@media screen and (max-width: 1279px) {
  .l-header__logo {
    width: 240px;
    height: 59px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    width: 180px;
    height: 44px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 275px;
    height: 31px;
    border-radius: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3551C1;
    width: 100%;
    height: 100vh;
    display: none;
  }
}
.l-header__nav {
  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: 768px) {
  .l-header__nav {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-header__navitem {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 112%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 992px) {
  .l-header__navitem {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: left;
  }
}
.l-header__navitem:not(:first-child) {
  position: relative;
  margin-left: 18px;
  padding-left: 18px;
}
@media screen and (max-width: 992px) {
  .l-header__navitem:not(:first-child) {
    margin-left: 9px;
    padding-left: 9px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem:not(:first-child) {
    margin-top: 12px;
    margin-left: 0;
    padding-left: 0;
  }
}
.l-header__navitem:not(:first-child)::after {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-header__navitem:not(:first-child)::after {
    display: none;
  }
}
.l-header__navbutton {
  margin-left: 20px;
  width: 210px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .l-header__navbutton {
    width: 105px;
    height: 54px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__navbutton {
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navbutton {
    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: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}
.l-header__navbutton:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.l-header__navitem-wrap {
  position: relative;
  display: inline-block;
}
.l-header__megamenu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(6, 201, 108);
  padding: 20px;
  min-width: 200px;
  z-index: 100;
  gap: 10px;
  color: #fff;
  border-radius: 16px;
  display: none;
}
.l-header__megamenu a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.l-header__megamenu a + a {
  margin: 10px auto 0;
}
.l-header__megamenu::after {
  position: absolute;
  content: "";
  background-color: rgb(6, 201, 108);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0 100%, 100% 100%, 50% 0%);
  width: 12px;
  height: 12px;
}
.l-header__megamenu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 20px);
  z-index: -1;
}

.circle-text {
  position: relative;
  margin-top: 132px; /* 上から132px */
  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;
}

.circle-text span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite; /* ぐるぐる回転 */
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px 30px 0;
  width: 100%;
}
.l-footer__logo {
  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;
  background: #fff;
  border-radius: 0 0 20px 0;
  padding: 0 35px;
  width: 376px;
  height: 92px;
}
@media screen and (max-width: 1279px) {
  .l-footer__logo {
    width: 240px;
    height: 59px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    width: 180px;
    height: 44px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 311px;
    height: 71px;
    padding: 0 28px;
    border-radius: 0 0 20px 0;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__address {
  margin: 16px 0 0 27px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.l-footer__nav {
  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;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__navitem {
  font-size: 12px;
  line-height: 112%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 992px) {
  .l-footer__navitem {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navitem {
    font-size: 17px;
  }
}
.l-footer__navitem:not(:first-child) {
  position: relative;
  margin-left: 18px;
  padding-left: 18px;
}
@media screen and (max-width: 992px) {
  .l-footer__navitem:not(:first-child) {
    margin-left: 9px;
    padding-left: 9px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navitem:not(:first-child) {
    margin-top: 12px;
    margin-left: 0;
    padding-left: 0;
  }
}
.l-footer__navitem:not(:first-child)::after {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__navitem:not(:first-child)::after {
    display: none;
  }
}
.l-footer__navbutton {
  margin-left: 20px;
  width: 210px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .l-footer__navbutton {
    width: 105px;
    height: 54px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__navbutton {
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navbutton {
    margin-top: 24px;
  }
}
.l-footer__navbutton:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.l-footer__navitem-wrap {
  position: relative;
  display: inline-block;
}
.l-footer__megamenu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(6, 201, 108);
  padding: 20px;
  min-width: 200px;
  z-index: 100;
  gap: 10px;
  color: #fff;
  border-radius: 16px;
  display: none;
}
.l-footer__megamenu a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.l-footer__megamenu a + a {
  margin: 10px auto 0;
}
.l-footer__megamenu::after {
  position: absolute;
  content: "";
  background-color: rgb(6, 201, 108);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0 100%, 100% 100%, 50% 0%);
  width: 12px;
  height: 12px;
}
.l-footer__megamenu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 20px);
  z-index: -1;
}

.circle-text {
  position: relative;
  margin-top: 132px; /* 上から132px */
  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;
}

.circle-text span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite; /* ぐるぐる回転 */
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-home {
  max-width: 988px;
  margin: 0 auto;
  padding: 143px 24px 0;
}
@media screen and (max-width: 768px) {
  .l-home {
    padding: 46px 24px 0;
  }
}

.l-case {
  max-width: 1124px;
  margin: 0 auto;
  padding: 143px 24px 0;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 46px 24px 0;
  }
}

.c-button {
  max-width: 300px;
  width: 100%;
  height: 71px;
  border-radius: 100px;
  border: #3551C1 1px solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #3551C1;
  padding: 0 35px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button {
    max-width: 23.4375vw;
    height: 5.546875vw;
    border-radius: 7.8125vw;
    border: #3551C1 0.078125vw solid;
    font-size: 1.40625vw;
    padding: 0 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
    max-width: 295px;
    padding: 0 28px;
    font-size: 16px;
  }
}
.c-button.-noborder {
  border: unset;
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.svg");
  background-size: 5px;
  background-repeat: no-repeat;
  background-color: #3551C1;
  background-position: center;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 24px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button::after {
    right: 1.875vw;
    width: 6.25vw;
    height: 1.875vw;
    border-radius: 7.8125vw;
  }
}
.c-button:hover {
  background-color: #3551C1;
  color: #fff;
  opacity: 1;
}
.c-button:hover::after {
  background-color: #fff;
  background-image: url("../images/common/icon-blue-arrow.svg");
}

.c-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 27px;
    height: 27px;
    cursor: pointer;
  }
  .c-burger__border {
    width: 36px;
    height: 6px;
    background-color: #3551C1;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .c-burger__border--top {
    top: 0;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-burger__border--bottom {
    bottom: 0;
  }
  .c-burger.active .c-burger__border {
    background: #fff;
  }
  .c-burger.active .c-burger__border--top {
    rotate: -45deg;
  }
  .c-burger.active .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.active .c-burger__border--bottom {
    rotate: 45deg;
    bottom: -5px;
  }
}

.c-footer-cta {
  margin-top: 229px;
}
@media screen and (max-width: 768px) {
  .c-footer-cta {
    margin-top: 102px;
  }
}
.c-footer-cta a {
  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;
  height: 420px;
  position: relative;
}
.c-footer-cta a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/footer-cta-bg.svg) no-repeat right top;
  background-color: #203BA5;
  background-size: cover;
  border-radius: 0 300px 0 0;
  z-index: -1;
}
@media screen and (max-width: 560px) {
  .c-footer-cta a::after {
    background: url(../images/common/footer-cta-bg_sp.svg) no-repeat right top;
    background-size: cover;
    border-radius: 0 300px 0 0;
  }
}
.c-footer-cta a span {
  display: block;
  width: 406px;
  height: 66px;
  line-height: 66px;
  border: 1px solid #fff;
  background: #2C47B5;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .c-footer-cta a span {
    width: 237px;
  }
}

.c-service {
  margin-top: -70px;
  padding-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .c-service {
    margin-top: 0;
    padding-bottom: 100px;
  }
}

.c-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 200px;
  position: relative;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-service-item {
    margin-top: 140px;
  }
}
.c-service-item:first-child {
  margin-top: 0;
}
.c-service-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service-item:nth-child(even) .c-service-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
.c-service-item:nth-child(even) .c-service-item__image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 768px) {
  .c-service-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .c-service-item:first-child {
    margin-top: 29px;
  }
  .c-service-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-service-item:nth-child(even) .c-service-item__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.c-service-item__image {
  width: 55.9375vw; /* 716 / 1280 */
  height: 416px;
  margin-left: calc(-50vw + 50% + 0px);
}
@media screen and (max-width: 768px) {
  .c-service-item__image {
    background: #3551C1;
    width: calc(100vw - 21px);
    margin-left: calc(-50vw + 50%);
    height: 300px;
  }
}
.c-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.c-service-item:nth-child(even) .c-service-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 0px);
}
@media screen and (max-width: 768px) {
  .c-service-item:nth-child(even) .c-service-item__image {
    width: calc(100vw - 21px);
    margin-right: calc(-50vw + 50%);
    margin-left: auto;
  }
}

.c-service-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-service-item__content {
    margin-top: 32px;
    max-width: 100%;
  }
}

.c-service-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service-item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: left;
  }
}

.c-service-item__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service-item__description {
    text-align: left;
  }
}

.c-service02 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-service02 {
    padding: 0 0 40px;
  }
}

.c-service02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.c-service02-item.-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service02-item.-even .c-service02-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% - 55px);
}
.c-service02-item.-even .c-service02-item__image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 768px) {
  .c-service02-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .c-service02-item:first-child {
    margin-top: 45px;
  }
  .c-service02-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-service02-item:nth-child(even) .c-service02-item__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.c-service02-item__image {
  width: 48.2vw;
  height: 509px;
  margin-left: calc(-50vw + 50% - 7px);
}
@media screen and (max-width: 768px) {
  .c-service02-item__image {
    width: calc(100vw - 55px);
    margin-left: calc(-50vw + 50% - 55px);
    height: 249px;
  }
}
.c-service02-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.c-service02-item:nth-child(even) .c-service02-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service02-item:nth-child(even) .c-service02-item__image {
    width: calc(100vw - 21px);
    margin-right: calc(-50vw + 50%);
    margin-left: auto;
  }
}

.c-service02-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-service02-item__content {
    margin-top: 45px;
    max-width: 100%;
  }
}

.c-service02-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service02-item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: left;
  }
}

.c-service02-item__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service02-item__description {
    text-align: left;
  }
}

/* ==========================================================================
   Project
   ========================================================================== */
.p-service-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.c-voice__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-voice__title {
    font-size: 24px;
  }
}
.c-voice__swiper {
  margin-top: 45px;
}
.c-voice__swiper.desktop-mode {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-voice__swiper.desktop-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-voice__swiper.desktop-mode .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-voice__swiper.desktop-mode .swiper-slide:last-child {
  margin-right: 0;
}
.c-voice__swiper.desktop-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-voice__swiper.mobile-mode {
  overflow: hidden;
}
.c-voice__swiper.mobile-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.c-voice__swiper.mobile-mode .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78vw;
  margin-right: 20px;
}
.c-voice__swiper.mobile-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-voice__item {
  width: 400px;
  background: rgba(217, 217, 217, .4);
  border-radius: 12px;
  padding: 24px 60px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .c-voice__item {
    width: 100%;
    max-width: none;
    padding: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .c-voice__item {
    max-width: none;
  }
}
.c-voice__image {
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-voice__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.c-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-voice__name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
}
.c-voice__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-flow {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .c-flow {
    margin-top: 66px;
  }
}
.c-flow__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-flow__title {
    font-size: 24px;
  }
}
.c-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 1028px;
  margin: 36px auto 0;
  padding: 0 24px;
  list-style: none;
}
.c-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333333;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .c-flow__item {
    display: block;
  }
}
.c-flow__label {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-flow__label {
    font-size: 16px;
    line-height: 2;
    display: block;
    text-align: center;
  }
}
.c-flow__label::after {
  position: absolute;
  right: -12px;
  top: 0;
  content: "｜";
  display: block;
}
@media screen and (max-width: 768px) {
  .c-flow__label::after {
    display: none;
  }
}
.c-flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-flow__text {
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

.c-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;
  gap: 40px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-card {
    display: block;
    margin-top: 0;
  }
}
.c-card__item {
  width: calc(50% - 46.5px);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__item {
    margin-top: 66px;
    width: 100%;
  }
  .c-card__item:first-child {
    margin-top: 50px;
  }
}
.c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.c-card__image {
  width: 100%;
  aspect-ratio: 846/462;
  overflow: hidden;
  border-radius: 20px;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}
.c-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.c-card__company {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.1428571429;
}
.c-card__title {
  font-size: 14px;
  line-height: 2.1428571429;
}
.c-card__btn {
  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-left: auto;
  width: 155px;
  height: 29px;
  border: 1px solid 0;
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .c-card__btn {
    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-top: 16px;
    width: 100%;
  }
}
.c-card__btn:hover {
  background: #fff;
  color: #000;
}

.c-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 50px;
  }
}
.c-pagination a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 114%;
}

.c-fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-top__mv {
  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;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    padding: 50px 24px 150px;
    height: 100%;
  }
}
.p-top__mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  z-index: -1;
}
.p-top__mv-inner {
  max-width: 893px;
}
@media screen and (min-width: 769px) {
  .p-top__mv-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}
.p-top__mv-content {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}
.p-top__mv-title {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.125;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__mv-title {
    font-size: 28px;
    line-height: 1.7142857143;
  }
}
.p-top__mv-subtitle {
  margin-top: 50px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6111111111;
  text-align: center;
  text-shadow: 0 0 16px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .p-top__mv-subtitle {
    margin-top: 70px;
    font-size: 28px;
    line-height: 1.7142857143;
  }
}
.p-top__mv-lead {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 16px rgb(0, 0, 0);
}
.p-top__service {
  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;
  max-width: 778px;
  margin-top: -24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .p-top__service {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: -24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__service {
    margin-top: 17px;
    padding-right: 48px;
    padding-left: 48px;
  }
}
.p-top__service-item {
  width: 280px;
}
@media screen and (max-width: 992px) {
  .p-top__service-item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__service-item {
    margin-top: 38px;
  }
}
.p-top__service-thumbnail {
  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: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
}
.p-top__service-title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-top__service-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top__links {
    display: block;
    margin-top: 60px;
    padding-right: 48px;
    padding-left: 48px;
  }
}
.p-top__links-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-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-top__links-item {
    margin-top: 37px;
  }
}
.p-top__links-item a {
  width: 409px;
  height: 74px;
  line-height: 74px;
  border: 1px solid #fff;
  background: #333333;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__links-item a {
    width: 100%;
    max-width: 409px;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
  }
}
.p-top__slider {
  padding: 316px 0 207px;
  background: url(../images/top/slider-bg.svg) no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top__slider {
    padding: 85px 25px;
  }
}
@media (min-width: 768px) {
  .p-top__slider {
    overflow: hidden;
  }
  .p-top__slider .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateX(calc(50vw - 960px));
            transform: translateX(calc(50vw - 960px));
  }
  .p-top__slider .swiper-slide {
    width: 640px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .p-top__slider {
    overflow: visible;
  }
  .p-top__slider .swiper-wrapper {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top__slider .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
.p-top__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__slider .swiper-slide {
  width: 640px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top__slider .swiper-slide {
    width: 100%;
    max-width: 640px;
  }
  .p-top__slider .swiper-slide:not(:first-child) {
    margin-top: 62px;
  }
}
.p-top__slider .swiper-slide img {
  width: auto;
  height: 83px;
}
.p-top__slider-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 640px;
  height: 426px;
}
@media screen and (max-width: 768px) {
  .p-top__slider-link {
    width: 100%;
    height: 59.5vw;
    max-width: 640px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__slider-link img {
    width: 195px;
    height: 83px;
    border-radius: 20px;
  }
}
.p-top__slider-link.-no01 {
  background: url(../images/top/slider01.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top__slider-link.-no01 {
    background-image: url(../images/top/slider_sp01.jpg);
    background-size: cover;
  }
}
.p-top__slider-link.-no02 {
  background: url(../images/top/slider02.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top__slider-link.-no02 {
    background-image: url(../images/top/slider_sp02.jpg);
    background-size: cover;
  }
}
.p-top__slider-link.-no03 {
  background: url(../images/top/slider03.png) no-repeat center;
  background-size: contain;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-top__slider-link.-no03 {
    background-image: url(../images/top/slider_sp03.jpg);
    background-size: cover;
  }
}
.p-top__sentiment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  margin-top: -57px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top__sentiment {
    margin-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-top__sentiment-item {
  width: 280px;
}
@media screen and (max-width: 992px) {
  .p-top__sentiment-item {
    margin-top: 24px;
  }
}
.p-top__sentiment-thumbnail {
  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: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
}
.p-top__sentiment-title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__sentiment-title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-top__sentiment-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top__faq {
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-top__faq {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-top__faq-title {
  margin-top: 117px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__faq-title {
    margin-top: 69px;
    font-size: 24px;
  }
}
.p-top__faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #203BA5;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__faq-item {
    border-radius: 10px;
  }
}
.p-top__faq-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-top__faq-item::after {
    border-radius: 10px;
  }
}
.p-top__faq-icon {
  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;
  background: #203BA5;
  border-radius: 20px;
  width: 159px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__faq-icon {
    width: 53px;
    border-radius: 10px;
  }
  .p-top__faq-icon img {
    width: 36px;
    height: 36px;
  }
}
.p-top__faq-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__faq-icon::after {
    border-radius: 10px;
  }
}
.p-top__faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 160px);
  min-height: 120px;
  padding: 24px 40px;
  background: #203BA5;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-top__faq-content {
    width: calc(100% - 53px);
    padding: 24px 14px;
    border-radius: 0 10px 10px 0;
  }
}
.p-top__faq-content dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top__faq-content dd {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__contact {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-top__contact-title {
  margin-top: 117px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__contact-title {
    margin-top: 89px;
    font-size: 24px;
  }
}
.p-top__contact-lead {
  margin-top: 21px;
  font-size: 16px;
  font-weight: 200;
  line-height: 3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__contact-lead {
    font-size: 16px;
    line-height: 2;
  }
}
.p-top__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
  /* 入力 */
  /* 必須バッジ */
  /* 住所：郵便番号＋住所 */
  /* 送信ボタン */
}
@media screen and (max-width: 768px) {
  .p-top__form {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top__formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .p-top__formRow {
    display: block;
    padding: 12px 0;
  }
}
.p-top__formRow:first-of-type {
  border-top: none;
  padding-top: 0;
}
.p-top__formRow .p-top__formHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 260px;
  min-width: 260px;
}
.p-top__formRow .p-top__formHead label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1.4;
}
.p-top__formRow .p-top__formBody {
  width: calc(100% - 276px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-top__formRow .p-top__formBody {
    margin-top: 14px;
    width: 100%;
  }
}
.p-top__form input[type=text],
.p-top__form input[type=email],
.p-top__form input[type=url],
.p-top__form input[type=tel],
.p-top__form select,
.p-top__form textarea {
  width: 100%;
  padding: 17px 14px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-top__form input[type=text],
  .p-top__form input[type=email],
  .p-top__form input[type=url],
  .p-top__form input[type=tel],
  .p-top__form select,
  .p-top__form textarea {
    padding: 12px 8px;
  }
}
.p-top__form input[type=text]:focus,
.p-top__form input[type=email]:focus,
.p-top__form input[type=url]:focus,
.p-top__form input[type=tel]:focus,
.p-top__form select:focus,
.p-top__form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(153, 153, 153, .15);
          box-shadow: 0 0 0 3px rgba(153, 153, 153, .15);
}
.p-top__form input[type=text]::-webkit-input-placeholder,
.p-top__form input[type=email]::-webkit-input-placeholder,
.p-top__form input[type=url]::-webkit-input-placeholder,
.p-top__form input[type=tel]::-webkit-input-placeholder,
.p-top__form select::-webkit-input-placeholder,
.p-top__form textarea::-webkit-input-placeholder {
  color: #999999;
}
.p-top__form input[type=text]::-moz-placeholder,
.p-top__form input[type=email]::-moz-placeholder,
.p-top__form input[type=url]::-moz-placeholder,
.p-top__form input[type=tel]::-moz-placeholder,
.p-top__form select::-moz-placeholder,
.p-top__form textarea::-moz-placeholder {
  color: #999999;
}
.p-top__form input[type=text]::-ms-input-placeholder,
.p-top__form input[type=email]::-ms-input-placeholder,
.p-top__form input[type=url]::-ms-input-placeholder,
.p-top__form input[type=tel]::-ms-input-placeholder,
.p-top__form select::-ms-input-placeholder,
.p-top__form textarea::-ms-input-placeholder {
  color: #999999;
}
.p-top__form input[type=text]::placeholder,
.p-top__form input[type=email]::placeholder,
.p-top__form input[type=url]::placeholder,
.p-top__form input[type=tel]::placeholder,
.p-top__form select::placeholder,
.p-top__form textarea::placeholder {
  color: #999999;
}
.p-top__form span.-post {
  margin-right: 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500px;
  color: #668AFF;
  line-height: 3.4285714286;
  letter-spacing: 0.08em;
}
.p-top__form span.-lead {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #668AFF;
  line-height: 2.2857142857;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__form span.-lead {
    line-height: 1.7142857143;
  }
}
.p-top__form input[type=text],
.p-top__form select {
  max-width: 390px;
}
.p-top__form input#zip {
  max-width: 129px;
}
.p-top__form input#address {
  margin-top: 41px;
}
.p-top__form textarea {
  max-width: 500px;
  resize: vertical;
  min-height: 160px;
}
.p-top__form__req {
  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-left: 25px;
  width: 78px;
  height: 29px;
  font-size: 14px;
  line-height: 2.0714285714;
  background: #FFA8A8;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top__form__req {
    width: 55px;
    margin-left: 8px;
  }
}
.p-top__form__addrGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-top__form__addrGroup .p-top__zip {
  width: 180px;
  min-width: 180px;
}
.p-top__form__addrGroup .p-top__zip p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__form__addrGroup .p-top__zip input {
  text-transform: uppercase;
}
.p-top__form__addrGroup .p-top__addr {
  width: calc(100% - 188px);
}
.p-top__formActions {
  margin: 48px auto 0;
  text-align: center;
  width: 210px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}
.p-top__formActions input[type=submit] {
  display: block;
  width: 210px;
  height: 54px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-top__formActions input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.p-top__formActions:hover {
  background-color: #fff;
  opacity: 1;
}
.p-top__formPrivacy {
  background: #203BA5;
  padding: 70px 70px 65px;
}
@media screen and (max-width: 768px) {
  .p-top__formPrivacy {
    padding: 20px 12px 34px;
  }
}
.p-top__formPrivacy p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.p-top__formPrivacy-check {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

#privacy-consent {
  margin-right: 8px;
}

.p-mv {
  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;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 100vh;
  background: url(../images/oekaki/mv.jpg) no-repeat top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 280px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-mv-inner {
  max-width: 670px;
}
.p-mv__logo {
  width: 415px;
  border-radius: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    width: 331px;
  }
}
.p-mv__logo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-mv-title {
  margin-top: 191px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 768px) {
  .p-mv-title {
    margin-top: 101px;
    font-size: 24px;
    line-height: 1.75;
  }
}
.p-mv-lead {
  margin-top: 48px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-shadow:  1px 1px 10px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 768px) {
  .p-mv-lead {
    margin-top: 24px;
  }
}

.p-case__mv {
  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;
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../images/oekaki/mv.jpg) no-repeat top/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-case__mv {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-case__mv {
    /* min-height: 100vh; */
    width: 100%;
    min-height: 40vh;
  }
}
.p-case__inner {
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
}

/* 事例ページ：パスワード保護フォーム */
.p-case__password {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 24px 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-case__password {
    padding: 48px 20px 80px;
  }
}
.p-case__password-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-case__password-title {
    font-size: 20px;
  }
}
.p-case__password-lead {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  /* color: #333333; */
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-case__password-lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.p-case__password .post-password-form {
  text-align: left;
}
.p-case__password .post-password-form > p:first-of-type {
  display: none;
}
.p-case__password .post-password-form p {
  margin: 0;
}
.p-case__password .post-password-form > p:last-of-type {
  text-align: center;
}
.p-case__password .post-password-form > p:last-of-type label {
  text-align: left;
}
.p-case__password .post-password-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  /* color: #333333; */
}
.p-case__password .post-password-form input[type="password"] {
  width: 100%;
  padding: 16px 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  color: #333333;
  margin-bottom: 20px;
}
.p-case__password .post-password-form input[type="password"]:focus {
  outline: none;
  border-color: #333333;
  -webkit-box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.15);
          box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.15);
}
.p-case__password .post-password-form input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #333333;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-case__password .post-password-form input[type="submit"]:hover {
  opacity: 0.85;
}

.p-case__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -145px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 992px) {
  .p-case__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
  }
}
.p-case__company-info {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 50px;
  margin-bottom: 60px;
  padding-right: 16px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 768px) {
  .p-case__company-info {
    margin-left: 26px;
    margin-bottom: 20px;
  }
}
.p-case__company.-no-logo {
  margin-top: 56px;
}
@media screen and (max-width: 992px) {
  .p-case__company.-no-logo {
    margin-top: 0;
  }
}
.p-case__company-logo {
  width: 307px;
  height: 146px;
}
@media screen and (max-width: 768px) {
  .p-case__company-logo {
    width: 100%;
    max-width: 307px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-case__company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__company-catchcopy {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .p-case__company-catchcopy {
    margin-top: 36px;
  }
}
.p-case__company-catchcopy p {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-case__company-catchcopy p {
    font-size: 18px;
    line-height: 1.75;
  }
}
.p-case__company-footer {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-case__company-footer {
    margin-top: 8px;
  }
}
.p-case__company-list {
  margin-top: 8px;
}
.p-case__company-item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-case__company-item {
    font-size: 13px;
  }
}
.p-case__company-thumbnail {
  width: 48%;
  max-width: 485px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .p-case__company-thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-case__company-thumbnail {
    margin-top: 36px;
    width: 100%;
    max-width: 485px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-case__company-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-case__product-name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-case__product-name {
    font-size: 18px;
    line-height: 1.75;
  }
}
.p-case__section {
  margin-top: 100px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-case__section {
    margin-top: 40px;
  }
}
.p-case__section:last-child {
  border-bottom: none;
}
.p-case__section:nth-last-child(2) {
  border-bottom: none;
}
.p-case__section-title {
  display: block !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-case__section-title {
    font-size: 24px;
    line-height: 1.75;
  }
}
.p-case__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-case__background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-case__background-content {
  width: 47%;
  padding: 38px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-case__background-content {
    width: 100%;
    padding: 24px 16px;
  }
  .p-case__background-content:not(:first-child) {
    margin-top: 24px;
  }
}
.p-case__background-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-case__background-list {
  margin-top: 18px;
}
.p-case__background-item {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-case__background-item::before {
  display: inline-block;
  content: "・";
}
.p-case__mediablock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-case__mediablock:not(:first-child) {
  margin-top: 138px;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock:not(:first-child) {
    margin-top: 69px;
  }
}
.p-case__mediablock.-description {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock.-description {
    margin-top: 56px;
  }
}
.p-case__mediablock-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock-title {
    font-size: 24px;
    line-height: 1.75;
  }
}
.p-case__mediablock-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock-content {
    width: 100%;
  }
}
.p-case__mediablock-content p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-case__mediablock-list {
  margin-top: 19px;
}
.p-case__mediablock-item {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-case__mediablock-item span {
  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-right: 12px;
  padding: 0 16px;
  border: 1px solid #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock-item span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-case__mediablock-item div {
  margin-top: 8px;
}
.p-case__mediablock-image-wrapper {
  width: 48%;
  max-width: 485px;
  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: 768px) {
  .p-case__mediablock-image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-case__mediablock-thumbnail {
  width: 100%;
  border-radius: 20px;
}
.p-case__mediablock-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-case__mediablock-author {
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-case__mediablock-author {
    text-align: right;
  }
}
.p-case__mediablock-author-item {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-case__mediablock-author-item:not(:first-child) {
  margin-top: 4px;
}

.p-case__interview-header {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-case__interview-header {
    margin-bottom: 24px;
  }
}
.p-case__interview-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-case__interview-title {
    font-size: 24px;
    line-height: 1.75;
  }
}
.p-case__interview-line {
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-case__interview-line {
    margin-top: 12px;
  }
}
.p-case__interview-header + .p-case__mediablock {
  margin-top: 0;
}

.p-exhibition {
  position: relative;
  overflow: hidden;
}
.p-exhibition__mv-title {
  padding-top: 180px;
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-exhibition__mv-title {
    margin-top: 88px;
    padding-top: 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.p-exhibition::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/exhibition/mv.png) no-repeat top/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-exhibition::before {
    background-image: url(../images/exhibition/mv_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .p-exhibition__content {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-exhibition-inner {
  max-width: 670px;
}
.p-exhibition-title {
  margin-top: 191px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-exhibition-title {
    margin-top: 101px;
    font-size: 24px;
    line-height: 1.75;
  }
}
.p-exhibition-lead {
  margin-top: 61px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-exhibition-lead {
    margin-top: 24px;
    text-align: left;
  }
}
.p-exhibition__section {
  padding-bottom: 60px;
  background: url(../images/exhibition/section-bg.png) no-repeat bottom center/contain;
}
.p-exhibition__slider {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0;
  padding: 50px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(35vw + 100px);
}
@media screen and (max-width: 768px) {
  .p-exhibition__slider {
    padding: 20px 0;
    min-height: calc(35vw + 40px);
  }
}
.p-exhibition__slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-exhibition__slider-item.prev {
  width: 37.5vw;
  height: 26.25vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translateY(4.5vw);
          transform: translateY(4.5vw);
}
.p-exhibition__slider-item.active {
  width: 50vw;
  height: 35vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 3;
}
.p-exhibition__slider-item.next {
  width: 37.5vw;
  height: 26.25vw;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: translateY(4.5vw);
          transform: translateY(4.5vw);
}
.p-exhibition__slider-item.active .p-exhibition__slider-images {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(1) saturate(1);
          filter: brightness(1) saturate(1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-exhibition__slider-item.prev .p-exhibition__slider-images {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.9213 0.07150000000000001 0.007199999999999998 0 0 0.021299999999999986 0.9804999999999999 0.007199999999999998 0 0 0.021299999999999986 0.07150000000000001 0.9072 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(0.8) saturate(0.9);
          filter: brightness(0.8) saturate(0.9);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.p-exhibition__slider-item.next .p-exhibition__slider-images {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.9213 0.07150000000000001 0.007199999999999998 0 0 0.021299999999999986 0.9804999999999999 0.007199999999999998 0 0 0.021299999999999986 0.07150000000000001 0.9072 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(0.8) saturate(0.9);
          filter: brightness(0.8) saturate(0.9);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-exhibition__slider-item:not(.active):not(.prev):not(.next) {
  display: none;
}
.p-exhibition__slider-images {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 16px solid #DFFFBA;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.active .p-exhibition__slider-images {
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, .4);
          box-shadow: 0 16px 48px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 768px) {
  .p-exhibition__slider-images {
    border-radius: 12px;
    border: 8px solid #DFFFBA;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
            box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
  }
}
.p-exhibition__slider--loading .p-exhibition__slider-item {
  opacity: 0;
}
.p-exhibition__slider--loaded .p-exhibition__slider-item {
  opacity: 1;
}
.p-exhibition__lead {
  margin-top: 28px;
  margin-bottom: 89px;
  font-size: 36px;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-exhibition__lead {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-thanks {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 306px;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 0 20px 50px;
  }
}
.p-thanks-kv {
  position: relative;
}
.p-thanks-kv__bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-thanks-kv__bg img {
  width: 100%;
  height: auto;
}
.p-thanks-kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 640px;
  width: 100%;
}
.p-thanks-kv__title img {
  width: 100%;
  height: auto;
}
.p-thanks-banner {
  background-image: url(../images/thanks/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 248px;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-thanks-banner {
    background-image: url(../images/thanks/banner-kv.webp);
    background-size: 300px;
    background-position: top;
    background-color: #D6E6EB;
    height: 400px;
  }
}
.p-thanks-banner__body {
  color: #000;
  width: 53.7%;
  height: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-thanks-banner__body {
    width: 48%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks-banner__body {
    width: 100%;
    margin-left: unset;
    margin-top: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
}
.p-thanks-banner__body h2 {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .p-thanks-banner__body h2 {
    font-size: 20px;
  }
}
.p-thanks-banner__body p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 5px;
}
.p-thanks-banner__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  max-width: 432px;
  width: 100%;
  height: 62px;
  margin-top: 42px;
  gap: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-thanks-banner__body a {
    font-size: 20px;
    height: 54px;
  }
  .p-thanks-banner__body a svg {
    width: 26px;
    height: 26px;
  }
}
.p-thanks__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-thanks__lead {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 43px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__lead {
    font-size: 16px;
  }
}
.p-thanks__button {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  background-color: #333333;
  color: #fff;
  max-width: 406px;
  width: 100%;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 96px auto 0;
}
@media screen and (max-width: 768px) {
  .p-thanks__button {
    font-size: 20px;
    height: 54px;
    margin: 56px auto 0;
  }
}

.p-404__title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-404__title {
    font-size: 24px;
  }
}
.p-404__content {
  margin-top: 64px;
}
.p-404 p {
  font-size: 18px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*	フォームお問い合わせ用	*/
.formTxt_bottom_ul {
	padding: 0px;
	margin: 10px 0px 30px 0px;
	list-style: none;
}
.formTxt_bottom_ul > li {
	position: relative;
	padding: 0px 0px 0px 1em;
  margin: 5px 0px;
}
.formTxt_bottom_ul > li::before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 0.5em solid transparent;
	border-left: 0.6em solid #004098;
	content: "";
}
.formTxt_bottom_ul a {
  color: #ffffff;                  /* 白文字のまま */
  text-decoration: underline;      /* 下線を付けて「リンクっぽく」 */
  text-underline-offset: 0.2em;    /* 下線を少し離して読みやすく */
}

.formTxt_bottom_ul a:hover,
.formTxt_bottom_ul a:focus-visible {
  color: #ffeb3b;                  /* ホバー時に少し色を変えるなどお好みで */
  text-decoration: underline;
}