@charset "UTF-8";
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

body::before {
  background-image: url(/assets/img/top-mv-bg-pc.jpg);
  height: 760px;
  background-position: bottom;
}
@media all and (max-width: 1365px) {
  body::before {
    background-image: url(/assets/img/top-mv-bg.jpg);
    background-position: center;
  }
}
@media all and (max-width: 767px) {
  body::before {
    height: 580px;
  }
}

.top-ttl {
  font-size: 4rem;
  font-weight: var(--font-weight-base);
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

.top-overview {
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-overview {
    text-align: left;
  }
}

@media all and (max-width: 1023px) {
  .l-nav {
    height: 486px;
  }
  .l-nav::after {
    background-image: url(/assets/img/top-nav-bg.svg);
  }
}

/*==================================================
top-mv
==================================================*/
.top-mv {
  padding: 40px 0 70px;
}
@media all and (max-width: 767px) {
  .top-mv {
    overflow-x: hidden;
    padding: 20px 0 30px;
  }
}
.top-mv__head {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .top-mv__head {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .top-mv__logo-img {
    height: auto;
    width: 260px;
  }
}
.top-mv__body {
  position: relative;
  z-index: 0;
}
.top-mv__body::before {
  background: url(/assets/img/mv.png) center/100% no-repeat;
  content: "";
  max-width: 530px;
  padding-top: 50%;
  position: absolute;
  right: calc(-1 * var(--site-padding));
  top: 58%;
  transform: translateY(-50%);
  width: 50%;
  z-index: -1;
}
@media all and (max-width: 1365px) {
  .top-mv__body::before {
    right: calc(0 * var(--site-padding));
    top: 60%;
  }
}
@media all and (max-width: 1023px) {
  .top-mv__body::before {
    right: calc(0 * var(--site-padding));
    top: 40%;
    width: 52%;
  }
}
@media all and (max-width: 767px) {
  .top-mv__body::before {
    right: -40px;
    top: 40%;
  }
}
.top-mv__ttl-sub {
  color: #FCEA63;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  padding-bottom: 0.1em;
  vertical-align: middle;
}
@media all and (max-width: 1023px) {
  .top-mv__ttl-sub {
    display: block;
    margin-bottom: 0.2em;
  }
}
@media all and (max-width: 767px) {
  .top-mv__ttl-sub {
    font-size: 2.4rem;
  }
}
.top-mv__ttl-label {
  background-color: #fff;
  border-radius: 10em;
  color: #48A7B0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  line-height: 30px;
  margin-left: 1em;
  padding: 0 1.5em;
}
@media all and (max-width: 1023px) {
  .top-mv__ttl-label {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .top-mv__ttl-label {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.top-mv__ttl-main {
  display: block;
  font-size: 4.8rem;
  font-weight: var(--font-weight-base);
  line-height: 1.6;
  margin: 0.3em 0 0.5em;
  color: #fff;
}
@media all and (max-width: 767px) {
  .top-mv__ttl-main {
    font-size: 2.4rem;
    margin: 0.7em 0;
  }
}
.top-mv__merit {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 584px;
}
@media all and (max-width: 767px) {
  .top-mv__merit {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}
.top-mv__merit-list {
  background-color: #fff;
  border-radius: 30px;
  color: #48A7B0;
  display: grid;
  font-size: 2rem;
  height: 90px;
  line-height: 1.3;
  place-content: center;
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-mv__merit-list {
    border-radius: 16px;
    font-size: 1.8rem;
    height: 60px;
  }
}
.top-mv__merit-list .sm {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .top-mv__merit-list .sm {
    font-size: 1.2rem;
  }
}
.top-mv__merit-list__note-icon {
  font-size: 0.6em;
  vertical-align: top;
}
.top-mv__merit-note {
  font-size: 14px;
  margin-top: 16px;
  color: #fff;
}

/*==================================================
top-hoten
==================================================*/
.top-hoten {
  margin-bottom: 140px;
}
@media all and (max-width: 767px) {
  .top-hoten {
    margin-bottom: 80px;
  }
}
.top-hoten__head {
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-hoten__head {
    margin-bottom: 30px;
  }
}
.top-hoten__ttl {
  font-size: 3.2rem;
  font-weight: var(--font-weight-base);
  margin-bottom: 0.8em;
}
@media all and (max-width: 767px) {
  .top-hoten__ttl {
    font-size: 2rem;
  }
}
.top-hoten__label {
  color: #fff;
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
  padding: 0.25em 0.5em;
}
.top-hoten__label.-orange {
  background-color: var(--orange);
}
.top-hoten__label.-blue {
  background-color: var(--blue);
}
.top-hoten__label.-green {
  background-color: var(--green);
}
.top-hoten__label.-purple {
  background-color: var(--purple);
}
.top-hoten__label.-red {
  background-color: var(--red);
}
@media all and (max-width: 767px) {
  .top-hoten__txt {
    text-align: left;
  }
}
.top-hoten__video {
  aspect-ratio: 16/9;
  margin: 0 auto 80px;
  max-width: 640px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .top-hoten__video {
    margin-bottom: 30px;
    width: 86%;
  }
}
.top-hoten__video iframe {
  border: 1px solid #707070;
  height: 100%;
  vertical-align: bottom;
  width: 100%;
}
.top-hoten__note-icon {
  font-size: 0.5em;
  vertical-align: top;
}

/*==================================================
top-procedure
==================================================*/
.top-procedure__head {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .top-procedure__head {
    margin-bottom: 30px;
  }
}

/*==================================================
補償のご案内
==================================================*/
.p-compensation__wrap {
  display: flex;
  gap: 50px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .p-compensation__wrap {
    flex-direction: column;
  }
}

.p-compensation__plus {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 98%;
  background: linear-gradient(34deg, rgb(0, 203, 112) 0%, rgb(0, 159, 181) 100%);
  z-index: 10;
  box-shadow: 11px 11px 20px 3px #dedede;
}
@media all and (max-width: 1023px) {
  .p-compensation__plus {
    top: 98%;
    left: 50%;
    transform: translate(-50%);
  }
}
.p-compensation__plus span {
  width: 30px;
  height: 5px;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  position: absolute;
}
.p-compensation__plus span:first-child {
  transform: rotate(90deg) translate(-50%, -50%);
  left: 27%;
  top: 66%;
}
.p-compensation__plus span:last-child {
  transform: rotate(0deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.p-compensation__block {
  padding: 26px 35px;
  border-radius: 24px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .p-compensation__block {
    margin: auto;
    padding: 20px;
  }
}
.p-compensation__block.--kikai {
  width: 450px;
  background-color: rgba(219, 106, 41, 0.0823529412);
}
@media all and (max-width: 767px) {
  .p-compensation__block.--kikai {
    width: 100%;
  }
}
.p-compensation__block.--choice {
  width: 480px;
  background-color: unset;
  border: 1px solid #0A9B90;
}
@media all and (max-width: 767px) {
  .p-compensation__block.--choice {
    width: 100%;
  }
}

.p-compensation__choice {
  font-size: 24px;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1.4px;
}
@media all and (max-width: 767px) {
  .p-compensation__choice {
    font-size: 20px;
    letter-spacing: 1;
  }
}
.p-compensation__choice span {
  color: #DB6A29;
}

.p-compensation__option {
  border: 1px solid #DB6A29;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-top: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 210px -10px;
  background-size: 140px 130px;
  background-image: url(../img/case_option.png);
}
@media all and (max-width: 767px) {
  .p-compensation__option {
    background-size: 100px 100px;
    background-position: right;
    align-items: baseline;
  }
}
.p-compensation__option p {
  color: #DB6A29;
  font-size: 20px;
  letter-spacing: 1.4px;
}
@media all and (max-width: 767px) {
  .p-compensation__option p {
    font-size: 18px;
  }
}

.p-compensation__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin: 10px auto;
}

.p-compensation__list__row {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 23px;
}
.p-compensation__list__row .p-compensation__item {
  position: relative;
  border-radius: 16px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 220px 20px;
  background-size: 160px 160px;
}
@media all and (max-width: 767px) {
  .p-compensation__list__row .p-compensation__item {
    background-size: 140px 140px;
    height: 170px;
    background-position: 87% 10px;
    display: flex;
    align-items: center;
  }
}
.p-compensation__list__row .p-compensation__item:nth-child(1) {
  background-image: url(../img/case_choice1.png);
  background-color: rgba(0, 133, 85, 0.08);
}
.p-compensation__list__row .p-compensation__item:nth-child(2) {
  background-image: url(../img/case_choice2.png);
  background-color: #fcf5f7;
}
.p-compensation__list__row .p-compensation__item:nth-child(3) {
  background-image: url(../img/case_choice3.png);
  background-color: rgba(216, 93, 120, 0.0745098039);
}

.p-compensation__heading {
  font-size: 32px;
}
@media all and (max-width: 1023px) {
  .p-compensation__heading {
    text-align: center;
    font-size: 22px;
  }
}
.p-compensation__heading .p-compensation__attract {
  margin-right: 10px;
}

.p-compensation__image {
  width: 160px;
  height: 160px;
}
@media all and (max-width: 767px) {
  .p-compensation__image {
    width: 100%;
    height: auto;
  }
}

.p-compensation__item__title {
  font-size: 32px;
  line-height: 1.3;
  padding: 26px 24px;
}
@media all and (max-width: 767px) {
  .p-compensation__item__title {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
  }
}

.p-compensation__attract {
  display: inline-block;
  font-size: 32px;
  padding: 14px 15px;
  background-color: #008555;
  color: #fff;
}
@media all and (max-width: 767px) {
  .p-compensation__attract {
    font-size: 22px;
    padding: 10px;
  }
}
.p-compensation__attract.--urikake {
  background-color: var(--blue);
}
.p-compensation__attract.--kega {
  background-color: var(--green);
}
.p-compensation__attract.--kyugyo {
  background-color: var(--red);
}
.p-compensation__attract.--kikai {
  background-color: var(--orange);
}

.p-compensation__attract__sub {
  padding-left: 15px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .p-compensation__attract__sub {
    padding-left: 10px;
  }
}
/*# sourceMappingURL=top.css.map */