@charset 'utf-8';
/* use npm version */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}


/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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; 
  font-size: 1em; 
} */

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */

  margin: 0; /* 2 */
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* original */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
tr,
td,
th {
  vertical-align: middle;
}
th,
td {
  padding: 0.75rem;
}
th {
  text-align: left;
}
ol,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
img,
video {
  max-width: 100%;
}
img {
  border-style: none;
  vertical-align: top;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 0px;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
pre {
  overflow: auto;
  padding: 1.5rem;
  color: #fff;
  background: #000;
  font-family: "Consolas", "monaco", monospace;
  font-size: 1.2rem;
  line-height: 1.5;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
  opacity: 1;
}
#wpadminbar #wp-admin-bar-user-info .avatar {
  max-height: 64px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  color: #222;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  background: #e9eef5;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
#wrap {
  position: relative;
}
/* @media screen and (min-width: 1136px) {
  .pageWrap:not(#top) {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
  .pageWrap:not(#top) {
    padding-top: 60px;
  }
} */

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.contentInner {
  padding-bottom: 80px;
}

.e-article-single .articleHeader h1 {
  margin-top: 15px;
}
.e-article-single .articleInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.e-article-single h1 {
  margin: 50px 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d9d9d9;
}

.e-article-single .articleBody {
  margin: 0 auto;
  max-width: 1160px;
}
/* お知らせ内「single.php」のCSS */
.e-article-single .articleBody h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-article-single .articleBody h2 {
    font-size: 1.8rem;
  }
}
.e-article-single .articleBody p {
  margin: 30px 0 0;
  font-weight: 500;
  line-height: 2.125;
}
.e-article-single .articleBody a {
  color: #003993;
}
.e-article-single .articleBody a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .e-article-single .articleBody p {
    font-size: 1.4rem;
  }
}
.e-article-single .articleFooter {
  margin: 80px auto 80px;
}

.e-article-single .articleFooter .articleBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.e-article-single .articleFooter .articleBtn .prev,
.e-article-single .articleFooter .articleBtn .next {
  width: 50%;
}
.e-article-single .articleFooter .articleBtn .prev a,
.e-article-single .articleFooter .articleBtn .next a {
  display: inline-block;
  font-weight: bold;
  color: #003993;
  text-decoration: none;
  margin: 30px 0;
  width: 100%;
}
.e-article-single .articleFooter .articleBtn .prev a:hover,
.e-article-single .articleFooter .articleBtn .next a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .e-article-single .articleFooter .articleBtn .prev a,
  .e-article-single .articleFooter .articleBtn .next a {
    margin: 20px 0;
  }
}

.e-article-single .articleFooter .articleBtn .prev a span,
.e-article-single .articleFooter .articleBtn .next a span {
  margin-top: 20px;
  display: block;
  color: #003993;
}
.e-article-single .articleFooter .articleBtn .arrow {
  display: flex;
  align-items: center;
  gap: 20px;
}
.e-article-single .articleFooter .articleBtn .next .arrow {
  justify-content: end;
}

.e-article-single .articleFooter .articleBtn .arrow img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.e-article-single .articleFooter .articleBtn .prev {
  text-align: left;
  border-right: 1px solid #d9d9d9;
  padding: 0 60px 0 0px;
}
.e-article-single .articleFooter .articleBtn .next {
  padding: 0 0px 0 60px;
}

@media screen and (max-width: 768px) {
  .e-article-single .articleFooter .articleBtn .prev {
    padding: 0 10px 0 20px;
  }
  .e-article-single .articleFooter .articleBtn .next {
    padding: 0 20px 0 10px;
  }
  .e-article-single .articleFooter .articleBtn .arrow {
    gap: 10px;
  }
  .e-article-single .articleFooter .articleBtn .arrow img {
    width: 30px;
    height: 30px;
  }
}

.e-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 0;
}
.e-paging a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.e-paging .prev,
.e-paging .next {
  width: 40px;
  height: 40px;
}
.e-paging .prev span,
.e-paging .next span {
  display: none;
}
.e-paging .prev {
  background: url("../images/common/icon_arrow1_right.png") center center
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 10px;
}
.e-paging .next {
  background: url("../images/common/icon_arrow1_left.png") center center
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-left: 10px;
}
.e-paging .num {
  position: relative;
  margin: 0px 5px;
  padding: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #003993;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1136px) {
  .e-paging .num:hover {
    color: #fff;
    border: 1px solid #003993;
    background: #003993;
  }
}
@media screen and (max-width: 768px) {
  .e-paging .num {
    padding: 0px;
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
  .e-paging .prev,
  .e-paging .next {
    width: 32px;
    height: 32px;
  }
}
.e-paging .num.-active {
  color: #fff;
  border: 1px solid #003993;
  background: #003993;
}
.e-paging .dot {
  display: block;
  margin: 0 5px;
}

.e-newsList > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 21px 20px 21px;
  border-bottom: 1px solid #b7b7bd;
  /* margin-top: 30px; */
}
@media screen and (max-width: 768px) {
  .e-newsList > .item {
    padding: 20px 0 17px;
  }
}
.e-newsList > .item:first-child {
  /* margin-top: 0; */
  border-top: 1px solid #b7b7bd;
}
.e-newsList > .item.-new .title::after {
  content: "NEW!";
  border: 1px solid #e5001b;
  color: #e5001b;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}

.e-newsList .date {
  margin-right: 27px;
  min-width: 100px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.e-newsList .e-categoryNews {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .e-newsList .date,
  .e-newsList .e-categoryNews {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .e-newsList .date {
    font-size: 14px;
  }
}
.e-newsList .title {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 1240px) {
  .e-newsList .title {
    margin-top: 5px;
  }
}
.e-newsList .title a {
  color: #003993;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.e-list2col {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

@media screen and (max-width: 768px) {
  .e-list2col {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }
  .e-list2col .e-card-post {
    max-width: 500px;
    width: 100%;
  }
}

.e-list3col {
  display: grid !important;
  gap: 60px;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  align-items: stretch;
  /* display: flex;
  flex-wrap: wrap;
  gap:60px 60px; */
}
.e-list3col .e-box {
  max-width: 360px;
}
@media screen and (max-width: 1240px) {
  .e-list3col {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 865px) {
  .e-list3col {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  .e-list3col.e-list3col--scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    width: fit-content;
    min-width: 825px;
  }

  .e-list3col.e-list3col--scroll .e-card-post {
    width: 255px;
  }
}
@media screen and (max-width: 600px) {
  .e-list3col {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }
}
.e-list4col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 60px;
}
.e-list4col .e-box {
  width: 255px;
}
@media screen and (max-width: 1240px) {
  .e-list4col {
    gap: 40px 30px;
  }
}

.e-list5col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 60px;
}
.e-list5col .e-card-post {
  width: calc((100% - 240px) / 5);
}
@media screen and (max-width: 1240px) {
  .e-list5col {
    gap: 40px 30px;
  }
  .e-list5col .e-card-post {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 865px) {
  .e-list5col {
    gap: 25px;
    flex-wrap: wrap;
    min-width: auto;
    width: 100%;
  }
  .e-list5col .e-card-post {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .e-list5col {
    min-width: auto;
    flex-wrap: wrap;
    gap: 20px;
  }
  .e-list5col .e-card-post {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 865px) {
  .e-list5col.e-list5col--scroll {
    flex-wrap: nowrap;
    gap: 30px;
    width: fit-content;
    min-width: 825px;
  }
  .e-list5col.e-list5col--scroll .e-card-post {
    width: 255px;
  }
}

.e-listPDF li::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(../images/common/icon_pdf.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 4px;
}
.e-listIndent01 li {
  text-indent: -16px;
  padding-left: 16px;
}
.e-listIndent02 li {
  text-indent: -32px;
  padding-left: 32px;
}

.e-solutionItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
}
.e-solutionItems__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  background: #fff;
  border-radius: 50vh;
}
.e-solutionItems.e-solutionItems--small .e-solutionItems__item {
  width: 160px;
  height: 160px;
}
.e-solutionItems.e-solutionItems--small img {
  width: 70px;
}
.e-solutionItems.e-solutionItems--small p {
  font-size: 13px;
}
.e-solutionItems__item:nth-child(5) {
  margin-left: 120px;
}
.e-solutionItems__item img {
  width: 90px;
}
.e-solutionItems__item p {
  margin-top: 10px;
  color: #003993;
  line-height: 1.625;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1220px) {
  .e-solutionItems {
    gap: 10px 16px;
  }
  .e-solutionItems__item {
    width: 200px;
    height: 200px;
  }
  .e-solutionItems__item img {
    width: 70px;
  }
}
@media screen and (max-width: 1040px) {
  .e-solutionItems {
    gap: 10px 20px;
  }
  .e-solutionItems__item {
    width: 160px;
    height: 160px;
  }
  .e-solutionItems__item img {
    width: 55px;
  }
}
@media screen and (max-width: 880px) {
  .e-solutionItems {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 500px;
    gap: 0px 23px;
  }
  .e-solutionItems__item {
    width: 200px;
    height: 200px;
  }
  .e-solutionItems__item img {
    width: 70px;
  }
  .e-solutionItems__item:nth-child(5) {
    margin-left: 0px;
  }
  .e-solutionItems__item:nth-child(odd) {
    margin-top: -40px;
  }
  .e-solutionItems.e-solutionItems--small
    .e-solutionItems__item:nth-child(odd) {
    margin-top: 0px;
  }

  .e-solutionItems__item:nth-child(even) {
    margin-top: 24px;
  }
  .e-solutionItems.e-solutionItems--small
    .e-solutionItems__item:nth-child(even) {
    margin-top: 0px;
  }
  .e-solutionItems__item:nth-child(2) {
    margin-top: 40px;
  }
  .e-solutionItems.e-solutionItems--small .e-solutionItems__item:nth-child(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .e-solutionItems__item {
    width: 156px;
    height: 156px;
  }
  .e-solutionItems__item img {
    width: 60px;
  }
}

.e-inquiryDesk {
  width: 100%;
  background: #fff;
  padding: 40px 60px;
}
.e-inquiryDesk .flex {
  display: flex;
  gap: 60px;
}
.e-inquiryDesk .flex .title {
  font-weight: bold;
  color: #003993;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-inquiryDesk {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 28px 20px;
    width: 100vw;
  }
  .e-inquiryDesk .flex {
    flex-direction: column;
    gap: 30px;
  }
}

.js-tabTarget {
  display: none;
}
.js-tabTarget.-active {
  display: block;
}
.js-pageTop {
  display: none;
}

.e-heading1 {
  color: #003993;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .e-heading1 {
    margin: 0 auto 15px;
    font-size: 52px;
    letter-spacing: 0.03em;
  }
}

.e-heading1 span,
.e-heading1 code {
  display: block;
  font-size: 2.4rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
.e-heading1 span span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .e-heading1 span,
  .e-heading1 code {
    font-size: 2.1rem;
  }
}
.e-heading1.e-heading1--white {
  color: #fff;
}
.e-heading1.e-heading1--small {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .e-heading1.e-heading1--small {
    font-size: 33px;
  }
}

.e-heading2 {
  color: #003993;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .e-heading2 {
    font-size: 2.4rem;
  }
}

.e-leadNumber {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #c7d3e7;
  font-size: 100px;
  line-height: 1;
}
.e-lead32 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-lead32 {
    font-size: 2.4rem;
  }
}
.e-lead28 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-lead28 {
    font-size: 2.4rem;
  }
}
.e-lead24 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-lead24 {
    font-size: 2rem;
  }
}
.e-lead20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-lead20 {
    font-size: 1.8rem;
  }
}

