@charset "UTF-8";
.serif {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}

body, .san-serif, .ja {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.en {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.en-font {
  font-family: "Poppins", sans-serif;
}

body {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

main#main.top article section.fv div.inner-content, main#main.top article section.client div.inner-content, .page-header .inner-content, div.breadcrumb ul, footer#footer .inner-content, footer#footer .inner-footer, header#header .inner-content, .row-section .inner-content, .content-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  main#main.top article section.fv div.inner-content, main#main.top article section.client div.inner-content, .page-header .inner-content, div.breadcrumb ul, footer#footer .inner-content, footer#footer .inner-footer, header#header .inner-content, .row-section .inner-content, .content-area {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 768px) {
  main#main.top article section.fv div.inner-content, main#main.top article section.client div.inner-content, .page-header .inner-content, div.breadcrumb ul, footer#footer .inner-content, footer#footer .inner-footer, header#header .inner-content, .row-section .inner-content, .content-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn {
  width: 100%;
  max-width: 200px;
  height: 32px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #053E69;
}
.btn span {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  display: block;
  color: #fff;
}
.btn svg {
  width: 14.47px;
  height: 12.59px;
}
.btn svg path {
  fill: #fff;
}
.btn.contact-btn {
  gap: 10px;
}
.btn.contact-btn span {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.btn.contact-btn svg {
  width: 20px;
  height: 14px;
}
.btn.contact-btn svg path {
  fill: #fff;
}
.btn.white {
  background-color: #fff;
  border: 1px solid #053E69;
}
.btn.white span {
  color: #053E69;
}
.btn.white svg path {
  fill: #053E69;
}
.btn:hover {
  background-color: #96644B;
  border-color: #96644B;
}
.btn:hover span {
  color: #fff;
}
.btn:hover svg path {
  fill: #fff;
}
.btn.middle {
  max-width: 150px;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pager .item {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4%;
  text-align: center;
  color: #053E69;
  background-color: #fff;
  border: 1px solid #053E69;
}
.pager .item svg path {
  fill: #053E69;
}
.pager .item:hover {
  background-color: #96644B;
  border: 1px solid #96644B;
}
.pager .item:hover svg path {
  fill: #96644B;
}
.pager .item.disabled {
  opacity: 0.2;
}

.post-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 70px;
}
.post-nav .item {
  width: 100px;
  height: 24px;
  gap: 4px;
  color: #053E69;
  background-color: #fff;
  border: 1px solid #053E69;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
}
.post-nav .item:hover {
  background-color: #96644B;
  border: 1px solid #96644B;
  color: #fff;
}
.post-nav .item:hover svg path {
  fill: #fff;
}
.post-nav .item.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}

.card-link {
  width: 340px;
  height: 340px;
  border: 1px solid #053E69;
  display: block;
  background-color: #fff;
}
.card-link .thumbnail {
  width: 100%;
  height: 228px;
}
.card-link .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-link .title {
  padding: 10px 10px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  min-height: 110px;
  height: auto;
}
.card-link .title .text {
  width: 100%;
  max-width: 280px;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 4%;
  color: #053E69;
  display: flex;
  flex-direction: column;
}
.card-link .title .text .tag {
  flex-grow: 1;
  font-weight: 300;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 4%;
  display: flex;
  align-items: flex-end;
}
.card-link .title svg {
  margin-top: auto;
  width: 100%;
  max-width: 30px;
  margin-bottom: 7px;
}
.card-link .title svg path {
  fill: #053E69;
}
.card-link:hover {
  border-color: #96644B;
}
.card-link:hover .thumbnail {
  opacity: 0.5;
}
.card-link:hover .title .text {
  opacity: 0.5;
}
.card-link:hover .title svg {
  width: 100%;
  max-width: 30px;
}
.card-link:hover .title svg path {
  fill: #96644B;
}

.row-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.row-section .inner-content {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
}
.row-section .inner-content .title-area {
  max-width: 340px;
  width: 30.9090909091%;
  min-height: 340px;
  padding-top: 20px;
  padding-left: 20px;
  color: #053E69;
}
.row-section .inner-content .title-area h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}
.row-section .inner-content .title-area p {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 4%;
  padding-top: 10px;
}
.row-section .inner-content .title-area a.btn {
  margin-top: 20px;
}
.row-section .inner-content .content-area {
  width: 65.4545454545%;
}
@media screen and (max-width: 768px) {
  .row-section .inner-content {
    flex-direction: column;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .row-section .inner-content .title-area {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .row-section .inner-content .title-area h2 {
    font-size: 32px;
  }
  .row-section .inner-content .title-area a.btn {
    margin-top: 20px;
  }
  .row-section .inner-content .content-area {
    width: 100%;
  }
}

.news-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  color: #053E69;
}
.news-item + .news-item {
  margin-top: 20px;
}
.news-item div.date {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 4%;
}
.news-item div.category {
  width: 90px;
  height: 24px;
  background-color: #DAE2E9;
  color: #053E69;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-item div.title {
  color: #053E69;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 4%;
  max-width: 520px;
}
.news-item:hover div.title {
  color: #96644B;
}
@media screen and (max-width: 768px) {
  .news-item {
    flex-wrap: wrap;
  }
  .news-item div.title {
    width: 100%;
  }
}

.sort-area h2 {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #053E69;
  border-bottom: 1px solid #053E69;
}
.sort-area .taglink-area {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px 9px;
  flex-wrap: wrap;
}
.sort-area .taglink-area a.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 29px;
  border-width: 1px;
  border-radius: 14px;
  border-color: #053E69;
  background-color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #053E69;
}
.sort-area .taglink-area a.tag.active {
  background-color: #96644B;
  color: #fff;
  border-color: #96644B;
}

.card-link-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .card-link-area {
    flex-direction: column;
  }
}

