body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.content-header {
  width: 100%;
}

.content-header img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .content-header h1 {
    font-size: calc(32px + 8 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .content-header h1 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.table-plan-price th,
.table-plan-price td {
  font-size: 16px;
  padding-block: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price th,
  .table-plan-price td {
    padding-inline: calc(0px + 12 * (100vw - 768px) / 392) !important;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price th,
  .table-plan-price td {
    font-size: 14px;
    padding: 12px 0;
  }
}
.table-plan-price th sup,
.table-plan-price td sup {
  font-size: 11px;
  font-weight: normal;
}

.table-plan-price th {
  font-size: 18px;
  text-align: center;
  background: #ebefff;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price th {
    font-size: calc(15px + 3 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price th {
    font-size: 14px;
  }
}
.table-plan-price th .remarks {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price th .remarks {
    font-size: calc(12px + 2 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price th .remarks {
    font-size: 12px;
  }
}
.table-plan-price .td-monthly-fee {
  text-align: center;
}

.table-plan-price .td-monthly-fee .text-price {
  font-weight: 700;
  margin-bottom: 2px;
}

.table-plan-price .td-monthly-fee .text-price .strong {
  position: relative;
  top: 1px;
  font-size: 36px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-monthly-fee .text-price .strong {
    font-size: calc(32px + 4 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-monthly-fee .text-price .strong {
    font-size: 28px;
  }
}
.table-plan-price .td-monthly-fee .text-taxinc {
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-monthly-fee .text-taxinc {
    font-size: calc(13px + 1 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-monthly-fee .text-taxinc {
    font-size: 12px;
  }
}
.table-plan-price .td-data-storage {
  text-align: center;
}

.table-plan-price .td-data-storage .before {
  position: relative;
  font-weight: 700;
  text-align: center;
}

.table-plan-price .td-data-storage .before .strong {
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-data-storage .before .strong {
    font-size: calc(20px + 2 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .before .strong {
    font-size: 18px;
  }
}
.table-plan-price .td-data-storage .before::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -3px;
  top: 50%;
  width: calc(100% + 6px);
  height: 1px;
  background: #e93817;
}

.table-plan-price .td-data-storage .after {
  position: relative;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-data-storage .after {
    font-size: calc(18px + 6 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .after {
    font-size: 16px;
  }
}
.table-plan-price .td-data-storage .after .strong {
  font-size: 40px;
  color: #0c0b86;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-data-storage .after .strong {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .after .strong {
    font-size: 28px;
  }
}
.table-plan-price .td-data-storage .after sup {
  position: absolute;
  z-index: 1;
  right: -6px;
  top: -3px;
}

.table-plan-price .td-data-storage .arrow {
  line-height: 1.2;
  margin-bottom: 0;
}

.table-plan-price .td-data-storage .label-storage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  padding-bottom: 2px;
  border-radius: 60px;
  background: #5683f4;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-data-storage .label-storage {
    font-size: calc(12px + 2 * (100vw - 768px) / 392);
    width: calc(50px + 10 * (100vw - 768px) / 392);
    height: calc(50px + 10 * (100vw - 768px) / 392);
    margin-right: calc(6px + 2 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .label-storage {
    font-size: 12px;
    width: 50px;
    height: 50px;
  }
}
.table-plan-price .td-data-storage .label-storage .strong {
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-data-storage .label-storage .strong {
    font-size: calc(17px + 5 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .label-storage .strong {
    font-size: 18px;
  }
}
.table-plan-price .td-data-storage .text-speed {
  font-size: 14px;
  margin-top: 4px;
}

@media screen and (max-width: 1080px) {
  .table-plan-price .td-data-storage .text-speed {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .text-speed {
    font-size: 12px;
  }
}
.table-plan-price .td-data-storage .text-speed .fs-lg {
  position: relative;
  top: 1px;
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
  .table-plan-price .td-data-storage .text-speed .fs-lg {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .text-speed .fs-lg {
    font-size: 14px;
  }
}
.table-plan-price .td-data-storage .text-speed .strong {
  position: relative;
  top: 1px;
  font-size: 20px;
  font-weight: 700;
  color: #0c0b86;
}

@media screen and (max-width: 1080px) {
  .table-plan-price .td-data-storage .text-speed .strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-data-storage .text-speed .strong {
    font-size: 16px;
  }
}
.table-plan-price .td-kakeho {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  .table-plan-price .td-kakeho {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-kakeho {
    font-size: 14px;
  }
}
.table-plan-price .td-kakeho .strong {
  position: relative;
  top: 2px;
  font-size: 36px;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .table-plan-price .td-kakeho .strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-kakeho .strong {
    font-size: 28px;
  }
}
.table-plan-price .td-kakeho .text-taxinc {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .table-plan-price .td-kakeho .text-taxinc {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-kakeho .text-taxinc {
    font-size: 12px;
  }
}
.table-plan-price .td-kakeho .label-trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  width: 64px;
  height: 64px;
  margin-right: 12px;
  padding-bottom: 2px;
  border-radius: 60px;
  background: #5683f4;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-kakeho .label-trial {
    font-size: calc(12px + 2 * (100vw - 768px) / 392);
    width: calc(54px + 10 * (100vw - 768px) / 392);
    height: calc(54px + 10 * (100vw - 768px) / 392);
    margin-right: calc(8px + 4 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-kakeho .label-trial {
    font-size: 12px;
    width: 54px;
    height: 54px;
  }
}
.table-plan-price .td-kakeho .label-trial .strong {
  font-size: 21px;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .table-plan-price .td-kakeho .label-trial .strong {
    font-size: calc(17px + 4 * (100vw - 768px) / 392);
  }
}
@media screen and (max-width: 767px) {
  .table-plan-price .td-kakeho .label-trial .strong {
    font-size: 17px;
  }
}
.tel-plan {
  margin: 40px 0 20px;
  border-radius: 32px;
  padding: 12px 12px 24px;
  border: 2px solid #c1caec;
}
@media (min-width: 47.9375em) {
  .tel-plan {
    margin: 40px 0;
  }
}
.tel-plan__title {
  padding: 24px 0;
  background-color: #ebefff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 22px;
  border-radius: 28px 28px 0 0;
  margin-bottom: 24px;
}
@media (min-width: 47.9375em) {
  .tel-plan__title {
    padding: 32px 0;
    font-size: 28px;
  }
}
.tel-plan__title span {
  line-height: 1.5;
  font-size: 14px;
  display: block;
  margin: 4px 0 0;
}
@media (min-width: 47.9375em) {
  .tel-plan__title span {
    display: inline;
    margin-top: 0;
  }
}
.tel-plan__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  .tel-plan__contents {
    gap: 20px;
    flex-direction: row;
  }
}
.tel-plan__contents .tel-plan__free {
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  padding: 14px 20px;
  color: #fff;
  background-color: #5683f4;
  border-radius: 70px;
  margin: 0;
}
@media (min-width: 47.9375em) {
  .tel-plan__contents .tel-plan__free {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.tel-plan__contents .tel-plan__free .number {
  font-size: 20px;
}
@media (min-width: 47.9375em) {
  .tel-plan__contents .tel-plan__free .number {
    font-size: 22px;
  }
}
.tel-plan__contents .tel-plan__free .free {
  font-size: 20px;
}
@media (min-width: 47.9375em) {
  .tel-plan__contents .tel-plan__free .free {
    font-size: 22px;
  }
}
.tel-plan__contents .tel-plan__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
}
@media (min-width: 47.9375em) {
  .tel-plan__contents .tel-plan__text {
    text-align: left;
    font-size: 22px;
  }
}
.tel-plan__contents .tel-plan__text span {
  font-size: 14px;
}
@media (min-width: 47.9375em) {
  .tel-plan__contents .tel-plan__text span {
    font-size: 16px;
  }
}

.plan__table {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  .plan__table {
    padding-bottom: 80px !important;
  }
}

.scrollable-sp .scrollable-content {
  width: 736px;
}
@media (min-width: 47.9375em) {
  .scrollable-sp .scrollable-content {
    width: auto;
  }
}

.plan-new__text {
  color: #E93817;
  text-align: right;
  margin-bottom: 8px;
  padding-right: 36px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .plan-new__text {
    font-size: 22px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .scrollable-sp .scrollable-content {
    width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  .scrollable-content > *:first-child {
    min-height: 0px;
  }
}
.anker {
  padding-bottom: 40px;
}
@media (min-width: 47.9375em) {
  .anker {
    padding-bottom: 80px;
  }
}
.anker .anker__link a {
  font-size: 16px;
}
.anker .anker__link a:after {
  content: "";
  background: url("../images/arrow-down-anker.svg") no-repeat center center/contain;
  right: 16px;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
}

#compare {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #f2f2f2;
}
@media (min-width: 47.9375em) {
  #compare {
    margin-bottom: 80px !important;
    padding: 80px 0 !important;
  }
}
#compare .compare__title {
  text-align: center;
  margin-bottom: 63px;
}
@media (min-width: 47.9375em) {
  #compare .compare__title {
    margin-bottom: 55px;
  }
}
#compare .compare__title span {
  display: block;
  position: relative;
  background-color: #e93817;
  padding: 14px 31px;
  border-radius: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
}
@media (min-width: 47.9375em) {
  #compare .compare__title span {
    display: inline-block;
    padding: 12px 42px 14px;
    font-size: 28px;
  }
}
#compare .compare__title span:before {
  content: "";
  width: 35px;
  height: 15px;
  background-image: url("../images/arrow-down-polygon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 1px;
}
#compare .compare__title:after {
  display: none;
}
#compare .compare__contents {
  position: relative;
}
#compare .compare__contents .compare__tax {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -8px;
  transform: translateY(-100%);
}
#compare .compare__contents .compare__table--pc {
  border-collapse: separate;
  margin-bottom: 20px;
}
#compare .compare__contents .compare__table--pc tr th,
#compare .compare__contents .compare__table--pc tr td {
  height: 80px;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 16px;
}
#compare .compare__contents .compare__table--pc tr th:not(:last-child),
#compare .compare__contents .compare__table--pc tr td:not(:last-child) {
  border-right: 0;
}
#compare .compare__contents .compare__table--pc tr th:first-child, #compare .compare__contents .compare__table--pc tr th:nth-child(2),
#compare .compare__contents .compare__table--pc tr td:first-child,
#compare .compare__contents .compare__table--pc tr td:nth-child(2) {
  width: 25%;
}
#compare .compare__contents .compare__table--pc tr th:first-child,
#compare .compare__contents .compare__table--pc tr td:first-child {
  font-weight: bold;
}
#compare .compare__contents .compare__table--pc tr th.main,
#compare .compare__contents .compare__table--pc tr td.main {
  background-color: #ffe8e1;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #e93817;
  font-size: 28px;
}
#compare .compare__contents .compare__table--pc tr th.main .unit,
#compare .compare__contents .compare__table--pc tr td.main .unit {
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 2px;
  transform: translateY(-1px);
}
#compare .compare__contents .compare__table--pc tr th.sum,
#compare .compare__contents .compare__table--pc tr td.sum {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}
#compare .compare__contents .compare__table--pc tr th.sum .unit,
#compare .compare__contents .compare__table--pc tr td.sum .unit {
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 2px;
  transform: translateY(-1px);
}
#compare .compare__contents .compare__table--pc tr th .notice,
#compare .compare__contents .compare__table--pc tr td .notice {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
}
#compare .compare__contents .compare__table--pc tr:not(:last-child) th,
#compare .compare__contents .compare__table--pc tr:not(:last-child) td {
  border-bottom: 0;
}
#compare .compare__contents .compare__table--pc tr:first-child th,
#compare .compare__contents .compare__table--pc tr:first-child td {
  background-color: #ebefff;
  font-weight: bold;
}
#compare .compare__contents .compare__table--pc tr:first-child th:first-child,
#compare .compare__contents .compare__table--pc tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}
#compare .compare__contents .compare__table--pc tr:first-child th:last-child,
#compare .compare__contents .compare__table--pc tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
#compare .compare__contents .compare__table--pc tr:first-child th.main,
#compare .compare__contents .compare__table--pc tr:first-child td.main {
  color: #fff;
  font-size: 18px;
  background-color: #e93817;
}
#compare .compare__contents .compare__table--pc tr:last-child th:first-child,
#compare .compare__contents .compare__table--pc tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
#compare .compare__contents .compare__table--pc tr:last-child th:last-child,
#compare .compare__contents .compare__table--pc tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
#compare .compare__contents .compare--sp {
  margin-bottom: 20px;
}
#compare .compare__contents .compare--sp .compare-item {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 20px;
}
#compare .compare__contents .compare--sp .compare-item:not(:last-child) {
  margin-bottom: 20px;
}
#compare .compare__contents .compare--sp .compare-item__title {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#compare .compare__contents .compare--sp .compare-item__main {
  background-color: #e93817;
  color: #fff;
  padding: 27px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
}
#compare .compare__contents .compare--sp .compare-item__price {
  font-family: "Roboto", sans-serif;
  background-color: #ffe8e1;
  height: 80px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 28px;
  margin: 0;
  color: #e93817;
}
#compare .compare__contents .compare--sp .compare-item__price span span:not(.notice) {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 18px;
  margin-left: 2px;
}
#compare .compare__contents .compare--sp .compare-item__price span .notice {
  font-weight: 400;
  display: block;
  line-height: 1.5;
  color: #333;
  font-size: 13px;
  margin-top: 2px;
}
#compare .compare__contents .compare--sp .compare-item table {
  margin: 0;
  border-collapse: separate;
}
#compare .compare__contents .compare--sp .compare-item table tr th,
#compare .compare__contents .compare--sp .compare-item table tr td {
  height: 80px;
  text-align: center;
  border: 0;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.5;
  font-size: 16px;
}
#compare .compare__contents .compare--sp .compare-item table tr th:last-child,
#compare .compare__contents .compare--sp .compare-item table tr td:last-child {
  border-right: 0;
}
#compare .compare__contents .compare--sp .compare-item table tr th .notice,
#compare .compare__contents .compare--sp .compare-item table tr td .notice {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
}
#compare .compare__contents .compare--sp .compare-item table tr th {
  background-color: #ebefff;
  font-weight: bold;
}
#compare .compare__contents .compare__notice {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
}