.e-btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .e-btnWrap {
    margin-top: 40px;
    display: block;
    text-align: center;
  }
}
.e-btnWrap > * + * {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .e-btnWrap > * + * {
    margin: 30px 0 0;
  }
}
.e-btnWrap.e-btnWrap--right {
  justify-content: end;
}
.e-btn {
  padding: 14px 15px 15px 15px;
  text-align: center;
  display: inline-block;
  width: 360px;
  border: 2px solid #003993;
  border-radius: 50vh;
  background: #003993;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.e-btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 0;
  background: url("../images/common/btn-arrow.svg") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.e-btn:hover {
  background: #fff;
  color: #003993;
  cursor: pointer;
}
.e-btn:hover::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(74%) saturate(5648%)
    hue-rotate(211deg) brightness(96%) contrast(101%);
}
.e-btn.e-btn--long {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .e-btn {
    font-size: 1.4rem;
    max-width: 360px;
    width: 100%;
  }
  .e-btn.e-btn--long {
    max-width: 480px;
    width: 100%;
  }
}
.e-btn.e-btn--small {
  padding: 7px 15px 8px 15px;
  width: 160px;
  font-size: 14px;
}
.e-btn.e-btn--small::after {
  display: none;
}

.e-btn.e-btn--white {
  border: 2px solid #fff;
  background: #003993;
}
.e-btn.e-btn--white:hover {
  background: #fff;
  border: 2px solid #003993;
  color: #003993;
}
.e-btn--white:hover::after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(62%) saturate(3325%)
    hue-rotate(207deg) brightness(98%) contrast(107%);
}
.e-btn.e-btn--red {
  border: 2px solid #fff;
  background: #c81228;
}
.e-btn.e-btn--red:hover {
  background: #fff;
  border: 2px solid #c81228;
  color: #c81228;
}
.e-btn--red:hover::after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(67%) saturate(5326%)
    hue-rotate(345deg) brightness(89%) contrast(98%);
}

.e-link {
  color: #003993;
  text-decoration: underline;
}
.e-link:hover {
  opacity: 0.6;
}

.e-linkIcon {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}

.e-categoryNewsList {
  padding: 24px 40px;
  background: #fff;
}
.e-categoryNewsList .flex {
  display: flex;
  gap: 30px;
}
.e-categoryNewsList .title {
  font-family: "Barlow", sans-serif;
  width: 90px;
  color: #003993;
  font-weight: bold;
}

.e-categoryNewsList ul {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .e-categoryNewsList {
    margin: calc(50% - 50vw);
    width: 100vw;
    padding: 15px 20px;
  }
  .e-categoryNewsList .flex {
    flex-direction: column;
    gap: 10px;
  }
  .e-categoryNewsList ul {
    width: 100%;
    margin: 0 auto;
    gap: 0px 10px;
    flex-wrap: nowrap;
  }
  .e-categoryNewsList .title {
    margin: 0 auto;
    text-align: center;
  }
}

.e-categoryNews a {
  padding: 2px 3px;
  display: inline-block;
  min-width: 180px;
  border: 1px solid #003993;
  border-radius: 50vh;
  color: #003993;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .e-categoryNews a {
    min-width: 160px;
    font-size: 10px;
  }
}
.e-categoryNews a:hover,
.e-categoryNews a.-active {
  background: #003993;
  color: #fff;
  border-color: #003993;
}

.e-categorySmall {
  color: #003993;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.e-categorySmall span {
  padding-left: 25px;
  padding-right: 32px;
  position: relative;
}
.e-categorySmall span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
  width: 1px;
  height: 15px;
  background: #003993;
}
.e-categorySmall span:first-child::after {
  width: 0px;
}
.e-categorySmall span::before {
    content: "";
    display: inline-block;
    width: calc(17px * 0.9);
    height: calc(22px * 0.9);
    background: url(../images/common/icon_tag.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .e-categorySmall {
    font-size: 12px;
  }
  .e-categorySmall span {
    padding-left: 20px;
    padding-right: 20px;
  }
  .e-categorySmall span::before {
    width: calc(17px * 0.85);
    height: calc(22px * 0.85);
}
  .e-categorySmall span::after {
    height: 13px;
    left: -10px;
  }
}

.e-card-post {
  position: relative;
  /* max-width: 360px; */
}

@media screen and (max-width: 768px) {
  .e-card-post {
    margin: 0 auto;
    width: 100%;
  }
}
.e-card-post a {
  text-decoration: none;
}
.e-card-post .thumb {
  aspect-ratio: 1.5;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  transition: transform 0.3s;
  background-color: #fff;
  position: relative;
}
.e-card-post .thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.e-card-post .thumb::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/common/accent.png");
  background-size: cover;
  background-position: center center;
  border-radius: 16px 0 0 0;
}

/* 追加：中身用のレイヤー */
.e-card-post .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit; /* 親の背景指定（画像・位置・サイズ）をそのまま使用 */
  border-radius: inherit; /* 角丸を引き継ぐ（overflowで丸く切れるが念のため） */
  transform-origin: center;
  transition: transform 0.3s ease;
  will-change: transform;
  pointer-events: none; /* クリックやホバーの邪魔をしない */
}

/* ホバー時：コンテナは固定、背景レイヤーのみ拡大 */
/* .e-card-post .thumb:hover::before, */
.e-card-post a:hover .thumb::before {
  transform: scale(1.1);
}

