@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&subset=japanese);@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&subset=japanese);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);@import url(https://fonts.googleapis.com/css2?family=Marcellus:400&display=swap);/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}@charset "UTF-8";
.o-wrapper *,
.o-wrapper *::before,
.o-wrapper *::after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
.o-wrapper 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.
 */
.o-wrapper hr {
  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.
 */
.o-wrapper pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
.o-wrapper 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.
 */
.o-wrapper 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.
 */
.o-wrapper b,
.o-wrapper 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.
 */
.o-wrapper code,
.o-wrapper kbd,
.o-wrapper samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

.o-wrapper sub {
  bottom: -0.25em;
}

.o-wrapper sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
.o-wrapper img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.o-wrapper button,
.o-wrapper input,
.o-wrapper optgroup,
.o-wrapper select,
.o-wrapper 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.
 */
.o-wrapper button,
.o-wrapper input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
.o-wrapper 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.
 */
.o-wrapper legend {
  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.
 */
.o-wrapper progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
.o-wrapper [type=checkbox],
.o-wrapper [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
.o-wrapper [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
.o-wrapper [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.
 */
.o-wrapper ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

a {
  transition: opacity 0.4s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

body .o-wrapper {
  font-weight: 400;
  background: #ffffff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}

body > .wrapper {
  overflow: visible !important;
}

body.is-locked {
  overflow: hidden;
}

html {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li, ul ol {
  margin: 0;
  padding: 0;
}

.o-container {
  margin-top: 50px;
  padding: 10px;
}
.o-container__sub-column {
  margin-top: 20px;
}

.o-wrapper {
  width: 100%;
  position: relative;
}
.o-wrapper a:visited {
  color: unset;
}

.c-arrowed-list {
  list-style: none;
}
.c-arrowed-list__item + .c-arrowed-list__item {
  margin-top: 15px;
}
.c-arrowed-list__link {
  color: #000000;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.c-arrowed-list__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #00cc99;
  border-width: 6px 0 6px 10px;
  margin-right: 5px;
}
.c-arrowed-list__link:hover {
  text-decoration: none;
}

.c-breadcrumb {
  color: #666;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  display: inline-block;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "";
  display: inline-block;
  background: url("../../../sto/assets/img/common/icon_breadcrumb.svg") no-repeat center center/cover;
  margin-right: 14px;
  margin-left: 14px;
}
.c-breadcrumb__item:last-child .c-breadcrumb__link {
  font-weight: 400;
}
.c-breadcrumb__link {
  color: #666;
  font-weight: 700;
}
.c-breadcrumb--white {
  color: #ffffff;
}
.c-breadcrumb--white .c-breadcrumb__link {
  color: #ffffff;
}

.c-button {
  padding: 10px 50px;
  text-decoration: none;
  color: #000000;
  position: relative;
  text-align: center;
  border: 1px solid #666666;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}
.c-button:hover {
  opacity: 0.6;
}
.c-button--small {
  padding: 5px 50px;
  font-size: 12px;
}
.c-button--large {
  font-size: 20px;
}
.c-button--full {
  width: 100%;
}
.c-button--arrowed::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #00cc99;
  border-right: 2px solid #00cc99;
}

.c-footer {
  background: #333;
}

.c-footer__inner {
  margin: 0 auto 0;
}

.c-footer__content {
  border-bottom: 1px solid #666;
}

.c-footer__logo__img {
  vertical-align: top;
}

.c-footer__text {
  margin: 0;
  color: #FFF;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
}

.c-footer__copy {
  display: block;
  color: #FFF;
  font-weight: 700;
}
.c-header-navi__list .c-header-navi__item:first-child {
  margin-top: 0;
}

.c-header-navi__link-accordion {
  position: relative;
}

.c-header-navi__link-accordion.is-active::after {
  display: none;
}

.c-header-navi__link-accordion::before {
  background: #333333;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.c-header-navi__link-accordion::after {
  background: #333333;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.c-header-navi__link--app {
  background: #CA2420;
}

.c-header-navi__list__child {
  background: #FFFFFF;
}

.c-header-hamburger__btn {
  position: absolute;
  display: block;
}
.c-header-hamburger__btn span {
  transition: all 0.5s;
  background: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.c-header-hamburger__btn span:nth-child(1) {
  top: 0;
}
.c-header-hamburger__btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-header-hamburger__btn span:nth-child(3) {
  bottom: 0;
}
.c-header-hamburger__btn.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header-hamburger__btn.is-active span:nth-child(2) {
  opacity: 0;
}
.c-header-hamburger__btn.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.c-header img {
  vertical-align: top;
}

.c-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-heading2 {
  width: 100%;
  position: relative;
  margin: 0;
  color: #42425A;
  font-weight: 600;
  line-height: 150%;
  /* 75px */
  font-family: "Noto Serif JP", sans-serif;
}
.c-heading2::before, .c-heading2::after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-heading2::before {
  width: 100%;
  background: #E3E3E3;
}
.c-heading2::after {
  background: #3A424D;
}

.c-heading2__text {
  margin: 0;
}

.c-heading3 {
  color: #42425A;
  font-weight: 500;
  line-height: 1;
}

.c-heading3__text {
  margin: 0;
}

.c-main {
  background: #ffffff;
}

.c-section {
  background: #fff;
}

.c-mv {
  width: 100%;
}

.o-wrapper h1.c-mv__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.5));
  font-weight: 700;
  line-height: 1;
}

.c-paragraph {
  color: #000000;
  margin: 0;
}
.c-paragraph--large {
  font-size: 18px;
}
.c-paragraph--small {
  font-size: 12px;
}

.c-side__head {
  display: none;
}

.c-side__list {
  border-top: 1px solid #A0A0AC;
}

.c-side__item {
  border-bottom: 1px solid #A0A0AC;
}

.c-side__link {
  text-decoration: none !important;
  position: relative;
  color: #42425A !important;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
.c-side__link::before {
  display: inline-block;
  content: "";
  background: url("../../../sto/assets/img/common/navi_icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
}
.c-side__link.is-active {
  background: #FAF7F4;
}
.c-side__link:hover {
  opacity: 1;
  background: #FAF7F4;
}

.c-side__list__child {
  border-top: 1px solid #A0A0AC;
}
.c-side__list__child .c-side__item__child:nth-child(1) .c-side__link__child {
  border-top: none;
}

.c-side__link__child {
  text-decoration: none !important;
  border-top: 1px dashed #D9D9D9;
  color: #333333;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.c-side__link2 {
  position: relative;
  display: block;
  border: 2px solid #CA2420;
  color: #CA2420 !important;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.c-side__link2:hover {
  text-decoration: none !important;
}
.c-side__link2::before {
  display: block;
  content: "";
  background: url("../../../sto/assets/img/common/blank_icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-side__link2 span {
  display: block;
  text-align: center;
}

.c-side__link3 {
  position: relative;
  display: block;
  border: 2px solid #CA2420;
  color: #CA2420 !important;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.c-side__link3:hover {
  text-decoration: none !important;
}
.c-side__link3::before {
  display: block;
  content: "";
  background: url("../../../sto/assets/img/common/login_icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-text-link {
  font-size: 16px;
  text-decoration: none;
}
.c-text-link:link {
  color: #000000;
}
.c-text-link:visited {
  color: #000000;
}
.c-text-link:hover {
  color: #000000;
  text-decoration: none;
}
.c-text-link:active {
  color: #000000;
}
.c-text-link--arrowed::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #00cc99;
  border-right: 2px solid #00cc99;
}

.c-text1 {
  line-height: 1.5;
  color: #222222;
}

.c-text2 {
  line-height: 1.8;
  color: #222222;
}
.c-text2 sup {
  top: -0.3em;
}

.c-note1 {
  line-height: 1.8;
  color: #404040;
  text-indent: -1.4em;
  margin-left: 1.4em;
}

.js-modal-target {
  display: none;
}

.js-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.js-modal__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 999;
  padding: 20px 0;
}
.js-modal__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  height: auto;
  max-height: 100%;
  z-index: 999;
  overflow: hidden;
}
.js-modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.js-modal__close {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 1100;
}
.js-modal__close-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
}
.js-modal__close-button::before, .js-modal__close-button::after {
  display: block;
  background: #fff;
  content: "";
  position: absolute;
}
.js-modal__close-button::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.js-modal__close-button::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.js-modal__prev, .js-modal__next {
  display: block;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  outline: none;
}
.js-modal__prev {
  left: 8px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
.js-modal__next {
  right: 8px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.js-modal__view {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  height: 100%;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
.js-modal__movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: 20px 0;
  padding-top: 56.25%;
  background: #000;
}
.js-modal__movie__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.js-modal__movie__body {
  width: 100%;
  height: 100%;
}
.js-modal__bottom-ui {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.js-modal__bottom-prev, .js-modal__bottom-close, .js-modal__bottom-next {
  cursor: pointer;
}
.js-modal__bottom-close:only-child {
  margin: 0 auto;
}

.u-hidden {
  display: none !important;
}

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

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

.u-ml0 {
  margin-left: 0px !important;
}

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

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

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

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

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

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

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

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

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

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

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

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

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

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

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

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

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

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

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

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

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

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}

.c-panel {
  border: 1px solid #E3E3E3;
}
.about .tp-heading2 {
  color: #42425A;
  line-height: 1;
  font-weight: 500;
}
.about .tp-step__link {
  position: relative;
  display: block;
  border: 2px solid #CA2420;
  color: #CA2420 !important;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.about .tp-step__link:hover {
  text-decoration: none !important;
}
.about .tp-step__link::before {
  display: block;
  content: "";
  background: url("../../../sto/assets/img/common/blank_icon.svg") no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-panel__head {
  background: #F8F8F8;
  text-align: center;
  color: #222222;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 2px solid #777C90;
}

.c-panel__lead {
  margin-top: 0;
  line-height: 1.8;
  color: #404040;
}

.tp-about02-bc-Comparison_box {
  background: #fff;
  border: 1px solid #E3E3E3;
}

.tp-about02-bc-Comparison_box01 .tp-about02-bc-Comparison_img {
  margin: 0 auto;
}

.tp-about02-bc-Comparison_box01::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.tp-about02-bc-Comparison_box02 .tp-about02-bc-Comparison_img {
  margin: 0 auto;
}

.tp-about02-bc-Comparison_title {
  text-align: center;
  font-weight: 500;
  color: #222222;
  margin-top: 0;
}

.tp-about02-bc-Comparison_text {
  text-align: center;
  color: #404040;
  margin-bottom: 0;
}

.c-features {
  border: 1px solid #E3E3E3;
}

.c-features__list {
  background: #F0F0F0;
}
.c-features__list .c-features__item:nth-child(1) {
  margin-top: 0;
}

.c-features__item__text {
  color: #42425A;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Marcellus", serif;
  line-height: 1.5;
}
.c-features__item__text span {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
}
.c-features__item__text::before, .c-features__item__text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
}
.c-features__item__text::after {
  background: #42425A;
}

.c-features__cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.c-features__cnt__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #42425A;
  font-weight: 600;
  line-height: 1.5;
}

.c-features__cnt__list {
  display: flex;
  flex-direction: column;
}

.c-features__cnt__item {
  display: flex;
  align-items: flex-start;
  color: #42425A;
  font-weight: 500;
  line-height: 1;
}
.c-features__cnt__item span {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  background: #42425A;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}

.ab-merit__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.ab-merit__item {
  border: 1px solid #E3E3E3;
  list-style: none;
  box-sizing: border-box;
}

.ab-merit__head {
  text-align: center;
  background: #F8F8F8;
  color: #222222;
  font-weight: 400;
  font-family: "Marcellus", serif;
  border-bottom: 2px solid #777C90;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.ab-merit__body {
  text-align: center;
}

.ab-merit__text {
  color: #222222;
  font-weight: 500;
  line-height: 1.5;
}

.ab-merit .c-text1 {
  margin-bottom: 0;
  line-height: 1.8;
}

.ab-merit__heading {
  display: flex;
  align-items: flex-start;
  color: #42425A;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.ab-merit__heading__num {
  display: block;
  background: #42425A;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
  border-radius: 50%;
  margin-top: 0.3em;
  text-align: center;
}

.ab-merit__link {
  color: #42425A;
  line-height: 1.8;
  display: inline-block;
  text-decoration: none;
}
.ab-merit__link::before {
  content: "";
  display: inline-block;
  background: url("../../../sto/assets/img/common/icon_link_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.ab-table-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.ab-table-table_cell {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.ab-table-table_cell01 {
  color: #fff;
  background: #42425A;
  border-top: 2px solid #fff;
}
.ab-table-table_cell01.ab-table-table_cell--first {
  border-top: none;
}

.ab-table-table_cell02 {
  color: #fff;
  background: #33638C;
  border-left: 2px solid #fff;
}
.ab-table-table_cell02 span {
  font-weight: normal;
}

.ab-table-table_cell03 {
  background: #F0DEDE;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  font-weight: 400;
}

.ab-table-table_cell04 {
  background: #F2F2F2;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  font-weight: 400;
}

.ab-table-table_cell05 {
  background: #DEE0F0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  font-weight: 400;
}

.ab-table-table_cell06 {
  background: #DDECDF;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  font-weight: 400;
}

.ab-table-delivery_exceed_title span {
  position: relative;
}
.ab-table-scroll img {
  width: 100%;
}

.ab-heading4 {
  color: #42425A;
  font-weight: 500;
  line-height: 1.5;
}

.ab-heading4__text {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.ab-heading4__text .ab-heading4__text__num {
  display: block;
  background: #42425A;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}

.ab-heading4__high {
  position: relative;
}
.ab-heading4__high:after {
  position: absolute;
  content: "";
  opacity: 0.3;
  height: 0;
  left: 0;
}

.ab-heading4__low {
  position: relative;
}
.ab-heading4__low:after {
  position: absolute;
  content: "";
  opacity: 0.3;
  height: 0;
  left: 0;
}

.archive-text-note {
  line-height: 1.8;
  margin: 0;
}
.archive-text-note span {
  display: inline-block;
}

.archive-overview_head {
  background: #42425A;
  color: #ffffff;
}

.archive-overview_link {
  font-weight: 500;
  color: #ffffff;
}

.archive-overview_link-text span {
  font-weight: normal;
}

.archive-overview_link-icon {
  display: inline-block;
}
.archive-overview_link-icon img {
  width: 100%;
  vertical-align: middle;
}

.archive-overview_body {
  background: #ffffff;
  border: 1px solid #E3E3E3;
  border-top: none;
}

.archive-overview_picture {
  display: flex;
}
.archive-overview_picture-item img {
  width: 100%;
}

.archive-overview_body-title {
  color: #222222;
  font-weight: 500;
}

.archive-overview_data-item {
  border-bottom: 2px solid #D9D9D9;
}
.archive-overview_data-item:first-child {
  border-top: 2px solid #D9D9D9;
}

.archive-overview_data-title {
  color: #404040;
  font-weight: 500;
  background: #F0F0F0;
  flex-shrink: 0;
}

.archive-overview_data-description {
  color: #404040;
  margin: 0;
}

.fa-list__item {
  border-bottom: 2px solid #D9D9D9;
  position: relative;
}
.fa-list__item:first-child {
  border-top: 2px solid #D9D9D9;
}

.fa-list__question {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.fa-list__question .fa-list__icon {
  background: #42425A;
}

.fa-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.fa-list__icon span {
  font-family: "Marcellus", serif;
  line-height: 1;
  letter-spacing: 0.005em;
  color: #ffffff;
}

.fa-list__question-text {
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #333333;
  font-weight: 500;
}

.fa-list__question-status {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}

.fa-list__answer {
  display: none;
}

.fa-list__answer-inner {
  display: flex;
  align-items: flex-start;
  border-top: 2px dotted #D9D9D9;
}
.fa-list__answer-inner .fa-list__icon {
  background: #CA2420;
}

.fa-list__answer-text {
  line-height: 1.8;
  color: #404040;
  margin: 0;
}
.fa-list__answer-text .initials {
  font-weight: bold;
  border-bottom: 1px solid #404040;
}

.fa-list__answer-text__link {
  color: #004586;
  text-decoration: underline;
}

.fa-list__answer-list-item {
  color: #404040;
  line-height: 1.8;
}
.fa-list__answer-list-item span {
  font-weight: bold;
}
.fa-list__answer-list-item::before {
  display: inline-block;
  content: "・";
}
.goto .goto-content {
  margin: 0 auto;
}
.goto .goto-box {
  background: #F8F8F8;
  border: 2px solid #777C90;
  text-align: center;
}
.goto .goto-lead {
  margin: 0;
  color: #42425A;
  font-weight: 500;
}
.goto .goto-link {
  color: #404040;
  text-decoration: underline;
}
.goto button.goto-btn {
  background: #FFFFFF !important;
  color: #162A4E !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border: 2px solid #162A4E !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.goto .goto-btn_icon {
  display: block;
}
.goto .goto-btn_icon img {
  width: 100%;
}
.lt .lt-title {
  background: #42425A;
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
}
.lt .lt-box {
  border: 1px solid #E3E3E3;
  border-top: none;
}
.lt .lt-img {
  display: flex;
}
.lt .lt-img__item img {
  vertical-align: top;
  width: 100%;
}
.lt .lt-feature__title {
  color: #42425A;
  font-weight: 500;
  line-height: 1;
}
.lt .lt-feature__lead {
  margin: 0;
  color: #222222;
  font-weight: 400;
  line-height: 1.8;
  /* 36px */
}
.lt .lt-overview__title {
  margin: 0;
  color: #222222;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
.lt .lt-overview__table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #777C90;
}
.lt .lt-overview__table__th {
  text-align: left;
  background: #F0F0F0;
  border-top: 1px solid #777C90;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  /* 27px */
}
.lt .lt-overview__table__td {
  background: #FFF;
  color: #404040;
  font-weight: 400;
  line-height: 1.8;
  /* 27px */
}
.lt .lt-overview__note {
  margin: 0;
  color: #222222;
  font-weight: 400;
}
.lt .lt-overview__note::before {
  content: "※";
}
.lt .lt-btn {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #162A4E;
  font-weight: 700;
  border: 2px solid #162A4E;
}
.lt .lt-btn img {
  vertical-align: middle;
}

.ne-list__item {
  border-bottom: 2px solid #D9D9D9;
  display: flex;
}
.ne-list__item:first-child {
  border-top: 2px solid #D9D9D9;
}

.ne-list__heading {
  flex-shrink: 0;
}

.ne-list__heading {
  display: flex;
}

.ne-list__label {
  display: block;
  border: 2px solid;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
}
.ne-list__label--release {
  border-color: #CA2420;
  color: #CA2420;
}
.ne-list__label--news {
  border-color: #206ECA;
  color: #206ECA;
}
.ne-list__label--event {
  border-color: #1CB02B;
  color: #1CB02B;
}
.ne-list__label--notice {
  border-color: #CA9020;
  color: #CA9020;
}

.ne-list__date {
  font-weight: bold;
  line-height: 1;
}

.ne-list__text {
  color: #404040;
  margin: 0;
  line-height: 1.8;
}

.ne-content {
  border-top: 1px solid #D9D9D9;
}

.ne-content__heading {
  display: flex;
}

.ne-content__title {
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}
.ne-content__img img {
  width: 100%;
}

.ne-content__text {
  color: #404040;
}

.ne-content__column {
  display: flex;
}

.ne-content__box {
  border: 2px solid #D9D9D9;
}

.ne-content__list-item {
  color: #404040;
  line-height: 1.8;
}
.ne-content__list-item::before {
  display: inline-block;
  content: "・";
}

.std img {
  vertical-align: top;
}

.std-title {
  margin: 0;
}

.std-title__h2 {
  position: relative;
  color: #42425A;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
  font-family: "Noto Serif JP", sans-serif;
}
.std-title__h2::before, .std-title__h2::after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.std-title__h2::before {
  width: 100%;
  background: #E3E3E3;
}
.std-title__h2::after {
  background: #3A424D;
}

.std-title__h3 {
  color: #42425A;
  font-weight: 500;
  line-height: 1.5;
}

.std-title__h4 {
  color: #42425A;
  font-weight: 500;
}

.std-title__h5 {
  color: #42425A;
  font-weight: 500;
}

.std-text {
  color: #222222;
  font-weight: 400;
  line-height: 1.8;
  /* 36px */
}
.std-text span {
  font-weight: 500;
}
.std-list .std-list__item {
  margin-top: 0.5em;
  color: #222222;
  font-weight: 400;
  line-height: 1.8;
  /* 36px */
}
.std-list .std-list__item:first-child {
  margin-top: 0;
}

.std-list__bold .std-list__item {
  font-weight: 700;
}
.std-list__note .std-list__item {
  color: #404040;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
.std-list__note .std-list__item:first-child {
  margin-top: 0;
}

.std-list__disc .std-list__item::before {
  content: "・";
  margin-right: 5px;
}
.std-list__asterisk .std-list__item::before {
  content: "※";
  margin-right: 5px;
}

.std-list__annotation {
  counter-reset: number 0;
}
.std-list__annotation .std-list__item::before {
  white-space: nowrap;
  counter-increment: number 1;
  content: "（注" counter(number) "）";
  margin-right: 10px;
}

.std-list__item {
  display: flex;
  align-items: flex-start;
}
.std-list__item p {
  margin: 0;
}

.std-box__head {
  color: #42425A;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  display: flex;
  align-items: flex-start;
}
.std-box__head span {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  background: #42425A;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}

.std-box__body {
  margin: 0;
}

.std-text {
  margin: 0;
}

.std-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #777C90;
}

.std-table__th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: #F0F0F0;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  /* 27px */
  border-top: 1px solid #777C90;
}
.std-table__th sup {
  top: -0.5em !important;
  font-size: 75% !important;
  vertical-align: baseline !important;
}

.std-table__td {
  text-align: left;
  vertical-align: top;
  background: #FFF;
  color: #222222;
  font-weight: 400;
  line-height: 1.8;
  /* 27px */
}
.std-table__td .std-list__disc {
  margin-top: 0;
}
.std-table__td .std-list .std-list__item {
  margin-top: 0;
}
.std-table__td sup {
  top: -0.5em !important;
  font-size: 75% !important;
  vertical-align: baseline !important;
}

.std-features__video {
  aspect-ratio: 16/9;
}
.std-features__video video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.std-btn__red {
  color: #CA2420 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #CA2420;
  margin: 0 auto 0;
  color: #FFF;
  font-weight: 700;
  line-height: 1.3;
  /* 18px */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.std-btn__black {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 700;
  border: 1px solid #162A4E;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.std-btn__black::after {
  vertical-align: middle;
}

.std-realestate__title {
  background: #42425A;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  /* 45px */
  color: #FFFFFF;
}
.std-realestate__img img {
  width: 100%;
}

.std-realestate-box {
  margin: 0;
}

.std-realestate-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  color: #222222;
  font-weight: 500;
  line-height: 150%;
  /* 39px */
  border-bottom: 2px solid #777C90;
}

.std-realestate-box__body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}

.std-realestate__text__icon {
  color: #00654A;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  margin-top: 0;
}

.std-realestate__text {
  color: #404040;
  font-weight: 400;
  line-height: 1.8;
  /* 32px */
}
.std-overview-list__annotation .std-list__item {
  color: #404040;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.std-overview-box {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.std-overview-box__head {
  color: #42425A;
  text-align: center;
  font-weight: 500;
}

.std-overview-box__body {
  margin: 0;
}

.std-risk-box__head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  color: #222222;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  /* 39px */
  border-bottom: 2px solid #777C90;
}
.std-risk-box__head em {
  font-style: normal;
}

.std-risk-box__body {
  margin: 0;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
.std-risk-box__body .std-risk__img {
  margin-top: 0;
}
.std-risk-box__body .std-list .std-list__item {
  color: #404040;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  margin-top: 0;
}
.std-risk-list__number .std-risk-list__item {
  margin-top: 0;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  /* 36px */
}

.std-risk-list__check {
  margin-top: 10px;
}
.std-risk-list__check .std-risk-list__item::before {
  display: block;
  content: "";
  background: url(../../../sto/assets/img/common/icon_check.svg) no-repeat;
  background-size: contain;
}

.std-transaction-table tr:first-child .std-table__th {
  border: 2px solid #FFF;
  background: #42425A;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  /* 27px */
}
.std-transaction-table tr:first-child .std-table__th:nth-child(2) {
  width: auto;
}
.std-transaction-table .std-table__th {
  display: table-cell;
  border-top: 1px solid #777C90;
  background: #F0F0F0;
  color: #222222;
  font-weight: 500;
  line-height: 1.8;
  /* 27px */
}
.std-transaction-table .std-table__td {
  display: table-cell;
  border-top: 1px solid #777C90;
  background: #FFF;
}

.std-realestate__box {
  border: 2px solid #777C90;
  background: #F8F8F8;
}
.std-realestate__box .std-list .std-list__item {
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
}
.std-realestate__box .std-list-item__underline {
  background: linear-gradient(transparent 60%, rgba(205, 23, 25, 0.3) 0%);
  display: inline;
  padding: 0 1px 0px;
}

.std-realestate-box__title {
  color: #42425A;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  /* 45px */
}
.std-realestate-box__title span {
  display: block;
  color: #222222;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  /* 25.2px */
}

.std-realestate-list .std-realestate-list__item {
  color: #404040;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  padding-left: 0.8em;
  text-indent: -0.8em;
  margin-top: 0.5em;
}
.std-realestate-list .std-realestate-list__item:nth-child(1) {
  margin-top: 0;
}

.top img {
  vertical-align: top;
}

.tp-inner {
  margin: 0 auto;
}

.tp-box {
  background: #fff;
}

.tp-heading {
  width: 100%;
  position: relative;
  margin: 0;
  color: #42425A;
  font-weight: 600;
  line-height: 150%;
  /* 75px */
  font-family: "Noto Serif JP", sans-serif;
}
.tp-heading::before, .tp-heading::after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-heading::before {
  width: 100%;
  background: #E3E3E3;
}
.tp-heading::after {
  background: #3A424D;
}

.tp-heading2 {
  margin: 0;
  color: #333;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
}

.tp-btn {
  text-decoration: none;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #162A4E !important;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  border: 2px solid #162A4E;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.tp-btn img {
  vertical-align: middle;
}

.tp-mv__contents {
  position: relative;
}

.tp-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.tp-slide .slick-dots {
  width: auto;
  position: absolute;
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
}
.tp-slide .slick-dots li {
  margin: 0;
}
.tp-slide .slick-dots li button {
  background: #F0F0F0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.tp-slide .slick-dots li button::before {
  display: none;
}
.tp-slide .slick-dots li.slick-active button {
  background: #162A4E;
}

.tp-slick_pause {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  background: url("../../../sto/assets/img/icon_pause_white.svg") no-repeat;
  background-size: 100% 100%;
}
.tp-slick_pause.is-active {
  background: url("../../../sto/assets/img/icon_play_white.svg") no-repeat;
  background-size: contain;
}

.tp-mv {
  position: relative;
}
.tp-mv__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.tp-mv__title {
  margin: 0;
  color: #FFF;
  font-size: 43px;
  font-weight: 700;
  line-height: 150%;
  /* 64.5px */
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.5));
  position: absolute;
  z-index: 1;
}
.tp-mv__title span {
  display: inline-block;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 700;
  line-height: 100%;
  vertical-align: middle;
}

.tp-mv__content {
  background: rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
}

.tp-mv__text {
  margin: 0;
  text-align: center;
}

.tp-mv__text__head {
  color: #FFF;
  text-align: center;
  font-weight: 400;
}

.tp-mv__text__body {
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.tp-mv__text__body em {
  font-style: normal;
  color: #FFF;
  font-family: "Marcellus", serif;
  font-weight: 600;
  line-height: 100%;
  /* 70px */
}
.tp-mv__text__body span {
  color: #FFF;
  font-weight: 900;
  line-height: 100%;
  /* 35px */
}

.tp-news__content {
  background: #fff;
}
.tp-news__article__category {
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  /* 13px */
  border-radius: 4px;
}

.tp-news__article__category--release {
  color: #CA2420;
  border-color: #CA2420;
}

.tp-news__article__category--news {
  border-color: #206ECA;
  color: #206ECA;
}

.tp-news__article__category--event {
  border-color: #1CB02B;
  color: #1CB02B;
}

.tp-news__article__category--notice {
  border-color: #CA9020;
  color: #CA9020;
}

.tp-news__article__date {
  color: #333;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}

.tp-news__article__text {
  color: #404040;
  font-weight: 400;
  line-height: 175%;
  /* 32.4px */
}
.tp-news__article__text a {
  color: #404040;
}

.tp-news__btn {
  display: block;
  background: #333;
  color: #FFF;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-align: center;
}
.tp-news__btn img {
  vertical-align: middle;
}

.tp-about__lead {
  margin: 0;
  color: #404040;
  font-weight: 400;
  line-height: 200%;
  /* 40px */
}

.tp-about__video {
  aspect-ratio: 16/9;
}
.tp-about__video video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.tp-achievements {
  background: #FFF;
  width: 100%;
}

.tp-achievements__body {
  position: relative;
}
.tp-achievements__body .slick_pause {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  background: url("../../../sto/assets/img/icon_pause.svg") no-repeat;
  background-size: 100% 100%;
}
.tp-achievements__body .slick_pause.is-active {
  background: url("../../../sto/assets/img/icon_play.svg") no-repeat;
  background-size: contain;
}

.tp-achievements__slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.tp-achievements__slide .slick-dots {
  width: auto;
  position: absolute;
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
}
.tp-achievements__slide .slick-dots li {
  margin: 0;
}
.tp-achievements__slide .slick-dots li button {
  background: #F0F0F0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.tp-achievements__slide .slick-dots li button::before {
  display: none;
}
.tp-achievements__slide .slick-dots li.slick-active button {
  background: #162A4E;
}
.tp-achievements__slide .slick-track {
  display: flex;
}

.tp-achievements__item {
  position: relative;
}

.tp-achievements__link {
  position: relative;
}

.tp-achievements__link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

.tp-achievements__item__img {
  position: relative;
}
.tp-achievements__item__img img {
  width: 100%;
  vertical-align: top;
}
.tp-achievements__item__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../../sto/assets/img/top/bg_slide_img.png") no-repeat;
  background-size: 100% 100%;
}

.tp-achievements__item__num {
  color: #FFF;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
  /* 90px */
  opacity: 0.8;
  position: absolute;
  z-index: 2;
}

.tp-achievements__item__text__box {
  position: relative;
  background: #42425A;
}

.tp-achievements__item__text {
  display: block;
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  width: 100%;
}

.tp-achievements__item__more {
  position: absolute;
  color: #fff;
  width: 100%;
  font-weight: bold;
}
.tp-achievements__item__more::before, .tp-achievements__item__more::after {
  display: inline-block;
  content: "";
  background: #FFFFFF;
  vertical-align: middle;
}
.tp-achievements__item__more::after {
  background: url("../../../sto/assets/img/common/icon_btn_white.svg") no-repeat;
  background-size: contain;
}

.tp-yield__box {
  background: #FFF;
  border: 1px solid #E3E3E3;
}

.tp-yield__box__head {
  color: #222222;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  /* 45px */
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #777C90;
}

.tp-yield__box__body {
  font-family: "Noto Serif JP", sans-serif;
  position: relative;
  color: #42425A;
  line-height: 100%;
  /* 45px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-yield__box__body strong {
  font-weight: 600;
}
.tp-yield__box__body .tp-yield__box__body__text--span01 {
  display: inline-block;
  font-weight: 500;
}
.tp-yield__box__body .tp-yield__box__body__text--span02 {
  display: inline-block;
  font-weight: 500;
}
.tp-yield__box__body .tp-yield__box__body__text--span03 {
  display: inline-block;
  font-weight: 500;
}
.tp-yield__box__body .tp-yield__box__body__text--span04 {
  display: inline-block;
  font-weight: 500;
}
.tp-yield__box__body .tp-yield__box__body__text--span05 {
  display: inline-block;
  font-weight: 500;
}
.tp-yield__box__body .tp-yield__box__body__text--em01 {
  color: #42425A;
  font-style: normal;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 100%;
  /* 90px */
  letter-spacing: -0.05em;
}
.tp-yield__box__body .tp-yield__box__body__text--em02 {
  color: #42425A;
  font-style: normal;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 300;
  line-height: 100%;
  /* 90px */
}
.tp-yield__box__body .tp-yield__box__body__text--em03 {
  color: #42425A;
  font-style: normal;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 100%;
  /* 90px */
  letter-spacing: 0.03em;
}
.tp-yield__box__body .tp-yield__box__body__text--sup01 {
  color: #42425A;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  position: absolute;
  top: 0.5em;
  right: -1.5em;
}
.tp-yield__box__body .tp-yield__box__body__text--sup02 {
  color: #42425A;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  position: absolute;
  top: 0.5em;
}

.tp-yield__box__body__text {
  position: relative;
}

.tp-yield__caution__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
}
.tp-yield__caution__list .tp-yield__caution__item:nth-child(1)::before {
  content: "※1";
  margin-right: 10px;
}
.tp-yield__caution__list .tp-yield__caution__item:nth-child(2)::before {
  content: "※2";
  margin-right: 10px;
}

.tp-yield__caution__item {
  color: #404040;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  padding-left: calc(1.5em + 10px);
  text-indent: calc(-1.5em - 10px);
}
.tp-yield__caution__list2 .tp-yield__caution__item2:nth-child(1) {
  margin-top: 0;
}

.tp-yield__caution__item2 {
  color: #42425A;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  margin-top: 0.5em;
}

.tp-yield__caution__item2::before {
  content: "●";
}
.tp-step__list .tp-step__item:last-child::after {
  display: none;
}

.tp-step__item {
  position: relative;
  background: #FFF;
  border: 1px solid #E3E3E3;
}

.tp-step__item::after {
  display: block;
  content: "";
  position: absolute;
}

.tp-step__item__head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  color: #222222;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 60px */
  font-family: "Marcellus", serif;
  border-bottom: 2px solid #777C90;
  letter-spacing: 0.05em;
}

.tp-step__item__body {
  margin: 0;
}

.tp-step__item__body__icon {
  text-align: center;
}
.tp-step__item__body__icon img {
  vertical-align: top;
}

.tp-step__item__body__text {
  margin: 0;
  color: #222222;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}

.tp-caution__bg {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  border: 1px solid #A0A0AC;
}

.tp-caution__title {
  margin: 0;
  text-align: center;
  color: #42425A;
  font-weight: 500;
  line-height: 150%;
  /* 45px */
}
.tp-caution__list .tp-caution__item:nth-child(1) {
  margin-top: 0;
}

.tp-caution__item {
  color: #42425A;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}

.tp-caution__item::before {
  content: "●";
}

.tp-caution__note {
  margin: 0;
  color: #42425A;
  font-weight: 400;
  line-height: 150%;
  /* 25.2px */
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.tp-caution__note::before {
  content: "※";
}
@media print, screen and (min-width: 768px) {
  body .o-wrapper {
    -webkit-font-smoothing: antialiased;
  }

  .sp-only {
    display: none !important;
  }
  .pc-use-only {
    display: block;
  }
  .sp-tab-only {
    display: none;
  }
  .o-container {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0;
  }
  .o-container__column {
    width: 980px;
    margin: 0 auto;
    display: flex;
  }
  .o-container__main-column {
    width: 650px;
  }
  .o-container__sub-column {
    width: 300px;
    margin-top: 0;
    margin-left: 30px;
  }
  .c-arrowed-list__item + .c-arrowed-list__item {
    margin-top: 20px;
  }
  .c-arrowed-list__link::before {
    border-width: 8px 0 8px 12px;
    margin-right: 10px;
  }
  .c-breadcrumb {
    width: 1220px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .c-breadcrumb__item:not(:last-child):after {
    width: 10px;
    height: 13px;
  }
  .c-breadcrumb__item {
    font-size: 14px;
  }
  .c-button--large {
    font-size: 24px;
  }
  .c-footer {
    padding: 30px 0 35px;
  }
  .c-footer__inner {
    width: 1220px;
  }
  .c-footer__content {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-footer__text {
    font-size: 15px;
    margin-left: 50px;
  }
  .c-footer__copy {
    font-size: 14px;
    line-height: 100%;
    /* 14px */
  }
  .c-header-navi__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-header-navi__link {
    display: flex;
    height: 60px;
    padding: 4px 30px 0 30px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    border-bottom: 4px solid transparent;
  }
  .c-header-navi__link.is-active {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #CA2420;
  }
  .c-header-navi__link:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #CA2420;
  }
  .c-header-navi__link--app:hover {
    opacity: 0.6;
    background: #CA2420;
    border-bottom: 4px solid transparent;
  }
  .c-header-navi__list__child {
    display: none;
  }
  .c-header-navi__link--app::before {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_navi.svg);
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .c-header-hamburger {
    display: none;
  }
  .c-header {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .c-header__inner {
    padding-left: 2.0833333333%;
  }
  .c-header__logo {
    width: 6.9791666667%;
  }
  .c-heading2 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .c-heading2::after {
    width: 34.0909090909%;
  }
  .c-heading2__text {
    font-size: 32px;
  }
  .c-heading3__text {
    font-size: 26px;
    margin-top: 40px;
    padding-left: 10px;
    border-left: 3px solid #3A424D;
  }
  .c-main {
    padding-bottom: 100px;
  }
  .c-main__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .c-content {
    width: 880px;
  }
  .c-section {
    margin-top: 50px;
  }
  .c-section__inner {
    margin-top: 80px;
  }
  .c-mv {
    height: 340px;
    padding-top: 145px;
  }
  .o-wrapper h1.c-mv__title {
    font-size: 50px;
    width: 1220px;
  }
  .c-side {
    width: 260px;
    position: relative;
    margin-top: 80px;
  }
  .c-side__list {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    left: 0;
  }
  .c-side__link {
    font-size: 16px;
    padding: 12px 24px 14px 27px;
  }
  .c-side__link::before {
    width: 7px;
    height: 12px;
    top: 18px;
    left: 12px;
  }
  .c-side__link__child {
    font-size: 15px;
    padding: 10px 12px 12px 42px;
  }
  .c-side__item2 {
    margin-top: 20px;
  }
  .c-side__link2 {
    padding: 11px 27px 11px 55px;
    font-size: 16px;
  }
  .c-side__link2::before {
    width: 17px;
    height: 18px;
    left: 27px;
  }
  .c-side__item3 {
    margin-top: 20px;
  }
  .c-side__link3 {
    padding: 11px 0 11px 67px;
    font-size: 16px;
  }
  .c-side__link3::before {
    width: 16px;
    height: 19px;
    left: 27px;
  }
  .c-text-link {
    font-size: 14px;
  }
  .c-text-link:hover {
    text-decoration: underline;
  }
  .c-text-link--arrowed::after {
    width: 6px;
    height: 6px;
    border-top: 3px solid #00cc99;
    border-right: 3px solid #00cc99;
  }
  .c-text1 {
    font-size: 18px;
    margin-top: 40px;
  }
  .c-text2 {
    font-size: 16px;
    margin: 30px 0;
  }
  .c-note1 {
    font-size: 14px;
    margin-top: 30px;
  }
  .u-hidden\@pc {
    display: none !important;
  }
  .u-mt0\@pc {
    margin-top: 0px !important;
  }
  .u-mb0\@pc {
    margin-bottom: 0px !important;
  }
  .u-ml0\@pc {
    margin-left: 0px !important;
  }
  .u-mr0\@pc {
    margin-right: 0px !important;
  }
  .u-pt0\@pc {
    padding-top: 0px !important;
  }
  .u-pb0\@pc {
    padding-bottom: 0px !important;
  }
  .u-pl0\@pc {
    padding-left: 0px !important;
  }
  .u-pr0\@pc {
    padding-right: 0px !important;
  }
  .u-px0\@pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0\@pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt5\@pc {
    margin-top: 5px !important;
  }
  .u-mb5\@pc {
    margin-bottom: 5px !important;
  }
  .u-ml5\@pc {
    margin-left: 5px !important;
  }
  .u-mr5\@pc {
    margin-right: 5px !important;
  }
  .u-pt5\@pc {
    padding-top: 5px !important;
  }
  .u-pb5\@pc {
    padding-bottom: 5px !important;
  }
  .u-pl5\@pc {
    padding-left: 5px !important;
  }
  .u-pr5\@pc {
    padding-right: 5px !important;
  }
  .u-px5\@pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5\@pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt10\@pc {
    margin-top: 10px !important;
  }
  .u-mb10\@pc {
    margin-bottom: 10px !important;
  }
  .u-ml10\@pc {
    margin-left: 10px !important;
  }
  .u-mr10\@pc {
    margin-right: 10px !important;
  }
  .u-pt10\@pc {
    padding-top: 10px !important;
  }
  .u-pb10\@pc {
    padding-bottom: 10px !important;
  }
  .u-pl10\@pc {
    padding-left: 10px !important;
  }
  .u-pr10\@pc {
    padding-right: 10px !important;
  }
  .u-px10\@pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10\@pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-mt15\@pc {
    margin-top: 15px !important;
  }
  .u-mb15\@pc {
    margin-bottom: 15px !important;
  }
  .u-ml15\@pc {
    margin-left: 15px !important;
  }
  .u-mr15\@pc {
    margin-right: 15px !important;
  }
  .u-pt15\@pc {
    padding-top: 15px !important;
  }
  .u-pb15\@pc {
    padding-bottom: 15px !important;
  }
  .u-pl15\@pc {
    padding-left: 15px !important;
  }
  .u-pr15\@pc {
    padding-right: 15px !important;
  }
  .u-px15\@pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15\@pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-mt20\@pc {
    margin-top: 20px !important;
  }
  .u-mb20\@pc {
    margin-bottom: 20px !important;
  }
  .u-ml20\@pc {
    margin-left: 20px !important;
  }
  .u-mr20\@pc {
    margin-right: 20px !important;
  }
  .u-pt20\@pc {
    padding-top: 20px !important;
  }
  .u-pb20\@pc {
    padding-bottom: 20px !important;
  }
  .u-pl20\@pc {
    padding-left: 20px !important;
  }
  .u-pr20\@pc {
    padding-right: 20px !important;
  }
  .u-px20\@pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20\@pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mt25\@pc {
    margin-top: 25px !important;
  }
  .u-mb25\@pc {
    margin-bottom: 25px !important;
  }
  .u-ml25\@pc {
    margin-left: 25px !important;
  }
  .u-mr25\@pc {
    margin-right: 25px !important;
  }
  .u-pt25\@pc {
    padding-top: 25px !important;
  }
  .u-pb25\@pc {
    padding-bottom: 25px !important;
  }
  .u-pl25\@pc {
    padding-left: 25px !important;
  }
  .u-pr25\@pc {
    padding-right: 25px !important;
  }
  .u-px25\@pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25\@pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-mt30\@pc {
    margin-top: 30px !important;
  }
  .u-mb30\@pc {
    margin-bottom: 30px !important;
  }
  .u-ml30\@pc {
    margin-left: 30px !important;
  }
  .u-mr30\@pc {
    margin-right: 30px !important;
  }
  .u-pt30\@pc {
    padding-top: 30px !important;
  }
  .u-pb30\@pc {
    padding-bottom: 30px !important;
  }
  .u-pl30\@pc {
    padding-left: 30px !important;
  }
  .u-pr30\@pc {
    padding-right: 30px !important;
  }
  .u-px30\@pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30\@pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-mt35\@pc {
    margin-top: 35px !important;
  }
  .u-mb35\@pc {
    margin-bottom: 35px !important;
  }
  .u-ml35\@pc {
    margin-left: 35px !important;
  }
  .u-mr35\@pc {
    margin-right: 35px !important;
  }
  .u-pt35\@pc {
    padding-top: 35px !important;
  }
  .u-pb35\@pc {
    padding-bottom: 35px !important;
  }
  .u-pl35\@pc {
    padding-left: 35px !important;
  }
  .u-pr35\@pc {
    padding-right: 35px !important;
  }
  .u-px35\@pc {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35\@pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-mt40\@pc {
    margin-top: 40px !important;
  }
  .u-mb40\@pc {
    margin-bottom: 40px !important;
  }
  .u-ml40\@pc {
    margin-left: 40px !important;
  }
  .u-mr40\@pc {
    margin-right: 40px !important;
  }
  .u-pt40\@pc {
    padding-top: 40px !important;
  }
  .u-pb40\@pc {
    padding-bottom: 40px !important;
  }
  .u-pl40\@pc {
    padding-left: 40px !important;
  }
  .u-pr40\@pc {
    padding-right: 40px !important;
  }
  .u-px40\@pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40\@pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-mt45\@pc {
    margin-top: 45px !important;
  }
  .u-mb45\@pc {
    margin-bottom: 45px !important;
  }
  .u-ml45\@pc {
    margin-left: 45px !important;
  }
  .u-mr45\@pc {
    margin-right: 45px !important;
  }
  .u-pt45\@pc {
    padding-top: 45px !important;
  }
  .u-pb45\@pc {
    padding-bottom: 45px !important;
  }
  .u-pl45\@pc {
    padding-left: 45px !important;
  }
  .u-pr45\@pc {
    padding-right: 45px !important;
  }
  .u-px45\@pc {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45\@pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-mt50\@pc {
    margin-top: 50px !important;
  }
  .u-mb50\@pc {
    margin-bottom: 50px !important;
  }
  .u-ml50\@pc {
    margin-left: 50px !important;
  }
  .u-mr50\@pc {
    margin-right: 50px !important;
  }
  .u-pt50\@pc {
    padding-top: 50px !important;
  }
  .u-pb50\@pc {
    padding-bottom: 50px !important;
  }
  .u-pl50\@pc {
    padding-left: 50px !important;
  }
  .u-pr50\@pc {
    padding-right: 50px !important;
  }
  .u-px50\@pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50\@pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-mt55\@pc {
    margin-top: 55px !important;
  }
  .u-mb55\@pc {
    margin-bottom: 55px !important;
  }
  .u-ml55\@pc {
    margin-left: 55px !important;
  }
  .u-mr55\@pc {
    margin-right: 55px !important;
  }
  .u-pt55\@pc {
    padding-top: 55px !important;
  }
  .u-pb55\@pc {
    padding-bottom: 55px !important;
  }
  .u-pl55\@pc {
    padding-left: 55px !important;
  }
  .u-pr55\@pc {
    padding-right: 55px !important;
  }
  .u-px55\@pc {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55\@pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-mt60\@pc {
    margin-top: 60px !important;
  }
  .u-mb60\@pc {
    margin-bottom: 60px !important;
  }
  .u-ml60\@pc {
    margin-left: 60px !important;
  }
  .u-mr60\@pc {
    margin-right: 60px !important;
  }
  .u-pt60\@pc {
    padding-top: 60px !important;
  }
  .u-pb60\@pc {
    padding-bottom: 60px !important;
  }
  .u-pl60\@pc {
    padding-left: 60px !important;
  }
  .u-pr60\@pc {
    padding-right: 60px !important;
  }
  .u-px60\@pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60\@pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-mt65\@pc {
    margin-top: 65px !important;
  }
  .u-mb65\@pc {
    margin-bottom: 65px !important;
  }
  .u-ml65\@pc {
    margin-left: 65px !important;
  }
  .u-mr65\@pc {
    margin-right: 65px !important;
  }
  .u-pt65\@pc {
    padding-top: 65px !important;
  }
  .u-pb65\@pc {
    padding-bottom: 65px !important;
  }
  .u-pl65\@pc {
    padding-left: 65px !important;
  }
  .u-pr65\@pc {
    padding-right: 65px !important;
  }
  .u-px65\@pc {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65\@pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-mt70\@pc {
    margin-top: 70px !important;
  }
  .u-mb70\@pc {
    margin-bottom: 70px !important;
  }
  .u-ml70\@pc {
    margin-left: 70px !important;
  }
  .u-mr70\@pc {
    margin-right: 70px !important;
  }
  .u-pt70\@pc {
    padding-top: 70px !important;
  }
  .u-pb70\@pc {
    padding-bottom: 70px !important;
  }
  .u-pl70\@pc {
    padding-left: 70px !important;
  }
  .u-pr70\@pc {
    padding-right: 70px !important;
  }
  .u-px70\@pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70\@pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-mt75\@pc {
    margin-top: 75px !important;
  }
  .u-mb75\@pc {
    margin-bottom: 75px !important;
  }
  .u-ml75\@pc {
    margin-left: 75px !important;
  }
  .u-mr75\@pc {
    margin-right: 75px !important;
  }
  .u-pt75\@pc {
    padding-top: 75px !important;
  }
  .u-pb75\@pc {
    padding-bottom: 75px !important;
  }
  .u-pl75\@pc {
    padding-left: 75px !important;
  }
  .u-pr75\@pc {
    padding-right: 75px !important;
  }
  .u-px75\@pc {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75\@pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-mt80\@pc {
    margin-top: 80px !important;
  }
  .u-mb80\@pc {
    margin-bottom: 80px !important;
  }
  .u-ml80\@pc {
    margin-left: 80px !important;
  }
  .u-mr80\@pc {
    margin-right: 80px !important;
  }
  .u-pt80\@pc {
    padding-top: 80px !important;
  }
  .u-pb80\@pc {
    padding-bottom: 80px !important;
  }
  .u-pl80\@pc {
    padding-left: 80px !important;
  }
  .u-pr80\@pc {
    padding-right: 80px !important;
  }
  .u-px80\@pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80\@pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-mt85\@pc {
    margin-top: 85px !important;
  }
  .u-mb85\@pc {
    margin-bottom: 85px !important;
  }
  .u-ml85\@pc {
    margin-left: 85px !important;
  }
  .u-mr85\@pc {
    margin-right: 85px !important;
  }
  .u-pt85\@pc {
    padding-top: 85px !important;
  }
  .u-pb85\@pc {
    padding-bottom: 85px !important;
  }
  .u-pl85\@pc {
    padding-left: 85px !important;
  }
  .u-pr85\@pc {
    padding-right: 85px !important;
  }
  .u-px85\@pc {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85\@pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-mt90\@pc {
    margin-top: 90px !important;
  }
  .u-mb90\@pc {
    margin-bottom: 90px !important;
  }
  .u-ml90\@pc {
    margin-left: 90px !important;
  }
  .u-mr90\@pc {
    margin-right: 90px !important;
  }
  .u-pt90\@pc {
    padding-top: 90px !important;
  }
  .u-pb90\@pc {
    padding-bottom: 90px !important;
  }
  .u-pl90\@pc {
    padding-left: 90px !important;
  }
  .u-pr90\@pc {
    padding-right: 90px !important;
  }
  .u-px90\@pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90\@pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-mt95\@pc {
    margin-top: 95px !important;
  }
  .u-mb95\@pc {
    margin-bottom: 95px !important;
  }
  .u-ml95\@pc {
    margin-left: 95px !important;
  }
  .u-mr95\@pc {
    margin-right: 95px !important;
  }
  .u-pt95\@pc {
    padding-top: 95px !important;
  }
  .u-pb95\@pc {
    padding-bottom: 95px !important;
  }
  .u-pl95\@pc {
    padding-left: 95px !important;
  }
  .u-pr95\@pc {
    padding-right: 95px !important;
  }
  .u-px95\@pc {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95\@pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-mt100\@pc {
    margin-top: 100px !important;
  }
  .u-mb100\@pc {
    margin-bottom: 100px !important;
  }
  .u-ml100\@pc {
    margin-left: 100px !important;
  }
  .u-mr100\@pc {
    margin-right: 100px !important;
  }
  .u-pt100\@pc {
    padding-top: 100px !important;
  }
  .u-pb100\@pc {
    padding-bottom: 100px !important;
  }
  .u-pl100\@pc {
    padding-left: 100px !important;
  }
  .u-pr100\@pc {
    padding-right: 100px !important;
  }
  .u-px100\@pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100\@pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-text--left\@pc {
    text-align: left !important;
  }
  .u-text--center\@pc {
    text-align: center !important;
  }
  .u-text--right\@pc {
    text-align: right !important;
  }
  .c-mv {
    background: url("../../../sto/assets/img/about/mv_pc.jpg") no-repeat center center/cover;
  }
  .c-panel {
    margin-top: 30px;
  }
  .about .tp-yield__content {
    gap: 40px;
  }
  .about .tp-yield__caution__list {
    width: 100%;
  }
  .about .tp-yield__box__head {
    font-size: 22px;
  }
  .about .tp-yield__box {
    width: 47.7272727273%;
  }
  .about .tp-heading2 {
    font-size: 26px;
    margin-top: 40px;
    border-left: 3px solid #3A424D;
    padding-left: 10px;
  }
  .about .tp-step__list {
    margin-top: 30px;
  }
  .about .tp-step__item__head {
    max-width: 284px;
    font-size: 30px;
    height: 60px;
  }
  .about .tp-step__item__body__text {
    font-size: 18px;
  }
  .about .tp-step__link {
    width: 460px;
    padding: 16px 0 18px 160px;
    font-size: 18px;
    margin: 40px auto 0;
  }
  .about .tp-step__link::before {
    width: 17px;
    height: 18px;
    left: 134px;
  }
  .c-panel__head {
    font-size: 22px;
    padding: 18px 0;
  }
  .c-panel__body {
    padding: 40px 50px;
  }
  .c-panel__lead {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .tp-about02-bc-Comparison {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .tp-about02-bc-Comparison_box {
    width: 46.2724935733%;
    border-radius: 20px;
    padding: 30px 20px 37px;
  }
  .tp-about02-bc-Comparison_box01 .tp-about02-bc-Comparison_img {
    width: 320px;
  }
  .tp-about02-bc-Comparison_box01::after {
    background: url("../../../sto/assets/img/common/icon_triangle_gray_right.svg") no-repeat;
    background-size: contain;
    width: 30px;
    height: 35px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .tp-about02-bc-Comparison_box02 .tp-about02-bc-Comparison_img {
    width: 315px;
  }
  .tp-about02-bc-Comparison_title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .tp-about02-bc-Comparison_text {
    margin-top: 30px;
  }
  .c-features {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .c-features__list {
    padding: 60px;
    width: 54.4318181818%;
  }
  .c-features__item {
    margin-top: 30px;
  }
  .c-features__item__text {
    font-size: 60px;
    padding-bottom: 15px;
  }
  .c-features__item__text span {
    font-size: 22px;
  }
  .c-features__item__text::after {
    width: 22.2841225627%;
  }
  .c-features__cnt {
    width: 45.5681818182%;
    padding: 0 0 0 50px;
    gap: 30px;
  }
  .c-features__cnt__title {
    font-size: 32px;
  }
  .c-features__cnt__list {
    gap: 30px;
  }
  .c-features__cnt__item {
    font-size: 22px;
  }
  .c-features__cnt__item span {
    font-size: 15px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-top: 0.15em;
  }
  .ab-merit__list {
    margin-top: 30px;
  }
  .ab-merit__list .sp-only {
    display: none;
  }
  .ab-merit__item {
    width: 30.2272727273%;
  }
  .ab-merit__head {
    font-size: 26px;
    padding: 17px 0;
  }
  .ab-merit__body {
    padding: 29px 0;
  }
  .ab-merit__text {
    font-size: 20px;
    margin-top: 10px;
  }
  .ab-merit .c-text1 {
    font-size: 16px;
    margin-top: 30px;
  }
  .ab-merit__heading {
    font-size: 22px;
    margin-top: 30px;
  }
  .ab-merit__heading__num {
    font-size: 15px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .ab-merit__link {
    font-size: 16px;
    margin-top: 15px;
    padding-left: 20px;
  }
  .ab-merit__link::before {
    width: 10px;
    height: 24px;
    top: 2px;
  }
  .ab-merit__detail {
    margin-bottom: 30px;
  }
  .ab-merit__detail .c-text1 {
    margin-top: 15px;
  }
  .ab-table {
    margin-top: 150px;
  }
  .ab-table_lead {
    margin-top: 50px;
  }
  .ab-table-st {
    margin-top: 80px;
  }
  .ab-table-st_text {
    margin-top: 30px;
  }
  .ab-table-gred {
    display: flex;
    margin-top: 40px;
  }
  .ab-table-box01 {
    width: 239px;
  }
  .ab-table-box02 {
    width: 760px;
  }
  .ab-table-table tr:first-child th {
    height: 77px;
  }
  .ab-table-table_cell {
    font-size: 18px;
    line-height: 1.2;
    height: 60px;
    width: 223px;
  }
  .ab-table-table_cell01 {
    font-size: 20px;
    width: 170px;
  }
  .ab-table-structure {
    margin-top: 80px;
  }
  .ab-table-structure_text01 {
    margin-top: 30px;
  }
  .ab-table-structure_img {
    margin-top: 40px;
  }
  .ab-table-structure_text02 {
    margin-top: 40px;
  }
  .ab-table-delivery {
    margin-top: 80px;
  }
  .ab-table-delivery_block01 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .ab-table-delivery_text01 {
    width: 500px;
  }
  .ab-table-delivery_img {
    width: 500px;
  }
  .ab-table-delivery_text02 {
    margin-top: 40px;
  }
  .ab-table-delivery_block02 {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
  .ab-table-delivery_exceed {
    width: 500px;
  }
  .ab-table-scroll {
    display: none;
  }
  .ab-column2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .ab-column2 .ab-column2-item:nth-child(1) {
    width: 45.4545454545%;
  }
  .ab-column2 .ab-column2-item:nth-child(2) {
    width: 50%;
  }
  .ab-column2-item .c-text2 {
    margin-top: 0;
  }
  .ab-column2-item2 {
    width: 47.7272727273%;
  }
  .ab-column2-item2 .c-text2 {
    margin-top: 10px;
  }
  .ab-heading4__text {
    font-size: 22px;
  }
  .ab-heading4__text .ab-heading4__text__num {
    font-size: 15px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-top: 0.5em;
  }
  .ab-heading4__high:after {
    width: 117px;
    border-bottom: 10px solid #CD1719;
    bottom: 0;
  }
  .ab-heading4__low:after {
    width: 120px;
    border-bottom: 10px solid #074A89;
    bottom: 0;
  }
  .archive .c-mv {
    background: url("../../../sto/assets/img/archive/mv_pc.jpg") no-repeat center center/cover;
  }
  .archive .c-text1 {
    margin-bottom: 30px;
  }
  .archive-text-note {
    font-size: 14px;
  }
  .archive-text-note span {
    margin-right: 10px;
  }
  .archive-board {
    margin-top: 30px;
  }
  .archive-overview_head {
    padding: 24px 24px 26px;
  }
  .archive-overview_link {
    font-size: 26px;
    line-height: 1.5;
  }
  .archive-overview_link + .archive-text-note {
    margin-top: 10px;
  }
  .archive-overview_link-icon {
    width: 21px;
    margin-right: 14px;
  }
  .archive-overview_body {
    padding: 40px 50px;
  }
  .archive-overview_picture {
    gap: 40px;
  }
  .archive-overview_picture-item {
    width: calc(50% - 20px);
  }
  .archive-overview_body-title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
  }
  .archive-overview_data {
    margin: 20px 0 0;
  }
  .archive-overview_data-item {
    display: flex;
  }
  .archive-overview_data-title {
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 20px 18px 20px;
    width: 230px;
  }
  .archive-overview_data-description {
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 0 18px 20px;
  }
  .faq .c-mv {
    background: url("../../../sto/assets/img/faq/mv_pc.jpg") no-repeat center center/cover;
  }
  .faq .c-text1 {
    margin-top: 50px;
  }
  .fa-list {
    margin-top: 50px;
  }
  .fa-list__item.is-open .fa-list__question-status::after {
    display: none;
  }
  .fa-list__question {
    padding: 24px 60px 24px 0;
    gap: 30px;
  }
  .fa-list__icon {
    width: 60px;
    height: 60px;
  }
  .fa-list__icon span {
    font-size: 30px;
  }
  .fa-list__question-text {
    font-size: 22px;
    margin-top: 8px;
  }
  .fa-list__question-status {
    border: 2px solid #D9D9D9;
    background: #ffffff;
    width: 30px;
    height: 30px;
    top: 37px;
    right: 0;
  }
  .fa-list__question-status::before, .fa-list__question-status::after {
    content: "";
    display: block;
    position: absolute;
    background: #D9D9D9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .fa-list__question-status::before {
    width: 16px;
    height: 2px;
  }
  .fa-list__question-status::after {
    width: 2px;
    height: 16px;
  }
  .fa-list__answer-inner {
    padding: 18px 0 22px;
    gap: 30px;
  }
  .fa-list__answer-text {
    font-size: 18px;
  }
  .fa-list__answer-list-item {
    font-size: 18px;
    padding-left: 1.5em;
    text-indent: -0.6em;
  }
  .fa-list__answer-list-item::before {
    margin-right: 6px;
  }
  .goto .c-mv {
    background: url("../../../sto/assets/img/archive/mv_pc.jpg") no-repeat center center/cover;
  }
  .goto .goto-content {
    width: 100%;
  }
  .goto .goto-box {
    padding: 87px 0 97px;
  }
  .goto .goto-lead {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .goto .goto-link {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
  }
  .goto .goto-link:hover {
    text-decoration: none;
  }
  .goto button.goto-btn {
    font-size: 18px;
    width: 460px;
    margin: 30px auto 0;
    padding: 16px 0 18px !important;
  }
  .goto button.goto-btn:hover {
    opacity: 0.8;
  }
  .goto .goto-btn_icon {
    width: 20px;
    margin-right: 10px;
  }
  .lt .c-mv {
    background: url("../../../sto/assets/img/list/mv_pc.jpg") no-repeat center center/cover;
  }
  .lt .lt-title {
    font-size: 26px;
    line-height: 150%;
    /* 60px */
    padding: 24px 50px;
  }
  .lt .lt-box {
    padding: 40px 50px;
  }
  .lt .lt-img {
    justify-content: space-between;
    gap: 40px;
  }
  .lt .lt-feature__title {
    font-size: 26px;
    margin-top: 40px;
    padding-left: 10px;
    border-left: 3px solid #3A424D;
  }
  .lt .lt-feature__lead {
    font-size: 16px;
    margin-top: 15px;
  }
  .lt .lt-overview__title {
    font-size: 18px;
    margin-top: 40px;
  }
  .lt .lt-overview__table {
    margin-top: 20px;
  }
  .lt .lt-overview__table__th {
    width: 274px;
    padding: 15px 20px 18px;
    font-size: 16px;
    vertical-align: top;
  }
  .lt .lt-overview__table__td {
    padding: 15px 20px 18px;
    border-top: 1px solid #777C90;
    font-size: 16px;
  }
  .lt .lt-overview__note {
    font-size: 14px;
    line-height: 1.5;
    /* 25.2px */
    margin-top: 30px;
  }
  .lt .lt-overview__note::before {
    margin-right: 5px;
  }
  .lt .lt-btn {
    line-height: 1.3;
    /* 18px */
    margin: 40px auto 0;
    width: 460px;
    font-size: 18px;
    padding: 16px 0 18px 0;
    gap: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .news .c-mv {
    background: url("../../../sto/assets/img/news/mv_pc.jpg") no-repeat center center/cover;
  }
  .ne-list {
    margin-top: 50px;
  }
  .ne-list__item {
    padding: 28px 0;
    align-items: flex-start;
    gap: 30px;
  }
  .ne-list__heading {
    gap: 30px;
  }
  .ne-list__label {
    border-radius: 4px;
    margin: 4px 0 0 0;
    padding: 4px 18px 5px;
    font-size: 13px;
  }
  .ne-list__date {
    font-size: 20px;
    margin: 6px 0 0 0;
  }

  .ne-list__text {
    font-size: 18px;
  }
  .ne-content {
    padding-top: 28px;
    margin-top: 30px;
  }
  .ne-content__heading {
    gap: 30px;
    align-items: flex-start;
  }
  .ne-content__title {
    font-size: 30px;
    margin: 60px 0 0 0;
  }
  .ne-content__title:first-of-type {
    margin: 30px 0 0 0;
  }
  .ne-content__img {
    margin: 30px 0 0 0;
  }
  .ne-content__text {
    font-size: 18px;
    margin: 30px 0 0 0;
    line-height: 2;
  }
  .ne-content__column {
    gap: 30px;
  }
  .ne-content__column-block {
    width: calc(50% - 15px);
  }
  .ne-content__box {
    margin: 30px 0 0 0;
    padding: 38px;
  }
  .ne-content__list-item {
    font-size: 16px;
    padding-left: 1.1em;
    text-indent: -0.44em;
  }
  .ne-content__list-item::before {
    margin-right: 6px;
  }
  .ne-content__list-item + .ne-content__list-item {
    margin: 20px 0 0 0;
  }
  .std .c-mv {
    background: url("../../../sto/assets/img/list/mv_pc.jpg") no-repeat center center/cover;
  }
  .std-title__h2 {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .std-title__h2::after {
    width: 34.0909090909%;
  }
  .std-title__h3 {
    font-size: 26px;
    margin-top: 40px;
    padding-left: 10px;
    border-left: 3px solid #3A424D;
  }
  .std-title__h4 {
    font-size: 22px;
    line-height: 150%;
    /* 36px */
    margin-top: 30px;
  }
  .std-title__h5 {
    font-size: 20px;
    line-height: 150%;
    /* 30px */
  }
  .std-text {
    font-size: 16px;
    margin-top: 30px;
  }
  .std-list {
    margin-top: 30px;
  }
  .std-list .std-list__item {
    font-size: 16px;
  }
  .std-list__note {
    margin-top: 30px;
  }
  .std-list__note .std-list__item {
    margin-top: 10px;
    font-size: 14px;
  }
  .std-list__disc .std-list__item::before {
    display: block;
  }
  .std-list__asterisk .std-list__item::before {
    display: block;
  }
  .std-list__annotation .std-list__item::before {
    display: block;
  }
  .std-box {
    margin: 30px 0 0;
  }
  .std-box__head {
    font-size: 22px;
  }
  .std-box__head span {
    font-size: 15px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-top: 0.5em;
  }
  .std-box__body {
    margin-top: 15px;
  }
  .std-table {
    margin-top: 30px;
  }
  .std-table__th {
    width: 274px;
    padding: 15px 20px 18px 20px;
    font-size: 16px;
  }
  .std-table__td {
    padding: 15px 20px 18px 20px;
    border-top: 1px solid #777C90;
    font-size: 16px;
  }
  .std-btn__red {
    font-size: 18px;
    width: 460px;
    margin-top: 10px;
    padding: 16px 0 18px 0;
    gap: 10px;
  }
  .std-btn__red::before {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_navi.svg);
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .std-btn__black {
    width: 460px;
    line-height: 1.4;
    /* 18px */
    padding: 16px 60px 18px 60px;
    font-size: 18px;
  }
  .std-btn__black::after {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_download.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .std-realestate__title {
    width: 100%;
    font-size: 26px;
    padding: 22px 0 24px;
  }
  .std-realestate__img {
    margin-top: 2px;
  }
  .std-realestate-box {
    margin-top: 80px;
  }
  .std-realestate-box__head {
    font-size: 22px;
    padding: 16px 0;
    gap: 10px;
    font-size: 26px;
  }
  .std-realestate-box__body {
    width: 100%;
    padding: 20px 40px 40px 40px;
    gap: 20px;
  }
  .std-realestate__text__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
  .std-realestate__text__icon img {
    width: 112px;
    margin-right: 15px;
  }
  .std-realestate__text {
    font-size: 16px;
  }
  .std-overview__table .std-table__th {
    width: 274px;
  }
  .std-overview-list__annotation {
    margin-top: 30px;
  }
  .std-overview-list__annotation .std-list__item {
    font-size: 14px;
    margin-top: 10px;
  }
  .std-overview-box {
    background: #F8F8F8;
    width: 100%;
    margin-top: 40px;
    padding: 40px 50px 50px 50px;
    gap: 40px;
    border: 2px solid #777C90;
  }
  .std-overview-box__head {
    font-size: 26px;
    line-height: 150%;
    /* 45px */
  }
  .std-risk__img {
    margin-top: 30px;
  }
  .std-risk-box {
    margin-top: 30px;
  }
  .std-risk-box__head {
    padding: 12px 91px;
    gap: 10px;
    font-size: 22px;
  }
  .std-risk-box__body {
    padding: 40px 50px;
  }
  .std-risk-box__body .std-title__h5 {
    margin-top: 30px;
  }
  .std-risk-box__body .std-list {
    margin-top: 15px;
  }
  .std-risk-box__body .std-list .std-list__item {
    font-size: 16px;
  }
  .std-risk-list {
    margin-top: 10px;
  }
  .std-risk-list__number {
    margin-top: 15px;
  }
  .std-risk-list__number .std-risk-list__item {
    font-size: 16px;
    margin-top: 15px;
  }
  .std-risk-list__check .std-risk-list__item {
    margin-top: 10px;
    align-items: center;
  }
  .std-risk-list__check .std-risk-list__item::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .std-transaction-table tr:first-child .std-table__th {
    padding: 15px 20px 18px 20px;
    font-size: 18px;
  }
  .std-transaction-table .std-table__th {
    padding: 15px 20px 18px 20px;
    font-size: 18px;
    width: 202px;
  }
  .std-transaction-table .std-table__td {
    padding: 15px 20px 18px 20px;
  }
  .std-realestate__box {
    width: 100%;
    margin-top: 40px;
    padding: 40px 40px 50px 40px;
  }
  .std-realestate-box__title {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .std-realestate-box__title span {
    font-size: 14px;
  }
  .std-realestate-list .std-realestate-list__item {
    font-size: 16px;
  }
  .top .c-side {
    margin-top: 50px;
  }
  .tp-section {
    margin-top: 80px;
  }
  .tp-heading {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .tp-heading::after {
    width: 34.0909090909%;
  }
  .tp-heading2 {
    font-size: 40px;
  }
  .tp-btn {
    font-size: 16px;
    padding: 13px 0;
    gap: 10px;
  }
  .tp-mv__contents {
    overflow: hidden;
    padding-bottom: 67px;
  }
  .tp-slide .slick-dots-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -610px;
  }
  .tp-slide .slick-dots {
    bottom: -37px;
    gap: 5px;
  }
  .tp-slide .slick-dots li {
    width: 100px;
    height: 2px;
  }
  .tp-slick_pause__box {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -610px;
  }
  .tp-slick_pause {
    bottom: 23px;
    width: 14px;
    height: 16px;
  }
  .tp-mv__inner {
    width: 1220px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .tp-mv__img {
    overflow: hidden;
    width: 100%;
  }
  .tp-mv__title {
    left: 0;
    bottom: 60px;
  }
  .tp-mv__title span {
    font-size: 20px;
    padding: 6px 10px;
    margin: 0 0 9px 9px;
  }
  .tp-mv__content {
    width: 352px;
    height: 620px;
    margin-top: 60px;
    padding: 40px 50px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    justify-content: center;
    flex-direction: column;
  }
  .tp-mv__content .tp-mv__text:last-child {
    border-bottom: 1px solid #FFF;
  }
  .tp-mv__text {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #FFF;
  }
  .tp-mv__text__head {
    font-size: 20px;
    line-height: 100%;
    /* 20px */
    margin-bottom: 10px;
  }
  .tp-mv__text__body {
    font-size: 35px;
    white-space: nowrap;
  }
  .tp-mv__text__body em {
    font-size: 70px;
    margin-right: 5px;
  }
  .tp-mv__text__body span {
    font-size: 35px;
  }
  .tp-news {
    margin-top: 120px;
  }
  .tp-news__content {
    display: flex;
    justify-content: space-between;
  }
  .tp-news__article {
    display: inline-flex;
    padding: 24px 60px;
    align-items: center;
    gap: 30px;
  }
  .tp-news__article__category {
    font-size: 13px;
    padding: 4px 20px;
    border: 2px solid;
  }
  .tp-news__article__date {
    font-size: 20px;
  }
  .tp-news__article__text {
    font-size: 18px;
  }
  .tp-news__btn {
    padding: 30px 60px 32px 60px;
    font-size: 18px;
  }
  .tp-news__btn img {
    margin-left: 10px;
  }
  .tp-bnr {
    margin-top: 40px;
  }
  .tp-bnr__item {
    width: 1000px;
    margin: 0 auto 0;
  }
  .tp-about {
    margin-top: 50px;
  }
  .tp-about__lead {
    font-size: 18px;
    margin: 40px 0;
  }
  .tp-about__btn {
    width: 330px;
    margin-top: 40px;
  }
  .tp-about__video {
    margin-top: 70px;
  }
  .tp-achievements__head {
    display: flex;
    justify-content: space-between;
  }
  .tp-achievements__btn {
    width: 330px;
    margin-top: 82px;
  }
  .tp-achievements__body {
    margin-top: 50px;
  }
  .tp-achievements__body .slick_pause {
    bottom: -44px;
    width: 14px;
    height: 16px;
  }
  .tp-achievements__slide .slick-dots {
    bottom: -37px;
    gap: 5px;
    left: 0;
    width: 520px;
  }
  .tp-achievements__slide .slick-dots li {
    width: 19.2307692308%;
    height: 2px;
  }
  .tp-achievements__slide .slick-track {
    gap: 20px;
  }
  .tp-achievements__link::before {
    background: url("../../../sto/assets/img/bg_achievements_pc.png") no-repeat;
    background-size: 100% 100%;
  }
  .tp-achievements__item__num {
    font-size: 60px;
    top: 10px;
    left: 20px;
  }
  .tp-achievements__item__text__box {
    padding: 20px 20px 51px;
  }
  .tp-achievements__item__text {
    font-size: 16px;
  }
  .tp-achievements__item__more {
    font-size: 12px;
    left: 20px;
    bottom: 24px;
  }
  .tp-achievements__item__more::before {
    width: 58.0838323353%;
    height: 1px;
    margin-right: 10px;
  }
  .tp-achievements__item__more::after {
    width: 21px;
    height: 20px;
    margin-left: 10px;
  }
  .tp-yield__content {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 4.5454545455%;
  }
  .tp-yield__box {
    width: 47.7272727273%;
  }
  .tp-yield__box__head {
    font-size: 22px;
    padding: 24px 0;
  }
  .tp-yield__box__body {
    font-size: 45px;
    height: 166px;
  }
  .tp-yield__box__body strong {
    font-size: 40px;
    margin-left: 5px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span01 {
    margin: 0 8px 0 10px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span02 {
    margin: 0 5px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span03 {
    font-size: 40px;
    margin: 0 5px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span04 {
    font-size: 40px;
    margin: 0 5px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span05 {
    font-size: 40px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--em01 {
    font-size: 60px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--em02 {
    font-size: 60px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--em03 {
    font-size: 60px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--sup01 {
    font-size: 16px;
  }
  .tp-yield__box__body .tp-yield__box__body__text--sup02 {
    font-size: 16px;
    right: -1em;
  }
  .tp-yield__caution {
    margin-top: 30px;
  }
  .tp-yield__caution__list {
    width: 100%;
    gap: 20px;
  }
  .tp-yield__caution__item {
    font-size: 16px;
  }
  .tp-yield__caution__list2 {
    margin-top: 10px;
  }
  .tp-yield__caution__item2 {
    font-size: 16px;
    padding-left: calc(1em + 10px);
    text-indent: calc(-1em - 10px);
  }
  .tp-yield__caution__item2::before {
    margin-right: 10px;
  }
  .tp-step {
    margin-top: 60px;
  }
  .tp-step__list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .tp-step__list .tp-step__item:nth-child(1) .tp-step__item__body__text {
    margin-top: 17px;
  }
  .tp-step__list .tp-step__item:nth-child(2) .tp-step__item__body__text {
    margin-top: 20px;
  }
  .tp-step__list .tp-step__item:nth-child(3) .tp-step__item__body__text {
    margin-top: 15px;
  }
  .tp-step__list .tp-step__item:nth-child(4) .tp-step__item__body__text {
    margin-top: 21px;
  }
  .tp-step__item {
    width: 27.9545454545%;
  }
  .tp-step__item::after {
    top: 50%;
    right: -22%;
    background: url("../../../sto/assets/img/common/icon_triangle_gray_right.svg") no-repeat;
    width: 31px;
    height: 35px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .tp-step__item__head {
    font-size: 26px;
    padding: 17px 0;
  }
  .tp-step__item__body {
    padding: 36px 0;
  }
  .tp-step__item__body__text {
    text-align: center;
    font-size: 20px;
  }
  .tp-caution {
    margin-top: 80px;
  }
  .tp-caution__bg {
    align-items: center;
    padding: 50px;
    gap: 50px;
  }
  .tp-caution__title {
    font-size: 22px;
  }
  .tp-caution__list {
    margin-top: 40px;
  }
  .tp-caution__item {
    font-size: 16px;
    padding-left: 1.6em;
    text-indent: -1.6em;
    margin-top: 10px;
  }
  .tp-caution__item::before {
    margin-right: 10px;
  }
  .tp-caution__note {
    font-size: 14px;
    margin-top: 15px;
  }
  .tp-caution__note::before {
    margin-right: 10px;
  }
.possibleterms_text {
text-align:center;
margin:10px 0;
font-size:90%;
color:#42425A;
font-weight:bold;
}
.blanchserch_text {
text-align:center;
margin:40px 0 0 0;
font-size:110%;
color:#42425A;
font-weight:bold;
}

}
.std-leftimg dd{float:left;width:350px;}
.std-leftimg dt{width:100%;padding:5px 0 0 0;}
.std-leftimg dd img{width:350px;}

@media screen and (max-width: 767.98px) {
dl.std-leftimg dd{float:none;width:100%;border:solid 1px #000;margin-bottom:0px;}
dl.std-leftimg img {width:100%;text-align:center;}
dl.std-leftimg ul {margin-top:0;}
.possibleterms_text {
text-align:center;
margin:10px 0;
font-size: 3.0769230769vw;
color:#42425A;
font-weight:bold;
}
.blanchserch_text {
text-align:center;
margin:30px 0 0 0;
font-size: 3.0769230769vw;
color:#42425A;
font-weight:bold;
}

  .pc-only {
    display: none !important;
  }
  .pc-use-only {
    display: none;
  }
  .sp-tab-only {
    display: block;
  }
  .o-wrapper {
    overflow: hidden;
  }
  .c-breadcrumb {
    width: 92.3076923077vw;
    margin: 0 auto;
    padding: 3.8461538462vw 0 0;
  }
  .c-breadcrumb__list {
    flex-wrap: wrap;
    margin-top: -2.5641025641vw;
  }
  .c-breadcrumb__item:not(:last-child):after {
    width: 2.5641025641vw;
    height: 3.3333333333vw;
  }
  .c-breadcrumb__item {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
  .c-footer {
    padding: 7.6923076923vw 0 6.4102564103vw;
  }
  .c-footer__inner {
    width: 89.7435897436vw;
  }
  .c-footer__content {
    padding-bottom: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .c-footer__logo {
    width: 29.4871794872vw;
    margin: 0 auto 0;
  }
  .c-footer__text {
    font-size: 3.0769230769vw;
    margin-top: 7.6923076923vw;
  }
  .c-footer__copy {
    font-size: 3.0769230769vw;
    line-height: 150%;
    /* 18px */
  }
  .c-header-navi {
    position: absolute;
    top: 12.8205128205vw;
    left: 0;
    width: 100%;
    padding: 0 3.8461538462vw;
  }
  .c-header-navi__item {
    background: #FFF;
    padding: 0 3.8461538462vw;
    margin-top: 1.2820512821vw;
  }
  .c-header-navi__list {
    height: calc(100vh - 24.358974359vw);
    overflow: auto;
    padding-top: 11.5384615385vw;
    padding-bottom: 25.641025641vw;
  }
  .c-header-navi__list .c-header-navi__item:last-child {
    padding: 0;
  }
  .c-header-navi__link {
    display: flex;
    width: 100%;
    padding: 3.8461538462vw 0 4.358974359vw;
    justify-content: center;
    align-items: center;
    gap: 2.5641025641vw;
    color: #333;
    text-align: center;
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 150%;
    /* 16px */
  }
  .c-header-navi__link:hover {
    opacity: 1;
  }
  .c-header-navi__link-accordion::before {
    width: 4.1025641026vw;
    height: 0.5128205128vw;
    right: 0vw;
  }
  .c-header-navi__link-accordion::after {
    width: 0.5128205128vw;
    height: 4.1025641026vw;
    right: 1.7948717949vw;
  }
  .c-header-navi__link--app {
    display: flex;
    padding: 4.1025641026vw 5.1282051282vw 4.6153846154vw 5.1282051282vw;
    justify-content: center;
    align-items: center;
    gap: 2.5641025641vw;
    color: #FFF;
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
  }
  .c-header-navi__list__child {
    display: none;
  }
  .c-header-navi__child__link {
    display: block;
    color: #333;
    text-align: center;
    font-size: 3.8461538462vw;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    padding: 2.5641025641vw 0 3.5897435897vw;
    border-top: 1px solid #D9D9D9;
  }
  .c-header-navi__link--app::before {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_navi.svg);
    background-size: cover;
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
  .c-header-hamburger {
    display: block;
  }
  .c-header-hamburger {
    margin-right: 3.8461538462vw;
  }
  .c-header-hamburger__btn {
    width: 6.4102564103vw;
    height: 5.641025641vw;
    top: 4.1025641026vw;
    right: 3.8461538462vw;
  }
  .c-header-hamburger__btn.is-active {
    width: 5.1282051282vw;
    height: 4.6153846154vw;
  }
  .js-nav {
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
  }
  .js-nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .c-header {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .c-header__inner.is-active {
    width: 100%;
    height: 100vh;
  }
  .c-header__box {
    padding: 4.1025641026vw 0 4.1025641026vw 3.8461538462vw;
  }
  .c-heading2 {
    font-size: 6.1538461538vw;
    padding-bottom: 3.8461538462vw;
  }
  .c-heading2::after {
    width: 46.1538461538vw;
  }
  .c-heading2__text {
    font-size: 6.1538461538vw;
  }
  .c-heading3__text {
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    border-left: 2px solid #3A424D;
    padding-left: 2.5641025641vw;
    line-height: 1.4;
  }
  .c-main {
    padding-bottom: 10.2564102564vw;
  }
  .c-content {
    width: 100%;
  }
  .c-section {
    width: 92.3076923077vw;
    margin: 7.6923076923vw auto 0;
  }
  .c-mv {
    height: 30.7692307692vw;
    padding-top: 12.0512820513vw;
  }
  .o-wrapper h1.c-mv__title {
    font-size: 7.1794871795vw;
    width: 82.0512820513vw;
  }
  .c-side__head {
    display: block;
    position: relative;
    background: #42425A;
    font-size: 4.1025641026vw;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF;
    border: 1px solid #A0A0AC;
    padding: 3.5897435897vw 0 4.1025641026vw 11.5384615385vw;
  }
  .c-side__head::before, .c-side__head::after {
    display: block;
    content: "";
  }
  .c-side__head::before {
    width: 4.358974359vw;
    height: 3.8461538462vw;
    background: url("../../../sto/assets/img/common/icon_hamburger.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 5.1282051282vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-side__head::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    background: url("../../../sto/assets/img/common/icon_plus.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5.3846153846vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-side__head.is-active::after {
    background: url("../../../sto/assets/img/common/icon_minus.svg") no-repeat;
    background-size: contain;
  }
  .c-side__list {
    display: none;
  }
  .c-side__link {
    font-size: 3.8461538462vw;
    padding: 3.3333333333vw 6.4102564103vw 4.1025641026vw 11.5384615385vw;
  }
  .c-side__link::before {
    width: 1.7948717949vw;
    height: 3.3333333333vw;
    top: 4.6153846154vw;
    left: 7.6923076923vw;
  }
  .c-side__link__child {
    font-size: 3.5897435897vw;
    padding: 3.3333333333vw 5.1282051282vw 3.8461538462vw 14.8717948718vw;
  }
  .c-side__item2 {
    width: 92.3076923077vw;
    margin: 5.1282051282vw auto 0;
  }
  .c-side__link2 {
    padding: 3.5897435897vw 19.6153846154vw 4.1025641026vw 26.5384615385vw;
    font-size: 4.1025641026vw;
  }
  .c-side__link2::before {
    width: 4.358974359vw;
    height: 4.6153846154vw;
    left: 19.6153846154vw;
  }
  .c-side__item3 {
    width: 92.3076923077vw;
    margin: 5.1282051282vw auto 0;
  }
  .c-side__link3 {
    padding: 3.5897435897vw 0 4.1025641026vw 26.5384615385vw;
    font-size: 4.1025641026vw;
  }
  .c-side__link3::before {
    width: 4.1025641026vw;
    height: 4.6153846154vw;
    left: 19.6153846154vw;
  }
  .c-text1 {
    font-size: 4.1025641026vw;
    line-height: 1.5;
    margin-top: 7.6923076923vw;
  }
  .c-text2 {
    font-size: 3.8461538462vw;
    margin: 7.6923076923vw 0;
  }
  .c-note1 {
    font-size: 3.3333333333vw;
    margin-top: 7.6923076923vw;
  }
  .u-hidden\@sp {
    display: none !important;
  }
  .u-mt0\@sp {
    margin-top: 0px !important;
  }
  .u-mb0\@sp {
    margin-bottom: 0px !important;
  }
  .u-ml0\@sp {
    margin-left: 0px !important;
  }
  .u-mr0\@sp {
    margin-right: 0px !important;
  }
  .u-pt0\@sp {
    padding-top: 0px !important;
  }
  .u-pb0\@sp {
    padding-bottom: 0px !important;
  }
  .u-pl0\@sp {
    padding-left: 0px !important;
  }
  .u-pr0\@sp {
    padding-right: 0px !important;
  }
  .u-px0\@sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0\@sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt5\@sp {
    margin-top: 5px !important;
  }
  .u-mb5\@sp {
    margin-bottom: 5px !important;
  }
  .u-ml5\@sp {
    margin-left: 5px !important;
  }
  .u-mr5\@sp {
    margin-right: 5px !important;
  }
  .u-pt5\@sp {
    padding-top: 5px !important;
  }
  .u-pb5\@sp {
    padding-bottom: 5px !important;
  }
  .u-pl5\@sp {
    padding-left: 5px !important;
  }
  .u-pr5\@sp {
    padding-right: 5px !important;
  }
  .u-px5\@sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5\@sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt10\@sp {
    margin-top: 10px !important;
  }
  .u-mb10\@sp {
    margin-bottom: 10px !important;
  }
  .u-ml10\@sp {
    margin-left: 10px !important;
  }
  .u-mr10\@sp {
    margin-right: 10px !important;
  }
  .u-pt10\@sp {
    padding-top: 10px !important;
  }
  .u-pb10\@sp {
    padding-bottom: 10px !important;
  }
  .u-pl10\@sp {
    padding-left: 10px !important;
  }
  .u-pr10\@sp {
    padding-right: 10px !important;
  }
  .u-px10\@sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10\@sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-mt15\@sp {
    margin-top: 15px !important;
  }
  .u-mb15\@sp {
    margin-bottom: 15px !important;
  }
  .u-ml15\@sp {
    margin-left: 15px !important;
  }
  .u-mr15\@sp {
    margin-right: 15px !important;
  }
  .u-pt15\@sp {
    padding-top: 15px !important;
  }
  .u-pb15\@sp {
    padding-bottom: 15px !important;
  }
  .u-pl15\@sp {
    padding-left: 15px !important;
  }
  .u-pr15\@sp {
    padding-right: 15px !important;
  }
  .u-px15\@sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15\@sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-mt20\@sp {
    margin-top: 20px !important;
  }
  .u-mb20\@sp {
    margin-bottom: 20px !important;
  }
  .u-ml20\@sp {
    margin-left: 20px !important;
  }
  .u-mr20\@sp {
    margin-right: 20px !important;
  }
  .u-pt20\@sp {
    padding-top: 20px !important;
  }
  .u-pb20\@sp {
    padding-bottom: 20px !important;
  }
  .u-pl20\@sp {
    padding-left: 20px !important;
  }
  .u-pr20\@sp {
    padding-right: 20px !important;
  }
  .u-px20\@sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20\@sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mt25\@sp {
    margin-top: 25px !important;
  }
  .u-mb25\@sp {
    margin-bottom: 25px !important;
  }
  .u-ml25\@sp {
    margin-left: 25px !important;
  }
  .u-mr25\@sp {
    margin-right: 25px !important;
  }
  .u-pt25\@sp {
    padding-top: 25px !important;
  }
  .u-pb25\@sp {
    padding-bottom: 25px !important;
  }
  .u-pl25\@sp {
    padding-left: 25px !important;
  }
  .u-pr25\@sp {
    padding-right: 25px !important;
  }
  .u-px25\@sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25\@sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-mt30\@sp {
    margin-top: 30px !important;
  }
  .u-mb30\@sp {
    margin-bottom: 30px !important;
  }
  .u-ml30\@sp {
    margin-left: 30px !important;
  }
  .u-mr30\@sp {
    margin-right: 30px !important;
  }
  .u-pt30\@sp {
    padding-top: 30px !important;
  }
  .u-pb30\@sp {
    padding-bottom: 30px !important;
  }
  .u-pl30\@sp {
    padding-left: 30px !important;
  }
  .u-pr30\@sp {
    padding-right: 30px !important;
  }
  .u-px30\@sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30\@sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-mt35\@sp {
    margin-top: 35px !important;
  }
  .u-mb35\@sp {
    margin-bottom: 35px !important;
  }
  .u-ml35\@sp {
    margin-left: 35px !important;
  }
  .u-mr35\@sp {
    margin-right: 35px !important;
  }
  .u-pt35\@sp {
    padding-top: 35px !important;
  }
  .u-pb35\@sp {
    padding-bottom: 35px !important;
  }
  .u-pl35\@sp {
    padding-left: 35px !important;
  }
  .u-pr35\@sp {
    padding-right: 35px !important;
  }
  .u-px35\@sp {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35\@sp {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-mt40\@sp {
    margin-top: 40px !important;
  }
  .u-mb40\@sp {
    margin-bottom: 40px !important;
  }
  .u-ml40\@sp {
    margin-left: 40px !important;
  }
  .u-mr40\@sp {
    margin-right: 40px !important;
  }
  .u-pt40\@sp {
    padding-top: 40px !important;
  }
  .u-pb40\@sp {
    padding-bottom: 40px !important;
  }
  .u-pl40\@sp {
    padding-left: 40px !important;
  }
  .u-pr40\@sp {
    padding-right: 40px !important;
  }
  .u-px40\@sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40\@sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-mt45\@sp {
    margin-top: 45px !important;
  }
  .u-mb45\@sp {
    margin-bottom: 45px !important;
  }
  .u-ml45\@sp {
    margin-left: 45px !important;
  }
  .u-mr45\@sp {
    margin-right: 45px !important;
  }
  .u-pt45\@sp {
    padding-top: 45px !important;
  }
  .u-pb45\@sp {
    padding-bottom: 45px !important;
  }
  .u-pl45\@sp {
    padding-left: 45px !important;
  }
  .u-pr45\@sp {
    padding-right: 45px !important;
  }
  .u-px45\@sp {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45\@sp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-mt50\@sp {
    margin-top: 50px !important;
  }
  .u-mb50\@sp {
    margin-bottom: 50px !important;
  }
  .u-ml50\@sp {
    margin-left: 50px !important;
  }
  .u-mr50\@sp {
    margin-right: 50px !important;
  }
  .u-pt50\@sp {
    padding-top: 50px !important;
  }
  .u-pb50\@sp {
    padding-bottom: 50px !important;
  }
  .u-pl50\@sp {
    padding-left: 50px !important;
  }
  .u-pr50\@sp {
    padding-right: 50px !important;
  }
  .u-px50\@sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50\@sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-mt55\@sp {
    margin-top: 55px !important;
  }
  .u-mb55\@sp {
    margin-bottom: 55px !important;
  }
  .u-ml55\@sp {
    margin-left: 55px !important;
  }
  .u-mr55\@sp {
    margin-right: 55px !important;
  }
  .u-pt55\@sp {
    padding-top: 55px !important;
  }
  .u-pb55\@sp {
    padding-bottom: 55px !important;
  }
  .u-pl55\@sp {
    padding-left: 55px !important;
  }
  .u-pr55\@sp {
    padding-right: 55px !important;
  }
  .u-px55\@sp {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55\@sp {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-mt60\@sp {
    margin-top: 60px !important;
  }
  .u-mb60\@sp {
    margin-bottom: 60px !important;
  }
  .u-ml60\@sp {
    margin-left: 60px !important;
  }
  .u-mr60\@sp {
    margin-right: 60px !important;
  }
  .u-pt60\@sp {
    padding-top: 60px !important;
  }
  .u-pb60\@sp {
    padding-bottom: 60px !important;
  }
  .u-pl60\@sp {
    padding-left: 60px !important;
  }
  .u-pr60\@sp {
    padding-right: 60px !important;
  }
  .u-px60\@sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60\@sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-mt65\@sp {
    margin-top: 65px !important;
  }
  .u-mb65\@sp {
    margin-bottom: 65px !important;
  }
  .u-ml65\@sp {
    margin-left: 65px !important;
  }
  .u-mr65\@sp {
    margin-right: 65px !important;
  }
  .u-pt65\@sp {
    padding-top: 65px !important;
  }
  .u-pb65\@sp {
    padding-bottom: 65px !important;
  }
  .u-pl65\@sp {
    padding-left: 65px !important;
  }
  .u-pr65\@sp {
    padding-right: 65px !important;
  }
  .u-px65\@sp {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65\@sp {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-mt70\@sp {
    margin-top: 70px !important;
  }
  .u-mb70\@sp {
    margin-bottom: 70px !important;
  }
  .u-ml70\@sp {
    margin-left: 70px !important;
  }
  .u-mr70\@sp {
    margin-right: 70px !important;
  }
  .u-pt70\@sp {
    padding-top: 70px !important;
  }
  .u-pb70\@sp {
    padding-bottom: 70px !important;
  }
  .u-pl70\@sp {
    padding-left: 70px !important;
  }
  .u-pr70\@sp {
    padding-right: 70px !important;
  }
  .u-px70\@sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70\@sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-mt75\@sp {
    margin-top: 75px !important;
  }
  .u-mb75\@sp {
    margin-bottom: 75px !important;
  }
  .u-ml75\@sp {
    margin-left: 75px !important;
  }
  .u-mr75\@sp {
    margin-right: 75px !important;
  }
  .u-pt75\@sp {
    padding-top: 75px !important;
  }
  .u-pb75\@sp {
    padding-bottom: 75px !important;
  }
  .u-pl75\@sp {
    padding-left: 75px !important;
  }
  .u-pr75\@sp {
    padding-right: 75px !important;
  }
  .u-px75\@sp {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75\@sp {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-mt80\@sp {
    margin-top: 80px !important;
  }
  .u-mb80\@sp {
    margin-bottom: 80px !important;
  }
  .u-ml80\@sp {
    margin-left: 80px !important;
  }
  .u-mr80\@sp {
    margin-right: 80px !important;
  }
  .u-pt80\@sp {
    padding-top: 80px !important;
  }
  .u-pb80\@sp {
    padding-bottom: 80px !important;
  }
  .u-pl80\@sp {
    padding-left: 80px !important;
  }
  .u-pr80\@sp {
    padding-right: 80px !important;
  }
  .u-px80\@sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80\@sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-mt85\@sp {
    margin-top: 85px !important;
  }
  .u-mb85\@sp {
    margin-bottom: 85px !important;
  }
  .u-ml85\@sp {
    margin-left: 85px !important;
  }
  .u-mr85\@sp {
    margin-right: 85px !important;
  }
  .u-pt85\@sp {
    padding-top: 85px !important;
  }
  .u-pb85\@sp {
    padding-bottom: 85px !important;
  }
  .u-pl85\@sp {
    padding-left: 85px !important;
  }
  .u-pr85\@sp {
    padding-right: 85px !important;
  }
  .u-px85\@sp {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85\@sp {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-mt90\@sp {
    margin-top: 90px !important;
  }
  .u-mb90\@sp {
    margin-bottom: 90px !important;
  }
  .u-ml90\@sp {
    margin-left: 90px !important;
  }
  .u-mr90\@sp {
    margin-right: 90px !important;
  }
  .u-pt90\@sp {
    padding-top: 90px !important;
  }
  .u-pb90\@sp {
    padding-bottom: 90px !important;
  }
  .u-pl90\@sp {
    padding-left: 90px !important;
  }
  .u-pr90\@sp {
    padding-right: 90px !important;
  }
  .u-px90\@sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90\@sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-mt95\@sp {
    margin-top: 95px !important;
  }
  .u-mb95\@sp {
    margin-bottom: 95px !important;
  }
  .u-ml95\@sp {
    margin-left: 95px !important;
  }
  .u-mr95\@sp {
    margin-right: 95px !important;
  }
  .u-pt95\@sp {
    padding-top: 95px !important;
  }
  .u-pb95\@sp {
    padding-bottom: 95px !important;
  }
  .u-pl95\@sp {
    padding-left: 95px !important;
  }
  .u-pr95\@sp {
    padding-right: 95px !important;
  }
  .u-px95\@sp {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95\@sp {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-mt100\@sp {
    margin-top: 100px !important;
  }
  .u-mb100\@sp {
    margin-bottom: 100px !important;
  }
  .u-ml100\@sp {
    margin-left: 100px !important;
  }
  .u-mr100\@sp {
    margin-right: 100px !important;
  }
  .u-pt100\@sp {
    padding-top: 100px !important;
  }
  .u-pb100\@sp {
    padding-bottom: 100px !important;
  }
  .u-pl100\@sp {
    padding-left: 100px !important;
  }
  .u-pr100\@sp {
    padding-right: 100px !important;
  }
  .u-px100\@sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100\@sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-text--left\@sp {
    text-align: left !important;
  }
  .u-text--center\@sp {
    text-align: center !important;
  }
  .u-text--right\@sp {
    text-align: right !important;
  }
  .c-mv {
    background: url("../../../sto/assets/img/about/mv_sp.jpg") no-repeat center center/cover;
  }
  .c-panel {
    margin-top: 7.6923076923vw;
  }
  .c-panel img {
    width: 100%;
  }
  .about .c-section img {
    width: 100%;
  }
  .about .tp-heading2 {
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    border-left: 2px solid #3A424D;
    padding-left: 2.5641025641vw;
  }
  .about .tp-step__link {
    width: 71.7948717949vw;
    padding: 3.5897435897vw 0 4.1025641026vw 20.5128205128vw;
    font-size: 3.8461538462vw;
    margin: 7.6923076923vw auto 0;
  }
  .about .tp-step__link::before {
    width: 4.358974359vw;
    height: 4.358974359vw;
    left: 13.3333333333vw;
  }
  .c-panel__head {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 0;
  }
  .c-panel__body {
    padding: 6.1538461538vw;
  }
  .c-panel__lead {
    font-size: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
  }
  .tp-about02-bc-Comparison {
    margin-top: 4.8717948718vw;
  }
  .tp-about02-bc-Comparison_box {
    position: relative;
    border-radius: 3.8461538462vw;
    padding: 5.1282051282vw 4.1025641026vw;
  }
  .tp-about02-bc-Comparison_box01 .tp-about02-bc-Comparison_img {
    width: 61.5384615385vw;
  }
  .tp-about02-bc-Comparison_box01::after {
    background: url("../../../sto/assets/img/common/icon_triangle_gray_bottom.svg") no-repeat;
    background-size: contain;
    width: 6.6666666667vw;
    height: 5.8974358974vw;
    bottom: -8.9743589744vw;
  }
  .tp-about02-bc-Comparison_box02 {
    margin-top: 10.2564102564vw;
  }
  .tp-about02-bc-Comparison_box02 .tp-about02-bc-Comparison_img {
    width: 64.1025641026vw;
  }
  .tp-about02-bc-Comparison_title {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
  .tp-about02-bc-Comparison_text {
    margin-top: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
  .c-features {
    margin-top: 7.6923076923vw;
  }
  .c-features__list {
    padding: 11.7948717949vw;
  }
  .c-features__item {
    margin-top: 7.1794871795vw;
  }
  .c-features__item__text {
    font-size: 10.4153846154vw;
    padding-bottom: 3.5897435897vw;
  }
  .c-features__item__text span {
    font-size: 4.2615384615vw;
  }
  .c-features__item__text::after {
    width: 18.9358974359vw;
  }
  .c-features__cnt {
    padding: 11.7948717949vw;
    gap: 4.6153846154vw;
  }
  .c-features__cnt__title {
    font-size: 7.5743589744vw;
  }
  .c-features__cnt__list {
    gap: 4.6153846154vw;
  }
  .c-features__cnt__item {
    font-size: 4.2615384615vw;
  }
  .c-features__cnt__item span {
    font-size: 3.5512820513vw;
    min-width: 5.2076923077vw;
    height: 5.2076923077vw;
    margin-right: 1.4205128205vw;
  }
  .ab-merit__list {
    margin-top: 7.6923076923vw;
  }
  .ab-merit__list .pc-only {
    display: none;
  }
  .ab-merit__item {
    width: 28.9743589744vw;
  }
  .ab-merit__item:nth-child(1) .ab-merit__img {
    width: 14.358974359vw;
  }
  .ab-merit__item:nth-child(2) .ab-merit__img {
    width: 15.3230769231vw;
  }
  .ab-merit__item:nth-child(3) .ab-merit__img {
    width: 15.8179487179vw;
  }
  .ab-merit__head {
    font-size: 5.1282051282vw;
    padding: 3.5897435897vw 4.8717948718vw;
  }
  .ab-merit__img {
    margin: 6.1538461538vw auto 0;
  }
  .ab-merit__img img {
    width: 100%;
  }
  .ab-merit__text {
    font-size: 3.5897435897vw;
    text-align: center;
    margin: 3.8461538462vw 0 6.1538461538vw;
  }
  .ab-merit .c-text1 {
    font-size: 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
  .ab-merit__heading {
    font-size: 4.6153846154vw;
    margin-top: 7.6923076923vw;
  }
  .ab-merit__heading__num {
    font-size: 3.5512820513vw;
    min-width: 5.2076923077vw;
    height: 5.2076923077vw;
    margin-right: 1.4205128205vw;
  }
  .ab-merit__link {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
    padding-left: 5.1282051282vw;
  }
  .ab-merit__link::before {
    width: 2.5641025641vw;
    height: 6.1538461538vw;
    top: 0;
  }
  .ab-merit__detail {
    margin-bottom: 7.6923076923vw;
  }
  .ab-merit__detail .c-text1 {
    margin-top: 2.5641025641vw;
  }
  .ab-table {
    margin-top: 15.3846153846vw;
  }
  .c-heading-1_head-text {
    line-height: 1.5;
  }
  .ab-table_lead {
    margin-top: 7.6923076923vw;
  }
  .ab-table-st {
    margin-top: 10.2564102564vw;
  }
  .ab-table-st_text {
    margin-top: 5.1282051282vw;
  }
  .ab-table-gred {
    width: 89.7435897436vw;
    margin-top: 7.6923076923vw;
    position: relative;
    overflow: hidden;
  }
  .ab-table-box01 {
    width: 33.5897435897vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .ab-table-box_cnt {
    width: 91.0256410256vw;
    overflow: scroll;
    padding: 0 0 0 33.5897435897vw;
  }
  .ab-table-box02 {
    width: 175.8974358974vw;
  }
  .ab-table-box02 .ab-table-table {
    width: 170.7692307692vw;
  }
  .ab-table-table_cell {
    font-size: 3.8461538462vw;
    height: 17.4358974359vw;
  }
  .ab-table-table_cell01 {
    font-size: 4.1025641026vw;
    text-align: left;
    padding-left: 3.8461538462vw;
  }
  .ab-table-scroll {
    width: 51.2820512821vw;
    margin: 2.5641025641vw auto 0;
  }
  .ab-table-structure {
    margin-top: 10.2564102564vw;
  }
  .ab-table-structure_text01 {
    margin-top: 5.1282051282vw;
  }
  .ab-table-structure_img {
    margin-top: 10.2564102564vw;
  }
  .ab-table-structure_text02 {
    margin-top: 5.1282051282vw;
  }
  .ab-table-delivery {
    margin-top: 10.2564102564vw;
  }
  .ab-table-delivery_block01 {
    margin-top: 5.1282051282vw;
  }
  .ab-table-delivery_text02 {
    margin-top: 10.2564102564vw;
  }
  .ab-table-delivery_exceed {
    margin-top: 10.2564102564vw;
  }
  .ab-column2-item2 .c-text2 {
    margin-top: 2.5641025641vw;
  }
  .ab-heading4__text {
    font-size: 4.6153846154vw;
    margin-top: 7.6923076923vw;
    text-align: center;
  }
  .ab-heading4__text .ab-heading4__text__num {
    font-size: 3.5512820513vw;
    min-width: 5.2076923077vw;
    height: 5.2076923077vw;
    margin-right: 1.4205128205vw;
    margin-top: 0.3em;
  }
  .ab-heading4__high {
    display: block;
  }
  .ab-heading4__high:after {
    width: 23.0769230769vw;
    border-bottom: 2.5641025641vw solid #CD1719;
    bottom: -0.5128205128vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .ab-heading4__low {
    display: block;
  }
  .ab-heading4__low:after {
    width: 23.0769230769vw;
    border-bottom: 2.5641025641vw solid #074A89;
    bottom: -0.5128205128vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .archive .c-mv {
    background: url("../../../sto/assets/img/archive/mv_sp.jpg") no-repeat center center/cover;
  }
  .archive .c-text1 {
    margin-bottom: 2.5641025641vw;
  }
  .archive-text-note {
    font-size: 3.3333333333vw;
  }
  .archive-text-note span {
    margin-right: 0.5128205128vw;
  }
  .archive-board {
    margin-top: 5.1282051282vw;
  }
  .archive-overview_head {
    padding: 4.6153846154vw 5.1282051282vw 5.641025641vw;
  }
  .archive-overview_link {
    font-size: 5.1282051282vw;
    line-height: 1.4;
  }
  .archive-overview_link + .archive-text-note {
    margin-top: 2.5641025641vw;
  }
  .archive-overview_link-icon {
    width: 3.8461538462vw;
    margin-right: 1.5384615385vw;
  }
  .archive-overview_body {
    padding: 6.1538461538vw 5.1282051282vw 10.2564102564vw;
  }
  .archive-overview_picture {
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  .archive-overview_body-title {
    font-size: 4.6153846154vw;
    line-height: 1.5;
    margin-top: 7.6923076923vw;
  }
  .archive-overview_data {
    margin: 2.5641025641vw 0 0;
  }
  .archive-overview_data-title {
    font-size: 3.8461538462vw;
    line-height: 1.5;
    padding: 2.0512820513vw 2.5641025641vw 2.5641025641vw;
  }
  .archive-overview_data-description {
    font-size: 3.8461538462vw;
    line-height: 1.5;
    padding: 1.7948717949vw 0 3.0769230769vw;
  }
  .faq .c-mv {
    background: url("../../../sto/assets/img/faq/mv_sp.jpg") no-repeat center center/cover;
  }
  .fa-list {
    margin-top: 7.6923076923vw;
  }
  .fa-list__item {
    padding-bottom: 3.3256410256vw;
  }
  .fa-list__item.is-open .fa-list__question-status {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .fa-list__question {
    padding: 3.8461538462vw 0 4.1025641026vw 0;
    gap: 2.5641025641vw;
  }
  .fa-list__icon {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
  .fa-list__icon span {
    font-size: 4.6153846154vw;
  }
  .fa-list__question-text {
    font-size: 4.358974359vw;
    margin-top: 0.5128205128vw;
  }
  .fa-list__question-status {
    background: #D9D9D9;
    height: calc(1.4871794872vw * tan(60deg));
    width: 2.9743589744vw;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3.5897435897vw;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .fa-list__answer-inner {
    padding: 3.3333333333vw 0 6.4102564103vw;
    gap: 2.5641025641vw;
  }
  .fa-list__answer-text {
    font-size: 3.8461538462vw;
  }
  .fa-list__answer-list-item {
    font-size: 3.5897435897vw;
    padding-left: 1.4em;
    text-indent: -0.5em;
  }
  .fa-list__answer-list-item::before {
    margin-right: 1.0256410256vw;
  }
  .goto .c-mv {
    background: url("../../../sto/assets/img/archive/mv_sp.jpg") no-repeat center center/cover;
  }
  .goto .goto-content {
    width: 92.3076923077vw;
    margin: 7.6923076923vw auto 0;
  }
  .goto .goto-box {
    padding: 12.3076923077vw 5.1282051282vw 12.8205128205vw;
  }
  .goto .goto-lead {
    font-size: 4.6153846154vw;
    line-height: 1.4;
    margin-bottom: 6.1538461538vw;
  }
  .goto .goto-link {
    display: inline;
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
  .goto button.goto-btn {
    font-size: 3.8461538462vw;
    width: 71.7948717949vw;
    margin: 6.1538461538vw auto 0;
    padding: 3.8461538462vw 0 !important;
  }
  .goto .goto-btn_icon {
    width: 3.3333333333vw;
    margin-right: 2.5641025641vw;
  }
  .lt .c-mv {
    background: url("../../../sto/assets/img/list/mv_sp.jpg") no-repeat center center/cover;
  }
  .lt .lt-title {
    font-size: 5.1282051282vw;
    line-height: 140%;
    /* 60px */
    padding: 4.6153846154vw 5.1282051282vw 5.641025641vw;
  }
  .lt .lt-box {
    padding: 6.1538461538vw 5.1282051282vw 10.2564102564vw;
  }
  .lt .lt-img {
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  .lt .lt-feature__title {
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    border-left: 2px solid #3A424D;
    padding-left: 2.5641025641vw;
    line-height: 1.4;
  }
  .lt .lt-feature__lead {
    font-size: 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
  .lt .lt-overview__title {
    font-size: 4.6153846154vw;
    margin-top: 7.6923076923vw;
  }
  .lt .lt-overview__table {
    margin-top: 2.5641025641vw;
  }
  .lt .lt-overview__table__th {
    display: block;
    padding: 2.0512820513vw 2.5641025641vw 2.5641025641vw 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
  .lt .lt-overview__table__td {
    display: block;
    padding: 1.7948717949vw 0px 3.0769230769vw 0px;
    font-size: 3.8461538462vw;
  }
  .lt .lt-overview__note {
    font-size: 3.3333333333vw;
    line-height: 1.8;
    /* 25.2px */
    margin-top: 2.5641025641vw;
  }
  .lt .lt-overview__note::before {
    margin-right: 3px;
  }
  .lt .lt-btn {
    width: 71.7948717949vw;
    line-height: 1.1;
    /* 18px */
    margin: 7.6923076923vw auto 0;
    font-size: 3.8461538462vw;
    padding: 3.8461538462vw 0;
    gap: 2.5641025641vw;
    box-shadow: 0px 2px 2.0512820513vw rgba(0, 0, 0, 0.2);
  }
  .lt .lt-btn img {
    width: 4.6153846154vw;
    height: 4.1025641026vw;
  }
  .news .c-mv {
    background: url("../../../sto/assets/img/news/mv_sp.jpg") no-repeat center center/cover;
  }
  .ne-list {
    margin-top: 7.6923076923vw;
  }
  .ne-list__item {
    flex-direction: column;
    padding: 5.1282051282vw 0 4.1025641026vw;
    gap: 2.5641025641vw;
  }
  .ne-list__heading {
    gap: 2.5641025641vw;
    align-items: center;
  }
  .ne-list__label {
    border-radius: 0.7692307692vw;
    padding: 1.0256410256vw 3.3333333333vw;
    font-size: 2.5641025641vw;
  }
  .ne-list__date {
    font-size: 4.1025641026vw;
    margin: 0;
  }
  .ne-list__text {
    font-size: 3.8461538462vw;
  }
  .ne-content {
    padding-top: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .ne-content__heading {
    gap: 2.5641025641vw;
    align-items: center;
  }
  .ne-content__title {
    font-size: 5.3846153846vw;
    margin: 7.6923076923vw 0 0 0;
  }
  .ne-content__title:first-of-type {
    margin: 5.1282051282vw 0 0 0;
  }
  .ne-content__img {
    margin: 5.1282051282vw 0 0 0;
  }
  .ne-content__text {
    font-size: 3.5897435897vw;
    margin: 5.1282051282vw 0 0 0;
    line-height: 1.8;
  }
  .ne-content__column {
    flex-direction: column;
  }
  .ne-content__box {
    margin: 5.1282051282vw 0 0 0;
    padding: 7.1794871795vw 3.3333333333vw;
  }
  .ne-content__list-item {
    font-size: 3.3333333333vw;
    padding-left: 1.5em;
    text-indent: -0.48em;
  }
  .ne-content__list-item::before {
    margin-right: 1.5384615385vw;
  }
  .ne-content__list-item + .ne-content__list-item {
    margin: 2.5641025641vw 0 0 0;
  }
  .std img {
    width: 100%;
  }
  .std .c-main {
    padding-bottom: 10.2564102564vw;
  }
  .std .c-mv {
    background: url("../../../sto/assets/img/list/mv_sp.jpg") no-repeat center center/cover;
  }
  .std-title__h2 {
    font-size: 6.1538461538vw;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
  }
  .std-title__h2::after {
    width: 46.1538461538vw;
  }
  .std-title__h3 {
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    border-left: 2px solid #3A424D;
    padding-left: 2.5641025641vw;
    line-height: 1.4;
  }
  .std-title__h4 {
    font-size: 4.6153846154vw;
    line-height: 1.4;
    /* 36px */
  }
  .std-title__h5 {
    font-size: 4.358974359vw;
    line-height: 1.8;
    /* 30px */
  }
  .std-text {
    font-size: 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
  .std-list {
    margin-top: 7.6923076923vw;
  }
  .std-list .std-list__item {
    font-size: 3.5897435897vw;
  }
  .std-list__note {
    margin-top: 2.5641025641vw;
  }
  .std-list__note .std-list__item {
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .std-list__disc .std-list__item::before {
    display: inline-block;
  }
  .std-list__asterisk .std-list__item {
    display: list-item;
  }
  .std-list__asterisk .std-list__item::before {
    display: inline-block;
  }
  .std-list__annotation .std-list__item::before {
    display: inline-block;
  }
  .std-box {
    margin: 5.1282051282vw 0 0;
  }
  .std-box__head {
    font-size: 4.6153846154vw;
  }
  .std-box__head span {
    font-size: 3.5512820513vw;
    min-width: 5.2076923077vw;
    height: 5.2076923077vw;
    margin-right: 1.4205128205vw;
    margin-top: 0.3em;
  }
  .std-box__body {
    margin-top: 1.2820512821vw;
  }
  .std-table {
    margin-top: 7.6923076923vw;
  }
  .std-table__th {
    display: block;
    padding: 2.0512820513vw 2.5641025641vw 2.5641025641vw 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .std-table__td {
    display: block;
    padding: 1.7948717949vw 0px 3.0769230769vw 0px;
    font-size: 3.5897435897vw;
  }
  .std-btn__red {
    font-size: 4.1025641026vw;
    width: 82.0512820513vw;
    padding: 4.1025641026vw 5.1282051282vw 4.6153846154vw 5.1282051282vw;
    margin-top: 2.6923076923vw;
    gap: 2.5641025641vw;
  }
  .std-btn__red::before {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_navi.svg);
    background-size: contain;
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
  .std-btn__black {
    width: 71.7948717949vw;
    line-height: 1.2;
    /* 18px */
    padding: 3.8461538462vw 0;
    gap: 2.5641025641vw;
  }
  .std-btn__black::after {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_download.svg) no-repeat;
    background-size: contain;
    width: 4.6153846154vw;
    height: 4.1025641026vw;
  }
  .std-realestate__title {
    width: 100%;
    padding: 2.0512820513vw 3.8461538462vw 2.5641025641vw 3.8461538462vw;
  }
  .std-realestate-box {
    margin-top: 7.6923076923vw;
  }
  .std-realestate-box__head {
    padding: 3.5897435897vw 3.8461538462vw 4.1025641026vw 3.8461538462vw;
    align-items: flex-start;
    gap: 2.5641025641vw;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 4.8717948718vw;
  }
  .std-realestate-box__body {
    padding: 5.1282051282vw 5.1282051282vw 7.6923076923vw 5.1282051282vw;
    flex-direction: column;
    align-items: center;
    gap: 5.1282051282vw;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .std-realestate__text__icon {
    font-size: 3.8461538462vw;
  }
  .std-realestate__text__icon img {
    display: block;
    width: 28.7179487179vw;
    margin: 0 auto 2.5641025641vw;
  }
  .std-realestate__text {
    font-size: 3.3333333333vw;
  }
  .std-overview-list__annotation .std-list__item {
    display: list-item;
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
  .std-overview-box {
    background: #FFFFFF;
    margin-top: 7.6923076923vw;
    width: 100%;
    padding: 6.1538461538vw 0px 7.6923076923vw 0px;
    gap: 6.1538461538vw;
    border: 1px solid #E3E3E3;
  }
  .std-overview-box__head {
    font-size: 4.6153846154vw;
    line-height: 140%;
    /* 45px */
  }
  .std-risk__img {
    margin-top: 5.1282051282vw;
  }
  .std-risk__img.std-risk__img__risk--scroll {
    overflow: auto;
  }
  .std-risk__img.std-risk__img__risk--scroll img {
    width: 185.1282051282vw;
  }
  .std-risk__img__text {
    width: 51.7948717949vw;
    margin: 2.5641025641vw auto 5.1282051282vw;
  }
  .std-risk-box {
    margin-top: 5.1282051282vw;
  }
  .std-risk-title__h4 {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 7.6923076923vw;
  }
  .std-list-risk {
    margin-top: 1.2820512821vw;
  }
  .std-risk-box__head {
    width: 100%;
    padding: 3.5897435897vw 3.8461538462vw 4.1025641026vw 3.8461538462vw;
    gap: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
  .std-risk-box__head em {
    display: block;
    font-weight: 400;
    font-size: 4.6153846154vw;
  }
  .std-risk-box__body {
    padding: 5.1282051282vw 5.1282051282vw 7.6923076923vw 5.1282051282vw;
  }
  .std-risk-box__body .std-title__h5 {
    margin-top: 5.1282051282vw;
  }
  .std-risk-box__body .std-list {
    margin-top: 2.5641025641vw;
  }
  .std-risk-box__body .std-list .std-list__item {
    font-size: 3.3333333333vw;
  }
  .std-risk-list {
    margin-top: 2.5641025641vw;
  }
  .std-risk-list__number {
    margin-top: 5.1282051282vw;
  }
  .std-risk-list__number .std-risk-list__item {
    font-size: 3.5897435897vw;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 5.1282051282vw;
  }
  .std-risk-list__check .std-risk-list__item {
    margin-top: 1.2820512821vw;
    align-items: flex-start;
  }
  .std-risk-list__check .std-risk-list__item::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 1.7948717949vw;
    position: relative;
    top: 2.0512820513vw;
  }
  .std-risk-list__check .std-risk-list__item span {
    flex: 1;
  }
  .std-transaction-text {
    margin-bottom: 5.1282051282vw;
  }
  .std-transaction-table tr:first-child .std-table__th {
    padding: 3.3333333333vw 5.1282051282vw 3.8461538462vw 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
  .std-transaction-table .std-table__th {
    text-align: center;
    width: 19.7435897436vw;
    padding: 2.5641025641vw 1.2820512821vw 3.0769230769vw 1.2820512821vw;
    font-size: 3.5897435897vw;
  }
  .std-transaction-table .std-table__td {
    padding: 2.5641025641vw 0px 3.0769230769vw 2.5641025641vw;
  }
  .std-realestate-text {
    margin-top: 3.0769230769vw;
  }
  .std-realestate__box {
    margin-top: 7.6923076923vw;
    padding: 6.4102564103vw 3.8461538462vw 8.9743589744vw 3.8461538462vw;
  }
  .std-realestate-box__title {
    font-size: 5.1282051282vw;
    margin: 0 0 5.1282051282vw 0;
  }
  .std-realestate-box__title span {
    font-size: 3.0769230769vw;
  }
  .std-realestate-list .std-realestate-list__item {
    font-size: 3.3333333333vw;
  }
  .top img {
    width: 100%;
  }
  .top .c-main {
    padding-bottom: 12.8205128205vw;
  }
  .top .c-side {
    margin-top: 13.3333333333vw;
  }
  .tp-section {
    margin-top: 7.6923076923vw;
  }
  .tp-inner {
    width: 92.3076923077vw;
  }
  .tp-heading {
    font-size: 6.1538461538vw;
    padding-bottom: 3.8461538462vw;
  }
  .tp-heading::after {
    width: 46.1538461538vw;
  }
  .tp-heading2 {
    font-size: 6.1538461538vw;
  }
  .tp-btn {
    font-size: 3.8461538462vw;
    padding: 4.1025641026vw 5.1282051282vw 4.6153846154vw 5.1282051282vw;
    gap: 2.5641025641vw;
  }
  .tp-btn img {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .tp-slide .slick-dots {
    left: 3.8461538462vw;
    bottom: -6.9230769231vw;
    gap: 1.2820512821vw;
  }
  .tp-slide .slick-dots li {
    width: 10.2564102564vw;
    height: 2px;
  }
  .tp-slick_pause {
    bottom: -8.2051282051vw;
    width: 2.5641025641vw;
    height: 3.0769230769vw;
  }
  .tp-mv__title {
    font-size: 5.641025641vw;
    left: 3.8461538462vw;
    bottom: 33.3333333333vw;
  }
  .tp-mv__title span {
    font-size: 2.8205128205vw;
    padding: 0.7692307692vw 1.5384615385vw 1.0256410256vw;
  }
  .tp-mv__content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 5.1282051282vw 0;
  }
  .tp-mv__content .tp-mv__text:nth-child(1) {
    width: 35.1282051282vw;
  }
  .tp-mv__content .tp-mv__text:nth-child(2) {
    width: 40vw;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .tp-mv__content .tp-mv__text:nth-child(3) {
    margin-left: 2.8205128205vw;
  }
  .tp-mv__text {
    padding-bottom: 1.2820512821vw;
  }
  .tp-mv__text__head {
    font-size: 2.8205128205vw;
    line-height: 140%;
    /* 15.4px */
    margin-bottom: 1.2820512821vw;
  }
  .tp-mv__text__body {
    text-align: center;
    font-size: 3.8461538462vw;
  }
  .tp-mv__text__body em {
    font-size: 7.6923076923vw;
    margin-right: 1px;
  }
  .tp-mv__text__body span {
    font-size: 3.8461538462vw;
  }
  .tp-news {
    margin-top: 20.5128205128vw;
  }
  .tp-news__content {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .tp-news__article__category {
    font-size: 2.5641025641vw;
    padding: 1.2820512821vw 3.8461538462vw;
    border: 1px solid;
  }
  .tp-news__article__date {
    font-size: 4.1025641026vw;
    margin-left: 3.8461538462vw;
  }
  .tp-news__article__text {
    display: block;
    font-size: 3.8461538462vw;
    margin-top: 2.3076923077vw;
  }
  .tp-news__btn {
    width: 82.0512820513vw;
    padding: 4.1025641026vw 5.1282051282vw 4.6153846154vw;
    font-size: 4.1025641026vw;
    margin-top: 7.6923076923vw;
  }
  .tp-news__btn img {
    width: 4.6153846154vw;
    height: 4.1025641026vw;
    margin-left: 2.0512820513vw;
  }
  .tp-bnr {
    margin-top: 7.6923076923vw;
  }
  .tp-about {
    margin-top: 10.2564102564vw;
  }
  .tp-about__lead {
    font-size: 4.1025641026vw;
    margin: 7.6923076923vw 0;
  }
  .tp-about__btn {
    width: 71.7948717949vw;
    margin: 7.6923076923vw auto 0;
  }
  .tp-about__video {
    margin-top: 10.2564102564vw;
  }
  .tp-achievements {
    padding: 7.6923076923vw 0 10.2564102564vw;
    margin-top: 7.6923076923vw;
  }
  .tp-achievements__btn {
    width: 82.0512820513vw;
    margin: 15.8974358974vw auto 0;
  }
  .tp-achievements__body {
    margin-top: 7.6923076923vw;
  }
  .tp-achievements__body .slick_pause {
    bottom: -8.2051282051vw;
    width: 2.5641025641vw;
    height: 3.0769230769vw;
  }
  .tp-achievements__slide .slick-dots {
    width: 56.4102564103vw;
    left: 3.8461538462vw;
    bottom: -6.9230769231vw;
    gap: 1.2820512821vw;
  }
  .tp-achievements__slide .slick-dots li {
    width: 18.1818181818%;
    height: 2px;
  }
  .tp-achievements__slide .slick-track {
    gap: 3.8461538462vw;
  }
  .tp-achievements__link::before {
    background: url("../../../sto/assets/img/bg_achievements_sp.png") no-repeat;
    background-size: 100% 100%;
  }
  .tp-achievements__item__num {
    font-size: 12.8205128205vw;
    top: 2.5641025641vw;
    left: 2.5641025641vw;
  }
  .tp-achievements__item__text__box {
    padding: 2.5641025641vw 3.8461538462vw 12.8205128205vw;
  }
  .tp-achievements__item__text {
    font-size: 3.8461538462vw;
  }
  .tp-achievements__item__more {
    font-size: 3.0769230769vw;
    left: 3.8461538462vw;
    bottom: 3.5897435897vw;
    letter-spacing: -0.05em;
  }
  .tp-achievements__item__more::before {
    width: 48%;
    height: 1px;
    margin-right: 2.3076923077vw;
  }
  .tp-achievements__item__more::after {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
    margin-left: 2.3076923077vw;
  }
  .tp-yield__box {
    margin-top: 5.1282051282vw;
  }
  .tp-yield__box__head {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 0;
  }
  .tp-yield__box__body {
    font-size: 6.4102564103vw;
    padding: 6.1538461538vw 0;
  }
  .tp-yield__box__body strong {
    font-size: 7.1794871795vw;
    margin-left: 1.2820512821vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span01 {
    margin: 0 1.5384615385vw 0;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span02 {
    margin: 0 0.7692307692vw 0;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span03 {
    font-size: 7.1794871795vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span04 {
    font-size: 7.1794871795vw;
    margin: 0 1.5384615385vw 0;
  }
  .tp-yield__box__body .tp-yield__box__body__text--span05 {
    font-size: 7.1794871795vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--em01 {
    font-size: 11.2820512821vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--em02 {
    font-size: 11.2820512821vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--em03 {
    font-size: 11.2820512821vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--sup01 {
    font-size: 3.0769230769vw;
  }
  .tp-yield__box__body .tp-yield__box__body__text--sup02 {
    font-size: 3.0769230769vw;
    right: -1.5em;
  }
  .tp-yield__caution {
    margin-top: 5.1282051282vw;
  }
  .tp-yield__caution__list {
    gap: 5.1282051282vw;
  }
  .tp-yield__caution__item {
    font-size: 3.8461538462vw;
  }
  .tp-yield__caution__list2 {
    margin-top: 2.5641025641vw;
  }
  .tp-yield__caution__item2 {
    font-size: 3.8461538462vw;
    padding-left: calc(1em + 8px);
    text-indent: calc(-1em - 8px);
  }
  .tp-yield__caution__item2::before {
    margin-right: 8px;
  }
  .tp-step {
    margin-top: 15.3846153846vw;
  }
  .tp-step__list {
    margin-top: 7.6923076923vw;
  }
  .tp-step__list .tp-step__item:nth-child(1) {
    margin-top: 0;
  }
  .tp-step__list .tp-step__item:nth-child(1) .tp-step__item__body {
    margin-left: 16.1538461538vw;
    padding: 7.6923076923vw 0;
  }
  .tp-step__list .tp-step__item:nth-child(1) .tp-step__item__body__icon {
    width: 15.8974358974vw;
  }
  .tp-step__list .tp-step__item:nth-child(1) .tp-step__item__body__text {
    margin-left: 5.1282051282vw;
  }
  .tp-step__list .tp-step__item:nth-child(2) .tp-step__item__body {
    margin-left: 13.5897435897vw;
    padding: 7.1794871795vw 0;
  }
  .tp-step__list .tp-step__item:nth-child(2) .tp-step__item__body__icon {
    width: 14.358974359vw;
  }
  .tp-step__list .tp-step__item:nth-child(2) .tp-step__item__body__text {
    margin-left: 7.6923076923vw;
  }
  .tp-step__list .tp-step__item:nth-child(3) .tp-step__item__body {
    margin-left: 15.641025641vw;
    padding: 8.2051282051vw 0;
  }
  .tp-step__list .tp-step__item:nth-child(3) .tp-step__item__body__icon {
    width: 12.0512820513vw;
  }
  .tp-step__list .tp-step__item:nth-child(3) .tp-step__item__body__text {
    margin-left: 7.6923076923vw;
  }
  .tp-step__list .tp-step__item:nth-child(4) .tp-step__item__body {
    margin-left: 6.6666666667vw;
  }
  .tp-step__list .tp-step__item:nth-child(4) .tp-step__item__body__icon {
    width: 15.641025641vw;
  }
  .tp-step__list .tp-step__item:nth-child(4) .tp-step__item__body__text {
    margin-left: 5.8974358974vw;
  }
  .tp-step__item {
    margin-top: 11.2820512821vw;
  }
  .tp-step__item::after {
    background: url("../../../sto/assets/img/common/icon_triangle_gray_bottom.svg") no-repeat;
    width: 5.1282051282vw;
    height: 3.5897435897vw;
    bottom: -7.4358974359vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-step__item__head {
    width: 100%;
    font-size: 5.641025641vw;
    padding: 5.641025641vw 0;
  }
  .tp-step__item__body {
    display: flex;
    align-items: center;
  }
  .tp-step__item__body__text {
    font-size: 4.6153846154vw;
  }
  .tp-caution {
    margin-top: 15.3846153846vw;
  }
  .tp-caution__bg {
    padding: 7.6923076923vw 5.1282051282vw 10.2564102564vw 5.1282051282vw;
    align-items: flex-start;
    gap: 7.6923076923vw;
  }
  .tp-caution__title {
    font-size: 5.1282051282vw;
  }
  .tp-caution__list {
    margin-top: 7.6923076923vw;
  }
  .tp-caution__item {
    font-size: 3.8461538462vw;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 5.1282051282vw;
  }
  .tp-caution__item::before {
    margin-right: 8px;
  }
  .tp-caution__note {
    font-size: 3.3333333333vw;
    margin-top: 5.1282051282vw;
  }
  .tp-caution__note::before {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {

  .pc-use-only {
    display: none;
  }
  .sp-tab-only {
    display: block;
  }
  .c-header-navi {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .c-header-navi__item {
    background: #FFF;
    padding: 0 15px;
    margin-top: 5px;
  }
  .c-header-navi__list {
    display: block;
    height: calc(100vh - 50px);
    overflow: auto;
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .c-header-navi__list .c-header-navi__item:last-child {
    padding: 0;
  }
  .c-header-navi__link {
    display: flex;
    width: 100%;
    padding: 15px 0 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    /* 16px */
    border-bottom: none;
  }
  .c-header-navi__link:hover {
    opacity: 1;
  }
  .c-header-navi__link.is-active {
    background: #FFFFFF;
    border-bottom: none;
  }
  .c-header-navi__link:hover {
    background: #FFFFFF;
    border-bottom: none;
  }
  .c-header-navi__link-accordion::before {
    width: 16px;
    height: 2px;
    right: 0px;
  }
  .c-header-navi__link-accordion::after {
    width: 2px;
    height: 16px;
    right: 7px;
  }
  .c-header-navi__link--app {
    display: flex;
    padding: 16px 20px 18px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
  }
  .c-header-navi__link--app:hover {
    opacity: 1;
    background: #CA2420;
    border-bottom: none;
  }
  .c-header-navi__list__child {
    display: none;
  }
  .c-header-navi__child__link {
    display: block;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    padding: 10px 0 14px;
    border-top: 1px solid #D9D9D9;
  }
  .c-header-navi__link--app::before {
    display: block;
    content: "";
    background: url(../../../sto/assets/img/common/icon_navi.svg);
    background-size: cover;
    width: 17px;
    height: 17px;
  }
  .c-header-hamburger {
    display: block;
  }
  .c-header-hamburger__btn {
    width: 25px;
    height: 22px;
    top: 16px;
    right: 15px;
  }
  .c-header-hamburger__btn.is-active {
    width: 25px;
    height: 25px;
  }
  .js-nav {
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
  }
  .js-nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .c-header {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .c-header__inner.is-active {
    width: 100%;
    height: 100vh;
  }
  .c-header__box {
    padding: 16px 0 16px 15px;
  }
  .c-main__inner {
    display: block;
    padding: 0 0;
  }
  .c-content {
    width: 100%;
    padding: 0 20px;
  }
  .c-side {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .c-side__head {
    display: block;
    position: relative;
    background: #42425A;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF;
    border: 1px solid #A0A0AC;
    padding: 14px 0 16px 45px;
  }
  .c-side__head::before, .c-side__head::after {
    display: block;
    content: "";
  }
  .c-side__head::before {
    width: 17px;
    height: 15px;
    background: url("../../../sto/assets/img/common/icon_hamburger.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-side__head::after {
    width: 20px;
    height: 20px;
    background: url("../../../sto/assets/img/common/icon_plus.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 21px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-side__head.is-active::after {
    background: url("../../../sto/assets/img/common/icon_minus.svg") no-repeat;
    background-size: contain;
  }
  .c-side__list {
    display: none;
  }
  .c-side__link {
    font-size: 15px;
    padding: 13px 25px 16px 45px;
  }
  .c-side__link::before {
    width: 7px;
    height: 13px;
    top: 18px;
    left: 30px;
  }
  .c-side__list__child2 {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .c-side__link__child {
    font-size: 14px;
    padding: 13px 20px 15px 58px;
  }
  .c-side__item2 {
    width: 360px;
    margin: 20px 0 0;
  }
  .c-side__link2 {
    padding: 14px 76.5px 16px 103.5px;
    font-size: 16px;
  }
  .c-side__link2::before {
    width: 17px;
    height: 18px;
    left: 76.5px;
  }
  .c-side__item3 {
    width: 360px;
    margin: 20px 0 0;
  }
  .c-side__link3 {
    padding: 14px 0 16px 103.5px;
    font-size: 16px;
    height: 100%;
  }
  .c-side__link3::before {
    width: 16px;
    height: 18px;
    left: 76.5px;
  }
  .c-side__link3 span {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .c-side__item__box {
    padding: 0 20px;
  }
  .tp-slide .slick-dots-wrapper {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
  }
  .tp-slick_pause__box {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
  }
}

/*202504 updeted for qr-code*/
dl.std-qrcodebox {
	padding: 10px 0px;
	/*border:solid 1px #000;*/
}
dl.std-qrcodebox img {
	width:120px;
	margin-right:20px;
}
dl.std-leftimg dd {
	margin: 20px 10px;
}
dl.std-leftimg {
	padding: 0px 0px;
}
dl.std-qrcodebox p.txt {
	padding:20px 0;
	line-height:170%;
}

ul.c-side__link__child__sub {
	list-style-type: none;
	/*padding-left:5px; マーカーを1文字寄せた分、ULにマージンを設定*/
	margin:0px;
	padding-bottom:10px;

}

ul.c-side__link__child__sub li a {
	font-size:small;
	border-top:none;
	color:#333 !important;
	margin:0px;
	padding:5px 0px 5px 50px;
}

ul.c-side__link__child__sub li a:before {
	content: '- '; 
}


li.c-side__item__child a.submenu {
	padding-top:10px;
	padding-bottom:5px;
}
a.sub_active {
	background-color:#FAF7F4;
	font-weight:bold;
	padding:10px 0px 10px 35px;
	border:none;
	border-top:none;
}
a.sub_active span {
font-size:small;
}
.c-side__link__child a.ptg20 {
	padding-bottom:20px;
}