.download {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  .download {
    padding-bottom: 80px !important;
  }
}
.download .download__contents {
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 64px;
  width: 100%;
}
@media (min-width: 47.9375em) {
  .download .download__contents {
    flex-direction: row;
    margin-bottom: 80px;
  }
}
.download .download__contents .download__imagearea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  padding: 28px 24px;
  background-color: #2f2e95;
  width: 100%;
}
@media (min-width: 47.9375em) {
  .download .download__contents .download__imagearea {
    flex-shrink: 1;
    padding: 40px 20px;
  }
}
@media (min-width: 72.5em) {
  .download .download__contents .download__imagearea {
    flex-shrink: 0;
    padding: 40px 80px;
    width: 41.6964285714%;
  }
}
.download .download__contents .download__imagearea img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-width: 294px;
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  .download .download__contents .download__imagearea img {
    max-width: none;
  }
}
.download .download__contents .download__textarea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0c0b86;
  padding: 32px 24px;
}
@media (min-width: 47.9375em) {
  .download .download__contents .download__textarea {
    padding: 56px 55px;
  }
}
.download .download__contents .download__textarea .download__title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 47.9375em) {
  .download .download__contents .download__textarea .download__title {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.download .download__contents .download__textarea .download__title:after {
  display: none;
}
.download .download__contents .download__textarea .download__title span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 47.9375em) {
  .download .download__contents .download__textarea .download__title span {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.download .download__contents .download__textarea p {
  width: 100%;
  margin: 0;
}
@media (min-width: 72.5em) {
  .download .download__contents .download__textarea p {
    width: 464px;
  }
}
.download .download__contents .download__textarea p a {
  font-size: 16px;
  padding: 14px 40px 16px;
}
@media (min-width: 47.9375em) {
  .download .download__contents .download__textarea p a {
    padding: 14px 40px;
    font-size: 18px;
  }
}
.download .download__image {
  margin: 0 auto 40px;
}
@media (min-width: 47.9375em) {
  .download .download__image {
    max-width: 703px;
    margin: 0 auto 48px;
  }
}
.download .download__image a,
.download .download__image span {
  display: block;
  width: 100%;
  height: auto;
}
.download .download__image a img,
.download .download__image span img {
  width: 100%;
  height: auto;
}

#award {
  background-color: #f2f2f2;
  padding: 40px 0 !important;
  margin-bottom: 80px !important;
}
@media (min-width: 47.9375em) {
  #award {
    padding: 80px 0 !important;
  }
}
#award .award__title {
  text-align: center;
  margin: 0 0 48px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
}
@media (min-width: 47.9375em) {
  #award .award__title {
    font-size: 32px;
  }
}
#award .award__title:after {
  display: none;
}
#award .award__title span {
  z-index: 10;
  color: #e93817;
  position: relative;
  background-image: linear-gradient(90deg, #fffe00, #fffe00);
  background-repeat: no-repeat;
  background-position: right bottom 4px;
  background-size: 100% 8px;
}
#award .award__subtitle {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 47.9375em) {
  #award .award__subtitle {
    font-size: 28px;
  }
}
#award .award__image {
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 47.9375em) {
  #award .award__image {
    width: 44.6428571429%;
  }
}
#award .award__image img {
  width: 100%;
  height: auto;
}
#award .award__text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 47.9375em) {
  #award .award__text {
    width: 42.8571428571%;
  }
}