/* （任意）キーボード操作にも対応 */
/* .e-card-post a:focus-visible .thumb::before, */
.e-card-post .thumb:focus-visible::before {
  transform: scale(1.1);
}

/* （任意）タッチ端末ではホバーを無効化 */
@media (hover: none) {
  .e-card-post .thumb:hover::before,
  .e-card-post a:hover .thumb::before {
    transform: none;
  }
}

.e-card-post .body {
  margin-top: 10px;
  margin-inline: 10px;
}
@media screen and (max-width: 768px) {
  .e-card-post .body {
    margin-top: 5px;
    margin-inline: 5px;
  }
}
.e-card-post .title {
  /* margin-top: 10px; */
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-card-post .title {
    /* margin-top: 5px; */
    font-size: 17px;
  }
}
.e-card-post .bold {
  /* margin-top: 10px; */
  font-weight: bold;
  letter-spacing: 0.05em;
}
/* @media screen and (max-width: 768px) {
  .e-card-post .bold{
    margin-top: 5px;
  }
} */
.e-card-post .desc {
  margin-top: 8px;
  margin-bottom: 3px;
}

.e-thumbnail {
  aspect-ratio: 1.6;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .e-thumbnail {
    border-radius: 20px 0 0 20px;
  }
}
.e-thumbnail::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("../images/common/accent.png");
  background-size: cover;
  background-position: center center;
  border-radius: 20px 0 0 0;
}

.e-thumbnailLeft.wp-block-column {
  margin-right: calc(50% - 50vw);
}
.e-thumbnailRight.wp-block-column {
  margin-left: calc(50% - 50vw);
}
.e-thumbnailLeft img,
.e-thumbnailRight img {
  object-fit: cover;
  height: 100%;
}
.e-thumbnailLeft img {
  border-radius: 20px 0 0 20px;
}
.e-thumbnailRight img {
  border-radius: 0 20px 20px 0px;
}

@media (max-width: 1000px) {
  .wp-block-columns:has(.e-thumbnailLeft) {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .wp-block-columns:has(.e-thumbnailRight) {
    flex-direction: column-reverse;
  }
}

.e-box {
  padding: 60px 50px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.e-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/common/accent.png");
  background-size: cover;
  background-position: center center;
  border-radius: 20px 0 0 0;
}
.e-box.e-box--large {
  padding: 70px 120px;
}
.e-box.e-box--large::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/common/accent.png");
  background-size: cover;
  background-position: center center;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 1220px) {
  .e-box.e-box--large {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .e-box {
    padding: 30px 30px;
  }
  .e-box.e-box--large {
    border-radius: 20px 0 0 20px;
    margin-right: calc(50% - 50vw);
    padding: 50px 30px 50px 45px;
  }
  .e-box.e-box--large::after {
    width: 40px;
    height: 40px;
  }
}
.e-box .flex {
  display: flex;
  justify-content: space-between;
}
.e-box .title-en {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #003993;
  font-size: 60px;
  letter-spacing: 0.05em;
}
.e-box .title-en span,
.e-box .title-en code {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #c81228;
}
@media screen and (max-width: 768px) {
  .e-box .flex {
    flex-direction: column;
  }
  .e-box .title-en {
    font-size: 52px;
    letter-spacing: 0;
  }
}
.e-box .text {
  margin-top: 20px;
}
/* PCヘッダーの高さ100px */
.e-pageTitle {
  position: relative;
  padding: 160px 0 80px;
}
.e-pageTitle__particles {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 500px;
  z-index: -1;
}
@media screen and (max-width: 839px) {
  /* SPSPヘッダーの高さ60px */
  .e-pageTitle {
    padding: 120px 0 60px;
  }
  .e-pageTitle__particles {
    height: 300px;
  }
}

.e-pageHeader {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.e-pageHeader img {
  width: 100vw;
  height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .e-pageHeader img {
    height: 240px;
  }
}

.e-articleHeader {
  display: table;
  width: 100%;
  min-height: 330px;
}
@media screen and (max-width: 1000px) {
  .e-articleHeader {
    display: flex;
    flex-direction: column-reverse;
  }
}
.e-articleHeader .e-thumbnail {
  /* margin-right: calc(50% - 50vw);
  width: 50vw; */
}
@media screen and (max-width: 1000px) {
  .e-articleHeader .e-thumbnail {
    width: calc(100vw - 20px);
    max-width: 800px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    border-radius: 20px 0 0 20px;
  }
}
.e-articleHeader .info {
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .e-articleHeader .info {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .e-articleHeader .info {
    padding-top: 20px;
    padding-right: 0%;
    width: 100%;
  }
}

.e-articleHeader .title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .e-articleHeader .title {
    font-size: 3.2rem;
  }
}

.e-articleHeader .e-categorySmall {
  margin-top: 25px;
  font-size: 16px;
}
.e-articleHeader .e-categorySmall span::before {
  height: 18px;
}
@media screen and (max-width: 768px) {
  .e-articleHeader .e-categorySmall {
    margin-top: 10px;
    font-size: 14px;
  }
}
.e-articleHeader .textWrap {
  margin: 30px 0 0 0px;
}
@media screen and (max-width: 768px) {
  .e-articleHeader .textWrap {
    margin: 15px 0 0;
  }
}
.e-articleHeader .u-lh3 {
  margin: 15px 0 0 0px;
}
@media screen and (max-width: 768px) {
  .e-articleHeader .u-lh3 {
    margin: 10px 0 0 0px;
  }
}

.e-articleMenu {
  padding: 30px 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.e-articleMenu a {
  color: #003993;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .e-articleMenu {
    gap: 5px 30px;
    padding: 15px 20px;
  }
  .e-articleMenu a {
    font-size: 14px;
  }
}
.e-articleMenu a::after {
  content: "↓";
}
.e-articleMenu a:hover {
  opacity: 0.6;
}

/* 今の所single-service.phpのみ */
.e-articleBody {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .e-articleBody {
    margin-top: 50px;
  }
}

.e-articleBody h2 {
  margin-bottom: 30px;
  color: #003993;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .e-articleBody h2 {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}

.e-articleBox {
  padding: 40px 60px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .e-articleBox {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .e-articleBox {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 20px;
  }
}

.e-mapLink {
  width: 100%;
}
.e-mapLink .title {
  margin: 30px 0 20px;
  color: #003993;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.e-mapLink iframe{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .e-mapLink .title {
    margin: 15px 0;
    font-size: 21px;
  }
}

/* サービス一覧ページで使用 */
.e-service-content {
  margin-top: 100px;
}
.e-service-content .flex {
  margin-top: 50px;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .e-service-content .flex {
    margin-top: 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 880px) {
  .e-service-content {
    margin-top: 50px;
  }
  .e-service-content .flex {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.e-service-content .e-thumbnail {
  margin: 0 auto;
  border-radius: 20px;
  flex: 1;
  max-width: 570px;
  width: 100%;
}
.e-service-content .text {
  flex: 1;
}
.e-service-content .text > p {
  margin-top: 30px;
}

/* 固定ページ　企業情報で使用 */
.e-table.wp-block-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.e-table.wp-block-table tr:first-child {
  border-top: 1px solid #d9d9d9;
}
.e-table.wp-block-table td:first-child {
  padding: 22px 22px;
  width: 240px;
  border: none;
  color: #003993;
  font-weight: bold;
}
.e-table.wp-block-table td {
  border: none;
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .e-table.wp-block-table td:first-child {
    padding: 10px 10px 0 10px;
    width: 100%;
  }
  .e-table.wp-block-table td {
    padding: 0 10px 10px 10px;
    width: 100%;
    display: block;
  }
}

.e-contactBox {
  margin-top: 70px;
  background: #f2f5fa;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 768px) {
  .e-contactBox {
    padding: 20px 20px 20px;
  }
}
.e-contactBox .title {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .e-contactBox .title {
    font-size: 2.4rem;
  }
}
.e-contactBoxInner {
  margin-top: 20px;
  background: #fff;
  padding: 40px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
  .e-contactBoxInner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .e-contactBoxInner {
    display: block;
    padding: 20px;
  }
}
.e-contactBoxInner .e-btnWrap {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .e-contactBoxInner .e-btnWrap {
    margin-top: 30px;
    max-width: 330px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .e-contactBoxInner .e-btnWrap {
    margin: 20px auto 0;
  }
}
.e-contactBoxInner .e-btn1 {
  max-width: 345px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .e-contactBoxInner .e-btn1 {
    width: 100%;
  }
}

.u-hr {
  border: 0;
  border-top: 1px solid #dedee1;
  margin: 75px 0;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-pt0 {
  padding-top: 0 !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .u-mt30 {
    margin-top: 15px !important;
  }
}
.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px !important;
  }
}
.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .u-mt35 {
    margin-top: 17px !important;
  }
}
.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .u-mb35 {
    margin-top: 17px !important;
  }
}
.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mt40 {
    margin-top: 20px !important;
  }
}
.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px !important;
  }
}
.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .u-mt45 {
    margin-top: 22px !important;
  }
}
.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .u-mb45 {
    margin-bottom: 22px !important;
  }
}
.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .u-mt50 {
    margin-top: 25px !important;
  }
}
.u-mb50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-top: 25px !important;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mt60 {
    margin-top: 30px !important;
  }
}
.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mb60-sp {
    margin-bottom: 30px !important;
  }
}
.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .u-mt70 {
    margin-top: 35px !important;
  }
}
.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px !important;
  }
}
.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mt80 {
    margin-top: 40px !important;
  }
}
.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 80px !important;
  }
}
.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-mt90 {
    margin-top: 45px !important;
  }
}
.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-top: 45px !important;
  }
}
.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mt100 {
    margin-top: 50px !important;
  }
}
.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px !important;
  }
}
.u-mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .u-mt110 {
    margin-top: 55px !important;
  }
}
.u-mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px !important;
  }
}
.u-mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-mt120 {
    margin-top: 60px !important;
  }
}
.u-mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px !important;
  }
}
.u-mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .u-mt130 {
    margin-top: 65px !important;
  }
}
.u-mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px !important;
  }
}
.u-mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .u-mt140 {
    margin-top: 70px !important;
  }
}
.u-mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px !important;
  }
}
.u-mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .u-mt150 {
    margin-top: 75px !important;
  }
}
.u-mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px !important;
  }
}
.u-mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .u-mt160 {
    margin-top: 80px !important;
  }
}
.u-mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-spacer[style*="height:160px"] {
    height: 80px !important;
  }
  .wp-block-spacer[style*="height:150px"] {
    height: 75px !important;
  }
  .wp-block-spacer[style*="height:140px"] {
    height: 70px !important;
  }
  .wp-block-spacer[style*="height:130px"] {
    height: 65px !important;
  }
  .wp-block-spacer[style*="height:120px"] {
    height: 60px !important;
  }
  .wp-block-spacer[style*="height:110px"] {
    height: 55px !important;
  }
  .wp-block-spacer[style*="height:100px"] {
    height: 50px !important;
  }
  .wp-block-spacer[style*="height:90px"] {
    height: 45px !important;
  }
  .wp-block-spacer[style*="height:80px"] {
    height: 40px !important;
  }
  .wp-block-spacer[style*="height:70px"] {
    height: 35px !important;
  }
  .wp-block-spacer[style*="height:60px"] {
    height: 30px !important;
  }
  .wp-block-spacer[style*="height:50px"] {
    height: 25px !important;
  }
  .wp-block-spacer[style*="height:40px"] {
    height: 20px !important;
  }
}

