@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@media screen and (min-width: 768px) {
  .top-kv-cnv .wrap {
    max-width: 960px;
    padding: 0;
  }
  .top-kv-cnv-block.block01 {
    width: 100%;
  }
  .top-kv-cnv-btn-list .btn-estimate > span::before,
  .top-kv-cnv-btn-list .btn-estimate > span::after,
  .top-kv-cnv-btn-list .btn-document > span::before,
  .top-kv-cnv-btn-list .btn-document > span::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .conversion-under-bus .wrap {
    max-width: 960px;
    padding: 0;
  }
  .conversion-under-bus .cnv-block-sec1 {
    width: 100%;
  }
}
.p-lineup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup__in {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 90px;
  }
}
.p-lineup__tb {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #074696;
}
@media screen and (min-width: 768px) {
  .p-lineup__tb {
    gap: 20px;
    height: 86px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__tb {
    gap: 5px;
    height: 66px;
    padding: 0 15px;
  }
}
.p-lineup__tb__u {
  flex: 1;
  transition: flex-grow 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-lineup__tb__u button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  background: #576c86;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: height 250ms cubic-bezier(.5, .15, .2, .9), background-color 250ms cubic-bezier(.5, .15, .2, .9), font-size 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__tb__u button {
    height: 70px;
    font-size: clamp(18px, 18px + 6 * (100vw - 1295px) / 319, 24px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__tb__u button {
    height: 47px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__tb__u button:hover,
  .p-lineup__tb__u button:active {
    background: #074696;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__tb__u.is-current {
    flex: 1.3;
  }
}
.p-lineup__tb__u.is-current button {
  background: #074696;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-lineup__tb__u.is-current button {
    height: 84px;
    font-size: clamp(21.75px, 21.75px + 7.25 * (100vw - 1295px) / 319, 29px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__tb__u.is-current button {
    height: 55px;
    font-size: 14px;
  }
}
.p-lineup__cn {
  position: relative;
  overflow: hidden;
  background: #f2f6fc;
}
.p-lineup__pn {
  display: none;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineup__id {
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id {
    padding: 30px 15px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__id__cw {
    display: flex;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__id__cw__c {
    flex: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__cw__c:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__id__wp {
    width: calc((100% - 100px) * 4 / 4 + 60px);
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__wp {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__id__wp.is-3col {
    width: calc((100% - 100px) * 3 / 4 + 40px);
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__id__hd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__hd {
    margin-bottom: 15px;
  }
}
.p-lineup__id__hd__s {
  margin-bottom: 1px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__hd__s {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__hd__s {
    font-size: 14px;
  }
}
.p-lineup__id__hd__tt {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__hd__tt {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__hd__tt {
    font-size: 24px;
  }
}
.p-lineup__id__hd__tt::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__hd__tt::after {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__hd__tt::after {
    margin-top: 4px;
  }
}
.p-lineup__id__hd__tt > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__hd__tt > span {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__hd__tt > span {
    padding-right: 10px;
  }
}
.p-lineup__id__ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.p-lineup__id__ul__p {
  position: relative;
  aspect-ratio: 630/488;
  overflow: hidden;
}
.p-lineup__id__ul__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-lineup__id__ul__tw {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  background: #074696;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__id__ul__tw {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__ul__tw {
    padding: 4px 10px;
  }
}
.p-lineup__id__ul__tw::before {
  content: '\e900';
  position: absolute;
  top: 50%;
  color: #fff;
  font-family: 'icon';
  font-weight: 400;
  line-height: 1;
  transform: translate(0, -50%);
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__id__ul__tw::before {
    right: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__ul__tw::before {
    right: 10px;
    font-size: 10px;
  }
}
.p-lineup__id__ul__tt {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__ul__tt {
    font-size: clamp(15px, 15px + 5 * (100vw - 1295px) / 319, 20px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__ul__tt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__id__ul > li {
    flex: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__id__ul > li {
    width: calc((100% - 15px) / 2);
  }
}
.p-lineup__id__ul > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineup__id__ul > li a:hover .p-lineup__id__ul__p img,
  .p-lineup__id__ul > li a:active .p-lineup__id__ul__p img {
    transform: scale(1.05);
  }
  .p-lineup__id__ul > li a:hover .p-lineup__id__ul__tw,
  .p-lineup__id__ul > li a:active .p-lineup__id__ul__tw {
    background: #2863a8;
  }
  .p-lineup__id__ul > li a:hover .p-lineup__id__ul__tw::before,
  .p-lineup__id__ul > li a:active .p-lineup__id__ul__tw::before {
    transform: translate(5px, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sl {
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl {
    padding: 40px 15px;
  }
}
.p-lineup__sl__rf {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf {
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf {
    margin-bottom: 30px;
    padding: 20px 15px 25px;
  }
}
.p-lineup__sl__rf__tt {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__tt {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf__tt {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-lineup__sl__rf__bt {
  display: block;
  position: relative;
  background: #c7c7c7;
  pointer-events: none;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9), color 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__bt {
    padding: 10px 20px 10px 49px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf__bt {
    padding: 8px 0 8px 34px;
  }
}
.p-lineup__sl__rf__bt > span {
  display: block;
  position: absolute;
  top: 50%;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__bt > span {
    left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf__bt > span {
    left: 8px;
    width: 18px;
    height: 18px;
    border-radius: 4.5px;
  }
}
.p-lineup__sl__rf__bt > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #cecece, #e9e9e9);
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__bt > span::before {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf__bt > span::before {
    border-radius: 4.5px;
  }
}
.p-lineup__sl__rf__bt > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #074696;
  -webkit-mask: url(/business/img_v5/top/icon_check01.svg) no-repeat 0 0/contain;
          mask: url(/business/img_v5/top/icon_check01.svg) no-repeat 0 0/contain;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__bt > span::after {
    width: 17px;
    height: 13px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf__bt > span::after {
    width: 12.75px;
    height: 9.75px;
  }
}
.p-lineup__sl__rf__ul {
  display: flex;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__rf__ul {
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
  }
}
.p-lineup__sl__rf__ul > li label {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-lineup__sl__rf__ul > li label input {
  display: none;
}
.p-lineup__sl__rf__ul > li label input:checked + .p-lineup__sl__rf__bt {
  background: #074696;
  color: #fff;
}
.p-lineup__sl__rf__ul > li label input:checked + .p-lineup__sl__rf__bt > span {
  border-color: #fff;
}
.p-lineup__sl__rf__ul > li label input:checked + .p-lineup__sl__rf__bt > span::before,
.p-lineup__sl__rf__ul > li label input:checked + .p-lineup__sl__rf__bt > span::after {
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__rf__ul > li label:hover .p-lineup__sl__rf__bt,
  .p-lineup__sl__rf__ul > li label:active .p-lineup__sl__rf__bt {
    background: #074696;
    color: #fff;
  }
}
.p-lineup__sl__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-lineup__sl__ul__p {
  position: relative;
  aspect-ratio: 880/340;
  overflow: hidden;
}
.p-lineup__sl__ul__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-lineup__sl__ul__bd {
  flex-grow: 1;
  padding: 13px 15px 20px;
}
.p-lineup__sl__ul__tt {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #074696;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__tt {
    padding: 0 0 3px 13px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__tt {
    padding: 0 0 2px 11px;
    font-size: 17px;
  }
}
.p-lineup__sl__ul__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: #074696;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__tt::before {
    top: 4px;
    width: 5px;
    height: calc(100% - 8px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__tt::before {
    top: 3px;
    width: 4px;
    height: calc(100% - 6px);
  }
}
.p-lineup__sl__ul__t {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__t {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__t {
    font-size: 14px;
  }
}
.p-lineup__sl__ul__tg {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__tg {
    gap: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__tg {
    gap: 6px;
  }
}
.p-lineup__sl__ul__tg > li {
  background: #f0f0f0;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__tg > li {
    padding: 5px 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__tg > li {
    padding: 4px 6px;
    font-size: 10px;
  }
}
.p-lineup__sl__ul__bw {
  position: relative;
  background: #074696;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__bw {
    padding: 5px 20px 5px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__bw {
    padding: 4px 15px 4px 0;
  }
}
.p-lineup__sl__ul__bw::before {
  content: '\e900';
  position: absolute;
  top: 50%;
  color: #fff;
  font-family: 'icon';
  font-weight: 400;
  line-height: 1;
  transform: translate(0, -50%);
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__bw::before {
    right: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__bw::before {
    right: 10px;
    font-size: 10px;
  }
}
.p-lineup__sl__ul__bt {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul__bt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul__bt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul > li {
    width: calc((100% - 40px) / 3);
  }
}
.p-lineup__sl__ul > li a {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul > li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sl__ul > li a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sl__ul > li a:hover .p-lineup__sl__ul__p img,
  .p-lineup__sl__ul > li a:active .p-lineup__sl__ul__p img {
    transform: scale(1.05);
  }
  .p-lineup__sl__ul > li a:hover .p-lineup__sl__ul__bw,
  .p-lineup__sl__ul > li a:active .p-lineup__sl__ul__bw {
    background: #2863a8;
  }
  .p-lineup__sl__ul > li a:hover .p-lineup__sl__ul__bw::before,
  .p-lineup__sl__ul > li a:active .p-lineup__sl__ul__bw::before {
    transform: translate(5px, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv {
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv {
    padding: 30px 15px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__sc:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__sc:nth-child(n+2) {
    margin-top: 40px;
  }
}
.p-lineup__sv__tt {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__tt {
    margin-bottom: 30px;
    padding-left: 45px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__tt {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 24px;
  }
}
.p-lineup__sv__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: #074696;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__tt::before {
    top: 14px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__tt::before {
    top: 8px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os {
    display: flex;
    gap: 35px;
  }
}
.p-lineup__sv__os__ld {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os__ld {
    margin-bottom: 20px;
    font-size: clamp(22px, 22px + 4 * (100vw - 1295px) / 319, 26px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__os__ld {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.p-lineup__sv__os__p {
  position: relative;
  aspect-ratio: 1325/628;
  overflow: hidden;
}
.p-lineup__sv__os__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-lineup__sv__os__tw {
  position: relative;
  background: #074696;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os__tw {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__os__tw {
    padding: 4px 10px;
  }
}
.p-lineup__sv__os__tw::before {
  content: '\e900';
  position: absolute;
  top: 50%;
  color: #fff;
  font-family: 'icon';
  font-weight: 400;
  line-height: 1;
  transform: translate(0, -50%);
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os__tw::before {
    right: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__os__tw::before {
    right: 10px;
    font-size: 10px;
  }
}
.p-lineup__sv__os__tt {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os__tt {
    font-size: clamp(18px, 18px + 2 * (100vw - 1295px) / 319, 20px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__os__tt {
    font-size: 14px;
  }
}
.p-lineup__sv__os__ln a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os__ln a:hover .p-lineup__sv__os__p img,
  .p-lineup__sv__os__ln a:active .p-lineup__sv__os__p img {
    transform: scale(1.05);
  }
  .p-lineup__sv__os__ln a:hover .p-lineup__sv__os__tw,
  .p-lineup__sv__os__ln a:active .p-lineup__sv__os__tw {
    background: #2863a8;
  }
  .p-lineup__sv__os__ln a:hover .p-lineup__sv__os__tw::before,
  .p-lineup__sv__os__ln a:active .p-lineup__sv__os__tw::before {
    transform: translate(5px, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__os > li {
    flex: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__os > li:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-lineup__sv__ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__ul {
    gap: 35px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__ul {
    gap: 15px;
  }
}
.p-lineup__sv__ul__p {
  position: relative;
  aspect-ratio: 860/468;
  overflow: hidden;
}
.p-lineup__sv__ul__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-lineup__sv__ul__tw {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  background: #074696;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__ul__tw {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__ul__tw {
    padding: 4px 10px;
  }
}
.p-lineup__sv__ul__tw::before {
  content: '\e900';
  position: absolute;
  top: 50%;
  color: #fff;
  font-family: 'icon';
  font-weight: 400;
  line-height: 1;
  transform: translate(0, -50%);
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__ul__tw::before {
    right: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__ul__tw::before {
    right: 10px;
    font-size: 10px;
  }
}
.p-lineup__sv__ul__tt {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__ul__tt {
    font-size: clamp(18px, 18px + 2 * (100vw - 1295px) / 319, 20px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__ul__tt {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__ul > li {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__ul > li {
    width: calc((100% - 15px) / 2);
  }
}
.p-lineup__sv__ul > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__ul > li a:hover .p-lineup__sv__ul__p img,
  .p-lineup__sv__ul > li a:active .p-lineup__sv__ul__p img {
    transform: scale(1.05);
  }
  .p-lineup__sv__ul > li a:hover .p-lineup__sv__ul__tw,
  .p-lineup__sv__ul > li a:active .p-lineup__sv__ul__tw {
    background: #2863a8;
  }
  .p-lineup__sv__ul > li a:hover .p-lineup__sv__ul__tw::before,
  .p-lineup__sv__ul > li a:active .p-lineup__sv__ul__tw::before {
    transform: translate(5px, -50%);
  }
}
.p-lineup__sv__bt a {
  display: flex;
  align-items: center;
  position: relative;
  background: #074696;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__bt a {
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 70px;
    margin: 0 auto;
    padding: 10px 60px 10px 30px;
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__bt a {
    min-height: 50px;
    padding: 10px 0 10px 15px;
    font-size: 17px;
  }
}
.p-lineup__sv__bt a::before {
  content: '\e900';
  position: absolute;
  top: 50%;
  color: #fff;
  font-family: 'icon';
  font-weight: 400;
  line-height: 1;
  transform: translate(0, -50%);
  transition: transform 250ms cubic-bezier(.5, .15, .2, .9);
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__bt a::before {
    right: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__bt a::before {
    right: 15px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__bt a:hover,
  .p-lineup__sv__bt a:active {
    background: #2863a8;
  }
  .p-lineup__sv__bt a:hover::before,
  .p-lineup__sv__bt a:active::before {
    transform: translate(5px, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__bt.is-mt50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__bt.is-mt50 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__sv__bt.is-mt60 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-lineup__sv__bt.is-mt60 {
    margin-top: 35px;
  }
}

.p-reason {
  position: relative;
  background: #f2f6fc;
}
@media screen and (min-width: 768px) {
  .p-reason__in {
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__in {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__hd {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__hd {
    margin-bottom: 20px;
  }
}
.p-reason__hd__s {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__hd__s {
    font-size: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__hd__s {
    font-size: 18px;
  }
}
.p-reason__hd__tt {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__hd__tt {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__hd__tt {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__cw {
    display: flex;
    gap: 35px;
  }
}
.p-reason__cw__c {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__c {
    flex: 1;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, .12);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__c {
    box-shadow: 4px 4px 3px rgba(0, 0, 0, .12);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__c:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-reason__cw__hd {
  background: #074696;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd {
    padding: 15px 0;
  }
}
.p-reason__cw__hd__in {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__in {
    padding: 0 clamp(41.25px, 41.25px + 13.75 * (100vw - 1295px) / 319, 55px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__in {
    padding: 0 41.25px;
  }
}
.p-reason__cw__hd__in::before,
.p-reason__cw__hd__in::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  aspect-ratio: 48/104;
  background: url(/business/img_v5/top/bg_reason01.webp) no-repeat 0 0/contain;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__in::before,
  .p-reason__cw__hd__in::after {
    width: clamp(36px, 36px + 12 * (100vw - 1295px) / 319, 48px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__in::before,
  .p-reason__cw__hd__in::after {
    width: 36px;
  }
}
.p-reason__cw__hd__in::before {
  left: 0;
  transform: scaleX(1) translateY(-50%);
}
.p-reason__cw__hd__in::after {
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}
.p-reason__cw__hd__s {
  display: block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__s {
    margin-bottom: 5px;
    font-size: clamp(19.5px, 19.5px + 6.5 * (100vw - 1295px) / 319, 26px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__s {
    margin-bottom: 4px;
    font-size: 19.5px;
  }
}
.p-reason__cw__hd__s strong {
  vertical-align: -5%;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__s strong {
    font-size: clamp(28.5px, 28.5px + 9.5 * (100vw - 1295px) / 319, 38px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__s strong {
    font-size: 28.5px;
  }
}
.p-reason__cw__hd__t {
  display: block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__t {
    font-size: clamp(20.25px, 20.25px + 6.75 * (100vw - 1295px) / 319, 27px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__t {
    font-size: 20.25px;
  }
}
.p-reason__cw__hd__t > span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.p-reason__cw__hd__t > span strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  vertical-align: -5%;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__t > span strong {
    font-size: clamp(40.5px, 40.5px + 13.5 * (100vw - 1295px) / 319, 54px);
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__t > span strong {
    font-size: 40.5px;
    letter-spacing: 1px;
  }
}
.p-reason__cw__hd__t > span sup {
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__hd__t > span sup {
    top: clamp(12.75px, 12.75px + 4.25 * (100vw - 1295px) / 319, 17px);
    font-size: clamp(9px, 9px + 3 * (100vw - 1295px) / 319, 12px);
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__hd__t > span sup {
    top: 11px;
    font-size: 10px;
  }
}
.p-reason__cw__p {
  position: relative;
  aspect-ratio: 900/420;
  overflow: hidden;
}
.p-reason__cw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__bd {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__bd {
    padding: 15px 0;
  }
}
.p-reason__cw__bd__t {
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__bd__t {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__bd__t {
    font-size: 14px;
  }
}
@media screen and (min-width: 1381px) {
  .p-reason__cw__bd__t br.is-lt1381 {
    display: none;
  }
}
@media screen and (max-width: 1380.9px) {
  .p-reason__cw__bd__t br.is-ge1381 {
    display: none;
  }
}
@media screen and (min-width: 1615px) {
  .p-reason__cw__bd__t br.is-lt1615 {
    display: none;
  }
}
@media screen and (max-width: 1614.9px) {
  .p-reason__cw__bd__t br.is-ge1615 {
    display: none;
  }
}
.p-reason__cw__bd__n {
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__cw__bd__n {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__cw__bd__n {
    margin-top: 7px;
    font-size: 11px;
  }
}
.p-reason__n {
  margin-top: 15px;
  line-height: 1.8;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-reason__n {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-reason__n {
    font-size: 11px;
  }
}

.p-floating {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  width: 300px;
  transition: visibility 0ms 1000ms, opacity 1000ms, transform 1000ms;
}
@media screen and (max-width: 767.9px) {
  .p-floating {
    display: none !important;
  }
}
.p-floating__x {
  position: absolute;
  right: 0;
  top: -35px;
}
.p-floating__x button {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #4e4e4e;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-floating__x button::before,
.p-floating__x button::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 4px;
  background: #fff;
}
.p-floating__x button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-floating__x button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-floating__x button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.p-floating__x button:hover,
.p-floating__x button:active {
  background: #074696;
}
.p-floating__wp {
  position: relative;
  padding: 20px 15px 25px;
  background: #041739;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, .16);
}
.p-floating__tt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-floating__bd {
  display: none;
  overflow: hidden;
}
.p-floating__bd__in {
  padding-bottom: 15px;
}
.p-floating__ol__hd {
  display: flex;
  gap: 7px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.p-floating__ol__hd__st {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
.p-floating__ol__hd__st strong {
  margin-left: 3px;
  font-size: 20px;
  vertical-align: -5%;
}
.p-floating__ol__hd__tt {
  margin-top: 3px;
  font-size: 16px;
}
.p-floating__ol__sl {
  position: relative;
  height: 33px;
}
.p-floating__ol__sl__ar {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  border-left: 1px solid #000;
  pointer-events: none;
}
.p-floating__ol__sl__ar::before {
  content: '\e900';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #074696;
  font-family: 'icon';
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-floating__ol__sl select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 27px 0 10px;
  border: 1px solid #3e3737;
  border-radius: 4px;
  background: linear-gradient(0deg, #ccc 0%, #fff 30%);
  color: inherit;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.p-floating__ol > li {
  padding: 5px 10px 10px;
  background: #4d5d74;
}
.p-floating__ol > li:nth-child(n+2) {
  margin-top: 10px;
}
.p-floating__bt {
  width: 200px;
  margin: 0 auto;
}
.p-floating__bt button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  border: none;
  background: #fff;
  color: #074696;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: background-color 250ms cubic-bezier(.5, .15, .2, .9), color 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-floating__bt button::before {
  content: '\e900';
  position: absolute;
  right: 15px;
  top: 50%;
  color: #074696;
  font-family: 'icon';
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transform: translate(0, -50%);
  transition: color 250ms cubic-bezier(.5, .15, .2, .9), transform 250ms cubic-bezier(.5, .15, .2, .9);
}
.p-floating__bt button:hover,
.p-floating__bt button:active {
  background: #074696;
  color: #fff;
}
.p-floating__bt button:hover::before,
.p-floating__bt button:active::before {
  color: #fff;
  transform: translate(5px, -50%);
}
.p-floating__bt button:disabled {
  color: #666;
  background: #dcdcdc;
  pointer-events: none;
}
.p-floating__bt button:disabled::before {
  color: #666;
}
.p-floating__bt.is-submit {
  display: none;
}
.p-floating.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}
