@charset "UTF-8";
@keyframes showModal {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes hideModal {
  0% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
body.is-modal-active {
  overflow: hidden;
}

.whi-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  visibility: hidden;
  animation-name: hideModal;
  animation-timing-function: linear;
  animation-duration: 0.25s;
}
.whi-modal.is-active {
  visibility: visible;
  opacity: 1;
  display: block;
  animation-name: showModal;
  animation-timing-function: linear;
  animation-duration: 0.25s;
}
.whi-modal__bg {
  width: 100%;
  height: 100%;
  background-color: #eaf0f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whi-modal__hide {
  position: absolute;
  background-image: url("/application/themes/stuccov2/css/img/rn2025-common/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
}
@media print, screen and (min-width: 751px) {
  .whi-modal__hide {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    background-size: 15px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  .whi-modal__hide {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    border-radius: 1.0666666667vw;
    filter: drop-shadow(0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2));
  }
}
@media print, screen and (min-width: 751px) {
  .whi-modal__body {
    width: 1100px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .whi-modal__body {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .whi-modal__body {
    width: 92vw;
  }
}
.whi-modal__image {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .whi-modal__image {
    border-radius: 4px;
  }
}
@media screen and (max-width: 750px) {
  .whi-modal__image {
    border-radius: 1.0666666667vw;
  }
}

@media print, screen and (min-width: 751px) {
  .subpage .subpage-kv .subpage-kv__title {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .subpage .subpage-kv .subpage-kv__title {
    padding: 8vw 0;
  }
}
.subpage .subpage-kv .subpage-kv__title > .wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap {
    width: 1240px;
  }
}
.subpage .subpage-kv .subpage-kv__title > .wrap .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-color: #ccdae1;
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title {
    padding: 0 0 32px 0;
    row-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title {
    padding: 0 0 6.1333333333vw 0;
    row-gap: 2.1333333333vw;
  }
}
.subpage .subpage-kv .subpage-kv__title > .wrap .title:after {
  position: absolute;
  content: " ";
  display: block;
  background: linear-gradient(45deg, rgb(37, 80, 148) 0%, rgb(86, 197, 203) 100%);
  border: none;
}
@media print, screen and (min-width: 751px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title:after {
    width: 100px;
    height: 3px;
    bottom: -3px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title:after {
    width: 21.3333333333vw;
    height: 0.8vw;
    bottom: -0.8vw;
  }
}
.subpage .subpage-kv .subpage-kv__title > .wrap .title .sub {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #377cc5;
}
@media print, screen and (min-width: 751px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title .sub {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title .sub {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.subpage .subpage-kv .subpage-kv__title > .wrap .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #002033;
}
@media print, screen and (min-width: 751px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title .main {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .subpage-kv .subpage-kv__title > .wrap .title .main {
    font-size: 8vw;
    line-height: 9.6vw;
  }
}
.subpage .subpage-kv:not(.plain) .subpage-kv__title {
  background: linear-gradient(45deg, rgb(44, 99, 190) 0%, rgb(86, 197, 203) 100%);
}
.subpage .subpage-kv:not(.plain) .subpage-kv__title > .wrap .title {
  border-color: #CCDAE1;
}
.subpage .subpage-kv:not(.plain) .subpage-kv__title > .wrap .title .sub,
.subpage .subpage-kv:not(.plain) .subpage-kv__title > .wrap .title .main {
  color: #ffffff;
}
@media print, screen and (min-width: 751px) {
  .subpage .sec-breadcrumbs {
    padding: 15px 0;
  }
}
@media screen and (max-width: 750px) {
  .subpage .sec-breadcrumbs {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
}
.subpage .sec-breadcrumbs__body {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .subpage .sec-breadcrumbs__body {
    column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .sec-breadcrumbs__body {
    column-gap: 3.7333333333vw;
  }
}
.subpage .sec-breadcrumbs__item:not(:first-child) {
  background-image: url("/application/themes/stuccov2/css/img/rn2025-common/breadcrumb-arrow.svg");
  background-position: left 0px center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 751px) {
  .subpage .sec-breadcrumbs__item:not(:first-child) {
    padding-left: 24px;
    background-size: 8px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .sec-breadcrumbs__item:not(:first-child) {
    padding-left: 5.3333333333vw;
    background-size: 1.6vw;
  }
}

.important-news,
.other-news {
  display: none;
}

.subpage * {
  font-family: "Noto Sans JP", sans-serif;
}
.subpage .wrap {
  font-weight: 400;
}
@media print, screen and (min-width: 751px) {
  .subpage .wrap {
    width: 1240px;
    margin: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .subpage .wrap {
    width: 100%;
    padding: 0 140px;
  }
}
@media screen and (max-width: 750px) {
  .subpage .wrap {
    padding: 0 4vw;
  }
}
.subpage .wrap h2, .subpage .wrap h3 {
  padding: 0;
  margin: auto;
  border: none;
}
.subpage .wrap h2::after, .subpage .wrap h3::after {
  content: none;
}
@media print, screen and (min-width: 751px) {
  .subpage .inquiry2 {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data {
    padding: 48px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data {
    padding: 6.4vw 0 10.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__implementation, .support-index .sec-data__continuous-use {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__implementation, .support-index .sec-data__continuous-use {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__implementation {
    margin-top: 60px;
    padding: 30px 0 30px calc(46.7741935484% + 40px);
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__implementation {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__continuous-use {
    flex-direction: row-reverse;
    margin-top: 140px;
    padding: 0 calc(46.7741935484% + 20px) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__continuous-use {
    margin-top: 10.6666666667vw;
  }
}
.support-index .sec-data__title {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__title {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__title-small {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__title-small {
    font-size: 4.8vw;
  }
}
.support-index .sec-data__contents-text {
  text-align: center;
}
.support-index .sec-data__contents .sec-data1__contents-text {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents .sec-data1__contents-text {
    padding-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents .sec-data1__contents-text {
    padding-top: 0;
  }
}
.support-index .sec-data__contents-title {
  color: #377cc5;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-title {
    font-size: 8vw;
    line-height: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-title .small-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-title .small-text {
    font-size: 4.2666666667vw;
  }
}
.support-index .sec-data__contents-lead {
  line-height: 2.2em;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-lead {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-lead {
    font-size: 4.8vw;
  }
}
.support-index .sec-data__contents-lead .sec-data__lead-row {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.support-index .sec-data__contents-lead .sec-data__lead-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}
.support-index .sec-data__contents-lead .number {
  display: inline-block;
  color: #377cc5;
  position: relative;
  bottom: -0.05em;
  padding: 0 0.05em;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-lead .number {
    font-size: 62px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-lead .number {
    font-size: 10.6666666667vw;
  }
}
.support-index .sec-data__contents-lead .note {
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: 58%;
  transform: translateY(-10%);
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-lead .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-lead .note {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 850px) {
  .support-index .sec-data__contents-lead .note {
    left: 50%;
    top: 85%;
    margin-left: 0;
    margin-top: 6px;
    transform: translateX(-50%);
  }
}
.support-index .sec-data__contents-image {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-image {
    position: absolute;
    width: 46.7741935484%;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-image {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-image--implementation {
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-image--continuous-use {
    top: 0;
    right: 0;
  }
}
.support-index .sec-data__contents-image + p {
  margin-top: 1.5em;
  line-height: 1.8em;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-image + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .support-index .sec-data__contents-image + p {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.support-index .sec-data__contents-image img {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .support-index .sec-data__contents-image img {
    max-width: 580px;
  }
}

.sec-summary {
  background-color: #eaf0f3;
}
@media print, screen and (min-width: 751px) {
  .sec-summary {
    padding: 60px 0 80px;
    margin-top: 130px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary {
    padding: 12.8vw 0;
  }
}
.sec-summary__title {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__title {
    font-size: 6.4vw;
  }
}
.sec-summary__list {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list {
    column-gap: 30px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list {
    column-gap: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 1281px) {
  .sec-summary__list-item {
    display: flex;
    flex-direction: column;
    width: 393.3333333333px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item {
    width: 90.6666666667vw;
    margin-left: 1.3333333333vw;
    display: flex;
    column-gap: 5.3333333333vw;
    align-items: stretch;
  }
}
.sec-summary__list-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-head {
    row-gap: 22px;
  }
}
@media print, screen and (min-width: 1281px) {
  .sec-summary__list-item-head--has-line:before {
    content: "";
    display: block;
    background-color: #377cc5;
    position: absolute;
    width: calc(100% - 140px);
    height: 1px;
    top: 60px;
    left: calc(50% + 80px);
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list-item-head--has-line:before {
    content: "";
    display: block;
    background-color: #377cc5;
    position: absolute;
    width: calc(100% - 140px);
    height: 1px;
    top: 60px;
    left: calc(50% + 80px);
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-head--has-line {
    width: 16vw;
    flex-shrink: 0;
    row-gap: 2.6666666667vw;
  }
  .sec-summary__list-item-head--has-line:after {
    content: "";
    display: block;
    background-color: #377cc5;
    width: 0.2666666667vw;
    flex-grow: 1;
  }
}
.sec-summary__list-item-head .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-color: #377cc5;
  border-radius: 9999px;
  background-color: #ffffff;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-head .circle {
    border-width: 3px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-head .circle {
    border-width: 0.8vw;
    width: 16vw;
    height: 16vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-head .circle .icon {
    width: 68px;
    height: 53.4285714286px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-head .circle .icon {
    width: 9.3333333333vw;
    height: 7.3333333333vw;
  }
}
.sec-summary__list-item-head .circle .icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sec-summary__list-item-head .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #002033;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-head .label {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-head .label {
    font-size: 4.8vw;
    line-height: 6.4vw;
    text-align: center;
  }
}
.sec-summary__list-item-body {
  background-color: #ffffff;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 35px 20px 20px;
    margin-top: 40px;
    flex: 1 1 100%;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list-item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body {
    width: 69.3333333333vw;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
  }
}
.sec-summary__list-item-body:before {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  rotate: 45deg;
  z-index: 5;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body:before {
    margin: auto;
    left: 0;
    right: 0;
    width: 25px;
    height: 25px;
    top: -8.5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: -1.0133333333vw;
    top: 4.5866666667vw;
  }
}
.sec-summary__list-item-body .lead {
  color: #377cc5;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .lead {
    text-align: center;
    flex: 0 0;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .lead {
    margin-top: 2.9333333333vw;
  }
}
.sec-summary__list-item-body .lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .lead p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list-item-body .lead p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .lead p {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
    font-feature-settings: "palt";
    padding: 0 3.2vw;
  }
}
.sec-summary__list-item-body .link {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .link {
    margin-top: 41px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .link {
    margin-top: 4vw;
  }
}
.sec-summary__list-item-body .link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background-color: #377cc5;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .link a {
    border-radius: 6px;
    width: 333px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .link a {
    border-radius: 1.6vw;
    width: 58.6666666667vw;
    height: 10.6666666667vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.sec-summary__list-item-body .link a .label {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .link a .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .link a .label {
    font-size: 3.7333333333vw;
  }
}
.sec-summary__list-item-body .link a .bar {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .link a .bar {
    width: 1px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}
.sec-summary__list-item-body .link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__list-item-body .link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}
.sec-summary__list-item-body .link a .icon svg {
  fill: #ffffff;
}
.sec-summary__list-item-body .link a:before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.4s;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__list-item-body .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list-item-body .link a {
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1050px) {
  .sec-summary__list-item-body .link a {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__list-item-body .link a .label {
    font-size: 1.09375vw;
  }
}
.sec-summary__basic, .sec-summary__additional {
  line-height: 1.5em;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__basic, .sec-summary__additional {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__basic, .sec-summary__additional {
    font-size: 4.2666666667vw;
  }
}
.sec-summary__basic-item, .sec-summary__additional-item {
  list-style: disc;
  margin: 0.4em 0;
}
.sec-summary__basic {
  background-color: #eaf0f3;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__basic {
    flex: 0 0 auto;
    padding: 1em 1em 1em 2.5em;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__basic {
    padding-left: 2.25em;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__basic {
    margin-top: 5.3333333333vw;
    padding: 0.75em 0.75em 0.75em 2em;
    border-radius: 1.3333333333vw;
  }
}
.sec-summary__basic::before {
  content: "標準";
  display: flex;
  position: absolute;
  background-color: #007cc5;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__basic::before {
    width: 48px;
    height: 48px;
    top: -28px;
    right: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__basic::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -6.4vw;
    right: 1.6vw;
    font-size: 2.9333333333vw;
  }
}
.sec-summary__basic-item::marker {
  color: #377cc5;
}
.sec-summary__additional {
  position: relative;
  overflow: visible;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__additional {
    flex: 1 1 100%;
    margin-top: 80px;
    padding-left: 2.5em;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-summary__additional {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__additional {
    margin-top: 13.3333333333vw;
    padding: 1em 1em 1em 2em;
  }
}
.sec-summary__additional::before {
  content: "+αもご提案可能です";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  color: #007cc5;
  margin: auto;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__additional::before {
    font-size: 20px;
    top: -50px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__additional::before {
    top: -7.4666666667vw;
  }
}
.sec-summary__additional-item::marker {
  color: #f59326;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link {
    margin-top: 8.5333333333vw;
  }
}
.sec-summary__link-lead {
  color: #377cc5;
  margin: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link-lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link-lead {
    font-size: 4.8vw;
    text-align: center;
  }
}
.sec-summary__link .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background-color: #377cc5;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link .button {
    border-radius: 6px;
    width: 550px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link .button {
    border-radius: 1.6vw;
    width: 92vw;
    height: 16vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.sec-summary__link .button .label {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link .button .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link .button .label {
    font-size: 4vw;
  }
}
.sec-summary__link .button .bar {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link .button .bar {
    width: 1px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link .button .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}
.sec-summary__link .button .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link .button .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link .button .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}
.sec-summary__link .button .icon svg {
  fill: #ffffff;
}
.sec-summary__link .button:before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.4s;
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link .button:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media print, screen and (min-width: 751px) {
  .sec-summary__link .button {
    width: 450px;
    margin: 56px auto auto;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .sec-summary__link .button {
    margin-top: 8vw;
  }
}

.sec-details figure {
  margin: 0;
}
.sec-details .js-image-modal {
  cursor: pointer;
}
.sec-details .js-image-modal img {
  cursor: pointer;
}
.sec-details__head {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .sec-details__head {
    gap: 16px;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #ccdae1 !important;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__head {
    gap: 3.2vw;
    padding-bottom: 4vw !important;
    border-bottom: 0.8vw solid #ccdae1 !important;
  }
}
.sec-details__head-phase {
  background-image: url("/application/themes/stuccov2/css/img/topv4/_ico_sq1_bl_g.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1em;
}
@media print, screen and (min-width: 751px) {
  .sec-details__head-phase {
    background-size: 13px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__head-phase {
    background-size: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__head-service {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__head-service {
    font-size: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__body {
    margin-top: 10.6666666667vw;
  }
}
.sec-details__body--design {
  background-color: #eaf0f3;
}
@media print, screen and (min-width: 751px) {
  .sec-details__body--design {
    padding: 30px 50px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__body--design {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__design, .sec-details__implementation, .sec-details__operation {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__design, .sec-details__implementation, .sec-details__operation {
    padding: 16vw 0;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__design-image {
    display: flex;
    gap: 20px;
    margin: 50px auto auto;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__design-image {
    margin: 8vw auto auto;
    background-color: #fff;
    border-radius: 1.3333333333vw;
    overflow: hidden;
  }
}
.sec-details__design-image picture {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .sec-details__design-image picture {
    flex: 0 0 200px;
  }
}
.sec-details__design-image figcaption {
  font-weight: 500;
  background-color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .sec-details__design-image figcaption {
    flex: 1 1 100%;
    font-size: 20px;
    padding: 0 50px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__design-image figcaption {
    font-size: 4.8vw;
    padding: 0 5.3333333333vw 6.6666666667vw;
  }
}
.sec-details__design-image figcaption p {
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .sec-details__design-image:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__design-image:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.sec-details__implementation {
  background-color: #eaf0f3;
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-item {
    flex: 0 0 400px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__implementation-item {
    margin: 0 !important;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-item:nth-child(4) {
    margin-left: auto;
    margin-right: 100px;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-item:nth-child(5) {
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__implementation-item:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
.sec-details__implementation-title {
  text-align: center;
  color: #377cc5;
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__implementation-title {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__implementation figure {
    display: flex;
    gap: 5.3333333333vw;
  }
}
.sec-details__implementation-image {
  margin: 0;
}
.sec-details__implementation-image img {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-image img {
    width: 340px;
    margin: 14px auto auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__implementation-image img {
    flex: 0 0 44vw;
    width: 44vw;
  }
}
.sec-details__implementation-text {
  line-height: 1.6em;
}
@media print, screen and (min-width: 751px) {
  .sec-details__implementation-text {
    font-size: 15px;
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__implementation-text {
    flex: 1 1;
    font-size: 4.2666666667vw;
  }
}
.sec-details__user-committee-stat-note {
  margin-top: 6px;
  font-size: 12px !important;
  line-height: 1.4;
  text-align: right;
}
.sec-details__operation-planning-figure-wrap {
  background-color: #eaf0f3;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-figure-wrap {
    flex: 0 0 880px;
    padding: 30px;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__operation-planning-figure-wrap {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-figure-wrap {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-item {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-item {
    background-color: #fff;
    border-radius: 1.3333333333vw;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-figure {
    display: flex;
    gap: 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-figure picture {
    flex: 0 0 200px;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-image {
    width: 100%;
  }
}
.sec-details__operation-planning-caption {
  background-color: #fff;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-caption {
    flex: 1 1 100%;
    font-size: 18px;
    padding: 25px 30px 10px 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-caption {
    padding: 2.6666666667vw;
  }
}
.sec-details__operation-planning-caption-title {
  color: #002033 !important;
  background-color: #ccdae1;
  display: flex;
  align-items: center;
  padding: 0 1em;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-caption-title {
    height: 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-caption-title {
    height: 16vw;
    border-radius: 1.3333333333vw;
    justify-content: center;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-caption-list {
    padding-left: 1em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-caption-list {
    padding-left: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-caption-list .caption-item {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-caption-list .caption-item {
    padding: 0.75em 0;
    font-size: 4vw;
  }
}
.sec-details__operation-planning-caption-list .caption-item::marker {
  content: "・";
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-caption-list .caption-item:not(:last-child) {
    border-bottom: 2px solid #d5d5d5;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-caption-list .caption-item:not(:last-child) {
    border-bottom: 0.5333333333vw solid #d5d5d5;
  }
}
.sec-details__operation-planning-text {
  line-height: 2em;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-text {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-text {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-planning-text p + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-planning-text p + p {
    margin-top: 6.4vw;
  }
}
.sec-details__operation-inner {
  background-color: #eaf0f3;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-inner {
    margin-top: 40px;
    padding: 40px 40px 60px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-inner {
    margin-top: 10.6666666667vw;
    padding: 4vw 4vw 10.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
.sec-details__operation-inner-title {
  background-color: #ccdae1;
  color: #002033;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-inner-title {
    font-size: 30px;
    height: 70px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-inner-title {
    font-size: 4.2666666667vw;
    height: 12.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-inner-title:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-inner-title:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.sec-details__operation-support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list {
    margin-top: 8vw;
    gap: 8vw 16vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list--maintenance {
    gap: 40px 115px;
  }
}
@media print, screen and (min-width: 1281px) {
  .sec-details__operation-support-list--cloud {
    padding: 0 100px;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list--cloud {
    gap: 40px 160px;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list .support-list-item {
    flex: 0 0 165px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list .support-list-item {
    flex: 0 0 26.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list .support-list-item--maintenance figure {
    padding-top: 5em;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list .support-list-item--maintenance figure {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list .support-list-item--maintenance:nth-child(5) figure, .sec-details__operation-support-list .support-list-item--maintenance:nth-child(6) figure {
    padding-top: 16vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list .support-list-item--cloud figure {
    padding-top: 4em;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list .support-list-item--cloud figure {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list .support-list-item--cloud:nth-child(3) figure, .sec-details__operation-support-list .support-list-item--cloud:nth-child(4) figure, .sec-details__operation-support-list .support-list-item--cloud:nth-child(5) figure, .sec-details__operation-support-list .support-list-item--cloud:nth-child(6) figure {
    padding-top: 13.3333333333vw;
  }
}
.sec-details__operation-support-list .support-list-item figure {
  position: relative;
}
.sec-details__operation-support-list .support-list-item figure figcaption {
  white-space: nowrap;
  position: absolute;
  text-align: center;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .sec-details__operation-support-list .support-list-item figure figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__operation-support-list .support-list-item figure figcaption {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__user-committee {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stats {
    flex: 0 0 220px;
    min-width: 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__user-committee-stats {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stats {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}
.sec-details__user-committee-stat {
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stat {
    width: 100%;
    min-height: 0;
    padding: 16px 18px 14px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stat {
    width: 100%;
    min-height: 0;
    padding: 2.6666666667vw 3.2vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stat:not(:first-child) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stat:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.sec-details__user-committee-stat-label {
  font-weight: 700;
  color: #002033;
  text-align: center;
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stat-label {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stat-label {
    font-size: 3.4666666667vw;
    line-height: 1.2;
  }
}
.sec-details__user-committee-stat-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  margin: 8px 0 0;
  color: #002033;
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stat-value {
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stat-value {
    gap: 1.0666666667vw;
    margin-top: 1.6vw;
    line-height: 1.2;
  }
}
.sec-details__user-committee-stat-value .num {
  color: #12a9e0;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stat-value .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stat-value .num {
    font-size: 4.8vw;
  }
}
.sec-details__user-committee-stat-value .unit {
  color: #002033;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-stat-value .unit {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-stat-value .unit {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__user-committee-visual {
    flex: 0 0 250px;
    min-width: 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__user-committee-visual {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__user-committee-visual {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}
.sec-details__user-committee-main-image {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others {
    margin-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__others-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-inner {
    display: block;
  }
}
.sec-details__others-title {
  text-align: center;
  color: #002033;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-title {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-title--group {
    margin-bottom: 40px;
  }
}
.sec-details__others-title-sub {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-title-sub {
    margin-top: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-title-sub {
    margin: 5.3333333333vw auto 0;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-item {
    flex: 1 1 0;
    min-width: 0;
    padding: 50px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__others-item {
    flex: 1 1 0;
    min-width: 0;
    padding: 40px 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-item {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
    margin-top: 4vw;
    border: 0.2666666667vw solid #ccc;
    border-radius: 1.3333333333vw;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-item p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-item--legal > img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-item--legal > img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-text {
    margin-top: 5.3333333333vw;
  }
}
.sec-details__others .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background-color: #377cc5;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others .button {
    border-radius: 6px;
    width: 550px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others .button {
    border-radius: 1.6vw;
    width: 92vw;
    height: 16vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.sec-details__others .button .label {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others .button .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others .button .label {
    font-size: 4vw;
  }
}
.sec-details__others .button .bar {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}
@media print, screen and (min-width: 751px) {
  .sec-details__others .button .bar {
    width: 1px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others .button .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}
.sec-details__others .button .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others .button .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others .button .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}
.sec-details__others .button .icon svg {
  fill: #ffffff;
}
.sec-details__others .button:before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.4s;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others .button:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media print, screen and (min-width: 751px) {
  .sec-details__others .button {
    width: min(350px, 100%);
    margin: 40px auto 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__others .button {
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others .button {
    width: 100%;
    margin-top: 8vw;
  }
}
.sec-details__others .button .label {
  min-width: 0;
}
.sec-details__others-taiou-list {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-taiou-list {
    font-size: 18px;
    gap: 30px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .sec-details__others-taiou-list {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-taiou-list {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.sec-details__others-taiou-list li {
  background-image: url("/application/themes/stuccov2/css/img/rn2025-support/icon-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
@media print, screen and (min-width: 751px) {
  .sec-details__others-taiou-list li {
    background-size: 20px;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .sec-details__others-taiou-list li {
    background-size: 3.7333333333vw;
    padding-left: 1.5em;
  }
}

.inquiry2 {
  background-color: #EAF0F3;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 {
    padding: 114px 0 103px 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 {
    padding: 17.3333333333vw 0;
  }
}
.inquiry2 .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquiry2 .section-title .title {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.inquiry2 .section-title .title:after {
  display: none;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-title .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-title .title {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-title .lead {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-title .lead {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-title .lead p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-title .lead p {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
  }
}
.inquiry2 .section-body > .layout {
  display: flex;
  background-color: #ffffff;
}
@media print, screen and (min-width: 1281px) {
  .inquiry2 .section-body > .layout {
    margin-top: 40px;
    padding: 60px 0;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 .section-body > .layout {
    margin-top: 40px;
    padding: 60px 0;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout {
    margin-top: 8vw;
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
    padding: 10.6666666667vw 0;
  }
}
@media print, screen and (min-width: 1281px) {
  .inquiry2 .section-body > .layout li {
    width: 605px;
    height: 160px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 .section-body > .layout li {
    width: 485px;
    height: 14.0625vw;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li {
    width: 92vw;
    height: 29.3333333333vw;
  }
}
.inquiry2 .section-body > .layout li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding-left: 40px;
    padding-right: 70px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 .section-body > .layout li a {
    padding-left: 3.125vw;
    padding-right: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a {
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    border-radius: 1.6vw;
    padding-left: 5.3333333333vw;
  }
}
.inquiry2 .section-body > .layout li a .layout {
  display: grid;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .layout {
    grid-template: "image sub" auto "image main" auto/142px 1fr;
    column-gap: 37px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 .section-body > .layout li a .layout {
    grid-template: "image sub" auto "image main" auto/142px 1fr;
    column-gap: 2.890625vw;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .layout {
    grid-template: "image sub" auto "image main" auto/26.6666666667vw 1fr;
    column-gap: 5.6vw;
    row-gap: 0;
  }
}
.inquiry2 .section-body > .layout li a .layout .image {
  grid-area: image;
  overflow: hidden;
  align-self: center;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .layout .image {
    width: 142px;
    height: 80px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .layout .image {
    width: 26.6666666667vw;
    height: 14.9333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.inquiry2 .section-body > .layout li a .layout .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inquiry2 .section-body > .layout li a .layout .sub {
  grid-area: sub;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .layout .sub {
    column-gap: 9.8px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .layout .sub {
    column-gap: 1.52vw;
  }
}
.inquiry2 .section-body > .layout li a .layout .sub .icon {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .layout .sub .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .layout .sub .icon {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.inquiry2 .section-body > .layout li a .layout .sub .icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.inquiry2 .section-body > .layout li a .layout .sub .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .layout .sub .label {
    font-size: 18px;
    line-height: 22px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 .section-body > .layout li a .layout .sub .label {
    font-size: 1.40625vw;
    line-height: 1.71875vw;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .layout .sub .label {
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
}
.inquiry2 .section-body > .layout li a .layout .main {
  grid-area: main;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .layout .main {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2666666667;
    line-height: 38px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry2 .section-body > .layout li a .layout .main {
    margin-top: 0.78125vw;
    font-size: 1.875vw;
    line-height: 1.2666666667;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .layout .main {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.inquiry2 .section-body > .layout li a .arrow {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .arrow {
    width: 8vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0 0.6666666667vw rgba(0, 0, 0, 0.2);
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.inquiry2 .section-body > .layout li a .arrow .std-icon-arrow {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a .arrow .std-icon-arrow {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li a .arrow .std-icon-arrow {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.inquiry2 .section-body > .layout li a .arrow .std-icon-arrow svg {
  width: 100%;
  height: 100%;
  fill: #377cc5;
}
.inquiry2 .section-body > .layout li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.4s;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.inquiry2 .section-body > .layout li.orange a {
  background-color: #f59326;
}
.inquiry2 .section-body > .layout li.blue a {
  background-color: #377cc5;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body > .layout li.t3 a .layout .image {
    width: 142px;
    height: 93px;
    transform: translate3d(0, -4.5px, 0);
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body > .layout li.t3 a .layout .image {
    width: 26.6666666667vw;
    height: 17.4647887324vw;
    transform: translate3d(0, -0.8450704225vw, 0);
  }
}
.inquiry2 .section-body .inq {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body .inq {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1050px) {
  .inquiry2 .section-body .inq {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body .inq {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 4.8vw;
  }
}
.inquiry2 .section-body .inq .title {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body .inq .title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body .inq .title {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
  }
}
.inquiry2 .section-body .inq .phone {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body .inq .phone {
    align-items: center;
    height: 50px;
    margin-left: 30px;
    padding-left: 30px;
    border-style: solid;
    border-color: rgba(165, 165, 165, 0.3);
    border-width: 0 0 0 1px;
    column-gap: 20px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1050px) {
  .inquiry2 .section-body .inq .phone {
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body .inq .phone {
    flex-direction: column;
    align-items: center;
    row-gap: 0.5333333333vw;
  }
}
.inquiry2 .section-body .inq .phone .number a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body .inq .phone .number a {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body .inq .phone .number a {
    font-size: 8vw;
    line-height: 10.1333333333vw;
  }
}
.inquiry2 .section-body .inq .phone .note p {
  margin: 0;
  color: #2F2F2F;
}
@media print, screen and (min-width: 751px) {
  .inquiry2 .section-body .inq .phone .note p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .inquiry2 .section-body .inq .phone .note p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}