.u-taL {
  text-align: left !important;
}
.u-taC {
  text-align: center !important;
}
.u-taR {
  text-align: right !important;
}
.u-fwB {
  font-weight: bold !important;
}
.u-fwM {
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .u-onlyPc {
    display: none !important;
  }
}
@media screen and (min-width: 1136px) {
  .u-onlySp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
  .u-onlySp {
    display: none !important;
  }
}

.u-overflow-x {
  width: 100%;
}
@media screen and (max-width: 865px) {
  .u-overflow-x.u-overflow-x865 {
    padding-bottom: 10px;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    width: calc(100vw - 20px);
  }
  .u-overflow-x.u-overflow-x865::-webkit-scrollbar {
    height: 8px; /* 横スクロールバーの高さ */
  }
  .u-overflow-x.u-overflow-x865::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
  }
  .u-overflow-x.u-overflow-x865::-webkit-scrollbar-track {
    background-color: #eee;
  }
}
@media screen and (max-width: 768px) {
  .u-overflow-x {
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .u-overflow-x::-webkit-scrollbar {
    height: 8px; /* 横スクロールバーの高さ */
  }
  .u-overflow-x::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
  }
  .u-overflow-x::-webkit-scrollbar-track {
    background-color: #eee;
  }
}

.u-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.u-hover:hover {
  opacity: 0.6;
}

.u-lh1 {
  line-height: 1;
}

.u-lh3 {
  line-height: 3;
}
@media screen and (max-width: 1100px) {
  .u-lh3 {
    line-height: 2;
  }
}
.u-fz13 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .u-fz13 {
    font-size: 11px;
  }
}

.u-fz10 {
  font-size: 10px;
}

.u-inline-block {
  display: inline-block;
}

.u-color-main {
  color: #003993;
}


.u-maxW1100 {
  margin-inline: auto;
  max-width: 1100px;
}
.u-maxW1000 {
  margin-inline: auto;
  max-width: 1000px;
}
.u-maxW900 {
  margin-inline: auto;
  max-width: 900px;
}
.u-maxW800 {
  margin-inline: auto;
  max-width: 800px;
}
.u-maxW700 {
  margin-inline: auto;
  max-width: 700px;
}
.u-maxW600 {
  margin-inline: auto;
  max-width: 600px;
}
.u-maxW500 {
  margin-inline: auto;
  max-width: 500px;
}
.u-maxW400 {
  margin-inline: auto;
  max-width: 400px;
}
.u-maxW300 {
  margin-inline: auto;
  max-width: 300px;
}

.u-minW50{
  min-width: 50px;
}

/* ブロックエディター専用 */
.u-overflow-x.wp-block-group img {
  min-width: 650px;
}
ul.wp-block-list li{
padding-left: 24px;
text-indent: -22px;
}
@media screen and (max-width: 768px) {
  ul.wp-block-list li{
    line-height: 1.8;
  }
}
ul.wp-block-list li::before{
  margin-right: 5px;
  content:"●";
  color:#003993;
}


/* 管理バー調整 */

body.admin-bar main#content {
  margin-top: -32px; /* または padding-top */
}
@media screen and (max-width: 782px) {
  body.admin-bar main#content {
    margin-top: -46px; /* または padding-top */
  }
}

#header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1000px) {
  #header {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 839px) {
  #header {
    padding: 15px 20px;
  }
}
#header .headerInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 839px) {
  #header .headerInner {
    display: block;
  }
}
#header .title {
  width: 143px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  #header .title {
    width: 100px;
  }
}
@media screen and (max-width: 839px) {
  #header .title {
    width: 86px;
  }
}
#header .title a {
  display: block;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .title a:hover {
  opacity: 0.8;
}
#header .spBtn {
  display: none;
}
@media screen and (max-width: 839px) {
  #header .spBtn {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background: #e9eef5;
    border-radius: 50vh;
  }
  #header .spBtn .bar {
    width: 20px;
    height: 2px;
    left: 50%;
    background: #003993;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
  #header .spBtn .bar:nth-child(1) {
    top: 13px;
  }
  #header .spBtn .bar:nth-child(2) {
    top: calc(50% - 1px);
  }
  #header .spBtn .bar:nth-child(3) {
    bottom: 13px;
  }
}
@media screen and (max-width: 839px) {
  #header .spBtn.-active .bar {
    top: 50%;
    left: 25%;
  }
  #header .spBtn.-active .bar:nth-child(1) {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #header .spBtn.-active .bar:nth-child(2) {
    opacity: 0;
  }
  #header .spBtn.-active .bar:nth-child(3) {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
}
@media screen and (min-width: 840px) {
  #header .spMenu {
    /* display: block !important; */
    display: flex;
  }
}
@media screen and (max-width: 839px) {
  #header .spMenu {
    opacity: 0;
    position: absolute;
    width: calc(100% + 36px);
    top: 60px;
    background: #e9eef5;
    background: #93abd1;
    background: #003993;
    min-height: 70vh;
    left: calc(100% + 18px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header .spMenu.-active {
    left: -18px;
    opacity: 1;
  }
}

#header .gMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 839px) {
  #header .gMenu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px 50px;
  }
}
#header .gMenu > .menu-item {
  margin-left: 40px;
}
@media screen and (min-width: 839px) and (max-width: 1200px) {
  #header .gMenu > .menu-item {
    margin-left: 14px;
  }
}
@media screen and (max-width: 839px) {
  #header .gMenu > .menu-item {
    width: 100%;
    margin: 0px 0 0;
  }
}
#header .gMenu > .menu-item > a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
#header .gMenu > .menu-item > a:hover {
  color: #C81228;
}