#point {
  padding-bottom: 40px !important;
  overflow: visible;
}
@media (min-width: 47.9375em) {
  #point {
    padding-bottom: 80px !important;
  }
}
#point .point__title {
  position: relative;
  text-align: center;
  margin: 0 0 48px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
}
@media (min-width: 47.9375em) {
  #point .point__title {
    font-size: 32px;
  }
}
#point .point__title:after {
  display: none;
}
#point .point__title > span {
  position: relative;
}
#point .point__title > span .under {
  z-index: 10;
  color: #e93817;
  position: relative;
  background-image: linear-gradient(90deg, #fffe00, #fffe00);
  background-repeat: no-repeat;
  background-position: right bottom 4px;
  background-size: 100% 8px;
}
#point .point__title > span .add {
  position: absolute;
  line-height: 1.5;
  font-size: 16px;
  left: -21px;
  top: -26px;
  transform: rotate(-15deg);
  color: #e93817;
}
@media (min-width: 47.9375em) {
  #point .point__title > span .add {
    left: -58px;
    top: -16px;
    font-size: 18px;
  }
}
#point .point__contents {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #point .point__contents {
    gap: 20px;
  }
}
#point .point__contents .point-item {
  width: 100%;
  border-radius: 32px;
  border: 2px solid #e93817;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item {
    width: calc((100% - 20px) / 2);
  }
}
#point .point__contents .point-item:first-child {
  width: 100%;
}
#point .point__contents .point-item:first-child .point-item__contents {
  justify-content: flex-end;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item:first-child .point-item__contents {
    gap: calc(50px + 53 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  #point .point__contents .point-item:first-child .point-item__contents {
    gap: 103px;
  }
}
#point .point__contents .point-item:nth-child(2) {
  width: 100%;
}
#point .point__contents .point-item:nth-child(2) .point-item__contents {
  flex-direction: column;
  gap: 32px;
  padding: 24px 31px 31px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item:nth-child(2) .point-item__contents {
    padding: 28px 99px 36px;
  }
}
#point .point__contents .point-item:nth-child(2) .point-item__contents .point-item__image {
  width: 100%;
  height: auto;
  max-width: 275px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item:nth-child(2) .point-item__contents .point-item__image {
    max-width: none;
  }
}
#point .point__contents .point-item:nth-child(2) .point-item__contents .point-item__image img {
  width: 100%;
  height: auto;
}
#point .point__contents .point-item__titlearea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  background-color: #e93817;
  color: #fff;
  width: 100%;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__titlearea {
    gap: 12px;
  }
}
#point .point__contents .point-item__titlearea span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
}
#point .point__contents .point-item__titlearea h3 {
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
#point .point__contents .point-item__contents {
  height: 100%;
  width: 100%;
  background-color: #ffe8e1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px 16px 32px;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents {
    gap: 72px;
    padding: 28px;
    flex-direction: row;
  }
}
#point .point__contents .point-item__contents .point-item__textarea .icon {
  margin: 0 auto 16px;
  width: 100px;
  aspect-ratio: 1/1;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-item__textarea .icon {
    margin: 0 auto 20px;
  }
}
#point .point__contents .point-item__contents .point-item__textarea .icon img {
  width: 100%;
  height: auto;
}
#point .point__contents .point-item__contents .point-item__textarea h4 {
  margin: 0;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-item__textarea h4 {
    font-size: 24px;
  }
}
@media (min-width: 72.5em) {
  #point .point__contents .point-item__contents .point-item__textarea h4 {
    font-size: 28px;
  }
}
#point .point__contents .point-item__contents .point-item__textarea h4 > span {
  position: relative;
}
#point .point__contents .point-item__contents .point-item__textarea h4 > span .under {
  z-index: 10;
  color: #e93817;
  position: relative;
  background-image: linear-gradient(90deg, #fffe00, #fffe00);
  background-repeat: no-repeat;
  background-position: right bottom 4px;
  background-size: 100% 8px;
}
#point .point__contents .point-item__contents .point-item__textarea h4 > span .notice {
  font-weight: 400;
  position: absolute;
  font-size: 10px;
  right: -2px;
  bottom: 4px;
  transform: translateX(100%);
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-item__textarea h4 > span .notice {
    font-size: 14px;
  }
}
#point .point__contents .point-item__contents .point-check {
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check {
    gap: 28px;
    flex-direction: row;
    align-items: center;
    padding: 40px 32px;
    width: 50.3773584906%;
  }
}
#point .point__contents .point-item__contents .point-check__imagearea {
  width: 46.4516129032%;
  max-width: 144px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check__imagearea {
    width: 31.970260223%;
    max-width: none;
  }
}
#point .point__contents .point-item__contents .point-check__imagearea img {
  width: 100%;
  height: auto;
}
#point .point__contents .point-item__contents .point-check__itemlist {
  margin: 0;
}
#point .point__contents .point-item__contents .point-check__itemlist li {
  margin: 0;
}
#point .point__contents .point-item__contents .point-check__itemlist li:not(:last-child) {
  margin-bottom: 16px;
}
#point .point__contents .point-item__contents .point-check__itemlist li .point-check__text {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check__itemlist li .point-check__text {
    font-size: 20px;
    gap: 12px;
  }
}
#point .point__contents .point-item__contents .point-check__itemlist li .point-check__text span {
  width: 24px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check__itemlist li .point-check__text span {
    width: 28px;
  }
}
#point .point__contents .point-item__contents .point-check__itemlist li .point-check__text span img {
  width: 100%;
  height: auto;
}
#point .point__contents .point-item__contents .point-check__itemlist li .point-check__adtext {
  border-left: 1px solid #e93817;
  margin: 9px 0 0 12px;
  padding-left: 28px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check__itemlist li .point-check__adtext {
    margin: 8px 0 0 10px;
    padding-left: 22px;
    font-size: 14px;
  }
}
#point .point__contents .point-item__contents .point-check__itemlist li .point-check__adtext .color {
  font-size: 20px;
  color: #e93817;
  position: relative;
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check__itemlist li .point-check__adtext .color {
    font-size: 28px;
  }
}
#point .point__contents .point-item__contents .point-check__itemlist li .point-check__adtext .color .notice {
  color: #333;
  font-weight: 400;
  position: absolute;
  font-size: 10px;
  right: -2px;
  bottom: 2px;
  transform: translateX(100%);
}
@media (min-width: 47.9375em) {
  #point .point__contents .point-item__contents .point-check__itemlist li .point-check__adtext .color .notice {
    font-size: 14px;
  }
}
#point .point__notice {
  counter-reset: num 3;
  margin: 20px 0 0 !important;
  margin-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #point .point__notice {
    margin-bottom: 64px !important;
  }
}

