.mainvisual {
  background-color: #1a1a1a;
}
@media only screen and (max-width: 750px) {
  .mainvisual {
    background-image: url("../img/img-main_sp.jpg");
    background-position: center bottom;
  }
}
@media print, screen and (min-width: 751px) {
  .mainvisual {
    background-image: url("../img/img-main.jpg");
  }
}

@media only screen and (max-width: 750px) {
  .about {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 751px) {
  .about {
    margin-bottom: 114px;
  }
}
@media print, screen and (min-width: 751px) {
  .about .ttl01 {
    margin-bottom: 40px;
  }
}
.about .ttl02 {
  margin-top: 35px;
}

.about-main {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .about-main {
    display: flex;
    gap: 60px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .about-main {
    flex-direction: column;
  }
}

.about-image {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .about-image {
    margin-left: -20px;
    margin-bottom: 23px;
    width: 356px;
  }
}
@media print, screen and (min-width: 751px) {
  .about-image {
    background: url("../img/img-about.jpg") no-repeat right -120px top/auto 100%;
    border-top-right-radius: 60px;
    flex-shrink: 0;
    height: 680px;
    overflow: hidden;
    width: 48.5714vw;
  }
}
.about-image img {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .about-image img {
    display: none;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 750px) {
  .about-detail {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .about-detail {
    width: 560px;
  }
}

@media only screen and (max-width: 750px) {
  .about-text {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media print, screen and (min-width: 751px) {
  .about-text {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .about-text {
    padding-inline: 30px;
  }
}

.about-pict {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .about-pict {
    margin-top: 14px;
  }
}
.about-pict img {
  width: 100%;
}
.about-pict .image-icon {
  bottom: 2px;
  color: var(--bc01);
  right: 2px;
}

.about-links li {
  line-height: 1.625;
}
@media only screen and (max-width: 750px) {
  .about-links li {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 751px) {
  .about-links li {
    font-size: 16px;
  }
}
.about-links li:not(:first-child) {
  margin-top: 10px;
}

@media print, screen and (min-width: 751px) {
  .features .ttl01 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .features-main {
    margin-bottom: 60px;
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-main {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 120px;
    padding-inline: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1200px) {
  .features-main {
    gap: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .features-main {
    flex-wrap: wrap;
  }
}

.features-item {
  background: rgba(1, 90, 172, 0.05);
}
@media only screen and (max-width: 750px) {
  .features-item {
    border-radius: 18px;
    margin-top: 20px;
    padding: 40px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-item {
    border-radius: 20px;
    padding: 50px 37px 45px;
    width: 360px;
  }
}
@media only screen and (max-width: 750px) {
  .features-item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .features-item:first-child img {
    width: 78px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-item:first-child img {
    width: 135px;
  }
}
@media only screen and (max-width: 750px) {
  .features-item:nth-child(2) img {
    width: 98px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-item:nth-child(2) img {
    width: 142px;
  }
}
@media only screen and (max-width: 750px) {
  .features-item:nth-child(3) img {
    width: 83px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-item:nth-child(3) img {
    width: 130px;
  }
}

.features-pict {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 750px) {
  .features-pict {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-pict {
    height: 125px;
    margin-bottom: 20px;
  }
}
.features-pict img {
  height: auto;
}

.features-title {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .features-title {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-title {
    display: -ms-grid;
    display: grid;
    font-size: 24px;
    line-height: 1.4;
    min-height: 68px;
    place-content: center;
  }
}

@media only screen and (max-width: 750px) {
  .features-text {
    font-feature-settings: "palt";
    font-size: 14px;
    line-height: 1.57;
  }
}
@media print, screen and (min-width: 751px) {
  .features-text {
    font-size: 16px;
    line-height: 1.625;
  }
}

.features-offer li {
  line-height: 1.58;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 750px) {
  .features-offer li {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 751px) {
  .features-offer li {
    font-size: 12px;
  }
}

.detail {
  background-color: #000;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .detail {
    background-image: url("../img/bg-detail01_sp.png"), url("../img/bg-detail02_sp.png");
    background-position: right top, left bottom;
    background-repeat: no-repeat;
    background-size: 300px auto, 300px auto;
  }
}
@media print, screen and (min-width: 751px) {
  .detail {
    background-image: url("../img/bg-detail01.png"), url("../img/bg-detail02.png");
    background-position: left top, right bottom;
    background-size: 702px auto, 714px auto;
  }
}

@media only screen and (max-width: 750px) {
  .detail-main {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-main {
    padding: 120px 100px;
  }
}

.detail-item {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .detail-item {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-item {
    align-items: center;
    gap: 60px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .detail-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .detail-item:first-child {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-item:first-child {
    flex-direction: row-reverse;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .detail-item:first-child {
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .detail-item:last-child {
    margin-top: 54px;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-item:last-child {
    flex-direction: row-reverse;
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .detail-item:last-child {
    flex-direction: column;
  }
}

.detail-image {
  flex-shrink: 0;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .detail-image {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-image {
    width: 560px;
  }
}
.detail-image img {
  width: 100%;
}

.detail-title {
  color: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .detail-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.detail-text {
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .detail-text {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-text {
    font-size: 16px;
    line-height: 1.625;
  }
}

.detail-offer li {
  color: #fff;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 750px) {
  .detail-offer li {
    font-size: 11px;
    line-height: 1.54;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-offer li {
    font-size: 12px;
    line-height: 1.58;
  }
}

.detail-offer01 li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}

.detail-offer02 li {
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 750px) {
  .detail-item-sub {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 751px) {
  .detail-item-sub {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .detail-item-sub {
    flex-direction: column;
    gap: 50px;
  }
}

@media print, screen and (min-width: 751px) {
  .detail-item-sub-item {
    width: 560px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .detail-item-sub-item {
    width: 100%;
  }
}
.detail-item-sub-item img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .detail-item-sub-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.detail-item-sub-image {
  margin-inline: auto;
  max-width: 560px;
}

.benefit {
  background: #063187;
}
@media only screen and (max-width: 750px) {
  .benefit {
    margin-bottom: 70px;
    padding-block: 60px 90px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit {
    margin-bottom: 110px;
    padding-block: 90px 120px;
  }
}
.benefit .ttl01 {
  color: #fff;
  mix-blend-mode: normal;
}
@media only screen and (max-width: 750px) {
  .benefit .ttl01 {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit .ttl01 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 750px) {
  .benefit-main {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-main {
    margin-bottom: 70px;
    padding-inline: 100px;
  }
}

@media print, screen and (min-width: 751px) {
  .benefit-item {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    padding-block: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .benefit-item {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-item:last-child {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 750px) {
  .benefit-item:not(:first-child) {
    margin-top: 45px;
  }
}

.benefit-count {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .benefit-count {
    margin-bottom: 23px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-count {
    flex-shrink: 0;
    margin-right: 35px;
    width: 165px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .benefit-count {
    margin-bottom: 30px;
  }
}

.benefit-count-ja {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.benefit-count-num {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
}

.benefit-heading {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .benefit-heading {
    font-size: 20px;
    margin-bottom: 23px;
    text-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-heading {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .benefit-heading {
    margin-bottom: 30px;
    text-align: center;
  }
}

.benefit-text {
  color: #fff;
  font-feature-settings: "palt";
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .benefit-text {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-text {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 750px) {
  .benefit-text + .benefit-text {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-text + .benefit-text {
    margin: 10px 0 0;
  }
}
.benefit-text a {
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .benefit-text a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 751px) {
  .benefit-offer {
    margin-top: 7px;
  }
}
.benefit-offer li {
  color: #fff;
  line-height: 1.58;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 750px) {
  .benefit-offer li {
    margin-top: 12px;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-offer li {
    font-size: 12px;
  }
}

.benefit-image {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .benefit-image {
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-image {
    align-self: flex-start;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 47px;
    width: 347px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .benefit-image.u-sp {
    display: block;
    margin: 0 auto 30px;
    width: 500px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 900px) {
  .benefit-image.u-pc {
    display: none;
  }
}
.benefit-image img {
  width: 100%;
}

.benefit-banner {
  margin-inline: auto;
}
@media only screen and (max-width: 750px) {
  .benefit-banner {
    width: 335px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-banner {
    width: 920px;
  }
}
.benefit-banner a {
  display: block;
}
@media only screen and (max-width: 750px) {
  .benefit-banner a {
    background: url("../img/bnr-benefit_sp.png") no-repeat left top/cover;
    height: 220px;
    padding: 24px 15px 0 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-banner a {
    background: url("../img/bnr-benefit.png") no-repeat left top/cover;
    height: 260px;
    padding: 45px 30px 0 55px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-banner a:hover .link01 i {
    background: #fff;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-banner a:hover .link01 i::before {
    background: var(--bc01);
  }
}

.benefit-title-sub {
  background: #333;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 2px;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .benefit-title-sub {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-title-sub {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.benefit-title {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .benefit-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-title {
    display: flex;
    font-size: 43px;
    margin-bottom: 30px;
  }
}
.benefit-title span {
  background: #333;
  display: block;
  line-height: 1;
  width: fit-content;
}
@media print, screen and (min-width: 751px) {
  .benefit-title span {
    padding: 2px;
  }
}
@media only screen and (max-width: 750px) {
  .benefit-title span:first-child {
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 751px) {
  .benefit-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 751px) {
  .benefit-person {
    align-items: center;
    display: flex;
    gap: 20px;
  }
}

.benefit-person-image {
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .benefit-person-image {
    flex-shrink: 0;
    width: 78px;
  }
}
.benefit-person-image img {
  width: 100%;
}

.benefit-person-position {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .benefit-person-position {
    font-size: 14px;
  }
}

.benefit-person-name {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 751px) {
  .benefit-person-name {
    font-size: 20px;
  }
}

.benefit-link span {
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .benefit-bnr {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .benefit-bnr {
    margin-inline: auto;
    max-width: 920px;
    width: 90%;
  }
}
.benefit-bnr img {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .category {
    margin-bottom: 60px;
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .category {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .category .ttl01 {
    line-height: 1.75;
  }
}

@media only screen and (max-width: 750px) {
  .category-lead {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .category-lead {
    font-size: 16px;
    line-height: 1.685;
    margin-bottom: 30px;
    text-align: center;
  }
}

.category-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .category-items {
    gap: 28px 32px;
    padding-inline: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .category-items {
    gap: 20px 60px;
    margin-inline: auto;
    width: 780px;
  }
}

@media only screen and (max-width: 750px) {
  .category-item {
    width: 133px;
  }
}
@media print, screen and (min-width: 751px) {
  .category-item {
    width: 220px;
  }
}

@media only screen and (max-width: 750px) {
  .category-image {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 751px) {
  .category-image {
    margin-bottom: 12px;
  }
}
.category-image img {
  width: 100%;
}

.category-text {
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .category-text {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  .category-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .case {
    margin-bottom: 80px;
    padding: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .case {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1300px) {
  .case.box {
    padding-inline: 1.5384615385vw;
  }
}

@media only screen and (max-width: 750px) {
  .topics {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 751px) {
  .topics {
    margin-bottom: 114px;
  }
}

@media print, screen and (min-width: 751px) {
  .case-text {
    min-height: 78px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1300px) {
  .case-text {
    min-height: 6vw;
  }
}

.case-link a {
  color: #000;
}

@media only screen and (max-width: 750px) {
  .spec {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 751px) {
  .spec {
    margin-bottom: 130px;
  }
}

.spec-table {
  border-block: 1px solid #e6e6e6;
  border-collapse: collapse;
  width: 100%;
}
.spec-table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.spec-table tr:not(:last-child) td {
  border-bottom: 1px solid #e6e6e6;
}
.spec-table th {
  background: #eef1f2;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .spec-table th {
    font-size: 14px;
    min-height: 67px;
    padding-left: 20px;
    width: 98px;
  }
}
@media print, screen and (min-width: 751px) {
  .spec-table th {
    font-size: 20px;
    height: 60px;
    padding-left: 24px;
    width: 228px;
  }
}
@media only screen and (max-width: 750px) {
  .spec-table td {
    font-size: 14px;
    line-height: 1.57;
    padding: 10px 0 10px 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .spec-table td {
    font-size: 16px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .solution {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 751px) {
  .solution {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 80px;
    padding-top: 70px;
  }
}

.solution-title {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .solution-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .solution-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.solution-links {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .solution-links {
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .solution-links {
    justify-content: center;
    gap: 30px;
    margin-inline: auto;
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1200px) {
  .solution-links {
    flex-wrap: wrap;
  }
}

.solution-link {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .solution-link {
    padding-inline: 20px;
  }
}
.solution-link a {
  margin-inline: auto;
}