@charset "utf-8";

html[data-scroll-disabled=false] .p-dialog {
  display: none;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 45px;
  }
}

.l-header__img {
  width: 60px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .l-header__img {
    width: 95px;
    height: 31px;
  }
}

.l-main {
  display: block;
}

.l-main__primary:first-child {
  margin-top: 0;
}

.l-kv {
  text-align: center;
  background: #EDF1F3;
  border-bottom: 3px solid #FF8200;
}

.l-kv__img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  vertical-align: bottom;
}

.l-section {
  background: #fff1e2;
}

.l-section__content {
  max-width: 1000px;
}

.p-unq-radio,
.p-unq-select {
  margin-bottom: 20px;
}

.p-unq-radio__title,
.p-unq-select__title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.p-hdg-l4__main {
  color: #3C3C3C;
}

.p-hdg-l4__inner:first-child:last-child .p-hdg-l4__main:first-child::before {
  width: 4px;
  border-radius: 100px;
}

.c-txt {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__title,
  .p-unq-select__title {
    margin: auto 20px 10px 0;
  }
}

.p-unq-radio__choice {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-unq-radio__choice[data-value="false"] {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__choice {
    font-size: initial;
  }
}

.p-unq-radio__text {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  line-height: 1;
}

.p-unq-type .p-unq-radio__text.p-unq-radio__longTxt {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__text {
    font-size: 20px;
  }
}

.p-unq-radio__text__small {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__text__small {
    font-size: 14px;
  }
}

.p-unq-radio__text .c-unq-bold {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__text .c-unq-bold {
    font-size: 18px;
  }
}

.p-unq-radio__btn {
  position: relative;
  display: flex;
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-bottom: 10px;
}

.p-unq-radio__btn:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__btn {
    width: calc(100% / 6 - 8px);
    margin-right: 8px;
  }

  .p-unq-radio__btn:nth-of-type(4n) {
    margin-right: 8px;
  }
}

.p-unq-radio__btn > input {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #C5C6C6;
  border-radius: 100%;
  transition: all 250ms ease;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__btn > input {
    left: 12px;
  }
}

.p-unq-radio__btn > input:checked {
  background-color: #FF8200;
  box-shadow: inset 0 0 0 2px #fff;
}

.p-unq-radio__btn > input:checked + span + .p-unq-radio__label {
  color: #fff;
  background-color: #FF8200;
}

.p-unq-type .p-unq-radio__btn > input:checked + span + .p-unq-radio__label {
  background-color: #FF8200;
  box-sizing: content-box;
}

.p-unq-type .p-unq-radio__btn > input:checked + span + .p-unq-radio__label > .p-unq-radio__text {
  color: #fff;
}

.p-unq-radio__label {
  display: inline-block;
  align-items: center;
  width: 100%;
  padding: 13px 0 12px 17%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #ff8200;
  text-align: left;
  cursor: pointer;
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
}

@media screen and (min-width: 768px) {
  .p-unq-radio__label {
    width: 156px;
    padding: 13px 0 12px 17%;
  }
}

.p-unq-radio__label:checked {
  background-color: #000;
}

.p-unq-radio__labelLong .p-unq-radio__text {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__labelLong .p-unq-radio__text {
    font-size: 14px;
  }
}

.p-unq-radio__labelLong .c-unq-bold {
  font-size: 13px;
    display: inline-block;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__labelLong .c-unq-bold {
    font-size: 18px;
  }
}

.p-unq-radio__licence .p-unq-radio__choice .p-unq-radio__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-unq-radio__licence .p-unq-radio__choice .p-unq-radio__text {
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__licence .p-unq-radio__choice .p-unq-radio__text {
    font-size: 18px;
  }
}

.u-unq-longtext input {
  margin-left: 0;
}

.u-unq-longtext .p-unq-radio__btn > input {
  top: 10px;
  left: 44%;
}

@media screen and (min-width: 768px) {
  .u-unq-longtext .p-unq-radio__btn > input {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
  }
}