#header .gMenu > .current-menu-item > a {
  color: #c81228;
}
@media screen and (min-width: 839px) and (max-width: 1200px) {
  #header .gMenu > .menu-item > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 839px) {
  #header .gMenu > .menu-item > a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 20px 15px;
    border-bottom: 1px solid #dbdbde;
    position: relative;
  }
}

@media screen and (max-width: 839px) {
  #header .gMenu > .menu-item.contact {
    border-bottom: 0;
    margin-left: 0;
    padding: 10px;
  }
}
#header .gMenu > .menu-item.contact a {
  display: block;
  color: #fff;
  background: #c81228;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  width: 160px;
  text-align: center;
  border-radius: 50vh;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .gMenu > .menu-item.contact a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 840px) and (max-width: 1135px) {
  #header .gMenu > .menu-item.contact a {
    width: 140px;
  }
}
@media screen and (max-width: 839px) {
  #header .gMenu > .menu-item.contact a {
    width: 280px;
    border-radius: 33px;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    position: relative;
    margin: 0 auto;
    border: none;
  }
}

#header .gMenuDropdown {
  position: absolute;
  top: calc(100% - 110px);
  left: 0;
  width: 100%;
  padding-top: 110px;
  display: none;
}
@media screen and (max-width: 1170px) {
  #header .gMenuDropdown {
    padding-top: 100px;
    top: calc(100% - 95px);
  }
}
@media screen and (max-width: 839px) {
  #header .gMenuDropdown {
    position: static;
    padding-top: 0;
    display: none;
  }
}
#header .gMenuDropdown .gMenuDropdownInner {
  background: #fff;
  border-radius: 40px;
  padding: 30px 0 55px;
  -webkit-box-shadow: 0 0 8px rgba(142, 142, 142, 0.6);
  box-shadow: 0 0 8px rgba(142, 142, 142, 0.6);
}
@media screen and (max-width: 839px) {
  #header .gMenuDropdown .gMenuDropdownInner {
    background: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#header .gMenuDropdown .dropdownTitle {
  font-weight: bold;
  opacity: 0;
}
@media screen and (max-width: 839px) {
  #header .gMenuDropdown .dropdownTitle {
    display: none;
  }
}
@media screen and (max-width: 839px) {
  #header .gMenuDropdown .inner {
    padding: 0;
  }
}
#header .gMenuDropdown.-hover {
  display: block;
  -webkit-animation: fadeIn 0.2s linear forwards;
  animation: fadeIn 0.2s linear forwards;
}
#header .gMenuDropdown.-hover .dropdownTitle {
  -webkit-animation: fadeInUp 0.2s ease-out 0.2s forwards;
  animation: fadeInUp 0.2s ease-out 0.2s forwards;
}
#header .gMenuDropdown.-hover .gMenuInner {
  -webkit-animation: fadeInUp 0.2s ease-out 0.4s forwards;
  animation: fadeInUp 0.2s ease-out 0.4s forwards;
}
#header .gMenuDropdownLink {
  position: relative;
}
#header .gMenuDropdownLink.-hover .gMenuDropdownArrow {
  display: block;
  -webkit-animation: fadeIn 0.2s linear forwards;
  animation: fadeIn 0.2s linear forwards;
}
#header .gMenuDropdownArrow {
  width: 0;
  height: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(100% + 43px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  background: #fff;
  display: none;
}
@media screen and (max-width: 839px) {
  #header .gMenuDropdownArrow {
    display: none;
  }
}

#header.-hover + #headerOverlay {
  z-index: 19;
  opacity: 1;
}
#headerOverlay {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#footer {
  margin-top: 160px;
  color: #fff;
}
#footer .footerContact {
  padding: 60px 0;
  background: #c81228;
}
#footer .footerContact .inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1240px) {
  #footer .footerContact .inner {
    flex-wrap: wrap;
  }
  #footer .footerContact .inner .e-heading1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 880px) {
  #footer {
    margin-top: 80px;
  }
  #footer .footerContact {
    padding: 30px 0 50px;
  }
  #footer .footerContact .inner {
    flex-direction: column;
    gap: 10px;
  }
}

#footer .footerContactBox {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footerContactBox .e-btn1 {
  margin: 24px 0 32px;
}
#footer .footerContactBox img {
  width: 30px;
  height: 30px;
  vertical-align: sub;
}
@media screen and (max-width: 1240px) {
  #footer .footerContactBox {
    flex: 1;
    text-align: center;
  }
  #footer .inner > h2 + .footerContactBox {
    border-left: none;
    padding-left: 0;
  }
  #footer .inner > h2 + .footerContactBox br {
    display: block !important;
  }
}
@media screen and (max-width: 880px) {
  #footer .footerContactBox {
    padding-top: 0px;
    padding-left: 0;
    border-top:none;
    border-left: none;
    text-align: center;
    width: 100%;
  }
  #footer .footerContactBox img {
    width: 25px;
    height: 25px;
  }
}


#footer .footerMain {
  background: #12213a;
  padding: 60px 0px 20px;
}
#footer .footerMain .footerMainFlex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1240px) {
  #footer .footerMain .footerMainFlex br {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footerMain .footerMainFlex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerMain {
    background: #12213a;
    padding: 30px 0px;
  }
  #footer .footerMain .footerMainFlex {
    flex-wrap: wrap;
  }
}
#footer .footerMainBox {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footerMainBox:first-child {
  padding-left: 0px;
  border-left: none;
}
@media screen and (max-width: 1000px) {
  #footer .footerMainBox:last-child {
    padding-left: 0px;
    border-left: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerMainBox {
    padding-left: 0px;
    border-left: none;
  }
}

#footer .footerLink {
  display: flex;
  gap: 30px;
}
#footer .footerLink a {
  color: #fff;
  letter-spacing: 0.05em;
}
#footer .footerLink a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1100px) {
  #footer .footerLink {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footerLink {
    margin-top: 20px;
    font-size: 14px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerLink {
    display: none;
  }
}

#footer .footerIcon {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
#footer .footerIcon .sns-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
#footer .footerIcon .item .icon-ssl {
  width: 105px;
}
#footer .footerIcon .item .icon-intertek {
  width: 65px;
}
@media screen and (max-width: 1100px) {
  #footer .footerIcon {
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerIcon {
    flex-wrap: wrap;
  }
}

#footer .footerBottom {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .footerBottom {
    display: block;
  }
}
#footer .footerLogo {
  margin: 0 auto;
  width: 204px;
}
@media screen and (max-width: 768px) {
  #footer .footerLogo {
    margin: 0 auto 20px;
  }
}

#footer .copyright {
  margin-top: 20px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}

.e-pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  background: #fff;
  border: 2px solid #c81228;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .e-pageTop {
    right: 10px;
  }
}
.e-pageTop img {
  width: 22px;
  vertical-align: 5px;
}

#top .topMv {
  width: 100%;
  height: 920px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top .topMv {
    margin-top: 60px;
    height: 570px;
  }
}
#top .topMv .inner {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 3;
}
#top .topMv .inner .topMv__title {
  margin-bottom: 40px;
  /* padding: 0 20px; */
  display: inline-block;
  /* background: #FFF; */
  text-shadow: 0px 0px 20px #fff, 0px 0px 15px #fff, 0px 0px 10px #fff,
    0px 0px 5px #fff;
  color: #003993;
  font-size: 60px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  z-index: 2;
}
#top .topMv .inner .topMv__title span {
  color: #c81228;
}
#top .topMv .inner .topMv__text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
  letter-spacing: 0.05em;
  text-shadow: 
  /* 0px 0px 20px #000,
  0px 0px 15px #000,
  0px 0px 10px #000, */ 0px
    0px 5px #000;
  /* text-shadow: 
  0px 0px 20px #FFF,
  0px 0px 15px #FFF,
  0px 0px 10px #FFF,
  0px 0px 5px #FFF; */
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top .topMv .inner {
    position: absolute;
    top: 190px;
    left: 20px;
  }
  #top .topMv .inner .topMv__title {
    margin-bottom: 23px;
    padding: 0 0px;
    font-size: 27px;
  }
  #top .topMv .inner .topMv__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  #top .topMv .inner {
    left: 0px;
  }
}

#top .topMv .topMv__particles {
  position: absolute;
  top: 0%;
  /* left: 50%;
  transform: translateX(-50%); */
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* @media screen and (max-width: 768px) {
  #top .topMv .topMv__particles{
    width: calc(100% - 40px);
  }
} */

