@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #310304;
  background: #fff;
}

a {
  cursor: pointer;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 63px;
  background-color: #fff;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  display: flex;
  padding: 0 12px;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}
@media (min-width: 375px) {
  .header__inner {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    padding-left: 10.9375vw;
    padding-right: 10.9375vw;
  }
}

.header__logo {
  margin-right: auto;
}
.header__logo img {
  width: 150px;
  height: 34.3px;
  display: block;
}
@media (min-width: 768px) {
  .header__logo img {
    width: 248px;
    height: 56.709px;
  }
}

.header-tel__box {
  border-radius: 4.476px;
  background: #F46600;
  padding: 11px 13px 7px 39px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 375px) {
  .header-tel__box {
    padding: 11px 22px 7px 41px;
  }
}
@media (min-width: 768px) {
  .header-tel__box {
    padding: 12px 34px 12px 64px;
  }
}

.header__text {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22px;
}
@media (min-width: 375px) {
  .header__text {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .header__text {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.header__text::before {
  content: "";
  background-image: url(../images/icon_header-tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 23.806px;
  position: absolute;
  top: 25%;
  left: 16px;
}
@media (min-width: 768px) {
  .header__text::before {
    width: 22px;
    height: 29.097px;
    left: 32px;
    background-image: url(../images/icon_tel-pc.svg);
  }
}

.header__tel {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  display: block;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .header__tel {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.header-tel__box {
  transition: 0.3s;
}

.header-tel__box:hover {
  transform: translate(0, -2px);
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.fv {
  width: 100%;
  background-image: url(../images/img_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 375/239;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .fv {
    margin-top: 80px;
    aspect-ratio: 1280/700;
    background-image: url(../images/img_fv-pc.jpg);
    padding-top: 4.6875vw;
  }
}

.fv__inner {
  width: 100%;
  height: inherit;
  padding-left: 8vw;
}
@media (min-width: 768px) {
  .fv__inner {
    padding-left: 4.140625vw;
  }
}

.fv__title-main {
  color: #fff;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 6.1333333333vw;
  letter-spacing: 1.53px;
  background-color: #F46600;
  padding: 0 2.1333333333vw;
  display: inline-block;
  margin-top: 8vw;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fv__title-main {
    font-size: 3.75vw;
    line-height: 6.25vw;
    padding: 0 3.75vw;
    position: relative;
    margin-left: 2.65625vw;
    margin-top: 0;
  }
}
.fv__title-main::before {
  content: "";
  width: 2.6666666667vw;
  height: 6.1333333333vw;
  position: absolute;
  left: -2.5333333333vw;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #F46600;
}
@media (min-width: 768px) {
  .fv__title-main::before {
    width: 2.65625vw;
    height: 6.25vw;
    left: -2.578125vw;
    top: 0;
  }
}
.fv__title-main::after {
  content: "";
  width: 2.6666666667vw;
  height: 6.1333333333vw;
  position: absolute;
  right: -2.5333333333vw;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #F46600;
}
@media (min-width: 768px) {
  .fv__title-main::after {
    width: 2.65625vw;
    height: 6.25vw;
    right: -2.578125vw;
    top: 0;
  }
}

.fv__title-sub {
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 1.796875vw;
  margin-left: -3.125vw;
}
@media (min-width: 768px) {
  .fv__title-sub {
    font-size: 4.53125vw;
    margin-top: 1.796875vw;
    margin-left: 0;
  }
}

.concept {
  padding-top: 39px;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .concept {
    padding-top: 62px;
    padding-bottom: 60px;
  }
}

.concept__inner {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .concept__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .concept__inner {
    max-width: 536px;
    padding: 0 30px;
    margin-inline: auto;
  }
}

.concept__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
}
@media (min-width: 375px) {
  .concept__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .concept__title {
    font-size: 28px;
    letter-spacing: 0.84px;
    text-align: left;
  }
}

.concept__title-strong {
  color: #F46600;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 375px) {
  .concept__title-strong {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .concept__title-strong {
    font-size: 52px;
    letter-spacing: 1.56px;
  }
}

.concept__lead-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .concept__lead-wrap {
    margin-top: 46px;
    gap: 20px;
  }
}

.concept__lead {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 10px;
  box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.25);
  background: rgba(217, 217, 217, 0.26);
}
@media (min-width: 375px) {
  .concept__lead {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .concept__lead {
    font-size: 24px;
    padding: 16px 22px;
  }
}

.concept__lead2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 10px;
  background: rgba(217, 217, 217, 0.26);
  box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.25);
  letter-spacing: 0.48px;
}
@media (min-width: 375px) {
  .concept__lead2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .concept__lead2 {
    font-size: 24px;
    padding: 16px 22px;
  }
}

.about {
  background-color: #310304;
  width: 100%;
}

.about__inner {
  padding: 42px 20px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .about__inner {
    padding: 86px 30px 86px 30px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.about__text {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .about__text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .about__text {
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.6px;
  }
}

.tel__wrapper {
  padding: 32px 52px 25px 52px;
}
@media (min-width: 768px) {
  .tel__wrapper {
    padding: 60px 0;
    cursor: pointer;
  }
}

.tel__wrap {
  background-color: #F46600;
  border-radius: 6.889px;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.5);
  padding: 11px 36px;
  transition: 0.3s;
}
@media (min-width: 375px) {
  .tel__wrap {
    padding: 11px 43px;
  }
}
@media (min-width: 768px) {
  .tel__wrap {
    padding: 17px 77px 16px 73px;
    max-width: 649px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 55px;
    align-items: center;
  }
}

.tel__wrap:hover {
  transform: translate(0, -2px);
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  a[href^="tel:"]:hover {
    pointer-events: auto;
  }
}
.tel__title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-align: center;
}
@media (min-width: 375px) {
  .tel__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tel__title {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.tel__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 5px;
}
@media (min-width: 375px) {
  .tel__contents {
    gap: 8px;
  }
}
.tel__contents::before {
  content: "";
  background-image: url(../images/icon_header-tel.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 23.806px;
  position: absolute;
  top: 8px;
  left: calc(50% - 68px);
  background-size: cover;
}
@media (min-width: 375px) {
  .tel__contents::before {
    background-image: url(../images/icon_tel-pc.svg);
    width: 25.694px;
    height: 33.983px;
    top: 4px;
    left: calc(50% - 74px);
  }
}
@media (min-width: 768px) {
  .tel__contents::before {
    width: 30px;
    height: 39.677px;
    left: calc(50% - 115px);
    top: 6px;
  }
}

.tel__telephone-number {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.42px;
  margin-left: 9px;
}
@media (min-width: 768px) {
  .tel__telephone-number {
    font-size: 19px;
    letter-spacing: 0.57px;
    margin-left: -6px;
  }
}

.tel__text {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.33px;
  margin-left: 28px;
}
@media (min-width: 768px) {
  .tel__text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.tel__wrapper2 {
  padding: 42px 51px 42px 51px;
}
@media (min-width: 768px) {
  .tel__wrapper2 {
    padding: 42px 53px 42px 53px;
  }
}

.case__inner {
  padding: 30px 17px 39px 17px;
}
@media (min-width: 768px) {
  .case__inner {
    padding: 71px 30px 80px 30px;
    max-width: 1060px;
    margin: 0 auto;
  }
}

.case__items {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 768px) {
  .case__items {
    margin-top: 43px;
    display: flex;
    gap: 16px;
  }
}

.policy__inner {
  padding: 22px 29px 35px 37px;
}
@media (min-width: 768px) {
  .policy__inner {
    max-width: 1004px;
    margin-left: auto;
    margin-right: auto;
    padding: 71px 30px 80px 30px;
  }
}

.policy__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 38px;
}
@media (min-width: 768px) {
  .policy__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 35px;
    margin-top: 55px;
  }
}

.policy__content {
  border: 2px solid #310304;
  padding: 26px 12px 12px 26px;
  max-width: 310px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .policy__content {
    padding: 38px 18px 18px 38px;
    max-width: 445px;
  }
}

.policy-box {
  position: relative;
}

.policy-box__head {
  position: absolute;
  top: -28px;
  left: -28px;
  background-image: url(../images/icon_policy-sankaku.svg);
  width: 50.688px;
  height: 49.495px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .policy-box__head {
    width: 75.765px;
    height: 73.983px;
    top: -40px;
    left: -40px;
  }
}
.policy-box__head::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_policy-naname.svg);
  width: 57.844px;
  height: 57.844px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -4px;
  left: -5px;
}
@media (min-width: 768px) {
  .policy-box__head::before {
    width: 86.462px;
    height: 86.462px;
    top: -6px;
    left: -6px;
  }
}

.policy-box__head-number {
  color: #fff;
  font-size: 14.312px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.572px;
  position: absolute;
  top: 7px;
  left: 10px;
}
@media (min-width: 768px) {
  .policy-box__head-number {
    font-size: 22px;
    letter-spacing: 0.88px;
    top: 9px;
  }
}

.policy-box__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .policy-box__text {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}

.flow {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .flow {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}

.flow__inner {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .flow__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__boxes {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .flow__boxes {
    margin-top: 46px;
  }
}

.flow__steps {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flow__steps {
    flex-direction: row;
    row-gap: 0;
  }
}

.step-box {
  position: relative;
  display: flex;
  padding-left: 90px;
  padding-bottom: 30px;
}
@media (min-width: 375px) {
  .step-box {
    padding-left: 96px;
    padding-bottom: 37px;
  }
}
@media (min-width: 768px) {
  .step-box {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding-top: 9.4339622642vw;
    padding-right: 10px;
    padding-left: initial;
    padding-bottom: initial;
  }
}
@media only screen and (min-width: 1060px) {
  .step-box {
    padding-top: 100px;
  }
}

.step-box__head {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 76px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .step-box__head {
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 7.1698113208vw;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1060px) {
  .step-box__head {
    height: 76px;
  }
}

.step-box__head--01 {
  left: 0;
}
@media (min-width: 768px) {
  .step-box__head--01 {
    padding-left: 2.8301886792vw;
    top: 0;
  }
}
@media only screen and (min-width: 1060px) {
  .step-box__head--01 {
    padding-left: 30px;
  }
}

.step-box__head--02 {
  top: -23px;
  left: 0;
}
@media only screen and (min-width: 327px) {
  .step-box__head--02 {
    top: 3px;
  }
}
@media only screen and (min-width: 335px) {
  .step-box__head--02 {
    top: 7px;
  }
}
@media (min-width: 375px) {
  .step-box__head--02 {
    top: 1px;
  }
}
@media (min-width: 768px) {
  .step-box__head--02 {
    left: -2px;
    padding-left: 4.2452830189vw;
  }
}
@media only screen and (min-width: 1060px) {
  .step-box__head--02 {
    padding-left: 45px;
  }
}

.step-box__head--03 {
  top: -16px;
  left: 0;
}
@media only screen and (min-width: 327px) {
  .step-box__head--03 {
    top: 9px;
  }
}
@media only screen and (min-width: 335px) {
  .step-box__head--03 {
    top: 13px;
  }
}
@media (min-width: 375px) {
  .step-box__head--03 {
    top: 1px;
  }
}
@media (min-width: 768px) {
  .step-box__head--03 {
    left: -4px;
    padding-left: 4.2452830189vw;
  }
}
@media only screen and (min-width: 1060px) {
  .step-box__head--03 {
    padding-left: 45px;
  }
}

.step-box__head--04 {
  top: -9px;
  left: 0;
}
@media only screen and (min-width: 327px) {
  .step-box__head--04 {
    top: 15px;
  }
}
@media only screen and (min-width: 335px) {
  .step-box__head--04 {
    top: 20px;
  }
}
@media (min-width: 375px) {
  .step-box__head--04 {
    top: -17px;
  }
}
@media only screen and (min-width: 407px) {
  .step-box__head--04 {
    top: 6px;
  }
}
@media (min-width: 768px) {
  .step-box__head--04 {
    left: -6px;
    padding-left: 4.2452830189vw;
  }
}
@media only screen and (min-width: 1060px) {
  .step-box__head--04 {
    padding-left: 45px;
  }
}

.step-box__arrow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .step-box__arrow {
    width: calc(27.0548vw - 26.7808px);
  }
}
@media only screen and (min-width: 1060px) {
  .step-box__arrow {
    width: 260px;
  }
}

.flow__step4 {
  margin-top: -5px;
}

@media only screen and (min-width: 1060px) {
  .step-box__head--01 .step-box__arrow {
    width: 260px;
  }
}

.step-box__arrow img {
  width: 100%;
}

.step-box__head-number {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 83, 92, 0.3);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.step-box__head-number span {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 83, 92, 0.3);
}
@media (min-width: 768px) {
  .step-box__head-number span {
    padding-left: 5px;
  }
}

.step-box__body {
  padding: 15px 12px 15px 12px;
  border-radius: 6px;
  background: #F7F7F7;
  margin-bottom: auto;
  min-height: 128px;
  width: 100%;
}
@media (min-width: 375px) {
  .step-box__body {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .step-box__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 16px;
    min-height: initial;
  }
}

.step-box__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .step-box__title {
    font-size: 18px;
    letter-spacing: 0.54px;
    font-feature-settings: "clig" off, "liga" off;
  }
}

.step-box__title span {
  font-weight: 700;
}

.step-box__title--01 {
  color: #FFBB54;
}

.step-box__title--02 {
  color: #F0A028;
}

.step-box__title--03 {
  color: #F48331;
}

.step-box__title--04 {
  color: #F46600;
}

.step-box__text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .step-box__text {
    margin-top: 11px;
    font-size: 16px;
    letter-spacing: 0.48px;
    font-feature-settings: "clig" off, "liga" off;
    flex: 1;
  }
}

.footer {
  margin-top: 69px;
  background-color: #310304;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 110px;
  }
}

.footer__inner {
  padding-top: 51px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-top: 44px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-access__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer-access__contents {
    align-items: normal;
  }
}

.footer__logo {
  width: 164px;
  height: 34.361px;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 246.512px;
    height: 50.789px;
  }
}

.footer__lists {
  margin-top: 21px;
  font-style: normal;
}

.footer__list {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .footer__list {
    letter-spacing: 0.28px;
  }
}

.footer__logo2 {
  width: 157px;
  height: 18.646px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .footer__logo2 {
    width: 328.38px;
    height: 39px;
    margin: 0;
  }
}

.footer__bottom {
  text-align: center;
  margin-top: 8px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 70px;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading::after {
  content: "";
  width: 42px;
  height: 3px;
  background: #F46600;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .heading {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}