@keyframes kf-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes border-fadein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    section:not(:last-of-type)
    .c-accordion__tget.is-aco-sp__tget.is-wide.is-open,
  .static-area
    .l-sec-content:not(:last-of-type)
    .c-accordion__tget.is-aco-sp__tget.is-wide.is-open {
    padding-bottom: 20px;
  }
  .is-sp-length3 {
    grid-template-columns: 50% 50% !important;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    section:not(:last-of-type)
    .c-accordion__tget.is-aco-sp__tget.is-wide-2.is-open,
  .static-area
    .l-sec-content:not(:last-of-type)
    .c-accordion__tget.is-aco-sp__tget.is-wide-2.is-open {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-accordion__tget.is-aco-sp__tget.is-wide-3.is-open {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-accordion__tget.is-aco-sp__tget
    .c-tbl-sp--scl.is-ios:first-child {
    margin-top: 32px;
  }
}
.static-area .p-productname-read {
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .static-area .p-productname-read {
    display: inline-flex;
    flex-wrap: nowrap;
  }
}
.static-area .p-productname-read__name {
  margin-bottom: 18px;
}
@media only screen and (max-width: 834px) {
  .static-area .p-productname-read__name {
    margin-bottom: 16px;
  }
}
.static-area .p-productname-read__num {
  padding: 0 8px;
}
@media only screen and (max-width: 834px) {
  .static-area .p-productname-read__num {
    white-space: nowrap;
  }
}
.static-area .p-productname-read__num::before {
  top: -9px;
}
.static-area .p-productname-read + .p-productname-read {
  margin-top: 22px;
}
@media only screen and (max-width: 834px) {
  .static-area .p-productname-read + .p-productname-read {
    margin-top: 32px;
  }
}
.static-area .p-productname-read + [class*="c-tit"] {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .static-area .p-productname-read + [class*="c-tit"] {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .p-productname-read + .c-tbl--base {
    margin-top: 24px;
  }
}
.static-area .c-box--gray04,
.static-area .c-box--gray01,
.static-area .c-box--error {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-box--gray04,
  .static-area .c-box--gray01,
  .static-area .c-box--error {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.static-area .c-box--gray04 .u-flex:first-child,
.static-area .c-box--gray01 .u-flex:first-child,
.static-area .c-box--error .u-flex:first-child {
  margin-top: 0;
}
.static-area .c-box--tit-list {
  padding: 29px 31px 28px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-box--tit-list {
    padding: 18px 19px 17px;
    border-radius: 4px;
  }
}
.static-area .c-box--tit-list .c-box__tit {
  margin: -29px -31px 20px -31px;
  padding: 17px 31px 15px;
  font-weight: bold;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 834px) {
  .static-area .c-box--tit-list .c-box__tit {
    margin: -18px -19px 19px -19px;
    padding: 16px 19px;
  }
}
.static-area .c-box--tit-list .c-box__text {
  font-weight: bold;
  line-height: 1.5 !important;
}
.static-area .c-box--tit-list a {
  color: #0a5cff;
  text-decoration: none;
}
.static-area .c-box--tit-list a:hover {
  color: #039;
  text-decoration: none;
}
.static-area .c-box--tit-list__trg {
  width: calc(100% + 62px);
  margin: 20px -31px -28px -31px !important;
  padding: 16px 16px 12px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-box--tit-list__trg {
    width: calc(100% + 38px);
    margin: 13px -19px -17px -19px !important;
    padding: 15px 16px 13px;
  }
}
.static-area .c-box--floating__outline__close[class*="c-box--"]:first-child {
  margin-top: -10px;
}
.static-area [class*="c-box--"]:first-child {
  margin-top: 0;
}
.static-area [class*="c-box--"]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 835px) {
  .c-box-icon {
    padding-left: 92px;
  }
}
@media only screen and (min-width: 835px) {
  .c-box-icon p + .c-tbl-sp--scl {
    margin-top: 10px;
  }
}
.c-box-voice {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 835px) {
  .c-box-voice {
    height: 100%;
  }
}
.c-box-voice__img {
  width: 80px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 834px) {
  .c-box-voice__img {
    width: 60px;
  }
}
.c-box-voice__img img {
  width: 100%;
}
.c-box-voice__detail {
  position: relative;
  flex: 1;
  margin-left: 12px;
}
@media only screen and (max-width: 834px) {
  .c-box-voice__detail {
    margin-left: 10px;
  }
}
.c-box-voice__detail::before,
.c-box-voice__detail::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transform: rotate(-90deg);
}
.c-box-voice__detail::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23D0D5DD%22%20d%3D%22m6%2C0l6%2C10H0L6%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  left: -8px;
}
.c-box-voice__detail::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m6%2C0l6%2C10H0L6%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  left: -6px;
}
.c-box-voice__text {
  position: relative;
  padding: 15px 19px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
}
@media only screen and (min-width: 835px) {
  .c-box-voice__text {
    height: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .c-box-voice__text {
    padding: 17px 19px 13px;
  }
}
@media only screen and (min-width: 835px) {
  .c-box-magazine {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-box-magazine__image {
  flex: 0 0 auto;
}
@media only screen and (max-width: 834px) {
  .c-box-magazine__image {
    text-align: center;
  }
}
.c-box-magazine__detail {
  flex: 1;
  margin: -4px 0 0 32px;
}
@media only screen and (max-width: 834px) {
  .c-box-magazine__detail {
    margin: 19px 0 0;
  }
}
.c-box-magazine__detail .c-list--disc {
  margin-top: 12px;
}
@media only screen and (max-width: 834px) {
  .c-box-magazine + .c-list-button:not(:first-child) {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 835px) {
  .c-box-answer {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-box-answer__answer {
  margin-bottom: 16px;
}
@media only screen and (min-width: 835px) {
  .c-box-answer__answer {
    flex: 0 0 auto;
    margin: 0 24px 0 0;
  }
}
@media only screen and (min-width: 835px) {
  .c-box-answer__detail {
    overflow: hidden;
    flex: 1;
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart {
    position: relative;
  }
}
.c-flow-chart:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid {
    gap: 32px;
  }
}
.c-flow-chart .c-flex-grid + .c-flex-grid {
  margin-top: 38px;
}
.c-flow-chart [class*="c-flex-grid--"] {
  position: relative;
}
.c-flow-chart [class*="c-flex-grid--"].is-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 74px;
  background: url("/sites/default/files/image/common/ico_arrow_blue_down_03.svg")
    no-repeat left top;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--1col {
    width: calc((100% + 32px) / 12 * 1 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--2col {
    width: calc((100% + 32px) / 12 * 2 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--3col {
    width: calc((100% + 32px) / 12 * 3 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--4col {
    width: calc((100% + 32px) / 12 * 4 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--5col {
    width: calc((100% + 32px) / 12 * 5 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--6col {
    width: calc((100% + 32px) / 12 * 6 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--7col {
    width: calc((100% + 32px) / 12 * 7 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--8col {
    width: calc((100% + 32px) / 12 * 8 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--9col {
    width: calc((100% + 32px) / 12 * 9 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--10col {
    width: calc((100% + 32px) / 12 * 10 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--11col {
    width: calc((100% + 32px) / 12 * 11 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart .c-flex-grid--12col {
    width: calc((100% + 32px) / 12 * 12 - 32px);
  }
}
.c-flow-chart__question {
  width: 100%;
  margin-bottom: 38px;
  padding: 16px 10px;
  background-color: #f2f4f7;
  border-top-left-radius: 4px;
  text-align: center;
  font-weight: bold;
}
.c-flow-chart__answer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-top-left-radius: 4px;
  text-align: center;
}
.c-flow-chart__answer::before,
.c-flow-chart__answer::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 30px;
  height: 18px;
  background: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg")
    no-repeat left top;
  background-size: contain;
  transform: translateX(-50%);
}
.c-flow-chart__answer::before {
  top: -29px;
}
.c-flow-chart__answer::after {
  bottom: -29px;
}
.c-flow-chart__answer.is-no-arrow::after {
  display: none;
}
.c-flow-chart__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 10px 18px;
  background-color: #f2f4f7;
  border: 1px solid #039;
  border-top-left-radius: 4px;
  text-align: center;
}
.c-flow-chart__result > p {
  font-weight: bold;
}
.c-flow-chart__result > p + p {
  margin-top: 8px;
}
.c-flow-chart__result .c-link--arrow::after {
  margin: -2px 0 0 10px;
}
.c-flow-chart__result .c-link--anker::after {
  margin-left: 10px;
}
.c-flow-chart__result + p {
  margin-top: 16px;
}
@media only screen and (max-width: 834px) {
  .c-flow-chart__icon {
    position: absolute;
    top: -10px;
    left: 0;
    width: 32px;
    height: 32px;
    background-color: #fff;
    z-index: 1;
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart__icon::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.89%22%20height%3D%2231.95%22%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%227.49%2010.71%203.85%207.07%2010.08%207.07%2010.08%205.06%203.85%205.06%207.48%201.42%206.06%200%200%206.06%206.07%2012.13%207.49%2010.71%22%2F%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%2223.4%2010.71%2024.82%2012.13%2030.89%206.06%2024.83%200%2023.41%201.42%2027.04%205.06%2020.76%205.06%2020.76%207.07%2027.04%207.07%2023.4%2010.71%22%2F%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M26.58%2C18.45c-.06-.05-.12-.1-.19-.14-2.28-1.39-5.2-1.07-7.12%2C.78l-1.02%2C.99V6.79c-.05-1.59-1.38-2.83-2.97-2.78-1.52%2C.05-2.73%2C1.27-2.78%2C2.78v6.14c-.97-1.15-2.65-1.37-3.88-.51l-6.2%2C3.48c-.88%2C.48-1.43%2C1.4-1.43%2C2.41v4.59c.08%2C5.07%2C4.25%2C9.11%2C9.31%2C9.04%2C2.38%2C0%2C4.67-.89%2C6.42-2.5h0s.16-.14%2C.16-.14h0s9.69-9.41%2C9.69-9.41c.4-.38%2C.41-1.01%2C.04-1.4-.01-.01-.02-.03-.04-.04Zm-10.85%2C9.98c-1.48%2C1.36-3.41%2C2.12-5.42%2C2.11-4.28%2C.06-7.8-3.36-7.87-7.64v-4.59c0-.5%2C.28-.96%2C.72-1.19l6.31-3.56c.24-.17%2C.53-.26%2C.83-.26%2C.43%2C0%2C.83%2C.19%2C1.1%2C.52l1.27%2C1.52c.2%2C.23%2C.51%2C.32%2C.8%2C.22%2C.28-.09%2C.48-.36%2C.48-.66V6.79c.02-.79%2C.68-1.42%2C1.48-1.4%2C.76%2C.02%2C1.38%2C.64%2C1.4%2C1.4v13.96c0%2C.58%2C.37%2C1.1%2C.92%2C1.29%2C.23%2C.09%2C.49%2C.03%2C.67-.14l1.88-1.83c.82-.79%2C1.91-1.23%2C3.05-1.22%2C.64%2C0%2C1.28%2C.14%2C1.86%2C.41l-9.47%2C9.17Z%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart__wrap {
    scrollbar-width: thin;
    scrollbar-color: #039 #f9fafb;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 22px;
    transform: rotateX(180deg);
    z-index: 0;
  }
  .c-flow-chart__wrap::-webkit-scrollbar {
    height: 12px;
    width: 12px;
  }
  .c-flow-chart__wrap::-webkit-scrollbar-thumb {
    background-color: #039;
    border-radius: 100px;
  }
  .c-flow-chart__wrap::-webkit-scrollbar-track {
    background-color: #f9fafb;
    border-radius: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart__inner {
    width: 1216px;
    transform: rotateX(180deg);
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-chart.is-ios .c-flow-chart__wrap {
    padding-bottom: 32px;
  }
}
.c-flow-chart + * {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-flow-chart + * {
    margin-top: 20px;
  }
}
.business_field .sec-slider .inner {
  margin-bottom: 50px;
  padding: 40px 60px 50px;
  background-color: #f7f9ff;
}
.business_field .mod-slider .slider-wrap {
  position: relative;
}
.business_field .mod-slider .slider {
  border: 2px solid #4c73ca;
  background-color: #fff;
}
.business_field .mod-slider .slider .item {
  height: auto;
}
.business_field .mod-slider .cont {
  padding: 30px 80px;
}
.business_field .mod-slider .heading {
  padding: 14px;
  background-color: #4c73ca;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}
.business_field .mod-slider .image {
  margin-bottom: 20px;
  text-align: center;
}
.business_field .mod-slider .image img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.business_field .mod-slider .text {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 0;
}
.business_field .mod-slider .slider-control .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  margin-top: 25px;
  background-color: #4c73ca;
  border-radius: 100px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.business_field .mod-slider .slider-control .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
}
.business_field .mod-slider .slider-control .btn.prev {
  left: -28px;
}
.business_field .mod-slider .slider-control .btn.prev:before {
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(180deg);
}
.business_field .mod-slider .slider-control .btn.next {
  right: -28px;
}
.business_field .mod-slider .slider-control .btn:hover {
  opacity: 0.7;
}
.business_field .mod-slider .slider-control .btn.slick-disabled {
  visibility: hidden;
}
.business_field .mod-slider .slider-thumb {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -6px 0;
}
.business_field .mod-slider .slider-thumb .item {
  width: 16.66%;
  padding: 0 6px;
}
.business_field .mod-slider .slider-thumb .item .thumb {
  position: relative;
  padding: 15px 10px 10px;
  background-color: #fff;
  cursor: pointer;
}
.business_field .mod-slider .slider-thumb .item .thumb .icon {
  margin-bottom: 10px;
  text-align: center;
}
.business_field .mod-slider .slider-thumb .item .thumb .text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #4c73ca;
}
.business_field .mod-slider .slider-thumb .item .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  transition: border 0.3s linear;
  box-sizing: border-box;
}
.business_field .mod-slider .slider-thumb .item .thumb:hover:before,
.business_field .mod-slider .slider-thumb .item .thumb.is-active:before {
  border: 2px solid #4c73ca;
}
@media only screen and (max-width: 834px) {
  .business_field .sec-slider .inner {
    padding: 20px 25px;
    margin: 0 -15px 40px;
  }
  .business_field .mod-slider .cont {
    padding: 25px 15px;
  }
  .business_field .mod-slider .heading {
    padding: 10px;
    font-size: 15px;
  }
  .business_field .mod-slider .text {
    font-size: 12px;
  }
  .business_field .mod-slider .slider-control .btn {
    width: 28px;
    height: 28px;
    margin-top: 18px;
  }
  .business_field .mod-slider .slider-control .btn::before {
    width: 6px;
    height: 11px;
  }
  .business_field .mod-slider .slider-control .btn.prev {
    left: -14px;
  }
  .business_field .mod-slider .slider-control .btn.prev::before {
    left: calc(50% - 1px);
  }
  .business_field .mod-slider .slider-control .btn.next {
    right: -14px;
  }
  .business_field .mod-slider .slider-thumb {
    display: flex;
    margin: 7px -4px 0;
  }
  .business_field .mod-slider .slider-thumb .item {
    width: 33.33%;
    padding: 0 4px;
    margin-top: 8px;
  }
  .business_field .mod-slider .slider-thumb .item .thumb {
    padding: 15px 10px;
  }
  .business_field .mod-slider .slider-thumb .item .thumb .icon {
    margin-bottom: 8px;
  }
  .business_field .mod-slider .slider-thumb .item .thumb .icon img {
    margin: 0 auto;
  }
  .business_field .mod-slider .slider-thumb .item .thumb .text {
    font-size: 8px;
  }
}
@media only screen and (max-width: 834px) {
  .c-box-arrow {
    gap: 48px 0;
  }
}
@media only screen and (max-width: 834px) {
  .c-box-arrow > li {
    position: relative;
  }
}
@media only screen and (max-width: 834px) {
  .c-box-arrow > li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 16px;
    height: 10px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.c-box-arrow > li:not(:last-child) .c-box-arrow__box {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .c-box-arrow > li:not(:last-child) .c-box-arrow__box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 10px;
    height: 16px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_right_01.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.p-box-youtube {
  padding: 48px 105px;
}
@media only screen and (max-width: 834px) {
  .p-box-youtube {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 834px) {
  .p-box-youtube__logo {
    width: 120px;
    margin: 0 auto;
  }
}
.c-tbl-mathjax {
  position: relative;
}
.c-tbl-mathjax:not(:first-child) {
  margin-top: 32px;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__icon {
  position: absolute;
  top: -10px;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  z-index: 1;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__icon::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.89%22%20height%3D%2231.95%22%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%227.49%2010.71%203.85%207.07%2010.08%207.07%2010.08%205.06%203.85%205.06%207.48%201.42%206.06%200%200%206.06%206.07%2012.13%207.49%2010.71%22%2F%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%2223.4%2010.71%2024.82%2012.13%2030.89%206.06%2024.83%200%2023.41%201.42%2027.04%205.06%2020.76%205.06%2020.76%207.07%2027.04%207.07%2023.4%2010.71%22%2F%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M26.58%2C18.45c-.06-.05-.12-.1-.19-.14-2.28-1.39-5.2-1.07-7.12%2C.78l-1.02%2C.99V6.79c-.05-1.59-1.38-2.83-2.97-2.78-1.52%2C.05-2.73%2C1.27-2.78%2C2.78v6.14c-.97-1.15-2.65-1.37-3.88-.51l-6.2%2C3.48c-.88%2C.48-1.43%2C1.4-1.43%2C2.41v4.59c.08%2C5.07%2C4.25%2C9.11%2C9.31%2C9.04%2C2.38%2C0%2C4.67-.89%2C6.42-2.5h0s.16-.14%2C.16-.14h0s9.69-9.41%2C9.69-9.41c.4-.38%2C.41-1.01%2C.04-1.4-.01-.01-.02-.03-.04-.04Zm-10.85%2C9.98c-1.48%2C1.36-3.41%2C2.12-5.42%2C2.11-4.28%2C.06-7.8-3.36-7.87-7.64v-4.59c0-.5%2C.28-.96%2C.72-1.19l6.31-3.56c.24-.17%2C.53-.26%2C.83-.26%2C.43%2C0%2C.83%2C.19%2C1.1%2C.52l1.27%2C1.52c.2%2C.23%2C.51%2C.32%2C.8%2C.22%2C.28-.09%2C.48-.36%2C.48-.66V6.79c.02-.79%2C.68-1.42%2C1.48-1.4%2C.76%2C.02%2C1.38%2C.64%2C1.4%2C1.4v13.96c0%2C.58%2C.37%2C1.1%2C.92%2C1.29%2C.23%2C.09%2C.49%2C.03%2C.67-.14l1.88-1.83c.82-.79%2C1.91-1.23%2C3.05-1.22%2C.64%2C0%2C1.28%2C.14%2C1.86%2C.41l-9.47%2C9.17Z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__wrap {
  scrollbar-width: thin;
  scrollbar-color: #039 #f9fafb;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 22px;
  transform: rotateX(180deg);
  z-index: 0;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__wrap::-webkit-scrollbar-thumb {
  background-color: #039;
  border-radius: 100px;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__wrap::-webkit-scrollbar-track {
  background-color: #f9fafb;
  border-radius: 100px;
}
.c-tbl-mathjax.is-scroll .c-tbl-mathjax__box {
  padding: 0 1px;
  transform: rotateX(180deg);
}
@media only screen and (max-width: 834px) {
  .c-tbl-mathjax.is-scroll.is-ios .c-tbl-mathjax__wrap {
    padding-bottom: 32px;
  }
}
.c-tbl-mathjax + * {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-tbl-mathjax + * {
    margin-top: 20px;
  }
}
.static-area
  [class*="c-btn"][class*="is-icon--"].is-icon--arrow__external-link {
  padding-right: 45px;
}
@media only screen and (max-width: 834px) {
  .static-area
    [class*="c-btn"][class*="is-icon--"].is-icon--arrow__external-link {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.static-area [class*="c-btn"][class*="is-icon--"].is-icon--arrow__next {
  padding-right: 35px;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-btn"][class*="is-icon--"].is-icon--arrow__next {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.static-area [class*="c-btn"].is-large.is-icon--arrow__external-link {
  padding-right: 50px;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-btn"].is-large.is-icon--arrow__external-link {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.static-area [class*="c-btn"].is-large.is-icon--arrow__next {
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-btn"].is-large.is-icon--arrow__next {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.static-area [class*="c-btn"].is-small.is-icon--arrow__external-link {
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-btn"].is-small.is-icon--arrow__external-link {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.static-area [class*="c-btn"].is-small.is-icon--arrow__next {
  padding-right: 30px;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-btn"].is-small.is-icon--arrow__next {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 835px) {
  .static-area [class*="c-btn"].is-mxw384 {
    min-width: auto;
    max-width: 384px;
    width: 100%;
  }
}
.static-area [class*="c-btn"].is-active {
  padding-left: 25px !important;
  padding-right: 25px !important;
  background-image: none !important;
  background-color: #039 !important;
  border-color: #039;
  color: #fff;
  z-index: -1;
  cursor: default;
}
.static-area a[href*=".pdf"].c-btn--iconwraper.is-icon--download::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.5%22%20height%3D%2221.5%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.42%2C21.5H6.08c-1.98%2C0-2.98%2C0-3.85-.45-.77-.39-1.39-1.01-1.79-1.78-.44-.87-.44-1.87-.44-3.85v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.74%2C0%2C2.62%2C.28%2C3.17%2C.25%2C.49%2C.64%2C.88%2C1.13%2C1.13%2C.55%2C.28%2C1.43%2C.28%2C3.17%2C.28H15.42c1.74%2C0%2C2.62%2C0%2C3.17-.28%2C.49-.25%2C.88-.64%2C1.13-1.13%2C.28-.55%2C.28-1.43%2C.28-3.17v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.98%2C0%2C2.98-.45%2C3.85-.39%2C.77-1.01%2C1.39-1.79%2C1.79-.87%2C.45-1.87%2C.45-3.85%2C.45Zm-4.67-6.67c-.1%2C0-.2-.02-.28-.06h0c-.09-.04-.17-.09-.24-.16%2C0%2C0%2C0%2C0%2C0%2C0l-5.55-5.55c-.29-.29-.29-.77%2C0-1.06s.77-.29%2C1.06%2C0l4.28%2C4.27V.75c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75V12.27l4.28-4.28c.29-.29%2C.77-.29%2C1.06%2C0s.29%2C.77%2C0%2C1.06l-5.55%2C5.55s0%2C0%2C0%2C0c-.07%2C.07-.15%2C.12-.23%2C.16h0c-.09%2C.04-.19%2C.06-.29%2C.06Z%22%2F%3E%3C%2Fsvg%3E");
}
.static-area
  a[href*=".pdf"].c-btn--iconwraper.is-icon--download.is-outline::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.5%22%20height%3D%2221.5%22%3E%3Cpath%20fill%3D%22%230A5CFF%22%20d%3D%22M15.42%2C21.5H6.08c-1.98%2C0-2.98%2C0-3.85-.45-.77-.39-1.39-1.01-1.79-1.78-.44-.87-.44-1.87-.44-3.85v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.74%2C0%2C2.62%2C.28%2C3.17%2C.25%2C.49%2C.64%2C.88%2C1.13%2C1.13%2C.55%2C.28%2C1.43%2C.28%2C3.17%2C.28H15.42c1.74%2C0%2C2.62%2C0%2C3.17-.28%2C.49-.25%2C.88-.64%2C1.13-1.13%2C.28-.55%2C.28-1.43%2C.28-3.17v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.98%2C0%2C2.98-.45%2C3.85-.39%2C.77-1.01%2C1.39-1.79%2C1.79-.87%2C.45-1.87%2C.45-3.85%2C.45Zm-4.67-6.67c-.1%2C0-.2-.02-.28-.06h0c-.09-.04-.17-.09-.24-.16%2C0%2C0%2C0%2C0%2C0%2C0l-5.55-5.55c-.29-.29-.29-.77%2C0-1.06s.77-.29%2C1.06%2C0l4.28%2C4.27V.75c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75V12.27l4.28-4.28c.29-.29%2C.77-.29%2C1.06%2C0s.29%2C.77%2C0%2C1.06l-5.55%2C5.55s0%2C0%2C0%2C0c-.07%2C.07-.15%2C.12-.23%2C.16h0c-.09%2C.04-.19%2C.06-.29%2C.06Z%22%2F%3E%3C%2Fsvg%3E");
}
.static-area
  a[href*=".pdf"].c-btn--iconwraper.is-icon--download.is-outline:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.5%22%20height%3D%2221.5%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M15.42%2C21.5H6.08c-1.98%2C0-2.98%2C0-3.85-.45-.77-.39-1.39-1.01-1.79-1.78-.44-.87-.44-1.87-.44-3.85v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.74%2C0%2C2.62%2C.28%2C3.17%2C.25%2C.49%2C.64%2C.88%2C1.13%2C1.13%2C.55%2C.28%2C1.43%2C.28%2C3.17%2C.28H15.42c1.74%2C0%2C2.62%2C0%2C3.17-.28%2C.49-.25%2C.88-.64%2C1.13-1.13%2C.28-.55%2C.28-1.43%2C.28-3.17v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.98%2C0%2C2.98-.45%2C3.85-.39%2C.77-1.01%2C1.39-1.79%2C1.79-.87%2C.45-1.87%2C.45-3.85%2C.45Zm-4.67-6.67c-.1%2C0-.2-.02-.28-.06h0c-.09-.04-.17-.09-.24-.16%2C0%2C0%2C0%2C0%2C0%2C0l-5.55-5.55c-.29-.29-.29-.77%2C0-1.06s.77-.29%2C1.06%2C0l4.28%2C4.27V.75c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75V12.27l4.28-4.28c.29-.29%2C.77-.29%2C1.06%2C0s.29%2C.77%2C0%2C1.06l-5.55%2C5.55s0%2C0%2C0%2C0c-.07%2C.07-.15%2C.12-.23%2C.16h0c-.09%2C.04-.19%2C.06-.29%2C.06Z%22%2F%3E%3C%2Fsvg%3E");
}
.c-img-canvas > iframe {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: 0;
}
.c-img-canvas.is-canvas {
  font-size: 0;
}
.c-img-canvas + .c-indent--1em,
.c-img-canvas + .c-flex-grid {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-img-canvas + .c-indent--1em,
  .c-img-canvas + .c-flex-grid {
    margin-top: 20px;
  }
}
.c-img-canvas + .c-img-canvas,
.c-img-canvas + figure,
.c-img-canvas + p,
.c-img-canvas + .c-txt-dl,
.c-img-canvas + .c-list--base,
.c-img-canvas + .u-gridlist,
.c-img-canvas + .c-card,
.c-img-canvas + .u-flex,
.c-img-canvas + .c-txt-dl:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-img-canvas + .c-img-canvas,
  .c-img-canvas + figure,
  .c-img-canvas + p,
  .c-img-canvas + .c-txt-dl,
  .c-img-canvas + .c-list--base,
  .c-img-canvas + .u-gridlist,
  .c-img-canvas + .c-card,
  .c-img-canvas + .u-flex,
  .c-img-canvas + .c-txt-dl:not(:first-child) {
    margin-top: 20px;
  }
}
.c-canvas {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.static-area .c-card__img.is-outline {
  padding: 32px;
}
.static-area .c-card__img.is-box-aspect__1-1 {
  aspect-ratio: 1/1;
}
.static-area .c-card__img.is-box-aspect__1-1 img {
  -o-object-fit: contain;
  object-fit: contain;
}
.static-area .c-card__img.is-box-aspect__auto {
  aspect-ratio: auto;
}
.static-area .c-card__img.is-box-aspect__auto img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.static-area .c-card__img.is-obf-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.static-area .c-card__img.is-img-auto img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.static-area .c-card__img.is-text-link {
  color: #0a5cff;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-card:not(.is-img-side-imgicon)
    .c-card__img.is-box-aspect__auto {
    aspect-ratio: auto;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-card.is-sp-column--2
    a.c-link--absolute
    ~ .c-card__img.is-outline {
    padding: 24px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-card.is-sp-column--2
    a.c-link--absolute
    ~ .c-card__img::before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-card.is-sp-column--2
    a.c-link--absolute
    ~ .c-card__img::after {
    right: 8px;
    bottom: 6px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-card.is-sp-column--2
    a.c-link--absolute[href^="http"]
    ~ .c-card__img::after {
    right: 6px;
  }
}
.static-area .c-card a.c-link--absolute ~ .c-card__img::before {
  transform: translateZ(0);
}
.static-area .c-card a.c-link--absolute ~ .c-card__img::after {
  width: 8px;
  height: 12px;
}
.static-area .c-card a.c-link--absolute[href^="http"] ~ .c-card__img::after {
  width: 12px;
}
.static-area .c-card a.c-link--absolute.is-btn-small ~ .c-card__img::after {
  right: 8px;
  bottom: 6px;
}
.static-area .c-card a.c-link--absolute.js-btn-modal ~ .c-card__img::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.5%22%20height%3D%2213.5%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.75%2C13.5c-.19%2C0-.38-.07-.53-.22l-2.4-2.4c-1.03%2C.81-2.33%2C1.29-3.74%2C1.29C2.73%2C12.17%2C0%2C9.44%2C0%2C6.08S2.73%2C0%2C6.08%2C0h0c3.35%2C0%2C6.08%2C2.73%2C6.08%2C6.08%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C1.41-.48%2C2.7-1.29%2C3.74l2.4%2C2.4c.29%2C.29%2C.29%2C.77%2C0%2C1.06-.15%2C.15-.34%2C.22-.53%2C.22ZM6.08%2C1.5h0C3.56%2C1.5%2C1.5%2C3.56%2C1.5%2C6.08s2.06%2C4.58%2C4.58%2C4.58c1.24%2C0%2C2.36-.49%2C3.19-1.29%2C.02-.02%2C.03-.04%2C.05-.05s.04-.03%2C.05-.05c.8-.83%2C1.29-1.95%2C1.29-3.19s-.48-2.38-1.34-3.24c-.87-.87-2.02-1.34-3.24-1.34Zm0%2C7.33c-.41%2C0-.75-.34-.75-.75v-1.25h-1.25c-.41%2C0-.75-.34-.75-.75s.34-.75%2C.75-.75h1.25v-1.25c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.25h1.25c.41%2C0%2C.75%2C.34%2C.75%2C.75s-.34%2C.75-.75%2C.75h-1.25v1.25c0%2C.41-.34%2C.75-.75%2C.75Z%22%2F%3E%3C%2Fsvg%3E");
  right: 9px;
  width: 14px;
  height: 14px;
}
.static-area .c-card a.c-link--absolute:hover ~ .c-card__txt [class*="c-btn"] {
  border-color: #039;
  background-color: #039;
}
.static-area
  .c-card
  a.c-link--absolute:hover
  ~ .c-card__txt
  [class*="c-btn"].is-outline {
  color: #039;
}
.static-area
  .c-card
  a.c-link--absolute:hover
  ~ .c-card__txt
  [class*="c-btn"].is-outline.is-icon--download::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.5%22%20height%3D%2221.5%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M15.42%2C21.5H6.08c-1.98%2C0-2.98%2C0-3.85-.45-.77-.39-1.39-1.01-1.79-1.78-.44-.87-.44-1.87-.44-3.85v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.74%2C0%2C2.62%2C.28%2C3.17%2C.25%2C.49%2C.64%2C.88%2C1.13%2C1.13%2C.55%2C.28%2C1.43%2C.28%2C3.17%2C.28H15.42c1.74%2C0%2C2.62%2C0%2C3.17-.28%2C.49-.25%2C.88-.64%2C1.13-1.13%2C.28-.55%2C.28-1.43%2C.28-3.17v-1.33c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75v1.33c0%2C1.98%2C0%2C2.98-.45%2C3.85-.39%2C.77-1.01%2C1.39-1.79%2C1.79-.87%2C.45-1.87%2C.45-3.85%2C.45Zm-4.67-6.67c-.1%2C0-.2-.02-.28-.06h0c-.09-.04-.17-.09-.24-.16%2C0%2C0%2C0%2C0%2C0%2C0l-5.55-5.55c-.29-.29-.29-.77%2C0-1.06s.77-.29%2C1.06%2C0l4.28%2C4.27V.75c0-.41%2C.34-.75%2C.75-.75s.75%2C.34%2C.75%2C.75V12.27l4.28-4.28c.29-.29%2C.77-.29%2C1.06%2C0s.29%2C.77%2C0%2C1.06l-5.55%2C5.55s0%2C0%2C0%2C0c-.07%2C.07-.15%2C.12-.23%2C.16h0c-.09%2C.04-.19%2C.06-.29%2C.06Z%22%2F%3E%3C%2Fsvg%3E");
}
.static-area .c-card + p,
.static-area .c-card + figure,
.static-area .c-card + .u-gridlist,
.static-area .c-card + .c-flex-grid,
.static-area .c-card + .c-list--base,
.static-area .c-card + .c-list--num,
.static-area .c-card + .c-list--disc,
.static-area .c-card + .c-indent--1em {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-card + p,
  .static-area .c-card + figure,
  .static-area .c-card + .u-gridlist,
  .static-area .c-card + .c-flex-grid,
  .static-area .c-card + .c-list--base,
  .static-area .c-card + .c-list--num,
  .static-area .c-card + .c-list--disc,
  .static-area .c-card + .c-indent--1em {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 835px) {
  .l-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
  }
}
@media only screen and (min-width: 835px) {
  .l-content__content {
    width: calc((100% + 32px) / 12 * 9 - 32px);
  }
}
@media only screen and (min-width: 835px) {
  .l-content__sidebar {
    width: calc((100% + 32px) / 12 * 3 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .l-content__sidebar {
    margin: 48px -16px 0;
  }
}
@media only screen and (min-width: 835px) {
  .p-sec--company {
    flex-wrap: wrap;
    gap: 0 32px;
  }
}
.p-sec--company__contnt {
  padding-right: 0;
  flex: none;
  width: calc((100% + 32px) / 12 * 9 - 32px);
}
@media only screen and (max-width: 834px) {
  .p-sec--company__contnt {
    width: 100%;
  }
}
.p-sec--company__menu {
  flex: none;
  width: calc((100% + 32px) / 12 * 3 - 32px);
}
@media only screen and (max-width: 834px) {
  .p-sec--company__menu {
    width: calc(100% + 32px);
    margin: 48px -16px 0;
    padding: 0;
  }
}
.c-flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 834px) {
  .c-flex-grid {
    gap: 24px 0;
  }
}
.c-flex-grid--1col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--1col {
    width: calc((100% + 32px) / 12 * 1 - 32px);
  }
}
.c-flex-grid--2col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--2col {
    width: calc((100% + 32px) / 12 * 2 - 32px);
  }
}
.c-flex-grid--3col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--3col {
    width: calc((100% + 32px) / 12 * 3 - 32px);
  }
}
.c-flex-grid--4col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--4col {
    width: calc((100% + 32px) / 12 * 4 - 32px);
  }
}
.c-flex-grid--5col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--5col {
    width: calc((100% + 32px) / 12 * 5 - 32px);
  }
}
.c-flex-grid--6col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--6col {
    width: calc((100% + 32px) / 12 * 6 - 32px);
  }
}
.c-flex-grid--7col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--7col {
    width: calc((100% + 32px) / 12 * 7 - 32px);
  }
}
.c-flex-grid--8col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--8col {
    width: calc((100% + 32px) / 12 * 8 - 32px);
  }
}
.c-flex-grid--9col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--9col {
    width: calc((100% + 32px) / 12 * 9 - 32px);
  }
}
.c-flex-grid--10col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--10col {
    width: calc((100% + 32px) / 12 * 10 - 32px);
  }
}
.c-flex-grid--11col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--11col {
    width: calc((100% + 32px) / 12 * 11 - 32px);
  }
}
.c-flex-grid--12col {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-flex-grid--12col {
    width: calc((100% + 32px) / 12 * 12 - 32px);
  }
}
@media only screen and (max-width: 834px) {
  .c-flex-grid .u-flex > li:not(:first-child) {
    margin-top: 24px;
  }
}
.c-flex-grid .c-box--tit-list {
  min-width: 100%;
}
.c-flex-grid + p,
.c-flex-grid + .c-list--base,
.c-flex-grid + .c-indent--1em {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-flex-grid + p,
  .c-flex-grid + .c-list--base,
  .c-flex-grid + .c-indent--1em {
    margin-top: 20px;
  }
}
.c-flex-grid + .c-flex-grid,
.c-flex-grid + figure,
.c-flex-grid + .u-gridlist,
.c-flex-grid + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-flex-grid + .c-flex-grid,
  .c-flex-grid + figure,
  .c-flex-grid + .u-gridlist,
  .c-flex-grid + .c-card {
    margin-top: 20px;
  }
}
.static-area .u-flex {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-flex {
    margin-top: 20px;
  }
}
.static-area .u-flex + p,
.static-area .u-flex + .c-list--base,
.static-area .u-flex + .c-indent--1em,
.static-area .u-flex + .c-list--disc,
.static-area .u-flex + .c-list--num {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-flex + p,
  .static-area .u-flex + .c-list--base,
  .static-area .u-flex + .c-indent--1em,
  .static-area .u-flex + .c-list--disc,
  .static-area .u-flex + .c-list--num {
    margin-top: 20px;
  }
}
.static-area .u-flex + figure,
.static-area .u-flex + .u-gridlist,
.static-area .u-flex + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-flex + figure,
  .static-area .u-flex + .u-gridlist,
  .static-area .u-flex + .c-card {
    margin-top: 20px;
  }
}
.u-flex-1 {
  flex: 1;
}
.u-flex-auto {
  flex: 0 0 auto;
}
@media only screen and (max-width: 834px) {
  .u-flex-sp-1 {
    flex: 1;
  }
  .u-flex-sp-auto {
    flex: 0 0 auto;
  }
}
.is-gap--0 {
  gap: 0;
}
.is-g-wide-4 {
  gap: 32px;
}
.is-g-wide-6 {
  gap: 48px 32px;
}
@media only screen and (max-width: 834px) {
  .is-g-wide-6 {
    gap: 40px;
  }
}
.is-g-wide-7 {
  gap: 40px 32px;
}
@media only screen and (max-width: 834px) {
  .is-g-wide-7 {
    gap: 32px;
  }
}
.is-g-slim-5 {
  gap: 32px;
}
@media only screen and (max-width: 834px) {
  .is-g-slim-5 {
    gap: 20px;
  }
}
.is-g-slim-6 {
  gap: 10px;
}
.is-g-slim-7 {
  gap: 16px 32px;
}
@media only screen and (max-width: 834px) {
  .is-g-slim-7 {
    gap: 12px;
  }
}
.is-g-slim-8 {
  gap: 12px 32px;
}
@media only screen and (max-width: 834px) {
  .is-g-slim-8 {
    gap: 12px;
  }
}
@media only screen and (max-width: 834px) {
  .is-g-slim-9 {
    gap: 20px 16px;
  }
}
@media only screen and (max-width: 834px) {
  .is-sp-gap--0 {
    gap: 0;
  }
}
.static-area .c-form--searchbox__txt {
  flex: 1;
  width: calc(100% - 84px);
}
@media only screen and (max-width: 834px) {
  .static-area .c-form--searchbox__txt {
    width: calc(100% - 74px);
  }
}
.static-area .c-form--searchbox__btn {
  flex: 0 0 auto;
  width: 84px;
  height: 60px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-form--searchbox__btn {
    width: 74px;
    height: 48px;
  }
}
.static-area .c-form--searchbox input[type="text"].c-form--searchbox__txt {
  flex: 1;
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-form--searchbox
    input[type="text"]
    + input.c-form--searchbox__btn {
    padding: 0 10px;
  }
}
.c-form-select {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-form-select {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 835px) {
  .c-form-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.c-form-select > p {
  margin-right: 24px;
}
@media only screen and (max-width: 834px) {
  .c-form-select > p {
    margin: 0 0 16px;
  }
}
.static-area .u-gridlist.is-g-wide-6 {
  gap: 48px 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-gridlist.is-g-wide-6 {
    gap: 40px;
  }
}
.static-area .u-gridlist.is-g-wide-7 {
  gap: 40px 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-gridlist.is-g-wide-7 {
    gap: 32px;
  }
}
.static-area .u-gridlist.is-g-slim-7 {
  gap: 16px 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-gridlist.is-g-slim-7 {
    gap: 12px;
  }
}
.static-area .u-gridlist.is-g-slim-8 {
  gap: 12px 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-gridlist.is-g-slim-8 {
    gap: 12px;
  }
}
.static-area .u-gridlist.is-box-auto .c-box--gray04 {
  height: auto;
}
@media only screen and (min-width: 835px) {
  .static-area .u-gridlist.is-pc-line > li:nth-child(even) {
    position: relative;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 835px) {
  .static-area .u-gridlist.is-pc-line > li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -16px;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #eaecf0;
  }
}
.static-area .u-gridlist + .u-gridlist,
.static-area .u-gridlist + p,
.static-area .u-gridlist + figure,
.static-area .u-gridlist + .c-list--base,
.static-area .u-gridlist + .c-indent--1em,
.static-area .u-gridlist + .c-flex-grid,
.static-area .u-gridlist + .c-card,
.static-area .u-gridlist + .u-flex {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .u-gridlist + .u-gridlist,
  .static-area .u-gridlist + p,
  .static-area .u-gridlist + figure,
  .static-area .u-gridlist + .c-list--base,
  .static-area .u-gridlist + .c-indent--1em,
  .static-area .u-gridlist + .c-flex-grid,
  .static-area .u-gridlist + .c-card,
  .static-area .u-gridlist + .u-flex {
    margin-top: 20px;
  }
}
.static-area [class*="c-icon"].c-icon--tag-tech,
.static-area [class*="c-icon"].c-icon--tag-company {
  position: relative;
  min-height: 24px;
  padding-left: 38px;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-icon"].c-icon--tag-tech,
  .static-area [class*="c-icon"].c-icon--tag-company {
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.715;
  }
}
.static-area [class*="c-icon"].c-icon--tag-tech::before,
.static-area [class*="c-icon"].c-icon--tag-company::before {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 24px;
  height: 14px;
  margin-left: 0;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-icon"].c-icon--tag-tech::before,
  .static-area [class*="c-icon"].c-icon--tag-company::before {
    top: 2px;
  }
}
.static-area figure figcaption + img {
  margin-top: 16px;
}
@media only screen and (max-width: 834px) {
  .static-area figure figcaption + img {
    margin-top: 12px;
  }
}
.static-area figure img + figcaption {
  margin-top: 16px;
}
@media only screen and (max-width: 834px) {
  .static-area figure img + figcaption {
    margin-top: 12px;
  }
}
.static-area figure + .c-indent--1em {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area figure + .c-indent--1em {
    margin-top: 20px;
  }
}
.static-area figure + figure,
.static-area figure + p,
.static-area figure + .c-txt-dl,
.static-area figure + .c-list--base,
.static-area figure + .u-gridlist,
.static-area figure + .c-card,
.static-area figure + .u-flex,
.static-area figure + .c-flex-grid,
.static-area figure + .c-txt-dl:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area figure + figure,
  .static-area figure + p,
  .static-area figure + .c-txt-dl,
  .static-area figure + .c-list--base,
  .static-area figure + .u-gridlist,
  .static-area figure + .c-card,
  .static-area figure + .u-flex,
  .static-area figure + .c-flex-grid,
  .static-area figure + .c-txt-dl:not(:first-child) {
    margin-top: 20px;
  }
}
.c-img-sp--scl:not(:first-child) {
  margin-top: 32px;
}
.c-img-sp--scl__inner__icon {
  display: none;
  width: 0;
}
@media only screen and (max-width: 834px) {
  .c-img-sp--scl {
    margin: 20px 0 0 0;
    position: relative;
  }
  .c-img-sp--scl__inner__icon {
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 32px;
    height: 32px;
    background-color: #fff;
    z-index: 1;
  }
  .c-img-sp--scl__inner__icon::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.89%22%20height%3D%2231.95%22%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%227.49%2010.71%203.85%207.07%2010.08%207.07%2010.08%205.06%203.85%205.06%207.48%201.42%206.06%200%200%206.06%206.07%2012.13%207.49%2010.71%22%2F%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%2223.4%2010.71%2024.82%2012.13%2030.89%206.06%2024.83%200%2023.41%201.42%2027.04%205.06%2020.76%205.06%2020.76%207.07%2027.04%207.07%2023.4%2010.71%22%2F%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M26.58%2C18.45c-.06-.05-.12-.1-.19-.14-2.28-1.39-5.2-1.07-7.12%2C.78l-1.02%2C.99V6.79c-.05-1.59-1.38-2.83-2.97-2.78-1.52%2C.05-2.73%2C1.27-2.78%2C2.78v6.14c-.97-1.15-2.65-1.37-3.88-.51l-6.2%2C3.48c-.88%2C.48-1.43%2C1.4-1.43%2C2.41v4.59c.08%2C5.07%2C4.25%2C9.11%2C9.31%2C9.04%2C2.38%2C0%2C4.67-.89%2C6.42-2.5h0s.16-.14%2C.16-.14h0s9.69-9.41%2C9.69-9.41c.4-.38%2C.41-1.01%2C.04-1.4-.01-.01-.02-.03-.04-.04Zm-10.85%2C9.98c-1.48%2C1.36-3.41%2C2.12-5.42%2C2.11-4.28%2C.06-7.8-3.36-7.87-7.64v-4.59c0-.5%2C.28-.96%2C.72-1.19l6.31-3.56c.24-.17%2C.53-.26%2C.83-.26%2C.43%2C0%2C.83%2C.19%2C1.1%2C.52l1.27%2C1.52c.2%2C.23%2C.51%2C.32%2C.8%2C.22%2C.28-.09%2C.48-.36%2C.48-.66V6.79c.02-.79%2C.68-1.42%2C1.48-1.4%2C.76%2C.02%2C1.38%2C.64%2C1.4%2C1.4v13.96c0%2C.58%2C.37%2C1.1%2C.92%2C1.29%2C.23%2C.09%2C.49%2C.03%2C.67-.14l1.88-1.83c.82-.79%2C1.91-1.23%2C3.05-1.22%2C.64%2C0%2C1.28%2C.14%2C1.86%2C.41l-9.47%2C9.17Z%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .c-img-sp--scl__inner__container {
    scrollbar-width: thin;
    scrollbar-color: #039 #f9fafb;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    transform: rotateX(180deg);
    padding-bottom: 24px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 0;
  }
  .c-img-sp--scl__inner__container::-webkit-scrollbar {
    height: 12px;
    width: 12px;
  }
  .c-img-sp--scl__inner__container::-webkit-scrollbar-thumb {
    background-color: #039;
    border-radius: 100px;
  }
  .c-img-sp--scl__inner__container::-webkit-scrollbar-track {
    background-color: #f9fafb;
    border-radius: 100px;
  }
  .c-img-sp--scl__inner__container figure {
    transform: rotateX(180deg);
    white-space: nowrap;
    overflow: visible;
    width: auto;
    margin: 0;
    flex: 0 0 auto;
  }
}
.c-img-sp--scl + .c-indent--1em,
.c-img-sp--scl + .c-flex-grid {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-img-sp--scl + .c-indent--1em,
  .c-img-sp--scl + .c-flex-grid {
    margin-top: 20px;
  }
}
.c-img-sp--scl + .c-img-sp--scl,
.c-img-sp--scl + p,
.c-img-sp--scl + figure,
.c-img-sp--scl + .c-txt-dl,
.c-img-sp--scl + .c-list--base,
.c-img-sp--scl + .u-gridlist,
.c-img-sp--scl + .c-card,
.c-img-sp--scl + .u-flex,
.c-img-sp--scl + .c-txt-dl:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-img-sp--scl + .c-img-sp--scl,
  .c-img-sp--scl + p,
  .c-img-sp--scl + figure,
  .c-img-sp--scl + .c-txt-dl,
  .c-img-sp--scl + .c-list--base,
  .c-img-sp--scl + .u-gridlist,
  .c-img-sp--scl + .c-card,
  .c-img-sp--scl + .u-flex,
  .c-img-sp--scl + .c-txt-dl:not(:first-child) {
    margin-top: 20px;
  }
}
.p-technology-chart__col {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .p-technology-chart__col img {
    width: 100%;
  }
}
.p-technology-chart__button {
  position: absolute;
  bottom: 20px;
  right: -20px;
}
@media only screen and (max-width: 834px) {
  .p-technology-chart__button {
    right: 15px;
    bottom: -10px;
    z-index: 2;
  }
}
@media only screen and (max-width: 834px) {
  .p-technology-chart__button > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
}
.static-area .u-img--areafull__trimming iframe {
  border: 0;
}
.static-area .c-link--arrow.is-active {
  position: relative;
  color: #525252;
  pointer-events: none;
  z-index: -1;
  cursor: auto;
}
.static-area .c-link--arrow.is-active::after {
  display: none;
}
.static-area .c-link--arrow.is-active:hover {
  color: #525252;
}
.static-area .c-link--anker::after {
  margin-left: 12px;
}
.c-link--decounder {
  text-decoration: underline !important;
  color: #0a5cff !important;
}
.c-link--decounder:hover {
  text-decoration: none !important;
  color: #039 !important;
}
.c-link-tel {
  color: #525252;
  font-weight: normal !important;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 834px) {
  .c-link-tel {
    color: #0a5cff;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bold !important;
    pointer-events: auto;
    cursor: pointer;
  }
  .c-link-tel:hover {
    color: #039;
    text-decoration: none;
  }
}
.c-tel-contact {
  color: #039;
  text-decoration: none;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 834px) {
  .c-tel-contact {
    pointer-events: auto;
    cursor: pointer;
  }
}
.static-area .c-list--icon > li {
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--icon > li {
    align-items: flex-start;
  }
}
.static-area .c-list--icon__icon-wrapper {
  flex: 0 0 auto;
}
.static-area .c-list--icon__icon-wrapper + .c-list--icon__icon-wrapper {
  margin-top: 0;
}
.static-area .c-list--icon__txt {
  flex: 1;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--icon__txt {
    margin-top: 30px;
  }
}
.static-area .c-list--icon + .c-indent--1em {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--icon + .c-indent--1em {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--inline.is-sp-dis-bk > li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--inline.is-sp-dis-bk.is-line-height-wide-2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--inline.is-sp-dis-bk.is-line-height-wide-2 > li {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-list--inline.is-sp-dis-bk.is-line-height-wide-2
    > li:first-child {
    margin-top: 0;
  }
}
.static-area .c-list--inline.is-tag {
  gap: 0 60px;
  margin-top: 27px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--inline.is-tag {
    gap: 0 24px;
    margin-top: 28px;
  }
}
.static-area .c-list--inline.is-tag > * {
  margin-right: 0;
}
.static-area .c-list--disc {
  margin: 32px 0 0;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--disc {
    margin-top: 20px;
  }
}
.static-area .c-list--disc:first-child {
  margin-top: 0;
}
.static-area .c-list--disc > li {
  position: relative;
  margin-left: 0;
  padding-left: 14px;
  text-indent: 0;
}
.static-area .c-list--disc > li::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  margin: 0;
}
.static-area .c-list--disc > li:not(:first-child) {
  margin-top: 12px;
}
.static-area .c-list--disc > li + li {
  margin-top: 0;
}
.static-area .c-list--disc .c-list--disc {
  margin-top: 12px;
}
.static-area .c-list--disc .c-list--disc li::before {
  top: 10px;
}
.static-area .c-list--disc .c-list--base {
  margin: 12px 0 0;
}
.static-area .c-list--disc .c-list--num > li::before {
  width: auto;
  height: auto;
}
.static-area .c-list--disc.u-fz--12 > li::before {
  top: 7px;
}
.static-area .c-list--disc.u-fz--12 > li .c-list--disc li::before {
  top: 8px;
}
.static-area .c-list--disc + p,
.static-area .c-list--disc + .c-indent--1em,
.static-area .c-list--disc + .c-txt-dl,
.static-area .c-list--disc + .c-list--base,
.static-area .c-list--disc + .c-list--num {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--disc + p,
  .static-area .c-list--disc + .c-indent--1em,
  .static-area .c-list--disc + .c-txt-dl,
  .static-area .c-list--disc + .c-list--base,
  .static-area .c-list--disc + .c-list--num {
    margin-top: 20px;
  }
}
.static-area .c-list--disc + figure,
.static-area .c-list--disc + .u-gridlist,
.static-area .c-list--disc + .c-flex-grid,
.static-area .c-list--disc + .c-img-canvas,
.static-area .c-list--disc + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--disc + figure,
  .static-area .c-list--disc + .u-gridlist,
  .static-area .c-list--disc + .c-flex-grid,
  .static-area .c-list--disc + .c-img-canvas,
  .static-area .c-list--disc + .c-card {
    margin-top: 20px;
  }
}
.static-area .c-list--num {
  margin-top: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--num {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.static-area .c-list--num:first-child {
  margin-top: 0;
}
.static-area .c-list--num > li:not(:first-child) {
  margin-top: 12px;
}
.static-area .c-list--num > li + li {
  margin-top: 0;
}
.static-area .c-list--num .c-list--num,
.static-area .c-list--num .c-list--disc {
  margin-top: 12px;
}
.static-area .c-list--num.is-no-indent {
  margin-left: 0;
}
.static-area .c-list--num.is-no-indent > li {
  position: relative;
  margin-left: 0;
  text-indent: inherit;
  padding-left: 25px;
}
.static-area .c-list--num.is-no-indent > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.static-area .c-list--num.is-no-indent ul,
.static-area .c-list--num.is-no-indent ol {
  margin-left: 0;
}
.static-area .c-list--num.is-wide > li:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--num.is-wide > li:not(:first-child) {
    margin-top: 20px;
  }
}
.static-area .c-list--num + p,
.static-area .c-list--num + .c-indent--1em,
.static-area .c-list--num + .c-txt-dl,
.static-area .c-list--num + .c-list--base,
.static-area .c-list--num + .c-list--disc {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--num + p,
  .static-area .c-list--num + .c-indent--1em,
  .static-area .c-list--num + .c-txt-dl,
  .static-area .c-list--num + .c-list--base,
  .static-area .c-list--num + .c-list--disc {
    margin-top: 20px;
  }
}
.static-area .c-list--num + figure,
.static-area .c-list--num + .u-gridlist,
.static-area .c-list--num + .c-flex-grid,
.static-area .c-list--num + .c-img-canvas,
.static-area .c-list--num + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--num + figure,
  .static-area .c-list--num + .u-gridlist,
  .static-area .c-list--num + .c-flex-grid,
  .static-area .c-list--num + .c-img-canvas,
  .static-area .c-list--num + .c-card {
    margin-top: 20px;
  }
}
.static-area .c-list--base > li:not(:first-child) {
  margin-top: 12px;
}
.static-area .c-list--base > li + li {
  margin-top: 0;
}
.static-area .c-list--base + .c-list--base,
.static-area .c-list--base + p,
.static-area .c-list--base + .c-indent--1em,
.static-area .c-list--base + .c-txt-dl,
.static-area .c-list--base + .c-list--disc,
.static-area .c-list--base + .c-list--num {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--base + .c-list--base,
  .static-area .c-list--base + p,
  .static-area .c-list--base + .c-indent--1em,
  .static-area .c-list--base + .c-txt-dl,
  .static-area .c-list--base + .c-list--disc,
  .static-area .c-list--base + .c-list--num {
    margin-top: 20px;
  }
}
.static-area .c-list--base + figure,
.static-area .c-list--base + .u-gridlist,
.static-area .c-list--base + .c-flex-grid,
.static-area .c-list--base + .c-img-canvas,
.static-area .c-list--base + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--base + figure,
  .static-area .c-list--base + .u-gridlist,
  .static-area .c-list--base + .c-flex-grid,
  .static-area .c-list--base + .c-img-canvas,
  .static-area .c-list--base + .c-card {
    margin-top: 20px;
  }
}
.static-area .c-list--underline.is-tit-space > li {
  padding: 0;
}
.static-area .c-list--underline.is-tit-space > li > .c-tit--06 {
  padding: 24px 25px 24px 0;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--underline.is-tit-space > li > .c-tit--06 {
    padding: 20px 25px 20px 0;
  }
}
.static-area
  .c-list--underline.is-tit-space
  > li
  > .c-tit--06.c-accordion__trg.is-open {
  margin-bottom: 0;
}
.static-area .c-list--underline.is-tit-space > li .c-accordion__tget.is-open {
  padding-bottom: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--underline.is-tit-space > li .c-accordion__tget.is-open {
    padding-bottom: 20px;
  }
}
.static-area .c-list--tit-list:not(:first-child) {
  margin-top: 12px;
}
.static-area .c-list--tit-list > li {
  margin-top: 12px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-list--tit-list > li {
    margin-top: 16px;
  }
}
.static-area .c-list--tit-list > li:first-child {
  margin-top: 0;
}
.static-area .c-list--tit-list > li ul {
  margin-top: 6px;
}
.static-area .c-list--tit-list > li ul.c-list--tit-list__lv--3 {
  margin-top: 0;
}
.static-area .c-list--tit-list__lv--3 {
  padding-left: 27px;
}
.static-area .c-list--tit-list + .c-box__text {
  margin-top: 12px;
}
.static-area .c-list--anker > li > a.c-link--download::after {
  display: none;
}
.static-area .c-indent--1em > li .c-list--disc li {
  margin-left: 0;
  text-indent: 0;
}
.static-area .c-indent--1em + .c-indent--1em,
.static-area .c-indent--1em + p,
.static-area .c-indent--1em + .c-list--base,
.static-area .c-indent--1em + .u-gridlist,
.static-area .c-indent--1em + .c-flex-grid,
.static-area .c-indent--1em + .c-list--disc,
.static-area .c-indent--1em + .c-list--num {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-indent--1em + .c-indent--1em,
  .static-area .c-indent--1em + p,
  .static-area .c-indent--1em + .c-list--base,
  .static-area .c-indent--1em + .u-gridlist,
  .static-area .c-indent--1em + .c-flex-grid,
  .static-area .c-indent--1em + .c-list--disc,
  .static-area .c-indent--1em + .c-list--num {
    margin-top: 20px;
  }
}
.static-area .c-indent--1em + figure {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-indent--1em + figure {
    margin-top: 20px;
  }
}
.static-area .c-indent--2em + .c-indent--2em,
.static-area .c-indent--2em + p,
.static-area .c-indent--2em + .c-list--base,
.static-area .c-indent--2em + .u-gridlist,
.static-area .c-indent--2em + .c-flex-grid,
.static-area .c-indent--2em + .c-list--disc,
.static-area .c-indent--2em + .c-list--num {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-indent--2em + .c-indent--2em,
  .static-area .c-indent--2em + p,
  .static-area .c-indent--2em + .c-list--base,
  .static-area .c-indent--2em + .u-gridlist,
  .static-area .c-indent--2em + .c-flex-grid,
  .static-area .c-indent--2em + .c-list--disc,
  .static-area .c-indent--2em + .c-list--num {
    margin-top: 20px;
  }
}
.static-area .c-indent--2em + figure {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-indent--2em + figure {
    margin-top: 20px;
  }
}
.static-area dl[class*="c-indent--"].is-line-height-wide > dt,
.static-area dl[class*="c-indent--"].is-line-height-wide > dd {
  margin-top: 10px;
}
.c-list-step:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-list-step:not(:first-child) {
    margin-top: 20px;
  }
}
.c-list-step > li {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .c-list-step > li {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-list-step > li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 835px) {
  .c-list-step > li:not(:last-child) {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-step > li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 30px;
    height: 18px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 835px) {
  .c-list-step > li:not(:last-child) .c-list-step__heading::before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 30px;
    height: 18px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.c-list-step__heading {
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #039;
  border-radius: 4px;
  text-align: center;
  color: #039;
  font-weight: bold;
}
@media only screen and (min-width: 835px) {
  .c-list-step__heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: 280px;
    width: 100%;
    padding: 17px 10px;
  }
}
.c-list-step__detail {
  margin-top: 20px;
}
@media only screen and (min-width: 835px) {
  .c-list-step__detail {
    flex: 1;
    margin: 6px 0 0 32px;
  }
}
.c-list-button {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-list-button:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-list-button:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-button > li {
    width: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-button > li .c-btn {
    height: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-button.is-center {
    justify-content: center;
    gap: 32px;
  }
}
.c-list-button.is-center:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (max-width: 834px) {
  .c-list-button.is-center:not(:first-child) {
    margin-top: 32px;
  }
}
.c-list-button + p,
.c-list-button + .c-list--base,
.c-list-button + .c-indent--1em {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-list-button + p,
  .c-list-button + .c-list--base,
  .c-list-button + .c-indent--1em {
    margin-top: 20px;
  }
}
.c-list-button + figure,
.c-list-button + .u-gridlist,
.c-list-button + .c-flex-grid,
.c-list-button + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-list-button + figure,
  .c-list-button + .u-gridlist,
  .c-list-button + .c-flex-grid,
  .c-list-button + .c-card {
    margin-top: 20px;
  }
}
.c-list-image {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 834px) {
  .c-list-image {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 32px;
  }
}
.c-list-image.is-mxw-169 > li {
  width: 100%;
  max-width: 169px;
}
.c-flow-card {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 834px) {
  .c-flow-card {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 0;
  }
}
.c-flow-card__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 834px) {
  .c-flow-card__item {
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .c-flow-card__item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 29px;
    width: 16px;
    height: 10px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg")
      no-repeat left top;
    background-size: contain;
  }
}
@media only screen and (min-width: 835px) {
  .c-flow-card__item:not(:last-child) .c-flow-card__image::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: -26px;
    width: 10px;
    height: 16px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_right_01.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
.c-flow-card__image {
  position: relative;
  max-width: 176px;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .c-flow-card__image {
    flex: 0 0 auto;
    max-width: 74px;
  }
}
.c-flow-card__image img {
  width: 100%;
}
.c-flow-card__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .c-flow-card__text {
    display: block;
    margin: 0 0 0 16px;
    text-align: left;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-process {
    gap: 48px 0;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-process > li {
    position: relative;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-process > li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 16px;
    height: 10px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 835px) {
  .c-list-process > li:not(:last-child) .c-list-process__heading::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 10px;
    height: 16px;
    background: url("/sites/default/files/image/common/ico_arrow_blue_right_01.svg")
      no-repeat left top;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.c-list-process__heading {
  position: relative;
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #039;
  border-radius: 4px;
  text-align: center;
  color: #039;
  font-weight: bold;
}
@media only screen and (min-width: 835px) {
  .c-list-process__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 10px;
  }
}
.c-list-process__detail {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-list-process__detail {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-kv__content__more .c-btn span {
    font-weight: bold;
  }
  .static-area .c-kv__content__more .c-btn span.is-open,
  .static-area .c-kv__content__more .c-btn span.is-close {
    margin: 0 !important;
  }
  .static-area .c-kv__content__more .c-btn span.is-open {
    display: none;
  }
  .static-area .c-kv__content__more .c-btn span.is-close {
    display: block;
  }
  .static-area
    .c-kv__content__more
    .c-btn.c-accordion__trg.is-open
    span.is-open {
    display: block;
  }
  .static-area
    .c-kv__content__more
    .c-btn.c-accordion__trg.is-open
    span.is-close {
    display: none;
  }
}
@media only screen and (max-width: 834px) and (max-width: 834px) {
  .static-area .c-kv__content.is-product-img {
    max-height: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .static-area .p-clm-imgtxt.is-ctg-top.is-series-top {
    grid-template-rows: auto 1fr;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-modal {
    height: 100%;
  }
}
.static-area .c-modal__content {
  padding: 16px;
}
@media only screen and (min-width: 835px) {
  .static-area .c-modal__content {
    padding: 20px 32px;
  }
}
@media only screen and (max-width: 834px) {
  html.is-locked {
    height: 100vh;
  }
}
html.is-locked body {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}
html.is-locked body .l-main {
  z-index: 3;
}
@media only screen and (max-width: 834px) {
  html.is-locked body .c-tab__content {
    z-index: 3;
  }
}
.c-modal-content {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(52, 64, 84, 0.3);
  z-index: 1050;
}
.c-modal-content__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 32px;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .c-modal-content__inner {
    padding: 0;
  }
}
.c-modal-content__content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-modal-content__content {
  box-shadow: 5px 5px 30px rgba(38, 38, 38, 0.1);
  overflow: hidden;
  position: relative;
  max-height: 100%;
  padding: 48px 0;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 834px) {
  .c-modal-content__content {
    border-radius: 0;
  }
}
@media only screen and (max-width: 834px) {
  .c-modal-content__content {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-modal-content__content.is-mxw-800 {
    max-width: 800px;
    width: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-modal-content__content.is-mxw-1000 {
    max-width: 1000px;
    width: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-modal-content__content.is-mxw-1292 {
    max-width: 1292px;
    width: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-modal-content__content.is-canvas {
    height: 90%;
  }
}
.c-modal-content__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #667085;
  border-radius: 0 4px 0 4px;
  z-index: 1051;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .c-modal-content__close {
    border-radius: 0 0 0 4px;
  }
}
.c-modal-content__close::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2C14c-.26%2C0-.51-.1-.71-.29l-5.29-5.29L1.71%2C13.71c-.39%2C.39-1.02%2C.39-1.41%2C0s-.39-1.02%2C0-1.41L5.59%2C7%2C.29%2C1.71C-.1%2C1.32-.1%2C.68%2C.29%2C.29S1.32-.1%2C1.71%2C.29L7%2C5.59%2C12.29%2C.29c.39-.39%2C1.02-.39%2C1.41%2C0s.39%2C1.02%2C0%2C1.41l-5.29%2C5.29%2C5.29%2C5.29c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.c-modal-content__content-in {
  scrollbar-width: thin;
  scrollbar-color: #039 #f9fafb;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding: 20px 32px 0;
}
.c-modal-content__content-in::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.c-modal-content__content-in::-webkit-scrollbar-thumb {
  background-color: #039;
  border-radius: 100px;
}
.c-modal-content__content-in::-webkit-scrollbar-track {
  background-color: #f9fafb;
  border-radius: 100px;
}
@media only screen and (max-width: 834px) {
  .c-modal-content__content-in {
    padding: 16px;
  }
}
@media only screen and (max-width: 834px) {
  .c-modal-content__center {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-list-menu > li > a {
  color: #0a5cff;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 40px 17px 31px;
  background-color: #f9fafb;
  border: 1px solid #d0d5dd;
  text-decoration: none;
}
.c-list-menu > li > a:hover {
  color: #039;
  text-decoration: none;
}
@media only screen and (max-width: 834px) {
  .c-list-menu > li > a {
    display: block;
    padding: 18px 25px 12px 36px;
    border-top: 0;
  }
}
.c-list-menu > li > a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 29px;
  width: 8px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%230A5CFF%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 834px) {
  .c-list-menu > li > a::before {
    right: 12px;
    width: 7px;
    height: 13px;
  }
}
.c-list-menu > li > a:hover {
  background-color: #fff;
  color: #0a5cff;
}
.c-list-menu > li > a.is-active {
  background-color: #fff;
  z-index: -1;
  cursor: default;
}
.c-list-menu > li > a.is-active::before {
  display: none;
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:not(:first-child):not(:nth-child(2)) > a {
    border-top: 0;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:nth-child(even) > a {
    border-left: 0;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:first-child > a {
    border-top-left-radius: 4px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:first-child + li > a {
    border-top-right-radius: 4px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:nth-last-child(2) > a {
    border-bottom-left-radius: 4px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:nth-last-child(2):nth-child(even) > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:last-child > a {
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-menu > li:last-child > a {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:last-child:nth-child(odd) > a {
    border-bottom-left-radius: 4px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu > li:first-child:last-child > a {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-menu:last-of-type > li:last-child > a {
    border-bottom: 1px solid #d0d5dd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-menu + .c-list-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}
.c-list-nav > li > a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 17px 10px;
  background-color: #fff;
  border: 1px solid #039;
  text-decoration: none;
  color: #039;
  font-size: 16px;
}
@media only screen and (min-width: 835px) {
  .c-list-nav > li > a {
    height: 100%;
    border-radius: 4px;
    text-align: center;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-nav > li > a {
    display: block;
    padding: 15px 19px;
    border-top: 0;
    text-decoration: none;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-nav > li > a:hover {
    background-color: #039;
    color: #fff;
  }
}
.c-list-nav > li > a.is-active {
  background-color: #039;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .c-list-nav > li:first-child > a {
    border-top: 1px solid #039;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-nav > li:not(:last-child) > a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.26%22%20height%3D%228.2%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M4.3%2C.45c.31-.46%2C.93-.58%2C1.39-.28%2C.11%2C.07%2C.2%2C.17%2C.28%2C.28l4.13%2C6.2c.3%2C.46%2C.18%2C1.08-.28%2C1.39-.16%2C.11-.35%2C.17-.55%2C.17H1C.45%2C8.2%2C0%2C7.75%2C0%2C7.2c0-.2%2C.06-.39%2C.17-.56L4.3%2C.45Z%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: -25px;
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 834px) {
  .c-list-nav:first-of-type > li:first-child > a {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-nav:last-of-type > li:last-child > a {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (min-width: 835px) {
  .c-list-nav.is-length3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 835px) {
  .c-list-nav.is-length4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 835px) {
  .c-list-nav + .c-list-menu {
    margin-top: 20px;
  }
}
.c-list-sidebar {
  border-bottom: 1px solid #d0d5dd;
}
.c-list-sidebar__item {
  border-top: 1px solid #d0d5dd;
}
.c-list-sidebar__link {
  color: #525252;
  text-decoration: none;
  display: block;
  padding: 17px 0 18px 32px;
  background-color: #fff;
}
.c-list-sidebar__link:hover {
  color: #0a5cff;
  text-decoration: none;
}
@media only screen and (max-width: 834px) {
  .c-list-sidebar__link {
    color: #0a5cff;
    text-decoration: none;
    padding: 12px 16px;
  }
  .c-list-sidebar__link:hover {
    color: #039;
    text-decoration: none;
  }
  .c-list-sidebar__link:after {
    content: "";
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%230A5CFF%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
    width: 12px;
    height: 12px;
    margin: -0.25em 0 0 12px;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-sidebar__link::after {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 834px) {
  .c-list-sidebar__link:hover {
    color: #0a5cff;
  }
}
.c-list-sidebar__link.is-active {
  position: relative;
  background-color: #f2f4f7;
  pointer-events: none;
  z-index: -1;
  cursor: default;
}
@media only screen and (max-width: 834px) {
  .c-list-sidebar__link.is-active {
    color: #525252;
  }
}
.c-list-sidebar__link.is-blue {
  background-color: #039;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .c-list-sidebar__link.is-blue::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.c-list-sidebar__link.is-blue:hover {
  color: #fff;
}
@media only screen and (min-width: 835px) {
  .c-list-sidebar__link.is-blue:hover {
    background-color: #fff;
    color: #039;
  }
}
.c-list-sidebar__sub {
  display: none;
}
.l-sec-title {
  padding: 48px 0 2rem;
}
@media only screen and (max-width: 834px) {
  .l-sec-title {
    padding: 40px 0;
  }
}
.l-sec-title h1,
.l-sec-title .c-tit--01 {
  margin: 0;
}
.l-sec-title + .l-sec {
  padding-top: 0;
}
@media only screen and (min-width: 835px) {
  .l-sec-nav-top {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 834px) {
  .l-sec-nav-top {
    display: none;
  }
}
.l-sec-nav-bottom {
  margin-top: 64px;
}
@media only screen and (max-width: 834px) {
  .l-sec-nav-bottom {
    margin-top: 48px;
  }
  .l-sec-nav-bottom .c-list--menu {
    margin-top: 0;
  }
}
.l-sec-content:not(:last-of-type) {
  margin-bottom: 48px;
}
@media only screen and (max-width: 834px) {
  .l-sec-content:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.l-sec-content.small:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  .l-sec-content.small:not(:last-child) {
    margin-bottom: 32px;
  }
}
.l-sec-content.is-full {
  position: relative;
  padding: 48px 0;
}
@media only screen and (max-width: 834px) {
  .l-sec-content.is-full {
    padding: 24px 0;
  }
}
.l-sec-content.is-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f9fafb;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 835px) {
  .l-inner.mxw-864 {
    max-width: 864px;
  }
}
.l-inner.lh-large p {
  line-height: 1.75;
}
.static-area .c-tab__tit.is-current {
  outline: none;
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tab:not(.is-compact):not(.is-sp-horizon)
    .c-tab__tit:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tab:not(.is-compact):not(.is-sp-horizon)
    .c-tab__tit:not(.is-current) {
    padding: 15px 30px 16px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tab:not(.is-compact):not(.is-sp-horizon)
    .c-tab__tit:not(.is-current)
    > a {
    width: calc(100% + 60px);
    margin: -15px -30px -16px;
    padding: 15px 30px 16px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tab:not(.is-compact):not(.is-sp-horizon)
    .c-tab__tit:last-of-type.is-tit-lv--3:not(.is-open) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-tab.is-square .c-tab__content:last-of-type.is-mb--wide {
    padding-bottom: 0;
  }
}
.static-area .c-tab.is-length3,
.static-area .c-tab.is-length3.is-square {
  grid-template-columns: repeat(auto-fit, minmax(auto, 33.33333%));
}
.static-area .c-tbl--base {
  margin: 32px 0;
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base {
    margin: 20px 0;
  }
}
.static-area .c-tbl--base thead tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}
.static-area .c-tbl--base thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}
.static-area .c-tbl--base tbody tr:first-child th:first-child,
.static-area .c-tbl--base tbody tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}
.static-area .c-tbl--base tbody tr:first-child th:last-child,
.static-area .c-tbl--base tbody tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.static-area .c-tbl--base tbody tr:first-child th:first-child:last-child,
.static-area .c-tbl--base tbody tr:first-child td:first-child:last-child {
  border-radius: 4px 4px 0 0;
}
.static-area .c-tbl--base tbody tr:last-child th:first-child,
.static-area .c-tbl--base tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.static-area .c-tbl--base tbody tr:last-child th:last-child,
.static-area .c-tbl--base tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.static-area .c-tbl--base tbody tr:last-child th:first-child:last-child,
.static-area .c-tbl--base tbody tr:last-child td:first-child:last-child {
  border-radius: 0 0 4px 4px;
}
.static-area .c-tbl--base tbody tr:first-child:last-child th:first-child,
.static-area .c-tbl--base tbody tr:first-child:last-child td:first-child {
  border-radius: 4px 0 0 4px;
}
.static-area .c-tbl--base tbody tr:first-child:last-child th:last-child,
.static-area .c-tbl--base tbody tr:first-child:last-child td:last-child {
  border-radius: 0 4px 4px 0;
}
.static-area .c-tbl--base th,
.static-area .c-tbl--base td {
  padding: 10px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base th.u-sp-miw--250,
  .static-area .c-tbl--base td.u-sp-miw--250 {
    min-width: 250px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base th.u-sp-miw--350,
  .static-area .c-tbl--base td.u-sp-miw--350 {
    min-width: 350px;
  }
}
@media only screen and (min-width: 835px) {
  .static-area .c-tbl--base th.u-pc-miw--190,
  .static-area .c-tbl--base td.u-pc-miw--190 {
    min-width: 190px;
  }
}
.static-area .c-tbl--base td .u-flex:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base.is-sp-block tbody tr:first-child th:first-child,
  .static-area .c-tbl--base.is-sp-block tbody tr:first-child td:first-child {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base.is-sp-block tbody tr:first-child th:last-child,
  .static-area .c-tbl--base.is-sp-block tbody tr:first-child td:last-child {
    border-radius: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:first-child
    th:first-child:last-child,
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:first-child
    td:first-child:last-child {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base.is-sp-block tbody tr:last-child th:first-child,
  .static-area .c-tbl--base.is-sp-block tbody tr:last-child td:first-child {
    border-radius: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl--base.is-sp-block tbody tr:last-child th:last-child,
  .static-area .c-tbl--base.is-sp-block tbody tr:last-child td:last-child {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:last-child
    th:first-child:last-child,
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:last-child
    td:first-child:last-child {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:first-child:last-child
    th:first-child,
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:first-child:last-child
    td:first-child {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:first-child:last-child
    th:last-child,
  .static-area
    .c-tbl--base.is-sp-block
    tbody
    tr:first-child:last-child
    td:last-child {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (min-width: 835px) {
  .static-area .c-tbl-sp--scl {
    margin: 32px 0;
  }
}
.static-area .c-tbl-sp--scl .c-txt-dl {
  white-space: normal;
}
@media only screen and (max-width: 834px) {
  .static-area .c-tbl-sp--scl caption {
    width: 100%;
    margin-top: 0;
  }
}
.static-area [class*="c-tbl"]:first-child {
  margin-top: 0;
}
.static-area [class*="c-tbl"]:last-child {
  margin-bottom: 0;
}
.static-area .js-tbl--scroll-wrap {
  margin: 32px 0;
}
.c-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.c-caption.is-end {
  justify-content: flex-end;
}
.c-tbl-equation {
  position: relative;
}
.c-tbl-equation:not(:first-child) {
  margin-top: 32px;
}
.c-tbl-equation.is-scroll .c-tbl-equation__icon {
  position: absolute;
  top: -10px;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  z-index: 1;
}
.c-tbl-equation.is-scroll .c-tbl-equation__icon::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.89%22%20height%3D%2231.95%22%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%227.49%2010.71%203.85%207.07%2010.08%207.07%2010.08%205.06%203.85%205.06%207.48%201.42%206.06%200%200%206.06%206.07%2012.13%207.49%2010.71%22%2F%3E%3Cpolygon%20fill%3D%22%23003399%22%20points%3D%2223.4%2010.71%2024.82%2012.13%2030.89%206.06%2024.83%200%2023.41%201.42%2027.04%205.06%2020.76%205.06%2020.76%207.07%2027.04%207.07%2023.4%2010.71%22%2F%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M26.58%2C18.45c-.06-.05-.12-.1-.19-.14-2.28-1.39-5.2-1.07-7.12%2C.78l-1.02%2C.99V6.79c-.05-1.59-1.38-2.83-2.97-2.78-1.52%2C.05-2.73%2C1.27-2.78%2C2.78v6.14c-.97-1.15-2.65-1.37-3.88-.51l-6.2%2C3.48c-.88%2C.48-1.43%2C1.4-1.43%2C2.41v4.59c.08%2C5.07%2C4.25%2C9.11%2C9.31%2C9.04%2C2.38%2C0%2C4.67-.89%2C6.42-2.5h0s.16-.14%2C.16-.14h0s9.69-9.41%2C9.69-9.41c.4-.38%2C.41-1.01%2C.04-1.4-.01-.01-.02-.03-.04-.04Zm-10.85%2C9.98c-1.48%2C1.36-3.41%2C2.12-5.42%2C2.11-4.28%2C.06-7.8-3.36-7.87-7.64v-4.59c0-.5%2C.28-.96%2C.72-1.19l6.31-3.56c.24-.17%2C.53-.26%2C.83-.26%2C.43%2C0%2C.83%2C.19%2C1.1%2C.52l1.27%2C1.52c.2%2C.23%2C.51%2C.32%2C.8%2C.22%2C.28-.09%2C.48-.36%2C.48-.66V6.79c.02-.79%2C.68-1.42%2C1.48-1.4%2C.76%2C.02%2C1.38%2C.64%2C1.4%2C1.4v13.96c0%2C.58%2C.37%2C1.1%2C.92%2C1.29%2C.23%2C.09%2C.49%2C.03%2C.67-.14l1.88-1.83c.82-.79%2C1.91-1.23%2C3.05-1.22%2C.64%2C0%2C1.28%2C.14%2C1.86%2C.41l-9.47%2C9.17Z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-tbl-equation.is-scroll .c-tbl-equation__wrap {
  scrollbar-width: thin;
  scrollbar-color: #039 #f9fafb;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 22px;
  transform: rotateX(180deg);
  z-index: 0;
}
.c-tbl-equation.is-scroll .c-tbl-equation__wrap::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.c-tbl-equation.is-scroll .c-tbl-equation__wrap::-webkit-scrollbar-thumb {
  background-color: #039;
  border-radius: 100px;
}
.c-tbl-equation.is-scroll .c-tbl-equation__wrap::-webkit-scrollbar-track {
  background-color: #f9fafb;
  border-radius: 100px;
}
.c-tbl-equation.is-scroll .c-tbl-equation__box {
  transform: rotateX(180deg);
}
@media only screen and (max-width: 834px) {
  .c-tbl-equation.is-scroll.is-ios .c-tbl-equation__wrap {
    padding-bottom: 32px;
  }
}
.c-tbl-equation__table {
  width: auto;
  white-space: nowrap;
}
.c-tbl-equation__table tbody tr td {
  text-align: center;
}
.c-tbl-equation__table tbody tr td.is-border {
  border-top: 1px dotted #262626;
}
.c-tbl-equation__table tbody tr td.is-arrow-down,
.c-tbl-equation__table tbody tr td.is-arrow-up {
  position: relative;
  height: 18px;
  background-image: url("/sites/default/files/image/common/ico_arrow_blue_down_02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 18px;
}
.c-tbl-equation__table tbody tr td.is-arrow-up {
  transform: rotateX(180deg);
}
.c-tbl-equation + * {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-tbl-equation + * {
    margin-top: 20px;
  }
}
.c-tbl-text:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-tbl-text:not(:first-child) {
    margin-top: 20px;
  }
}
.c-tbl-text tbody tr td {
  padding: 5px;
}
.c-tbl-text tbody tr td:first-child {
  padding-left: 0;
}
.c-tbl-text tbody tr td:last-child {
  padding-right: 0;
}
.c-tbl-text tbody tr:first-child td {
  padding-top: 0;
}
.c-tbl-text tbody tr:last-child td {
  padding-bottom: 0;
}
.c-tbl-text + * {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-tbl-text + * {
    margin-top: 20px;
  }
}
.c-tbl-text + figure,
.c-tbl-text + .u-gridlist,
.c-tbl-text + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-tbl-text + figure,
  .c-tbl-text + .u-gridlist,
  .c-tbl-text + .c-card {
    margin-top: 20px;
  }
}
.static-area sub {
  font-size: 78%;
  vertical-align: baseline;
}
.static-area p + p {
  margin-top: 16px;
}
@media only screen and (max-width: 834px) {
  .static-area p + p {
    margin-top: 12px;
  }
}
.static-area p + .c-list--base,
.static-area p + .c-indent--1em,
.static-area p + .c-flex-grid,
.static-area p + .c-list--num,
.static-area p + .c-list--disc,
.static-area p + .c-list--icon,
.static-area p + .c-form--searchbox {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .static-area p + .c-list--base,
  .static-area p + .c-indent--1em,
  .static-area p + .c-flex-grid,
  .static-area p + .c-list--num,
  .static-area p + .c-list--disc,
  .static-area p + .c-list--icon,
  .static-area p + .c-form--searchbox {
    margin-top: 20px;
  }
}
.static-area p + figure,
.static-area p + .c-img-canvas,
.static-area p + .u-gridlist,
.static-area p + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .static-area p + figure,
  .static-area p + .c-img-canvas,
  .static-area p + .u-gridlist,
  .static-area p + .c-card {
    margin-top: 20px;
  }
}
.c-txt-product {
  display: inline-flex;
}
.c-txt-product:not(:last-child) {
  margin-right: 20px;
}
.c-txt-product > dt {
  font-weight: bold;
}
.c-txt-product > dd::before {
  content: "： ";
}
.c-txt-dl {
  display: flex;
  flex-wrap: wrap;
}
.c-txt-dl:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-txt-dl:not(:first-child) {
    margin-top: 20px;
  }
}
.c-txt-dl > dt {
  flex: 0 0 auto;
  margin-right: 10px;
}
.c-txt-dl > dd {
  flex: 1;
}
.c-txt-dl > dd > p:not(:first-child) {
  margin-top: 5px;
}
.c-txt-dl > dd .equals {
  position: relative;
  padding-left: 16px;
}
.c-txt-dl > dd .equals::before {
  content: "=";
  position: absolute;
  top: 0;
  left: 0;
}
.c-txt-dl.is-colon > dd {
  position: relative;
  padding-left: 20px;
}
.c-txt-dl.is-colon > dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.c-txt-dl.is-narrow > dt {
  margin-right: 4px;
}
.c-txt-dl + .c-txt-dl {
  margin-top: 10px;
}
.c-txt-dl + p,
.c-txt-dl + .c-list--base,
.c-txt-dl + .c-indent--1em,
.c-txt-dl + .c-flex-grid,
.c-txt-dl + .c-list--disc,
.c-txt-dl + .c-list--num {
  margin-top: 24px;
}
@media only screen and (max-width: 834px) {
  .c-txt-dl + p,
  .c-txt-dl + .c-list--base,
  .c-txt-dl + .c-indent--1em,
  .c-txt-dl + .c-flex-grid,
  .c-txt-dl + .c-list--disc,
  .c-txt-dl + .c-list--num {
    margin-top: 20px;
  }
}
.c-txt-dl + figure,
.c-txt-dl + .u-gridlist,
.c-txt-dl + .c-card {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-txt-dl + figure,
  .c-txt-dl + .u-gridlist,
  .c-txt-dl + .c-card {
    margin-top: 20px;
  }
}
.c-txt-dl.w--1em > dt {
  width: 1em;
}
.c-txt-dl.w--2em > dt {
  width: 2em;
}
.c-txt-dl.w--3em > dt {
  width: 3em;
}
.c-txt-dl.w--4em > dt {
  width: 4em;
}
.c-txt-dl.w--5em > dt {
  width: 5em;
}
.c-txt-dl.w--6em > dt {
  width: 6em;
}
.c-txt-dl.w--7em > dt {
  width: 7em;
}
.c-txt-dl.w--8em > dt {
  width: 8em;
}
.c-txt-dl.w--9em > dt {
  width: 9em;
}
.c-txt-dl.w--10em > dt {
  width: 10em;
}
.c-txt-dl.w--11em > dt {
  width: 11em;
}
.c-txt-dl.w--12em > dt {
  width: 12em;
}
.c-txt-dl.w--13em > dt {
  width: 13em;
}
.c-txt-dl.w--14em > dt {
  width: 14em;
}
.c-txt-dl.w--15em > dt {
  width: 15em;
}
.c-txt-dl.w--16em > dt {
  width: 16em;
}
.c-txt-dl.w--17em > dt {
  width: 17em;
}
.c-txt-dl.w--18em > dt {
  width: 18em;
}
.c-txt-dl.w--19em > dt {
  width: 19em;
}
.c-txt-dl.w--20em > dt {
  width: 20em;
}
@media only screen and (max-width: 834px) {
  .c-txt-dl.w-sp--1em > dt {
    width: 1em;
  }
  .c-txt-dl.w-sp--2em > dt {
    width: 2em;
  }
  .c-txt-dl.w-sp--3em > dt {
    width: 3em;
  }
  .c-txt-dl.w-sp--4em > dt {
    width: 4em;
  }
  .c-txt-dl.w-sp--5em > dt {
    width: 5em;
  }
  .c-txt-dl.w-sp--6em > dt {
    width: 6em;
  }
  .c-txt-dl.w-sp--7em > dt {
    width: 7em;
  }
  .c-txt-dl.w-sp--8em > dt {
    width: 8em;
  }
  .c-txt-dl.w-sp--9em > dt {
    width: 9em;
  }
  .c-txt-dl.w-sp--10em > dt {
    width: 10em;
  }
  .c-txt-dl.w-sp--11em > dt {
    width: 11em;
  }
  .c-txt-dl.w-sp--12em > dt {
    width: 12em;
  }
  .c-txt-dl.w-sp--13em > dt {
    width: 13em;
  }
  .c-txt-dl.w-sp--14em > dt {
    width: 14em;
  }
  .c-txt-dl.w-sp--15em > dt {
    width: 15em;
  }
  .c-txt-dl.w-sp--16em > dt {
    width: 16em;
  }
  .c-txt-dl.w-sp--17em > dt {
    width: 17em;
  }
  .c-txt-dl.w-sp--18em > dt {
    width: 18em;
  }
  .c-txt-dl.w-sp--19em > dt {
    width: 19em;
  }
  .c-txt-dl.w-sp--20em > dt {
    width: 20em;
  }
}
.c-indent--1em li .c-txt-dl,
.c-list--num li .c-txt-dl {
  text-indent: 0;
}
.c-indent--1em li .c-txt-dl:first-child,
.c-list--num li .c-txt-dl:first-child {
  display: inline-flex;
}
.static-area [class*="c-tit"] sup {
  position: relative;
  top: -5px;
  font-size: 75%;
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-tit"] sup {
    top: 0;
  }
}
.static-area [class*="c-tit"] + [class*="c-box--"],
.static-area [class*="c-tit"] + .c-list--disc,
.static-area [class*="c-tit"] + .c-list--num,
.static-area [class*="c-tit"] + .c-tbl--base,
.static-area [class*="c-tit"] + .p-movie-area:not(:first-child),
.static-area [class*="c-tit"] + .c-video-area:not(:first-child),
.static-area [class*="c-tit"] + p,
.static-area [class*="c-tit"] + .c-tit-interview:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 835px) {
  .static-area [class*="c-tit"] + .c-tbl-sp--scl {
    margin-top: 0;
  }
}
@media only screen and (max-width: 834px) {
  .static-area [class*="c-tit"].c-accordion__trg {
    display: block;
  }
}
.static-area .c-tit--03::before {
  height: calc(100% - 15px);
}
@media only screen and (max-width: 834px) {
  .static-area .c-tit--02.is-sidelink__sp-flex,
  .static-area .c-tit--03.is-sidelink__sp-flex,
  .static-area .c-tit--04.is-sidelink__sp-flex {
    justify-content: flex-start;
  }
}
.static-area .c-tit--disc {
  margin-bottom: 16px;
}
@media only screen and (max-width: 834px) {
  .static-area .c-tit--disc {
    margin-bottom: 12px;
  }
}
.c-tit-interview {
  position: relative;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-left: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .c-tit-interview {
    margin-top: 40px;
  }
}
.c-tit-interview:first-of-type {
  margin-top: 32px;
}
@media only screen and (max-width: 834px) {
  .c-tit-interview:first-of-type {
    margin-top: 24px;
  }
}
.c-tit-interview::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #262626;
}
.static-area .p-movie-area:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .static-area .p-movie-area:not(:first-child) {
    margin-top: 32px;
  }
}
.static-area .p-movie-area iframe {
  display: block;
  margin: 0 auto;
  border: 0;
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
}
@media only screen and (min-width: 835px) {
  .static-area .p-movie-area.is-sp-full iframe {
    width: 100% !important;
    max-width: 800px;
  }
}
.static-area .p-movie-area + p,
.static-area .p-movie-area + figure,
.static-area .p-movie-area + .c-txt-dl,
.static-area .p-movie-area + .c-list--base,
.static-area .p-movie-area + .c-indent--1em,
.static-area .p-movie-area + .c-list--disc,
.static-area .p-movie-area + .c-list--num,
.static-area .p-movie-area + .u-gridlist,
.static-area .p-movie-area + .c-flex-grid,
.static-area .p-movie-area + .c-img-sp--scl,
.static-area .p-movie-area + .c-img-canvas,
.static-area .p-movie-area + .c-card {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .static-area .p-movie-area + p,
  .static-area .p-movie-area + figure,
  .static-area .p-movie-area + .c-txt-dl,
  .static-area .p-movie-area + .c-list--base,
  .static-area .p-movie-area + .c-indent--1em,
  .static-area .p-movie-area + .c-list--disc,
  .static-area .p-movie-area + .c-list--num,
  .static-area .p-movie-area + .u-gridlist,
  .static-area .p-movie-area + .c-flex-grid,
  .static-area .p-movie-area + .c-img-sp--scl,
  .static-area .p-movie-area + .c-img-canvas,
  .static-area .p-movie-area + .c-card {
    margin-top: 32px;
  }
}
.c-video-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (max-width: 834px) {
  .c-video-area {
    margin: 0 auto;
  }
}
.c-video-area:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .c-video-area:not(:first-child) {
    margin-top: 32px;
  }
}
.c-video-area > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
}
.c-video-area[class*="is-mxw-"] {
  padding-top: 0;
}
.c-video-area[class*="is-mxw-"] > video {
  position: static;
  display: block;
  height: auto;
  margin: 0 auto;
  -o-object-fit: unset;
  object-fit: unset;
}
.c-video-area.is-mxw-800 > video {
  max-width: 800px;
}
.c-video-area.is-mxw-350 > video {
  max-width: 350px;
}
.c-video-area + p,
.c-video-area + figure,
.c-video-area + .c-txt-dl,
.c-video-area + .c-list--base,
.c-video-area + .c-indent--1em,
.c-video-area + .c-list--disc,
.c-video-area + .c-list--num,
.c-video-area + .u-gridlist,
.c-video-area + .c-flex-grid,
.c-video-area + .c-img-sp--scl,
.c-video-area + .c-img-canvas,
.c-video-area + .c-card {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .c-video-area + p,
  .c-video-area + figure,
  .c-video-area + .c-txt-dl,
  .c-video-area + .c-list--base,
  .c-video-area + .c-indent--1em,
  .c-video-area + .c-list--disc,
  .c-video-area + .c-list--num,
  .c-video-area + .u-gridlist,
  .c-video-area + .c-flex-grid,
  .c-video-area + .c-img-sp--scl,
  .c-video-area + .c-img-canvas,
  .c-video-area + .c-card {
    margin-top: 32px;
  }
}
.c-video-center {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-video-center {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 0;
  }
}
.c-video-center:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .c-video-center:not(:first-child) {
    margin-top: 32px;
  }
}
.c-video-center__inner {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .c-video-center__inner {
    display: inline-block;
    text-align: left;
  }
}
.c-video-center + p,
.c-video-center + figure,
.c-video-center + .c-txt-dl,
.c-video-center + .c-list--base,
.c-video-center + .c-indent--1em,
.c-video-center + .c-list--disc,
.c-video-center + .c-list--num,
.c-video-center + .u-gridlist,
.c-video-center + .c-flex-grid,
.c-video-center + .c-img-sp--scl,
.c-video-center + .c-img-canvas,
.c-video-center + .c-card,
.c-video-center + .p-movie-area,
.c-video-center + .c-video-area {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .c-video-center + p,
  .c-video-center + figure,
  .c-video-center + .c-txt-dl,
  .c-video-center + .c-list--base,
  .c-video-center + .c-indent--1em,
  .c-video-center + .c-list--disc,
  .c-video-center + .c-list--num,
  .c-video-center + .u-gridlist,
  .c-video-center + .c-flex-grid,
  .c-video-center + .c-img-sp--scl,
  .c-video-center + .c-img-canvas,
  .c-video-center + .c-card,
  .c-video-center + .p-movie-area,
  .c-video-center + .c-video-area {
    margin-top: 32px;
  }
}
.p-company-history-header {
  position: relative;
  margin: 21px 0 24px;
  padding: 34px 23px 28px 23px;
  border-top: 1px solid #d0d5dd;
}
@media only screen and (max-width: 834px) {
  .p-company-history-header {
    margin: 28px 0 24px;
    padding: 25px 23px 16px 23px;
  }
}
.p-company-history-header::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 10px;
  background-color: #039;
}
@media only screen and (max-width: 834px) {
  .p-company-history-header::before {
    height: 6px;
  }
}
.p-company-history-header__tit {
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .p-company-history-header__tit {
    font-size: 24px;
    line-height: 1.334;
  }
}
.p-company-history-header__tit__generation {
  padding-right: 30px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-header__tit__generation {
    display: block;
    padding-right: 0;
  }
}
.p-company-history-header__lead {
  margin-top: 7px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-header__lead {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.572;
  }
}
.p-company-history-chronologies__year {
  width: 104px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__year {
    justify-content: flex-start;
    width: 74px;
    padding-left: 8px;
    font-weight: normal;
  }
}
.p-company-history-chronologies__year::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__year::after {
    right: -5px;
  }
}
.p-company-history-chronologies__detail {
  flex: 1;
  margin-left: 32px;
  padding: 28px 24px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    min-height: 74px;
    margin-left: 16px;
    padding: 16px 24px 10px;
  }
}
.p-company-history-chronologies__detail.u-bgc--gray-bg {
  padding: 32px 24px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail.u-bgc--gray-bg {
    padding: 16px 24px 15px;
  }
}
.p-company-history-chronologies__detail .u-gridlist {
  max-width: 634px;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail .u-gridlist {
    max-width: 100%;
    padding-right: 15px;
    gap: 10px 0;
  }
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail
    .u-gridlist.p-company-history-chronologies__detail__img--3 {
    gap: 16px 0;
  }
}
.p-company-history-chronologies__detail__img {
  margin-left: 38px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail__img {
    margin-left: 0;
  }
}
.p-company-history-chronologies__detail__img__caption {
  margin-top: 9px;
  line-height: 1.429;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail__img__caption {
    margin-top: 10px;
  }
}
.p-company-history-chronologies__detail__img__caption + .c-btn--base {
  margin-top: 17px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail__img__caption + .c-btn--base {
    margin-top: 10px;
  }
}
.p-company-history-chronologies__detail__img--2 {
  margin-left: 38px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__detail__img--2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 835px) {
  .p-company-history-chronologies__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 835px) {
  .p-company-history-chronologies__box [class*="c-icon"] {
    margin-right: 74px;
  }
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__box .c-btn--base {
    margin-top: 15px;
  }
}
.p-company-history-chronologies__list {
  width: 100%;
}
.p-company-history-chronologies__list > li:not(:first-child) {
  margin-top: 21px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__list > li:not(:first-child) {
    margin-top: 8px;
  }
}
.p-company-history-chronologies__list > li p + .u-gridlist {
  margin-top: 16px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__list > li p + .u-gridlist {
    margin-top: 8px;
  }
}
.p-company-history-chronologies__list
  > li
  p
  + .u-gridlist.p-company-history-chronologies__detail__img--2 {
  margin-top: -18px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__list
    > li
    p
    + .u-gridlist.p-company-history-chronologies__detail__img--2 {
    margin-top: 2px;
  }
}
.p-company-history-chronologies__list > li img {
  width: 100% !important;
  height: auto !important;
}
.p-company-history-chronologies__list > li img + .c-btn--base {
  margin-top: 17px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__list > li img + .c-btn--base {
    margin-top: 10px;
  }
}
.p-company-history-chronologies__list > li .u-img--outline {
  display: block;
  padding: 0;
}
.p-company-history-chronologies__list + .c-btn--base {
  margin-top: 17px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies__list + .c-btn--base {
    margin-top: 10px;
  }
}
.p-company-history-chronologies + .p-company-history-chronologies {
  padding-top: 21px;
}
@media only screen and (max-width: 834px) {
  .p-company-history-chronologies + .p-company-history-chronologies {
    margin-top: 16px;
    padding-top: 17px;
  }
}
.p-1923-imgtab {
  margin-left: auto;
  margin-right: auto;
}
.p-1923-imgtab__menu {
  flex: 0 0 343px;
}
.p-1923-imgtab__menu__layer {
  top: 0;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab__menu__layer {
    margin: 0;
    left: calc(50% + 23px);
    transform: translateX(-50%);
  }
}
.p-1923-imgtab__menu__trg__btn {
  background-color: #fff;
  color: #e64800;
}
.p-1923-imgtab__menu__trg__btn.js-opencontent-trg.is-current {
  background-color: #e64800;
  color: #fff;
  border: 1px solid #e64800;
}
.p-1923-imgtab__menu__trg
  .js-opencontent-trg.is-current
  .p-1923-imgtab__menu__trg__btn {
  background-color: #e64800;
  color: #fff;
  border: 1px solid #e64800;
}
.p-1923-imgtab__content .c-tooltip__show {
  display: block;
}
.p-1923-imgtab.is-01 {
  padding-top: 54px;
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-01 {
    padding: 40px 20px 43px;
  }
}
.p-1923-imgtab.is-01 .p-1923-imgtab__menu {
  flex: 0 0 397px;
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg {
    left: 26px;
  }
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn {
    position: relative;
    left: 15px;
  }
}
.p-1923-imgtab.is-01
  .p-1923-imgtab__menu__trg__btn.js-opencontent-trg:nth-child(1) {
  flex-direction: row;
}
.p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(1) {
  display: block;
  flex-direction: row;
  order: 3;
  margin-top: 207px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(1) {
    margin-top: 140px;
  }
}
.p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
  order: 2;
  margin-top: 25px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
    margin-top: 2px;
  }
}
.p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(3) {
  order: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(3) {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-01 .p-1923-imgtab__menu__trg__btn:nth-child(4) {
    margin-top: -6px;
  }
}
.p-1923-imgtab.is-02 {
  padding-top: 54px;
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-02 {
    padding: 40px 20px 43px;
  }
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg {
    left: 26px;
  }
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn {
    position: relative;
    left: 13px;
  }
}
.p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn:nth-child(1) {
  display: block;
  flex-direction: row;
  order: 3;
  margin-top: 172px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn:nth-child(1) {
    margin-top: 142px;
  }
}
.p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
  order: 2;
  margin-top: 119px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
    margin-top: 105px;
  }
}
.p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn:nth-child(3) {
  order: 1;
  margin-top: -20px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-02 .p-1923-imgtab__menu__trg__btn:nth-child(3) {
    margin-top: -34px;
  }
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-03 .p-1923-imgtab__menu__trg {
    left: 27px;
  }
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-03 .p-1923-imgtab__menu__trg__btn {
    position: relative;
    left: 13px;
  }
}
.p-1923-imgtab.is-03 .p-1923-imgtab__menu__trg__btn:nth-child(1) {
  display: block;
  flex-direction: row;
  order: 1;
  margin-top: 4px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-03 .p-1923-imgtab__menu__trg__btn:nth-child(1) {
    margin-top: 0;
  }
}
.p-1923-imgtab.is-03 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
  order: 2;
  margin-top: 124px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-03 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
    margin-top: 100px;
  }
}
.p-1923-imgtab.is-04 {
  padding-top: 41px;
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-04 .p-1923-imgtab__menu__trg {
    left: 8px;
  }
}
.p-1923-imgtab.is-04
  .p-1923-imgtab__menu__trg
  .js-opencontent-trg:nth-child(1) {
  order: 1;
  margin-top: -21px;
}
.p-1923-imgtab.is-04
  .p-1923-imgtab__menu__trg
  .js-opencontent-trg:nth-child(1)
  .p-1923-imgtab__menu__trg__btn:nth-child(1) {
  order: 1;
  margin-top: 0;
}
.p-1923-imgtab.is-04
  .p-1923-imgtab__menu__trg
  .js-opencontent-trg:nth-child(1)
  .p-1923-imgtab__menu__trg__btn:nth-child(2) {
  order: 2;
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-04
    .p-1923-imgtab__menu__trg
    .js-opencontent-trg:nth-child(1)
    .p-1923-imgtab__menu__trg__btn:nth-child(2) {
    margin-top: 15px;
  }
}
.p-1923-imgtab.is-04
  .p-1923-imgtab__menu__trg
  .js-opencontent-trg:nth-child(1)
  .p-1923-imgtab__menu__trg__btn:nth-child(3) {
  margin-top: 19px;
  margin-left: 1px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-04
    .p-1923-imgtab__menu__trg
    .js-opencontent-trg:nth-child(1)
    .p-1923-imgtab__menu__trg__btn:nth-child(3) {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-04 .p-1923-imgtab__menu__trg__btn {
    position: relative;
    left: 13px;
  }
}
.p-1923-imgtab.is-04 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
  order: 2;
  margin-top: 29px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-04 .p-1923-imgtab__menu__trg__btn:nth-child(2) {
    margin-top: 20px;
  }
}
.p-1923-imgtab.is-04 .p-1923-imgtab__menu__trg__btn:nth-child(3) {
  order: 3;
  margin-top: 19px;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-04 .p-1923-imgtab__menu__trg__btn:nth-child(3) {
    margin-top: 10px;
  }
}
.p-1923-imgtab.is-no-button .p-1923-imgtab__menu {
  flex: none;
  padding-left: 0;
}
.p-1923-imgtab.is-robotsupport {
  padding-top: 54px;
}
@media only screen and (min-width: 835px) {
  .p-1923-imgtab.is-robotsupport {
    padding: 80px 80px 43px;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu {
  flex: none;
  padding-left: 0;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg {
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg {
    position: absolute;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn {
  cursor: default;
  position: absolute;
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(1) {
  display: block;
  flex-direction: row;
  bottom: 6%;
  left: -5%;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(1) {
    bottom: -2%;
    left: -4%;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(2) {
  bottom: 45%;
  left: 6%;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(2) {
    bottom: 38%;
    left: 4%;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(3) {
  top: -10%;
  left: 38%;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(3) {
    top: -30%;
    left: 33%;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(4) {
  top: 17%;
  right: -5%;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(4) {
    top: 4%;
    right: -4%;
  }
}
.p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(5) {
  right: -2%;
  bottom: 34%;
}
@media only screen and (max-width: 834px) {
  .p-1923-imgtab.is-robotsupport .p-1923-imgtab__menu__trg__btn:nth-child(5) {
    right: -3%;
    bottom: 25%;
  }
}
.js-slider-in-house-machine .slick-list {
  margin: 0 -16px;
}
@media only screen and (max-width: 834px) {
  .js-slider-in-house-machine .slick-list {
    margin: 0 -8px;
  }
}
.js-slider-in-house-machine .slick-slide {
  height: auto;
  margin: 0 16px;
}
@media only screen and (max-width: 834px) {
  .js-slider-in-house-machine .slick-slide {
    margin: 0 8px;
  }
}
.p-support-box {
  padding: 23px 23px 23px 39px;
}
@media only screen and (max-width: 834px) {
  .p-support-box {
    padding: 18px 23px 23px;
  }
}
.p-support-box__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .p-support-box__box {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .p-support-box__col:nth-child(2) {
    margin-top: 17px;
  }
}
.p-support-box__title {
  font-size: 18px;
  font-weight: bold;
}
.p-support-box__text {
  margin-top: 7px;
}
.p-title-support {
  margin: 24px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .p-title-support {
    font-size: 20px;
  }
}
@media only screen and (min-width: 835px) {
  .p-support-card.is-sp-column--2 a.c-link--absolute ~ .c-card__img::before {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 835px) {
  .p-support-card.is-sp-column--2 a.c-link--absolute ~ .c-card__img::after {
    right: 12px;
    bottom: 10px;
  }
}
.p-support-card.is-sp-column--2
  a.c-link--absolute[href^="http"]
  ~ .c-card__img::after {
  width: 14px;
  height: 14px;
  right: 9px;
  bottom: 9px;
}
@media only screen and (max-width: 834px) {
  .p-support-card.is-sp-column--2
    a.c-link--absolute[href^="http"]
    ~ .c-card__img::after {
    right: 5px;
    bottom: 5px;
  }
}
.p-support-card.is-sp-txt-small .c-card__txt {
  padding-top: 12px;
}
@media only screen and (max-width: 834px) {
  .p-support-card.is-sp-txt-small .c-card__txt {
    padding-top: 7px;
  }
}
.p-support-card__tit {
  font-size: 16px;
}
@media only screen and (max-width: 834px) {
  .p-support-card__tit {
    line-height: 24px;
  }
}
.p-support-card.is-sp-txt-small .c-card__txt .c-card__tit + p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
}
.p-support-card + .p-title-support {
  margin-top: 35px;
}
@media only screen and (max-width: 834px) {
  .p-support-card + .p-title-support {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 834px) {
  .p-support-card .c-card__img figure img {
    width: 48px;
  }
}
@media only screen and (max-width: 834px) {
  .p-support-card .c-card__img.is-08 figure img,
  .p-support-card .c-card__img.is-10 figure img {
    width: 60px;
  }
}
.u-va--bl {
  vertical-align: baseline !important;
}
@media only screen and (max-width: 834px) {
  .u-sp-va--bl {
    vertical-align: baseline !important;
  }
}
.u-border-t-width--1 {
  border-top-width: 1px !important;
}
.u-border-b-width--1 {
  border-bottom-width: 1px !important;
}
.u-border-l-width--1 {
  border-left-width: 1px !important;
}
.u-border-r-width--1 {
  border-right-width: 1px !important;
}
@media only screen and (max-width: 834px) {
  .u-sp-border-t-width--1 {
    border-top-width: 1px !important;
  }
  .u-sp-border-b-width--1 {
    border-bottom-width: 1px !important;
  }
  .u-sp-border-l-width--1 {
    border-left-width: 1px !important;
  }
  .u-sp-border-r-width--1 {
    border-right-width: 1px !important;
  }
}
.u-img--border {
  overflow: hidden;
  border: 1px solid #eaecf0;
  border-radius: 4px;
}
.u-fs--i {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.u-rd-4 {
  border-radius: 4px !important;
}
.u-rd-0 {
  border-radius: 0 !important;
}
.u-rd-tl-0 {
  border-top-left-radius: 0 !important;
}
.u-rd-tr-0 {
  border-top-right-radius: 0 !important;
}
.u-rd-bl-0 {
  border-bottom-left-radius: 0 !important;
}
.u-rd-br-0 {
  border-bottom-right-radius: 0 !important;
}
.u-rd-tl-4 {
  border-top-left-radius: 4px !important;
}
.u-rd-tr-4 {
  border-top-right-radius: 4px !important;
}
.u-rd-bl-4 {
  border-bottom-left-radius: 4px !important;
}
.u-rd-br-4 {
  border-bottom-right-radius: 4px !important;
}
@media only screen and (max-width: 834px) {
  .u-sp-rd-4 {
    border-radius: 4px !important;
  }
  .u-sp-rd-0 {
    border-radius: 0 !important;
  }
  .u-sp-rd-tl-0 {
    border-top-left-radius: 0 !important;
  }
  .u-sp-rd-tr-0 {
    border-top-right-radius: 0 !important;
  }
  .u-sp-rd-bl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .u-sp-rd-br-0 {
    border-bottom-right-radius: 0 !important;
  }
  .u-sp-rd-tl-4 {
    border-top-left-radius: 4px !important;
  }
  .u-sp-rd-tr-4 {
    border-top-right-radius: 4px !important;
  }
  .u-sp-rd-bl-4 {
    border-bottom-left-radius: 4px !important;
  }
  .u-sp-rd-br-4 {
    border-bottom-right-radius: 4px !important;
  }
}
.u-mah--none {
  max-height: none !important;
}
@media only screen and (max-width: 834px) {
  .u-sp-mah--none {
    max-height: none !important;
  }
}
@media only screen and (max-width: 834px) {
  .u-sp-w--200px {
    min-width: 200px !important;
    white-space: normal;
  }
  .u-sp-w--300px {
    min-width: 300px !important;
    white-space: normal;
  }
  .u-sp-w--400px {
    min-width: 400px !important;
    white-space: normal;
  }
  .u-sp-w--500px {
    min-width: 500px !important;
    white-space: normal;
  }
}
.u-zindex--0 {
  z-index: 0 !important;
}
.u-zindex--1 {
  z-index: 1 !important;
}
.u-zindex--2 {
  z-index: 2 !important;
}
.u-zindex--m1 {
  z-index: -1 !important;
}
.u-sp-zindex--0 {
  z-index: 0 !important;
}
.u-sp-zindex--1 {
  z-index: 1 !important;
}
.u-sp-zindex--2 {
  z-index: 2 !important;
}
.u-sp-zindex--m1 {
  z-index: -1 !important;
}
/*# sourceMappingURL=common_static-area.css.map */