.faq__link {
  margin-top: 40px;
}
@media (min-width: 47.9375em) {
  .faq__link {
    margin-top: 64px;
  }
}

#interview .container {
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 776px) {
  #interview .container {
    width: auto;
    max-width: 736px;
  }
}
#interview .container .interview-contents {
  width: 342px;
  margin: 0 auto;
}

@media screen and (min-width: 776px) {
  #interview .container .interview-contents {
    width: 736px;
  }
}
#interview .container .interview-contents a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 20px;
  border-radius: 20px;
  background-image: url("../images/interview-case-bg-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 16px 32px;
  height: 100%;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url("../images/interview-case-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 24px;
    padding: 28px 28px 28px 40px;
  }
}
#interview .container .interview-contents .interview-contents__textarea {
  width: 100%;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea {
    width: auto;
  }
}
#interview .container .interview-contents .interview-contents__textarea h3 {
  margin: 0;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#interview .container .interview-contents .interview-contents__textarea h3:after {
  display: none;
}

#interview .container .interview-contents .interview-contents__textarea .interview-contents__company {
  display: inline-block;
  margin: 0;
  margin-bottom: 16px;
  background-color: #fff;
  color: #e93817;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
}

#interview .container .interview-contents .interview-contents__textarea .interview-contents__text {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  margin-bottom: 16px;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea .interview-contents__text {
    margin-bottom: 16px;
  }
}
#interview .container .interview-contents .interview-contents__textarea .interview-contents__link {
  margin: 0;
  text-align: center;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__textarea .interview-contents__link {
    text-align: left;
  }
}
#interview .container .interview-contents .interview-contents__textarea .interview-contents__link span {
  display: inline-block;
  position: relative;
  color: #406faf;
  padding-right: 26px;
  color: #fff;
}