.content-area + .content-area {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .content-area {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
.content-area.list-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: start;
}
.content-area.list-content aside {
  max-width: 340px;
  width: 30.9090909091%;
}
.content-area.list-content aside .title-area {
  background-color: #053E69;
  color: #fff;
  padding: 10px;
}
.content-area.list-content aside .title-area .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.content-area.list-content aside .title-area h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
}
.content-area.list-content aside .title-area .tag-area {
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
.content-area.list-content aside .title-area img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
  width: calc(100% + 20px);
  height: 258px;
  margin-left: -10px;
  margin-right: -10px;
  max-width: calc(100% + 20px);
  margin-bottom: -10px;
}
.content-area.list-content .main-area {
  width: 65.4545454545%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .content-area.list-content {
    flex-direction: column;
  }
  .content-area.list-content aside {
    max-width: 100%;
    width: 100%;
  }
  .content-area.list-content .main-area {
    width: 100%;
  }
}
.content-area.archive-content .post-list {
  display: flex;
  justify-content: start;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.content-area.archive-content .post-list div.card-link {
  border: 0 none;
}
@media screen and (max-width: 768px) {
  .content-area.archive-content .post-list div.card-link {
    height: auto;
  }
}

div.postcontent-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
div.postcontent-area p {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  color: #053E69;
}
div.postcontent-area p a {
  text-decoration: underline;
  color: #053E69;
  word-break: break-all;
}
div.postcontent-area p a:hover {
  color: #96644B;
}
div.postcontent-area .image-set {
  text-align: center;
}
div.postcontent-area .image-set img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.postcontent-area .image-set .caption {
  padding-top: 10px;
  text-align: center;
}
div.postcontent-area .wp-block-embed iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  div.postcontent-area .wp-block-embed iframe {
    min-height: 190px;
  }
}
div.postcontent-area div.boxtext {
  background-color: #DAE2E9;
  padding: 20px;
  color: #053E69;
}
div.postcontent-area div.boxtext p + p {
  margin-top: 14px;
}
div.postcontent-area div.tableindex {
  background-color: #DAE2E9;
  padding: 20px;
  color: #053E69;
}
div.postcontent-area div.tableindex h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 4%;
}
div.postcontent-area div.tableindex ul {
  padding-left: 30px;
}
div.postcontent-area div.tableindex ul li {
  list-style-type: disc;
}
div.postcontent-area div.tableindex ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 4%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
div.postcontent-area h3.heading {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 4%;
  margin-bottom: -30px;
  color: #053E69;
  margin-top: -60px;
  padding-top: 60px;
}
div.postcontent-area div.btn-area a.btn {
  width: auto;
  max-width: none;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  div.postcontent-area div.btn-area a.btn {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  div.postcontent-area div.btn-area a.btn span {
    font-size: 12px;
  }
}
div.postcontent-area .pdf-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #053E69;
}
div.postcontent-area .pdf-link a:hover {
  color: #96644B;
}
div.postcontent-area .pdf-link a span {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.sns-area {
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #053E69;
  border-bottom: 1px solid #053E69;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .sns-area {
    margin-top: 50px;
  }
}
.sns-area .snslink-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.sns-area a {
  line-height: 1;
  position: relative;
}
div.post-pickup-area {
  padding-top: 40px;
}
div.post-pickup-area h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 4%;
  color: #053E69;
  margin-bottom: 10px;
}
div.post-pickup-area div.card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  div.post-pickup-area div.card-list {
    flex-direction: column;
  }
}