#top .topMv .mvSliderView {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#top .topMv .mvSliderItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .topNews {
  padding: 118px 0 0;
}
#top .topNewsFlex {
  display: flex;
  justify-content: space-between;
}
#top .topNews .inner .topNewsRight {
  width: 900px;
}
@media screen and (max-width: 1240px) {
  #top .topNews .inner .topNewsRight {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #top .topNews {
    padding: 30px 0 0;
  }
  #top .topNewsFlex {
    flex-direction: column;
    justify-content: start;
  }
  #top .topNews .inner .topNewsRight {
    width: 100%;
  }
}
#top .topNews .topNewsTabList {
  margin-top: 35px;
  margin-bottom: 60px;
}

#top .topSolution {
  padding: 125px 0 0;
}
#top .topSolutionFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top .topSolution {
    padding: 95px 0 0;
  }
  #top .topSolutionFlex {
    flex-direction: column;
    justify-content: start;
  }
}
#top .topSolution .inner .topSolutionRight {
  margin-top: 33px;
  width: 900px;
}
@media screen and (max-width: 1240px) {
  #top .topSolution .inner .topSolutionRight {
    width: 65%;
  }
  #top .topSolution .inner .topSolutionRight .u-lh3 {
    line-height: 2;
  }
}
#top .topSolution .e-solutionItems {
  margin-top: 50px;
}
#top .topSolution .e-btnWrap {
  margin: 90px 0 0;
}

@media screen and (max-width: 768px) {
  #top .topSolution .inner .topSolutionRight {
    margin-top: 0px;
    width: 100%;
  }
  #top .topSolution .e-solutionItems {
    margin-top: 73px;
  }
  #top .topSolution .e-btnWrap {
    margin: 40px 0 0;
  }
}

#top .topPickup {
  margin: 158px 0 0px;
}
#top .topPickup .inner {
  position: relative;
}
#top .topPickup .inner .e-heading1 {
  position: absolute;
  margin-top: -34px;
}
@media screen and (max-width: 1000px) {
  #top .topPickup {
    margin: 50px 0 50px;
  }
  #top .topPickup .inner .e-heading1 {
    position: static;
    margin-top: 74px;
  }
}

#top .pickupSliderItem {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
#top .pickupSliderItem a {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #top .pickupSlider {
    width: calc(100vw - 20px);
  }
  #top .pickupSliderItem {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  #top .pickupSliderItem a {
    width: calc(100% - 20px);
  }
}

#top .pickupSliderItem .e-thumbnail {
  width: 100%;
  aspect-ratio: 1.5;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#top .pickupSliderItem .e-thumbnail:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  #top .pickupSliderItem .e-thumbnail {
    width: calc(100vw - 20px);
    max-width: 800px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    border-radius: 20px 0 0 20px;
  }
}
#top .pickupSliderItem .info {
  width: calc(50% - 20px);
  margin-top: 145px;
  margin-left: 20px;
}
#top .pickupSliderItem .title {
  font-size: 2rem;
  font-weight: bold;
}
#top .pickupSliderItem .desc {
  margin-top: 10px;
  line-height: 2.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  #top .pickupSliderItem .info {
    margin-top: 135px;
  }
  #top .pickupSliderItem .desc {
    margin-top: 0px;
    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  #top .pickupSliderItem .info {
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    width: 100%;
  }
  #top .pickupSliderItem .title {
    margin-top: 10px;
    font-size: 1.7rem;
  }
}

#top .swiper-controller {
  position: absolute;
  bottom: 20px;
}

#top .swiper-button-prev,
#top .swiper-button-next {
  width: 40px;
  height: 40px;
  color: transparent;
  outline: none;
  z-index: 10;
  cursor: pointer;
}
#top .swiper-pagination {
  bottom: -10px;
  width: 200px;
  text-align: center;
  color: #003993;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  #top .swiper-controller {
    width: 100%;
    left: 0;
  }
  #top .swiper-button-prev,
  #top .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  #top .swiper-pagination {
    width: 100%;
  }
}
#top .swiper-button-prev {
  background: url("../images/common/icon_arrow1_right.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0px;
  right: auto;
}
@media screen and (max-width: 1000px) {
  #top .swiper-button-prev {
    left: 20px;
  }
}
#top .swiper-button-next {
  background: url("../images/common/icon_arrow1_left.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  left: 160px;
  right: auto;
}
@media screen and (max-width: 1000px) {
  #top .swiper-button-next {
    right: 20px;
    left: auto;
  }
}

#top .topService {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #top .topService {
    margin-top: 50px;
  }
}
#top .topService .e-list3col {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top .topService .e-list3col {
    margin-top: 20px;
  }
}

#top .topProduct {
  margin-top: 150px;
}
#top .topProduct .e-list5col {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top .topProduct .e-list5col {
    margin-top: 20px;
  }
}

#top .topCase {
  margin-top: 150px;
}
#top .topCase .e-list3col {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top .topCase .e-list3col {
    margin-top: 20px;
  }
}

#top .topRecruit {
  margin-top: 150px;
  padding-top: 380px;
  position: relative;
}
#top .topRecruit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 480px;
  background: url("../images/top/topRecruit.jpg");
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
#top .topRecruit .e-btnWrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top .topRecruit {
    padding-top: 120px;
  }
  #top .topRecruit::after {
    height: 240px;
  }
}

#top .topCompany {
  margin-top: 150px;
  padding: 70px 20px 80px;
  width: 100%;
  /* height: 480px; */
  background: url("../images/top/topCompany.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#top .topCompany h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
#top .topCompany h2 span {
  color: #c81228;
}
@media screen and (max-width: 768px) {
  #top .topCompany h2 {
    font-size: 52px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

#contact button {
  outline: none;
}
@media screen and (max-width: 768px) {
  #contact label {
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
}

#contact .form {
  margin: 45px auto 70px;
  border-top: 1px solid #d9d9d9;
}
#contact .formRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #contact .formRow {
    display: block;
    padding: 20px 0;
  }
}

#contact .formRow.-titleTop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#contact .formTitle {
  width: 330px;
  font-weight: bold;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  #contact .formTitle {
    width: auto;
    padding-left: 70px;
  }
}

#contact .isRequired {
  display: inline-block;
  position: relative;
}
#contact .formTitle.isRequired::before {
  content: "必須";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 80px;
  border: 1px solid #c81228;
  border-radius: 50vh;
  color: #c81228;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contact .formTitle.isRequired::before {
    width: 60px;
    font-size: 1rem;
  }
}

#contact .formBody {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  #contact .formBody {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contact .formBody > .error {
    margin: 0 10px;
  }
}

#contact .inputText,
#contact .inputSelect {
  width: 100%;
  max-width: 680px;
  height: 40px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #contact .inputText,
  #contact .inputSelect {
    font-size: 1.4rem;
    height: 27px;
    line-height: 27px;
    max-height: 100%;
  }
}

#contact .-w180 {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  #contact .-w180 {
    max-width: 120px;
  }
}
#contact .-w400 {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  #contact .-w400 {
    max-width: 100%;
  }
}

#contact .formBodyRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  margin-bottom: 10px;
}
#contact .formBodyRow:last-child {
  margin-bottom: 0;
}

#contact .textarea {
  border: 1px solid #dbdbde;
  width: 100%;
  height: 275px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #contact .textarea {
    width: calc(100% - 20px);
    height: 150px;
    margin: 0 10px;
  }
}
#contact .error {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .error {
    font-size: 1.4rem;
    max-height: 100%;
  }
}
#contact .formRadio {
  font-size: 0;
  margin-top: 5px;
  line-height: 2.25;
}

#contact .formRadio label,
#contact .formRadio .labelCheck {
  display: inline-block;
  margin: 0px 40px 0 0;
  white-space: nowrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .formRadio label,
  #contact .formRadio .labelCheck {
    font-size: 1.4rem;
    margin: 0px 20px 0 0;
  }
}

#contact .formSelect input{

}
/* #contact .formSelect label,
#contact .formSelect .labelCheck {
  display: inline-block;
  margin: 0px 40px 0 0;
  white-space: nowrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .formSelect label,
  #contact .formSelect .labelCheck {
    font-size: 1.4rem;
    margin: 0px 20px 0 0;
  }
} */