.u-unq-longtext .p-unq-radio__label {
  padding: 24px 0 9px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-unq-longtext .p-unq-radio__label {
    padding: 13px 0 12px 17%;
    text-align: left;
  }
}

.p-unq-type {
  position: relative;
}

.p-unq-type .p-unq-radio__btn {
  width: calc((100% - 8px) / 2);
  height: 110px;
}

@media screen and (min-width: 768px) {
  .p-unq-type .p-unq-radio__btn {
    width: calc((100% - 40px) / 6);
    margin-right: 8px;
  }
}

.p-unq-type .p-unq-radio__btn:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-unq-type .p-unq-radio__btn:nth-of-type(2n) {
    margin-right: 8px;
  }

  .p-unq-type .p-unq-radio__btn:last-child {
    margin-right: 0;
  }
}

.p-unq-type .p-unq-radio__label {
  padding: 13px 0 12px 0;
  text-align: center;
}

.p-unq-type .p-unq-radio__text {
  font-size: 15px;
  letter-spacing: -1px;
  color: #505050;
}

.p-unq-radio__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 114px;
  pointer-events: none;
}

.p-unq-radio__name {
  text-align: center;
}

.p-unq-radio__nameTxt {
  display: inline-block;
  padding: 0 2px 0 1px;
  font-size: 10px;
  color: #fff;
  background: #ACACAC;
  border-radius: 2px;
}

.p-unq-card {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 17px 30px;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 2px solid rgba(255, 130, 0, 0.4);
}

@media screen and (min-width: 768px) {
  .p-unq-card {
    padding: 47px 47px 40px;
  }
}

.p-unq-card::before {
  position: absolute;
  top: -3px;
  left: 42%;
  z-index: 90;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff1e2 transparent transparent;
  border-style: solid;
  border-width: 20px 41px 0 40px;
}

@media screen and (min-width: 768px) {
  .p-unq-card::before {
    top: -1.25%;
    left: 46%;
  }
}

.p-unq-card::after {
  position: absolute;
  top: -1px;
  left: 42%;
  z-index: 89;
  width: 0;
  height: 0;
  content: "";
  border-color: rgba(255, 130, 0, 0.4) transparent transparent;
  border-style: solid;
  border-width: 20px 40px 0;
}

@media screen and (min-width: 768px) {
  .p-unq-card::after {
    left: 46%;
  }
}

.p-unq-card__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #505050;
  text-align: center;
}

.p-unq-card__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p-unq-card__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-unq-card__child {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}