.privacy-policy {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  color: #053E69;
  padding-bottom: 60px;
}
.privacy-policy .policy-block {
  margin-bottom: 40px;
}
.privacy-policy .policy-block h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.privacy-policy .policy-block p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin: 0;
}
.privacy-policy .policy-block p a {
  text-decoration: underline;
  color: #053E69;
}
.privacy-policy .policy-block p a:hover {
  color: #96644B;
}

a.disabled {
  color: #aaa !important;
  pointer-events: none;
  cursor: none;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
}
body h1 {
  margin: 0;
}
body h2 {
  margin: 0;
}
body h3 {
  margin: 0;
}
body img {
  max-width: 100%;
}

header#header {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8980392157);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header#header {
    height: 34px;
  }
}
header#header .inner-content .drawer-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 62px;
}
header#header .inner-content .drawer-area .logo a {
  line-height: 0;
}
header#header .inner-content .drawer-area .logo > * {
  display: flex;
  flex-direction: column;
}
header#header .inner-content .drawer-area .logo span {
  font-size: 13px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  header#header .inner-content .drawer-area .logo span {
    font-size: 9px;
  }
}
header#header .inner-content .drawer-area .logo .visually-hidden {
  display: inline-block;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}
header#header .inner-content .drawer-area .logo svg {
  height: 40px;
}
header#header .inner-content .drawer-area #nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px;
}
@media screen and (max-width: 768px) {
  header#header .inner-content .drawer-area #nav {
    display: none;
  }
}
header#header .inner-content .drawer-area #nav .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
header#header .inner-content .drawer-area #nav .menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #053E69;
  white-space: nowrap;
}
header#header .inner-content .drawer-area #nav .menu a:hover {
  text-decoration: underline;
  color: #96644B;
}
header#header .inner-content .drawer-area #nav .contact {
  width: 150px;
}
header#header .inner-content .drawer-area #nav .contact a {
  border: 0 none;
}
@media screen and (max-width: 768px) {
  header#header .inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header#header .inner-content .drawer-area {
    justify-content: flex-start;
  }
  header#header .inner-content .drawer-area .logo svg {
    height: 26px;
    width: 213px;
  }
  header#header .inner-content .drawer-area #nav {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 62px;
  }
  header#header .inner-content .drawer-area #nav .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  header#header .inner-content .drawer-area #nav .menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #053E69;
    white-space: nowrap;
  }
  header#header .inner-content .drawer-area #nav .menu a:hover {
    text-decoration: underline;
    color: #96644B;
  }
  header#header .inner-content .drawer-area #nav .contact {
    width: 150px;
    display: none;
  }
  header#header .inner-content .drawer-area #nav .contact a {
    border: 0 none;
  }
}
header#header .sp-area {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header#header .sp-area .sp-link {
  width: 26px;
  height: 26px;
  border: 1px solid #053E69;
  display: flex;
  justify-content: center;
  align-items: center;
}
header#header .sp-area .sp-link.sp-contact {
  background-color: #053E69;
}
header#header .sp-area .sp-link.drawer-btn {
  background: #fff;
}
@media screen and (max-width: 768px) {
  header#header .sp-area {
    display: flex;
  }
}
header#header div.drawer-sp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  padding: 5px 20px 36px;
  flex-direction: column;
  background-color: #053E69;
  color: #fff;
  z-index: 9999;
}
header#header div.drawer-sp.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
}
header#header div.drawer-sp div.close-area div.close {
  text-align: right;
}
header#header div.drawer-sp div.close-area div.nav-area div.logo {
  padding-bottom: 12px;
}
header#header div.drawer-sp div.close-area div.nav-area div.nav a {
  border-top: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #fff;
  display: block;
}
header#header div.drawer-sp div.close-area div.nav-area div.nav a:last-child {
  border-bottom: 1px solid #fff;
}