#contact .inputCheck {
  margin-right: 10px;
  margin-bottom: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #contact .inputCheck {
    width: 16px;
    height: 16px;
    border: 1px solid #dbdbde;
    margin-right: 5px;
    vertical-align: -3px;
  }
}
#contact .inputCheck:checked {
  background-image: url("../images/contact/checkIcon.png");
  background-position: top 50% left 50%;
  background-repeat: no-repeat;
  /* background: #003993; */
}
@media screen and (max-width: 768px) {
  #contact .inputCheck:checked {
    -webkit-background-size: 90% 90%;
    background-size: 90%;
  }
}
#contact .radioPrivacy {
  margin: 45px 0 0;
  text-align: center;
}

#contact .confirmList {
  width: 100%;
  margin: 20px 0 -5px;
}
@media screen and (max-width: 768px) {
  #contact .confirmList {
    margin: 20px 0 60px;
  }
}
#contact .confirmList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact .confirmList li {
    display: block;
    padding: 10px 0;
  }
}
#contact .confirmList li:nth-child(odd) {
  background: #f3f3f4;
}
#contact .confirmListTitle {
  max-width: 330px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #contact .confirmListTitle {
    width: 100%;
    padding: 0 10px;
    font-size: 1.6rem;
  }
}
#contact .confirmListText {
  width: calc(100% - 330px);
  padding: 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #contact .confirmListText {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
#contact .modify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
  text-align: center;
}
#contact .modify .leftArrow {
  display: inline-block;
  width: 10px;
  height: 35px;
  background: url("../images/contact/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
#contact .modify a,
#contact .modify button {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact .modify a,
  #contact .modify button {
    font-size: 1.6rem;
  }
}
#contact .modify button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  text-decoration: underline;
  font-weight: bold;
  outline: none;
}
#contact .modify button:hover {
  text-decoration: none;
  cursor: pointer;
}
#contact .contactText1 {
  font-size: 3.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .contactText1 {
    font-size: 3rem;
  }
}
#contact .contactText2 {
  line-height: 2;
  text-align: center;
  margin: 45px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .contactText2 {
    font-size: 1.4rem;
  }
}

#contact .btnTop:hover {
  background: #003993;
  border-color: #003993;
}
#contact .mw_wp_form_input .modify {
  display: none;
}
#contact .mw_wp_form_confirm .formRadio {
  font-size: 1.6rem;
  margin: 0;
}
#contact .mw_wp_form_confirm .isRequired::before {
  display: none;
}

#contact .mw_wp_form_confirm .e-btnWrap {
  margin: 45px 0 0;
}
#contact .mw_wp_form_confirm .labelAddress {
  margin-left: 0;
}
#contact .mw_wp_form_confirm .formTitle {
  padding-left: 45px;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

#company .e-box.e-box--large {
  margin-top: -120px;
}
#company .e-box.e-box--large .wp-block-columns {
  align-items: center !important;
  justify-content: center;
  gap: 60px;
}
#company .e-box.e-box--large .title-en {
  text-align: right;
  line-height: 1.5;
}
#company .e-box.e-box--large .u-lh3 {
  text-align: center;
}

@media screen and (max-width: 781px) {
  #company .e-box.e-box--large .wp-block-columns {
    gap: 0;
  }
  #company .e-box.e-box--large {
    margin-top: -60px;
  }
  #company .e-box.e-box--large .title-en,
  #company .e-box.e-box--large .e-lead24 {
    text-align: center;
  }
  #company .e-box.e-box--large .u-lh3 {
    margin-top: 20px;
    text-align: left;
  }
}

#company .companyMessage {
  margin-top: 160px;
}
#company .companyMessage .wp-block-columns.is-layout-flex .wp-block-column {
  flex-grow: inherit;
  flex-basis: auto;
}
@media screen and (max-width: 768px) {
  #company .companyMessage {
    margin-top: 60px;
  }
}
#company .companyMessage .visual {
  display: none;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  width: calc(50vw + 364px);
}
#company .companyMessage .visual img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 2.74;
  object-fit: cover;
}
@media screen and (max-width: 1240px) {
  #company .companyMessage .visual {
    width: 77vw;
  }
}
@media screen and (max-width: 768px) {
  #company .companyMessage .visual {
    width: calc(100vw - 20px);
  }
  #company .companyMessage .visual img {
    aspect-ratio: 1.74;
  }
}
#company .companyMessage .name {
  margin-left: auto;
  width: 251px;
  height: 120px;
  object-fit: contain;
}

#company .companyVision {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #company .companyVision {
    margin-top: 60px;
  }
}
#company .companyVision .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 60px;
}
#company .companyVision .e-box {
  padding: 15px 50px 60px;
  width: 360px;
  height: 520px;
}
@media screen and (max-width: 1240px) {
  #company .companyVision .list {
    gap: 0 30px;
  }
  #company .companyVision .e-box {
    width: calc((100% - 60px) / 3);
    padding: 15px 30px 60px;
  }
}
#company .companyVision .e-box:nth-child(2),
#company .companyVision .e-box:nth-child(5) {
  margin-top: 60px;
}
#company .companyVision .e-box:nth-child(3) {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  #company .companyVision .list {
    gap: 40px;
  }
  #company .companyVision .e-box {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
  #company .companyVision .e-box:nth-child(2),
  #company .companyVision .e-box:nth-child(3),
  #company .companyVision .e-box:nth-child(5) {
    margin-top: 0;
  }
}
#company .companyVision .e-box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
}
#company .companyVision .e-box .title code {
  color: #c81228;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
}

#company .companyAbout {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #company .companyAbout {
    margin-top: 60px;
  }
}
#company .companyAbout .flex {
  margin-top: 50px;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  #company .companyAbout .flex {
    margin-top: 26px;
    flex-direction: column;
    gap: 36px;
  }
}

#solution .e-box.e-box--large {
  margin-top: -120px;
}

#solution .e-box.e-box--large .u-lh3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #solution .e-box.e-box--large .u-lh3 {
    margin-top: 20px;
    text-align: left;
  }
}
#solution .e-list3col,
#solution .e-list4col {
  align-items: stretch;
  justify-content: center;
}
#solution .e-list4col .e-box {
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  #solution .e-list4col .e-box {
    padding: 30px 30px;
  }
}
#solution .e-list3col .e-box .title,
#solution .e-list4col .e-box .title {
  margin-top: 20px;
  color: #003993;
}
#solution .e-list3col .e-box img {
  height: 120px;
}
#solution .e-list4col .e-box img {
  height: 80px;
}

/* #service .serviceListWrap .e-heading2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #service .serviceListWrap .e-heading2 {
    margin-top: 50px;
  }
} */
/* #service .serviceListWrap {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #service .serviceListWrap {
    margin: 50px 0 0;
  }
} */
/* #service .serviceContents {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 15px;
  border-left: 6px solid #e5001b;
}
@media screen and (max-width: 768px) {
  #service .serviceContents {
    font-size: 2.2rem;
  }
} */

/* #service .articleService .articleHeader {
  display: table;
  width: 100%;
  min-height: 330px;
}
@media screen and (max-width: 768px) {
  #service .articleService .articleHeader {
    display: block;
    height: auto;
  }
}
#service .articleService .thumb {
  width: 50%;
  height: 100%;
  display: table-cell;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 768px) {
  #service .articleService .thumb {
    display: block;
    height: 61.43344709897611vw;
    width: 100%;
  }
}
#service .articleService .info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  border: 2px solid #e7e7e9;
  border-left: none;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #service .articleService .info {
    display: block;
    width: 100%;
    border-left: 2px solid #e7e7e9;
    border-top: none;
    padding: 10px;
  }
}
#service .articleService .titleBox {
  background: #f2f5fa;
  padding: 15px 35px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #service .articleService .titleBox {
    padding: 15px 10px;
    margin: 10px -10px 0;
  }
}
#service .articleService .topTitleText1 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service .articleService .topTitleText1 {
    font-size: 1.4rem;
  }
}
#service .articleService .topTitleText2 {
  color: #000;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service .articleService .topTitleText2 {
    font-size: 3.6rem;
  }
}
#service .articleService .text1 {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #service .articleService .text1 {
    font-size: 1.4rem;
  }
} */
/* #service .textWrap {
  margin: 15px 0 0 35px;
}
@media screen and (max-width: 768px) {
  #service .textWrap {
    margin: 10px 0 0;
  }
} */

/* 旧サイト用 */