.p-unq-card__child:last-child {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-unq-card__childRight {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-unq-card__child {
    width: 48%;
  }
  .p-unq-card__child:last-child {
    margin-top: 0;
  }
}

.p-unq-card__text {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

@media screen and (min-width: 990px) {
  .p-unq-card__text {
    position: absolute;
    bottom: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 820px) and (min-width: 768px) {
  .p-unq-card__text {
    position: relative;
  }
}

.p-unq-card__note {
  margin: 25px 17px 20px;
  font-size: 12px;
  text-align: right;
}

.p-unq-card__price {
  margin-top: auto;
  font-size: 24px;
  font-weight: 600;
  color: #FF8200;
  text-align: right;
  border-bottom: 1px solid #9B9B9B;
}

.p-unq-card__price .c-unq-bold {
  font-size: 30px;
}

.p-unq-card__brackets {
  font-size: 16px;
}

.p-unq-select__input {
  position: relative;
  max-width: 324px;
  font-size: 16px;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
}

.p-unq-select__input::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  font-size: 20px;
  content: "";
  border-top: 10px solid #FF8200;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.p-unq-select__input > select {
  width: 100%;
  padding: 12px 0 12px 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-unq-select__input > select {
    max-width: 324px;
  }
}

.p-unq-select__input > select:invalid {
  color: #9A9A9A;
}

.p-unq-select__input option {
  color: #000;
}

.p-unq-select__input option:first-child {
  color: #9A9A9A;
}

@media screen and (min-width: 768px) {
  .p-unq-select__input > select {
    padding: 14px 0 14px 19px;
  }
}

.p-unq-table {
  margin-bottom: 20px;
}

.p-unq-table table {
  width: 100%;
  border-collapse: collapse;
}

.p-unq-table__header.p-unq-table__header.p-unq-table__header {
  color: #FFF;
}

.p-unq-table__header.p-unq-table__header.p-unq-table__header tr {
  font-size: 14px;
  background-color: #505050;
}

.p-unq-table__column1 {
  width: 40%;
}

.p-unq-table__column2 {
  width: 30%;
}

.p-unq-table__column3 {
  width: 30%;
}

.p-unq-table tr {
  height: 32px;
}

.p-unq-table tr td {
  padding: 10px 5px;
  font-size: 14px;
  border: 1px solid #C6C6C6;
}

.p-unq-table .p-unq-table__bg {
  background-color: #c3f3f3;
}

@media screen and (min-width: 768px) {
  .p-unq-table tr td {
    padding-left: 22px;
  }
}

.p-unq-table tbody tr td {
  font-size: 12px;
}

.p-unq-table tr:nth-child(2n+1) {
  background-color: #FFF;
}

.p-unq-table tr:nth-child(2n) {
  background-color: #F7F7F7;
}

.c-unq-bold {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .p-unq-table tbody tr td {
    font-size: 14px;
  }

  .c-unq-bold {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) {
  .c-unq-textalign__center,
.c-unq-textalign__center .p-unq-radio__btn.p-unq-radio__btn {
    padding: 8px 0;
  }
}

.u-unq-color {
  color: #FF8200;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 2px solid #FF8200;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
}

.u-unq-border {
  border-color: #FF8200;
}

.u-unq-hover:hover {
  color: #FFF;
}

.u-unq-flexstart.u-unq-flexstart.u-unq-flexstart {
  justify-content: flex-start;
}

.u-unq-fontsize {
  font-size: 12px;
}

.u-unq-custom .c-txt {
  font-size: 14px;
}

.u-unq-custom .p-btn__btn {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .u-unq-custom .p-btn__btn {
    max-width: 536px;
  }
}

.u-unq-custom .c-btn {
  background: #0046AE 0% 0% no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
}

.u-unq-custom .c-btn__txt {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .u-unq-custom .c-btn__txt {
    font-size: 28px;
  }
}

.p-box__terms {
  padding: 30px 10px;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.p-box__terms + .u-unq-custom {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-box__terms {
    padding: 30px 0;
    margin: auto;
  }

  .p-box__terms + .u-unq-custom {
    margin-top: 20px;
  }
}

.p-terms__title {
  font-size: 16px;
  font-weight: 600;
  color: #505050;
}

.u-unq-custom2.p-btn .p-btn__btn {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-btn {
    margin-bottom: 20px;
  }

  .p-terms__title {
    font-size: 20px;
  }

  .u-unq-custom2.p-btn .p-btn__btn {
    padding-left: 10px;
  }
}

.u-unq-custom2.p-btn .c-btn__txt {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .u-unq-custom2.p-btn {
    width: 90%;
    margin: auto;
  }
}

.p-disclosure {
  margin-top: 20px;
}

.p-disclosure__title {
  max-width: 536px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-bottom: 1px solid #C6C6C6;
}

.p-disclosure__title::after,
.p-disclosure__title::before {
  right: 10px;
  height: 12px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-disclosure__title::after,
  .p-disclosure__title::before {
    right: 9px;
  }
}

.p-disclosure__titleTxt {
  font-weight: 600;
}

.p-disclosure__titleTxt::after {
  width: 21px;
  height: 21px;
  right: 0;
  background: #FF8200;
}

.p-disclosure__content {
  padding-right: 0;
  padding-left: 0;
}

.l-feature {
  margin-top: 80px;
  padding: 0 10px;
}

.l-feature__inr {
  max-width: 1000px;
  margin: 0 auto;
}

.l-feature__ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #505050;
}

.l-feature__ttlStr {
  color: #FF8200;
}

.p-feature__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  color: #fff;
  background: #FF8200;
  border-radius: 100px;
}

.p-feature__ttlSub {
  margin-bottom: 8px;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.p-feature__ttlTxt {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
}

.p-feature__txt {
  font-size: 15px;
  color: #3C3C3C;
}

.p-feature__subTtl {
  margin: 20px 0 41px;
  font-size: 18px;
  text-align: center;
  color: #3C3C3C;
}

.p-feature {
  position: relative;
  margin-top: 95px;
  padding: 65px 10px 40px;
  background: #F7F7F7;
}

.p-feature__contentItem .p-hdg-l4__main {
  font-size: 15px;
}

.p-feature__content,
.p-feature__serviceOther {
  color: #3C3C3C;
}

@media screen and (min-width: 768px) {
  .p-feature {
    padding: 90px 15px 40px;
  }

  .p-feature__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
  }

  .p-feature__contentItem {
    max-width: 350px;
  }

  .p-feature__contentItem .p-hdg-l4__main {
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .p-feature {
    padding: 90px 140px 40px;
  }
}

.p-feature__contentTtl {
  margin-top: 24px !important;
  margin-bottom: 6px;
  text-align: left;
}

.p-feature__contentMedia {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.p-feature__contentMedia:nth-of-type(1) {
  padding: 7px 7px 7px 22px;
}

.p-feature__contentMedia:nth-of-type(1) {
  padding: 10px 3px;
}

.p-feature__contentMedia:nth-of-type(1) {
  padding: 6px 50px;
}

.p-feature__contentImg {
  width: 100%;
  height: auto;
}

.u-unq-lowSpace {
  letter-spacing: -7px;
}

.p-feature__Items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.p-feature__plan {
  width: calc( 100% / 2 - 5px);
  min-height: 180px;
  margin-right: 10px;
  margin-bottom: 24px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}

.p-feature__plan:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-feature__plan {
    width: calc( 100% / 3 - 10px);
    min-height: 255px;
    margin-right: 14px;
  }

  .p-feature__plan:nth-of-type(2n) {
    margin-right: 14px;
  }

  .p-feature__plan:nth-of-type(3n) {
    margin-right: 0;
  }

}

.p-feature__planTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  background: #FF8200;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (min-width: 768px) {
  .p-feature__planTtl {
    padding: 10px 0;
    font-size: 19px;
  }
}

.p-feature__planContent {
  padding: 15px 15px 11px;
}

.p-feature__PlanNetContent{
  padding: 25px 5px 11px;
}

@media screen and (min-width: 768px) {
  .p-feature__planContent {
    padding: 30px 20px 16px;
  }
}

.p-feature__planImg {
  width: 100%;
  height: auto;
}

.p-feature__PlanNet:first-child {
  margin-bottom: 9px;
}

.p-feature__planNetTxt {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .p-feature__PlanNet:first-child {
    margin-bottom: 15px;
  }

  .p-feature__planNetTxt {
    font-size: 16px;
  }
}

.p-feature__planNetMark {
  margin-right: 4px;
  padding: 5px 8px;
  font-weight: 600;
  color: #fff;
  background: #FF8200;
  border-radius: 5px;
}

.p-feature__planNetTxtBold {
  font-weight: 600;
  font-size: 12px;
}

.p-feature__planNetStr {
  font-size: 23px;
  color: #FF8200;
}

@media screen and (min-width: 768px) {
  .p-feature__planNetTxtBold {
    font-size: 14px;
  }

  .p-feature__planNetStr {
    font-size: 28px;
  }
}

.p-feature__planContinueContent {
  padding: 4px 2px 9px;
}

.p-feature__planContinueImg {
  width: 84px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-feature__planContinueContent {
    padding: 10px 15px 16px;
  }

  .p-feature__planContinueImg {
    width: 120px;
    height: auto;
  }
}

.p-feature__planContinue {
  display: block;
}

.p-feature__planContinueTxt,
.p-feature__planContinueTxtBold {
  font-size: 11px;
}

.p-feature__planContinueTxt {
  line-height: 13px;
}

.p-feature__planContinueTxtBold {
  font-weight: 600;
}

.p-feature__planContinueStr {
  font-size: 16px;
  color: #F78203;
  line-height: initial;
}

@media screen and (min-width: 768px) {
  .p-feature__planContinue{
    display: flex;
  }
  .p-feature__planContinueTxt,
  .p-feature__planContinueTxtBold {
    font-size: 13px;
  }

  .p-feature__planContinueStr {
    font-size: 18px;
  }
}

.p-feature__planEarlyContent {
  padding: 13px 10px 16px;
}

.p-feature__planTxt {
  font-size: 12px;
}

.p-feature__planTxtBold {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
}

.p-feature__planStr {
  font-size: 28px;
  color: #FF8200;
}

@media screen and (min-width: 768px) {
  .p-feature__planTxt {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .p-feature__planTxtBold {
    font-size: 22px;
    line-height: 36px;
  }

  .p-feature__planStr {
    font-size: 37px;
  }
}

.p-feature__planSecondContent {
  padding: 14px;
}

.p-feature__planEvContent {
  padding: 17px 0 20px;
}

.p-feature__planEvImg {
  width: 80px;
  height: auto;
}

.p-feature__planAsvContent {
  padding: 20px 5px;
}

@media screen and (min-width: 768px) {
  .p-feature__planEvImg {
    width: 113px;
    height: auto;
  }

  .p-feature__serviceItems {
    display: flex;
  }

  .u-unq-minspace {
    letter-spacing: -1px;
  }
}

.p-feature__accidentTop {
  margin: 17px 0 20px;
  padding: 0 30px;
  text-align: center;
}

.p-feature__accidentTopTxt {
  font-size: 18px;
  color: #3C3C3C;
}

.p-feature__accidentTopStr {
  font-family: "din-2014", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 54px;
  line-height: 54px;
  color: #F78203;
}

.p-feature__accidentTopSmall {
  font-size: 36px;
}

.p-feature__subNote {
  text-align: left;
  font-size: 12px;
  color: #747474;
}

@media screen and (min-width: 768px) {
  .p-feature__accidentTop {
    margin: 0 0 20px;
  }

  .p-feature__accidentTopTxt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-feature__accidentTopStr {
    margin-left: 8px;
  }

  .p-feature__subNote {
    text-align: center;
  }

  .p-feature__accidentItems {
    display: flex;
  }
}

.p-feature__accidentItem,
.p-feature__accidentOtherItem {
  margin-bottom: 10px;
  padding: 27px 15px 30px;
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .p-feature__accidentItem {
    width: calc(100% / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .p-feature__accidentItem:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-feature__accidentTtl {
  margin: 0 0 13px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-feature__accidentItemMedia {
    display: flex;
    align-items: center;
    height: 191px;
  }
}

.p-feature__accidentItemImg {
  width: 100%;
  height: auto;
}

.p-feature__accidentMerit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-feature__accidentMeritItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 2 - 13px);
  margin-right: 25px;
  margin-bottom: 18px;
}

.p-feature__accidentMeritItem:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-feature__accidentMerit {
    margin-top: 20px;
  }

  .p-feature__accidentMeritItem {
    width: auto;
    margin-right: 40px;
  }

  .p-feature__accidentMeritItem:nth-of-type(2n) {
    margin-right: 40px;
  }

  .p-feature__accidentMeritItem:last-child {
    margin-right: 0;
  }

  .p-feature__accidentAlsokItem {
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
  }

  .p-feature__accidentAlsokMedia {
    width: 53%;
  }
}

.p-feature__accidentMeritItemTxt {
  text-align: center;
  font-size: 14px;
  color: #3C3C3C;
}

.p-feature__accidentAlsokImg {
  width: 100%;
  height: auto;
}

.p-feature__accidentAlsokStr {
  color: #F46700;
}

.p-feature__accidentAlsokList {
  margin-bottom: 10px;
}

.p-feature__accidentAlsokListTxt {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
  color: #3C3C3C;
}

.p-feature__accidentAlsokListTxt::before {
  content: "・";
}

.p-feature__serviceItem {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 10px 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}

.p-feature__serviceItem:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-feature__serviceItem {
    margin: 0 10px 0 0;
    width: calc( 100% / 2);
  }

  .p-feature__serviceItem:last-child {
    margin: 0;
  }

  .p-feature__serviceItem:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.u-unq-icon {
  position: relative;
}

.u-unq-icon::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 5px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/souba/assets/images/icon-limit.svg?20230824");
  background-position: center center;
  background-size: cover;
  width: 55px;
  height: 49px;
}

.p-feature__serviceMedia {
  width: calc( 40% - 10px);
}

.p-feature__serviceImg {
  width: 100px;
  height: 100px;
}

.p-feature__serviceCap {
  width: 60%;
}

.p-feature__serviceTtl {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-feature__servicePick {
  padding: 0 0 10px;
}

.p-feature__servicePick li {
  font-size: 15px;
  line-height: 22px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-feature__servicePick li:not(:last-child){
  margin-bottom: 8px;
}

.p-feature__servicePick li::before {
  content: "・";
}

.p-feature__serviceOtherItems {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-feature__serviceOtherItems {
    margin-top: 15px;
  }
}

.p-feature__serviceOtherItem {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}

@media screen and (min-width: 768px) {
  .p-feature__serviceOtherItem {
    width: calc(100% / 3 - 10px);
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0 15px 0 0;
    padding: 14.5px 10px;
    border-radius: 5px;
  }
}

.p-feature__serviceOtherItem:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-feature__serviceOtherItem:nth-child(3n) {
    margin-right: 0;
  }

  .p-feature__serviceOtherItem:not(:last-child) {
    margin-bottom: 15px;
  }

  .p-feature__serviceOtherItem:last-child {
    margin-bottom: 15px;
  }
}

.p-feature__serviceOtherMedia {
  width: calc(24% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .p-feature__serviceOtherMedia {
    width: calc(40% - 15px);
  }
}

.p-feature__serviceOtherImg {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: bottom;
}

.p-feature__serviceOtherCap {
  width: 76%;
}

@media screen and (min-width: 768px) {
  .p-feature__serviceOtherCap {
    width: 80%;
  }
}

.p-feature__serviceOtherTtl {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .u-unq-small {
    font-size: 14px;
  }
}

.p-feature__serviceOtherTxt {
  font-size: 15px;
}

.u-unq-txt {
  margin: 80px 0;
}

.c-txt-note__symbol,
.c-txt-note__txt {
  font-size: 12px;
  color: #505050;
}

.l-section {
  padding: 0 10px 128px;
  background-color: #fff1e2;
  background-image: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/souba/assets/images/character.png?20250417");/* ID-Talent_Area */
  background-size: 165px 110px ;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-cv {
    padding: 36px 10px 120px;
  }
}

.l-cv__inr {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.p-cv__ttl {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-cv__ttl {
    font-size: 24px;
  }

  .l-cv .p-btn {
    margin-top: 11px;
    margin-bottom: 0;
  }
}

.l-cv .p-txt {
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .l-cv .p-txt {
    margin-top: 13px;
    font-size: 17px;
  }
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 71px;
  text-align: center;
  background: #414D57;
  border-top: 3px solid #FF8200;
  margin-bottom: 59px;
}

@media screen and (min-width: 768px) {
  .l-footer {
    min-height: 56px;
    margin-bottom: 0;
  }
}

.l-footer .p-txt {
  margin: 0;
  font-size: 13px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
.p-progressbar {
  position: fixed;
  bottom: -11vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 100;
  transition: bottom 1s ease-in-out;
}

.p-progressbar.is-active {
  bottom: 0;
}

.p-progressbar__item {
  position: relative;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6);
  height: 38px;
  font-weight: 600;
  font-size: 12px;
  line-height: 0.7;
  background: #E0E0E0;
  color: #9B9B9B;
}

.p-progressbar__itemTxt {
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%,-50%);
  width: 50px;
  line-height: 13px;
}

.p-progressbar__item:not(:last-child)::before,
.p-progressbar__item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: -2px;
  left: 100%;
  content: '';
  border: 20px solid transparent;
  border-left: 10px solid #E0E0E0;
  margin: auto;
}

.p-progressbar__item:not(:last-child)::before {
  margin-left: 2px;
  border-left-color: #FFF;
}

.p-progressbar__item.is-active {
  background: #FF8200;
  color: #FFF;
}

.p-progressbar__item.is-active:not(:last-child)::after {
  border-left-color: #FF8200;
}

.l-followbtn {
  position: fixed;
  bottom: -18vw;
  width: 100%;
  z-index: 100;
  transition: bottom 1s ease-in-out;
}

.l-followbtn.is-active {
  bottom: 0;
}

.l-followbtn .p-btn {
  margin: 0;
}

.l-followbtn .u-unq-custom .c-btn {
  background: linear-gradient(#388EF2 0%, #0046AE 100%);
  border-radius: 0;
  border: none;
}

.l-followbtn .u-unq-custom .c-btn__txt {
  font-size: 17px;
}

.l-followbtn .c-btn__sub {
  font-size: 13px;
}

.l-followbtn .c-btn__inner {
  padding: 6px 60px;
}

@media screen and (min-width: 768px) {
  .l-followbtn {
    right: -300px;
    bottom: 40px;
    width: 260px;
    transition: right 1s ease-in-out;
  }

  .l-followbtn.is-active {
    right: 0;
    bottom: 40px;
  }

  .l-followbtn .u-unq-custom .c-btn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .l-followbtn .c-btn.of-simulation .c-btn__inner {
    padding: 6px 20px;
  }

  .l-followbtn .c-btn.of-simulation .c-btn__inner::before {
    display: none;
  }
}




/* c-sec */
@media screen and (min-width: 769px) {
  .c-sec--dark{
    background-color: #DCE4E8;
  }
  .c-sec-inr{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px 120px;
  }
  .c-sec--dark .c-sec-inr{
    padding: 60px 0;
  }
  .c-sec__company-wrap{
    margin-bottom: 30px;
    font-size: 14px;
    color: #414D57;
  }
  .c-sec__company-wrap-ttl{
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .c-sec__company-wrap-ttl::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #414D57;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__company-txt{
    font-size: 14px;
    line-height: 1.6;
    color: #414D57;
  }
}
@media screen and (max-width: 768px) {
  .c-sec--dark{
    background-color: #DCE4E8;
  }
  .c-sec-inr{
    padding: 21.3333vw 5.3333vw;
  }
  .c-sec--dark .c-sec-inr{
    padding: 16vw 5.3333vw;
  }
  .c-sec__company-wrap{
    margin-bottom: 8vw;
    font-size: 3.2vw;
    color: #414D57;
  }
  .c-sec__company-wrap-ttl{
    font-weight: bold;
    line-height: 1;
    padding-top: 2.6667vw;
    margin-bottom: 2.6667vw;
    position: relative;
  }
  .c-sec__company-wrap-ttl::before{
    content: "";
    width: 8vw;
    height: 0.2667vw;
    background-color: #414D57;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__company-txt{
    font-size: 3.2vw;
    line-height: 1.6;
    color: #414D57;
  }
}


/* p-note */
.p-note{
  background-color: rgba(144,105,63,0.1);
  border-radius: 2px;
  padding: 16px 10px;
  margin-bottom: 30px;
}
.p-note__ttl{
  text-align: center;
  color: #505050;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-note__ttlInr{
  display: inline-block;
  position: relative;
  line-height: 1;
}
.p-note__ttlInr::before,
.p-note__ttlInr::after{
  content: "";
  width: 28px;
  height: 2px;
  background-color: #9A9A9A;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p-note__ttlInr::before{
  left: -38px;
}
.p-note__ttlInr::after{
  right: -38px;
}
.p-note__listItem{
  font-size: 14px;
  color: #505050;
  line-height: 1.3;
  padding-left: 15px;
  position: relative;
}
.p-note__listItem:not(:last-of-type){
  margin-bottom: 6px;
}
.p-note__listItem::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9A9A9A;
  position: absolute;
  left: 0;
  top: 4px;
}
.p-note__list.of-detail{
  margin-top: 6px;
}
.of-detail .p-note__listItem{
  font-size: 12px;
}
.of-detail .p-note__listItem::before{
  content: "※";
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-note{
    padding: 16px 0 21px;
  }
  .p-note__list{
    max-width: 528px;
    margin: 0 auto;
  }
}

.c-btn.of-simulation .c-btn__inner {
  line-height: 1.3;
}

.c-btn.of-simulation .c-btn__inner::before {
  right: 14px;
  height: 34px;
  background-image: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/souba/assets/images/icon-arrow-right.svg?20240626");
}

.c-btn.of-simulation .c-btn__inner:hover::before {
  background-image: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/souba/assets/images/icon-arrow-right.svg?20240626");
  filter: invert(0.3) brightness(1.5);
}

.c-btn__top {
  display: block;
  font-size: 24px;
}

.c-btn__top-strong {
  font-size: 28px;
}

.l-followbtn .c-btn__top {
  font-size: 17px;
}

.l-followbtn .c-btn__top-strong {
  font-size: 20px;
}

.p-btn__bubble {
  text-align: center;
}

.p-btn__img {
  width: 100%;
  max-width: 800px;
}

.func-dialog__inner {
  padding: 10px 0 51px;
  border: 3px solid #4E4E4E;
  border-radius: 36px;
}

.p-unq-modal {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: right;
}

.p-unq-modal__link {
  position: relative;
  color: #0046AC;
  text-underline-offset: 5px;
}

.c-icn-question {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.p-unq-dialog {
  display: flex;
}

.p-unq-dialog__box {
  max-width: 555px;
}

.p-unq-dialog__title {
  margin-bottom: 24px;
  font-size: 41px;
  font-weight: bold;
  color: #FF8000;
  border-bottom: 3px solid #FF8000;
}

.p-unq-dialog__txtInr {
  font-size: 24px;
}

.txt-mark-yellow {
  background-color: #FFFF00;
}

.p-unq-dialog__media {
  max-width: 380px;
  margin-left: 45px;
}

.p-unq-dialog__img {
  width: 100%;
}

.func-dialog__close {
  right: 0;
  bottom: 8%;
  left: 0;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  background: #fff;
}

.func-dialog__close::before {
  right: unset;
  left: -10px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff;
  background-size: 50%;
  background-position: 50%;
}

.func-dialog__closeTxt {
  display: flex;
  align-items: center;
  justify-content: right;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  margin: auto 0;
  overflow: visible;
  opacity: initial;
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .c-btn__top {
    font-size: 17px;
  }

  .c-btn__top-strong {
    font-size: 20px;
  }

  .p-unq-dialog {
    flex-direction: column;
  }

  .func-dialog__content {
    padding: 0 20px;
  }

  .func-dialog__content>:last-child {
    margin-bottom: 0;
  }

  .p-unq-dialog__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .p-unq-dialog__txtInr {
    font-size: 16px;
  }

  .p-unq-dialog__media {
    max-width: 170px;
    margin: 0 auto;
  }

  .func-dialog__close {
    bottom: 2%;
  }

  .func-dialog__close::before {
    width: 30px;
    height: 30px;
  }

  .func-dialog__closeTxt {
    justify-content: center;
    font-size: 24px;
  }
}


@media screen and (min-width: 768px) {
  .func-dialog__content {
    padding: 20px 50px 0 76px;
  }

  .func-dialog__inner {
    max-height: calc(100vh);
  }

  .func-dialog__content>:last-child {
    margin-bottom: 2.75rem;
  }
}

@media screen and (orientation: portrait){
  .func-dialog__inner {
    max-height: calc(100vh);
  }
}