/*============================
#footer
============================*/
footer#footer {
  background-color: #053E69;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  position: relative;
  margin-top: 89px;
}
footer#footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 89px;
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/footer/bg.svg) repeat-x center bottom;
  background-size: auto 100%;
  position: absolute;
  top: -88px;
}
footer#footer .inner-content {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
footer#footer .inner-content .mojo-area {
  gap: 40px;
  max-width: 900px;
  width: 81.8181818182%;
}
footer#footer .inner-content .mojo-area .logo img {
  width: 100%;
  max-width: 360px;
}
footer#footer .inner-content .mojo-area .links {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
footer#footer .inner-content .mojo-area .links a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
}
footer#footer .inner-content .mojo-area .links a:hover {
  color: #96644B;
}
footer#footer .inner-content .jdsc-area {
  width: 14.0909090909%;
}
footer#footer .inner-content .jdsc-area .logo {
  text-align: right;
}
footer#footer .inner-content .jdsc-area .text {
  padding-top: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: right;
}
footer#footer .inner-footer {
  padding-bottom: 10px;
}
footer#footer .inner-footer div.copyright {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  footer#footer:after {
    height: 58px;
    top: -57px;
  }
  footer#footer .inner-content {
    padding-left: 17.5px;
    padding-right: 17.5px;
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-direction: column;
  }
  footer#footer .inner-content .mojo-area {
    gap: 20px;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  footer#footer .inner-content .mojo-area .logo svg {
    width: 100%;
    max-width: 211px;
  }
  footer#footer .inner-content .mojo-area .links {
    padding-top: 20px;
    flex-direction: column;
    gap: 15px;
  }
  footer#footer .inner-content .jdsc-area {
    border-bottom: 1px solid #fff;
    margin-bottom: 26px;
    padding-bottom: 33px;
    width: 100%;
  }
  footer#footer .inner-content .jdsc-area .logo {
    text-align: left;
  }
  footer#footer .inner-content .jdsc-area .text {
    padding-top: 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    text-align: left;
  }
  footer#footer .inner-footer {
    padding-bottom: 0;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  footer#footer .inner-footer div.copyright {
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 4%;
  }
}

.page-header {
  padding-top: 60px;
}
.page-header .inner-content .title {
  height: 200px;
  font-weight: 300;
  font-size: 40px;
  line-height: 41px;
  letter-spacing: 4%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 34px;
  }
  .page-header .inner-content .title {
    height: 116px;
    font-weight: 300;
    font-size: 30px;
    line-height: 31px;
  }
}
.page-header.header-image-01 {
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-01.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header.header-image-01 {
    background-image: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-01-sp.png);
  }
}
.page-header.header-image-02 {
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-02.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header.header-image-02 {
    background-image: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-02-sp.png);
  }
}
.page-header.header-image-02 .inner-content h1 {
  color: #fff;
}
.page-header.header-image-03 {
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-03.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header.header-image-03 {
    background-image: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-03-sp.png);
  }
}
.page-header.header-image-04 {
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-04.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header.header-image-04 {
    background-image: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-04-sp.png);
  }
}
.page-header.header-image-04 .inner-content h1 {
  color: #fff;
}
.page-header.header-image-05 {
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-05.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header.header-image-05 {
    background-image: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-05-sp.png);
  }
}
.page-header.header-image-05 .inner-content h1 {
  color: #fff;
}
.page-header.header-image-05 .inner-content h2 {
  color: #fff;
}
.page-header.header-image-06 {
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-06.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header.header-image-06 {
    background-image: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/page/pageheader-06-sp.png);
  }
}

div.breadcrumb {
  padding-top: 10px;
  margin-bottom: 60px;
}
div.breadcrumb ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
div.breadcrumb ul li {
  list-style: none;
  font-family: Poppins, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  color: #053E69;
}
div.breadcrumb ul li a {
  color: #053E69;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
}
div.breadcrumb ul li a:hover {
  color: #96644B;
}
div.breadcrumb ul li::after {
  content: ">";
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 10px;
}
div.breadcrumb ul li:last-child::after {
  display: none;
}
div.breadcrumb ul li.active, div.breadcrumb ul li:last-child {
  color: #96644B;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.breadcrumb ul li.active a, div.breadcrumb ul li:last-child a {
  color: #96644B;
  pointer-events: none;
  cursor: default;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
}

