@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
  scroll-padding-top: 84px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 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;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.-pb0 {
  padding-bottom: 0 !important;
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-ja);
  color: var(--color-base-text);
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  body {
    min-width: 1180px;
  }
}

a,
button {
  -webkit-transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

.leadgrid-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 18px 8px 19px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
}
.leadgrid-c-button.-secondary {
  background-color: #FDFDFD;
  color: #333333;
  border: 1px solid #A7A7A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 244px;
  width: 244px;
  padding: 17px 32px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-secondary {
    padding: 12px 32px;
  }
}
.leadgrid-c-button.-secondary .c-button__jaTitle {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button.-secondary .icon-circle-arrow {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  position: relative;
}
.leadgrid-c-button.-secondary .icon-circle-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/truster-corp/img/common/icon_circle-2.svg") no-repeat center center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.leadgrid-c-button.-secondary .icon-circle-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 28px;
  height: 20px;
  background: url("/assets/truster-corp/img/common/icon_arrow.svg") no-repeat center center/contain;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1 {
  display: none;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  display: none;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2 {
  display: none;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  display: none;
}
.leadgrid-c-button.-secondary:hover {
  opacity: 1;
}
.leadgrid-c-button.-secondary:hover .icon-circle-arrow::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.leadgrid-c-button.-secondary:hover .icon-circle-arrow::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: #fff;
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.truster-corp-c-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #FCFCFC;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.truster-corp-c-header .truster-corp-c-inner {
  border-bottom: 1px solid rgb(236, 236, 236);
  margin: 0 auto;
  padding: 18px 60px 17px 60px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .truster-corp-c-header .truster-corp-c-inner {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner {
    padding: 18px 24px 17px 16px;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__logo {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__logo {
    margin-bottom: 0;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__logo a .c-header__logoImg {
  width: 145px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__logo a .c-header__logoImg {
    display: none;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__logo a .c-header__logoImgSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__logo a .c-header__logoImgSp {
    display: block;
    width: 100px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCFCFC;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 32px 16px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navSmall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navSmall {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap {
    border-radius: 15px;
    display: block;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .menu-control {
    position: relative;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .menu-control:hover .c-header__navPanel {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
  border-bottom: 1px solid transparent;
  margin: 0 17px;
  padding: 0 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem::after {
  content: " ";
  display: block;
  position: absolute;
  background: #1253BF;
  width: 100%;
  height: 1px;
  bottom: -34px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.-service {
  margin: 0 12px 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.-service {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.-service {
    margin: 0;
    padding: 20px 32px 0px 32px;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle {
    font-size: 13px;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle.-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle.-service {
    color: #333333;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 0 0 20px 0;
    padding: 0px 0px 0px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle.-service::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
    background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle.-service.is-active .c-header__navPanel {
  display: block;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle .c-header__panelIcon {
  width: 12px;
  height: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  background: url("/assets/truster-corp/img/common/header-nav-icon.svg") no-repeat center center;
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle:hover {
    color: #1253BF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__linkeJaTitle {
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin: 0;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    border-bottom: 1px solid #ECECEC;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover {
    color: #1253BF;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover a {
    opacity: 1;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover .c-header__navItemJaTitle {
    color: #1253BF;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover::after {
    opacity: 1;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap a {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap a {
    width: 100%;
    opacity: 1;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItemJaTitle {
    width: calc(100% - 50px);
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItemJaTitle::after {
    display: none;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItemWrapImgInner {
  display: none;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItemWrapImgInner:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItemWrapImgInner {
    display: block;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemWrap .c-header__navItemWrapImgInner .c-header__navItemWrapImg {
    display: block;
    width: 10px;
    height: 6px;
    background: url("/assets/esnet-corp/img/common/icon_header_nav_arrow_sp.svg") no-repeat center center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active {
    position: relative;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
    display: none;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active > p:after {
    background: url("/assets/esnet-corp/img/common/icon_header_nav_arrow_sp_after.svg") no-repeat center center;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active > .c-header__navItemWrap .c-header__navItemWrapImg {
    background: url("/assets/esnet-corp/img/common/icon_header_nav_arrow_sp_after.svg") no-repeat center center;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    display: block;
    width: 100%;
    padding: 20px 29px 19px 32px;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle:hover {
    color: #1253BF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 0;
    padding-left: 16px;
    position: relative;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
    background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemJaTitle {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemJaTitle {
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 18px 29px 20px 29px;
    position: relative;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navItemJaTitle::before {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 6px;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/esnet-corp/img/common/header_panel.svg") no-repeat center center;
    background-size: 4px 6px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > p:after {
    content: " ";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/esnet-corp/img/common/icon_header_nav_arrow_sp.svg") no-repeat center center;
    border-radius: 40px;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FCFCFC;
  border: 1px solid rgb(236, 236, 236);
  border-radius: 0 0 10px 10px;
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel::before {
    content: " ";
    width: 100%;
    background-color: transparent;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList {
    padding: 0 0 20px;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem {
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem:last-child {
  margin-bottom: 0;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem {
    padding-left: 0;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem::before {
    display: none;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem a {
  color: #333333;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel .c-header__panelList .c-header__panelItem:hover a {
  color: #1253BF;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    display: none;
    position: static;
    background-color: initial;
    padding: 0;
    opacity: 1;
    visibility: visible;
    border: none;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  gap: 8px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    margin: 0;
  }
}
.truster-corp-c-header .truster-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .c-button__jaTitle {
  font-weight: 500;
}
.truster-corp-c-header .truster-corp-c-inner .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton {
    opacity: 1;
    width: 32px;
    height: 24px;
    border-radius: 80px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background-color: #FCFCFC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton.is-active > i:nth-child(2) {
    width: 22px;
    background-color: #333333;
    -webkit-transform: translate3d(3px, -4.5px, 0) rotate(-45deg);
    transform: translate3d(3px, -4.5px, 0) rotate(-45deg);
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton.is-active > i:nth-child(1) {
    width: 22px;
    background-color: #333333;
    -webkit-transform: translate3d(3px, 4.5px, 0) rotate(45deg);
    transform: translate3d(3px, 4.5px, 0) rotate(45deg);
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton.is-active > i:nth-child(3) {
    opacity: 0;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton > i {
    border-radius: 1px;
    display: block;
    width: 32px;
    height: 1px;
    background-color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton > i + i {
    margin-top: 8px;
  }
  .truster-corp-c-header .truster-corp-c-inner .c-header__menuButton > i:nth-child(2) {
    width: 21px;
    background-color: #333333;
  }
}

.truster-corp-c-footer {
  background-color: #F5F5F5;
}
.truster-corp-c-footer .c-footerBanner {
  width: 100%;
  margin: 0 auto;
  padding: 120px 120px 0px 120px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-c-footer .c-footerBanner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner {
    padding: 64px 0 0 0;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 109px;
  border-bottom: 1px solid rgb(215, 215, 215);
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    border-bottom: none;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__company {
    padding: 56px 0;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__companyLogo {
  width: 216px;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__companyLogo {
    max-height: 48px;
    margin-bottom: 32px;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__navList {
  list-style: none;
  padding: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__navList {
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(215, 215, 215);
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__navList .c-footerBanner__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
  color: #333333;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
    letter-spacing: 0.04em;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList {
  list-style: none;
  padding: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList.-news {
  max-width: calc((100% - 200px) / 3);
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList.-news {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList {
    gap: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(215, 215, 215);
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__staticItem {
  color: #333333;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__staticItem {
    font-size: 14px;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__navLink {
  color: #333333;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__navLink {
    font-size: 14px;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__category {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__category {
    margin: 16px 0 0 0;
    gap: 12px;
  }
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__category .c-footerBanner__categoryItem {
  color: rgb(78, 78, 78);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.truster-corp-c-footer .c-footerBanner .truster-corp-c-inner .c-footerBanner__staticList .c-footerBanner__category .c-footerBanner__categoryItem .c-footerBanner__categoryLink {
  text-decoration: none;
  color: rgb(78, 78, 78);
  overflow-wrap: anywhere;
}
.truster-corp-c-footer .c-footerBar {
  padding: 32px 120px 26px 120px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-c-footer .c-footerBar {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar {
    padding: 0;
    text-align: center;
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 32px 64px 32px;
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__left {
    display: contents;
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__left .sns {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__left .sns {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 24px 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgb(215, 215, 215);
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__left .sns a {
  display: block;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__left .sns .sns__icon {
  width: 23px;
  height: 23px;
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList .c-footerBar__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList .c-footerBar__navItem {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList .c-footerBar__navItem + .c-footerBar__navItem::before {
  content: "/";
  color: #333333;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0 5px;
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
  color: #333333;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.09em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
.truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__copyright {
  color: #333333;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-footer .c-footerBar > .truster-corp-c-inner .c-footerBar__copyright {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    white-space: nowrap;
  }
}

.truster-corp-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 18px 8px 19px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
}
.truster-corp-c-button.-header {
  background-color: #FDFDFD;
  color: #333333;
  border: 1px solid #A7A7A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-header {
    padding: 12px 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 244px;
  }
}
.truster-corp-c-button.-header .c-button__jaTitle {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-header .c-button__jaTitle {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
  }
}
.truster-corp-c-button.-header .c-button__circle {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-header .c-button__circle {
    width: 34px;
    height: 34px;
  }
}
.truster-corp-c-button.-header .c-button__circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/truster-corp/img/common/icon_circle.svg") no-repeat center center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.truster-corp-c-button.-header .c-button__circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 28px;
  height: 20px;
  background: url("/assets/truster-corp/img/common/icon_arrow.svg") no-repeat center center/contain;
}
.truster-corp-c-button.-header:hover {
  opacity: 1;
}
.truster-corp-c-button.-header:hover .c-button__circle::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-c-button.-header:hover .c-button__circle::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.truster-corp-c-button.-primary {
  background-color: #FDFDFD;
  color: #333333;
  border: 1px solid #A7A7A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 244px;
  width: 244px;
  padding: 17px 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-primary {
    padding: 12px 32px;
  }
}
.truster-corp-c-button.-primary .c-button__jaTitle {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: none;
  word-break: break-all;
}
.truster-corp-c-button.-primary .c-button__circle {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  position: relative;
}
.truster-corp-c-button.-primary .c-button__circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/truster-corp/img/common/icon_circle-2.svg") no-repeat center center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.truster-corp-c-button.-primary .c-button__circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 28px;
  height: 20px;
  background: url("/assets/truster-corp/img/common/icon_arrow.svg") no-repeat center center/contain;
}
.truster-corp-c-button.-primary:hover {
  opacity: 1;
}
.truster-corp-c-button.-primary:hover .c-button__circle::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-c-button.-primary:hover .c-button__circle::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.truster-corp-c-button.-blank .c-button__circle::before {
  background: url("/assets/truster-corp/img/common/blank_icon.svg") no-repeat center center/contain;
}
.truster-corp-c-button.-secondary {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
  border: 3px solid var(--color-base-secondary);
}
.truster-corp-c-button.-white {
  background-color: #fff;
  color: var(--color-base-primary);
  border: 0 solid var(--color-base-primary);
}
.truster-corp-c-button.-large {
  width: 310px;
  min-width: 310px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-large {
    padding: 12px 32px;
  }
}
.truster-corp-c-button.-big {
  min-width: 360px;
  padding: 24px 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-big {
    padding: 12px 20px 12px 20px;
  }
}
.truster-corp-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
@media screen and (max-width: 767px) {
  .truster-corp-c-button.-big .c-button__jaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.truster-corp-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.truster-corp-c-button.-tag {
  border: 1px solid rgb(209, 209, 209);
  border-radius: 4px;
  background-color: rgb(238, 248, 255);
  color: rgb(117, 117, 117);
  min-width: initial;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding: 1px 13px;
  display: inline-block;
}
.truster-corp-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.truster-corp-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.truster-corp-c-button .c-button__jaTitle {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-transform: none;
  word-break: break-all;
}

.truster-corp-c-buttonCircle {
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  position: relative;
}
.truster-corp-c-buttonCircle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/truster-corp/img/common/icon_circle-2.svg") no-repeat center center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.truster-corp-c-buttonCircle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 28px;
  height: 20px;
  background: url("/assets/truster-corp/img/common/icon_arrow.svg") no-repeat center center/contain;
}

.truster-corp-c-sectionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 24px;
  position: relative;
}
.truster-corp-c-sectionHeader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 1px;
  background: #D7D7D7;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader::after {
    width: 100%;
  }
}
.truster-corp-c-sectionHeader .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #FCFCFC;
}
.truster-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  color: #1253BF;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: 28px;
  }
}
.truster-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  color: #1253BF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.truster-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 100%;
}
.truster-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #FCFCFC;
  z-index: 2;
  mix-blend-mode: difference;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.truster-corp-c-sectionHeader .c-sectionHeader__content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 12px 0 0;
}
.truster-corp-c-sectionHeader.-mainvisual .c-sectionHeader__enTitle {
  font-size: 32px;
}
.truster-corp-c-sectionHeader.-mainvisual::after {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader.-mainvisual {
    margin-left: 16px;
  }
}

.truster-corp-c-sectionHeader-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 24px;
  position: relative;
  min-width: 260px;
}
.truster-corp-c-sectionHeader-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 1px;
  background: #D7D7D7;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader-2::after {
    width: 150px;
  }
}
.truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.truster-corp-c-sectionHeader-2 .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  color: #1253BF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
  padding-left: 44px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: 24px;
    padding-left: 24px;
  }
}
.truster-corp-c-sectionHeader-2 .c-sectionHeader__topper .c-sectionHeader__jaTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper .c-sectionHeader__jaTitle::before {
    width: 12px;
    height: 12px;
  }
}
.truster-corp-c-sectionHeader-2 .c-sectionHeader__topper .c-sectionHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #1253BF;
  z-index: 2;
  mix-blend-mode: difference;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.truster-corp-c-sectionHeader-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.truster-corp-c-sectionHeader-3 .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.truster-corp-c-sectionHeader-3 .c-sectionHeader__topper .c-sectionHeader__enTitle {
  color: #1253BF;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 34px;
  position: relative;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader-3 .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: 32px;
    padding-left: 30px;
    margin: 0 0 16px;
  }
}
.truster-corp-c-sectionHeader-3 .c-sectionHeader__topper .c-sectionHeader__enTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 100%;
}
.truster-corp-c-sectionHeader-3 .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  color: #1253BF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader-3 .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: 16px;
    margin: 0 0 48px;
  }
}
.truster-corp-c-sectionHeader-3 .c-sectionHeader__content {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-sectionHeader-3 .c-sectionHeader__content .-pconly {
    display: none;
  }
}

.truster-corp-c-propertyCard .c-propertyCard__inner {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .truster-corp-c-propertyCard .c-propertyCard__inner:hover {
    opacity: 1;
  }
  .truster-corp-c-propertyCard .c-propertyCard__inner:hover .c-propertyCard__thumb img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.truster-corp-c-propertyCard .c-propertyCard__thumb {
  border-radius: 6px;
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 74.93%;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-propertyCard .c-propertyCard__thumb {
    border-radius: 6px;
  }
}
.truster-corp-c-propertyCard .c-propertyCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.truster-corp-c-propertyCard .c-propertyCard__contents {
  padding: 8px 20px 0px 0px;
  position: relative;
}
.truster-corp-c-propertyCard .c-propertyCard__status {
  background: rgb(238, 248, 255);
  border: 1px solid rgb(209, 209, 209);
  border-radius: 4px;
  color: rgb(117, 117, 117);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 1px 13px;
  margin: 16px 0 0;
}
.truster-corp-c-propertyCard .c-propertyCard__title {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-propertyCard .c-propertyCard__title {
    min-height: auto;
  }
}
.truster-corp-c-propertyCard .c-propertyCard__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: rgb(110, 110, 110);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}
.truster-corp-c-propertyCard .c-propertyCard__price .c-propertyCard__priceIcon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.truster-corp-c-propertyCard .c-propertyCard__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: rgb(110, 110, 110);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
}
.truster-corp-c-propertyCard .c-propertyCard__area .c-propertyCard__areaIcon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.truster-corp-c-breadcrumb {
  position: relative;
  z-index: 2;
  top: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-breadcrumb {
    top: 2px;
  }
}
.truster-corp-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.truster-corp-c-breadcrumb.-white {
  color: white;
}
.truster-corp-c-breadcrumb.-white li {
  color: white;
}
.truster-corp-c-breadcrumb.-white li + li:before {
  color: white;
}
.truster-corp-c-breadcrumb.-white li a {
  color: white;
}
.truster-corp-c-breadcrumb .truster-corp-c-inner {
  width: 100%;
  padding: 60px 60px 60px 120px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-breadcrumb .truster-corp-c-inner {
    padding: 16px 16px 48px 16px;
  }
}
.truster-corp-c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.truster-corp-c-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgb(209, 209, 209);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
.truster-corp-c-breadcrumb li + li:before {
  content: "-";
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  margin: 0 16px;
}
.truster-corp-c-breadcrumb li:last-of-type {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.truster-corp-c-breadcrumb li:last-of-type span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgb(51, 51, 51);
}
.truster-corp-c-breadcrumb li a {
  color: rgb(209, 209, 209);
  text-decoration: none;
}

.truster-corp-c-taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-taglist {
    display: block;
    margin-bottom: 60px;
  }
}
.truster-corp-c-taglist .c-taglist__title {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-taglist .c-taglist__title {
    font-size: 14px;
  }
}
.truster-corp-c-taglist .c-taglist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-taglist .c-taglist__list {
    gap: 15px;
    padding: 0 16px;
  }
}
.truster-corp-c-taglist .c-taglist__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 16px 59px 16px 15px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #FFFFFF;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 6px;
  width: calc(25% - 15px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.truster-corp-c-taglist .c-taglist__list a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("/assets/truster-corp/img/news/circle_before.svg") no-repeat 0 0;
  background-size: 28px 28px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-taglist .c-taglist__list a {
    width: calc(50% - 7.5px);
    min-width: auto;
    padding: 17px 50px 17px 7px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }
}
.truster-corp-c-taglist .c-taglist__list a:hover, .truster-corp-c-taglist .c-taglist__list a.is-current {
  border: 1px solid rgb(18, 83, 191);
  opacity: 1;
}
.truster-corp-c-taglist .c-taglist__list a:hover::before, .truster-corp-c-taglist .c-taglist__list a.is-current::before {
  background: url("/assets/truster-corp/img/news/circle_before_hover.svg") no-repeat 0 0;
  background-size: 28px 28px;
}

.truster-corp-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-pager {
    margin-top: 60px;
  }
}
.truster-corp-c-pager .c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 6px;
  background-color: #FFFFFF;
  color: rgb(51, 51, 51);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.truster-corp-c-pager .c-pager__item + .c-pager__item {
  margin-left: 12px;
}
.truster-corp-c-pager .c-pager__item.-prev i {
  display: block;
  width: 21px;
  height: 19px;
  background: url("/assets/truster-corp/img/common/pager_prev.svg") no-repeat 0 0;
  background-size: 21px 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-pager .c-pager__item.-prev i {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.truster-corp-c-pager .c-pager__item.-next i {
  display: block;
  width: 21px;
  height: 19px;
  background: url("/assets/truster-corp/img/common/pager_next.svg") no-repeat 0 0;
  background-size: 21px 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-pager .c-pager__item.-next i {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.truster-corp-c-pager .c-pager__item:hover, .truster-corp-c-pager .c-pager__item.-current {
  background-color: rgb(167, 167, 167);
  color: #FFFFFF;
  opacity: 1;
}
.truster-corp-c-pager .c-pager__item:hover.-prev i, .truster-corp-c-pager .c-pager__item.-current.-prev i {
  background: url("/assets/truster-corp/img/common/pager_prev_hover.svg") no-repeat 0 0;
}
.truster-corp-c-pager .c-pager__item:hover.-next i, .truster-corp-c-pager .c-pager__item.-current.-next i {
  background: url("/assets/truster-corp/img/common/pager_next_hover.svg") no-repeat 0 0;
}
.truster-corp-c-pager .c-pager__itemDot {
  width: 20px;
  height: 48px;
  margin: 0 12px;
  position: relative;
}
.truster-corp-c-pager .c-pager__itemDot img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.truster-corp-c-noresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 200px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-noresult {
    margin: 80px 0 0;
    padding: 0 16px;
  }
}
.truster-corp-c-noresult .c-noresult__label {
  color: rgb(18, 83, 191);
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.truster-corp-c-noresult .c-noresult__label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-noresult .c-noresult__label {
    font-size: 32px;
    margin: 0 0 16px;
  }
}
.truster-corp-c-noresult .c-noresult__title {
  color: rgb(18, 83, 191);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-noresult .c-noresult__title {
    font-size: 16px;
    margin: 0 0 48px;
  }
}
.truster-corp-c-noresult .c-noresult__text {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-noresult .c-noresult__text {
    margin: 0 0 60px;
  }
}

.truster-corp-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.truster-corp-c-wysiwyg h2,
.truster-corp-c-wysiwyg h3,
.truster-corp-c-wysiwyg h4,
.truster-corp-c-wysiwyg h5,
.truster-corp-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.truster-corp-c-wysiwyg h2 {
  border-bottom: 1px solid rgb(209, 209, 209);
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
  padding-left: 25px;
  position: relative;
  margin: 80px 0 0 0;
}
.truster-corp-c-wysiwyg h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: calc(100% - 16px);
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg h2 {
    font-size: 20px;
    margin-top: 60px;
  }
}
.truster-corp-c-wysiwyg h3 {
  border-bottom: 1px solid rgb(209, 209, 209);
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg h3 {
    font-size: 18px;
    margin-top: 60px;
  }
}
.truster-corp-c-wysiwyg h4 {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg h4 {
    margin-top: 60px;
  }
}
.truster-corp-c-wysiwyg p {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg p {
    font-size: 14px;
  }
}
.truster-corp-c-wysiwyg ul > li {
  position: relative;
  padding-left: 38px;
  list-style: none;
}
.truster-corp-c-wysiwyg ul > li::before {
  background: #1253BF;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.truster-corp-c-wysiwyg li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 8px;
}
.truster-corp-c-wysiwyg ul, .truster-corp-c-wysiwyg ol {
  margin: 80px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg ul, .truster-corp-c-wysiwyg ol {
    margin: 48px 0;
  }
}
.truster-corp-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.truster-corp-c-wysiwyg ol li {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 8px;
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.truster-corp-c-wysiwyg ol li:before {
  border: 1px solid #1253BF;
  border-radius: 2px;
  content: "0" counter(n);
  counter-increment: n;
  color: rgb(117, 117, 117);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
  margin-right: 14px;
  padding: 5px 5px;
}
.truster-corp-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.truster-corp-c-wysiwyg a {
  color: rgb(117, 117, 117);
  word-wrap: break-word;
}
.truster-corp-c-wysiwyg b {
  font-weight: 700;
}
.truster-corp-c-wysiwyg blockquote {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 40px 44px;
  margin: 32px 0 0;
  position: relative;
  border-top: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
  border-left: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg blockquote {
    padding: 40px 10px;
    margin: 20px 0;
  }
}
.truster-corp-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/assets/truster-corp/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 7px;
}
.truster-corp-c-wysiwyg blockquote p {
  margin: 0;
}
.truster-corp-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 12px;
  padding-bottom: 20px;
  table-layout: fixed;
}
.truster-corp-c-wysiwyg table tbody, .truster-corp-c-wysiwyg table thead {
  width: 100%;
}
.truster-corp-c-wysiwyg table::-webkit-scrollbar {
  height: 1px;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg table::-webkit-scrollbar-track {
    background: rgb(209, 209, 209);
  }
}
.truster-corp-c-wysiwyg table::-webkit-scrollbar-thumb {
  background: rgb(18, 83, 191);
}
.truster-corp-c-wysiwyg table td, .truster-corp-c-wysiwyg table th {
  border: 1px solid rgb(209, 209, 209);
  border-style: solid !important;
  padding: 8px 0px 4px 9px;
  min-width: 320px;
}
.truster-corp-c-wysiwyg table th {
  background: rgb(245, 245, 245);
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg table th {
    background: #FCFCFC;
  }
}
.truster-corp-c-wysiwyg table td {
  background: #FFFFFF;
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
.truster-corp-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.truster-corp-c-wysiwyg code .hljs-ln-code, .truster-corp-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.truster-corp-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.truster-corp-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 80px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .truster-corp-c-wysiwyg img {
    margin-top: 32px !important;
  }
}
.truster-corp-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.truster-corp-c-wysiwyg iframe {
  max-width: 100%;
}
.truster-corp-c-wysiwyg h2:first-child, .truster-corp-c-wysiwyg h3:first-child, .truster-corp-c-wysiwyg h4:first-child, .truster-corp-c-wysiwyg h5:first-child, .truster-corp-c-wysiwyg h6:first-child, .truster-corp-c-wysiwyg p:first-child, .truster-corp-c-wysiwyg ol:first-child, .truster-corp-c-wysiwyg ul:first-child, .truster-corp-c-wysiwyg blockquote:first-child, .truster-corp-c-wysiwyg img:first-child, .truster-corp-c-wysiwyg table:first-child {
  margin-top: 0;
}

.js-section-fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s, -webkit-transform 2s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.truster-corp-s-mainvisual {
  background: #FCFCFC;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-mainvisual .s-mainvisual__topArea {
  padding: 104px 0 162px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea {
    padding: 60px 0 92px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__title {
  width: 43.0555555556vw;
  text-align: center;
  margin: 0 auto 40px auto;
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__title {
    width: 85.8666666667vw;
    max-width: 450px;
    margin: 0 auto 24px auto;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__heading {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__heading {
    color: #000000;
    font-size: 12px;
    padding: 0 8.5px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__heading .-pconly {
    display: none;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -68px;
  z-index: 2;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 146px;
  height: 146px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn {
    bottom: -44px;
    width: 86px;
    height: 86px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink {
  width: 130px;
  height: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink {
    width: 77px;
    height: 77px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink .s-mainvisual__scrolldown {
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink .s-mainvisual__scrolldown {
    top: -15px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* アニメーションの定義 */
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed rgb(18, 83, 191);
  border-radius: 100%;
  -webkit-animation: spin 25000ms linear infinite;
  animation: spin 25000ms linear infinite; /* ここでアニメーションを追加 */
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a span {
  width: 100%;
  height: 100%;
  position: relative;
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a span::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a span::before {
    width: 11px;
    height: 11px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 34px;
  height: 51px;
  background: url("/assets/truster-corp/img/top/mainvisual/btn-hover-arrow.svg") no-repeat center center/contain;
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a:hover {
  opacity: 1;
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a:hover span::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-s-mainvisual .s-mainvisual__topArea .s-mainvisual__btn .s-mainvisual__btnLink a:hover span::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.truster-corp-s-mainvisual .swiper-container-mainvisual {
  width: calc(100% - 120px);
  margin: 0 60px 80px 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .swiper-container-mainvisual {
    width: calc(100% - 32px);
    margin: 0 16px 60px 16px;
  }
}
.truster-corp-s-mainvisual .swiper-container-mainvisual .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.truster-corp-s-mainvisual .swiper-container-mainvisual .swiper-wrapper .s-mainvisual__thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.289%;
  border-radius: 6px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .swiper-container-mainvisual .swiper-wrapper .s-mainvisual__thumb {
    padding-bottom: 66.766%;
  }
}
.truster-corp-s-mainvisual .swiper-container-mainvisual .swiper-wrapper .s-mainvisual__thumb img {
  position: absolute;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  height: 100%;
  width: 100%;
}
.truster-corp-s-mainvisual .s-mainvisual__post {
  padding: 0 120px 80px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-mainvisual .s-mainvisual__post {
    padding: 0 60px 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post {
    padding: 0 0 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postLeft {
  width: 22.5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 105px;
  min-width: 244px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postLeft {
    width: 100%;
    display: contents;
    margin-right: 0;
    min-width: none;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postLeft .truster-corp-c-sectionHeader {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postLeft .truster-corp-c-button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents {
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 67.8%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 16px 73px 15px 20px;
  border-bottom: 1px solid rgb(215, 215, 215);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem {
    padding: 24px 65px 23px 16px;
    gap: 12px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem .s-mainvisual__postItemCircle {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem .s-mainvisual__postItemCircle {
    right: 16px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem .s-mainvisual__postItemDate {
  color: #1253BF;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.08em;
  text-align: left;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed rgb(18, 83, 191);
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem .s-mainvisual__postItemTitle {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem .s-mainvisual__postItemTitle {
    font-size: 14px;
  }
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem:hover {
  border-bottom: 1px solid #1253BF;
  opacity: 1;
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem:hover .truster-corp-c-buttonCircle::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-s-mainvisual .s-mainvisual__post .s-mainvisual__postContents .s-mainvisual__postItem:hover .truster-corp-c-buttonCircle::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.truster-corp-s-about {
  background: #F5FAFD;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-about > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-about > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-about > .truster-corp-c-inner.-company {
  padding: 160px 11.8% 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-about > .truster-corp-c-inner.-company {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about > .truster-corp-c-inner.-company {
    padding: 60px 16px 80px 16px;
  }
}
.truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-about > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-about .s-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.truster-corp-s-about .s-about__textArea {
  width: 50.2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__textArea {
    width: 100%;
  }
}
.truster-corp-s-about .s-about__textArea .s-about__title {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__textArea .s-about__title {
    font-size: 24px;
  }
}
.truster-corp-s-about .s-about__textArea .s-about__title.-company {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__textArea .s-about__title.-company {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__textArea .s-about__title .-pconly {
    display: none;
  }
}
.truster-corp-s-about .s-about__textArea .s-about__textContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__textArea .s-about__textContents {
    padding: 0;
  }
}
.truster-corp-s-about .s-about__textArea .s-about__textContents .s-about__text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__textArea .s-about__textContents .s-about__text .-pconly {
    display: none;
  }
}
.truster-corp-s-about .s-about__imageArea {
  width: 45.6%;
  max-width: 502px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: 1s;
  transition: 1s;
}
.truster-corp-s-about .s-about__imageArea.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__imageArea {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.truster-corp-s-about .s-about__imageArea img {
  width: 100%;
  height: auto;
  margin-left: 14px;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(51, 51, 51, 0.05));
  filter: drop-shadow(0px 4px 10px rgba(51, 51, 51, 0.05));
}
@media screen and (max-width: 767px) {
  .truster-corp-s-about .s-about__imageArea img {
    margin: 0;
  }
}

.truster-corp-s-feature-2 {
  background: #F9F9F9;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-feature-2.-blue {
  background: #F5FAFD;
}
.truster-corp-s-feature-2.-blue .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-feature-2 > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-feature-2 > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-feature-2 > .truster-corp-c-inner .truster-corp-c-sectionHeader {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 > .truster-corp-c-inner .truster-corp-c-sectionHeader {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-feature-2 > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: #F9F9F9;
}
.truster-corp-s-feature-2 > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: #F9F9F9;
}
.truster-corp-s-feature-2 > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-feature-2 .s-feature-2__featureList {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__featureList {
    margin-bottom: 0;
  }
}
.truster-corp-s-feature-2 .s-feature-2__featureItem {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 120px;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.truster-corp-s-feature-2 .s-feature-2__featureItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #757575, #757575 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.truster-corp-s-feature-2 .s-feature-2__featureItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.truster-corp-s-feature-2 .s-feature-2__featureItem:last-child::after {
  display: none;
}
.truster-corp-s-feature-2 .s-feature-2__featureItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__featureItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.truster-corp-s-feature-2 .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__featureItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .truster-corp-s-feature-2 .s-feature-2__featureItem:last-child {
    margin-bottom: 0;
  }
}
.truster-corp-s-feature-2 .s-feature-2__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__textArea {
    display: block;
    width: 100%;
  }
}
.truster-corp-s-feature-2 .s-feature-2__textArea .s-feature-2__itemTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__textArea .s-feature-2__itemTitle {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.truster-corp-s-feature-2 .s-feature-2__textArea .s-feature-2__itemHeading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 24px;
}
.truster-corp-s-feature-2 .s-feature-2__textArea .s-feature-2__itemText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__textArea .s-feature-2__itemText {
    margin: 0 0 60px;
  }
}
.truster-corp-s-feature-2 .s-feature-2__imageArea {
  width: 40%;
  height: 0;
  padding-bottom: 52.992%;
  position: relative;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #A7A7A7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__imageArea {
    width: 100%;
    padding-bottom: 132.656%;
    margin: 0 0 48px;
  }
}
.truster-corp-s-feature-2 .s-feature-2__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-feature-2 .s-feature-2__itemButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.truster-corp-s-property-box {
  background: #FCFDFF;
  position: relative;
  border-bottom: 1px solid rgb(209, 209, 209);
}
.truster-corp-s-property-box > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-property-box > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-property-box > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: #FCFDFF;
}
.truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: #FCFDFF;
}
.truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FCFDFF;
}
.truster-corp-s-property-box > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FCFDFF;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-property-box > .truster-corp-c-inner .c-sectionHeader__content {
    display: none;
  }
}
.truster-corp-s-property-box .s-propety-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-property-box .s-propety-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }
}
.truster-corp-s-property-box .s-propety-box__list .s-property-box__item {
  margin-right: 3.2%;
  width: 31.2%;
}
.truster-corp-s-property-box .s-propety-box__list .s-property-box__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-property-box .s-propety-box__list .s-property-box__item {
    margin-right: 0;
    width: 100%;
  }
}
.truster-corp-s-property-box .s-property-box__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.truster-corp-s-news-box {
  position: relative;
  background: #FFFFFF;
  border-bottom: 1px solid rgb(209, 209, 209);
}
.truster-corp-s-news-box > .truster-corp-c-inner {
  padding: 120px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-news-box > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-news-box > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-news-box > .truster-corp-c-inner .truster-corp-c-sectionHeader {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-news-box > .truster-corp-c-inner .truster-corp-c-sectionHeader {
    margin-left: 0;
  }
}
.truster-corp-s-news-box > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: #FFFFFF;
}
.truster-corp-s-news-box > .truster-corp-c-inner .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: #FFFFFF;
}
.truster-corp-s-news-box .s-news-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-news-box .s-news-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item {
  background: #FCFCFC;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 6px;
  padding: 29px 39px;
  text-decoration: none;
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 22px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-news-box .s-news-box__list .s-news-box__item {
    width: 100%;
    border: 1px solid rgb(226, 226, 226);
    margin-top: -1px;
  }
  .truster-corp-s-news-box .s-news-box__list .s-news-box__item:first-child {
    margin-top: 0;
  }
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -1px;
  width: 5px;
  height: 64px;
  background: rgb(18, 83, 191);
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__contents .s-news-box__date {
  color: rgb(51, 51, 51);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.171875;
  letter-spacing: 0.08em;
  text-align: left;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__contents .s-news-box__title {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 12px 0 0;
  min-height: 87px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: anywhere;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__itemBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__itemBottom .s-news-box__category {
  color: rgb(18, 83, 191);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1712;
  letter-spacing: 0.07em;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__itemBottom .s-news-box__circle {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__itemBottom .s-news-box__circle .s-news-box__circleImg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item .s-news-box__itemBottom .s-news-box__circle .s-news-box__circleImgHover {
  position: absolute;
  top: 0;
  right: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item:hover {
  background: #EEF7FC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item:hover .s-news-box__title {
  color: rgb(18, 83, 191);
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item:hover .s-news-box__date {
  color: rgb(18, 83, 191);
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item:hover .s-news-box__category {
  opacity: 1;
}
.truster-corp-s-news-box .s-news-box__list .s-news-box__item:hover .s-news-box__circle .s-news-box__circleImgHover {
  opacity: 1;
}
.truster-corp-s-news-box .s-news-box__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-news-box .s-news-box__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.truster-corp-s-topRecruit {
  position: relative;
}
.truster-corp-s-topRecruit > .truster-corp-c-inner {
  padding: 120px 11.8% 336px 11.8%;
  background: #EEF7FC;
  border-bottom: 1px solid rgb(209, 209, 209);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-topRecruit > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit > .truster-corp-c-inner {
    padding: 80px 16px 160px 16px;
  }
}
.truster-corp-s-topRecruit .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: #EEF7FC;
}
.truster-corp-s-topRecruit .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: #EEF7FC;
}
.truster-corp-s-topRecruit .s-topRecruit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .s-topRecruit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.truster-corp-s-topRecruit .s-topRecruit-contentRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentTitle {
    font-size: 24px;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentTitle .-pconly {
    display: none;
  }
}
.truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentTitle .-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentTitle .-sponly {
    display: block;
  }
}
.truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .s-topRecruit-contentRight .s-topRecruit-contentButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.truster-corp-s-topRecruit .s-topRecruit__swiper {
  margin-top: -260px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .s-topRecruit__swiper {
    margin-top: -120px;
  }
}
.truster-corp-s-topRecruit .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.truster-corp-s-topRecruit .swiper-slide {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 560px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-topRecruit .swiper-slide {
    width: 284px;
    height: 214px;
  }
}
.truster-corp-s-topRecruit .s-topRecruit__sliderImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.truster-corp-s-cta-1 {
  margin: 120px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 {
    margin: 80px 0 0 0;
  }
}
.truster-corp-s-cta-1::before {
  content: "";
  display: block;
  width: 100%;
  height: 144px;
  background-color: rgb(245, 245, 245);
  border-top: 1px solid rgb(209, 209, 209);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1::before {
    height: 152px;
  }
}
.truster-corp-s-cta-1 > .truster-corp-c-inner {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 > .truster-corp-c-inner {
    padding: 0 16px;
    height: auto;
  }
}
.truster-corp-s-cta-1 .s-cta-1__items {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  border-radius: 6px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px;
    gap: 48px;
    height: auto;
  }
}
.truster-corp-s-cta-1 .s-cta-1__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 70, 140);
  border-radius: 6px;
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader {
  padding: 0;
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader::after {
  display: none;
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: rgb(0, 70, 140);
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__enTitle {
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__enTitle {
    font-size: 28px;
  }
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__jaTitle {
  color: #FFFFFF;
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__content {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__content {
    font-size: 16px;
    margin: 24px 0 0;
  }
}
.truster-corp-s-cta-1 .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: rgb(0, 70, 140);
}
.truster-corp-s-cta-1 .s-cta-1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 56.1%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-cta-1 .s-cta-1__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__leftInner {
  padding: 38px 87px 38px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__leftInner {
    padding: 38px 16px 38px 16px;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__leftInner {
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__button {
  width: 106px;
  height: 106px;
  min-width: 106px;
  position: relative;
  background: url("/assets/truster-corp/img/top/cta/cta-circle.png");
  background-size: contain;
}
.truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#1750B3));
  background: linear-gradient(180deg, #B7E5E5 0%, #1750B3 100%);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 49px;
  height: 33px;
  background: url("/assets/truster-corp/img/top/cta/cta-arrow.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__button {
    width: 53px;
    height: 53px;
    min-width: 53px;
    margin-left: auto;
  }
  .truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__button::before {
    width: 9px;
    height: 9px;
  }
  .truster-corp-s-cta-1 .s-cta-1__left .s-cta-1__button::after {
    width: 24px;
    height: 16px;
  }
}
.truster-corp-s-cta-1 .s-cta-1__left:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background: rgba(252, 252, 252, 0.14);
  border-radius: 4px;
}
.truster-corp-s-cta-1 .s-cta-1__left:hover .s-cta-1__button {
  opacity: 1;
}
.truster-corp-s-cta-1 .s-cta-1__left:hover .s-cta-1__button::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-s-cta-1 .s-cta-1__left:hover .s-cta-1__button::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.truster-corp-s-cta-1 .s-cta-1__left:hover .c-sectionHeader__topper {
  background-color: initial;
}
.truster-corp-s-cta-1 .s-cta-1__border {
  width: 1px;
  height: 300px;
  margin: auto 0;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__border {
    width: 100%;
    height: 1px;
  }
}
.truster-corp-s-cta-1 .s-cta-1__right {
  width: 42.3%;
  height: 100%;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__right {
    width: 100%;
  }
}
.truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__rightInner {
  padding: 38px 90px 38px 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 54px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__rightInner {
    padding: 38px 16px 38px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__rightInner {
    padding: 0 12px;
    gap: 24px;
  }
}
.truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__num {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__num {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__num {
    font-size: 28px;
    gap: 8px;
  }
}
.truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__num::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background: url("/assets/truster-corp/img/top/cta/cta-phone.svg") no-repeat center center/contain;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__num::before {
    width: 27px;
    height: 27px;
  }
}
.truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__rightText {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__right .s-cta-1__rightText {
    font-size: 16px;
  }
}
.truster-corp-s-cta-1 .s-cta-1__right:hover {
  opacity: 1;
  background: rgba(252, 252, 252, 0.14);
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-1 .s-cta-1__right .-pconly {
    display: none;
  }
}

.truster-corp-s-cta-2 {
  position: relative;
}
.truster-corp-s-cta-2 .s-cta-2__beforeBg {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
}
.truster-corp-s-cta-2 .s-cta-2__bg {
  border-top: 1px solid rgb(209, 209, 209);
  width: 100%;
  height: 208px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.truster-corp-s-cta-2 > .truster-corp-c-inner {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 > .truster-corp-c-inner {
    padding: 0 16px;
    height: auto;
  }
}
.truster-corp-s-cta-2 .s-cta-2__items {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  border-radius: 6px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px;
    gap: 48px;
    height: auto;
  }
}
.truster-corp-s-cta-2 .s-cta-2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 70, 140);
  border-radius: 6px;
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader {
  padding: 0;
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader::after {
  display: none;
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__enTitle {
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__enTitle {
    font-size: 28px;
  }
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__jaTitle {
  color: #FFFFFF;
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__content {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__content {
    font-size: 16px;
    margin: 24px 0 0;
  }
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__topper {
  background-color: rgb(0, 70, 140);
}
.truster-corp-s-cta-2 .truster-corp-c-sectionHeader .c-sectionHeader__bg {
  background-color: rgb(0, 70, 140);
}
.truster-corp-s-cta-2 .s-cta-2__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 56.1%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-cta-2 .s-cta-2__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__leftInner {
  padding: 38px 87px 38px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__leftInner {
    padding: 38px 16px 38px 16px;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__leftInner {
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__button {
  width: 106px;
  height: 106px;
  min-width: 106px;
  position: relative;
  background: url("/assets/truster-corp/img/top/cta/cta-circle.png");
  background-size: contain;
}
.truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#1750B3));
  background: linear-gradient(180deg, #B7E5E5 0%, #1750B3 100%);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 49px;
  height: 33px;
  background: url("/assets/truster-corp/img/top/cta/cta-arrow.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__button {
    width: 53px;
    height: 53px;
    min-width: 53px;
    margin-left: auto;
  }
  .truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__button::before {
    width: 9px;
    height: 9px;
  }
  .truster-corp-s-cta-2 .s-cta-2__left .s-cta-2__button::after {
    width: 24px;
    height: 16px;
  }
}
.truster-corp-s-cta-2 .s-cta-2__left:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background: rgba(252, 252, 252, 0.14);
  border-radius: 4px;
  z-index: 3;
}
.truster-corp-s-cta-2 .s-cta-2__left:hover .s-cta-2__button {
  opacity: 1;
}
.truster-corp-s-cta-2 .s-cta-2__left:hover .s-cta-2__button::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-s-cta-2 .s-cta-2__left:hover .s-cta-2__button::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.truster-corp-s-cta-2 .s-cta-2__left:hover .c-sectionHeader__topper {
  background-color: initial;
}
.truster-corp-s-cta-2 .s-cta-2__border {
  width: 1px;
  height: 300px;
  margin: auto 0;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__border {
    width: 100%;
    height: 1px;
  }
}
.truster-corp-s-cta-2 .s-cta-2__right {
  width: 42.3%;
  height: 100%;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__right {
    width: 100%;
  }
}
.truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__rightInner {
  padding: 38px 90px 38px 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 54px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__rightInner {
    padding: 38px 16px 38px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__rightInner {
    padding: 0 12px;
    gap: 24px;
  }
}
.truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__num {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__num {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__num {
    font-size: 28px;
    gap: 8px;
  }
}
.truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__num::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background: url("/assets/truster-corp/img/top/cta/cta-phone.svg") no-repeat center center/contain;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__num::before {
    width: 27px;
    height: 27px;
  }
}
.truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__rightText {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__right .s-cta-2__rightText {
    font-size: 16px;
  }
}
.truster-corp-s-cta-2 .s-cta-2__right:hover {
  opacity: 1;
  background: rgba(252, 252, 252, 0.14);
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-cta-2 .s-cta-2__right .-pconly {
    display: none;
  }
}

.truster-corp-s-breadcrumbs {
  position: relative;
}

.truster-corp-s-header {
  border-bottom: 1px solid rgb(209, 209, 209);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 60px 83px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header {
    padding: 0 16px 60px 16px;
    min-height: initial;
  }
}
.truster-corp-s-header.-margin60 {
  padding: 0 60px 59px 120px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header.-margin60 {
    padding: 0 16px 60px 16px;
  }
}
.truster-corp-s-header .s-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header .s-header__title {
    padding-top: 24px;
  }
}
.truster-corp-s-header .s-header__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 1px;
  background: #D7D7D7;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header .s-header__title::after {
    width: 311px;
  }
}
.truster-corp-s-header .s-header__title .s-header__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.truster-corp-s-header .s-header__title .s-header__topper .s-header__enTitle {
  color: #1253BF;
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header .s-header__title .s-header__topper .s-header__enTitle {
    font-size: 28px;
    margin: 0 0 12px;
  }
}
.truster-corp-s-header .s-header__title .s-header__topper .s-header__jaTitle {
  color: #1253BF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding-left: 28px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header .s-header__title .s-header__topper .s-header__jaTitle {
    font-size: 14px;
    padding-left: 20px;
  }
}
.truster-corp-s-header .s-header__title .s-header__topper .s-header__jaTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-header .s-header__title .s-header__topper .s-header__jaTitle::before {
    width: 12px;
    height: 12px;
  }
}

.truster-corp-s-newsList2 {
  background: #FCFDFF;
  padding: 120px 11.8% 160px 11.8%;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 {
    padding: 60px 0 80px;
  }
}
.truster-corp-s-newsList2 .s-newsList2__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a {
  background: rgb(252, 253, 255);
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 40px 200px 40px 40px;
  position: relative;
  border-bottom: 1px solid rgb(209, 209, 209);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a {
    padding: 36px 65px 36px 16px;
  }
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a .s-newsList2__button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/truster-corp/img/news/button_circle.svg") no-repeat center center/contain;
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a .s-newsList2__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#1750B3));
  background: linear-gradient(180deg, #B7E5E5 0%, #1750B3 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a .s-newsList2__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/news/button_arrow.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a .s-newsList2__button {
    width: 33px;
    height: 33px;
    min-width: 33px;
    right: 16px;
  }
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a .s-newsList2__button::before {
    width: 6px;
    height: 6px;
  }
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem a .s-newsList2__button::after {
    width: 14px;
    height: 10px;
  }
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem:hover a {
  opacity: 1;
  border-bottom: 1px solid rgb(18, 83, 191);
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem:hover a .s-newsList2__button::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listItem:hover a .s-newsList2__button::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0.5px solid rgb(215, 215, 215);
  border-radius: 4px;
  padding: 5px 13px;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta {
    margin-bottom: 10px;
  }
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .date {
  color: rgb(18, 83, 191);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17166;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .date {
    font-size: 14px;
  }
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .s-newsList2__listBorder {
  background: url("/assets/truster-corp/img/news/list_border.svg");
  width: 1px;
  height: 13px;
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
  color: rgba(18, 83, 191, 0.72);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
    padding: 2px 0px;
    letter-spacing: 0;
  }
}
.truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsList2 .s-newsList2__list .s-newsList2__listTitle {
    font-size: 14px;
    line-height: 1.8;
  }
}

.truster-corp-s-newsDetail {
  background: #FCFDFF;
  border-top: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-newsDetail .s-newsDetail__container > .truster-corp-c-inner {
  padding: 120px 20.8% 160px 20.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__container > .truster-corp-c-inner {
    padding: 60px 16px 80px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__meta {
    margin-bottom: 24px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__meta .date {
  display: block;
  color: rgb(167, 167, 167);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.truster-corp-s-newsDetail .s-newsDetail__title {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 19px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(209, 209, 209);
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__title {
    font-size: 24px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.truster-corp-s-newsDetail .s-newsDetail__share {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.truster-corp-s-newsDetail .s-newsDetail__share a {
  display: block;
  width: 26px;
}
.truster-corp-s-newsDetail .s-newsDetail__share a + a {
  margin-left: 17px;
}
.truster-corp-s-newsDetail .s-newsDetail__body {
  width: 100%;
}
.truster-corp-s-newsDetail .s-newsDetail__toc {
  background: #FCFCFC;
  border: 1px solid rgb(167, 167, 167);
  padding: 32px 0 32px 40px;
  margin: 0 0 80px;
  width: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__toc {
    margin: 0 0 60px;
    padding: 32px 30px;
    border-radius: 0;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.truster-corp-s-newsDetail .s-newsDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 24px;
  display: block;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__toc .h2list {
    padding: 0;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li {
  margin: 0 0 12px 8px;
  letter-spacing: normal;
  text-indent: initial;
  padding-left: 14px;
  text-indent: -14px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li {
    font-size: 13px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li:last-child {
  margin-bottom: 0;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li:before {
  display: inline-block;
  margin-right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(180deg, #B7E5E5 0%, #033CA9 100%);
  border-radius: 50%;
  position: relative;
  top: -1px;
  left: 0;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li a {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1253BF;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h2list > li::marker {
  content: none;
  display: none;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h3list {
  margin: 0 0 0 3px;
  padding: 12px 0 0 13px;
  list-style: none;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h3list > li {
  margin: 0 0 12px 0;
  padding: 0;
  padding-left: 16px;
  text-indent: -16px;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h3list > li:before {
  display: inline-block;
  content: "-";
  position: relative;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h3list > li:last-child {
  margin-bottom: 0;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h3list a {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.truster-corp-s-newsDetail .s-newsDetail__toc .h3list a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1253BF;
}
.truster-corp-s-newsDetail .s-newsDetail__profile {
  border: 1px solid rgb(215, 215, 215);
  border-radius: 6px;
  background: #FCFCFC;
  padding: 39px 31px;
  position: relative;
  margin-top: 60px;
}
.truster-corp-s-newsDetail .s-newsDetail__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.truster-corp-s-newsDetail .s-newsDetail__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 65px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__profileThumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.truster-corp-s-newsDetail .s-newsDetail__profileWrap {
  margin-left: 20px;
}
.truster-corp-s-newsDetail .s-newsDetail__profileLabel {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__profileLabel {
    font-size: 12px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__profileName {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__profileName {
    margin-top: 6px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  right: 32px;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__profileSns {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 15px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__profileSns a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  position: relative;
}
.truster-corp-s-newsDetail .s-newsDetail__profileSns a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.truster-corp-s-newsDetail .s-newsDetail__profileText {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-newsDetail .s-newsDetail__profileText {
    margin-top: 8px;
    font-size: 13px;
  }
}
.truster-corp-s-newsDetail .s-newsDetail__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.truster-corp-s-propertyList {
  background: #FCFDFF;
  position: relative;
  border-bottom: 1px solid rgb(209, 209, 209);
}
.truster-corp-s-propertyList > .truster-corp-c-inner {
  padding: 120px 11.8% 160px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-propertyList > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyList > .truster-corp-c-inner {
    padding: 60px 16px 80px;
  }
}
.truster-corp-s-propertyList .s-propertyList__searchItem:first-child .truster-corp-c-taglist {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyList .s-propertyList__searchItem:first-child .truster-corp-c-taglist {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyList .s-propertyList__searchItem .truster-corp-c-taglist .c-taglist__list {
    padding: 0;
  }
}
.truster-corp-s-propertyList .s-propertyList__searchItem .s-propertyList__searchTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: keep-all;
  gap: 58px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyList .s-propertyList__searchItem .s-propertyList__searchTitle {
    font-size: 14px;
    gap: 20px;
    padding: 16px 0;
    margin-bottom: 12px;
  }
}
.truster-corp-s-propertyList .s-propertyList__searchItem .s-propertyList__searchTitle::after {
  width: 100%;
  height: 1px;
  background: rgb(209, 209, 209);
  content: "";
  display: block;
}
.truster-corp-s-propertyList .s-propertyList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyList .s-propertyList__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }
}
.truster-corp-s-propertyList .s-propertyList__list .s-propertyList__item {
  margin-right: 3.2%;
  width: 31.2%;
}
.truster-corp-s-propertyList .s-propertyList__list .s-propertyList__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyList .s-propertyList__list .s-propertyList__item {
    margin-right: 0;
    width: 100%;
  }
}
.truster-corp-s-propertyList .s-propertyList__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.truster-corp-s-propertyDetail {
  background: #FCFDFF;
  border-top: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-propertyDetail .s-propertyDetail__container > .truster-corp-c-inner {
  padding: 120px 20.8% 160px 20.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyDetail .s-propertyDetail__container > .truster-corp-c-inner {
    padding: 60px 16px 80px;
  }
}
.truster-corp-s-propertyDetail .s-propertyDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyDetail .s-propertyDetail__meta {
    margin-bottom: 24px;
  }
}
.truster-corp-s-propertyDetail .s-propertyDetail__title {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 19px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(209, 209, 209);
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyDetail .s-propertyDetail__title {
    font-size: 24px;
  }
}
.truster-corp-s-propertyDetail .s-propertyDetail__wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.truster-corp-s-propertyDetail .s-propertyDetail__share {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyDetail .s-propertyDetail__share {
    margin-bottom: 60px;
  }
}
.truster-corp-s-propertyDetail .s-propertyDetail__share a {
  display: block;
  width: 26px;
}
.truster-corp-s-propertyDetail .s-propertyDetail__share a + a {
  margin-left: 17px;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body {
  width: 100%;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiperMain {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyDetail .s-propertyDetail__body .swiperMain {
    margin-bottom: 13px;
  }
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiper-slide {
  width: 100%;
  border-radius: 6px;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiper-slide img {
  width: 100%;
  border-radius: 6px;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiperThumbnail {
  margin-bottom: 80px;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiperThumbnail .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiperThumbnail .swiper-slide-thumb-active:before {
  display: none;
}
.truster-corp-s-propertyDetail .s-propertyDetail__body .swiperThumbnail .swiper-slide-thumb-active img {
  border: 2px solid #1253BF;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-propertyDetail .s-propertyDetail__body .swiperThumbnail {
    margin-bottom: 48px;
  }
}
.truster-corp-s-propertyDetail .s-propertyDetail__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.truster-corp-s-ankerLink {
  background: #F5FAFD;
  position: relative;
}
.truster-corp-s-ankerLink.-recruit .truster-corp-c-inner {
  padding-top: 137px !important;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink.-recruit .truster-corp-c-inner {
    padding-top: 60px !important;
  }
}
.truster-corp-s-ankerLink .truster-corp-c-inner {
  padding: 100px 11.8% 0 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-ankerLink .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .truster-corp-c-inner {
    padding: 60px 16px 0 16px;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__list {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    row-gap: 16px;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem {
  width: 25%;
  border-right: 1px solid rgb(209, 209, 209);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.truster-corp-s-ankerLink .s-ankerLink__listItem:nth-child(4n+1) {
  border-left: 1px solid rgb(209, 209, 209);
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem:nth-child(2n+1) {
    border-left: 1px solid rgb(209, 209, 209);
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem {
    width: 50%;
    height: auto;
    padding: 0;
  }
  .truster-corp-s-ankerLink .s-ankerLink__listItem::after {
    display: none;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 15px 24px;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 9.5px 14px;
  }
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link:hover {
    opacity: 1;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__text {
    font-size: 11px;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 30px;
  width: 30px;
  min-width: 30px;
  background: url("/assets/truster-corp/img/company/ankerLink_circle.svg") no-repeat center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__icon {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background: url("/assets/truster-corp/img/company/ankerLink_circle_sp.svg") no-repeat center;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: url("/assets/truster-corp/img/company/ankerLink_arrow.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__icon::before {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background: url("/assets/truster-corp/img/company/ankerLink_arrow_sp.svg") no-repeat center;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: url("/assets/truster-corp/img/company/ankerLink_arrow_hover.svg") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ankerLink .s-ankerLink__listItem .s-ankerLink__link .s-ankerLink__icon::after {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background: url("/assets/truster-corp/img/company/ankerLink_arrow_sp_hover.svg") no-repeat center;
  }
}
.truster-corp-s-ankerLink .s-ankerLink__listItem:hover .s-ankerLink__link {
  opacity: 1;
}
.truster-corp-s-ankerLink .s-ankerLink__listItem:hover .s-ankerLink__link .s-ankerLink__text {
  color: rgb(18, 83, 191);
}
.truster-corp-s-ankerLink .s-ankerLink__listItem:hover .s-ankerLink__link .s-ankerLink__icon::before {
  opacity: 0;
}
.truster-corp-s-ankerLink .s-ankerLink__listItem:hover .s-ankerLink__link .s-ankerLink__icon::after {
  opacity: 1;
}

.truster-corp-s-principle {
  background: #F9F9F9;
  border-bottom: 1px solid rgb(209, 209, 209);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle {
    background: #FCFCFC;
  }
}
.truster-corp-s-principle .truster-corp-c-inner {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .truster-corp-c-inner {
    padding: 80px 0;
  }
}
.truster-corp-s-principle .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F9F9F9;
}
.truster-corp-s-principle .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F9F9F9;
}
.truster-corp-s-principle .s-principle__title {
  padding: 0px 11.8% 0px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-principle .s-principle__title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__title {
    padding: 0 16px;
  }
}
.truster-corp-s-principle .s-principle__slider {
  margin-top: 100px;
  padding: 0 0 0 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-principle .s-principle__slider {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__slider {
    margin-top: 60px;
    padding: 0 31px 0 16px;
  }
}
.truster-corp-s-principle .s-principle__sliderList {
  counter-reset: principle 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.truster-corp-s-principle .s-principle__sliderItem {
  background: #FFFFFF;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 4px;
  height: auto;
  padding: 49px 49px 59px 49px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__sliderItem {
    padding: 30px;
  }
}
.truster-corp-s-principle .s-principle__itemNumber {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
}
.truster-corp-s-principle .s-principle__itemNumber::before {
  color: #1253BF;
  counter-increment: principle 1;
  content: "0" counter(principle);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.08em;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.truster-corp-s-principle .s-principle__itemNumber::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #1253BF, #1253BF 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 3px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.truster-corp-s-principle .s-principle__itemText {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__itemText {
    font-size: 16px;
  }
}
.truster-corp-s-principle .s-principle__nav {
  margin-top: 60px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav {
    margin-top: 40px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext {
  background: url("/assets/truster-corp/img/company/swiper_button_circle.svg") no-repeat center center/contain;
  margin-right: 50px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonNext {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/company/swiper_button_arrow_next_hover.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonNext::before {
    width: 18px;
    height: 12px;
    min-width: 18px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext:hover {
  background: url("/assets/truster-corp/img/company/swiper_button_circle_hover.svg") no-repeat center center/contain;
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext:hover::after {
  opacity: 1;
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext.swiper-button-disabled {
  background: url("/assets/truster-corp/img/company/swiper_button_circle.svg") no-repeat center center/contain;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonNext.swiper-button-disabled {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 8px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext.swiper-button-disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/company/swiper_button_arrow_next.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonNext.swiper-button-disabled::before {
    width: 18px;
    height: 12px;
    min-width: 18px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonNext.swiper-button-disabled::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/company/swiper_button_arrow_prev_hover.svg") no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonNext.swiper-button-disabled::after {
    width: 18px;
    height: 12px;
    min-width: 18px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev {
  background: url("/assets/truster-corp/img/company/swiper_button_circle.svg") no-repeat center center/contain;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 8px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/company/swiper_button_arrow_prev_hover.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev::before {
    width: 18px;
    height: 12px;
    min-width: 18px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev:hover {
  background: url("/assets/truster-corp/img/company/swiper_button_circle_hover.svg") no-repeat center center/contain;
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev:hover::after {
  opacity: 1;
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev.swiper-button-disabled {
  background: url("/assets/truster-corp/img/company/swiper_button_circle.svg") no-repeat center center/contain;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev.swiper-button-disabled {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 8px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev.swiper-button-disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/company/swiper_button_arrow_prev.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev.swiper-button-disabled::before {
    width: 18px;
    height: 12px;
    min-width: 18px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev.swiper-button-disabled::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 28px;
  height: 19px;
  background: url("/assets/truster-corp/img/company/swiper_button_arrow_prev_hover.svg") no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-principle .s-principle__nav .s-principle__buttonPrev.swiper-button-disabled::after {
    width: 18px;
    height: 12px;
    min-width: 18px;
  }
}
.truster-corp-s-principle .s-principle__nav .s-principle__pagination.swiper-pagination-progressbar {
  background: rgb(215, 215, 215);
  height: 3px;
  position: relative;
  width: 100%;
}
.truster-corp-s-principle .s-principle__nav .s-principle__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, left top, right top, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(90deg, #B7E5E5 0%, #033CA9 100%);
}

.truster-corp-s-company {
  background: #FFFFFF;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-company .truster-corp-c-inner {
  padding: 200px 11.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.1%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-company .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .truster-corp-c-inner {
    padding: 80px 16px;
    display: block;
  }
}
.truster-corp-s-company .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FFFFFF;
}
.truster-corp-s-company .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__title {
    margin: 0 0 60px;
  }
}
.truster-corp-s-company .s-company__list {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  padding: 10px 0 0;
}
.truster-corp-s-company .s-company__list .s-company__listItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
  padding: 0 0 32px;
  border-bottom: 1px solid rgb(209, 209, 209);
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list .s-company__listItem {
    width: auto;
    margin: 0 0 32px 16px;
  }
}
.truster-corp-s-company .s-company__list .s-company__listItem:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list .s-company__listItem:last-child {
    margin: 0 0 0 16px;
  }
}
.truster-corp-s-company .s-company__list .s-company__itemTitle {
  width: 20.9%;
  min-width: 20.9%;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
  position: relative;
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list .s-company__itemTitle {
    width: 105px;
    min-width: 105px;
    font-size: 14px;
  }
}
.truster-corp-s-company .s-company__list .s-company__itemTitle::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  background: url("/assets/truster-corp/img/company/company_border.svg") no-repeat 0 0;
}
.truster-corp-s-company .s-company__list .s-company__itemTitle.-year {
  width: 15.5%;
  min-width: 15.5%;
}
.truster-corp-s-company .s-company__list .s-company__itemText {
  width: calc(79.1% - 100px);
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list .s-company__itemText {
    font-size: 14px;
    margin: 0 16px 0 30px;
    width: calc(100% - 105px - 46px);
  }
}
.truster-corp-s-company .s-company__list .s-company__itemText .-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list .s-company__itemText .-sponly {
    display: block;
  }
}
.truster-corp-s-company .s-company__list.-year .s-company__itemTitle {
  width: 15.5%;
  min-width: 15.5%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list.-year .s-company__itemTitle {
    width: 66px;
    min-width: 66px;
    padding-right: 15px;
  }
}
.truster-corp-s-company .s-company__list.-year .s-company__itemText {
  width: calc(84.5% - 90px);
  margin: 0 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-company .s-company__list.-year .s-company__itemText {
    width: calc(100% - 66px);
    margin: 0 16px 0 30px;
  }
}

.truster-corp-s-access {
  background: #FCFCFC;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-access .truster-corp-c-inner {
  padding: 200px 11.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.1%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-access .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .truster-corp-c-inner {
    padding: 80px 16px;
    display: block;
  }
}
.truster-corp-s-access .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FCFCFC;
}
.truster-corp-s-access .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .s-access__title {
    margin: 0 0 60px;
  }
}
.truster-corp-s-access .s-access__content {
  width: 100%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .s-access__content {
    padding: 0;
  }
}
.truster-corp-s-access .s-access__content .s-access__map {
  line-height: 0;
  margin-bottom: 40px;
}
.truster-corp-s-access .s-access__content .s-access__map iframe {
  width: 100%;
  border: 2px solid rgb(167, 167, 167) !important;
  border-radius: 6px;
  aspect-ratio: 740/416;
  height: auto;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .s-access__content .s-access__map iframe {
    aspect-ratio: 343/194;
  }
}
.truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem {
  margin: 0 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem {
    margin: 0 0 32px;
  }
}
.truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem:last-child {
  margin-bottom: 0;
}
.truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem .s-access__infoTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem .s-access__infoTitle {
    font-size: 14px;
    margin: 0 0 12px;
  }
}
.truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem .s-access__infoText {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-access .s-access__content .s-access__info .s-access__infoItem .s-access__infoText {
    font-size: 14px;
  }
}

.truster-corp-s-ceoMessage {
  background: #F5FAFD;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-ceoMessage > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-ceoMessage > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-ceoMessage > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-ceoMessage > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-ceoMessage > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-ceoMessage .s-ceoMessage__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.truster-corp-s-ceoMessage .s-ceoMessage__textArea {
  border-top: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
  width: 57.3%;
  padding: 60px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__textArea {
    width: 100%;
    padding: 40px 1px;
  }
}
.truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__text {
    font-size: 14px;
    line-height: 2;
  }
}
.truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
}
.truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__name .s-ceoMessage__nameHead {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__name .s-ceoMessage__nameHead {
    font-size: 14px;
  }
}
.truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__name .s-ceoMessage__nameName {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  bottom: 1.5px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__textArea .s-ceoMessage__name .s-ceoMessage__nameName {
    font-size: 20px;
  }
}
.truster-corp-s-ceoMessage .s-ceoMessage__imageArea {
  width: 36.4%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__imageArea {
    width: 100%;
    padding: 0 16px;
  }
}
.truster-corp-s-ceoMessage .s-ceoMessage__imageArea img {
  width: 100%;
  height: auto;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 6px;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(51, 51, 51, 0.05));
  filter: drop-shadow(0px 4px 10px rgba(51, 51, 51, 0.05));
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoMessage .s-ceoMessage__imageArea img {
    margin: 0;
  }
}

.truster-corp-s-ceoInterview {
  background: #FCFCFC;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-ceoInterview > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-ceoInterview > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoInterview > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-ceoInterview > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoInterview > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 16px;
  }
}
.truster-corp-s-ceoInterview > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FCFCFC;
}
.truster-corp-s-ceoInterview > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FCFCFC;
}
.truster-corp-s-ceoInterview .s-ceoInterview__text {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoInterview .s-ceoInterview__text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.truster-corp-s-ceoInterview .s-ceoInterview__movie {
  position: relative;
  text-align: center;
}
.truster-corp-s-ceoInterview .s-ceoInterview__movie iframe {
  aspect-ratio: 1100/563;
  height: auto;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 5px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-ceoInterview .s-ceoInterview__movie iframe {
    aspect-ratio: 343/175;
    height: auto;
    width: 100%;
  }
}

.truster-corp-s-featureService {
  background: #F5FAFD;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-featureService > .truster-corp-c-inner {
  padding: 169px 8.3% 173px 8.3%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-featureService > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-featureService > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-featureService > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-featureService > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-featureService > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-featureService > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-featureService .s-featureService__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-featureService .s-featureService__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.truster-corp-s-featureService .s-featureService__textArea {
  background: #F5FAFD;
  border: 1px solid #A7A7A7;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 61.617%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-featureService .s-featureService__textArea {
    padding: 38px 22px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-featureService .s-featureService__textArea {
    display: block;
    padding: 38px 22px;
    width: 100%;
  }
}
.truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemTitle {
  color: rgb(18, 83, 191);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 0 0 32px;
  position: relative;
  margin: 0 0 48px;
}
.truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemTitle::after {
  content: "";
  display: block;
  width: 17.2%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(90deg, #B7E5E5 0%, #033CA9 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemTitle {
    font-size: 24px;
    padding: 0 0 22px;
    margin: 0 0 24px;
  }
  .truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemTitle::after {
    width: 100px;
  }
}
.truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemText {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-featureService .s-featureService__textArea .s-featureService__itemText {
    font-size: 14px;
  }
}
.truster-corp-s-featureService .s-featureService__imageArea {
  width: 45%;
  height: 0;
  padding-bottom: 59.7855%;
  position: relative;
  margin: 0 0 0 -6.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #A7A7A7;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 767px) {
  .truster-corp-s-featureService .s-featureService__imageArea {
    width: 100%;
    padding-bottom: 132.656%;
    margin: 0;
  }
}
.truster-corp-s-featureService .s-featureService__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.truster-corp-s-realEstateService {
  background: #F9F9F9;
  border-bottom: 1px solid rgb(209, 209, 209);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService {
    background: #FCFCFC;
  }
}
.truster-corp-s-realEstateService .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-realEstateService .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .truster-corp-c-inner {
    padding: 80px 16px;
    display: block;
  }
}
.truster-corp-s-realEstateService .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F9F9F9;
}
.truster-corp-s-realEstateService .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F9F9F9;
}
.truster-corp-s-realEstateService .s-realEstateService__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .s-realEstateService__title {
    margin-bottom: 60px;
  }
}
.truster-corp-s-realEstateService .s-realEstateService__list {
  counter-reset: estateService 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .s-realEstateService__list {
    gap: 40px;
  }
}
.truster-corp-s-realEstateService .s-realEstateService__listItem {
  background: #FCFCFC;
  border: 1px solid rgb(117, 117, 117);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 40px 62px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .s-realEstateService__listItem {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.truster-corp-s-realEstateService .s-realEstateService__itemNumber {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.truster-corp-s-realEstateService .s-realEstateService__itemNumber::before {
  color: #1253BF;
  counter-increment: estateService 1;
  content: "0" counter(estateService);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 7px 40px 7px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .s-realEstateService__itemNumber::before {
    padding: 0 6px 16px 6px;
  }
}
.truster-corp-s-realEstateService .s-realEstateService__itemNumber::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #1253BF, #1253BF 1px, transparent 1px);
  background-repeat: repeat-y;
  background-size: 2px 3px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .s-realEstateService__itemNumber::after {
    width: 100%;
    height: 2px;
    bottom: 0;
    top: auto;
    background-image: linear-gradient(to right, #1253BF, #1253BF 1px, transparent 1px);
    background-size: 3px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.truster-corp-s-realEstateService .s-realEstateService__itemContent {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateService .s-realEstateService__itemContent {
    padding-left: 0;
  }
}
.truster-corp-s-realEstateService .s-realEstateService__itemContent .s-realEstateService__itemTitle {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 16px;
}
.truster-corp-s-realEstateService .s-realEstateService__itemContent .s-realEstateService__itemText {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}

.truster-corp-s-realEstateFeature {
  background: #F5FAFD;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-realEstateFeature > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-realEstateFeature > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-realEstateFeature > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-realEstateFeature > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-realEstateFeature > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureList {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: realEstateFeature 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__featureList {
    margin-bottom: 0;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 96px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:last-child {
  margin-bottom: 0;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:last-child::after {
  display: none;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:nth-child(even) .s-realEstateFeature__textArea {
  margin: 0 0 0 -4.3%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:nth-child(even) .s-realEstateFeature__textArea {
    padding: 39px 23px 59px 23px;
    margin: 0;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem:nth-child(even) .s-realEstateFeature__imageArea {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__featureItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea {
  background: #F5FAFD;
  border: 1px solid rgb(167, 167, 167);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 39px 59px 59px 59px;
  position: relative;
  width: 64.31%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__textArea {
    padding: 39px 23px 59px 23px;
    display: block;
    width: 100%;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemNumber {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemNumber::before {
  color: #1253BF;
  counter-increment: realEstateFeature 1;
  content: "0" counter(realEstateFeature);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.172;
  letter-spacing: 0.08em;
  padding: 0 8px 10px 11px;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemNumber::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #1253BF, #1253BF 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 3px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemNumber {
    display: inline-block;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemTitle {
    font-size: 24px;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemTitle .-pconly {
  display: block;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemTitle .-pconly {
    display: none;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__textArea .s-realEstateFeature__itemText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0;
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__imageArea {
  width: 40%;
  height: 0;
  padding-bottom: 53.355%;
  position: relative;
  margin: 0 0 0 -4.3%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #A7A7A7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__imageArea {
    width: 100%;
    padding-bottom: 132.656%;
    margin: 0;
  }
}
.truster-corp-s-realEstateFeature .s-realEstateFeature__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-realEstateFeature .s-realEstateFeature__itemButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.truster-corp-s-flow-1 {
  background: #FCFCFC;
  border-bottom: 1px solid rgb(209, 209, 209);
  overflow: hidden;
  position: relative;
}
.truster-corp-s-flow-1 .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .truster-corp-c-sectionHeader-2.-recruitFlow {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .truster-corp-c-sectionHeader-2.-recruitFlow {
    margin-bottom: 60px;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FCFCFC;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FCFCFC;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__text {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList {
  margin: 0;
  padding: 80px 126px 80px 100px;
  list-style: none;
  counter-reset: step 0;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(117, 117, 117);
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList {
    padding: 40px 16px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  counter-increment: step;
  margin-bottom: 40px;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem:last-child {
  margin-bottom: 0;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem:last-child .s-flow-1__stepNumber::after {
  display: none;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem:last-child .s-flow-1__stepNumberWrap::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem {
    display: block;
    margin-bottom: 32px;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 40px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: calc(100% + 32px);
    background-image: linear-gradient(to bottom, #1253BF, #1253BF 1px, transparent 1px);
    background-repeat: repeat-y;
    background-size: 2px 3px;
    background-position: left bottom;
    background-repeat: repeat-y;
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap > .s-flow-1__stepWrap {
    display: block;
    margin-left: 0;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap > .s-flow-1__stepWrap .s-flow-1__stepTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap > .s-flow-1__stepWrap .s-flow-1__stepTitle {
    display: block;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap > .s-flow-1__stepWrap .s-flow-1__stepText {
  color: #333333;
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumberWrap > .s-flow-1__stepWrap .s-flow-1__stepText {
    display: block;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 124px;
  width: 124px;
  min-width: 124px;
  background: linear-gradient(143.74deg, #B7E5E5 7.98%, #033CA9 87.35%);
  border: 1px solid rgb(209, 209, 209);
  border-radius: 50%;
  position: relative;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber::after {
  content: "";
  position: absolute;
  bottom: -124px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  height: 124px;
  background-image: linear-gradient(to bottom, #1253BF, #1253BF 1px, transparent 1px);
  background-repeat: repeat-y;
  background-size: 2px 3px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
    width: 80px;
    min-width: 80px;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel {
  color: rgb(252, 252, 252);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  color: #FFFFFF;
  content: "0" counter(step);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
    display: none;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
    display: none;
  }
}
.truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-flow-1 .truster-corp-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
    display: none;
  }
}

.truster-corp-s-faq {
  background: #FCFCFC;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-faq .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-faq .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .truster-corp-c-inner {
    padding: 145px 16px 80px 16px;
    display: block;
  }
}
.truster-corp-s-faq .truster-corp-c-sectionHeader-2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .truster-corp-c-sectionHeader-2 {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.truster-corp-s-faq .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FCFCFC;
}
.truster-corp-s-faq .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FCFCFC;
}
.truster-corp-s-faq .s-faq__text {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .s-faq__text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.truster-corp-s-faq .s-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.truster-corp-s-faq .s-faq__list .s-faq__listItem {
  background: #FFFFFF;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
.truster-corp-s-faq .s-faq__list .s-faq__listItem:last-child {
  margin-bottom: 0;
}
.truster-corp-s-faq .s-faq__listContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  padding: 30px 30px 30px 40px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .s-faq__listContent {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 16px;
  }
}
.truster-corp-s-faq .s-faq__listContent .s-faq__q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1253BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .s-faq__listContent .s-faq__q {
    padding-top: 5px;
  }
}
.truster-corp-s-faq .s-faq__listContent.is-active .s-faq__listIcon > span:nth-child(2) {
  display: none;
}
.truster-corp-s-faq .s-faq__listContent .s-faq__listTitle {
  color: #333333;
  margin: 0;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.06em;
  width: 100%;
}
.truster-corp-s-faq .s-faq__answerContent {
  display: none;
}
.truster-corp-s-faq .s-faq__answerContent.is-active {
  display: block;
}
.truster-corp-s-faq .s-faq__answer {
  border-top: 1px dashed rgb(18, 83, 191);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 30px;
  margin: 0px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .s-faq__answer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0 40px 0;
    margin: 0 16px;
  }
}
.truster-corp-s-faq .s-faq__answer .s-faq__a {
  color: rgb(27, 27, 27);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .s-faq__answer .s-faq__a {
    margin-left: 0;
  }
}
.truster-corp-s-faq .s-faq__answer .s-faq__answerText {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.06em;
  text-align: left;
  margin: -5px 0 0 0;
  width: 59.75%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-faq .s-faq__answer .s-faq__answerText {
    width: 100%;
    margin-right: 14px;
  }
}
.truster-corp-s-faq .s-faq__listIcon {
  background: #FCFCFC;
  border: 1px dashed rgb(117, 117, 117);
  border-radius: 4px;
  display: block;
  min-width: 36px;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.truster-corp-s-faq .s-faq__listIcon:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.truster-corp-s-faq .s-faq__listIcon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background-color: #1253BF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.truster-corp-s-faq .s-faq__listIcon > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.truster-corp-s-investmentService {
  background: #FCFCFC;
  border-bottom: 1px solid rgb(209, 209, 209);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService {
    background: #FCFCFC;
  }
}
.truster-corp-s-investmentService .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-investmentService .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .truster-corp-c-inner {
    padding: 80px 16px;
    display: block;
  }
}
.truster-corp-s-investmentService .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #FCFCFC;
}
.truster-corp-s-investmentService .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #FCFCFC;
}
.truster-corp-s-investmentService .s-investmentService__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__title {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.truster-corp-s-investmentService .s-investmentService__text {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.truster-corp-s-investmentService .s-investmentService__list {
  background: #FCFCFC;
  counter-reset: investmentService 0;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__list {
    gap: 40px;
  }
}
.truster-corp-s-investmentService .s-investmentService__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 25px 62px;
  position: relative;
  min-height: 204px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__listItem {
    padding: 0 31px 40px 31px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.truster-corp-s-investmentService .s-investmentService__listItem::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #1253BF;
  border-radius: 50%;
}
.truster-corp-s-investmentService .s-investmentService__listItem::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #1253BF;
  border-radius: 50%;
}
.truster-corp-s-investmentService .s-investmentService__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #1253BF, #1253BF 4px, transparent 4px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.truster-corp-s-investmentService .s-investmentService__itemNumber {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.truster-corp-s-investmentService .s-investmentService__itemNumber::before {
  color: #1253BF;
  counter-increment: investmentService 1;
  content: "0" counter(investmentService);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 7px 40px 7px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__itemNumber::before {
    padding: 0 6px 16px 6px;
  }
}
.truster-corp-s-investmentService .s-investmentService__itemNumber::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #1253BF, #1253BF 1px, transparent 1px);
  background-repeat: repeat-y;
  background-size: 2px 3px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__itemNumber::after {
    width: 100%;
    height: 2px;
    bottom: 0;
    top: auto;
    background-image: linear-gradient(to right, #1253BF, #1253BF 1px, transparent 1px);
    background-size: 3px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.truster-corp-s-investmentService .s-investmentService__itemContent {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentService .s-investmentService__itemContent {
    padding-left: 0;
  }
}
.truster-corp-s-investmentService .s-investmentService__itemContent .s-investmentService__itemTitle {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 16px;
}
.truster-corp-s-investmentService .s-investmentService__itemContent .s-investmentService__itemText {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}

.truster-corp-s-investmentAchievements {
  background: #F5FAFD;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-investmentAchievements > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-investmentAchievements > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentAchievements > .truster-corp-c-inner {
    padding: 80px 16px 60px 16px;
  }
}
.truster-corp-s-investmentAchievements > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentAchievements > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
    margin-left: 0;
  }
}
.truster-corp-s-investmentAchievements > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-investmentAchievements > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 5.1%;
  -moz-column-gap: 5.1%;
  column-gap: 5.1%;
  row-gap: 56px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentAchievements .s-investmentAchievements__list {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem {
  background: #FFFFFF;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 49px 49px 59px 49px;
  width: 47.45%;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem {
    border-radius: 0px;
    padding: 19px 15px 59px 15px;
    width: 100%;
  }
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__imageArea {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  margin: 0 0 55px;
  position: relative;
  width: 100%;
  padding-bottom: 75.114%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__imageArea {
    margin: 0 0 30px;
  }
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__imageArea img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  height: 100%;
  width: 100%;
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__itemTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: left;
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__itemTitle {
    padding: 0 0 24px;
    margin: 0 0 32px;
  }
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__itemTitle::after {
  background: -webkit-gradient(linear, left top, right top, from(#B7E5E5), to(#033CA9));
  background: linear-gradient(90deg, #B7E5E5 0%, #033CA9 100%);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
}
.truster-corp-s-investmentAchievements .s-investmentAchievements__list .s-investmentAchievements__listItem .s-investmentAchievements__itemText {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0;
}

.truster-corp-s-recruitMessage {
  background: #F5FAFD;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-recruitMessage > .truster-corp-c-inner {
  padding: 107px 11.8% 100px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-recruitMessage > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitMessage > .truster-corp-c-inner {
    padding: 60px 16px 60px 16px;
  }
}
.truster-corp-s-recruitMessage .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F5FAFD;
}
.truster-corp-s-recruitMessage .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F5FAFD;
}
.truster-corp-s-recruitMessage .s-recruitMessage__swiper {
  overflow: hidden;
}
.truster-corp-s-recruitMessage .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.truster-corp-s-recruitMessage .swiper-slide {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 580px;
  height: 435px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitMessage .swiper-slide {
    width: 284px;
    height: 214px;
  }
}
.truster-corp-s-recruitMessage .s-recruitMessage__sliderImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.truster-corp-s-recruitMessage .s-recruitMessage__textArea {
  margin: 100px 0 140px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitMessage .s-recruitMessage__textArea {
    margin: 40px 0 80px 0;
    padding: 0 16px;
  }
}
.truster-corp-s-recruitMessage .s-recruitMessage__textArea .s-recruitMessage__textTitle {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitMessage .s-recruitMessage__textArea .s-recruitMessage__textTitle {
    font-size: 24px;
    margin: 0 0 24px;
    text-align: left;
  }
}
.truster-corp-s-recruitMessage .s-recruitMessage__textArea .s-recruitMessage__textText {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitMessage .s-recruitMessage__textArea .s-recruitMessage__textText {
    text-align: left;
  }
}

.truster-corp-s-recruitWork {
  background: #F9F9F9;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-recruitWork > .truster-corp-c-inner {
  padding: 200px 11.8%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-recruitWork > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitWork > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-recruitWork > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin: 0 0 132px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitWork > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
    margin-bottom: 60px;
  }
}
.truster-corp-s-recruitWork > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__topper {
  background-color: #F9F9F9;
}
.truster-corp-s-recruitWork > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 .c-sectionHeader__bg {
  background-color: #F9F9F9;
}
.truster-corp-s-recruitWork .s-recruitWork__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5%;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #757575, #757575 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem:last-child::after {
  display: none;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__imageArea {
  background: #F5FAFD;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.05);
  width: 200px;
  height: 200px;
  min-width: 200px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__imageArea {
    margin: 0 auto 60px auto;
  }
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__imageArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__textArea .s-recruitWork__itemHeadingText:last-child {
  margin-bottom: 0;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__itemTitle {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 12px;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__itemText {
  color: rgb(51, 51, 51);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  padding-right: 44px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__itemText {
    padding-right: 0;
  }
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__itemHeading {
  color: rgb(117, 117, 117);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 6px 0;
  padding-left: 8px;
  position: relative;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__itemHeading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #1253BF, #1253BF 1px, transparent 1px);
  background-repeat: repeat-y;
  background-size: 1px 2px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem .s-recruitWork__itemHeadingText {
  color: rgb(117, 117, 117);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin: 0 0 22px;
}
.truster-corp-s-recruitWork .s-recruitWork__list .s-recruitWork__listItem:first-child .s-recruitWork__itemText {
  padding-right: 0;
}

.truster-corp-s-error {
  background: #FCFDFF;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-error > .truster-corp-c-inner {
  padding: 160px 8.3%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .truster-corp-s-error > .truster-corp-c-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-error > .truster-corp-c-inner {
    padding: 80px 16px;
  }
}
.truster-corp-s-error > .truster-corp-c-inner .truster-corp-c-sectionHeader-2 {
  margin: 0 0 40px;
}
.truster-corp-s-error .s-error__content {
  text-align: center;
}
.truster-corp-s-error .s-error__contentButton {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-error .s-error__contentButton {
    margin-top: 60px;
  }
}

.truster-corp-s-form {
  background: #FCFDFF;
  border-bottom: 1px solid rgb(209, 209, 209);
  padding: 120px 0 160px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form {
    padding: 60px 0 80px 0;
  }
}
.truster-corp-s-form .s-form__inner {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.truster-corp-s-form .s-form__text {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .s-form__text {
    font-size: 14px;
    margin: 0 0 40px;
  }
}
.truster-corp-s-form .leadgrid-form__row + div {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .leadgrid-form__row + div {
    margin-top: 40px;
  }
}
.truster-corp-s-form .c-form__agree {
  text-align: center;
}
.truster-corp-s-form .c-form__agree .c-form__agreeText, .truster-corp-s-form .c-form__agree .c-form__agreeText_not_scroll {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .c-form__agree .c-form__agreeText, .truster-corp-s-form .c-form__agree .c-form__agreeText_not_scroll {
    font-size: 14px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}
.truster-corp-s-form .c-form__agree .c-form__agreeText strong, .truster-corp-s-form .c-form__agree .c-form__agreeText_not_scroll strong {
  color: rgb(51, 51, 51);
  font-weight: 400;
}
.truster-corp-s-form .c-form__agree .c-form__agreeText u, .truster-corp-s-form .c-form__agree .c-form__agreeText_not_scroll u {
  -webkit-text-decoration-color: rgb(51, 51, 51);
  text-decoration-color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .c-form__agree .c-form__agreeText > div, .truster-corp-s-form .c-form__agree .c-form__agreeText_not_scroll > div {
    text-align: left !important;
  }
}
.truster-corp-s-form .c-form__agree .c-form__checkboxLabel {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.truster-corp-s-form .c-form__agree:first-child {
  padding: 20px 0 3px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .c-form__agree:first-child {
    text-align: left;
    padding: 28px 0 0 0;
  }
}
.truster-corp-s-form .c-form__agree .privacy {
  color: rgb(167, 167, 167);
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .c-form__agree .privacy {
    font-size: 10px;
    text-align: left !important;
  }
}
.truster-corp-s-form .c-form__agree .privacy a {
  color: #999;
}
.truster-corp-s-form .c-form__agree strong {
  font-weight: 400;
}
.truster-corp-s-form .c-form__agree input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
}
.truster-corp-s-form .c-form__agree .c-form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.truster-corp-s-form .c-form__agree > div {
  margin: 0 0 24px;
}
.truster-corp-s-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .c-form__action {
    padding: 0;
  }
}
.truster-corp-s-form .leadgrid-form__error {
  color: rgb(183, 57, 57);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.truster-corp-s-form .leadgrid-form__label {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .leadgrid-form__label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.truster-corp-s-form .leadgrid-form__label::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  background: rgb(167, 167, 167);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  height: 19px;
  width: 33px;
  padding: 1px 5px 2px 5px;
  margin-left: 8px;
}
.truster-corp-s-form .leadgrid-form__label.-required::before {
  background: rgb(183, 57, 57);
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .leadgrid-form__label {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .leadgrid-form__label .hqIvTY {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}
.truster-corp-s-form .leadgrid-form__input {
  color: #333333;
  background: #FFFFFF;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  height: 66px;
  padding: 18px 32px;
}
.truster-corp-s-form .leadgrid-form__input::-webkit-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__input::-moz-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__input:-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__input::-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__input::placeholder {
  opacity: 0.3;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .leadgrid-form__input {
    height: 60px;
    font-size: 14px;
    padding: 16px 24px 16px 32px;
  }
}
.truster-corp-s-form .leadgrid-form__select {
  background: #FFFFFF;
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  height: 66px;
}
.truster-corp-s-form .leadgrid-form__select::before {
  display: none;
}
.truster-corp-s-form .leadgrid-form__select::after {
  border-bottom: 2px solid rgb(167, 167, 167);
  border-right: 2px solid rgb(167, 167, 167);
}
.truster-corp-s-form .leadgrid-form__select select {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(215, 215, 215);
  padding: 18px 32px;
  height: auto;
}
.truster-corp-s-form .leadgrid-form__select select::-webkit-input-placeholder {
  opacity: 0.3;
}
.truster-corp-s-form .leadgrid-form__select select::-moz-placeholder {
  opacity: 0.3;
}
.truster-corp-s-form .leadgrid-form__select select:-ms-input-placeholder {
  opacity: 0.3;
}
.truster-corp-s-form .leadgrid-form__select select::-ms-input-placeholder {
  opacity: 0.3;
}
.truster-corp-s-form .leadgrid-form__select select::placeholder {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-form .leadgrid-form__select {
    height: 60px;
    font-size: 14px;
  }
  .truster-corp-s-form .leadgrid-form__select select {
    font-size: 14px;
    padding: 15px 24px 15px 32px;
  }
}
.truster-corp-s-form .leadgrid-form__radio span {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.0588239431px;
}
.truster-corp-s-form .leadgrid-form__radio span::before {
  border: 1px solid rgb(167, 167, 167);
}
.truster-corp-s-form .leadgrid-form__radio span::after {
  background: rgb(18, 83, 191) !important;
  border: 1px solid rgb(167, 167, 167);
}
.truster-corp-s-form .leadgrid-form__textarea {
  background: #FFFFFF;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 6px;
  color: #333333;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 20px 32px;
}
.truster-corp-s-form .leadgrid-form__textarea::-webkit-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__textarea::-moz-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__textarea:-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__textarea::-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__textarea::placeholder {
  opacity: 0.3;
  font-weight: 400;
}
.truster-corp-s-form .leadgrid-form__checkbox input[type=checkbox]:checked + span::after {
  content: "✔️";
  font-family: "Noto Sans JP", sans-serif;
  width: 15px;
  height: 15px;
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -8px;
}
.truster-corp-s-form .leadgrid-form__checkbox input[type=checkbox] + span::before {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 3px;
}
.truster-corp-s-form .leadgrid-form__checkbox input[type=radio] + span::before {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 100px;
}
.truster-corp-s-form .leadgrid-form__checkbox input[type=radio]:checked + span::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 13px;
  left: 5px;
  border: none;
}
.truster-corp-s-form .leadgrid-form__file label {
  border: 1px solid #ECECEC;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  gap: 20px;
  padding: 0 18.5px;
}

.truster-corp-s-editableWysiwyg {
  background: #FCFDFF;
  border-bottom: 1px solid rgb(209, 209, 209);
  position: relative;
}
.truster-corp-s-editableWysiwyg > .truster-corp-c-inner {
  padding: 120px 20.8337% 160px 20.8337%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .truster-corp-s-editableWysiwyg > .truster-corp-c-inner {
    padding: 58px 16px 80px 16px;
  }
}