html {
  scroll-behavior: smooth;
  scroll-padding-top: 102px;
}
body {
  background: #fff;
}
.top-btn-01 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #bec8c8;
  border-radius: clamp(64.85333333333332px, 5.333333333333334vw, 80px);
  color: #247273;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #e5f5f2;
  box-sizing: border-box;
  z-index: 0;
}
.top-btn-01:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#fff 0%, #eff5f4 100%);
  z-index: -1;
  transition: 0.3s;
}
.top-btn-01 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
@media (hover: hover) {
  .top-btn-01:hover {
    color: #247273;
  }
  .top-btn-01:hover:before {
    opacity: 0;
  }
  .top-btn-01:hover span:after {
    transform: translate(2px, -50%) rotate(45deg);
  }
}
.top-btn-02 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #3fb09b;
  border-radius: clamp(64.85333333333332px, 5.333333333333334vw, 80px);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #247273;
  box-sizing: border-box;
  z-index: 0;
}
.top-btn-02:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#3fb09b 0%, #247273 100%);
  z-index: -1;
  transition: 0.3s;
}
.top-btn-02 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
@media (hover: hover) {
  .top-btn-02:hover {
    color: #fff;
  }
  .top-btn-02:hover:before {
    opacity: 0;
  }
  .top-btn-02:hover span:after {
    transform: translate(2px, -50%) rotate(45deg);
  }
}
.top-btn-03 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #0818f1;
  border-radius: clamp(64.85333333333332px, 5.333333333333334vw, 80px);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #000bbc;
  box-sizing: border-box;
  z-index: 0;
}
.top-btn-03:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#2a44ff 0%, #3142b1 100%);
  z-index: -1;
  transition: 0.3s;
}
.top-btn-03 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
@media (hover: hover) {
  .top-btn-03:hover {
    color: #fff;
  }
  .top-btn-03:hover:before {
    opacity: 0;
  }
  .top-btn-03:hover span:after {
    transform: translate(2px, -50%) rotate(45deg);
  }
}
.top-mv {
  margin: 101px 0 0;
  background: url("/cms/images/top/2024/mv_01.png") no-repeat 50% 50%/cover;
}
.top-mv-inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: clamp(1134.9333333333334px, 93.33333333333333vw, 1400px);
  margin: 0 auto;
  padding: clamp(32.42666666666666px, 2.666666666666667vw, 40px) 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-mv-txt {
  padding: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0 0;
}
.top-mv-ttl {
  line-height: 1;
  margin: 0 0 clamp(47.82933333333333px, 3.933333333333333vw, 59px);
  color: #fff;
  font-weight: bold;
}
.top-mv-ttl-01 {
  margin: 0 0 clamp(29.183999999999997px, 2.4vw, 36px);
  padding: 0 0 clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
  border-bottom: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  font-size: clamp(38.912px, 3.2vw, 48px);
  font-feature-settings: "palt";
}
.top-mv-ttl-01 span {
  font-size: clamp(48.64px, 4vw, 60px);
}
.top-mv-ttl-01 span span {
  color: #f4ff00;
}
.top-mv-ttl-02 {
  font-size: clamp(26.752px, 2.1999999999999997vw, 33px);
}
.top-mv-ttl-02 span {
  display: inline-block;
  position: relative;
}
.top-mv-ttl-02 span:before {
  content: attr(data-dot);
  position: absolute;
  top: -0.8em;
  left: 0;
}
.top-mv-img {
  position: absolute;
  top: clamp(126.464px, 10.4vw, 156px);
  left: clamp(356.6933333333333px, 29.333333333333332vw, 440px);
}
.top-mv-img img {
  width: clamp(483.1573333333333px, 39.733333333333334vw, 596px);
  height: auto;
}
.top-mv-data {
  display: flex;
  gap: 0 clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  margin: 0 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
}
.top-mv-data img {
  width: clamp(149.97333333333333px, 12.333333333333334vw, 185px);
  height: auto;
}
.top-mv-jpx {
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px) clamp(8.917333333333334px, 0.7333333333333333vw, 11px);
}
.top-mv-jpx img {
  width: clamp(236.71466666666666px, 19.466666666666665vw, 292px);
  height: auto;
}
.top-mv-notes {
  line-height: 1.5;
  margin: 0 0 0 clamp(8.917333333333334px, 0.7333333333333333vw, 11px);
  color: #fff;
  font-size: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
}
.top-mv-form {
  width: clamp(259.4133333333333px, 21.333333333333336vw, 320px);
  margin: 0 0 0 auto;
  padding: clamp(19.456px, 1.6vw, 24px) clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  background: #fff;
  box-sizing: border-box;
}
.top-mv-form-ttl1 {
  position: relative;
  line-height: 1.3;
  margin: 0 clamp(8.106666666666666px, 0.6666666666666667vw, 10px) clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  padding: clamp(4.053333333333333px, 0.33333333333333337vw, 5px) clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  border: 1px solid #247273;
  border-radius: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
  text-align: center;
  background: #fff;
}
.top-mv-form-ttl1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(clamp(8.106666666666666px, 0.6666666666666667vw, 10px) * -1);
  left: 50%;
  width: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  height: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  background: #247273;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.top-mv-form-ttl1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(clamp(6.485333333333333px, 0.5333333333333333vw, 8px) * -1);
  left: 50%;
  width: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  height: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.top-mv-form-ttl1 span {
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-mv-form-ttl2 {
  line-height: 1;
  margin: 0 0 clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  color: #1d5d5e;
  font-size: clamp(14.591999999999999px, 1.2vw, 18px);
  font-weight: bold;
  text-align: center;
}
.top-mv-form-ttl2 span {
  display: inline-block;
  padding: 0 0 clamp(3.2426666666666666px, 0.26666666666666666vw, 4px) 0.05em;
  border-bottom: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  letter-spacing: 0.05em;
}
.top-mv-form-field {
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-mv-form-row {
  display: flex;
  gap: 0 clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
}
.top-mv-form-label {
  line-height: 1;
  margin: 0 0 clamp(4.864px, 0.4vw, 6px);
  color: #1d5d5e;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  font-weight: bold;
}
.top-mv-form-label .is-required {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  padding: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  border: 1px solid #ef5a1a;
  border-radius: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  color: #ef5a1a;
  font-size: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  font-weight: normal;
}
.top-mv-form-input {
  position: relative;
}
.top-mv-form-input input[type="text"],
.top-mv-form-input input[type="email"] {
  width: 100%;
  padding: clamp(8.917333333333334px, 0.7333333333333333vw, 11px) clamp(9.728px, 0.8vw, 12px);
  border: none;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  outline: none;
  background: #ebebeb;
  box-sizing: border-box;
}
.top-mv-form-input input[type="text"]::placeholder,
.top-mv-form-input input[type="email"]::placeholder {
  color: rgba(26,26,26,0.1);
}
.top-mv-form-input input[type="text"].error,
.top-mv-form-input input[type="email"].error {
  background: #ffeaea;
}
.top-mv-form-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.5;
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  color: #1d5d5e;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-mv-form-agree input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  appearance: none;
}
.top-mv-form-agree input[type="checkbox"] + label {
  display: block;
  position: relative;
  margin: 0 clamp(9.728px, 0.8vw, 12px) 0 0;
}
.top-mv-form-agree input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  height: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  border: 1px solid #a1a1ad;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #fff;
  box-sizing: border-box;
}
.top-mv-form-agree input[type="checkbox"]:checked + label:before {
  border-color: #247273;
  background: #247273;
}
.top-mv-form-agree input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: clamp(2.432px, 0.2vw, 3px);
  left: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  width: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  height: clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  border-bottom: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #fff;
  transform: rotate(45deg);
}
.top-mv-form-agree a {
  color: #1d5d5e;
  text-decoration: underline;
}
@media (hover: hover) {
  .top-mv-form-agree a:hover {
    text-decoration: none;
  }
}
.top-mv-form-btn {
  text-align: center;
}
.top-mv-form-btn button {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0;
  border: 1px solid #ef5a1a;
  border-radius: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  color: #fff;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #c43b00;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 0;
  transition: 0.3s;
}
.top-mv-form-btn button:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: clamp(10.538666666666666px, 0.8666666666666666vw, 13px);
  height: clamp(8.917333333333334px, 0.7333333333333333vw, 11px);
  margin: clamp(4.053333333333333px, 0.33333333333333337vw, 5px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0 0;
  background: url("/cms/images/top/2024/icon_contact_01.png") no-repeat 0 0/100% 100%;
  z-index: -1;
}
.top-mv-form-btn button:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#ef5a1a 0%, #d65117 100%);
  z-index: -1;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-mv-form-btn button:hover:after {
    opacity: 0;
  }
}
.top-mv-form-btn button:disabled {
  opacity: 0.5;
}
.top-product-btn {
  display: flex;
  justify-content: center;
  gap: 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  padding: clamp(25.941333333333333px, 2.1333333333333333vw, 32px) 0;
  background: #eff5f4;
}
.top-product-btn a {
  display: block;
  width: clamp(278.8693333333333px, 22.933333333333334vw, 344px);
  padding: clamp(11.349333333333334px, 0.9333333333333335vw, 14px) clamp(4.053333333333333px, 0.33333333333333337vw, 5px) clamp(11.349333333333334px, 0.9333333333333335vw, 14px) 0;
  font-size: clamp(21.077333333333332px, 1.7333333333333332vw, 26px);
  text-align: center;
}
.top-product-btn a span:after {
  right: clamp(17.024px, 1.4000000000000001vw, 21px);
  width: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  height: clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
}
.top-client {
  margin: 0 0 clamp(40.106666666666666px, 0.6666666666666667vw, 30px);
}
.top-client .swiper-wrapper {
  transition-timing-function: linear;
}
.top-client .swiper-slide {
  width: clamp(486.4px, 40vw, 600px);
}
.top-client .swiper-slide img {
  width: 100%;
  height: auto;
}
.top-client-ttl {
  display: flex;
  align-items: /*flex-end*/center;
  justify-content: center;
  line-height: 1;
  margin: 0 0 clamp(17.834666666666667px, 1.4666666666666666vw, 22px);
  color: #247273;
  font-weight: bold;
}
.top-client-ttl:before,
.top-client-ttl:after {
  content: "";
  display: block;
  width: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px);
  height: clamp(21.077333333333332px, 1.7333333333333332vw, 40px);
  background: #247273;
}
.top-client-ttl:before {
  margin: 0 clamp(35.669333333333334px, 2.933333333333333vw, 44px) 0 0;
  transform: rotate(-14deg);
}
.top-client-ttl:after {
  margin: 0 0 0 clamp(35.669333333333334px, 2.933333333333333vw, 44px);
  transform: rotate(14deg);
}
.top-client-ttl1 {
  margin: 0 clamp(9.728px, 0.8vw, 12px) 0 0;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-client-ttl2 {
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);text-align: center;line-height: 2.0em;
}
.top-client-ttl2 span {
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-feature {
  position: relative;
  width: clamp(1167.36px, 96vw, 1440px);
  margin: 0 auto;
  padding: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  z-index: 0;
}
.top-feature:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: linear-gradient(#cce8e8 0%, #fff 100%);
  z-index: -1;
}
.top-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: clamp(247.25333333333333px, 20.333333333333332vw, 305px);
  left: clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  bottom: clamp(45.397333333333336px, 3.733333333333334vw, 56px);
  width: 1px;
  background: #247273;
}
.top-feature-ttl {
  position: absolute;
  top: clamp(47.01866666666667px, 3.8666666666666667vw, 58px);
  left: 0;
  line-height: 1.5;
  color: #1d5d5e;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.top-feature-ttl span {
  font-size: clamp(19.456px, 1.6vw, 24px);
  letter-spacing: 0.05em;
}
.top-feature-point {
  display: flex;
  justify-content: flex-end;
  gap: 0 clamp(58.367999999999995px, 4.8vw, 72px);
  margin: 0 0 clamp(12.16px, 1vw, 15px);
  padding: clamp(90.79466666666667px, 7.466666666666668vw, 112px) 0 0;
}
.top-feature-point li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: clamp(249.68533333333332px, 20.533333333333335vw, 308px);
  height: clamp(81.87733333333333px, 6.7333333333333325vw, 101px);
  border: 1px solid #247273;
  border-radius: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px);
  color: #1d5d5e;
  font-size: clamp(22.698666666666668px, 1.866666666666667vw, 28px);
  font-weight: bold;
  text-align: center;
  background: #fff;
}
.top-feature-point li span {
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-feature-point li + li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(clamp(51.882666666666665px, 4.266666666666667vw, 64px) * -1);
  width: clamp(47.01866666666667px, 3.8666666666666667vw, 58px);
  height: clamp(47.82933333333333px, 3.933333333333333vw, 59px);
  background: url("/cms/images/top/2024/feature_01.png") no-repeat 0 0/100% 100%;
  transform: translateY(-50%);
}
.top-feature-lead {
  line-height: 1.55;
  margin: 0 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  color: #1d5d5e;
  font-size: clamp(61.61066666666667px, 5.066666666666666vw, 76px);
  font-weight: bold;
  text-align: right;
}
.top-feature-lead span {
  display: inline-block;
  line-height: 1;
  margin: 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: clamp(4.864px, 0.4vw, 6px) clamp(19.456px, 1.6vw, 24px);
  background: #fff;
}
.top-feature-lead span:last-child {
  margin-right: 0;
}
.top-feature-contents {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 0 0 clamp(19.456px, 1.6vw, 24px);
  border: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #fff;
  z-index: 1;
}
.top-feature-contents:nth-child(2n of .top-feature-contents) {
  flex-direction: row-reverse;
}
.top-feature-contents-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(479.9146666666667px, 39.46666666666667vw, 592px);
  background: #f4fbfa;
}
.top-feature-contents-img img {
  width: clamp(368.8533333333333px, 30.333333333333336vw, 455px);
  height: auto;
}
.top-feature-contents-inner {
  flex: 1;
  padding: clamp(66.47466666666666px, 5.466666666666667vw, 82px) clamp(40.53333333333333px, 3.3333333333333335vw, 50px) clamp(37.29066666666667px, 3.0666666666666664vw, 46px) clamp(43.775999999999996px, 3.5999999999999996vw, 54px);
}
.top-feature-contents-ttl {
  position: relative;
  line-height: 1.3;
  margin: 0 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  padding: 0 0 0 clamp(72.14933333333333px, 5.933333333333334vw, 89px);
  color: #1d5d5e;
  font-size: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
}
.top-feature-contents-ttl img {
  position: absolute;
  top: calc(clamp(8.106666666666666px, 0.6666666666666667vw, 10px) * -1);
  left: calc(clamp(5.674666666666667px, 0.46666666666666673vw, 7px) * -1);
  width: clamp(44.586666666666666px, 3.6666666666666665vw, 55px);
  height: auto;
}
.top-feature-contents-ttl span {
  display: block;
  margin: 0 0 clamp(10.538666666666666px, 0.8666666666666666vw, 13px);
  font-size: clamp(19.456px, 1.6vw, 24px);
}
.top-feature-contents-txt {
  line-height: 1.5;
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  color: #247273;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-feature-contents-txt b {
  background: linear-gradient(transparent 70%, #f7ff58 0%);
}
.top-feature-contents-link {
  margin: 0 0 clamp(37.29066666666667px, 3.0666666666666664vw, 46px);
}
.top-feature-contents-link a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #247273;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.top-feature-contents-link a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px);
  left: 0;
  height: 1px;
  background: #bec8c8;
}
.top-feature-contents-link a:after {
  content: "";
  display: inline-block;
  width: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  height: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  vertical-align: top;
  margin: 0 0 0 clamp(4.864px, 0.4vw, 6px);
  background: url("/cms/images/top/2024/icon_arrow_01.png") no-repeat 0 0/100% 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-feature-contents-link a:hover {
    color: #3fb09b;
  }
  .top-feature-contents-link a:hover:after {
    background-image: url("/cms/images/top/2024/icon_arrow_02.png");
    transform: translateY(2px);
  }
}
.top-feature-contents-btn {
  margin: clamp(37.29066666666667px, 3.0666666666666664vw, 46px) 0 0;
  text-align: center;
}
.top-feature-contents-btn.no-sp {
  display: block;
}
.top-feature-contents-btn a {
  padding: clamp(5.674666666666667px, 0.46666666666666673vw, 7px) clamp(29.994666666666667px, 2.466666666666667vw, 37px) clamp(5.674666666666667px, 0.46666666666666673vw, 7px) clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-feature-contents-btn a span:after {
  right: clamp(13.781333333333333px, 1.1333333333333333vw, 17px);
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
.top-feature-support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  margin: clamp(32.42666666666666px, 2.666666666666667vw, 40px) 0 clamp(38.912px, 3.2vw, 48px);
}
.top-feature-support dl {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0 0 clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  border-bottom: 1px solid #bec8c8;
  color: #247273;
}
.top-feature-support dl dt {
  font-size: clamp(14.591999999999999px, 1.2vw, 18px);
  font-weight: bold;
}
.top-feature-support dl dd {
  margin: 0 0 0 auto;
}
.top-feature-support dl dd span {
  color: #3fb09b;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-weight: bold;
}
.top-feature-voice {
  width: 100%;
  padding: clamp(34.048px, 2.8000000000000003vw, 42px) clamp(43.775999999999996px, 3.5999999999999996vw, 54px) clamp(43.775999999999996px, 3.5999999999999996vw, 54px);
  border-top: 1px solid #247273;
  background: #eff5f4;
}
.top-feature-voice-ttl {
  margin: 0 0 clamp(45.397333333333336px, 3.733333333333334vw, 56px);
  color: #1d5d5e;
  font-size: clamp(19.456px, 1.6vw, 24px);
  text-align: center;
}
.top-feature-voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(19.456px, 1.6vw, 24px);
}
.top-feature-voice-cat-ttl {
  position: relative;
  margin: 0 0 clamp(14.591999999999999px, 1.2vw, 18px);
  padding: 0 0 0 clamp(22.698666666666668px, 1.866666666666667vw, 28px);
  color: #1d5d5e;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-feature-voice-cat-ttl img {
  position: absolute;
  top: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  left: 0;
}
.top-feature-voice-item {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: clamp(18.645333333333333px, 1.5333333333333332vw, 23px) clamp(17.024px, 1.4000000000000001vw, 21px) clamp(18.645333333333333px, 1.5333333333333332vw, 23px) clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  border: 1px solid #bec8c8;
  border-radius: clamp(12.970666666666666px, 1.0666666666666667vw, 16px) clamp(12.970666666666666px, 1.0666666666666667vw, 16px) 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  background: #fff;
}
.top-feature-voice-item + .top-feature-voice-item {
  margin: clamp(12.970666666666666px, 1.0666666666666667vw, 16px) 0 0;
}
.top-feature-voice-item-img {
  width: clamp(49.45066666666666px, 4.066666666666666vw, 61px);
}
.top-feature-voice-item-img img {
  width: 100%;
  height: auto;
}
.top-feature-voice-item-txt {
  flex: 1;
  line-height: 1.5;
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-feature-voice-item-txt b {
  background: linear-gradient(transparent 65%, #f7ff58 65%, #f7ff58 85%, transparent 85%);
}
.top-feature-customize {
  width: 100%;
  padding: clamp(34.048px, 2.8000000000000003vw, 42px) clamp(43.775999999999996px, 3.5999999999999996vw, 54px) clamp(43.775999999999996px, 3.5999999999999996vw, 54px);
  border-top: 1px solid #247273;
  background: #eff5f4;
}
.top-feature-customize-ttl {
  margin: 0 0 clamp(29.183999999999997px, 2.4vw, 36px);
  color: #1d5d5e;
  font-size: clamp(19.456px, 1.6vw, 24px);
  text-align: center;
}
.top-feature-customize-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-feature-customize-item {
  width: clamp(259.4133333333333px, 21.333333333333336vw, 320px);
  padding: clamp(16.21333333333333px, 1.3333333333333335vw, 20px) clamp(18.645333333333333px, 1.5333333333333332vw, 23px) clamp(17.834666666666667px, 1.4666666666666666vw, 22px);
  border: 1px solid #bec8c8;
  border-radius: clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
  background: #fff;
  box-sizing: border-box;
}
.top-feature-customize-item:nth-child(n+5) {
  width: clamp(350.20799999999997px, 28.799999999999997vw, 432px);
}
.top-feature-customize-item-img {
  margin: 0 0 clamp(24.32px, 2vw, 30px);
  padding: clamp(16.21333333333333px, 1.3333333333333335vw, 20px) 0;
  text-align: center;
}
.top-feature-customize-item-img img {
  width: clamp(192.93866666666665px, 15.866666666666667vw, 238px);
  height: auto;
}
.top-feature-customize-item-ttl {
  margin: 0 0 clamp(14.591999999999999px, 1.2vw, 18px);
  color: #1d5d5e;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  text-align: center;
}
.top-feature-customize-item-txt {
  line-height: 1.5;
  margin: 0 0 clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  color: #247273;
  font-size: clamp(14.591999999999999px, 1.2vw, 18px);
}
.top-feature-customize-item:nth-child(n+5) .top-feature-customize-item-txt {
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-feature-customize-item-btn {
  text-align: center;
}
.top-feature-customize-item-btn a {
  padding: 1px clamp(24.32px, 2vw, 30px) 1px clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-feature-customize-item-btn a span:after {
  right: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  width: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  height: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
}
.top-lineup {
  position: relative;
  width: clamp(1167.36px, 96vw, 1440px);
  margin: clamp(77.824px, 6.4vw, 96px) auto clamp(123.22133333333333px, 10.133333333333333vw, 152px);
}
.top-lineup-ttl {
  margin: 0 0 clamp(35.669333333333334px, 2.933333333333333vw, 44px);
  color: #247273;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  text-align: center;
}
.top-lineup-lead {
  margin: 0 0 clamp(50.26133333333333px, 4.133333333333333vw, 62px);
  color: #247273;
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
  text-align: center;
}
.top-lineup-list {
  display: flex;
}
.top-lineup-list-c {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16.21333333333333px, 1.3333333333333335vw, 20px) clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: clamp(31.616px, 2.6vw, 39px);
  border: 1px solid #bec8c8;
  border-radius: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0 0 clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
  background: #f4fbfa;
}
.top-lineup-list-b {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16.21333333333333px, 1.3333333333333335vw, 20px) clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: clamp(31.616px, 2.6vw, 39px);
  border: 1px solid #bec8c8;
  border-left: none;
  border-radius: 0 clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0;
  background: #f8f9fb;
}
.top-lineup-list-ttl {
  grid-column: span 2;
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
  text-align: center;
}
.top-lineup-list-ttl:before {
  content: attr(data-type);
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(54.31466666666667px, 4.466666666666667vw, 67px);
  height: clamp(39.72266666666667px, 3.266666666666666vw, 49px);
  margin: 0 auto clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: 0 clamp(8.106666666666666px, 0.6666666666666667vw, 10px) 0 0;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-weight: bold;
  box-sizing: border-box;
}
.top-lineup-list-c .top-lineup-list-ttl {
  color: #1d5d5e;
}
.top-lineup-list-c .top-lineup-list-ttl:before {
  background: url("/cms/images/top/2024/lineup_05.png") no-repeat 0 0/100% 100%;
}
.top-lineup-list-b .top-lineup-list-ttl {
  color: #0818f1;
}
.top-lineup-list-b .top-lineup-list-ttl:before {
  background: url("/cms/images/top/2024/lineup_06.png") no-repeat 0 0/100% 100%;
}
.top-lineup-item {
  display: flex;
  flex-direction: column;
  padding: clamp(12.970666666666666px, 1.0666666666666667vw, 16px) clamp(12.970666666666666px, 1.0666666666666667vw, 16px) clamp(9.728px, 0.8vw, 12px);
  border: 1px solid #247273;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #fff;
}
.top-lineup-item-lead {
  line-height: 1.4;
  margin: 0 0 clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  color: #1d5d5e;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
  text-align: center;
}
.top-lineup-item-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(97.28px, 8vw, 120px);
  margin: 0 calc(clamp(12.970666666666666px, 1.0666666666666667vw, 16px) * -1) clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  background: #f8f9fb;
}
.top-lineup-item-logo img {
  width: clamp(162.944px, 13.4vw, 201px);
  height: auto;
}
.top-lineup-item-point1 {
  line-height: 1.5;
  margin: 0 0 clamp(14.591999999999999px, 1.2vw, 18px);
}
.top-lineup-item-point1 li {
  position: relative;
  margin: 0 0 clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  padding: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(30.805333333333333px, 2.533333333333333vw, 38px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
  background: #eff5f4;
}
.top-lineup-item-point1 li:before {
  content: "";
  display: block;
  position: absolute;
  top: clamp(7.295999999999999px, 0.6vw, 9px);
  left: clamp(7.295999999999999px, 0.6vw, 9px);
  width: clamp(17.024px, 1.4000000000000001vw, 21px);
  height: clamp(17.024px, 1.4000000000000001vw, 21px);
  background: url("/cms/images/top/2024/icon_check_01.png") no-repeat 0 0/100% 100%;
}
.top-lineup-item-point2 {
  line-height: 1.5;
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-lineup-item-point2 li {
  position: relative;
  padding: 0 0 0 1.5em;
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-lineup-item-point2 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.top-lineup-item-notes {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 1.2em;
  color: #247273;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
}
.top-lineup-item-notes:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.top-lineup-item-txt {
  position: relative;
  line-height: 1.5;
  margin: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-lineup-item-dl {
  margin: auto 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  text-align: center;
}
.top-lineup-item-dl a {
  padding: 1px clamp(24.32px, 2vw, 30px) 1px clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
}
.top-lineup-item-dl a span:after {
  right: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  width: clamp(4.864px, 0.4vw, 6px);
  height: clamp(4.864px, 0.4vw, 6px);
}
.top-lineup-item-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.top-lineup-item-detail a:after {
  content: "";
  display: block;
  width: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  height: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  margin: 0 0 0 clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: url("/cms/images/top/2024/icon_arrow_01.png") no-repeat 0 0/100% 100%;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .top-lineup-item-detail a:hover {
    color: #3fb09b;
  }
  .top-lineup-item-detail a:hover:after {
    background-image: url("/cms/images/top/2024/icon_arrow_02.png");
    transform: translateX(2px) rotate(-90deg);
  }
}
.top-case {
  position: relative;
  width: clamp(1167.36px, 96vw, 1440px);
  margin: 0 auto clamp(129.70666666666665px, 10.666666666666668vw, 160px);
}
.top-case-ttl {
  margin: 0 0 clamp(35.669333333333334px, 2.933333333333333vw, 44px);
  color: #247273;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-case-slide {
  margin: 0 0 clamp(19.456px, 1.6vw, 24px);
}
.top-case-slide .swiper-slide {
  width: clamp(252.928px, 20.8vw, 312px);
}
.top-case-slide .swiper-button-prev,
.top-case-slide .swiper-button-next {
  top: 0;
  right: 0;
  width: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  height: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  margin: 0;
  border: 1px solid #1d5d5e;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s;
}
.top-case-slide .swiper-button-prev:after,
.top-case-slide .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
@media (hover: hover) {
  .top-case-slide .swiper-button-prev:hover,
  .top-case-slide .swiper-button-next:hover {
    background: #e5f5f2;
  }
}
.top-case-slide .swiper-button-prev {
  right: clamp(45.397333333333336px, 3.733333333333334vw, 56px);
  left: auto;
}
.top-case-slide .swiper-button-prev:after {
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  border-left: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.top-case-slide .swiper-button-next:after {
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  transform: translate(-70%, -50%) rotate(45deg);
}
.top-case-item {
  border: 1px solid #bec8c8;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
}
.top-case-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(142.67733333333334px, 11.733333333333333vw, 176px);
  margin: 0 0 clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  text-align: center;
}
.top-case-item-img img {
  width: clamp(145.92px, 12vw, 180px);
  height: auto;
}
.top-case-item-ttl {
  margin: 0 clamp(18.645333333333333px, 1.5333333333333332vw, 23px) clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
}
.top-case-item-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
  line-height: 1;
  margin: 0 clamp(18.645333333333333px, 1.5333333333333332vw, 23px) clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
}
.top-case-item-tag li {
  padding: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  border: 1px solid #bec8c8;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  color: #247273;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  font-weight: bold;
}
.top-case-item-link {
  border-top: 1px solid #bec8c8;
}
.top-case-item-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(11.349333333333334px, 0.9333333333333335vw, 14px) 0;
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.top-case-item-link a:after {
  content: "";
  display: block;
  width: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  height: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  margin: 0 0 0 clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: url("/cms/images/top/2024/icon_arrow_01.png") no-repeat 0 0/100% 100%;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .top-case-item-link a:hover {
    color: #3fb09b;
  }
  .top-case-item-link a:hover:after {
    background-image: url("/cms/images/top/2024/icon_arrow_02.png");
    transform: translateX(2px) rotate(-90deg);
  }
}
.top-case-industry {
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  padding: clamp(24.32px, 2vw, 30px) clamp(19.456px, 1.6vw, 24px) clamp(19.456px, 1.6vw, 24px);
  border-radius: clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
  background: #eff5f4;
}
.top-case-industry-ttl {
  line-height: 1;
  margin: 0 0 clamp(14.591999999999999px, 1.2vw, 18px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
}
.top-case-industry-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: clamp(9.728px, 0.8vw, 12px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
}
.top-case-industry-item a {
  display: block;
  position: relative;
  line-height: 1;
  padding: clamp(5.674666666666667px, 0.46666666666666673vw, 7px) clamp(5.674666666666667px, 0.46666666666666673vw, 7px) clamp(5.674666666666667px, 0.46666666666666673vw, 7px) 0;
  border: 1px solid #bec8c8;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  color: #247273;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  font-weight: bold;
  text-align: center;
  background: #fff;
  transition: 0.3s;
}
.top-case-industry-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  display: block;
  width: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  height: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .top-case-industry-item a:hover {
    background: #e5f5f2;
  }
}
.top-case-btn {
  text-align: center;
}
.top-case-btn a {
  padding: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(28.37333333333333px, 2.3333333333333335vw, 35px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(24.32px, 2vw, 30px);
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-case-btn a span:after {
  right: clamp(12.16px, 1vw, 15px);
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
.top-voice {
  position: relative;
  width: clamp(1167.36px, 96vw, 1440px);
  margin: 0 auto clamp(71.33866666666667px, 5.866666666666666vw, 88px);
}
.top-voice-ttl {
  margin: 0 0 clamp(35.669333333333334px, 2.933333333333333vw, 44px);
  color: #247273;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-voice-slide {
  margin: 0 0 clamp(56.74666666666666px, 4.666666666666667vw, 70px);
}
.top-voice-slide .swiper-slide {
  width: clamp(408.57599999999996px, 33.6vw, 504px);
}
.top-voice-slide .swiper-button-prev,
.top-voice-slide .swiper-button-next {
  top: 0;
  right: 0;
  width: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  height: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  margin: 0;
  border: 1px solid #1d5d5e;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s;
}
.top-voice-slide .swiper-button-prev:after,
.top-voice-slide .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
@media (hover: hover) {
  .top-voice-slide .swiper-button-prev:hover,
  .top-voice-slide .swiper-button-next:hover {
    background: #e5f5f2;
  }
}
.top-voice-slide .swiper-button-prev {
  right: clamp(45.397333333333336px, 3.733333333333334vw, 56px);
  left: auto;
}
.top-voice-slide .swiper-button-prev:after {
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  border-left: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.top-voice-slide .swiper-button-next:after {
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #1d5d5e;
  transform: translate(-70%, -50%) rotate(45deg);
}
.top-voice-item a {
  display: block;
  overflow: hidden;
  padding: 0 0 clamp(22.698666666666668px, 1.866666666666667vw, 28px);
  border: 1px solid #bec8c8;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #fff;
}
.top-voice-item-img {
  margin: 0 0 clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-voice-item-img img {
  width: 100%;
  height: auto;
}
.top-voice-item-ttl {
  margin: 0 clamp(18.645333333333333px, 1.5333333333333332vw, 23px) clamp(14.591999999999999px, 1.2vw, 18px);
  color: #247273;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  font-weight: bold;
}
.top-voice-item-txt {
  margin: 0 clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  color: #247273;
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
}
.top-voice-movie {
  position: relative;
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  padding: 0 0 clamp(21.077333333333332px, 1.7333333333333332vw, 26px);
  z-index: 0;
}
.top-voice-movie:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(clamp(160.512px, 13.200000000000001vw, 198px) * -1);
  right: calc(clamp(64.85333333333332px, 5.333333333333334vw, 80px) * -1);
  bottom: 0;
  left: -100vw;
  background: #eff5f4;
  z-index: -1;
}
.top-voice-movie-ttl {
  margin: 0 0 clamp(19.456px, 1.6vw, 24px);
  color: #247273;
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
  text-align: center;
}
.top-voice-movie-lead {
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  color: #247273;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  text-align: center;
}
.top-voice-movie-area {
  display: flex;
  align-items: center;
  gap: 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
}
.top-voice-movie-area .hacobune-univideo {
  width: clamp(478.2933333333333px, 39.33333333333333vw, 590px);
  height: auto;
}
.top-voice-movie-comment {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-voice-movie-comment-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.top-voice-movie-comment-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(77.824px, 6.4vw, 96px);
  height: clamp(77.824px, 6.4vw, 96px);
  overflow: hidden;
  margin: 0 auto clamp(2.432px, 0.2vw, 3px);
  border: 1px solid #247273;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}
.top-voice-movie-comment-item-img img {
  width: 100%;
  height: auto;
}
.top-voice-movie-comment-item-ttl {
  margin: 0 0 clamp(8.106666666666666px, 0.6666666666666667vw, 10px);
  color: #247273;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  font-weight: bold;
  text-align: center;
}
.top-voice-movie-comment-item-txt {
  position: relative;
  line-height: 1.5;
  padding: clamp(13.781333333333333px, 1.1333333333333333vw, 17px) clamp(12.16px, 1vw, 15px);
  border: 1px solid #bec8c8;
  border-radius: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  background: #fff;
}
.top-voice-movie-comment-item-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(clamp(7.295999999999999px, 0.6vw, 9px) * -1);
  left: 50%;
  width: clamp(7.295999999999999px, 0.6vw, 9px);
  height: clamp(7.295999999999999px, 0.6vw, 9px);
  background: #bec8c8;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
}
.top-voice-movie-comment-item-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(clamp(5.674666666666667px, 0.46666666666666673vw, 7px) * -1);
  left: 50%;
  width: clamp(7.295999999999999px, 0.6vw, 9px);
  height: clamp(7.295999999999999px, 0.6vw, 9px);
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
}
.top-voice-btn {
  text-align: center;
}
.top-voice-btn a {
  padding: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(28.37333333333333px, 2.3333333333333335vw, 35px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(24.32px, 2vw, 30px);
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-voice-btn a span:after {
  right: clamp(12.16px, 1vw, 15px);
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
.top-info {
  display: flex;
  gap: 0 clamp(45.397333333333336px, 3.733333333333334vw, 56px);
  width: clamp(1167.36px, 96vw, 1440px);
  margin: clamp(61.61066666666667px, 5.066666666666666vw, 76px) auto clamp(71.33866666666667px, 5.866666666666666vw, 88px);
}
.top-info-seminar,
.top-info-doc {
  flex: 1;
}
.top-info-ttl {
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  color: #247273;
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
  text-align: center;
}
.top-info-subttl {
  line-height: 1;
  margin: 0 0 clamp(19.456px, 1.6vw, 24px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
}
.top-seminar-list {
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-seminar-item {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  border: 1px solid #bec8c8;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
}
.top-seminar-item-img {
  width: clamp(238.33599999999998px, 19.6vw, 294px);
  overflow: hidden;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
}
.top-seminar-item-img img {
  width: 100%;
  height: auto;
}
.top-seminar-item-inner {
  flex: 1;
}
.top-seminar-item-date {
  position: relative;
  line-height: 1.4;
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  padding: 0 0 0 clamp(19.456px, 1.6vw, 24px);
  color: #247273;
  font-size: clamp(9.728px, 0.8vw, 12px);
  font-weight: bold;
}
.top-seminar-item-date:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px);
  width: clamp(9.728px, 0.8vw, 12px);
  height: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  background: url("/cms/images/top/2024/icon_calendar_01.png") no-repeat 0 0/100% 100%;
}
.top-seminar-item-ttl {
  line-height: 1.5;
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  color: #247273;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  font-weight: bold;
}
.top-seminar-item-btn {
  text-align: center;
}
.top-seminar-item-btn a {
  padding: 1px clamp(24.32px, 2vw, 30px) 1px clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-seminar-item-btn a span:after {
  right: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  width: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  height: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
}
.top-doc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
}
.top-doc-item {
  padding: clamp(18.645333333333333px, 1.5333333333333332vw, 23px);
  border: 1px solid #bec8c8;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  text-align: center;
}
.top-doc-item-img {
  margin: 0 0 clamp(13.781333333333333px, 1.1333333333333333vw, 17px);
}
.top-doc-item-img img {
  width: 100%;
  height: auto;
}
.top-doc-item-ttl {
  line-height: 1.4;
  margin: 0 0 clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
}
.top-doc-item-btn a {
  padding: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) clamp(24.32px, 2vw, 30px) clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-doc-item-btn a span:after {
  right: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  width: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  height: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
}
.top-info-btn {
  text-align: center;
}
.top-info-btn a {
  padding: clamp(5.674666666666667px, 0.46666666666666673vw, 7px) clamp(29.994666666666667px, 2.466666666666667vw, 37px) clamp(5.674666666666667px, 0.46666666666666673vw, 7px) clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-info-btn a span:after {
  right: clamp(13.781333333333333px, 1.1333333333333333vw, 17px);
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
.top-news {
  position: relative;
/*  max-width: 1200px;*/
  margin: clamp(71.33866666666667px, 5.866666666666666vw, 88px) 140px;
  padding: clamp(77.824px, 6.4vw, 96px) 0 0;
}
.top-news:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  left: -100vw;
  height: 1px;
  background: #247273;
  opacity: 0.5;
}
.top-news-ttl {
  margin: 0 0 clamp(30.805333333333333px, 2.533333333333333vw, 38px);
  color: #247273;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  text-align: center;
}
.top-news-list {
  margin: 0 0 clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.top-news-item {
  margin: 0 0 clamp(6.485333333333333px, 0.5333333333333333vw, 8px);
  width: calc(50% - 15px);
}
.top-news-item a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: clamp(25.941333333333333px, 2.1333333333333333vw, 24px) clamp(19.456px, 1.6vw, 24px) clamp(19.456px, 1.6vw, 20px);
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #eff5f4;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  box-sizing: border-box;
}

.top-news-item.ai_contents a {background:#edf0ff;}
.top-news-item.ai_contents a .top-news-item-cat{color:#473560;}
.top-news-item.ai_contents a .top-news-item-date{color:#473560;}
.top-news-item.ai_contents a .top-news-item-ttl{color:#473560;}

.top-news-item-cat {
  width: clamp(81.06666666666666px, 6.666666666666667vw, 100px);
  line-height: 1;
  margin: 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px) 0 0;
  padding: clamp(2.432px, 0.2vw, 3px) 0;
  border: 1px solid #bec8c8;
  border-radius: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px);
  color: #247273;
  font-size: clamp(9.728px, 0.8vw, 12px);
  font-weight: bold;
  text-align: center;
  background: #fff;
}
.top-news-item-date {
  line-height: 1;
  margin: clamp(2.432px, 0.2vw, 3px) 0 0;
  color: #247273;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-news-item-ttl {
  width: 100%;
  line-height: 1.6;
  margin: clamp(11.349333333333334px, 0.9333333333333335vw, 14px) 0 0;
  color: #1d5d5e;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 18px);
  font-weight: bold;
}
.top-news-btn {
  text-align: center;
}
.top-news-btn a {
  padding: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(29.994666666666667px, 2.466666666666667vw, 37px) clamp(6.485333333333333px, 0.5333333333333333vw, 8px) clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-news-btn a span:after {
  right: clamp(13.781333333333333px, 1.1333333333333333vw, 17px);
  width: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
  height: clamp(5.674666666666667px, 0.46666666666666673vw, 7px);
}
.top-cta {
  padding: clamp(58.367999999999995px, 4.8vw, 72px) 0;
  background: linear-gradient(90deg, #247273 0%, #3fb09b 100%);
}
.top-cta-ttl {
  line-height: 1.2;
  margin: 0 0 clamp(35.669333333333334px, 2.933333333333333vw, 44px);
  color: #fff;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-weight: bold;
  text-align: center;
}
.top-cta-ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(19.456px, 1.6vw, 24px);
  margin: 0 0 clamp(17.834666666666667px, 1.4666666666666666vw, 22px);
  font-size: clamp(19.456px, 1.6vw, 24px);
}
.top-cta-ttl span:before,
.top-cta-ttl span:after {
  content: "";
  display: block;
  width: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px);
  height: clamp(21.077333333333332px, 1.7333333333333332vw, 26px);
  background: #fff;
}
.top-cta-ttl span:before {
  transform: rotate(-14deg);
}
.top-cta-ttl span:after {
  transform: rotate(14deg);
}
.top-cta-inner {
  display: flex;
  gap: 0 clamp(19.456px, 1.6vw, 24px);
  width: clamp(1167.36px, 96vw, 1440px);
  margin: 0 auto;
}
.top-cta-request {
  width: clamp(482.34666666666664px, 39.666666666666664vw, 595px);
  padding: 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px) clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  overflow: hidden;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #fff;
  box-sizing: border-box;
}
.top-cta-contact {
  flex: 1;
  padding: 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px) clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  overflow: hidden;
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #fff;
  box-sizing: border-box;
}
.top-cta-img {
  margin: 0 calc(clamp(32.42666666666666px, 2.666666666666667vw, 40px) * -1) clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
}
.top-cta-img img {
  width: 100%;
  height: auto;
}
.top-cta-heading {
  margin: 0 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  color: #1d5d5e;
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
  text-align: center;
}
.top-cta-txt {
  line-height: 1.5;
  margin: 0 0 clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  color: #247273;
  font-size: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  text-align: center;
}
.is-bottom .top-cta-txt {
  text-align: left;
}
.top-cta-items {
  display: flex;
  gap: 0 clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
}
.top-cta-item {
  padding: clamp(19.456px, 1.6vw, 24px);
  border-radius: clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  background: #eff5f4;
}
.top-cta-item:last-child {
  flex: 1;
}
.top-cta-item-label {
  margin: 0 0 clamp(3.2426666666666666px, 0.26666666666666666vw, 4px);
  color: #1d5d5e;
  font-size: clamp(12.970666666666666px, 1.0666666666666667vw, 16px);
  font-weight: bold;
  text-align: center;
}
.top-cta-item-btn {
  text-align: center;
}
.top-cta-item-btn a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: clamp(10.538666666666666px, 0.8666666666666666vw, 13px) clamp(4.053333333333333px, 0.33333333333333337vw, 5px) clamp(10.538666666666666px, 0.8666666666666666vw, 13px) 0;
  border: 1px solid;
  border-radius: clamp(32.42666666666666px, 2.666666666666667vw, 40px);
  font-size: clamp(19.456px, 1.6vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  z-index: 0;
  transition: 0.3s;
}
.top-cta-item-btn a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  z-index: -1;
}
.top-cta-item-btn a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-cta-item-btn a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(16.21333333333333px, 1.3333333333333335vw, 20px);
  width: clamp(7.295999999999999px, 0.6vw, 9px);
  height: clamp(7.295999999999999px, 0.6vw, 9px);
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
@media (hover: hover) {
  .top-cta-item-btn a:hover:after {
    opacity: 0;
  }
  .top-cta-item-btn a:hover span:after {
    right: clamp(14.591999999999999px, 1.2vw, 18px);
  }
}
.top-cta-request .top-cta-item-btn a {
  width: clamp(325.888px, 26.8vw, 402px);
  border-color: #bec8c8;
  color: #247273;
  background: #e5f5f2;
}
.top-cta-request .top-cta-item-btn a:before {
  width: clamp(17.834666666666667px, 1.4666666666666666vw, 22px);
  height: clamp(14.591999999999999px, 1.2vw, 18px);
  margin: clamp(7.295999999999999px, 0.6vw, 9px) clamp(7.295999999999999px, 0.6vw, 9px) 0 0;
  background: url("/cms/images/top/2024/icon_request_01.png") no-repeat 0 0/100% 100%;
}
.top-cta-request .top-cta-item-btn a:after {
  background: linear-gradient(#fff 0%, #eff5f4 100%);
}
.top-cta-request .top-cta-item-btn a span:after {
  border-color: #247273;
}
.top-cta-contact .top-cta-item-btn a {
  width: clamp(304.81066666666663px, 25.066666666666666vw, 376px);
  border-color: #ef5a1a;
  color: #fff;
  background: #c43b00;
}
.top-cta-contact .top-cta-item-btn a:before {
  width: clamp(17.024px, 1.4000000000000001vw, 21px);
  height: clamp(14.591999999999999px, 1.2vw, 18px);
  margin: clamp(7.295999999999999px, 0.6vw, 9px) clamp(7.295999999999999px, 0.6vw, 9px) 0 0;
  background: url("/cms/images/top/2024/icon_contact_01.png") no-repeat 0 0/100% 100%;
}
.top-cta-contact .top-cta-item-btn a:after {
  background: linear-gradient(#ef5a1a 0%, #d65117 100%);
}
.top-cta-contact .top-cta-item-btn a span:after {
  border-color: #fff;
}
.top-cta-item-tel {
  text-align: center;
}
.top-cta-item-tel a {
  display: block;
  color: #3fb09b;
  font-size: clamp(25.941333333333333px, 2.1333333333333333vw, 32px);
  font-weight: bold;
  letter-spacing: 0.06em;
  cursor: auto;
}
.top-cta-item-tel span {
  display: block;
  line-height: 1;
  margin: clamp(6.485333333333333px, 0.5333333333333333vw, 8px) 0 0;
  color: #247273;
  font-size: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
}
/* フォーム用 */
html:has(#btnSingle) {
  overflow: hidden;
}
html:has(#btnSingle) .wrapper_ {
  max-width: 232px;
  min-width: auto !important;
  overflow: inherit;
  background: none;
}
html:has(#btnSingle) .contacthead {
  display: none;
}
html:has(#btnSingle) .container_ {
  width: auto;
  margin: 0;
  padding: 0;
}
html:has(#btnSingle) .contents_ {
  padding: 0;
}
html:has(#btnSingle) #mainContents {
  width: auto !important;
  padding: 0 !important;
}
html:has(#btnSingle) #mainContents #step {
  display: none;
}
html:has(#btnSingle) #mainContents form {
  line-height: inherit;
  font-size: inherit;
}
html:has(#btnSingle) #mainContents .form_list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
html:has(#btnSingle) #mainContents .questionnaire_box_ {
  width: 100%;
  margin: 0 0 16px;
}
html:has(#btnSingle) #mainContents .questionnaire_box_:nth-child(2),
html:has(#btnSingle) #mainContents .questionnaire_box_:nth-child(3) {
  width: calc((100% - 8px) / 2);
}
html:has(#btnSingle) #mainContents h3 {
  line-height: 1 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none;
  color: #1d5d5e;
  font-size: 14px;
}
html:has(#btnSingle) #mainContents h3 .must_ {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  padding: 2px 4px !important;
  border: 1px solid #ef5a1a;
  border-radius: 16px !important;
  color: #ef5a1a !important;
  font-size: 10px !important;
  font-weight: normal !important;
  background: none !important;
}
html:has(#btnSingle) #mainContents .questionnaire_box_content_ {
  position: static;
  margin: 0;
}
html:has(#btnSingle) #mainContents input[type="text"],
html:has(#btnSingle) #mainContents input[type="tel"] {
  position: static;
  width: 100% !important;
  height: 37px;
  margin: 0;
  padding: 11px 12px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-size: 13px;
  background: #ebebeb !important;
  box-sizing: border-box;
}
html:has(#btnSingle) #mainContents input[type="text"]::placeholder,
html:has(#btnSingle) #mainContents input[type="tel"]::placeholder {
  color: rgba(26,26,26,0.1);
}
html:has(#btnSingle) #mainContents .small_ {
  display: none;
}
html:has(#btnSingle) #mainContents .submit_#btnSingle {
  width: auto;
  margin: 0;
}
html:has(#btnSingle) #mainContents .submit_ li {
  margin: 0;
}
html:has(#btnSingle) #mainContents .submit_ li.over {
  float: none;
}
html:has(#btnSingle) #mainContents .submit_ li.over input {
  width: 100%;
  vertical-align: top;
}
html:has(#btnSingle) #mainContents form + div {
  display: none;
}
html:has(#btnSingle) #mainContents .formError {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  line-height: 1.5;
  transform: translateY(100%);
}
html:has(#btnSingle) #footer {
  display: none;
}
@media screen and (max-width: 640px) {
  html {
    scroll-padding-top: 50px;
  }
  .top-mv {
    margin: 50px 0 0;
    background-image: url("/cms/images/top/2024/mv_01_sp.png");
  }
  .top-mv-inner {
    display: block;
    width: auto;
    padding: 18px 24px 24px;
  }
  .top-mv-txt {
    padding: 0;
    text-align: left;
  }
  .top-mv-ttl {
    line-height: 1.3;
    margin: 0 0 2px;
  }
  .top-mv-ttl-01 {
    margin: 0 0 20px;
    padding: 0 0 8px;
    border-width: 1px;
    font-size: 26px;
  }
  .top-mv-ttl-01 span {
    font-size: 34px;
  }
  .top-mv-ttl-02 {
    line-height: 1.4;
    font-size: 20px;
  }
  .top-mv-img {
    position: static;
    margin: 0 0 12px;
  }
  .top-mv-cta {
    display: flex !important;
    gap: 0 16px;
    margin: 0 0 20px;
    text-align: center;
  }
  .top-mv-cta-request {
    flex: 1;
  }
  .top-mv-cta-request a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 12px 5px 12px 0;
    border-color: #bec8c8;
    border-radius: 40px;
    color: #247273;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(#fff 0%, #eff5f4 100%);
    box-sizing: border-box;
  }
  .top-mv-cta-request a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    margin: 8px 8px 0 0;
    vertical-align: top;
    background: url("/cms/images/top/2024/icon_request_01.png") no-repeat 0 0/100% 100%;
  }
  .top-mv-cta-contact {
    flex: 1;
  }
  .top-mv-cta-contact a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 12px 5px 12px 0;
    border: 1px solid #ef5a1a;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(#ef5a1a 0%, #d65117 100%);
    box-sizing: border-box;
  }
  .top-mv-cta-contact a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 6px 8px 0 0;
    vertical-align: top;
    background: url("/cms/images/top/2024/icon_contact_01.png") no-repeat 0 0/100% 100%;
  }
  .top-mv-data {
    margin: 0 0 12px;
  }
  .top-mv-data-item {
    flex: 1;
  }
  .top-mv-data-item img {
    width: 100%;
  }
  .top-mv-jpx {
    margin: 0 0 16px;
  }
  .top-mv-jpx img {
    width: 292px;
  }
  .top-mv-notes {
    margin: 0;
    font-size: 10px;
  }
  .top-product-btn {
    gap: 0 12px;
    margin: 0 0 16px;
    padding: 24px;
  }
  .top-product-btn a {
    width: auto;
    padding: 7px 5px 7px 0;
    font-size: 14px;
  }
  .top-product-btn a span:after {
    right: 10px;
    width: 4px;
    height: 4px;
  }
  .top-product-btn-b2c,
  .top-product-btn-b2b {
    flex: 1;
  }
  .top-client {
    margin: 0 0 10px;
  }
  .top-client .swiper-slide {
    width: 500px;
  }
  .top-client-ttl {
    margin: 0 0 8px;
  }
  .top-client-ttl:before,
  .top-client-ttl:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
  }
  .top-client-ttl:before {
    margin: 0 24px 0 0;
  }
  .top-client-ttl:after {
    margin: 0 0 0 24px;
  }
  .top-client-ttl1 {
    margin: 0 12px 0 0;
    font-size: 20px;
  }
  .top-client-ttl2 {
    font-size: 14px;
  }
  .top-client-ttl2 span {
    font-size: 24px;
  }
  .top-feature {
    width: auto;
    padding: 48px 0 24px;
  }
  .top-feature:after {
    content: none;
  }
  .top-feature-ttl {
    position: static;
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 16px;
    writing-mode: inherit;
    letter-spacing: inherit;
  }
  .top-feature-ttl span {
    font-size: 16px;
    letter-spacing: inherit;
  }
  .top-feature-point {
    justify-content: center;
    gap: 0 12px;
    margin: 0 0 8px;
    padding: 0;
  }
  .top-feature-point li {
    width: auto;
    height: 45px;
    padding: 0 8px;
    font-size: 12px;
  }
  .top-feature-point li span {
    font-size: 8px;
  }
  .top-feature-point li + li:before {
    left: -11px;
    width: 8px;
    height: 8px;
  }
  .top-feature-lead {
    line-height: 1.8;
    margin: 0 0 18px;
    font-size: 24px;
    text-align: center;
  }
  .top-feature-lead span {
    margin: 0;
    padding: 6px;
  }
  .top-feature-contents {
    display: block;
    margin: 0 24px 24px;
    border-width: 1px;
    border-radius: 4px;
    text-align: left;
  }
  .top-feature-contents-img {
    width: auto;
    padding: 8px 72px;
  }
  .top-feature-contents-inner {
    padding: 22px 19px 21px;
  }
  .top-feature-contents-ttl {
    margin: 0 0 24px;
    padding: 0 0 0 50px;
    font-size: 20px;
  }
  .top-feature-contents-ttl img {
    top: -24px;
    left: -10px;
    width: 52px;
  }
  .top-feature-contents-ttl span {
    margin: 0 0 3px;
    font-size: 14px;
  }
  .top-feature-contents-txt {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .top-feature-contents-link {
    margin: 0 0 28px;
  }
  .top-feature-contents-link a {
    font-size: 14px;
  }
  .top-feature-contents-link a:before {
    bottom: -3px;
  }
  .top-feature-contents-link a:after {
    width: 14px;
    height: 14px;
    margin: 0 0 0 4px;
  }
  .top-feature-contents-btn {
    margin: 28px 0 0;
  }
  .top-feature-contents-btn.is-sp {
    margin: 24px 16px;
  }
  .top-feature-contents-btn a {
    width: 100%;
    padding: 7px 5px 7px 0;
    font-size: 16px;
  }
  .top-feature-contents-btn a span:after {
    right: 13px;
    width: 5px;
    height: 5px;
  }
  .top-feature-support {
    display: block;
    margin: 24px 8px 8px;
  }
  .top-feature-support dl {
    margin: 0 0 16px;
    padding: 0 0 6px;
  }
  .top-feature-support dl:last-child {
    margin: 0;
  }
  .top-feature-support dl dt {
    font-size: 14px;
  }
  .top-feature-support dl dd {
    font-size: 14px;
  }
  .top-feature-support dl dd span {
    font-size: 24px;
  }
  .top-feature-voice {
    width: auto;
    margin: 0 15px;
    padding: 16px 0;
    border-top: none;
  }
  .top-feature-voice-ttl {
    margin: 0 0 18px;
    font-size: 18px;
  }
  .top-feature-voice-list {
    overflow: auto;
    gap: 0 16px;
    padding: 0 16px;
  }
  .top-feature-voice-cat-ttl {
    margin: 0 0 6px;
    padding: 0 0 0 28px;
    font-size: 16px;
  }
  .top-feature-voice-cat-ttl img {
    top: 2px;
  }
  .top-feature-voice-item {
    display: block;
    width: 236px;
    padding: 16px;
  }
  .top-feature-voice-item-img {
    width: 36px;
    margin: 0 0 8px;
  }
  .top-feature-voice-item-txt {
    font-size: 14px;
  }
  .top-feature-customize {
    width: auto;
    margin: 0 15px;
    padding: 16px 16px 10px;
    border-top: none;
  }
  .top-feature-customize-ttl {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .top-feature-customize-list {
    display: block;
  }
  .top-feature-customize-item {
    width: auto;
    margin: 0 0 8px;
    padding: 23px 18px;
    border-radius: 8px;
  }
  .top-feature-customize-item:nth-child(n+5) {
    width: auto;
  }
  .top-feature-customize-item-img {
    margin: 0 0 16px;
    padding: 8px 0;
  }
  .top-feature-customize-item-img img {
    width: 150px;
  }
  .top-feature-customize-item-ttl {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .top-feature-customize-item-txt {
    margin: 0 0 14px;
    font-size: 14px;
  }
  .top-feature-customize-item:nth-child(n+5) .top-feature-customize-item-txt {
    font-size: 14px;
  }
  .top-feature-customize-item-btn a {
    padding: 7px 22px 7px 17px;
    font-size: 14px;
  }
  .top-feature-customize-item-btn a span:after {
    right: 10px;
    width: 4px;
    height: 4px;
  }
  .top-lineup {
    width: auto;
    margin: 60px auto 44px;
    padding: 0 8px;
  }
  .top-lineup-ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .top-lineup-lead {
    margin: 0 0 22px;
    font-size: 16px;
  }
  .top-lineup-list {
    display: block;
    text-align: left;
  }
  .top-lineup-list-c {
    display: block;
    padding: 23px 15px;
    border-radius: 8px 8px 0 0;
  }
  .top-lineup-list-b {
    display: block;
    padding: 23px 15px;
    border: 1px solid #bec8c8;
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
  .top-lineup-list-ttl {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .top-lineup-list-ttl:before {
    width: 44px;
    height: 32px;
    margin: 0 auto 12px;
    padding: 0 8px 0 0;
    font-size: 21px;
  }
  .top-lineup-item {
    display: block;
    padding: 16px 16px 24px;
  }
  .top-lineup-item + .top-lineup-item {
    margin: 20px 0 0;
  }
  .top-lineup-item-lead {
    margin: 0 0 14px;
    font-size: 16px;
  }
  .top-lineup-item-logo {
    height: 120px;
    margin: 0 -16px 16px;
  }
  .top-lineup-item-logo img {
    width: 201px;
  }
  .top-lineup-item-point1 {
    margin: 0 0 18px;
  }
  .top-lineup-item-point1 li {
    margin: 0 0 4px;
    padding: 8px 8px 8px 38px;
    font-size: 16px;
  }
  .top-lineup-item-point1 li:before {
    top: 9px;
    left: 9px;
    width: 21px;
    height: 21px;
  }
  .top-lineup-item-point2 {
    margin: 0 0 16px;
  }
  .top-lineup-item-point2 li {
    font-size: 16px;
  }
  .top-lineup-item-notes {
    font-size: 14px;
  }
  .top-lineup-item-txt {
    margin: 24px 0;
    font-size: 16px;
  }
  .top-lineup-item-dl {
    margin: 24px 0 28px;
  }
  .top-lineup-item-dl a {
    padding: 6px 30px 6px 25px;
    font-size: 16px;
  }
  .top-lineup-item-dl a span:after {
    right: 14px;
    width: 6px;
    height: 6px;
  }
  .top-lineup-item-detail a {
    font-size: 16px;
  }
  .top-lineup-item-detail a:after {
    width: 16px;
    height: 16px;
    margin: 0 0 0 4px;
  }
  .top-case {
    width: auto;
    margin: 0 auto 100px;
    padding: 0 24px;
    text-align: left;
  }
  .top-case-ttl {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .top-case-slide {
    margin: 0 0 24px;
  }
  .top-case-slide .swiper-slide {
    width: 256px;
  }
  .top-case-slide .swiper-button-prev,
  .top-case-slide .swiper-button-next {
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .top-case-slide .swiper-button-prev:after,
  .top-case-slide .swiper-button-next:after {
    width: 6px;
    height: 6px;
  }
  .top-case-slide .swiper-button-prev {
    right: 72px;
  }
  .top-case-item-img {
    height: 136px;
    margin: 0 0 14px;
  }
  .top-case-item-img img {
    width: 180px;
  }
  .top-case-item-ttl {
    margin: 0 16px 12px;
    font-size: 16px;
  }
  .top-case-item-tag {
    gap: 8px;
    margin: 0 16px 16px;
  }
  .top-case-item-tag li {
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
  }
  .top-case-item-link a {
    padding: 12px 0;
    font-size: 16px;
  }
  .top-case-item-link a:after {
    margin: 0 0 0 4px;
  }
  .top-case-industry {
    padding: 24px 16px 16px;
  }
  .top-case-industry-ttl {
    margin: 0 0 16px;
    font-size: 14px;
  }
  .top-case-industry-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
  }
  .top-case-industry-item {
    width: calc((100% - 16px) / 3);
  }
  .top-case-industry-item:nth-child(7),
  .top-case-industry-item:nth-child(8),
  .top-case-industry-item:nth-child(15),
  .top-case-industry-item:nth-child(16) {
    width: calc((100% - 8px) / 2);
  }
  .top-case-industry-item a {
    padding: 7px 5px 7px 0;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
  }
  .top-case-industry-item a:after {
    right: 6px;
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
  .top-case-btn a {
    padding: 6px 30px 6px 25px;
    font-size: 16px;
  }
  .top-case-btn a span:after {
    right: 14px;
    width: 6px;
    height: 6px;
  }
  .top-voice {
    width: auto;
    margin: 0 auto 32px;
    padding: 0 24px;
    text-align: left;
  }
  .top-voice-ttl {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .top-voice-slide {
    margin: 0 0 36px;
  }
  .top-voice-slide .swiper-slide {
    width: 288px;
  }
  .top-voice-slide .swiper-button-prev,
  .top-voice-slide .swiper-button-next {
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .top-voice-slide .swiper-button-prev:after,
  .top-voice-slide .swiper-button-next:after {
    width: 6px;
    height: 6px;
  }
  .top-voice-slide .swiper-button-prev {
    right: 72px;
  }
  .top-voice-item a {
    padding: 0 0 20px;
  }
  .top-voice-item-img {
    margin: 0 0 6px;
  }
  .top-voice-item-ttl {
    margin: 0 16px 8px;
    font-size: 14px;
  }
  .top-voice-item-txt {
    line-height: 1.5;
    margin: 0 16px;
    font-size: 16px;
  }
  .top-voice-movie {
    margin: 0 0 24px;
    padding: 0 0 26px;
  }
  .top-voice-movie:before {
    top: -72px;
    right: -16px;
    left: -16px;
  }
  .top-voice-movie-ttl {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .top-voice-movie-lead {
    margin: 0 0 16px;
    font-size: 16px;
    text-align: left;
  }
  .top-voice-movie-area {
    display: block;
  }
  .top-voice-movie-area .hacobune-univideo {
    width: auto;
    margin: 0 0 24px;
  }
  .top-voice-movie-comment {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .top-voice-movie-comment-item {
    display: block;
    width: calc((100% - 16px) / 2);
  }
  .top-voice-movie-comment-item-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
  }
  .top-voice-movie-comment-item-ttl {
    margin: 0 0 18px;
    font-size: 14px;
  }
  .top-voice-movie-comment-item-txt {
    padding: 16px 15px;
    font-size: 14px;
  }
  .top-voice-btn a {
    padding: 6px 30px 6px 25px;
    font-size: 16px;
  }
  .top-voice-btn a span:after {
    right: 14px;
    width: 6px;
    height: 6px;
  }
  .top-info {
    display: block;
    width: auto;
    margin: 44px 0 72px;
    text-align: left;
  }
  .top-info-seminar {
    margin: 0 24px 100px;
  }
  .top-info-ttl {
    font-size: 20px;
  }
  .top-info-subttl {
    margin: 32px 0 24px;
    font-size: 16px;
  }
  .top-seminar-list {
    margin: 0 0 24px;
  }
  .top-seminar-item {
    display: block;
    padding: 16px;
    border-radius: 4px;
  }
  .top-seminar-item-img {
    width: auto;
    margin: 0 0 18px;
    border-radius: 4px;
  }
  .top-seminar-item-img img {
    width: 100%;
  }
  .top-seminar-item-date {
    margin: 0 0 16px;
    padding: 0 0 0 24px;
    font-size: 12px;
  }
  .top-seminar-item-date:before {
    left: 2px;
    width: 12px;
    height: 14px;
  }
  .top-seminar-item-ttl {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .top-seminar-item-btn a {
    padding: 6px 30px 6px 25px;
    font-size: 16px;
  }
  .top-seminar-item-btn a span:after {
    right: 14px;
    width: 5px;
    height: 5px;
  }
  .top-doc-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 12px;
    overflow: auto;
    margin: 0 0 32px;
    padding: 0 24px;
  }
  .top-doc-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    width: 256px;
    padding: 15px;
    border-radius: 4px;
  }
  .top-doc-item-img {
    margin: 0 0 17px;
  }
  .top-doc-item-ttl {
    margin: 0 0 14px;
    font-size: 16px;
  }
  .top-doc-item-btn a {
    padding: 7px 22px 7px 17px;
    font-size: 14px;
  }
  .top-doc-item-btn a span:after {
    right: 10px;
    width: 4px;
    height: 4px;
  }
  .top-info-btn a {
    padding: 6px 30px 6px 25px;
    font-size: 16px;
  }
  .top-info-btn a span:after {
    right: 14px;
    width: 5px;
    height: 5px;
  }
  .top-news {
    width: auto;
    margin: 0 24px 24px;
    padding: 0;
    text-align: left;
  }
  .top-news:before {
    content: none;
  }
  .top-news-ttl {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .top-news-list {
    margin: 0 0 24px;
  }
  .top-news-item {
    margin: 0 0 8px;
  }
  .top-news-item a {
    padding: 16px;
    border-radius: 4px;
    height: 100%;
  }
  .top-news-item-cat {
    width: 100px;
    margin: 0 8px 0 0;
    padding: 3px 0;
    border-radius: 2px;
    font-size: 12px;
  }
  .top-news-item-date {
    margin: 4px 0 0;
    font-size: 12px;
  }
  .top-news-item-ttl {
    margin: 8px 0 0;
    font-size: 14px;
  }
  .top-news-btn a {
    padding: 7px 30px 7px 25px;
    font-size: 16px;
  }
  .top-news-btn a span:after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
  .top-cta {
    padding: 40px 24px 24px;
    background: linear-gradient(90deg, #247273 0%, #3fb09b 100%);
  }
  .top-cta-ttl {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .top-cta-ttl span {
    margin: 0 0 16px;
    font-size: 14px;
  }
  .top-cta-ttl span:before,
  .top-cta-ttl span:after {
    height: 16px;
  }
  .top-cta-inner {
    display: block;
    width: auto;
  }
  .top-cta-request {
    width: auto;
    margin: 0 0 24px;
    padding: 0 24px 24px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
  }
  .top-cta-contact {
    flex: 1;
    padding: 0 24px 24px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
  }
  .top-cta-img {
    margin: 0 -24px 20px;
  }
  .top-cta-heading {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .top-cta-txt {
    margin: 0 0 24px;
    font-size: 16px;
  }
  .top-cta-items {
    display: block;
  }
  .top-cta-item {
    margin: 8px 0 0;
    padding: 24px 16px;
  }
  .top-cta-item-label {
    margin: 0 0 14px;
    font-size: 14px;
  }
  .top-cta-item-btn a {
    padding: 9px 30px 9px 25px;
    font-size: 16px;
  }
  .top-cta-item-btn a span:after {
    right: 12px;
    width: 5px;
    height: 5px;
  }
  .top-cta-request .top-cta-item-btn a {
    width: 100%;
  }
  .top-cta-request .top-cta-item-btn a:before {
    width: 15px;
    height: 13px;
    margin: 7px 8px 0 0;
  }
  .top-cta-contact .top-cta-item-btn a {
    width: 100%;
  }
  .top-cta-contact .top-cta-item-btn a:before {
    width: 16px;
    height: 14px;
    margin: 5px 8px 0 0;
  }
  .top-cta-item-tel {
    line-height: 1;
  }
  .top-cta-item-tel a {
    font-size: 32px;
  }
  .top-cta-item-tel span {
    margin: 8px 0 0;
    font-size: 14px;
  }
}
/*お知らせ改修*/
.top-news{
  width: 100%;
  margin: clamp(71.33866666666667px, 5.866666666666666vw, 88px) 0;
}
.news-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  align-items: stretch;
  position: relative;
}

.news-container::before{
  content: '';
  width: calc(1520 / 1920 * 100%);
  height: 308px;
  display: block;
  background-color: #EFF5F4;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 0;
}

.news-categories {
  width: calc(552 / 1920 * 100%);
  min-height: 355px;
  margin-bottom: 10px;
  background-color: #3e6c6c;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}

.news-categories ul {
  width: 165px;
  margin: 0 0 0 auto;
  padding: 53px 0 133px;
}
.news-categories li {
  padding: 6px 0 8px 13px;
  cursor: pointer;
  line-height: 1.625;
}

.news-categories li[aria-selected="true"],
.news-categories li:hover {
  background-color: white;
  color: #3e6c6c;
  font-weight: bold;
}

/* Swiper部分 */
.news-slider-area {
  padding-left: 24px;
  flex: 1;
  width: calc(596 / 1920 * 100%);
  overflow: visible;
  position: relative;
}
.news-slide{
  height: 100%;
  position: relative;
}

.news-slider-area .swiper {
  height: 100%;
  padding: 0 0 10px 0;
  display: flex;
}

.news-slider-area .swiper-slide {
  width: 282px;
  height: auto;
  min-height: 356px;
  padding: 0 0 8px 5px;
}

/* .news-slider-area .swiper-slide:last-of-type{
  padding-right: 24px;
} */

.news-slider-area .card {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-slider-area .card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.news-slider-area .card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px 0;
  font-size: 12px;
  color: #666;
}

.news-slider-area .card-meta .tag {
  background-color: #fff;
  padding: 1px 6px 0;
  color: #427072;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.013em;
  border: 1px solid #C5CDCD;
}
.news-slider-area .card-meta .date{
  color: #427072;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
}

.news-slider-area .card-title {
  padding: 15px 15px 0;
  color: #427072;
  font-size: 16px;
  line-height: 1.6;
}

.news-slider-area .swiper-button-prev,
.news-slider-area .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
.news-slider-area .swiper-button-prev{
  background-image: url(/cms/images/common/icon_slide_arrow02_left.png);
  left: -24px;
}
.news-slider-area .swiper-button-next{
  background-image: url(/cms/images/common/icon_slide_arrow02_right.png);
  left: 66%;
  right: auto;
}
.news-slider-area .swiper-button-prev::after,
.news-slider-area .swiper-button-next::after{
  content: none;
}
.news-slider-area .swiper-button-prev.swiper-button-disabled,
.news-slider-area .swiper-button-next.swiper-button-disabled{
  display: none;
}
.top-news-btn{
  margin-top: 130px;
}

@media screen and (max-width:769px) {
  .news-container{
    flex-direction: column;
  }
  .news-categories{
    width: 100%;
    min-height: unset;
    border-radius: 0;
  }
  .news-categories ul{
    width: 100%;
    display: flex;
    padding: 0 10px;
    gap: 20px;
  }
  .news-categories li{
    padding: 12px 6px 10px;
    font-size: 12px;
  }
  .news-slider-area{
    width: 100%;
    padding: 0 24px;
  }
  .news-slider-area .swiper{
    overflow: visible;
  }
  .news-slider-area .swiper-button-prev,
  .news-slider-area .swiper-button-next{
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
  .news-slider-area .swiper-button-next{
    left: auto;
    right: 36px;
  }
  .news-container::before{
    width: 100%;
    height: 260px;
    top: auto;
    bottom: -10px;
  }
  .top-news-btn {
    margin-top: 30px;
  }
}









/*20250624MVslider*/
.top-mv-cta{display: flex;align-items: center;justify-content: space-around; width: 845px;margin: 0 auto;}
.top-mv-cta_bk{background: #eff5f4;padding: 20px;margin-bottom:20px;}
.top-mv-cta-request,.top-mv-cta-contact{margin: 0 10px;}
.top-mv-cta-request a span,.top-mv-cta-contact a span{font-size: 25px;}
.top-mv-cta-request a span.f_cv_t,.top-mv-cta-contact a span.f_cv_t{font-size: 21px;}

.top-mv-cta-request {flex: 1;}
.top-mv-cta-request a {display: block;position: relative;overflow: hidden;padding: 12px 5px 12px 0;border-color: #bec8c8;border-radius: 40px;color: #247273;font-size: 18px;font-weight: bold;letter-spacing: 0.05em;background: linear-gradient(#fff 0%, #eff5f4 100%);box-sizing: border-box;border: 1px solid #247273;text-align: center;}
.top-mv-cta-request a:before {content: "";display: inline-block;width: 22px;height: 18px;margin: 8px 8px 0 0;vertical-align: top;background: url("https://www.ecbeing.net/cms/images/top/2024/icon_request_01.png") no-repeat 0 0/100% 100%;}
.top-mv-cta-contact {flex: 1;}.top-mv-cta-contact a {display: block;position: relative;overflow: hidden;padding: 12px 5px 12px 0;border: 1px solid #ef5a1a;border-radius: 40px;color: #fff;font-size: 18px;font-weight: bold;letter-spacing: 0.05em;background: linear-gradient(#ef5a1a 0%, #d65117 100%);box-sizing: border-box;text-align: center;}
.top-mv-cta-contact a:before {content: "";display: inline-block;width: 21px;height: 18px;margin: 6px 8px 0 0;vertical-align: top;background: url("https://www.ecbeing.net/cms/images/top/2024/icon_contact_01.png") no-repeat 0 0/100% 100%;}
.top-mv {margin: 0px 0 0;background: url(https://www.ecbeing.net/cms/images/top/2025/background.png) no-repeat 50% 50% / cover;padding-top: 130px;}
.top-mv-ttl {margin: 0 0 clamp(30.82933333333333px, 3.933333333333333vw, 30px);position: absolute;} 
.top-mv-ttl-02 {line-height: 1.5em;margin-bottom: 20px;}
.top-mv-no1_flex {display: flex;flex-wrap: wrap;align-items: center;position: relative;justify-content: space-between;}
.swiper-slide_mv_flex {display: flex;flex-wrap: wrap;align-items:flex-end ;position: relative;justify-content: space-between; width: 1250px}
.mv_slide_obi{font-weight: bold;font-size: 25px;line-height: 1.5em;color: #fff700;margin-bottom: 20px;}
.mv_slide_obi2{font-weight: bold;font-size: 20px;line-height: 1.5em;color: #fff;text-align: right;border-bottom: 1px solid #fff;padding-bottom: 10px;}
.swiper-slide_mv_flex .swiper-slide_mv_flex_box2 .hacobune-univideo {width: clamp(300.2933333333333px, 39.33333333333333vw, 514px);height: auto;position: relative; top: 27px;left: 21px;}
.swiper-slide_mv_flex .swiper-slide_mv_flex_box2 .hacobune-univideo_bk{width: clamp(450.2933333333333px, 39.33333333333333vw, 555px);height: 480px;background: url(https://www.ecbeing.net/cms/images/top/2025/visumo_m.png) no-repeat; background-size:100%;}
.top-mv-slide .mv-slider-wrap-slide a{display: inline-block;}
.top-mv-slide .mv-slider-wrap {height: auto;overflow: visible;}
.mv-slider-wrap-slide {margin: auto;}
.mv-slider-wrap-slide .mv-inner {max-width: 1250px;width: 100%;margin: auto;padding: 1.4rem 0; }
/*.mv-slider-wrap-slide .mv-inner :hover{ opacity: 0.8;}*/
.top-mv-txt{max-width: 1250px;width: 100%;margin: 0 auto;}
.top-mv-slide .bx-wrapper {position: relative;}
.top-mv-slide .bx-controls-direction a.bx-prev {left: 25em;}
.top-mv-slide .bx-controls-direction a.bx-next{ right: 25em;}
.top-mv-slide .bx-controls-direction a.bx-prev::before {transform: rotate(-135deg);left: 10px;}
.top-mv-slide .bx-controls-direction a.bx-next::before {transform: rotate(45deg);right: 10px;}
.top-mv-slide .bx-controls-direction a {background: rgb(255 255 255 / 60%);width: 70px;aspect-ratio: 1;display: block; height: 70px;position: absolute;border-radius: 100%;top: 0;bottom: 0; margin: auto;}
.top-mv-slide .bx-controls-direction a::before {content: '';width: 30%;aspect-ratio: 1;border-top: solid 4px white;border-right: solid 4px white;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;}
.mv_slide_obi2 span.arr:after {content: "";border-top: solid 1px #427072;border-right: solid 1px #427072;width: 7px;height: 7px;transform: rotate(45deg);display: block;position: absolute;top: 28%;right: 29px;}
.mv_slide_obi2:before {content: "";width: 20px;height: 20px;position: absolute;background: #fff;right: 21px;top: 15%;transition: 0.5s;border-radius: 15px;}
.mv_slide_obi2{position: relative;}
.mv_slide_obi2 span.tex{position: relative;right: 60px;}
	.hacobune-app-container[data-v-7cb6fb6e] {padding: 0;}
	.hacobune-unit-video-outline[data-v-6f826947] {display: none;}
.visumo_m_f{position: absolute;top: 255px;right: -30px;}
	/*.hacobune-unit-video-thumbnail[data-v-6f826947]:after{content: ""; display: inline-block; background: url(https://www.ecbeing.net/cms/images/top/2025/visumo_m_arrow.png) no-repeat 50% 50%;}*/
.hacobune-unit-video-thumbnail-icon[data-v-6f826947] {display: none;}
@media screen and (max-width: 2200px) {
.top-mv-slide .bx-controls-direction a.bx-prev {left: 15em;}
.top-mv-slide .bx-controls-direction a.bx-next{ right: 15em;}
}
@media screen and (max-width: 1910px) {
.top-mv-slide .bx-controls-direction a.bx-prev {left: 10em;}
.top-mv-slide .bx-controls-direction a.bx-next{ right: 10em;}
}
@media screen and (max-width: 1750px) {
.swiper-slide_mv_flex { width: 1140px;}
.mv-slider-wrap-slide .mv-inner {max-width: 1140px;}
.top-mv-txt{max-width: 1140px;}
}
@media screen and (max-width: 1600px) {
.top-mv-jpx_box2{width: 27%;height: auto;}
.top-mv-jpx_box2 img{width: 100%;height: auto;}
	.swiper-slide_mv_flex_box1{width:46%;}
.swiper-slide_mv_flex { width: 850px;}
.mv-slider-wrap-slide .mv-inner {max-width: 850px;}
.top-mv-txt{max-width: 850px;}
.swiper-slide_mv_flex_box2 {width:50%;height: auto}
.swiper-slide_mv_flex_box2 img{width:100%;height: auto}
.top-mv-ttl-02 {font-size:20px;}
.top-mv-data-item {width:50%;height: auto}
.top-mv-data-item img{width:100%;height: auto}
.top-mv {padding-top: 170px;}
.mv_slide_obi {font-size: 18px;}
.swiper-slide_mv_flex .swiper-slide_mv_flex_box2 .hacobune-univideo {width: 91%;height: auto;top: 21px;left: 24px;}
.swiper-slide_mv_flex .swiper-slide_mv_flex_box2 .hacobune-univideo_bk{width: 100%;height: 370px;}
.visumo_m_f{top: 200px;width: 140px;}
}
@media screen and (max-width: 1150px) {
.swiper-slide_mv_flex {display: block;}
.top-mv-ttl {position: relative;}
.swiper-slide_mv_flex_box1{margin-bottom: 30px;}
.swiper-slide_mv_flex_box2 {width: 70%;height: auto;margin: 0 auto;}
.mv_slide_obi {font-size: 24px;}
.top-mv-ttl-02 {font-size: 24px;}
.swiper-slide_mv_flex { width: 500px;}
.mv-slider-wrap-slide .mv-inner {max-width: 500px;}
.top-mv-txt{max-width: 500px;}
.swiper-slide_mv_flex_box1 {width: 80%;}
.visumo_m_f{top: 300px;}
}
@media screen and (max-width: 1050px) {
.swiper-slide_mv_flex_box1{    margin-bottom: 20px;}
.swiper-slide_mv_flex_box2 {width: 100%;}
.mv_slide_obi {font-size: 20px;}
.top-mv-ttl-02 {font-size: 20px;}
.swiper-slide_mv_flex { width: 100%;}
.mv-slider-wrap-slide .mv-inner {max-width: auto;}
.top-mv-txt{max-width:  auto;}
.top-mv-slide .bx-controls-direction a.bx-prev::before {left: 5px;}
.top-mv-slide .bx-controls-direction a.bx-next::before {right: 5px;}
.top-mv-slide .bx-controls-direction a {width: 35px;height: 35px;; 
}

@media screen and (max-width: 720px) {
.hacobune-unit-video[data-v-6f826947] {margin: 0;}
.swiper-slide_mv_flex .swiper-slide_mv_flex_box2 .hacobune-univideo {top: 23px;left: 23px;}
}
	
@media screen and (max-width: 640px) {
.top-mv-slide .bx-controls-direction a.bx-prev {left: 2em;}
.top-mv-slide .bx-controls-direction a.bx-next{ right: 2em;}
.swiper-slide_mv_flex_box1 .top-mv-jpx_box1{width:65%;}
.swiper-slide_mv_flex_box1 .top-mv-jpx_box2{width:30%;}
.swiper-slide_mv_flex_box1 .top-mv-jpx_box2 img{width:100%;}
.top-mv-ttl-02 {font-size: 20px;text-align: center;}
.top-mv {padding-top: 100px;}
.top-mv-data-item { width: 70%;margin: 0 auto;}
.mv-slider-wrap-slide .mv-inner {padding: 0 20px;}
.top-mv-cta{width: 100%;margin: 0 auto;}
.top-mv-cta-request a span,.top-mv-cta-contact a span{font-size: 15px;}
.top-mv-cta-request a span.f_cv_t,.top-mv-cta-contact a span.f_cv_t{font-size: 12px;}
.top-mv-cta-request a:before {position: absolute;left: 18px;top: 21px;}
.top-mv-cta-contact a:before {position: absolute;left: 18px;top: 21px;}
.hacobune-app-container[data-v-7cb6fb6e] {width: 98%;}
.top-mv-notes {text-align: left;}
.swiper-slide_mv_flex_box1 {width: 100%;}
.visumo_m_f{top: 346px;right: 0px; width: 120px;}
}

@media (min-width: 768px) {
.top-mv { padding-top: 130px;}
}