section.page-content.about .content-area aside div.pagetitle-area h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #053E69;
}
section.page-content.about .content-area div.main-area {
  color: #053E69;
}
section.page-content.about .content-area div.main-area h3.heading {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 4%;
  color: #053E69;
}
section.page-content.about .content-area div.main-area h4 {
  padding-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 4%;
}
section.page-content.about .content-area div.main-area p {
  padding-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 4%;
  margin-bottom: 10px;
}
section.page-content.about .content-area div.main-area img {
  margin-top: 20px;
}
section.page-content.about .content-area > h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #053E69;
  margin-bottom: 20px;
}
section.page-content.about .content-area div.post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  section.page-content.about .content-area div.post-list {
    flex-direction: column;
  }
}
section.page-content.about .content-area div.post-list .card-link.join-company-link {
  height: auto;
}
section.page-content.about .content-area div.post-list .card-link.join-company-link div.thumbnail {
  height: 180px;
}
section.page-content.about .content-area div.post-list .card-link.join-company-link div.title {
  background-color: #053E69;
  padding-bottom: 10px;
  min-height: 99px;
}
section.page-content.about .content-area div.post-list .card-link.join-company-link div.title div.text h3 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 4%;
  margin-bottom: 10px;
}
section.page-content.about .content-area div.post-list .card-link.join-company-link div.title div.text p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 4%;
}
section.page-content.about .content-area div.post-list .card-link.join-company-link div.title svg {
  margin-bottom: 0;
}
section.page-content.about .content-area div.post-list .card-link.join-company-link div.title svg path {
  fill: #fff;
}
section.page-content.about .content-area div.post-list .card-link.member-item {
  pointer-events: none;
  height: auto;
}
section.page-content.about .content-area div.post-list .card-link.member-item div.thumbnail {
  height: 340px;
}
section.page-content.about .content-area div.post-list .card-link.member-item div.title {
  height: auto;
  display: block;
}
section.page-content.about .content-area div.post-list .card-link.member-item div.title h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 4%;
  color: #053E69;
  margin-bottom: 10px;
}
section.page-content.about .content-area div.post-list .card-link.member-item div.title p {
  color: #053E69;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 4%;
}
section.page-content.about .content-area div.post-list .card-link.member-item div.title p + p {
  padding-top: 10px;
  padding-bottom: 10px;
}
section.page-content.about .content-area div.list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  color: #053E69;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 4%;
}
section.page-content.about .content-area div.list + div.list {
  margin-top: 10px;
}
section.page-content.about .content-area div.list div.title {
  width: 102px;
}
@media screen and (max-width: 768px) {
  section.page-content.about .content-area aside div.pagetitle-area h2 {
    font-size: 30px;
  }
  section.page-content.about .content-area > h2 {
    font-size: 30px;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link {
    pointer-events: none;
    height: auto;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link div.thumbnail {
    height: 180px;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link div.title {
    background-color: #053E69;
    padding-bottom: 10px;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link div.title div.text h3 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 4%;
    margin-bottom: 10px;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link div.title div.text p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 4%;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link div.title svg {
    margin-bottom: 0;
  }
  section.page-content.about .content-area div.post-list .card-link.join-company-link div.title svg path {
    fill: #fff;
  }
  section.page-content.about .content-area div.post-list .card-link.member-item {
    pointer-events: none;
    height: auto;
  }
  section.page-content.about .content-area div.post-list .card-link.member-item div.thumbnail {
    height: 340px;
  }
  section.page-content.about .content-area div.post-list .card-link.member-item div.title {
    height: auto;
    display: block;
  }
  section.page-content.about .content-area div.post-list .card-link.member-item div.title h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 4%;
    color: #053E69;
    margin-bottom: 10px;
  }
  section.page-content.about .content-area div.post-list .card-link.member-item div.title p {
    color: #053E69;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 4%;
  }
  section.page-content.about .content-area div.list {
    flex-direction: column;
    gap: 0;
  }
  section.page-content.about .content-area div.list + div.list {
    margin-top: 20px;
  }
  section.page-content.about .content-area div.list div.title {
    width: 100%;
  }
}
section.page-content.contact .contact-form {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #053E69;
  padding-bottom: 60px;
}
section.page-content.contact .contact-form .form-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
section.page-content.contact .contact-form .form-intro p {
  margin: 0;
}
section.page-content.contact .contact-form .form-group {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
section.page-content.contact .contact-form .form-group.form-actions {
  align-items: flex-start;
  margin-top: 16px;
}
section.page-content.contact .contact-form .form-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
section.page-content.contact .contact-form .form-label .required {
  color: #CE0000;
  font-size: 0.95em;
  margin-left: 2px;
}
section.page-content.contact .contact-form .form-input, section.page-content.contact .contact-form .form-textarea {
  box-sizing: border-box;
  max-width: 760px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #053E69;
  border: 1px solid #DAE2E9;
  background: #fff;
  margin-bottom: 0;
}
section.page-content.contact .contact-form .form-input::-moz-placeholder, section.page-content.contact .contact-form .form-textarea::-moz-placeholder {
  color: #698BA5;
  opacity: 1;
}
section.page-content.contact .contact-form .form-input::placeholder, section.page-content.contact .contact-form .form-textarea::placeholder {
  color: #698BA5;
  opacity: 1;
}
section.page-content.contact .contact-form .form-textarea {
  padding-top: 8px;
  min-height: 150px;
  resize: vertical;
}
section.page-content.contact .contact-form .form-radio-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
section.page-content.contact .contact-form .form-radio-group .radio {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #053E69;
}
section.page-content.contact .contact-form .form-radio-group .radio input[type=radio] {
  accent-color: #053E69;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
section.page-content.contact .contact-form .privacy-link {
  font-size: 14px;
  line-height: 28px;
  color: #053E69;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
section.page-content.contact .contact-form .privacy-link:hover {
  color: #96644B;
}
section.page-content.contact .contact-form .btn {
  width: 210px;
  height: 46px;
  cursor: pointer;
  position: relative;
}

main#main.top article section.fv {
  height: 500px;
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/home/fv.png) no-repeat;
  background-size: cover;
}
main#main.top article section.fv div.inner-content {
  height: 100%;
  display: flex;
  align-items: center;
}
main#main.top article section.fv div.inner-content div.lead-area {
  max-width: 508px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8980392157);
  color: #053E69;
}
main#main.top article section.fv div.inner-content div.lead-area h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 1%;
  margin-bottom: 20px;
}
main#main.top article section.fv div.inner-content div.lead-area p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  main#main.top article section.fv div.inner-content div.lead-area {
    max-width: 280px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8980392157);
    color: #053E69;
  }
  main#main.top article section.fv div.inner-content div.lead-area h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 4%;
    margin-bottom: 20px;
  }
  main#main.top article section.fv div.inner-content div.lead-area p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4%;
    margin-bottom: 20px;
  }
  main#main.top article section.fv div.inner-content div.lead-area a.btn {
    margin-bottom: 10px;
  }
}
main#main.top article section.news.row-section div.inner-content div.title-area {
  position: relative;
  background: url(https://mojo.jdsc.ai/wp-content/themes/mojo/assets/images/home/about.png) no-repeat;
  background-size: cover;
}
main#main.top article section.news.row-section div.inner-content div.title-area > * {
  position: relative;
  z-index: 1;
}
main#main.top article section.news.row-section div.inner-content div.title-area:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(5, 62, 105, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main#main.top article section.news.row-section div.inner-content div.title-area h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#main.top article section.news.row-section div.inner-content div.title-area {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
main#main.top article section.solution.row-section {
  background-color: #053E69;
}
main#main.top article section.solution.row-section div.inner-content div.title-area h2 {
  color: #fff;
}
main#main.top article section.solution.row-section div.inner-content div.title-area p {
  color: #fff;
}
main#main.top article section.case.row-section div.inner-content div.title-area a.btn.middle {
  border-color: #053E69;
}
main#main.top article section.case.row-section div.inner-content div.title-area a.btn.middle:hover {
  border-color: #96644B;
}
main#main.top article section.column.row-section {
  background-color: #053E69;
}
main#main.top article section.column.row-section div.inner-content div.title-area h2 {
  color: #fff;
}
main#main.top article section.column.row-section div.inner-content div.title-area p {
  color: #fff;
}
main#main.top article section.client {
  padding-top: 60px;
  padding-bottom: 60px;
}
main#main.top article section.client div.inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main#main.top article section.client div.inner-content a {
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  main#main.top article section.client {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  main#main.top article section.client div.inner-content {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    gap: 40px;
  }
}/*# sourceMappingURL=style.css.map */