.fv {
  background: linear-gradient(90deg, #f1f1ec 0%, #43b3de 49%, #2b72a3 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .fv {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 155px;
    margin-top: 54px;
  }
}
.fv__wrapper {
  height: 100%;
}
.fv__title {
  position: relative;
  color: #fff;
  letter-spacing: 0.16em;
}
.fv__title span {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__title span {
    padding-top: 120px;
  }
}
.fv__title::after {
  content: attr(data-en);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  color: #16a0d5;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .fv__title::after {
    font-size: 90px;
    line-height: 125px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .fv__title::after {
    font-size: 80px;
    line-height: 105px;
  }
}

.compensation {
  color: #434343;
}
@media (min-width: 768px) {
  .compensation {
    background-color: #eff8fb;
    margin-bottom: -40px;
  }
}
.compensation__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .compensation__wrapper {
    top: -110px;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.compensation__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .compensation__box {
    padding: 50px 50px 80px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
  }
}
@media (max-width: 767px) {
  .compensation__box {
    padding: 35px 20px 50px;
  }
}
.compensation__head {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .compensation__head span {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .compensation__body {
    width: 84vw;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .compensation__body.mt150-pc {
    margin-top: 10.98vw;
  }
}
.compensation__p {
  line-height: 28px;
}
.compensation__subtitle {
  background-color: #eff8fb;
  color: #358dbc;
  border: 1px solid #358dbc;
  padding: 15px 10px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .compensation__subtitle br.tb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .compensation__subtitle br.tb {
    display: inline;
  }
}
@media (max-width: 767px) {
  .compensation__subtitle br.tb {
    display: inline;
  }
}
@media (min-width: 768px) {
  .compensation__itemlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px 80px;
  }
}
@media (min-width: 900px) and (max-width: 1166px) {
  .compensation__itemlist {
    gap: 3.43vw 6.86vw;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .compensation__itemlist {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 30px 0;
  }
}
.compensation__content {
  line-height: 32px;
  padding: 0 10px;
}
.compensation__content span {
  font-weight: bold;
  color: #ff5981;
}
.compensation__hosyolist {
  list-style: none;
}
@media (min-width: 768px) {
  .compensation__hosyolist {
    max-width: 900px;
  }
}
.compensation__hosyoitem {
  background-color: #eff8fb;
  border: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .compensation__hosyoitem {
    padding: 10px;
    gap: 0 5px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem {
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .compensation__hosyoitem .about {
    width: 215px;
  }
}
.compensation__hosyoitem .about__title {
  background-color: #358dbc;
  color: #fff;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .about__title {
    min-height: 39px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .about__title {
    padding: 10px;
  }
}
.compensation__hosyoitem .about__text {
  line-height: 32px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .price {
    width: 135px;
  }
}
.compensation__hosyoitem .price__title {
  background-color: #fff;
  color: #358dbc;
  border: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .price__title {
    min-height: 39px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .price__title {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .price div {
    width: 50%;
  }
}
.compensation__hosyoitem .price__text {
  color: #ff5981;
  line-height: 32px;
}
.compensation__hosyoitem .price__note {
  line-height: 32px;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .table {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .table {
    margin-top: 24vw;
  }
}
.compensation__hosyoitem .table table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #358dbc;
  border-bottom: 1px solid #358dbc;
  color: #358dbc;
  text-align: center;
}
.compensation__hosyoitem .table table thead th {
  border-bottom: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .table table thead th {
    height: 39px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .table table thead th {
    padding: 5px;
  }
}
.compensation__hosyoitem .table table thead th:not(:last-of-type) {
  border-right: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .table table thead th:first-child {
    width: 105px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .table table thead th:first-child {
    width: 17.33vw;
  }
}
@media (min-width: 768px) {
  .compensation__hosyoitem .table table thead th:nth-child(2) {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .table table thead th:nth-child(2) {
    width: 20.67vw;
  }
}
.compensation__hosyoitem .table table tbody tr:not(:last-of-type) th {
  border-bottom: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .table table tbody th, .compensation__hosyoitem .table table tbody td {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .table table tbody th, .compensation__hosyoitem .table table tbody td {
    padding: 3px;
  }
}
.compensation__hosyoitem .table table tbody th {
  border-right: 1px solid #358dbc;
}
.compensation__hosyoitem .table table tbody th span {
  font-size: 10px;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .table table tbody th span {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .table table tbody th span {
    margin-left: 3px;
  }
}
.compensation__hosyoitem .table table tbody td {
  font-weight: bold;
  border-bottom: 1px solid #358dbc;
}
.compensation__hosyoitem .table table tbody td.ok {
  background-color: #35c2ff;
  color: #fff;
}
.compensation__hosyoitem .table table tbody td.ng {
  color: #d65b5b;
}
.compensation__hosyoitem .table table tbody td:not(:last-of-type) {
  border-right: 1px solid #358dbc;
}
.compensation__hosyoitem .col1 {
  position: relative;
}
.compensation__hosyoitem .col1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/compensation/compensation_img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .col1::after {
    top: -125px;
    width: 108px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .compensation__hosyoitem .col1::after {
    top: -9.15vw;
    width: 7.9vw;
    height: 10.25vw;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .col1::after {
    top: -20vw;
    width: 16.4vw;
    height: 21.33vw;
  }
}
.compensation__hosyoitem .col1-sp {
  position: relative;
}
@media (max-width: 767px) {
  .compensation__hosyoitem .col1-sp::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/compensation/compensation_img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 16.4vw;
    height: 21.33vw;
  }
}
.compensation__hosyoitem .col2 {
  position: relative;
}
.compensation__hosyoitem .col2::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/compensation/compensation_img2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .col2::before {
    top: -125px;
    left: 5px;
    width: 108px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .compensation__hosyoitem .col2::before {
    top: -9.15vw;
    left: 0;
    width: 7.9vw;
    height: 10.25vw;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .col2::before {
    top: -20vw;
    left: 0.67vw;
    width: 16.4vw;
    height: 21.33vw;
  }
}
.compensation__hosyoitem .col2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/compensation/compensation_img3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .compensation__hosyoitem .col2::after {
    top: -125px;
    right: 5px;
    width: 108px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .compensation__hosyoitem .col2::after {
    top: -9.15vw;
    right: 0;
    width: 7.9vw;
    height: 10.25vw;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .col2::after {
    top: -20vw;
    right: 0.67vw;
    width: 16.4vw;
    height: 21.33vw;
  }
}
.compensation__hosyoitem .col2-sp {
  position: relative;
}
@media (max-width: 767px) {
  .compensation__hosyoitem .col2-sp::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/compensation/compensation_img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20vw;
    left: 0.67vw;
    width: 16.4vw;
    height: 21.33vw;
  }
}
@media (max-width: 767px) {
  .compensation__hosyoitem .col2-sp::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/compensation/compensation_img3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20vw;
    right: 0.67vw;
    width: 16.4vw;
    height: 21.33vw;
  }
}
@media (min-width: 768px) {
  .compensation__note {
    max-width: 900px;
  }
}
.compensation__notelist {
  list-style: none;
}
@media (min-width: 768px) {
  .compensation__notelist {
    padding: 0 40px;
  }
}
.compensation__noteitem {
  color: #ff4f4f;
  line-height: 28px;
  text-indent: -1em;
  padding-left: 1em;
}
.compensation__noclist {
  list-style: none;
}
@media (min-width: 768px) {
  .compensation__noclist {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .compensation__noclist {
    gap: 15px 0;
  }
}
.compensation__nocitem {
  width: 100%;
  background-color: #eff8fb;
  border: 1px solid #358dbc;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .compensation__nocitem {
    max-width: 382px;
  }
}
.compensation__nocitem .text {
  color: #358dbc;
  line-height: 28px;
}
.compensation__nocitem .price {
  color: #ff5981;
  line-height: 32px;
}
.compensation__caselist {
  list-style: none;
}
@media (max-width: 767px) {
  .compensation__caselist {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .compensation__caseitem {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .compensation__caseitem {
    line-height: 25px;
  }
}
.compensation__caseitem span {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ffffb5 50%);
}/*# sourceMappingURL=compensation.css.map */