#interview .container .interview-contents .interview-contents__textarea .interview-contents__link span:before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  background: url("../images/arrow-right-white-orange.svg") no-repeat center center/cover;
  transition: background 0.3s;
  width: 18px;
}

#interview .container .interview-contents .interview-contents__image {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

@media (min-width: 47.9375em) {
  #interview .container .interview-contents .interview-contents__image {
    width: 46.1077844311%;
  }
}
#interview .container .interview-contents .interview-contents__image img {
  width: 100%;
  height: auto;
}

#interview {
  padding: 0 0 40px !important;
}

@media (min-width: 47.9375em) {
  #interview {
    padding: 0 0 80px !important;
  }
}
#interview .container .interview__itemlist {
  position: relative;
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist {
    max-width: 736px;
  }
}
#interview .container .interview__itemlist .slick-list {
  overflow: hidden;
}

#interview .container .interview__itemlist .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}

#interview .container .interview__itemlist .slick-list .slick-track .interview-contents {
  width: 342px;
  margin: 0;
}

@media (min-width: 47.9375em) {
  #interview .container .interview__itemlist .slick-list .slick-track .interview-contents {
    width: 736px;
  }
}
.banner {
  margin: 0;
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  .banner {
    margin-bottom: 80px;
  }
}
.banner .banner__image {
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  .banner .banner__image {
    max-width: 1120px;
  }
}
.banner .banner__image a,
.banner .banner__image span {
  display: block;
  width: 100%;
  height: auto;
}
.banner .banner__image a img,
.banner .banner__image span img {
  width: 100%;
  height: auto;
}

#campaign {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #campaign {
    padding-bottom: 80px !important;
  }
}
#campaign .campaign__image {
  margin: 0 auto 40px;
}
@media (min-width: 47.9375em) {
  #campaign .campaign__image {
    max-width: 703px;
    margin: 0 auto 48px;
  }
}
#campaign .campaign__image a,
#campaign .campaign__image span {
  display: block;
  width: 100%;
  height: auto;
}
#campaign .campaign__image a img,
#campaign .campaign__image span img {
  width: 100%;
  height: auto;
}