@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* _style.scss -------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%; /*10px*/
}

body {
  width: auto;
  text-decoration: none;
  background-color: #ecf1f5;
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  color: #333;
  /*font-family: "Helvetica Neue",Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
}

*, *::before, *::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

i {
  margin-right: 0.5em;
}
i.inT {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
i.fa-file-pdf {
  color: #de3a55;
}

strong {
  font-weight: bold;
}

.em {
  color: #de3a55;
}

.emNumber {
  color: #cc1111;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.floatL {
  float: left;
  margin: 0 10px 10px 0;
}

.floatR {
  float: right;
  margin: 0 0 10px 10px;
}

.flexbox {
  display: flex;
}

.dummy {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aaa;
  color: #fff;
  text-align: center;
}

.mB0 {
  margin-bottom: 0 !important;
}

.pointColor {
  color: #014da1 !important;
}

.mainColor {
  color: #7ab951 !important;
}

.pdfIcon {
  fill: #b30b00;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.imgSwitch {
  visibility: hidden;
}

.imgFit {
  background: #fff;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit.circle {
  background: #fff;
  border-radius: 50%;
}

.imgCont {
  display: block;
  background: #ccc;
  position: relative;
}
.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgCont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:visited, a:active {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a.linkLine, .linkLine a, a .linkLine {
  text-decoration: underline;
}
a.basecolor, a.basecolorBl {
  color: #333;
}
a.basecolor .linkLine, a.basecolorBl .linkLine {
  color: #000;
}
a.basecolorBl {
  width: 100%;
  display: block;
}
a.cr {
  pointer-events: none;
}

*:focus {
  outline: none;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.caption {
  font-size: 1.2rem;
}

.fS {
  font-size: 0.8em;
}

.fB {
  font-weight: bold;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

ol.annotation {
  text-indent: -2em;
  padding-left: 2em;
}

.disc {
  list-style-type: disc;
  margin-left: 21px;
}

.hideT {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: 0;
}

.acdTrg {
  cursor: pointer;
}

.flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* _slick.scss -------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-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 {
  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;
}

/* _remodal.scss -------------------------------------------------- */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

[data-remodal-target] {
  cursor: pointer;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1000px;
    padding: 40px 0 0;
  }
  .remodal.modalMsgWin {
    max-width: 570px;
    padding: 35px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* 共通--------------------------------------------------------------- */
/* _slider.scss -------------------------------------------------- */
.-estateList {
  display: none;
}

.-estateList.slick-initialized {
  display: block;
}

.circleArrow, .squareArrow {
  display: none;
}

.circleArrow.slick-initialized,
.squareArrow.slick-initialized {
  display: block;
}

.slick-slide {
  display: block;
}
.bgMainC .slick-slide {
  color: #fff;
}
.slick-slide p {
  line-height: 1.5;
}
.slick-slide.block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.slick-slide a {
  width: 100%;
  display: block;
  color: #333;
}
.bgMainC .slick-slide a {
  color: #ccc;
}

.slick-prev,
.slick-next {
  z-index: 10;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  padding: 0;
  margin-top: -12px;
  width: 44px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -5px;
  margin-top: -8px;
}

button[aria-disabled=true] {
  display: none !important;
}

.circleArrow .slick-prev,
.circleArrow .slick-next {
  margin-top: -28px;
  width: 56px;
  height: 56px;
  background: #deebe2;
  border-radius: 50%;
}
.circleArrow .slick-prev {
  left: -24px;
}
.circleArrow .slick-prev::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-left: -4px;
  margin-top: -8px;
}
.circleArrow .slick-next {
  right: -24px;
}
.circleArrow .slick-next::before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-right: -4px;
  margin-top: -8px;
}

.squareArrow .slick-prev,
.squareArrow .slick-next {
  margin-top: -44px;
  width: 56px;
  height: 88px;
  background: rgba(255, 255, 255, 0.48);
}
.squareArrow .slick-prev {
  left: 0;
}
.squareArrow .slick-prev::before {
  width: 32px;
  height: 32px;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  margin-left: -8px;
  margin-top: -16px;
}
.squareArrow .slick-next {
  right: 0;
}
.squareArrow .slick-next::before {
  width: 32px;
  height: 32px;
  border-top: 8px solid #333;
  border-right: 8px solid #333;
  margin-right: -8px;
  margin-top: -16px;
}

.slick-dots {
  width: 100%;
  height: 3px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
}
.slick-dots li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  background: #ccc;
  color: black;
}
.slick-dots li.slick-active button::before {
  background: #014da1;
}
.slick-dots li:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.thumbnail-current {
  background: #000;
}
.thumbnail-current .imgFit,
.thumbnail-current .imgCont {
  opacity: 0.5;
}

/* _remodalstyle.scss -------------------------------------------------- */
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.8;
}
.remodal .mainBlock {
  text-align: left;
}
.remodal .remodal-close {
  text-indent: -9999px;
}
.remodal .remodal-close::before, .remodal .remodal-close::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #ccc;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -1px;
}
.remodal .remodal-close::after {
  transform: rotate(135deg);
}
.remodal .closeBtn {
  width: 160px;
  margin: 8px auto 0 auto;
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}
.remodal .closeBtn i {
  color: #333;
}

/* _common.scss -------------------------------------------------- */
.footerBlock .text {
  color: #000;
}

.tabFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.bg02 {
  background: #deebe2;
}

.container {
  z-index: 1;
  position: relative;
}
.container > section {
  position: relative;
}

.columnBase, .frameBlock {
  background: #fff;
}

.sateiBottom {
  background-color: #e0f2ff;
  background-image: url("../img/bg_town.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.simpleHead {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.simpleHead .noIcon {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background: #7ab951;
  color: #fff;
}

.subCopy {
  font-weight: bold;
  color: #000;
}
.subCopy strong {
  color: #7ab951;
}
.subCopy .taC {
  display: block;
}

.head01 {
  display: flex;
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  font-weight: bold;
}
.head01 .point {
  border-radius: 4px;
  background: #7ab951;
  color: #fff;
  text-align: center;
}
.head01 .headText {
  color: #000;
}

.baseBtn, .normalBtn,
a.normalBtn, .submitBtn01,
a.submitBtn01,
a.baseBtn {
  padding: 11px 4px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  display: block;
  line-height: 1.25;
  text-align: center;
}

.arrow {
  position: relative;
}

.arrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  right: 10px;
}

.miniCloseBtn {
  width: 96px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 30px;
  border: solid #ccc 1px;
  text-align: center;
  background: #fff;
}
.miniCloseBtn span {
  padding: 0 0 0 24px;
  display: inline-block;
  position: relative;
}
.miniCloseBtn span::before, .miniCloseBtn span::after {
  width: 12px;
  height: 1px;
  margin: auto;
  content: "";
  background: #333;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
}
.miniCloseBtn span::after {
  transform: rotate(135deg);
}

.submitBtn01,
a.submitBtn01 {
  color: #fff;
  background: #de3a55;
  border: none;
}

.normalBtn,
a.normalBtn {
  color: #333;
  background: #fff;
  border: solid #ccc 1px;
}
.normalBtn.arrow::after,
a.normalBtn.arrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: solid 2px #014da1;
  border-right: solid 2px #014da1;
  transform: rotate(45deg);
}

.disable,
a.disable {
  pointer-events: none;
  color: #aaa !important;
}

.arrowLink {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.slick-slide .arrowLink {
  padding-right: 0;
}
.arrowLink::before {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #014da1;
  border-right: solid 1px #014da1;
  transform: rotate(45deg);
  top: 9px;
  bottom: auto;
  left: 0;
}

.acTriger {
  cursor: pointer;
  position: relative;
}
.acTriger::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(135deg);
}
.acTriger.active::after {
  margin: auto;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(-45deg);
}

/* _feature.scss -------------------------------------------------- */
:root {
  --header-height: 5em;
}

/* 破線ミックスイン -------------------------------------------------- */
/* ループアニメーション -------------------------------------------------- */
@keyframes loop-ticker1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-ticker2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
img, svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.pr-24 {
  padding-right: 24px;
}