#service .articleServiceTask {
  width: 100%;
  background: #f2f5fa;
  padding: 55px 50px 80px;
  margin: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .articleServiceTask {
    padding: 30px 10px 30px;
  }
}
#service .articleServiceTask .title {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service .articleServiceTask .title {
    font-size: 2.2rem;
  }
}
#service .articleServiceTask .desc {
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  text-align: center;
  padding: 25px 0;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #service .articleServiceTask .desc {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
}
#service .balloonListWrap {
  position: relative;
  margin-top: 40px;
}
#service .balloonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 115px auto;
  background-size: 115px auto;
}
@media screen and (max-width: 768px) {
  #service .balloonList {
    -webkit-background-size: 13.651877133105803vw auto;
    background-size: 13.651877133105803vw auto;
  }
}
#service .balloon {
  width: calc(50% - 120px);
  background: #fff;
  padding: 20px 25px;
  border: 3px solid #0e0f23;
  border-radius: 13px;
  margin: 15px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .balloon {
    width: calc(50% - 10.65vw);
    padding: 2px 8px;
    margin: 10px 0 0;
    font-size: 1.2rem;
    border-width: 2px;
  }
}
#service .balloon::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#service .balloon::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#service .balloon:nth-child(1),
#service .balloon:nth-child(2) {
  margin-top: 0;
}
#service .balloon:nth-child(odd) {
  margin-right: 120px;
}
@media screen and (max-width: 768px) {
  #service .balloon:nth-child(odd) {
    margin-right: 10.65vw;
  }
}
#service .balloon:nth-child(odd)::before {
  content: "";
  border-right: 25px solid transparent;
  border-left: 25px solid #0e0f23;
  right: -50px;
}
@media screen and (max-width: 768px) {
  #service .balloon:nth-child(odd)::before {
    border: 10px solid transparent;
    border-left: 10px solid #0e0f23;
    right: -20px;
  }
}
#service .balloon:nth-child(odd)::after {
  content: "";
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  right: -44px;
}
@media screen and (max-width: 768px) {
  #service .balloon:nth-child(odd)::after {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    right: -18px;
  }
}
#service .balloon:nth-child(even) {
  margin-left: 120px;
}
@media screen and (max-width: 768px) {
  #service .balloon:nth-child(even) {
    margin-left: 10.65vw;
  }
}
#service .balloon:nth-child(even)::before {
  content: "";
  border-right: 25px solid #0e0f23;
  border-left: 25px solid transparent;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #service .balloon:nth-child(even)::before {
    border: 10px solid transparent;
    border-right: 10px solid #0e0f23;
    left: -20px;
  }
}
#service .balloon:nth-child(even)::after {
  content: "";
  border-right: 25px solid #fff;
  border-left: 25px solid transparent;
  left: -44px;
}
@media screen and (max-width: 768px) {
  #service .balloon:nth-child(even)::after {
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    left: -18px;
  }
}

.e-articleBody .articleServiceSection {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .e-articleBody .articleServiceSection {
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
    padding: 20px;
  }
}

#service .articleServiceSection {
  margin-top: 0px;
}

#service .articleServiceSection .title {
  margin: 100px 0 35px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .title {
    margin: 75px 0 35px;
  }
}

#service .articleServiceSection .title span {
  font-size: 3.8rem;
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .title span {
    font-size: 2.4rem;
    padding: 0 15px;
  }
}

#service .articleServiceSection .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0e0f23;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#service .articleServiceSection p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection p {
    font-size: 1.4rem;
  }
}
#service .articleServiceSection p + p {
  margin: 30px 0;
}
#service .articleServiceSection .imgBox {
  width: 100%;
  margin: 45px 0 0;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .imgBox {
    margin: 30px 0 0;
  }
}
#service .articleServiceSection .featureBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .featureBox {
    display: block;
    margin: 35px 0 0;
  }
}
#service .articleServiceSection .featureBox.-right .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
#service .articleServiceSection .featureBox.-right .textBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 35px 0 0;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .featureBox.-right .textBox {
    padding-right: 0;
  }
}
#service .articleServiceSection .featureBox .img {
  width: 430px;
}
#service .articleServiceSection .featureBox .img img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .featureBox .img {
    width: 100%;
  }
}
#service .articleServiceSection .featureBox .textBox {
  width: calc(100% - 430px);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .featureBox .textBox {
    width: 100%;
    padding-left: 0;
    margin: 15px 0 0;
  }
}
#service .articleServiceSection .imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .imgList {
    display: block;
    margin: 30px 0 0;
  }
}
#service .articleServiceSection .imgList .item {
  width: 530px;
  margin-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
  #service .articleServiceSection .imgList .item {
    width: calc(50% - 9px);
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  #service .articleServiceSection .imgList .item {
    width: 100%;
    margin: 15px 0 0;
  }
}
#service .articleServiceSection .imgList .item:nth-child(odd) {
  margin-left: 0;
}
#service .articleServiceSection .imgList .item:nth-child(n + 3) {
  margin-top: 40px;
}
#service .articleServiceSection .imgList img {
  width: 100%;
}
#service .articleServiceFooter {
  margin-top: 120px;
}
#service .e-serviceList .serviceTitleWrap {
  text-align: center;
}

#product #result {
  scroll-margin-top: 80px;
}
#product .productFilter {
  padding: 40px 80px;
  background: #fff;
}
#product .productFilter__title {
  margin-bottom: 20px;
  color: #003993;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#product .productFilter__btn {
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  text-decoration: none;
}
#product .productFilter__btn.is-active {
  color: #003993;
  font-weight: bold;
  text-decoration: underline;
}
#product .productFilter__btn:hover {
  opacity: 0.6;
}
.productFilter__check {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  flex: 0 0 16px;
}
/* 選択中はチェックON風 */
.productFilter__btn.is-active .productFilter__check::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #product .productFilter {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 20px 20px;
    width: 100vw;
  }
  #product .productFilter__title {
    font-size: 17px;
  }
}
#product .productListWrap {
  margin: 120px 0 0;
}

#case .articleCase .e-heading2 {
  margin-top: 140px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #case .articleCase .e-heading2 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

#case .articleCaseBody .imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  #case .articleCaseBody .imgList {
    display: block;
  }
}
#case .articleCaseBody .imgList > li {
  width: 47.8%;
  margin-left: 4.4%;
}
@media screen and (min-width: 1136px) {
  #case .articleCaseBody .imgList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  #case .articleCaseBody .imgList > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
  #case .articleCaseBody .imgList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  #case .articleCaseBody .imgList > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #case .articleCaseBody .imgList > li {
    width: 100%;
    margin-left: 0;
  }
  #case .articleCaseBody .imgList > li:not(:first-child) {
    margin-top: 20px;
  }
}
#case .articleCaseBody .text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #case .articleCaseBody .text {
    font-size: 1.4rem;
  }
}

#case .articleCaseImpression .impressionInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #case .articleCaseImpression .impressionInner {
    display: block;
    padding: 0;
  }
}
#case .articleCaseImpression .textBox {
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  #case .articleCaseImpression .textBox {
    width: 100vw;
  }
}
#case .articleCaseImpression .textBox .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #case .articleCaseImpression .textBox .text {
    font-size: 1.4rem;
  }
}
#case .articleCaseImpression .textBox span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
}
#case .articleCaseImpression .infoBox {
  width: 380px;
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  #case .articleCaseImpression .infoBox {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #case .articleCaseImpression .infoBox {
    width: 100%;
    margin: 40px 0 0;
  }
}
#case .articleCaseImpression .infoBox .title2 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #case .articleCaseImpression .infoBox .title2 {
    font-size: 2.2rem;
  }
}
#case .articleCaseImpression .infoBox .image {
  margin: 20px auto;
  text-align: center;
}
#case .articleCaseImpression .infoBox p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#case .articleCaseImpression .infoBox .clientName {
  font-size: 1.6rem;
}
#case .articleCaseFooter {
  margin: 100px 0 0;
}

#privacy .e-lead20,
#security .e-lead20 {
  margin-bottom: 10px;
}

#privacy ol.wp-block-list,
#security ol.wp-block-list {
  list-style-position: outside; /* 番号を外側に */
  counter-reset: number;
}
#privacy ol.wp-block-list li,
#security ol.wp-block-list li {
  margin: 5px 0;
  text-align: justify;
  position: relative;
  padding-left: 35px;
}
#privacy ol.wp-block-list li::before,
#security ol.wp-block-list li::before {
  counter-increment: number;
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}
#privacy ol.wp-block-list li > ol,
#security ol.wp-block-list li > ol {
  list-style-position: outside;
  counter-reset: number;
}
#privacy ol.wp-block-list li > ol > li::before,
#security ol.wp-block-list li > ol > li::before {
  counter-increment: number;
  content: "[" counter(number) "]";
  position: absolute;
  left: 0;
}
