@charset "UTF-8";

.std-icon-arrow {
  display: inline-block;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .std-icon-arrow {
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 750px) {
  .std-icon-arrow {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.std-icon-arrow svg {
  position: absolute;
  transition: all 0.4s;
}

@media print,
screen and (min-width: 751px) {
  .std-icon-arrow svg {
    width: 13px;
    height: 13px;
  }
}

.std-icon-arrow svg.s1 {
  left: 0;
  top: 0;
}

.std-icon-arrow svg.s2 {
  opacity: 0;
  left: -66%;
  top: 0;
}

.std-icon-arrow.upwards {
  rotate: -90deg;
}

.std-icon-arrow.downwards {
  rotate: 90deg;
}

.std-icon-arrow.backwards {
  rotate: 180deg;
}

a:hover .std-icon-arrow svg.s1,
button:hover .std-icon-arrow svg.s1 {
  animation: arrow1 0.4s forwards;
}

a:hover .std-icon-arrow svg.s2,
button:hover .std-icon-arrow svg.s2 {
  animation: arrow2 0.4s 0.2666666667s forwards;
}

@keyframes arrow1 {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(66%, 0, 0);
    opacity: 0;
  }
}

@keyframes arrow2 {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(66%, 0, 0);
    opacity: 1;
  }
}

@media print,
screen and (min-width: 751px) {
  .kv {
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 750px) {
  .kv {
    width: 100%;
  }
}

.kv .kv-container {
  overflow: hidden;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .kv .kv-container {
    width: 100%;
    height: 35.7142857143%;
  }
}

@media screen and (max-width: 750px) {
  .kv .kv-container {
    width: 100%;
    height: 133.3333333333%;
  }
}

.kv .kv-container .kv-wrapper .kv-item {
  height: 0;
}

@media print,
screen and (min-width: 751px) {
  .kv .kv-container .kv-wrapper .kv-item {
    width: 100%;
    padding-top: 35.7142857143%;
  }
}

@media screen and (max-width: 750px) {
  .kv .kv-container .kv-wrapper .kv-item {
    width: 100%;
    padding-top: 133.3333333333%;
  }
}

.kv .kv-container .kv-wrapper .kv-item a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.kv .kv-container .kv-wrapper .kv-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (min-width: 751px) {
  .kv nav .kv-button {
    position: absolute;
    z-index: 100;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .kv nav .kv-button .std-icon-arrow svg {
    fill: #007cc5;
  }

  .kv nav .kv-button:hover .std-icon-arrow svg.s1 {
    animation: arrow1 0.4s forwards;
  }

  .kv nav .kv-button:hover .std-icon-arrow svg.s2 {
    animation: arrow2 0.4s 0.2666666667s forwards;
  }

  .kv nav .kv-button.prev {
    left: 2%;
  }

  .kv nav .kv-button.next {
    right: 2%;
  }
}

@media screen and (max-width: 750px) {
  .kv nav .kv-button {
    display: none;
  }
}

@media print,
screen and (min-width: 751px) {
  .kv nav .kv-pagination {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .kv nav .kv-pagination {
    position: absolute;
    z-index: 100;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6.9333333333vw;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }

  .kv nav .kv-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 1;
    margin: 0;
  }

  .kv nav .kv-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
  }
}

@media print,
screen and (min-width: 1281px) {
  .kv .thumb {
    width: 1240px;
    margin: 18px auto 0 auto;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .kv .thumb {
    width: 100%;
    margin: 18px 0 0 0;
    padding: 0 60px;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb {
    margin-top: 4.2666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .kv .thumb .kvcl-container {
    display: flex;
    justify-content: center;
    overflow: visible;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container {
    overflow: hidden;
  }
}

@media print,
screen and (min-width: 1281px) {
  .kv .thumb .kvcl-container .kvcl-wrapper {
    width: fit-content;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item {
  --interval: 0;
}

@media print,
screen and (min-width: 1281px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item {
    width: 287px;
    height: 71px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item {
    width: calc((100% - 90px) / 4);
    height: 71px;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item {
    width: 61.3333333333vw;
    height: 16.8vw;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 1281px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a {
    column-gap: 20px;
    padding-bottom: 21px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a {
    column-gap: 6.9565217391%;
    padding-bottom: 21px;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a {
    column-gap: 2.6666666667vw;
    padding-bottom: 4.5333333333vw;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #D5D5D5;
}

@media print,
screen and (min-width: 751px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a:before {
    height: 1px;
    bottom: 1px;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a:before {
    height: 0.2666666667vw;
    bottom: 0.2666666667vw;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  background-color: #007cc5;
}

@media print,
screen and (min-width: 751px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a:after {
    height: 3px;
    bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a:after {
    height: 0.8vw;
    bottom: 0vw;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .image {
  border-style: solid;
  border-color: #D5D5D5;
  overflow: hidden;
}

@media print,
screen and (min-width: 1281px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .image {
    flex-shrink: 0;
    width: 88px;
    height: 50px;
    border-radius: 5px;
    border-width: 1px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .image {
    flex-shrink: 1;
    width: 30.6086956522%;
    height: 50px;
    border-radius: 5px;
    border-width: 1px;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .image {
    flex-shrink: 0;
    width: 21.8666666667vw;
    height: 12.2666666667vw;
    border-radius: 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .label {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media print,
screen and (min-width: 751px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .label {
    font-size: 13px;
    line-height: 18px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .label {
    width: 62.4347826087%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 750px) {
  .kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item a .label {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
}

.kv .thumb .kvcl-container .kvcl-wrapper .kvcl-item.swiper-slide-active a:after {
  animation: kvThumbLineActive var(--interval) linear forwards;
}

@keyframes kvThumbLineActive {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@media print,
screen and (min-width: 1281px) {
  .advantage {
    margin-top: 70px;
    padding: 0 20px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .advantage {
    margin-top: 70px;
    padding: 0 60px;
  }
}

@media screen and (max-width: 750px) {
  .advantage {
    margin-top: 19.6vw;
  }
}

.advantage figure {
  margin: 0;
  padding: 0;
}

.advantage figure .image {
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .advantage figure .image {
    column-gap: 70px;
  }
}

@media screen and (max-width: 750px) {
  .advantage figure .image {
    column-gap: 2.9333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .advantage figure .image .item {
    width: 268px;
    height: 84.3703703704px;
  }
}

@media screen and (max-width: 750px) {
  .advantage figure .image .item {
    width: 28.8vw;
    height: 19.6363636364vw;
  }
}

.advantage figure .image .item img {
  width: 100%;
  height: 100%;
}

.advantage figure figcaption {
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .advantage figure figcaption {
    margin-top: 25.5px;
  }
}

@media screen and (max-width: 750px) {
  .advantage figure figcaption {
    margin-top: 4.8vw;
    padding: 0 6.9333333333vw;
  }
}

.advantage figure figcaption dl {
  display: grid;
  grid-template: auto/2em 1fr;
  color: rgba(0, 32, 51, 0.6);
}

@media print,
screen and (min-width: 751px) {
  .advantage figure figcaption dl {
    font-size: 12px;
    line-height: 13px;
  }
}

@media screen and (max-width: 750px) {
  .advantage figure figcaption dl {
    font-size: 2.9333333333vw;
    line-height: 3.4666666667vw;
    font-feature-settings: "palt";
  }
}

.advantage figure figcaption dl dt {
  grid-column: 1;
}

.advantage figure figcaption dl dd {
  grid-column: 2;
}

@media print,
screen and (min-width: 751px) {
  .logo-pool {
    margin-top: 60px;
  }
}

.logo-pool .loopSlide {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #fff;
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide {
    width: 100vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide+.loopSlide {
    margin-top: 11px;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide+.loopSlide {
    margin-top: 1.8666666667vw;
  }
}

.logo-pool .loopSlide ul {
  padding: 0;
  width: 100vw;
  display: flex;
  flex-shrink: 0;
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide ul:first-child {
    animation: slide1 60s -30s linear infinite;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide ul:first-child {
    animation: slide1 24s -12s linear infinite;
  }
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide ul:last-child {
    animation: slide2 60s linear infinite;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide ul:last-child {
    animation: slide2 24s linear infinite;
  }
}

.logo-pool .loopSlide ul li {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-align: center;
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide ul li {
    min-width: 145px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide ul li {
    min-width: 25.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}

.logo-pool .loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide02 ul:first-child {
    animation: slide1 39.96s -30s linear infinite;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide02 ul:first-child {
    animation: slide1 15.984s -12s linear infinite;
  }
}

@media print,
screen and (min-width: 751px) {
  .logo-pool .loopSlide02 ul:last-child {
    animation: slide2 39.96s linear infinite;
  }
}

@media screen and (max-width: 750px) {
  .logo-pool .loopSlide02 ul:last-child {
    animation: slide2 15.984s linear infinite;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media print,
screen and (min-width: 751px) {
  .solutions {
    margin-top: 83px;
  }
}

@media screen and (max-width: 750px) {
  .solutions {
    margin-top: 19.6vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  .solutions .section-body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .solutions .section-body .layout.l-pc {
    width: 1080px;
    height: 695px;
    margin: 0 auto;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .bg {
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 950px;
    height: 508px;
  }

  .solutions .section-body .layout.l-pc .bg .images {
    position: relative;
    width: 950px;
    height: 508px;
  }

  .solutions .section-body .layout.l-pc .bg .images .item {
    width: 950px;
    height: 508px;
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    z-index: 0;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.active {
    z-index: 1;
    animation: SolBgShow 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.deactive {
    z-index: 0;
    animation: SolBgHide 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .bg .images .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .solutions .section-body .layout.l-pc .bg .images .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
    height: 508px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default {
    left: 0;
    top: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 4px solid #007cc5;
    border-radius: 50%;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default:after {
    display: none;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap h3.title {
    margin: 0;
    padding: 0;
    border: none;
    width: 385.61px;
    height: 60.61px;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap h3.title svg {
    width: 100%;
    height: 100%;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap .lead p {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }

  .solutions .section-body .layout.l-pc .bg .cover {
    position: absolute;
    z-index: 10;
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    width: 970px;
    height: 528px;
  }

  .solutions .section-body .layout.l-pc .bg .cover img {
    width: 100%;
    height: 100%;
  }

  .solutions .section-body .layout.l-pc .fg {
    width: 1080px;
    height: 695px;
    position: absolute;
    z-index: 20;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button {
    width: 200px;
    height: 200px;
    position: absolute;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    border-radius: 9999px;
    background-color: #C5D5DD;
    color: #ffffff;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-image: linear-gradient(45deg, #255094 0%, #56c5cb 100%);
    opacity: 1;
    transition: opacity 0.4s;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .icon {
    width: 77px;
    height: 68px;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .label {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .arrow {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: 11px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .arrow svg {
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b1 {
    left: 440px;
    top: 0px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b2 {
    left: 761px;
    top: 70px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b3 {
    left: 880px;
    top: 340px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b7 {
    left: 601px;
    top: 495px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b5 {
    left: 279px;
    top: 495px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b6 {
    left: 0px;
    top: 340px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b4 {
    left: 120px;
    top: 70px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons.has-active .button:not(.active) a:before {
    opacity: 0;
  }

  .solutions .section-body .layout.l-pc .stage {
    width: 330px;
    height: 295px;
    position: absolute;
    z-index: 31;
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
  }

  .solutions .section-body .layout.l-pc .stage .item {
    width: 330px;
    height: 295px;
    position: absolute;
    left: -9999px;
    top: -9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }

  .solutions .section-body .layout.l-pc .stage .item.active {
    animation: SolShow 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .stage .item.deactive {
    animation: SolHide 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .stage .item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    border: none;
  }

  .solutions .section-body .layout.l-pc .stage .item .lead {
    margin-top: 25px;
  }

  .solutions .section-body .layout.l-pc .stage .item .lead p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
  }

  .solutions .section-body .layout.l-pc .stage .item .link {
    margin-top: 38px;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background-color: #007cc5;
    border-radius: 6px;
    width: 240px;
    height: 60px;
    padding: 0 23px 0 30px;
    overflow: hidden;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .label {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .bar {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .icon svg {
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.4s;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .solutions .section-body .layout.l-sp {
    display: none;
  }

  .solutions .section-body .solution-sp-slider {
    display: none;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .solutions .section-body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .solutions .section-body .layout.l-pc {
    width: 1080px;
    height: 695px;
    margin: 0 auto;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .bg {
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 950px;
    height: 508px;
  }

  .solutions .section-body .layout.l-pc .bg .images {
    position: relative;
    width: 950px;
    height: 508px;
  }

  .solutions .section-body .layout.l-pc .bg .images .item {
    width: 950px;
    height: 508px;
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    z-index: 0;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.active {
    z-index: 1;
    animation: SolBgShow 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.deactive {
    z-index: 0;
    animation: SolBgHide 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .bg .images .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .solutions .section-body .layout.l-pc .bg .images .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
    height: 508px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default {
    left: 0;
    top: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 4px solid #007cc5;
    border-radius: 50%;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default:after {
    display: none;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap h3.title {
    margin: 0;
    padding: 0;
    border: none;
    width: 385.61px;
    height: 60.61px;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap h3.title svg {
    width: 100%;
    height: 100%;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap .lead p {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }

  .solutions .section-body .layout.l-pc .bg .cover {
    position: absolute;
    z-index: 10;
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    width: 970px;
    height: 528px;
  }

  .solutions .section-body .layout.l-pc .bg .cover img {
    width: 100%;
    height: 100%;
  }

  .solutions .section-body .layout.l-pc .fg {
    width: 1080px;
    height: 695px;
    position: absolute;
    z-index: 20;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button {
    width: 200px;
    height: 200px;
    position: absolute;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    border-radius: 9999px;
    background-color: #C5D5DD;
    color: #ffffff;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-image: linear-gradient(45deg, #255094 0%, #56c5cb 100%);
    opacity: 1;
    transition: opacity 0.4s;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .icon {
    width: 77px;
    height: 68px;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .label {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .arrow {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: 11px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .arrow svg {
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b1 {
    left: 440px;
    top: 0px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b2 {
    left: 761px;
    top: 70px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b3 {
    left: 880px;
    top: 340px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b7 {
    left: 601px;
    top: 495px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b5 {
    left: 279px;
    top: 495px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b6 {
    left: 0px;
    top: 340px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b4 {
    left: 120px;
    top: 70px;
  }

  .solutions .section-body .layout.l-pc .fg .buttons.has-active .button:not(.active) a:before {
    opacity: 0;
  }

  .solutions .section-body .layout.l-pc .stage {
    width: 330px;
    height: 295px;
    position: absolute;
    z-index: 31;
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
  }

  .solutions .section-body .layout.l-pc .stage .item {
    width: 330px;
    height: 295px;
    position: absolute;
    left: -9999px;
    top: -9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }

  .solutions .section-body .layout.l-pc .stage .item.active {
    animation: SolShow 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .stage .item.deactive {
    animation: SolHide 0.5s forwards;
  }

  .solutions .section-body .layout.l-pc .stage .item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    border: none;
  }

  .solutions .section-body .layout.l-pc .stage .item .lead {
    margin-top: 25px;
  }

  .solutions .section-body .layout.l-pc .stage .item .lead p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
  }

  .solutions .section-body .layout.l-pc .stage .item .link {
    margin-top: 38px;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background-color: #007cc5;
    border-radius: 6px;
    width: 240px;
    height: 60px;
    padding: 0 23px 0 30px;
    overflow: hidden;
    position: relative;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .label {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .bar {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .icon svg {
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.4s;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .solutions .section-body .layout.l-sp {
    display: none;
  }

  .solutions .section-body .solution-sp-slider {
    display: none;
  }

  .solutions .section-body .layout.l-pc {
    width: 68.031496063vw;
    height: 43.7795275591vw;
  }

  .solutions .section-body .layout.l-pc .bg {
    width: 59.842519685vw;
    height: 32vw;
  }

  .solutions .section-body .layout.l-pc .bg .images {
    width: 59.842519685vw;
    height: 32vw;
  }

  .solutions .section-body .layout.l-pc .bg .images .item {
    width: 59.842519685vw;
    height: 32vw;
  }

  .solutions .section-body .layout.l-pc .bg .images .item:after {
    width: 59.842519685vw;
    height: 32vw;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default {
    border: 0.2519685039vw solid #007cc5;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap {
    row-gap: 2.2047244094vw;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap h3.title {
    width: 24.2903937008vw;
    height: 3.8179527559vw;
  }

  .solutions .section-body .layout.l-pc .bg .images .item.default .wrap .lead p {
    font-size: 1.3858267717vw;
    line-height: 2.1417322835vw;
  }

  .solutions .section-body .layout.l-pc .bg .cover {
    width: 61.1023622047vw;
    height: 33.2598425197vw;
  }

  .solutions .section-body .layout.l-pc .fg {
    width: 68.031496063vw;
    height: 43.7795275591vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button {
    width: 12.5984251969vw;
    height: 12.5984251969vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a {
    width: 12.5984251969vw;
    height: 12.5984251969vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .icon {
    width: 4.8503937008vw;
    height: 4.2834645669vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .label {
    font-size: 1.1338582677vw;
    margin-top: 1.2598425197vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button a .arrow {
    width: 0.8188976378vw;
    height: 0.8188976378vw;
    margin-top: 0.6929133858vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b1 {
    left: 27.7165354331vw;
    top: 0vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b2 {
    left: 47.937007874vw;
    top: 4.4094488189vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b3 {
    left: 55.4330708661vw;
    top: 21.4173228346vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b7 {
    left: 37.8582677165vw;
    top: 31.1811023622vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b5 {
    left: 17.5748031496vw;
    top: 31.1811023622vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b6 {
    left: 0vw;
    top: 21.4173228346vw;
  }

  .solutions .section-body .layout.l-pc .fg .buttons .button.b4 {
    left: 7.5590551181vw;
    top: 4.4094488189vw;
  }

  .solutions .section-body .layout.l-pc .stage {
    width: 20.7874015748vw;
    height: 18.5826771654vw;
    top: 12.5984251969vw;
  }

  .solutions .section-body .layout.l-pc .stage .item {
    width: 20.7874015748vw;
    height: 18.5826771654vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .title {
    font-size: 1.8897637795vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .lead {
    margin-top: 1.5748031496vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .lead p {
    font-size: 1.3858267717vw;
    line-height: 1.8897637795vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .link {
    margin-top: 2.3937007874vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a {
    border-radius: 0.3779527559vw;
    width: 15.1181102362vw;
    height: 3.7795275591vw;
    padding: 0 1.4488188976vw 0 1.8897637795vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .label {
    font-size: 1.0078740157vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .bar {
    width: 0.062992126vw;
    height: 1.8897637795vw;
  }

  .solutions .section-body .layout.l-pc .stage .item .link a .icon {
    width: 0.8188976378vw;
    height: 0.8188976378vw;
    margin-left: 1.4488188976vw;
  }

  .solutions .section-body .layout.l-sp {
    display: none;
  }

  .solutions .section-body .solution-sp-slider {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .solutions .section-body {
    padding-top: 33.8666666667vw;
    padding-bottom: 37.3333333333vw;
  }

  .solutions .section-body .layout.l-pc {
    display: none;
  }

  .solutions .section-body .layout.l-sp {
    position: relative;
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    margin: 0 auto;
  }

  .solutions .section-body .layout.l-sp .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 69.3333333333vw;
    height: 69.3333333333vw;
  }

  .solutions .section-body .layout.l-sp .bg>.wrap {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    border: 0.5333333333vw solid #56C5CB;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4.8vw;
  }

  .solutions .section-body .layout.l-sp .bg>.wrap h3.title {
    margin: 0;
    padding: 0;
    border: none;
    width: 33.1786666667vw;
    height: 5.08vw;
  }

  .solutions .section-body .layout.l-sp .bg>.wrap h3.title svg {
    width: 100%;
    height: 100%;
  }

  .solutions .section-body .layout.l-sp .bg>.wrap .lead p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: center;
  }

  .solutions .section-body .layout.l-sp .fg {
    position: absolute;
    left: 0;
    top: 0;
    width: 69.3333333333vw;
    height: 69.3333333333vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons {
    position: relative;
    width: 69.3333333333vw;
    height: 69.3333333333vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button {
    position: absolute;
    z-index: 30;
    width: 21.8666666667vw;
    height: 21.8666666667vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap {
    display: flex;
    flex-direction: column;
    row-gap: 2.4vw;
    width: 21.8666666667vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap .label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.6vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap .label .text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
    text-align: center;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap .label .arrow {
    display: block;
    width: 3.2vw;
    height: 3.2vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap .label .arrow svg {
    width: 100%;
    height: 100%;
    fill: #007cc5;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21.8666666667vw;
    height: 21.8666666667vw;
    border-radius: 9999px;
    background: linear-gradient(45deg, #255094 0%, #56c5cb 100%);
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap a .icon {
    width: 12.5333333333vw;
    height: 11.0683982684vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button>.wrap a .icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b1 {
    left: 23.4666666667vw;
    top: -10.1333333333vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b2 {
    left: 51.2vw;
    top: 3.4666666667vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b3 {
    left: 58.4vw;
    top: 33.6vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b3>.wrap {
    flex-direction: column-reverse;
    bottom: auto;
    top: 0;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b7 {
    left: 38.9333333333vw;
    top: 58.4vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b7>.wrap {
    flex-direction: column-reverse;
    bottom: auto;
    top: 0;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b5 {
    left: 7.4666666667vw;
    top: 58.4vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b5>.wrap {
    flex-direction: column-reverse;
    bottom: auto;
    top: 0;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b6 {
    left: -11.7333333333vw;
    top: 33.6vw;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b6>.wrap {
    flex-direction: column-reverse;
    bottom: auto;
    top: 0;
  }

  .solutions .section-body .layout.l-sp .fg .buttons .button.b4 {
    left: -4vw;
    top: 3.4666666667vw;
  }

  .solutions .section-body .solution-sp-slider {
    position: fixed;
    z-index: 40;
    left: -9999px;
    top: -9999px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(234, 240, 243, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }

  .solutions .section-body .solution-sp-slider .close-button {
    position: fixed;
    z-index: 41;
    right: -9999px;
    top: -9999px;
    opacity: 0;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .solutions .section-body .solution-sp-slider .close-button a {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 1.6vw;
  }

  .solutions .section-body .solution-sp-slider .close-button a .bar {
    display: block;
    background-color: #002033;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4.2666666667vw;
    height: 0.2666666667vw;
  }

  .solutions .section-body .solution-sp-slider .close-button a .bar.b1 {
    rotate: 45deg;
  }

  .solutions .section-body .solution-sp-slider .close-button a .bar.b2 {
    rotate: -45deg;
  }

  .solutions .section-body .solution-sp-slider.active {
    animation: SolShow 0.5s forwards;
  }

  .solutions .section-body .solution-sp-slider.active .close-button {
    animation: SolModalCloseShowSP 0.5s forwards;
  }

  .solutions .section-body .solution-sp-slider.deactive {
    animation: SolHide 0.5s forwards;
  }

  .solutions .section-body .solution-sp-slider.deactive .close-button {
    animation: SolModalCloseHideSP 0.5s forwards;
  }

  .solutions .section-body .solution-sp-slider>.wrap {
    width: 100%;
  }

  .solutions .section-body .solution-sp-slider>.wrap>.title {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
    text-align: center;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container {
    margin-top: 4vw;
    width: 100%;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper {
    align-items: stretch;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item {
    width: 74.6666666667vw;
    height: auto;
    border-radius: 1.3333333333vw;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 22.4vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title {
    width: 74.6666666667vw;
    height: 26.6666666667vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .back {
    width: 74.6666666667vw;
    height: 26.6666666667vw;
    position: absolute;
    left: 0;
    top: 0;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .back img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .front {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template: "icon number" auto "icon label" auto/13.3333333333vw 1fr;
    column-gap: 3.7333333333vw;
    width: 66.6666666667vw;
    margin-left: 8vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .front .icon {
    grid-area: icon;
    background: linear-gradient(45deg, #255094 0%, #56c5cb 100%);
    border-radius: 9999px;
    height: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .front .icon svg {
    width: 7.5333333333vw;
    height: 6.6528138528vw;
    fill: #ffffff;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .front .number {
    grid-area: number;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    color: rgba(255, 255, 255, 0.5);
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item>.title .front .label {
    grid-area: label;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    color: white;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .lead {
    width: 58.6666666667vw;
    margin: 5.0666666667vw auto 0 auto;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .lead p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .link {
    width: 58.6666666667vw;
    height: 10.6666666667vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 6.6666666667vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background-color: #007cc5;
    border-radius: 1.6vw;
    width: 58.6666666667vw;
    height: 10.6666666667vw;
    padding: 0 3.6vw 0 5.6vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .link a .label {
    flex-grow: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .link a .bar {
    flex-shrink: 0;
    display: block;
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .link a .icon {
    flex-shrink: 0;
    display: block;
    width: 2.7733333333vw;
    height: 2.7733333333vw;
    margin-left: 3.2vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap .ss-container .ss-wrapper .ss-item .link a .icon svg {
    fill: #ffffff;
  }

  .solutions .section-body .solution-sp-slider>.wrap nav {
    display: flex;
    justify-content: center;
    column-gap: 5.3333333333vw;
    margin-top: 6.1333333333vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap nav .ss-button {
    position: relative;
    width: 8vw;
    height: 8vw;
    border-radius: 1.6vw;
    background-color: #ffffff;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .solutions .section-body .solution-sp-slider>.wrap nav .ss-button .icon {
    display: block;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap nav .ss-button .icon svg {
    width: 100%;
    height: 100%;
    fill: #007cc5;
  }

  .solutions .section-body .solution-sp-slider>.wrap nav .ss-pagination {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    align-items: center;
    width: auto;
    column-gap: 2.6666666667vw;
  }

  .solutions .section-body .solution-sp-slider>.wrap nav .ss-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background-color: rgba(0, 32, 51, 0.15);
  }

  .solutions .section-body .solution-sp-slider>.wrap nav .ss-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #002033;
  }
}

@keyframes SolBgShow {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }

  0.01% {
    left: 0;
    top: 0;
    opacity: 0;
  }

  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}

@keyframes SolBgHide {
  0% {
    left: 0;
    top: 0;
    opacity: 1;
  }

  99.9% {
    left: 0;
    top: 0;
    opacity: 1;
  }

  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}

@keyframes SolShow {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }

  0.01% {
    left: 0;
    top: 0;
    opacity: 0;
  }

  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}

@keyframes SolHide {
  0% {
    left: 0;
    top: 0;
    opacity: 1;
  }

  99.9% {
    left: 0;
    top: 0;
    opacity: 0;
  }

  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}

@keyframes SolModalCloseShowSP {
  0% {
    right: -9999px;
    top: -9999px;
    opacity: 0;
  }

  0.01% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }

  100% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }
}

@keyframes SolModalCloseHideSP {
  0% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }

  99.9% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }

  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}

.inquiry1 {
  background-color: #EAF0F3;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 {
    padding: 13.3333333333vw 0;
  }
}

.inquiry1 .layout {
  display: flex;
}

@media print,
screen and (min-width: 1281px) {
  .inquiry1 .layout {
    justify-content: center;
    align-items: center;
    column-gap: 30px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry1 .layout {
    justify-content: center;
    align-items: center;
    column-gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout {
    flex-direction: column;
    width: 92vw;
    margin: 0 auto;
    row-gap: 5.3333333333vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  .inquiry1 .layout li {
    width: 605px;
    height: 160px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry1 .layout li {
    width: 485px;
    height: 14.0625vw;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li {
    width: 92vw;
    height: 29.3333333333vw;
  }
}

.inquiry1 .layout li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 .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) {
  .inquiry1 .layout li a {
    padding-left: 3.125vw;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a {
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    border-radius: 1.6vw;
    padding-left: 5.3333333333vw;
  }
}

.inquiry1 .layout li a .layout {
  display: grid;
  position: relative;
  z-index: 1;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 .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) {
  .inquiry1 .layout li a .layout {
    grid-template: "image sub" auto "image main" auto/142px 1fr;
    column-gap: 2.890625vw;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .layout {
    grid-template: "image sub" auto "image main" auto/26.6666666667vw 1fr;
    column-gap: 5.6vw;
    row-gap: 0;
  }
}

.inquiry1 .layout li a .layout .image {
  grid-area: image;
  overflow: hidden;
  align-self: center;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 .layout li a .layout .image {
    width: 142px;
    height: 80px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .layout .image {
    width: 26.6666666667vw;
    height: 14.9333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.inquiry1 .layout li a .layout .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inquiry1 .layout li a .layout .sub {
  grid-area: sub;
  display: flex;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 .layout li a .layout .sub {
    column-gap: 9.8px;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .layout .sub {
    column-gap: 1.52vw;
  }
}

.inquiry1 .layout li a .layout .sub .icon {
  display: block;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 .layout li a .layout .sub .icon {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .layout .sub .icon {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.inquiry1 .layout li a .layout .sub .icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.inquiry1 .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) {
  .inquiry1 .layout li a .layout .sub .label {
    font-size: 18px;
    line-height: 22px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .inquiry1 .layout li a .layout .sub .label {
    font-size: 1.40625vw;
    line-height: 1.71875vw;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .layout .sub .label {
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
}

.inquiry1 .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) {
  .inquiry1 .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) {
  .inquiry1 .layout li a .layout .main {
    margin-top: 0.78125vw;
    font-size: 1.875vw;
    line-height: 1.2666666667;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .layout .main {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}

.inquiry1 .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) {
  .inquiry1 .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) {
  .inquiry1 .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;
  }
}

.inquiry1 .layout li a .arrow .std-icon-arrow {
  display: block;
}

@media print,
screen and (min-width: 751px) {
  .inquiry1 .layout li a .arrow .std-icon-arrow {
    width: 11px;
    height: 11px;
  }
}

@media screen and (max-width: 750px) {
  .inquiry1 .layout li a .arrow .std-icon-arrow {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

.inquiry1 .layout li a .arrow .std-icon-arrow svg {
  fill: #377cc5;
}

.inquiry1 .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) {
  .inquiry1 .layout li a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.inquiry1 .layout li.t1 a {
  background-color: #f59326;
}

.inquiry1 .layout li.t2 a {
  background-color: #377cc5;
}

@media screen and (max-width: 750px) {
  body main section.capability {
    background: linear-gradient(0deg, #255094 0%, #56c5cb 100%);
    padding-bottom: 13.3333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-title {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-title {
    background: none !important;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-title>.wrap .title .main {
    font-feature-settings: "palt";
    font-size: 8vw;
    display: block;
    width: calc(100% + 2.6666666667vw);
    transform: translate3d(-1.3333333333vw, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body {
    background-image: none;
  }
}

@media print,
screen and (min-width: 1281px) {
  body main section.capability .section-body>.wrap {
    width: 1240px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  body main section.capability .section-body>.wrap {
    width: 1240px;
    margin: 0 auto;
    padding-bottom: 100px;
    width: 100%;
    padding: 0 140px 100px 140px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap {
    width: 92.2666666667vw;
    margin: 0 auto;
  }
}

body main section.capability .section-body>.wrap>.lead p {
  color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap>.lead p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap>.lead p {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list {
    margin-top: 45px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame {
    --height: 95.4666666667vw;
    height: var(--height);
    overflow: hidden;
    position: relative;
    transition: height 1s;
  }
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list .frame>.cover {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame>.cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15.4666666667vw;
    background: linear-gradient(0deg, rgb(44, 99, 190) 0%, rgba(44, 99, 190, 0) 100%);
    transition: height 1s;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul {
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li {
    width: 393px;
    min-height: 130px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li {
    width: calc((100% - 60px) / 3);
    height: auto;
    min-height: 130px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li {
    width: 92.2666666667vw;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
}

@media print,
screen and (min-width: 1281px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a {
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.4s;
  }

  body main section.capability .section-body>.wrap .list .frame .wrap ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a {
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.4s;
    align-items: flex-start;
  }

  body main section.capability .section-body>.wrap .list .frame .wrap ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a {
    border-radius: 1.6vw;
    padding: 5.0666666667vw 8vw 5.0666666667vw 5.0666666667vw;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout {
  display: grid;
  position: relative;
  z-index: 1;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout {
    grid-template: "icon sub" 39px "main main" auto/44.1617647059px 1fr;
    column-gap: 9px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout {
    grid-template: "icon sub" 8.5333333333vw "main main" auto/9.662745098vw 1fr;
    column-gap: 3.1733333333vw;
    row-gap: 3.2533333333vw;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .icon {
  grid-area: icon;
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .icon svg {
  fill: #377cc5;
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .sub {
  grid-area: sub;
  align-self: center;
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .sub .tag {
  display: inline-block;
  background: linear-gradient(90deg, #255094 0%, #56c5cb 100%);
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .sub .tag {
    height: 28px;
    padding: 0 16px;
    font-size: 13px;
    line-height: 28px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .sub .tag {
    height: 6.4vw;
    padding: 0 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .main {
  grid-area: main;
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .main .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .main .label {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .layout .main .label {
    font-size: 4.8vw;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .std-icon-arrow {
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .std-icon-arrow {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .list .frame .wrap ul li a .std-icon-arrow {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    right: 3.7333333333vw;
  }
}

body main section.capability .section-body>.wrap .list .frame .wrap ul li a .std-icon-arrow svg {
  fill: #377cc5;
}

body main section.capability .section-body>.wrap .list.is-open .frame>.cover {
  height: 0;
}

@media print,
screen and (min-width: 751px) {
  body main section.capability .section-body>.wrap .sp-acc-button {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body main section.capability .section-body>.wrap .sp-acc-button {
    margin-top: 5.3333333333vw;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    column-gap: 3.2vw;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .label {
    font-size: 3.7333333333vw;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .label.l1 {
    display: block;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .label.l2 {
    display: none;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .arrow {
    flex-shrink: 0;
    width: 8vw;
    height: 8vw;
    background-color: #ffffff;
    border-radius: 1.6vw;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .arrow .icon {
    display: block;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    position: relative;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .arrow .icon svg {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    position: absolute;
    left: 0;
    top: 0;
    fill: #007cc5;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .arrow .icon svg.a1 {
    display: block;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a .arrow .icon svg.a2 {
    display: none;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a.is-open .label.l1 {
    display: none;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a.is-open .label.l2 {
    display: block;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a.is-open .arrow .icon svg.a1 {
    display: none;
  }

  body main section.capability .section-body>.wrap .sp-acc-button a.is-open .arrow .icon svg.a2 {
    display: block;
  }
}

body main section.capability:not(.plain) {
  background: linear-gradient(45deg, rgb(37, 80, 148) 0%, rgb(86, 197, 203) 100%);
}

body main section.capability:not(.plain) .section-title {
  background: none;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body {
    padding-bottom: 100px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body {
    padding-bottom: 100px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body {
    padding-bottom: 16vw;
  }
}

section.cost .section-body>.wrap {
  margin: 0 auto;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap {
    width: 1240px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap {
    width: 92vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.lead p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.lead p {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}

section.cost .section-body>.wrap>.layout {
  display: flex;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout {
    margin-top: 60px;
    justify-content: space-between;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout {
    margin-top: 60px;
    justify-content: space-between;
    column-gap: 60px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout {
    margin-top: 13.3333333333vw;
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .tabs {
    width: 360px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .tabs {
    width: 360px;
    flex-shrink: 0;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.cost .section-body>.wrap>.layout .tabs {
    width: 280px;
  }
}

section.cost .section-body>.wrap>.layout .tabs ul {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .tabs ul {
    column-gap: 1.8666666667vw;
  }
}

section.cost .section-body>.wrap>.layout .tabs ul li {
  border-style: solid;
  border-color: #D5D5D5;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul li {
    display: flex;
    align-items: center;
    height: 130px;
    border-width: 1px 0 0 0;
  }

  section.cost .section-body>.wrap>.layout .tabs ul li:last-child {
    border-bottom-width: 1px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .tabs ul li {
    width: 29.3333333333vw;
    border-width: 0;
  }

  section.cost .section-body>.wrap>.layout .tabs ul li+li {
    border-width: 0 0 0 0.2666666667vw;
    padding-left: 1.8666666667vw;
  }
}

section.cost .section-body>.wrap>.layout .tabs ul li a {
  width: 100%;
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a {
    justify-content: space-between;
    align-items: center;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a {
    column-gap: 10px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a {
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 0 12vw 0;
  }
}

section.cost .section-body>.wrap>.layout .tabs ul li a .label {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .label {
    font-size: 20px;
    line-height: 30px;
    transition: color 0.4s;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .label br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .label {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    font-feature-settings: "palt";
    text-align: center;
  }
}

section.cost .section-body>.wrap>.layout .tabs ul li a .arrow {
  flex-shrink: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .arrow {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 0 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .arrow {
    width: 8vw;
    height: 8vw;
    border-radius: 1.6vw;
    box-shadow: 0 0 0.6666666667vw rgba(0, 0, 0, 0.2);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .arrow i.icon {
    width: 11px;
    height: 11px;
  }

  section.cost .section-body>.wrap>.layout .tabs ul li a .arrow i.icon.sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a .arrow i.icon {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }

  section.cost .section-body>.wrap>.layout .tabs ul li a .arrow i.icon.pc {
    display: none;
  }
}

section.cost .section-body>.wrap>.layout .tabs ul li a .arrow i.icon svg {
  fill: #377cc5;
}

section.cost .section-body>.wrap>.layout .tabs ul li a[aria-selected=true] .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

section.cost .section-body>.wrap>.layout .tabs ul li a[aria-selected=true] .arrow {
  background-color: #377cc5;
}

section.cost .section-body>.wrap>.layout .tabs ul li a[aria-selected=true] .arrow .icon svg {
  fill: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .tabs ul li a:hover .label {
    color: #007cc5;
  }

  section.cost .section-body>.wrap>.layout .tabs ul li a:hover[aria-selected=true] .label {
    color: #002033;
  }
}

section.cost .section-body>.wrap>.layout .stage {
  border-style: solid;
  border-color: #D5D5D5;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage {
    width: 820px;
    border-width: 1px;
    border-radius: 5px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage {
    width: auto;
    flex-grow: 1;
    border-width: 1px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage {
    width: 92vw;
    border-width: 0.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set {
    width: 100%;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set[role=tabpanel][aria-hidden=false] {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout {
    width: 680px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout {
    width: 82.9268292683%;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout {
    width: 86.4vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout .lead p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout .lead p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout .image {
    width: 680px;
    height: 389.1111111111px;
    margin-top: 17px;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout .image {
    width: 100%;
    height: auto;
    margin-top: 17px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout .image {
    margin-top: 2.6666666667vw;
    width: 82.6666666667vw;
    height: 47.3037037037vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs1 .layout .image img {
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout {
    width: 680px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout {
    width: 82.9268292683%;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout {
    width: 84.5333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .lead p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .lead p {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy p {
  margin: 0;
  font-feature-settings: none;
  letter-spacing: 0.05em;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy p {
    line-height: 1.5;
    font-size: 18px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy p {
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0 5px;
  color: #255094;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .copy p strong {
    font-size: 24px;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table {
    margin-top: 18px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table br.sp {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table {
    margin-top: 5.3333333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table {
  border-collapse: collapse;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr th,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr td {
  border-style: solid;
  border-color: #E8E8E8;
  text-align: center;
  vertical-align: center;
}

@media print,
screen and (min-width: 751px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr th,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr td {
    border-width: 1px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr th,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr td {
    border-width: 0.2666666667vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d1 {
    width: 180px;
    height: 39px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d1 {
    width: 180px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d1 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d2 {
    width: 250px;
    height: 39px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d2 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d2 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d3 {
    width: 250px;
    height: 39px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d3 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 td.d3 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d1 {
    width: 180px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d1 {
    width: 180px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d1 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d2 {
    width: 250px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d2 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d2 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d3 {
    width: 250px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d3 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d3 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d1 {
    width: 180px;
    height: 57px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d1 {
    width: 180px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d1 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d2 {
    width: 250px;
    height: 57px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d2 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d2 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d3 {
    width: 250px;
    height: 57px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d3 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d3 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d1 {
    width: 180px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d1 {
    width: 180px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d1 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d2 {
    width: 250px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d2 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d2 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d3 {
    width: 250px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d3 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d3 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d1 {
    width: 180px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d1 {
    width: 180px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d1 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d2 {
    width: 250px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d2 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d2 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d3 {
    width: 250px;
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d3 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d3 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d1 {
    width: 180px;
    height: 60px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d1 {
    width: 180px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d1,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d1 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d2 {
    width: 250px;
    height: 60px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d2 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d2 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

@media print,
screen and (min-width: 1281px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d3 {
    width: 250px;
    height: 60px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d3 {
    width: 250px;
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d3 {
    width: 28vw;
    padding: 2.6666666667vw 0;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 {
  line-height: 1;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 {
    font-size: 12px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 {
    font-size: 2.6666666667vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d1 {
  border-top-width: 0;
  border-left-width: 0;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2 {
  background: linear-gradient(45deg, rgb(37, 80, 148) 0%, rgb(86, 197, 203) 100%);
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2 svg {
  fill: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2 svg {
    width: 119px;
    height: 17.952265625px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d2 svg {
    width: 21.3333333333vw;
    height: 3.2183333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r1 th.d3 {
  background-color: #F2F2F2;
}

@media print,
screen and (min-width: 751px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 {
    font-size: 0.9375vw;
    line-height: 1.40625vw;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 {
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th svg.positive,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td svg.positive {
  fill: #007cc5;
}

@media print,
screen and (min-width: 751px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td svg.positive {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th svg.positive,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td svg.positive {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td svg.mixed {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 750px) {

  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th svg.mixed,
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td svg.mixed {
    width: 3.2vw;
    height: 3.2vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 th.d1,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 th.d1,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 th.d1,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 th.d1,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 th.d1 {
  background-color: #007cc5;
  color: #ffffff;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d2,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d2,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d2,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d2,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d2 {
  background-color: #E1F6FF;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d3,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d4,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d3,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d4,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d3,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d4,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d3,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d4,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d3,
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d4 {
  color: #002033;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d3 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r2 td.d4 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d3 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r3 td.d4 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d3 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r4 td.d4 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d3 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r5 td.d4 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d3 svg:not(.positive),
section.cost .section-body>.wrap>.layout .stage .cost-set.cs2 .layout .table>.wrap table tr.r6 td.d4 svg:not(.positive) {
  fill: #002033;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout {
    width: 780px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout {
    width: 80vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .lead p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .lead p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison {
    column-gap: 30px;
    margin-top: 20px;
    justify-content: center;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison {
    column-gap: 2.34375vw;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison {
    flex-direction: column;
    row-gap: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article {
  flex-shrink: 0;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article {
    width: 360px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article {
    width: calc((100% - 30px) / 2);
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article {
    width: 100%;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-title h3.title {
  margin: 0 auto;
  padding: 0;
  border: none;
  line-height: 1;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-title h3.title {
    width: 244px;
    height: 37px;
    padding: 0 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-title h3.title {
    height: 8vw;
    font-size: 3.7333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body {
    margin-top: 25px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body {
    margin-top: 5.8666666667vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure {
  margin: 0;
  padding: 0;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure .image {
  width: 100%;
  height: 57.2222222222%;
}

@media print,
screen and (min-width: 1281px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure .image {
    width: 360px;
    height: 206px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure .image {
    width: 100%;
    height: auto;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure .image svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption {
    margin-top: 1.3333333333vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p {
  margin: 0;
  text-align: center;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p {
    font-size: 14px;
    line-height: 17px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p {
    font-size: 1.328125vw;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p {
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p+p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p+p {
    margin-top: 2.6666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p.note {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p.note {
    font-size: 2.4vw;
  }
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p strong.s1 {
  color: #007cc5;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article .article-body figure figcaption p strong.s2 {
  color: #a81647;
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article.a1 .article-title h3.title {
  background: linear-gradient(to right, rgb(37, 80, 148) 0%, rgb(86, 197, 203) 100%);
}

section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article.a1 .article-title h3.title svg {
  fill: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article.a1 .article-title h3.title svg {
    width: 134px;
    height: 20.21515625px;
  }
}

@media screen and (max-width: 750px) {
  section.cost .section-body>.wrap>.layout .stage .cost-set.cs3 .layout .comparison article.a1 .article-title h3.title svg {
    width: 25.3333333333vw;
    height: 3.8217708333vw;
  }
}

section.support {
  background-color: #eaf0f3;
}

section.support .section-body .wrap {
  margin: 0 auto;
}

@media print,
screen and (min-width: 1281px) {
  section.support .section-body .wrap {
    width: 1240px;
    padding-bottom: 120px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap {
    width: 100%;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap {
    width: 92vw;
    padding-bottom: 20vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article+article {
    margin-top: 140px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article+article {
    margin-top: 26.6666666667vw;
  }
}

section.support .section-body .wrap>article>.article-title {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article>.article-title {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article>.article-title {
    padding: 0 0 0 6.4vw;
  }
}

section.support .section-body .wrap>article>.article-title .icon {
  display: block;
  position: absolute;
  left: 0;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article>.article-title .icon {
    width: 16px;
    height: 16px;
    top: 7px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article>.article-title .icon {
    width: 3.2vw;
    height: 3.2vw;
    top: 2.1333333333vw;
  }
}

section.support .section-body .wrap>article>.article-title .icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

section.support .section-body .wrap>article>.article-title .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article>.article-title .text {
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article>.article-title .text {
    font-size: 5.0666666667vw;
    line-height: 7.4666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article>.article-body {
    margin-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article>.article-body {
    margin-top: 16vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set {
    column-gap: 80px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.support .section-body .wrap>article.a1 .article-body .set {
    column-gap: 40px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set {
    flex-direction: column;
    row-gap: 10.6666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set+.set {
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set+.set {
    margin-top: 17.3333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set.s2 {
    flex-direction: row-reverse;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content {
    flex-shrink: 0;
    width: 580px;
    padding-top: 30px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content {
    width: 420px;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-title {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #002033;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-title {
    font-size: 24px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-title {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-title strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-title strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-title strong {
    font-size: 8vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body {
    margin-top: 5.3333333333vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list {
  background-color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list {
    border-radius: 5px;
    padding: 9px 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li {
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li {
    padding: 20px 0 20px 40px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li {
    padding: 2.6666666667vw 0 2.6666666667vw 6.6666666667vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li+li {
  border-style: solid;
  border-color: #d5d5d5;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li+li {
    border-width: 1px 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li+li {
    border-width: 0.2666666667vw 0 0 0;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .icon {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .icon svg {
  width: 100%;
  height: 100%;
  fill: #377cc5;
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .text {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .list li .text {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link {
    margin-top: 5.3333333333vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-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) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a {
    border-radius: 6px;
    width: 340px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a {
    border-radius: 1.6vw;
    width: 80vw;
    height: 13.3333333333vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-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) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .label {
    font-size: 4vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-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) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a .icon svg {
  fill: #ffffff;
}

section.support .section-body .wrap>article.a1 .article-body .set .content .set-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) {
  section.support .section-body .wrap>article.a1 .article-body .set .content .set-body .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media print,
screen and (min-width: 1281px) {
  section.support .section-body .wrap>article.a1 .article-body .set .image {
    flex-shrink: 0;
    width: 580px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap>article.a1 .article-body .set .image {
    flex-shrink: 1;
    width: auto;
  }
}

@media print,
screen and (min-width: 1281px) {
  section.support .section-body .wrap>article.a1 .article-body .set .image img {
    width: 580px;
    height: 435px;
    border-radius: 10px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap>article.a1 .article-body .set .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a1 .article-body .set .image img {
    width: 92vw;
    height: 69vw;
    border-radius: 2.6666666667vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list {
  display: flex;
}

@media print,
screen and (min-width: 1281px) {
  section.support .section-body .wrap>article.a2>.article-body .list {
    column-gap: 30px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap>article.a2>.article-body .list {
    column-gap: 30px;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article {
    width: 393.3333333333px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article {
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article {
    width: 90.6666666667vw;
    margin-left: 1.3333333333vw;
    display: flex;
    column-gap: 5.3333333333vw;
    align-items: stretch;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0;
}

@media print,
screen and (min-width: 1281px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title {
    row-gap: 22.7px;
  }

  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title: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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title {
    row-gap: 22.7px;
  }

  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title: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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title {
    width: 16vw;
    flex-shrink: 0;
    row-gap: 2.6666666667vw;
  }

  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title:after {
    content: "";
    display: block;
    background-color: #377cc5;
    width: 0.2666666667vw;
    flex-grow: 1;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .circle {
    border-width: 3px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .circle {
    border-width: 0.8vw;
    width: 16vw;
    height: 16vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .circle .icon {
    width: 68px;
    height: 53.4285714286px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .circle .icon {
    width: 9.3333333333vw;
    height: 7.3333333333vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .circle .icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #002033;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .label {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-title .label {
    font-size: 4.8vw;
    line-height: 6.4vw;
    text-align: center;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body {
    border-radius: 5px;
    padding: 30px 30px 32px 30px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body {
    width: 69.3333333333vw;
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 6.4vw 5.3333333333vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body:before {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  rotate: 45deg;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body:before {
    margin: auto;
    left: 0;
    right: 0;
    width: 25px;
    height: 25px;
    top: -8.5px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: -1.0133333333vw;
    top: 4.5866666667vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag {
  display: flex;
  align-items: center;
  border-style: solid;
  border-color: #377cc5;
  border-radius: 9999px;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag {
    border-width: 2px;
    padding: 10px 20px 10px 10px;
    column-gap: 13px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag {
    border-width: 0.5333333333vw;
    padding: 2.2666666667vw 3.4666666667vw 2.2666666667vw 2.1333333333vw;
    column-gap: 1.8666666667vw;
    position: relative;
    z-index: 1;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .icon {
  display: block;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .icon svg {
  width: 100%;
  height: 100%;
  fill: #377cc5;
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #377cc5;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .label {
    font-size: 15px;
    line-height: 15px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .tag .label {
    font-size: 3.4666666667vw;
    line-height: 3.4666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .lead {
    margin-top: 16px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .lead {
    margin-top: 2.9333333333vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .lead p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .lead p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    font-feature-settings: "palt";
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link {
  width: 100%;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link {
    margin-top: 41px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link {
    margin-top: 4vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-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);
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .label {
    font-size: 3.7333333333vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .icon svg {
  fill: #ffffff;
}

section.support .section-body .wrap>article.a2>.article-body .list>article>.article-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) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a {
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.support .section-body .wrap>article.a2>.article-body .list>article>.article-body .link a .label {
    font-size: 1.09375vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body .list>article:last-child .article-title:before {
  display: none;
}

section.support .section-body .wrap>article.a2>.article-body .list>article:last-child .article-title:after {
  display: none;
}

section.support .section-body .wrap>article.a2>.article-body>.link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body>.link {
    margin-top: 60px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body>.link {
    margin-top: 10.6666666667vw;
    row-gap: 4.8vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body>.link .button 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) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a {
    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) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a {
    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);
  }
}

section.support .section-body .wrap>article.a2>.article-body>.link .button 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) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a .label {
    font-size: 4vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body>.link .button 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) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body>.link .button a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

section.support .section-body .wrap>article.a2>.article-body>.link .button a .icon svg {
  fill: #ffffff;
}

section.support .section-body .wrap>article.a2>.article-body>.link .button 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) {
  section.support .section-body .wrap>article.a2>.article-body>.link .button a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

section.support .section-body .wrap>article.a2>.article-body>.link .note p {
  padding-left: 1.1em;
  position: relative;
  color: rgba(0, 32, 51, 0.6);
}

section.support .section-body .wrap>article.a2>.article-body>.link .note p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media print,
screen and (min-width: 751px) {
  section.support .section-body .wrap>article.a2>.article-body>.link .note p {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  section.support .section-body .wrap>article.a2>.article-body>.link .note p {
    font-size: 3.4666666667vw;
  }
}

section.security {
  background: linear-gradient(45deg, rgb(37, 80, 148) 0%, rgb(86, 197, 203) 100%);
}

@media print,
screen and (min-width: 751px) {
  section.security {
    padding: 115px 0;
  }
}

@media screen and (max-width: 750px) {
  section.security {
    padding: 15.2vw 0 20vw 0;
  }
}

section.security>.layout {
  margin: 0 auto;
  display: flex;
}

@media print,
screen and (min-width: 1281px) {
  section.security>.layout {
    width: 1240px;
    column-gap: 64px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.security>.layout {
    width: 100%;
    padding: 0 140px;
    column-gap: 64px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout {
    width: 92vw;
    flex-direction: column;
    row-gap: 18.6666666667vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  section.security>.layout .content {
    width: 620px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.security>.layout .content {
    flex-shrink: 0;
    width: 400px;
  }
}

section.security>.layout .content .section-title>.wrap .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-color: #CCDAE1;
  margin: 0;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-title>.wrap .title {
    padding: 0 0 32px 0;
    row-gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-title>.wrap .title {
    padding: 0 0 6.1333333333vw 0;
    row-gap: 2.1333333333vw;
  }
}

section.security>.layout .content .section-title>.wrap .title:after {
  background: linear-gradient(90deg, rgb(37, 80, 148) 0%, rgb(86, 197, 203) 100%);
  border: none;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-title>.wrap .title:after {
    width: 100px;
    height: 3px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-title>.wrap .title:after {
    width: 21.3333333333vw;
    height: 0.8vw;
  }
}

section.security>.layout .content .section-title>.wrap .title .sub {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-title>.wrap .title .sub {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-title>.wrap .title .sub {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}

section.security>.layout .content .section-title>.wrap .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-title>.wrap .title .main {
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-title>.wrap .title .main {
    font-size: 8vw;
    line-height: 9.6vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-body {
    margin-top: 46px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body {
    margin-top: 30px;
  }
}

section.security>.layout .content .section-body .lead p {
  color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-body .lead p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body .lead p {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-body .link {
    margin-top: 42px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body .link {
    margin-top: 8vw;
  }
}

section.security>.layout .content .section-body .link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #002033;
  background-color: white;
  position: relative;
  overflow: hidden;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-body .link a {
    border-radius: 6px;
    width: 400px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body .link a {
    border-radius: 1.6vw;
    width: 92vw;
    height: 13.3333333333vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

section.security>.layout .content .section-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) {
  section.security>.layout .content .section-body .link a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body .link a .label {
    font-size: 4vw;
  }
}

section.security>.layout .content .section-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) {
  section.security>.layout .content .section-body .link a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body .link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

section.security>.layout .content .section-body .link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-body .link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .content .section-body .link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

section.security>.layout .content .section-body .link a .icon svg {
  fill: #ffffff;
}

section.security>.layout .content .section-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) {
  section.security>.layout .content .section-body .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media print,
screen and (min-width: 751px) {
  section.security>.layout .content .section-body .link a {
    transition: background-color 0.4s;
  }

  section.security>.layout .content .section-body .link a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

section.security>.layout .content .section-body .link a .bar {
  background-color: rgba(70, 70, 70, 0.15);
}

section.security>.layout .content .section-body .link a .icon svg {
  fill: #377cc5;
}

@media print,
screen and (min-width: 1281px) {
  section.security>.layout .image {
    width: 556px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.security>.layout .image {
    width: auto;
    flex-shrink: 1;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  section.security>.layout .image {
    width: 70vw;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 1281px) {
  section.security>.layout .image img {
    width: 512.93px;
    height: 351.6172318841px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  section.security>.layout .image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  section.security>.layout .image img {
    width: 92vw;
    height: 63.0666666667vw;
  }
}

section.security .security-modal {
  position: fixed;
  z-index: 40;
  left: -9999px;
  top: -9999px;
  width: 100%;
  height: 100dvh;
  background-color: rgba(234, 240, 243, 0.95);
  overflow: auto;
  opacity: 0;
}

section.security .security-modal .security-modal-content {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content {
    top: 50px;
    width: 1239px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content {
    top: 21.3333333333vw;
    width: 80vw;
    padding-bottom: 21.3333333333vw;
  }
}

section.security .security-modal .security-modal-content>.layout {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout {
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}

section.security .security-modal .security-modal-content>.layout article {
  background-color: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout article {
    width: 393px;
    border-radius: 5px;
    padding: 40px 30px 25px 30px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout article {
    width: 80vw;
    border-radius: 1.3333333333vw;
    padding: 10.6666666667vw 8vw 5.3333333333vw 8vw;
  }
}

section.security .security-modal .security-modal-content>.layout article figure {
  margin: 0;
  padding: 0;
}

section.security .security-modal .security-modal-content>.layout article figure .image {
  text-align: center;
}

section.security .security-modal .security-modal-content>.layout article figure .image img {
  object-fit: cover;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout article figure .image img {
    width: 201px;
    height: 147px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout article figure .image img {
    width: 53.6vw;
    height: 39.2vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption {
    margin-top: 36px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption {
    margin-top: 9.6vw;
  }
}

section.security .security-modal .security-modal-content>.layout article figure figcaption .title {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption .title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption .title {
    font-size: 4vw;
    line-height: 6.4vw;
  }
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption .lead {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption .lead {
    margin-top: 5.3333333333vw;
  }
}

section.security .security-modal .security-modal-content>.layout article figure figcaption .lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #002033;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption .lead p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .security-modal-content>.layout article figure figcaption .lead p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

section.security .security-modal .close-button {
  position: fixed;
  z-index: 41;
  right: -9999px;
  top: -9999px;
  opacity: 0;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .close-button {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .close-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

section.security .security-modal .close-button a {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .close-button a {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .close-button a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 1.6vw;
  }
}

section.security .security-modal .close-button a .bar {
  display: block;
  background-color: #002033;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal .close-button a .bar {
    width: 20.17px;
    height: 1.26px;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal .close-button a .bar {
    width: 4.2666666667vw;
    height: 0.2666666667vw;
  }
}

section.security .security-modal .close-button a .bar.b1 {
  rotate: 45deg;
}

section.security .security-modal .close-button a .bar.b2 {
  rotate: -45deg;
}

section.security .security-modal.active {
  animation: SecModalShow 0.5s forwards;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal.active .close-button {
    animation: SecModalCloseShowPC 0.5s forwards;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal.active .close-button {
    animation: SecModalCloseShowSP 0.5s forwards;
  }
}

section.security .security-modal.deactive {
  animation: SecModalHide 0.5s forwards;
}

@media print,
screen and (min-width: 751px) {
  section.security .security-modal.deactive .close-button {
    animation: SecModalCloseHidePC 0.5s forwards;
  }
}

@media screen and (max-width: 750px) {
  section.security .security-modal.deactive .close-button {
    animation: SecModalCloseHideSP 0.5s forwards;
  }
}

@keyframes SecModalShow {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }

  0.01% {
    left: 0;
    top: 0;
    opacity: 0;
  }

  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}

@keyframes SecModalHide {
  0% {
    left: 0;
    top: 0;
    opacity: 1;
  }

  99.9% {
    left: 0;
    top: 0;
    opacity: 0;
  }

  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}

@keyframes SecModalCloseShowPC {
  0% {
    right: -9999px;
    top: -9999px;
    opacity: 0;
  }

  0.01% {
    right: 20px;
    top: 20px;
    opacity: 0;
  }

  100% {
    right: 20px;
    top: 20px;
    opacity: 1;
  }
}

@keyframes SecModalCloseHidePC {
  0% {
    right: 20px;
    top: 20px;
    opacity: 1;
  }

  99.9% {
    right: 20px;
    top: 20px;
    opacity: 0;
  }

  100% {
    right: -9999px;
    top: -9999px;
    opacity: 0;
  }
}

@keyframes SecModalCloseShowSP {
  0% {
    right: -9999px;
    top: -9999px;
    opacity: 0;
  }

  0.01% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }

  100% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }
}

@keyframes SecModalCloseHideSP {
  0% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }

  99.9% {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }

  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}

/* slick */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin: -10px 0 0 0;
  width: 20px;
  height: 33px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0;
  overflow: visible;
  z-index: 1;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -20px;
}

.slick-next {
  background: url("https://www.works-hi.co.jp/application/files/9516/9572/7739/arrow_next.png") no-repeat center center !important;
  background-size: 20px auto !important;
}

.slick-prev {
  background: url("https://www.works-hi.co.jp/application/files/2116/9572/7739/arrow_prev.png") no-repeat center center !important;
  background-size: 20px auto !important;
}

/*
.slick-next:before,
.slick-prev:before{position:absolute;top:0;bottom:0;left:0;margin:auto;content:"";vertical-align:middle;width:9pt;height:9pt;box-sizing:border-box;border:13pt solid transparent}
.slick-next:before{border-left:13pt solid #fd664f}.slick-prev:before{border-right:13pt solid #fd664f}
*/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  background: 0 0 !important;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0 !important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  content: "•";
  text-align: center;
  color: #979797;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #3382c2;
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.customer {
  background-color: #eaf0f3;
}

@media print,
screen and (min-width: 751px) {
  .customer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 750px) {
  .customer {
    padding-bottom: 26.6666666667vw;
  }
}

@media print,
screen and (min-width: 1281px) {
  .customer .section-body {
    width: 1120px;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .customer .section-body {
    width: calc(100% - 280px);
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slider {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slider {
    width: 78.6666666667vw;
    margin: 0 auto;
  }
}

.customer .section-body #pickuparea .pic {
  margin: 0;
}

.customer .section-body #pickuparea .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-list {
    height: auto !important;
  }
}

.customer .section-body #pickuparea .item {
  height: auto;
  position: relative;
  width: 33.33% !important;
  padding: 0;
  margin: 0 10px 20px 10px;
  background: #fff;
  box-shadow: 4px 2px 10px rgba(61, 61, 61, 0.1882352941);
  transition: 0.3s;
  overflow: hidden;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .item {
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .item {
    border-radius: 1.3333333333vw;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
}

.customer .section-body #pickuparea .item a {
  display: block;
  height: 100%;
}

.customer .section-body #pickuparea .item h3 {
  margin: 20px 20px;
  color: #004f94;
  line-height: 1.5;
  border: none;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.customer .section-body #pickuparea .item .text {
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 30px;
  color: #000;
  font-size: 20px;
  width: 100%;
}

.customer .section-body #pickuparea .item .cat {
  margin: 0 20px 20px 20px;
}

.customer .section-body #pickuparea .item ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.customer .section-body #pickuparea .item .problem li {
  margin: 0 25px 0 0;
  background: none !important;
  padding: 0;
}

.customer .section-body #pickuparea .tag {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-image: linear-gradient(to right, #3381c2 0%, #54aebb 100%);
  padding: 5px 20px;
  color: #fff;
  /*  min-width: 120px;*/
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.customer .section-body #pickuparea .picarea {
  position: relative;
}

.customer .section-body #pickuparea .pic img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.customer .section-body #pickuparea .item ul li,
.customer .section-body #pickuparea .filtering-list ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #f6f9fc url("https://www.works-hi.co.jp/application/files/1916/5400/0812/nav-column-tag.svg") no-repeat scroll 5px center !important;
  background-size: 14px 14px !important;
  padding: 2px 8px 2px 25px;
  color: #090909;
}

.customer .section-body #pickuparea .filtering-list:hover,
.customer .section-body #pickuparea .item:hover {
  box-shadow: 0 0 10px rgba(61, 61, 61, 0.5019607843);
}

.customer .section-body #pickuparea .slick-prev,
.customer .section-body #pickuparea .slick-next {
  background-image: none !important;
  background-color: #ffffff !important;
}

@media print,
screen and (min-width: 751px) {

  .customer .section-body #pickuparea .slick-prev,
  .customer .section-body #pickuparea .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {

  .customer .section-body #pickuparea .slick-prev,
  .customer .section-body #pickuparea .slick-next {
    width: 8vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-prev {
    left: -60px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-prev {
    left: -8vw;
  }
}

.customer .section-body #pickuparea .slick-prev:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-prev:before {
    display: block;
    padding: 13px 0 0 0;
    width: 13px;
    height: 0;
    overflow: hidden;
    background-image: url("/application/themes/stuccov2/css/img/topv4/_arr_1_l_bl.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    text-indent: -5000px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-prev:before {
    display: block;
    padding: 2.9333333333vw 0 0 0;
    width: 2.9333333333vw;
    height: 0;
    overflow: hidden;
    background-image: url("/application/themes/stuccov2/css/img/topv4/_arr_1_l_bl.svg");
    background-repeat: no-repeat;
    background-size: 2.9333333333vw 2.9333333333vw;
    text-indent: -5000px;
  }
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-next {
    right: -60px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-next {
    right: -8vw;
  }
}

.customer .section-body #pickuparea .slick-next:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-next:before {
    display: block;
    padding: 13px 0 0 0;
    width: 13px;
    height: 0;
    overflow: hidden;
    background-image: url("/application/themes/stuccov2/css/img/topv4/_arr_1_r_bl.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    text-indent: -5000px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-next:before {
    display: block;
    padding: 2.9333333333vw 0 0 0;
    width: 2.9333333333vw;
    height: 0;
    overflow: hidden;
    background-image: url("/application/themes/stuccov2/css/img/topv4/_arr_1_r_bl.svg");
    background-repeat: no-repeat;
    background-size: 2.9333333333vw 2.9333333333vw;
    text-indent: -5000px;
  }
}

.customer .section-body #pickuparea .slick-dots {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-dots {
    column-gap: 10px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-dots {
    column-gap: 1.6vw;
  }
}

.customer .section-body #pickuparea .slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.customer .section-body #pickuparea .slick-dots li button {
  height: 0;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #bdc4c7;
  padding: 0;
}

.customer .section-body #pickuparea .slick-dots li button:before {
  display: none;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body #pickuparea .slick-dots li button {
    width: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body #pickuparea .slick-dots li button {
    width: 1.6vw;
    padding-top: 1.6vw;
  }
}

.customer .section-body #pickuparea .slick-dots li.slick-active button {
  background-color: #377cc5;
}

.customer .section-body>.link {
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body>.link {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body>.link {
    margin-top: 13.3333333333vw;
  }
}

.customer .section-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) {
  .customer .section-body>.link a {
    border-radius: 6px;
    width: 340px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body>.link a {
    border-radius: 1.6vw;
    width: 80vw;
    height: 13.3333333333vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

.customer .section-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) {
  .customer .section-body>.link a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body>.link a .label {
    font-size: 4vw;
  }
}

.customer .section-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) {
  .customer .section-body>.link a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body>.link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

.customer .section-body>.link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  .customer .section-body>.link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  .customer .section-body>.link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

.customer .section-body>.link a .icon svg {
  fill: #ffffff;
}

.customer .section-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) {
  .customer .section-body>.link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media print,
screen and (min-width: 751px) {
  .casestudy {
    padding: 60px 0;
  }
}

@media screen and (max-width: 750px) {
  .casestudy {
    padding: 21.3333333333vw 0;
  }
}

.casestudy .layout {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout {
    justify-content: center;
    column-gap: 80px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout {
    flex-direction: column;
    align-items: center;
    row-gap: 8.5333333333vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout .image {
    width: 284px;
    height: 160px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout .image {
    width: 75.7333333333vw;
    height: 42.6666666667vw;
  }
}

.casestudy .layout .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout figcaption .sub {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .sub {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
  }
}

.casestudy .layout figcaption .title {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.casestudy .layout figcaption .title:after {
  display: none;
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout figcaption .title {
    margin-top: 17px;
    font-size: 28px;
    line-height: 28px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .title {
    margin-top: 2.4vw;
    font-size: 5.8666666667vw;
    line-height: 8vw;
  }
}

.casestudy .layout figcaption .link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background-color: #f59326;
  position: relative;
  overflow: hidden;
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout figcaption .link a {
    border-radius: 6px;
    width: 340px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .link a {
    border-radius: 1.6vw;
    width: 80vw;
    height: 13.3333333333vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

.casestudy .layout figcaption .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) {
  .casestudy .layout figcaption .link a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .link a .label {
    font-size: 4vw;
  }
}

.casestudy .layout figcaption .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) {
  .casestudy .layout figcaption .link a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

.casestudy .layout figcaption .link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout figcaption .link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

.casestudy .layout figcaption .link a .icon svg {
  fill: #ffffff;
}

.casestudy .layout figcaption .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) {
  .casestudy .layout figcaption .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media print,
screen and (min-width: 751px) {
  .casestudy .layout figcaption .link a {
    margin-top: 27px;
  }
}

@media screen and (max-width: 750px) {
  .casestudy .layout figcaption .link a {
    margin-top: 6.9333333333vw;
  }
}

.information {
  background-color: #EAF0F3;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body {
    padding-bottom: 16vw;
  }
}

.information .section-body .list {
  display: grid;
  margin: 0 auto;
}

@media print,
screen and (min-width: 1281px) {
  .information .section-body .list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    width: 1240px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .information .section-body .list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
    padding: 0 140px;
    flex-wrap: wrap;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1050px) {
  .information .section-body .list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list {
    flex-direction: column;
    width: 92vw;
    row-gap: 2.6666666667vw;
  }
}

.information .section-body .list article a {
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #377cc5;
  background-color: #ffffff;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a {
    border-width: 2px;
    border-radius: 5px;
    padding: 32px 30px 71px 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
  }

  .information .section-body .list article a:hover {
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.3);
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .information .section-body .list article a {
    padding: 16px 15px 60px 15px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a {
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw 16vw 6.4vw 5.3333333333vw;
    box-shadow: 0 0.4vw 0.6666666667vw rgba(0, 0, 0, 0.2);
  }
}

.information .section-body .list article a .layout {
  display: grid;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .layout {
    grid-template: "icon" auto "title" auto "lead" auto/auto;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .layout {
    grid-template: "icon title" auto "lead lead" auto/12vw auto;
    column-gap: 5.3333333333vw;
    row-gap: 4vw;
  }
}

.information .section-body .list article a .layout .icon {
  grid-area: icon;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .layout .icon img {
    width: 63px;
    height: 62px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .layout .icon img {
    width: 12vw;
    height: 11.8095238095vw;
  }
}

.information .section-body .list article a .layout .title {
  grid-area: title;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .layout .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .layout .title {
    align-self: center;
  }
}

.information .section-body .list article a .layout .title h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .layout .title h3 {
    font-size: 26px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .information .section-body .list article a .layout .title h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .layout .title h3 {
    font-size: 5.3333333333vw;
  }
}

.information .section-body .list article a .layout .lead {
  grid-area: lead;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .layout .lead {
    margin-top: 30px;
  }
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .layout .lead p {
    font-size: 16px;
    line-height: 1.375;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .information .section-body .list article a .layout .lead p {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .layout .lead p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.information .section-body .list article a .arrow {
  position: absolute;
  background-color: #377cc5;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .arrow {
    width: 8vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .information .section-body .list article a .arrow .icon {
    width: 11px;
    height: 11px;
  }
}

@media screen and (max-width: 750px) {
  .information .section-body .list article a .arrow .icon {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

.information .section-body .list article a .arrow .icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

@media print,
screen and (min-width: 751px) {
  .news {
    padding: 140px 0 140px 0;
  }
}

@media screen and (max-width: 750px) {
  .news {
    padding: 16vw 0 16vw 0;
  }
}

.news>.layout {
  margin: 0 auto;
  display: grid;
}

@media print,
screen and (min-width: 1281px) {
  .news>.layout {
    width: 1240px;
    grid-template: "title body" auto "link body" 1fr/280px 820px;
    column-gap: 140px;
    row-gap: 56px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1280px) {
  .news>.layout {
    width: 100%;
    padding: 0 140px;
    grid-template: "title body" auto "link body" 1fr/280px 1fr;
    column-gap: 50px;
    row-gap: 56px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout {
    width: 92vw;
    grid-template: "title" auto "body" 1fr "link" auto/auto;
  }
}

.news>.layout .section-title {
  grid-area: title;
}

.news>.layout .section-title>.wrap .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  margin: 0;
  padding: 0;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-title>.wrap .title {
    row-gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-title>.wrap .title {
    row-gap: 2.1333333333vw;
  }
}

.news>.layout .section-title>.wrap .title:after {
  display: none;
}

.news>.layout .section-title>.wrap .title .sub {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #377cc5;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-title>.wrap .title .sub {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-title>.wrap .title .sub {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}

.news>.layout .section-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) {
  .news>.layout .section-title>.wrap .title .main {
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-title>.wrap .title .main {
    font-size: 8vw;
    line-height: 9.6vw;
  }
}

.news>.layout .section-body {
  grid-area: body;
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body {
    margin-top: 13.3333333333vw;
  }
}

.news>.layout .section-body .list article {
  border-style: solid;
  border-color: #D5D5D5;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article {
    border-width: 0 0 1px 0;
    padding-bottom: 33px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article {
    border-width: 0 0 0.2666666667vw 0;
    padding-bottom: 5.0666666667vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article+article {
    margin-top: 33px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article+article {
    margin-top: 5.0666666667vw;
  }
}

.news>.layout .section-body .list article a {
  display: block;
}

.news>.layout .section-body .list article a>.layout {
  display: grid;
  grid-template: "tags date" auto "content content" 1fr/auto 1fr;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article a>.layout {
    column-gap: 20px;
    row-gap: 16px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article a>.layout {
    column-gap: 2.9333333333vw;
    row-gap: 3.8666666667vw;
  }
}

.news>.layout .section-body .list article a>.layout .tags {
  grid-area: tags;
  display: flex;
  align-self: center;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article a>.layout .tags {
    column-gap: 10px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article a>.layout .tags {
    column-gap: 1.3333333333vw;
  }
}

.news>.layout .section-body .list article a>.layout .tags .tag {
  border-style: solid;
  border-color: #377cc5;
  color: #377cc5;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article a>.layout .tags .tag {
    padding: 0 20px;
    border-width: 1px;
    border-radius: 5px;
    height: 28px;
    font-size: 12px;
    line-height: 26px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article a>.layout .tags .tag {
    padding: 0 5.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 1.3333333333vw;
    height: 7.4666666667vw;
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
  }
}

.news>.layout .section-body .list article a>.layout .date {
  grid-area: date;
  align-self: center;
}

.news>.layout .section-body .list article a>.layout .date date {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article a>.layout .date date {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article a>.layout .date date {
    font-size: 3.4666666667vw;
  }
}

.news>.layout .section-body .list article a>.layout .content {
  grid-area: content;
}

.news>.layout .section-body .list article a>.layout .content p {
  margin: 0;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article a>.layout .content p {
    font-size: 16px;
    line-height: 32px;
    transition: color 0.4s;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .section-body .list article a>.layout .content p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .section-body .list article a:hover>.layout .content p {
    color: #007cc5;
  }
}

.news>.layout .link {
  grid-area: link;
}

@media screen and (max-width: 750px) {
  .news>.layout .link {
    margin-top: 8vw;
  }
}

.news>.layout .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) {
  .news>.layout .link a {
    border-radius: 6px;
    width: 280px;
    height: 60px;
    padding: 0 23px 0 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .link a {
    border-radius: 1.6vw;
    width: 64vw;
    height: 13.3333333333vw;
    padding: 0 5.0666666667vw 0 5.6vw;
    box-shadow: 0 0.8vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

.news>.layout .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) {
  .news>.layout .link a .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .link a .label {
    font-size: 4vw;
  }
}

.news>.layout .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) {
  .news>.layout .link a .bar {
    width: 1px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .link a .bar {
    width: 0.2666666667vw;
    height: 8vw;
  }
}

.news>.layout .link a .icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  .news>.layout .link a .icon {
    width: 13px;
    height: 13px;
    margin-left: 23px;
  }
}

@media screen and (max-width: 750px) {
  .news>.layout .link a .icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}

.news>.layout .link a .icon svg {
  fill: #ffffff;
}

.news>.layout .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) {
  .news>.layout .link a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.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;
  }
}

.components .arrow .sample .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  .components .arrow .sample .button {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .components .arrow .sample .button {
    width: 8vw;
    height: 8vw;
  }
}