.features-top-header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.features-top-header__inner {
  max-width: 75em;
  margin: 0 auto;
  width: calc(100% - 0.5em);
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-top-header__logo {
  display: flex;
  align-items: center;
}
.features-top-header__logo > * {
  display: flex;
}
.features-top-header__logo-ill {
  width: 4.125em;
  margin-right: 0.875em;
}
.features-top-header__logo-ill > svg {
  height: 5em;
}
.features-top-header__logo-txt-wrap {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.features-top-header__logo-txt {
  width: 11.0625em;
}
.features-top-header__logo-txt > svg {
  fill: #014da1;
  height: 5em;
}
.features-top-header__logo-en {
  width: 11.0625em;
}
.features-top-header__logo-en > svg {
  height: 5em;
}
.features-top-header__logo-odakyu {
  width: 13.75em;
}
.features-top-header__logo-odakyu > svg {
  height: 5em;
}

.features-section-container {
  padding: 5em 0;
  position: relative;
  overflow-x: clip;
}
.features-section-container:first-of-type {
  padding-top: 10em;
}
.features-section-container.--bg-white:not(:first-of-type), .features-section-container.--bg-gray:not(:first-of-type) {
  padding-top: 10em;
}
.features-section-container.--bg-white:not(:last-child), .features-section-container.--bg-gray:not(:last-child) {
  padding-bottom: 10em;
}
.features-section-container.--bg-gray {
  background-color: #E7E7E7;
}

.features-section-inner {
  width: calc(100% - 3em);
  max-width: 75em;
  margin: 0 auto;
  position: relative;
}

/* features index.php
----------------------------------------------------------------------- */
.features-top-kv {
  width: 100%;
  min-height: calc(62.5em + var(--header-height));
  background-image: url(../img/features/kv_features_top.webp);
  background-size: cover;
  background-position: center var(--header-height);
  background-repeat: no-repeat;
  padding-top: var(--header-height);
}
.features-top-kv__inner {
  max-width: 76.25em;
  width: calc(100% - 3em);
  display: flex;
  flex-direction: column;
  gap: 3.625em;
  margin: 13.5em auto auto;
}
.features-top-kv__ttl {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.125em;
}
.features-top-kv__ttl .marker {
  font-weight: 700;
  font-size: 4.25em;
  line-height: 0.74;
  padding-inline: 24px;
  padding-top: calc((93px - 0.74em) / 2);
  padding-bottom: calc((93px - 0.74em) / 2);
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  width: -moz-fit-content;
  width: fit-content;
}
.features-top-kv__ttl .marker.font-large {
  font-size: 7.3125em;
  letter-spacing: -0.06em;
  line-height: 0.74;
  padding-inline: 16px;
  padding-top: calc((139px - 0.74em) / 2);
  padding-bottom: calc((139px - 0.74em) / 2);
}
.features-top-kv__txt {
  font-weight: 500;
  font-size: 1.375em;
  line-height: 2.2;
  color: #ffffff;
  text-shadow: 0px 1px 16px #225892;
}

.features.index {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #F0F0F0;
}
.features.index .features-section-container:has(.features-service-container) {
  margin-top: 1.25em;
}
.features.index .features-section-ttl__wrap {
  margin-bottom: 6em;
  display: flex;
  align-items: flex-end;
  gap: 2em;
}
.features.index .features-section-ttl {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 9.375em;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 0.74;
  display: inline-block;
}
.features.index .features-section-ttl > * {
  line-height: 0.74;
  display: inline-block;
}
.features.index .features-section-ttl .main {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features.index .features-section-ttl .deco {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  right: -6px;
  bottom: -6px;
}
.features.index .features-section-ttl__txt {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.features.index .features-section-ttl__txt .marker {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 0.74;
  padding-inline: 0.375em;
  padding-top: calc((30px - 0.74em) / 2);
  padding-bottom: calc((30px - 0.74em) / 2);
  letter-spacing: 0.1em;
  background: #ffffff;
  color: #004BA5;
  width: -moz-fit-content;
  width: fit-content;
}
.features.index .footer {
  background-color: #F0F0F0;
}

.features-reasons-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.features-reasons-card {
  min-height: 40.375em;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 4px 32px 0px rgba(0, 26, 55, 0.1019607843);
}
.features-reasons-card .is-hidden {
  display: none !important;
}
.features-reasons-card__img-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
}
.features-reasons-card__img {
  width: 32.625em;
  aspect-ratio: 522/646;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-reasons-card__body {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 4.5em 4.8125em 0em 5em;
}
.features-reasons-card__head {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 75, 165, 0.5);
  margin-bottom: 3em;
}
.features-reasons-card__head p {
  flex-shrink: 0;
}
.features-reasons-card__head .border {
  width: 100%;
  height: 0.0625em;
  background-color: rgba(0, 75, 165, 0.5);
}
.features-reasons-card__ttl {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
.features-reasons-card__ttl.--column {
  flex-direction: column;
  align-items: flex-start;
}
.features-reasons-card__ttl.--column .grad {
  margin-left: 0;
  margin-top: -0.125em;
}
.features-reasons-card__ttl.--column .mix {
  margin-top: -0.5em;
}
.features-reasons-card__ttl .txt {
  font-size: 1.5em;
}
.features-reasons-card__ttl .grad {
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5em;
  margin-left: 8px;
}
.features-reasons-card__ttl .grad.--roboto {
  font-family: "Roboto Condensed", sans-serif;
}
.features-reasons-card__ttl .grad.--note, .features-reasons-card__ttl .grad.--note01, .features-reasons-card__ttl .grad.--note02 {
  position: relative;
}
.features-reasons-card__ttl .grad.--note::after, .features-reasons-card__ttl .grad.--note01::after, .features-reasons-card__ttl .grad.--note02::after {
  position: absolute;
  bottom: 16px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #8F8F8F;
}
.features-reasons-card__ttl .grad.--note::after {
  content: "※";
}
.features-reasons-card__ttl .grad.--note01::after {
  content: "※1";
}
.features-reasons-card__ttl .grad.--note02::after {
  content: "※2";
}
.features-reasons-card__txt {
  font-size: 0.875em;
  line-height: 2.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.features-reasons-card__txt-note {
  margin-top: 3em;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.8;
  color: #8F8F8F;
  letter-spacing: 0.05em;
}
.features-reasons-card__link-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.5em;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}
.features-reasons-card__link-wrap .icon-link__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8125em;
  height: 4.8125em;
  border-top-left-radius: 1em;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
}
.features-reasons-card__link-wrap .icon-link {
  width: 1.0625em;
  height: 1.0625em;
  -webkit-mask-image: url(../img/features/icon_link.svg);
          mask-image: url(../img/features/icon_link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
}

.features-service-items .slick-list {
  overflow: visible !important;
}

.features-service-slider {
  position: relative;
}
.features-service-slider .features-service-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 56px;
  height: 104px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  box-shadow: 0px 2px 24px 0px rgba(0, 26, 55, 0.0588235294);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.features-service-slider .features-service-arrow:hover {
  opacity: 0.8;
}
.features-service-slider .features-service-arrow--prev {
  left: 0px;
}
.features-service-slider .features-service-arrow--prev .icon-link {
  transform: rotate(180deg);
}
.features-service-slider .features-service-arrow--next {
  right: 0px;
}
.features-service-slider .features-service-arrow .icon-link {
  width: 17px;
  height: 17px;
  -webkit-mask-image: url(../img/features/icon_link.svg);
          mask-image: url(../img/features/icon_link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgba(0, 75, 165, 0.5);
}

.features-service-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4.5em;
  width: 60.125em;
  margin-inline: 3.25em;
  transition: filter 0.4s ease;
  filter: blur(24px);
  position: relative;
  z-index: 1;
}
.features-service-item.slick-center {
  filter: blur(0);
  z-index: 10;
}
.features-service-item__body {
  display: flex;
  flex-direction: column;
  max-width: 26.25em;
}
.features-service-item__ttl {
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 2em;
  position: relative;
  padding-left: 0.9375em;
}
.features-service-item__ttl::before {
  content: "";
  display: block;
  width: 0.1875em;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  background: linear-gradient(180deg, #5AB4E6 0%, #004BA5 100%);
  flex-shrink: 0;
}
.features-service-item__txt {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 2.29;
  margin-bottom: 3.5em;
  letter-spacing: 0.05em;
}
.features-service-item__img-wrap {
  flex-shrink: 0;
  width: 29.375em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.features-service-item__img-wrap.--support img {
  -o-object-position: 38% center;
     object-position: 38% center;
}
.features-service-item__img-wrap.--leaseback img {
  -o-object-position: left center;
     object-position: left center;
}
.features-service-item__img-wrap.--consultation img {
  -o-object-position: 25% center;
     object-position: 25% center;
}
.features-service-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-service-item__link-wrap {
  display: flex !important;
  align-items: center;
  gap: 1em;
  text-decoration: underline;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto;
  color: #000000 !important;
}
.features-service-item__link-wrap .icon-link__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.1875em;
  height: 3.1875em;
  border-radius: 0.75em;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
}
.features-service-item__link-wrap .icon-link {
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-image: url(../img/features/icon_link.svg);
          mask-image: url(../img/features/icon_link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
}

/* ----------------------------------------------------------------------- */
/* features sell_cloud.php
----------------------------------------------------------------------- */
.features-sell-cloud-kv {
  width: 100%;
  min-height: calc(51.125em + var(--header-height));
  background-image: url(../img/features/sell_cloud/kv-bg_features_sell-cloud.webp);
  background-size: cover;
  background-position: center var(--header-height);
  background-repeat: no-repeat;
  padding-top: var(--header-height);
}
.features-sell-cloud-kv__inner {
  max-width: 103.75em;
  width: calc(100% - 3em);
  display: flex;
  align-items: center;
  margin: 6em 0 auto auto;
  justify-content: space-between;
  gap: 32px;
}
.features-sell-cloud-kv__ttl-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  flex-shrink: 0;
}
.features-sell-cloud-kv__catch {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.features-sell-cloud-kv__catch-txt {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 18px 18px 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.features-sell-cloud-kv__catch-txt::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 235px;
  height: 11px;
  -webkit-mask-image: url(../img/features/sell_cloud/symbol_line.svg);
          mask-image: url(../img/features/sell_cloud/symbol_line.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #2F2F2F;
}
.features-sell-cloud-kv__catch-txt .space-small {
  letter-spacing: 0.15em;
}
.features-sell-cloud-kv__catch-txt .font-large {
  font-size: 30px;
}
.features-sell-cloud-kv__catch-txt .dot {
  display: inline-block;
  position: relative;
}
.features-sell-cloud-kv__catch-txt .dot::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2F2F2F;
}
.features-sell-cloud-kv__catch-list {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.features-sell-cloud-kv__catch-list li {
  color: #ffffff;
  display: flex;
}
.features-sell-cloud-kv__catch-list li .marker {
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  min-width: 50px;
  padding-inline: 16px;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  padding-bottom: 4px;
}
.features-sell-cloud-kv__ttl {
  display: flex;
  flex-direction: column;
  gap: 2em;
  font-weight: 800;
}
.features-sell-cloud-kv__ttl .font-small {
  font-size: 2.125em;
  letter-spacing: 0.2em;
  line-height: 0.74;
}
.features-sell-cloud-kv__ttl .font-large {
  font-size: 3.75em;
  line-height: 0.74;
}
.features-sell-cloud-kv__img-wrap {
  max-width: 64.125em;
  width: 100%;
}
.features-sell-cloud-kv__img {
  aspect-ratio: 1026/626;
  -o-object-fit: cover;
     object-fit: cover;
}

.features.sell_cloud {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F2F2F;
  background-color: #F4F4F4;
}
.features.sell_cloud .features-section-container.--service::before, .features.sell_cloud .features-section-container.--flow::before, .features.sell_cloud .features-section-container.--voice::before, .features.sell_cloud .features-section-container.--qa::before {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 21.25em;
  line-height: 0.74;
  letter-spacing: -0.03em;
  color: #ffffff;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.features.sell_cloud .features-section-container.--service .features-section-inner, .features.sell_cloud .features-section-container.--flow .features-section-inner, .features.sell_cloud .features-section-container.--voice .features-section-inner, .features.sell_cloud .features-section-container.--qa .features-section-inner {
  width: calc(100% - 4em);
}
.features.sell_cloud .features-section-container.--service::before {
  content: "SERVICE";
  left: 0;
  opacity: 0.25;
  top: 168px;
}
.features.sell_cloud .features-section-container.--flow {
  padding-bottom: 6.25em;
}
.features.sell_cloud .features-section-container.--flow::before {
  content: "FLOW";
  right: 0;
  opacity: 0.5;
  top: 80px;
}
.features.sell_cloud .features-section-container.--qa {
  padding-top: 6.25em;
}
.features.sell_cloud .features-section-container.--qa::before {
  content: "Q&A";
  left: 0;
  opacity: 0.5;
  top: 80px;
}
.features.sell_cloud .features-section-ttl__wrap {
  margin-bottom: 4em;
}
.features.sell_cloud .features-section-ttl {
  font-weight: 700;
  font-size: 2.625em;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.features.sell_cloud .features-section-ttl::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
}
.features.sell_cloud .features-section-ttl.--center {
  justify-content: center;
  align-items: center;
}
.features.sell_cloud .features-section-ttl.--left {
  justify-content: flex-start;
  align-items: flex-start;
}
.features.sell_cloud .footer {
  background-color: #F4F4F4;
}

.features-problem-container {
  position: relative;
  overflow-x: clip;
}

.features-problem-head {
  padding-block: 8em 11em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E7E7E7;
  position: relative;
}
.features-problem-head::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 150px;
  background-color: #2F2F2F;
}
.features-problem__ttl-wrap {
  margin-bottom: 6em;
  text-align: center;
}
.features-problem__ttl {
  padding: 57px 44px 24px 55px;
  position: relative;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 2;
}
.features-problem__ttl-txt {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-48%);
  font-size: 146px;
  font-weight: 300;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.14;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.03em;
  z-index: 1;
}
.features-problem-list {
  display: flex;
  gap: 3.5em;
}
.features-problem-list li {
  position: relative;
}
.features-problem-list li:first-child {
  max-width: 377px;
  width: 100%;
}
.features-problem-list li:nth-child(2) {
  max-width: 354px;
  width: 100%;
}
.features-problem-list li:nth-child(3) {
  max-width: 357px;
  width: 100%;
}
.features-problem-list__txt-wrap {
  display: flex;
  padding: 40px 48px;
  max-width: 322px;
  width: 100%;
  background-color: #7C7C7C;
  color: #ffffff;
  border-radius: 64px;
  position: relative;
  z-index: 1;
  font-size: 1.375em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 800;
}
.features-problem-list__img-wrap {
  flex-shrink: 0;
  height: 10.75em;
  position: absolute;
  bottom: -44px;
  right: 0;
  z-index: 2;
}
.features-problem-list__img-wrap img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features-problem-body {
  display: flex;
  flex-direction: column;
  padding-block: 134px 220px;
}
.features-problem-body__catch-wrap {
  margin-bottom: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.features-problem-body__catch-wrap .balloon {
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1;
  text-align: center;
  padding: 20px 24px;
  border-radius: 9999px;
  max-width: 236px;
  width: 100%;
  background-color: #7C7C7C;
  color: #ffffff;
  margin-bottom: 50px;
  position: relative;
}
.features-problem-body__catch-wrap .balloon::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #7C7C7C;
}
.features-problem-body__catch {
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.8;
  text-align: center;
}
.features-problem-body__catch .space-small {
  letter-spacing: 0.1em;
}
.features-problem-body__catch .font-large {
  font-size: 48px;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features-problem-body__ticker {
  position: absolute;
  bottom: -260px;
  z-index: -1;
  display: flex;
  white-space: nowrap;
}
.features-problem-body__ticker-txt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 50%;
  line-height: 1;
  font-size: 220px;
  padding-left: 48px;
}
.features-problem-body__ticker-txt:first-child {
  animation: loop-ticker1 240s -120s linear infinite;
}
.features-problem-body__ticker-txt:last-child {
  animation: loop-ticker2 240s linear infinite;
}
.features-problem-body-list {
  display: flex;
  flex-direction: column;
  gap: 104px;
}
.features-problem-body-list li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.features-problem-body-list__img-wrap {
  max-width: 51.4375em;
  width: 100%;
  align-self: flex-start;
  z-index: 1;
}
.reverse .features-problem-body-list__img-wrap {
  align-self: flex-end;
}
.features-problem-body-list__img {
  aspect-ratio: 823/472;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-problem-body-list__txt-wrap {
  background-color: #ffffff;
  padding: 64px 72px 72px;
  box-shadow: 0px 4px 32px 0px rgba(0, 26, 55, 0.1019607843);
  align-self: flex-end;
  margin-top: -292px;
  max-width: 631px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.reverse .features-problem-body-list__txt-wrap {
  align-self: flex-start;
}
.features-problem-body-list__txt {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.features-problem-body-list__ttl-wrap {
  margin-bottom: 2.5em;
  position: relative;
  display: flex;
  flex-direction: column;
}
.features-problem-body-list__ttl {
  font-size: 1.75em;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  flex-direction: column;
}
.features-problem-body-list__ttl .font-large {
  font-size: 40px;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features-problem-body-list__ttl-icon {
  height: 189px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.features-sell-cloud-service__intro-txt {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.features-sell-cloud-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 2em;
  margin-top: 3em;
}
.features-sell-cloud-service-list li {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(0, 26, 55, 0.1019607843);
  width: calc((100% - 2em) / 2);
  padding: 3em 4em 3em 3em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.features-sell-cloud-service-list li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.1875em;
  width: 100%;
  background-color: #004BA5;
}
.features-sell-cloud-service-list__ttl-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.75em;
}
.features-sell-cloud-service-list__ttl-sub {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 0.75em;
  font-weight: 700;
  color: #4494F5;
}
.features-sell-cloud-service-list__ttl-main {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 0.74;
  letter-spacing: 0.05em;
}
.features-sell-cloud-service-list__img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 15em;
}
.features-sell-cloud-service-list__img-wrap img {
  width: auto;
}
.features-sell-cloud-service-list__txt {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.875em;
}

.features-sell-cloud-flow-list {
  display: flex;
  align-items: center;
}
.features-sell-cloud-flow-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  position: relative;
  height: 17.5em;
  padding-top: 2.875em;
}
.features-sell-cloud-flow-list li:not(:last-child) {
  padding-right: 2.6875em;
  border-right: 1px solid #B1B1B1;
  margin-right: 3.0625em;
}
.features-sell-cloud-flow-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 1.125em;
  height: 4.3125em;
  background-color: #F4F4F4;
}
.features-sell-cloud-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 1.125em;
  height: 1.8125em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #004BA5;
}
.features-sell-cloud-flow-list__ttl-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
}
.features-sell-cloud-flow-list__ttl-sub {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features-sell-cloud-flow-list__ttl-main {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-sell-cloud-flow-list__txt {
  font-size: 0.875em;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.features-sell-cloud-voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
.features-sell-cloud-voice-list li {
  width: calc((100% - 6em) / 3);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background-color: #ffffff;
  min-height: 21.9375em;
  margin-top: 1.1875em;
  position: relative;
  box-shadow: 0px 4px 32px 0px rgba(0, 26, 55, 0.1019607843);
  padding: 4em 3em;
  border-top-left-radius: 4em;
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
}
.features-sell-cloud-voice-list li::before {
  content: "";
  position: absolute;
  top: -19px;
  right: 48px;
  -webkit-mask-image: url(../img/features/sell_cloud/icon_double-quotation.svg);
          mask-image: url(../img/features/sell_cloud/icon_double-quotation.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 4.75em;
  height: 3.625em;
  background-color: #004BA5;
}
.features-sell-cloud-voice-list__ttl-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.features-sell-cloud-voice-list__ttl-sub {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.features-sell-cloud-voice-list__ttl-main {
  font-size: 1.375em;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.features-sell-cloud-voice-list__txt {
  font-size: 0.875em;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.features-sell-cloud-qa-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.features-sell-cloud-qa-list li {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 2em;
  cursor: pointer;
}
.features-sell-cloud-qa-list li.is-open .features-sell-cloud-qa-list__q-wrap {
  padding-bottom: 2em;
}
.features-sell-cloud-qa-list__q-wrap, .features-sell-cloud-qa-list__a-wrap {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-inline: 0.5em;
}
.features-sell-cloud-qa-list__q-wrap label, .features-sell-cloud-qa-list__a-wrap label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1;
  letter-spacing: -0.03em;
}
.features-sell-cloud-qa-list__q-wrap {
  position: relative;
}
.features-sell-cloud-qa-list__q-wrap::before, .features-sell-cloud-qa-list__q-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 0.125em;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  background-color: #004BA5;
  transition: transform 0.3s ease;
}
.features-sell-cloud-qa-list__q-wrap::after {
  transform: translateY(-50%) rotate(90deg);
}
.is-open .features-sell-cloud-qa-list__q-wrap::after {
  transform: translateY(-50%) rotate(0deg);
  background-color: #A1A1A1;
}
.is-open .features-sell-cloud-qa-list__q-wrap::before {
  background-color: #A1A1A1;
}
.features-sell-cloud-qa-list__q-label {
  color: #A0A0A0;
}
.features-sell-cloud-qa-list__q-txt {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.features-sell-cloud-qa-list__a-wrap {
  position: relative;
  height: 0;
  max-height: 0;
  padding-top: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.features-sell-cloud-qa-list__a-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: repeating-linear-gradient(90deg, #E7E7E7 0 1px, transparent 1px calc(1px + 3px));
  pointer-events: none;
}
.is-open .features-sell-cloud-qa-list__a-wrap {
  height: auto;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  padding-top: 1.625em;
}
.features-sell-cloud-qa-list__a-label {
  background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features-sell-cloud-qa-list__a-txt {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .features-sell-cloud-kv__ttl-wrap {
    align-items: flex-start;
  }
  .features-problem-list {
    align-items: unset;
  }
  .features-problem-list li:first-child, .features-problem-list li:nth-child(3) {
    margin-left: auto;
  }
}
/* Scss Document */
.footer {
  background-color: #ebf1f5;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-inner {
  position: relative;
}
.footer a {
  color: #004ea2;
  display: flex;
  align-items: center;
}
.footer a svg use {
  fill: #004ea2;
}
.footer a:hover {
  color: #7ab851;
}
.footer a:hover svg use {
  fill: #7ab851;
}
.footer-inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-link-item svg, .footer-office-item svg, .footer-menu-item svg {
  margin: -0.25em 0 0 0.5em;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin: -0.25em 0 0 0.5em;
}
.footer-link-head {
  font-weight: 500;
  color: inherit;
}
.footer-link-block.-sns {
  width: 100%;
}
.footer-link-block.-sns .footer-link-list {
  display: flex;
  align-items: center;
}
.footer-link-block.-sns .footer-link-item {
  width: 2em;
  height: 2em;
  min-width: 30px;
  min-height: 30px;
}
.footer-link-block.-sns .footer-link-item a {
  display: block;
}
.footer-office-head {
  font-weight: 500;
  color: inherit;
}
.footer-office-item {
  display: flex;
  align-items: center;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _slider.scss -------------------------------------------------- */
  .liquidBlock .slick-next {
    left: 950px;
  }
  .slick-dots {
    margin-top: 65px;
    max-width: 1000px;
    justify-content: center;
  }
  .slick-dots li {
    width: 70px;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    background: #014da1;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-wrapper {
    padding: 40px 0;
  }
  .remodal {
    padding: 0;
    background: none;
  }
  .remodal .headTitle {
    padding: 15px 40px;
    background: #7ab951;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #fff;
  }
  .remodal .mainBlock {
    height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 40px;
    background: #fff;
  }
  .remodal.fb .mainBlock {
    height: calc(100vh - 260px);
    margin-bottom: 80px;
  }
  .remodal .remodal-close {
    top: 10px;
    right: 10px;
  }
  .remodal.normalBlock {
    padding: 40px;
    background: #fff;
    text-align: center;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  /* _common.scss -------------------------------------------------- */
  .pcDisNon {
    display: none !important;
  }
  .pcTaL {
    text-align: left;
  }
  .pcTaC {
    text-align: center;
  }
  .pcTaR {
    text-align: right;
  }
  .footerBlock {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footerBlock .text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .footerBlock .logo {
    width: 190px;
  }
  .container {
    display: block;
    flex: 1;
  }
  .baseColumn {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .sateiBottom {
    padding: 40px 0;
  }
  .cts01 {
    padding: 40px 30px 60px;
  }
  .cts02,
  .cts03 {
    padding: 40px 50px;
  }
  .simpleHead {
    margin: 0 0 30px;
    font-size: 4rem;
  }
  .simpleHead .noIcon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    line-height: 62px;
    font-size: 2.8rem;
  }
  .subCopy {
    margin: 0 0 40px;
    text-align: center;
    font-size: 3rem;
  }
  .head01 {
    width: 800px;
    margin: 0 auto 40px;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
  }
  .head01 .point {
    height: 24px;
    margin: 0 20px 0 0;
    padding: 0 15px;
    line-height: 24px;
  }
  .head01 .headText {
    font-size: 2.6rem;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  .baseBtn.fL, .fL.submitBtn01, .fL.normalBtn,
  a.baseBtn.fL {
    font-size: 2rem;
  }
  /* _feature.scss -------------------------------------------------- */
  :root {
    --header-height: 5em;
  }
  /* 破線ミックスイン -------------------------------------------------- */
  /* ループアニメーション -------------------------------------------------- */
  @keyframes loop-ticker1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop-ticker2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  /* Scss Document */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .features.index .features-section-ttl__wrap {
    margin-bottom: 2.5em;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25em;
  }
  .features.index .features-section-ttl {
    font-size: 4.25em;
    letter-spacing: -0.03em;
  }
  .features.index .features-section-ttl .deco {
    right: -3px;
    bottom: -3px;
  }
  .features.index .features-section-ttl__txt {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .features.index .features-section-ttl__txt .marker {
    font-size: 0.875em;
    padding-inline: 0.25em;
    padding-top: calc((19px - 0.74em) / 2);
    padding-bottom: calc((19px - 0.74em) / 2);
  }
  .features-reasons-card {
    min-height: auto;
    flex-direction: column;
  }
  .features-reasons-card__img {
    width: 100%;
    aspect-ratio: 327/218;
  }
  .features-reasons-card__body {
    background-color: #ffffff;
    padding: 2em 2em 1.5em;
  }
  .features-reasons-card__body:has(.features-reasons-card__link-wrap) {
    padding: 2em 2em 0em;
  }
  .features-reasons-card__body:has(.features-reasons-card__link-wrap) .features-reasons-card__txt {
    padding-bottom: 2em;
  }
  .features-reasons-card__head {
    margin-bottom: 1.25em;
  }
  .features-reasons-card__head p {
    flex-shrink: 0;
    font-size: 0.625em;
  }
  .features-reasons-card__head .border {
    width: 100%;
    height: 0.0625em;
    background-color: rgba(0, 75, 165, 0.5);
  }
  .features-reasons-card__ttl {
    margin-bottom: 1em;
  }
  .features-reasons-card__ttl.--column .grad {
    margin-top: -0.375em;
  }
  .features-reasons-card__ttl.--column .mix {
    margin-top: -0.625em;
  }
  .features-reasons-card__ttl .txt {
    font-size: 1.125em;
  }
  .features-reasons-card__ttl .grad {
    font-size: 1.75em;
    margin-left: 5px;
  }
  .features-reasons-card__ttl .grad.--note::after {
    bottom: 8px;
    font-size: 10px;
  }
  .features-reasons-card__txt {
    font-size: 0.75em;
    line-height: 2.2;
  }
  .features-reasons-card__txt-note {
    margin-top: 2em;
    font-size: 0.625em;
    line-height: 1.5;
  }
  .features-reasons-card__link-wrap {
    position: static;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -32px;
    font-size: 0.875em;
    gap: 16px;
  }
  .features-reasons-card__link-wrap .icon-link__wrap {
    width: 3.75em;
    height: 3.75em;
    border-top-left-radius: 0.75em;
  }
  .features-reasons-card__link-wrap .icon-link {
    width: 0.75em;
    height: 0.6875em;
  }
  .features-sell-cloud-kv {
    min-height: calc(30.5em + var(--header-height));
  }
  .features-sell-cloud-kv__catch-txt {
    font-size: 0.875em;
    padding: 0px 22px 19px;
  }
  .features-sell-cloud-kv__catch-txt::before {
    bottom: 0;
    width: 183px;
    height: 9px;
  }
  .features-sell-cloud-kv__catch-txt .font-large {
    font-size: 21px;
  }
  .features-sell-cloud-kv__catch-txt .dot::after {
    top: -8px;
    width: 4px;
    height: 4px;
  }
  .features-sell-cloud-kv__catch-list {
    gap: 0.375em;
  }
  .features-sell-cloud-kv__catch-list li .marker {
    font-size: 1.1875em;
    line-height: 1;
    height: 38px;
    min-width: 38px;
    padding-inline: 16px;
  }
  .features-sell-cloud-kv__ttl .font-small {
    font-size: 24px;
  }
  .features-sell-cloud-kv__ttl .font-large {
    font-size: 3em;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
  }
  .features-sell-cloud-kv__sub-ttl {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    background-color: #C1E1F2;
    color: #4FB7F1;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.1em;
  }
  .features-problem-list {
    flex-direction: column;
    align-items: center;
    gap: 2.5em;
  }
  .features-sell-cloud-voice-list {
    flex-direction: column;
    gap: 1.5em;
  }
  .features-sell-cloud-voice-list li {
    width: 100%;
    gap: 1em;
    min-height: auto;
    margin-top: 0.9375em;
    padding: 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
  }
  .features-sell-cloud-voice-list li::before {
    top: -15px;
    right: 32px;
    width: 3.1875em;
    height: 2.4375em;
  }
}
@media screen and (min-width: 769px) and (min-width: 0px) and (max-width: 480px) {
  .features-sell-cloud-kv__ttl-wrap {
    align-items: flex-start;
  }
  .features-problem-list {
    align-items: unset;
  }
  .features-problem-list li:first-child, .features-problem-list li:nth-child(3) {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    width: 100%;
    padding: 10em 0 1.875em;
    margin-left: auto;
  }
  .footer-link {
    margin-bottom: 5.555em;
    display: flex;
  }
  .footer-link-block {
    width: calc(25% - 1em);
    margin-right: 1em;
  }
  .footer-link-block.-sns {
    margin-right: 0;
    margin-bottom: 4.5em;
  }
  .footer-link-block.-sns .footer-link-head {
    margin-bottom: 1em;
  }
  .footer-link-block.-sns .footer-link-item:not(:last-child) {
    margin: 0 1.5em 0 0;
  }
  .footer-link-head {
    font-size: 1.125em;
    margin-bottom: 2.25em;
  }
  .footer-link-list {
    margin: 0;
  }
  .footer-link-item {
    margin: 0;
    font-size: 0.875em;
  }
  .footer-link-item:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .footer-office {
    margin-bottom: 2.5em;
    display: flex;
  }
  .footer-office-head {
    font-size: 1.125em;
    margin-right: 8em;
    flex-shrink: 0;
  }
  .footer-office-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-office-item {
    font-size: 0.875em;
    line-height: 1.4;
  }
  .footer-office-item::after {
    content: "｜";
    padding-inline: 0.5em;
  }
  .footer-menu {
    display: flex;
  }
  .footer-menu-item {
    font-size: 0.875em;
  }
  .footer-menu-item:not(:last-child) {
    margin-right: 2em;
  }
  .footer-bottom {
    display: flex;
    margin-top: 5em;
  }
  .footer-bottom-text p {
    font-size: 0.875em;
    margin: 0;
  }
  .footer-bottom-text p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .footer-bottom-logo {
    margin: 0 0 0 auto;
  }
  .footer-bottom-logo img {
    width: 12em;
    margin: 0;
  }
}
/* IE--------------------------------------------------------------- */
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _slider.scss -------------------------------------------------- */
  .-spSlick {
    display: none;
  }
  .-spSlick.slick-initialized {
    display: block;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .circleArrow .slick-prev,
  .circleArrow .slick-next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .circleArrow .slick-prev {
    left: -12px;
  }
  .circleArrow .slick-next {
    right: -12px;
  }
  .squareArrow .slick-prev,
  .squareArrow .slick-next {
    margin-top: -22px;
    width: 28px;
    height: 44px;
  }
  .squareArrow .slick-prev {
    left: 0px;
  }
  .squareArrow .slick-next {
    right: 0px;
  }
  .squareArrow .slick-prev::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-left: -4px;
    margin-top: -8px;
  }
  .squareArrow .slick-next::before {
    width: 16px;
    height: 16px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-right: -4px;
    margin-top: -8px;
  }
  .slick-dots {
    margin-top: 30px;
    width: calc(100vw - 40px);
  }
  .slick-dots li {
    width: 100%;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-close {
    top: 0;
  }
  .remodal {
    position: relative;
    height: 100%;
  }
  .remodal .headTitle {
    width: 100%;
    min-height: 55px;
    padding: 16px 72px;
    background: #7ab951;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .remodal .mainBlock {
    height: calc(100% - 55px);
    margin-bottom: 61px;
    padding: 20px;
    overflow-y: auto;
  }
  .remodal.fb .mainBlock {
    padding: 0;
    height: calc(100% - 116px);
  }
  .remodal.spWide .mainBlock {
    padding: 0 0 32px;
  }
  .remodal .remodal-close {
    width: auto;
    height: auto;
    margin: auto;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: inherit;
    text-indent: inherit;
    color: #014da1;
    line-height: 1.8;
  }
  .remodal .remodal-close::before {
    margin: auto;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #014da1;
    border-right: solid 1px #014da1;
    transform: rotate(-135deg);
    background: none;
    margin: 0 5px;
    position: relative;
    left: auto;
  }
  .remodal .remodal-close::after {
    display: none;
  }
  .remodal.normalBlock {
    height: inherit;
    padding: 20px;
    background: none;
    text-align: center;
  }
  .remodal.normalBlock .normalBlockInn {
    padding: 20px;
    background: #fff;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  /* _common.scss -------------------------------------------------- */
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .spDisNon {
    display: none !important;
  }
  .spTaL {
    text-align: left;
  }
  .spTaC {
    text-align: center;
  }
  .spTaR {
    text-align: right;
  }
  .spFs {
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1;
  }
  .footerBlock {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
  .footerBlock .text {
    font-size: 1.2rem;
    line-height: 2;
  }
  .footerBlock .text small {
    font-size: 1rem;
  }
  .footerBlock .logo {
    width: 120px;
    margin: 20px auto 0 auto;
  }
  .container {
    flex: 1;
  }
  .baseColumn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cts01,
  .cts02,
  .cts03 {
    padding: 20px 20px;
  }
  .sateiBottom {
    padding: 20px 0;
  }
  .simpleHead {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  .simpleHead .noIcon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 1.4rem;
  }
  .subCopy {
    margin: 0 0 20px;
    font-size: 1.8rem;
    text-align: center;
  }
  .head01 {
    margin: 0 0 20px;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }
  .head01 .point {
    height: 18px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    line-height: 18px;
    font-size: 1.4rem;
  }
  .head01 .headText {
    font-size: 1.6rem;
  }
  .acSpTrg {
    position: relative;
  }
  .acSpTrg::before, .acSpTrg::after {
    width: 10px;
    height: 2px;
    content: "";
    display: block;
    background: #7ab951;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    right: 15px;
    transform: rotate(0);
    z-index: 1;
  }
  .acSpTrg::after {
    transform: rotate(90deg);
  }
  .acSpTrg.active::before {
    /*transform: rotate(45deg);*/
  }
  .acSpTrg.active::after {
    display: none;
    /*transform: rotate(-45deg);*/
  }
  .baseBtn, .submitBtn01,
  a.submitBtn01, .normalBtn,
  a.normalBtn,
  a.baseBtn {
    padding: 9px 0;
  }
  /* _feature.scss -------------------------------------------------- */
  :root {
    --header-height: 5em;
  }
  /* 破線ミックスイン -------------------------------------------------- */
  /* ループアニメーション -------------------------------------------------- */
  @keyframes loop-ticker1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop-ticker2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .features.index .features-section-ttl__wrap {
    margin-bottom: 2.5em;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25em;
  }
  .features.index .features-section-ttl {
    font-size: 4.25em;
    letter-spacing: -0.03em;
  }
  .features.index .features-section-ttl .deco {
    right: -3px;
    bottom: -3px;
  }
  .features.index .features-section-ttl__txt {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .features.index .features-section-ttl__txt .marker {
    font-size: 0.875em;
    padding-inline: 0.25em;
    padding-top: calc((19px - 0.74em) / 2);
    padding-bottom: calc((19px - 0.74em) / 2);
  }
  .features-reasons-card {
    min-height: auto;
    flex-direction: column;
  }
  .features-reasons-card__img {
    width: 100%;
    aspect-ratio: 327/218;
  }
  .features-reasons-card__body {
    background-color: #ffffff;
    padding: 2em 2em 1.5em;
  }
  .features-reasons-card__body:has(.features-reasons-card__link-wrap) {
    padding: 2em 2em 0em;
  }
  .features-reasons-card__body:has(.features-reasons-card__link-wrap) .features-reasons-card__txt {
    padding-bottom: 2em;
  }
  .features-reasons-card__head {
    margin-bottom: 1.25em;
  }
  .features-reasons-card__head p {
    flex-shrink: 0;
    font-size: 0.625em;
  }
  .features-reasons-card__head .border {
    width: 100%;
    height: 0.0625em;
    background-color: rgba(0, 75, 165, 0.5);
  }
  .features-reasons-card__ttl {
    margin-bottom: 1em;
  }
  .features-reasons-card__ttl.--column .grad {
    margin-top: -0.375em;
  }
  .features-reasons-card__ttl.--column .mix {
    margin-top: -0.625em;
  }
  .features-reasons-card__ttl .txt {
    font-size: 1.125em;
  }
  .features-reasons-card__ttl .grad {
    font-size: 1.75em;
    margin-left: 5px;
  }
  .features-reasons-card__ttl .grad.--note::after {
    bottom: 8px;
    font-size: 10px;
  }
  .features-reasons-card__txt {
    font-size: 0.75em;
    line-height: 2.2;
  }
  .features-reasons-card__txt-note {
    margin-top: 2em;
    font-size: 0.625em;
    line-height: 1.5;
  }
  .features-reasons-card__link-wrap {
    position: static;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -32px;
    font-size: 0.875em;
    gap: 16px;
  }
  .features-reasons-card__link-wrap .icon-link__wrap {
    width: 3.75em;
    height: 3.75em;
    border-top-left-radius: 0.75em;
  }
  .features-reasons-card__link-wrap .icon-link {
    width: 0.75em;
    height: 0.6875em;
  }
  .features-sell-cloud-kv {
    min-height: calc(30.5em + var(--header-height));
  }
  .features-sell-cloud-kv__catch-txt {
    font-size: 0.875em;
    padding: 0px 22px 19px;
  }
  .features-sell-cloud-kv__catch-txt::before {
    bottom: 0;
    width: 183px;
    height: 9px;
  }
  .features-sell-cloud-kv__catch-txt .font-large {
    font-size: 21px;
  }
  .features-sell-cloud-kv__catch-txt .dot::after {
    top: -8px;
    width: 4px;
    height: 4px;
  }
  .features-sell-cloud-kv__catch-list {
    gap: 0.375em;
  }
  .features-sell-cloud-kv__catch-list li .marker {
    font-size: 1.1875em;
    line-height: 1;
    height: 38px;
    min-width: 38px;
    padding-inline: 16px;
  }
  .features-sell-cloud-kv__ttl .font-small {
    font-size: 24px;
  }
  .features-sell-cloud-kv__ttl .font-large {
    font-size: 3em;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
  }
  .features-sell-cloud-kv__sub-ttl {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    background-color: #C1E1F2;
    color: #4FB7F1;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.1em;
  }
  .features-problem-list {
    flex-direction: column;
    align-items: center;
    gap: 2.5em;
  }
  .features-sell-cloud-voice-list {
    flex-direction: column;
    gap: 1.5em;
  }
  .features-sell-cloud-voice-list li {
    width: 100%;
    gap: 1em;
    min-height: auto;
    margin-top: 0.9375em;
    padding: 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
  }
  .features-sell-cloud-voice-list li::before {
    top: -15px;
    right: 32px;
    width: 3.1875em;
    height: 2.4375em;
  }
  :root {
    --header-height: 3.125em;
  }
  .features-top-header__logo {
    display: flex;
    align-items: center;
  }
  .features-top-header__logo > * {
    display: flex;
  }
  .features-top-header__logo-ill {
    width: 2.5em;
  }
  .features-top-header__logo-ill > svg {
    height: 2.3125em;
  }
  .features-top-header__logo-txt-wrap {
    flex-direction: column;
    gap: 0.25em;
  }
  .features-top-header__logo-txt {
    width: 5.5em;
  }
  .features-top-header__logo-txt > svg {
    height: 0.8125em;
  }
  .features-top-header__logo-en {
    width: 5.3125em;
  }
  .features-top-header__logo-en > svg {
    height: 0.75em;
  }
  .features-top-header__logo-odakyu {
    width: 9.375em;
  }
  .features-top-header__logo-odakyu > svg {
    height: 2.3125em;
  }
  .features-section-container {
    padding: 2.25em 0;
  }
  .features-section-container:first-of-type {
    padding-top: 4.5em;
  }
  .features-section-container.--bg-white:not(:first-of-type), .features-section-container.--bg-gray:not(:first-of-type) {
    padding-top: 4.5em;
  }
  .features-section-container.--bg-white:not(:last-child), .features-section-container.--bg-gray:not(:last-child) {
    padding-bottom: 4.5em;
  }
  /* features index.php
  ---------------------------------------------------------------------------------------- */
  .features-top-kv {
    min-height: calc(36.4375em + var(--header-height));
    background-position: center var(--header-height);
  }
  .features-top-kv__inner {
    gap: 1.5em;
    margin: 5.625em auto auto;
  }
  .features-top-kv__ttl {
    gap: 0.5em;
  }
  .features-top-kv__ttl .marker {
    font-size: 2em;
    padding-inline: 8px;
    padding-top: calc((50px - 0.74em) / 2);
    padding-bottom: calc((50px - 0.74em) / 2);
    background: linear-gradient(90deg, #5AB4E6 0%, #004BA5 100%);
    width: -moz-fit-content;
    width: fit-content;
  }
  .features-top-kv__ttl .marker.font-large {
    font-size: 3.5em;
    padding-inline: 2px 8px;
    letter-spacing: 0;
    padding-top: calc((71px - 0.74em) / 2);
    padding-bottom: calc((71px - 0.74em) / 2);
  }
  .features-top-kv__txt {
    font-size: 0.875em;
    line-height: 1.8;
  }
  .features.index .features-section-container:has(.features-service-container) {
    margin-top: 1em;
  }
  .features-reasons-list {
    gap: 2em;
  }
  .features-service-slider .slick-track {
    display: flex;
    align-items: stretch;
  }
  .features-service-slider .features-service-arrow {
    width: 32px;
    height: 59px;
    border-radius: 8px;
    transform: translateY(-160px);
  }
  .features-service-slider .features-service-arrow .icon-link {
    width: 13px;
    height: 13px;
  }
  .features-service-item {
    flex-direction: column-reverse;
    gap: 2em;
    width: 18.4375em;
    margin-inline: 0.5em;
    filter: blur(16px);
    height: auto;
  }
  .features-service-item__body {
    max-width: 100%;
    height: 100%;
  }
  .features-service-item__ttl {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 1.25em;
    padding-left: 0.625em;
  }
  .features-service-item__ttl::before {
    width: 0.125em;
    top: 4px;
    bottom: 4px;
  }
  .features-service-item__txt {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .features-service-item__img-wrap {
    width: 17.4375em;
  }
  .features-service-item__link-wrap {
    font-size: 0.875em;
  }
  .features-service-item__link-wrap .icon-link__wrap {
    width: 2.6875em;
    height: 2.6875em;
    border-radius: 0.5em;
  }
  .features-service-item__link-wrap .icon-link {
    width: 0.5625em;
    height: 0.5625em;
  }
  /* ------------------------------------------------------------------------------------ */
  /* features sell_cloud.php
  --------------------------------------------------------------------------------------- */
  .features-sell-cloud-kv {
    min-height: calc(43.5em + var(--header-height));
  }
  .features-sell-cloud-kv__inner {
    flex-direction: column-reverse;
    width: calc(100% - 2em);
    display: flex;
    margin: 3.5em 0 auto auto;
    justify-content: space-between;
    gap: 40px;
  }
  .features-sell-cloud-kv__ttl-wrap {
    gap: 1.75em;
    width: calc(100% - 2em);
    margin: 0 auto 5em 0;
    align-items: center;
  }
  .features-sell-cloud-kv__img-wrap {
    max-width: 21.4375em;
  }
  .features-sell-cloud-kv__img {
    aspect-ratio: 343/237;
  }
  .features.sell_cloud .features-section-container.--service::before, .features.sell_cloud .features-section-container.--flow::before, .features.sell_cloud .features-section-container.--voice::before, .features.sell_cloud .features-section-container.--qa::before {
    font-size: 7.5em;
  }
  .features.sell_cloud .features-section-container.--service::before {
    right: 0;
    left: auto;
    top: 84px;
  }
  .features.sell_cloud .features-section-container.--flow {
    padding-bottom: 2.25em;
  }
  .features.sell_cloud .features-section-container.--flow::before {
    top: 84px;
  }
  .features.sell_cloud .features-section-container.--qa {
    padding-top: 2.25em;
  }
  .features.sell_cloud .features-section-container.--qa::before {
    right: 0;
    left: auto;
    top: 84px;
  }
  .features.sell_cloud .features-section-ttl {
    font-size: 1.5em;
    letter-spacing: 0;
    gap: 24px;
  }
  .features.sell_cloud .features-section-ttl::after {
    width: 32px;
    height: 3px;
  }
  .features.sell_cloud .features-section-ttl.--center {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .features-problem-list li {
    position: relative;
  }
  .features-problem-list li:first-child, .features-problem-list li:nth-child(2), .features-problem-list li:nth-child(3) {
    max-width: 279px;
    width: 100%;
  }
  .features-problem-list li:nth-child(2) .features-problem-list__txt-wrap {
    margin-left: auto;
  }
  .features-problem-list li:nth-child(2) .features-problem-list__txt-wrap p {
    margin-left: auto;
  }
  .features-problem-list li:nth-child(2) .features-problem-list__img-wrap {
    left: 0;
    right: auto;
  }
  .features-problem-list__txt-wrap {
    padding: 24px 40px;
    max-width: 232px;
    border-radius: 32px;
    font-size: 1em;
  }
  .features-problem-list__img-wrap {
    height: 7.5625em;
    bottom: -24px;
  }
  .features-problem-head {
    padding-block: 4.5em 6em;
  }
  .features-problem-head::after {
    bottom: -36px;
    height: 80px;
  }
  .features-problem__ttl-wrap {
    margin-bottom: 3.75em;
  }
  .features-problem__ttl {
    padding: 32px 18px 12px;
    font-size: 1.25em;
  }
  .features-problem__ttl-txt {
    top: -10px;
    font-size: 84px;
    transform: translateX(-50%);
  }
  .features-problem-body {
    padding-block: 48px 72px;
  }
  .features-problem-body__catch-wrap {
    margin-bottom: 48px;
  }
  .features-problem-body__catch-wrap .balloon {
    font-size: 0.875em;
    padding: 10px 14px;
    max-width: 120px;
    margin-bottom: 26px;
  }
  .features-problem-body__catch-wrap .balloon::after {
    bottom: -5.5px;
    height: 6px;
    width: 6px;
  }
  .features-problem-body__catch {
    font-size: 1.375em;
    line-height: 1.7;
  }
  .features-problem-body__catch .font-large {
    font-size: 32px;
  }
  .features-problem-body__catch .space-small.--sp {
    letter-spacing: 0.1em;
  }
  .features-problem-body__catch .space-small.--spNon {
    letter-spacing: 0;
  }
  .features-problem-body-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .features-problem-body-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-inline: -48px;
  }
  .features-problem-body-list__img-wrap {
    max-width: 100%;
    align-self: center;
  }
  .reverse .features-problem-body-list__img-wrap {
    align-self: center;
  }
  .features-problem-body-list__img {
    aspect-ratio: 375/223;
  }
  .features-problem-body-list__txt-wrap {
    padding: 32px;
    align-self: center;
    margin-top: -41px;
    min-width: 311px;
    width: calc(100% - 112px);
  }
  .reverse .features-problem-body-list__txt-wrap {
    align-self: center;
  }
  .features-problem-body-list__txt {
    font-size: 0.875em;
    display: block;
    clear: none;
    width: auto;
  }
  .features-problem-body-list__ttl-wrap {
    margin-bottom: 1em;
  }
  .features-problem-body-list__ttl {
    font-size: 1.25em;
  }
  .features-problem-body-list__ttl .font-large {
    font-size: 24px;
  }
  .features-problem-body-list__ttl-icon {
    height: 124px;
    position: absolute;
    bottom: 3px;
    right: -16px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .features-sell-cloud-service__intro-txt {
    text-align: left;
  }
  .features-sell-cloud-service-list {
    flex-direction: column;
    gap: 1em;
    margin-top: 2.625em;
  }
  .features-sell-cloud-service-list li {
    width: 100%;
    padding: 2em 1.5em 1.5em;
    gap: 1.5em;
  }
  .features-sell-cloud-service-list__ttl-main {
    font-size: 1.125em;
  }
  .features-sell-cloud-service-list__img-wrap {
    width: 100%;
    height: auto;
  }
  .features-sell-cloud-service-list__img-wrap img {
    width: 100%;
  }
  .features-sell-cloud-flow-list {
    flex-direction: column;
    gap: 2.5em;
  }
  .features-sell-cloud-flow-list li {
    align-items: flex-start;
    gap: 1.25em;
    height: auto;
    padding-top: unset;
    padding-bottom: 2.125em;
    width: 100%;
  }
  .features-sell-cloud-flow-list li:not(:last-child) {
    padding-right: unset;
    border-right: unset;
    border-bottom: 1px solid #B1B1B1;
    margin-right: unset;
  }
  .features-sell-cloud-flow-list li:not(:last-child)::before {
    top: auto;
    bottom: -6px;
    right: 50%;
    transform: translateY(0) translateX(50%);
    width: 3em;
    height: 0.75em;
  }
  .features-sell-cloud-flow-list li:not(:last-child)::after {
    top: auto;
    bottom: -6px;
    right: 50%;
    transform: translateY(0) translateX(50%);
    width: 1.125em;
    height: 0.6875em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .features-sell-cloud-flow-list__ttl-wrap {
    gap: 1em;
    align-items: flex-start;
  }
  .features-sell-cloud-flow-list__ttl-main {
    font-size: 1.125em;
    text-align: left;
    min-height: auto;
  }
  .features-sell-cloud-voice-list__ttl-wrap {
    gap: 1em;
  }
  .features-sell-cloud-voice-list__ttl-main {
    font-size: 1.125em;
  }
  .features-sell-cloud-qa-list {
    gap: 0.75em;
  }
  .features-sell-cloud-qa-list li {
    padding: 1.5em 1em;
  }
  .features-sell-cloud-qa-list li.is-open .features-sell-cloud-qa-list__q-wrap {
    padding-bottom: 1.25em;
  }
  .features-sell-cloud-qa-list__q-wrap, .features-sell-cloud-qa-list__a-wrap {
    gap: 0.5em;
    padding-inline: 0.5em;
  }
  .features-sell-cloud-qa-list__q-wrap label, .features-sell-cloud-qa-list__a-wrap label {
    font-size: 1.375em;
  }
  .features-sell-cloud-qa-list__q-wrap::before, .features-sell-cloud-qa-list__q-wrap::after {
    width: 0.75em;
  }
  .features-sell-cloud-qa-list__q-txt {
    font-size: 0.875em;
  }
  .features-sell-cloud-qa-list__a-wrap {
    position: relative;
  }
  .features-sell-cloud-qa-list__a-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: repeating-linear-gradient(90deg, #E7E7E7 0 1px, transparent 1px calc(1px + 3px));
    pointer-events: none;
  }
  .is-open .features-sell-cloud-qa-list__a-wrap {
    padding-top: 1em;
  }
  .features-sell-cloud-qa-list__a-txt {
    font-size: 0.875em;
  }
  /* Scss Document */
}
@media screen and (min-width: 0px) and (max-width: 768px) and (min-width: 0px) and (max-width: 480px) {
  .features-sell-cloud-kv__ttl-wrap {
    align-items: flex-start;
  }
  .features-problem-list {
    align-items: unset;
  }
  .features-problem-list li:first-child, .features-problem-list li:nth-child(3) {
    margin-left: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .footer {
    padding: 2em 0;
    margin: 0 0 2.5em;
  }
  .footer-link {
    order: 1;
  }
  .footer-link-block.-sns {
    margin-bottom: 3em;
    order: 4;
  }
  .footer-link-block.-sns .footer-link-head {
    padding: 0;
    margin-bottom: 1em;
    border: none;
  }
  .footer-link-block.-sns .footer-link-item {
    border: none;
  }
  .footer-link-block.-sns .footer-link-item:not(:last-child) {
    margin: 0 1.2em 0 0;
  }
  .footer-link-block.-sns .footer-link-item a {
    padding: 0;
  }
  .footer-link-head {
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 1em 0;
    border-bottom: 1px solid #ced4d9;
    color: #004ea2;
  }
  .footer-link-list {
    display: none;
    margin: 0;
  }
  .footer-link-item {
    margin: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ced4d9;
  }
  .footer-link-item a {
    font-size: 14px;
    padding: 1em 0 1em 1em;
  }
  .footer-office {
    order: 2;
    margin-bottom: 2.5em;
  }
  .footer-office-head {
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 1em 0;
    border-bottom: 1px solid #ced4d9;
    color: #004ea2;
  }
  .footer-office-list {
    display: none;
    margin: 0;
  }
  .footer-office-item {
    margin: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ced4d9;
  }
  .footer-office-item a {
    display: block;
    padding: 1em 0 1em 1em;
  }
  .footer-menu {
    order: 3;
    margin-bottom: 2.5em;
  }
  .footer-menu-item {
    font-size: 0.75em;
    margin-bottom: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-menu-item:last-child {
    margin-bottom: 0;
  }
  .footer-bottom {
    order: 5;
  }
  .footer-bottom-text p {
    font-size: 0.625em;
    margin: 0;
  }
  .footer-bottom-text p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .footer-bottom-logo {
    margin: 1.6em 0 0;
    text-align: right;
  }
  .footer-bottom-logo img {
    width: 12em;
    margin: 0 0 0 auto;
  }
  .accTrg-sp {
    cursor: pointer;
    position: relative;
  }
  .accTrg-sp::before {
    content: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23004EA2" d="M14,7H9V2A1,1,0,0,0,7,2V7H2A1,1,0,0,0,2,9H7v5a1,1,0,0,0,2,0V9h5a1,1,0,0,0,0-2Z"/></svg>');
    width: 0.875em;
    height: 0.875em;
    display: inline-block;
    position: absolute;
    right: 1em;
    z-index: 1;
  }
  .accTrg-sp.active::before {
    content: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23004EA2" d="M14,9H2A1,1,0,0,1,2,7H14a1,1,0,0,1,0,2Z"/></svg>');
  }
  .accTrg-sp.-circle {
    position: relative;
    cursor: pointer;
  }
  .accTrg-sp.-circle::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23fff" d="M14,7H9V2A1,1,0,0,0,7,2V7H2A1,1,0,0,0,2,9H7v5a1,1,0,0,0,2,0V9h5a1,1,0,0,0,0-2Z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    background-color: #004ea2;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0 auto auto;
  }
  .accTrg-sp.-circle.active::before {
    transform: rotate(45deg);
  }
}