@charset "UTF-8";
:root {
  --bc01: #0075c1;
}

@media only screen and (max-width: 899px) {
  .c-header-head.c-header-head--fv {
    padding: 2.66666667vw 4vw;
  }
}

@media only screen and (max-width: 899px) {
  .c-header-foot--fv {
    height: 16vw;
    padding: 2.66666667vw 4vw 2.66666667vw 0;
  }
}

.p-schoolreport {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  margin-inline: auto;
  max-width: 750px;
}
.p-schoolreport img {
  display: block;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .p-mv {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 899px) {
  .p-block {
    margin-bottom: 40px;
    padding-inline: 20px;
  }
}

.p-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.375;
}
@media only screen and (max-width: 899px) {
  .p-catch {
    gap: 5px;
    margin-bottom: 20px;
  }
}
.p-catch span {
  background: var(--bc01);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .p-catch span {
    font-size: 1.5rem;
    padding-inline: 5px;
  }
}

.p-lead {
  color: var(--bc01);
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-lead {
    font-size: 1.125rem;
  }
}

.p-txt {
  line-height: 2;
}
@media only screen and (max-width: 899px) {
  .p-txt {
    font-size: 0.875rem;
    margin-bottom: 14px;
  }
}
.p-txt span {
  color: var(--bc01);
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-txt span {
    font-size: 1rem;
  }
}
.p-txt strong {
  background: #ff0;
  font-weight: bold;
}

.p-pict {
  margin-inline: auto;
}

.p-sec .p-sec-mv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media only screen and (max-width: 899px) {
  .p-sec .p-sec-mv {
    gap: 22px;
    height: 375px;
    margin: 0 -20px 26px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec .p-sec-mv .p-sec-mv-icon {
    width: 53px;
  }
}

@media only screen and (max-width: 899px) {
  .p-sec01 {
    margin-bottom: 43px;
  }
}
.p-sec01 .p-sec-mv {
  background-image: url("../img/img-point01.png");
}
@media only screen and (max-width: 899px) {
  .p-sec01 .p-sec-mv .p-sec-mv-title {
    width: 203px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec01 .p-sec01-item01 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec01 .p-sec01-item01 .p-txt {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec01 .p-sec01-item01 .p-pict {
    width: 324px;
  }
}
.p-sec01 .p-sec01-item02 .p-pict {
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec01 .p-sec01-item02 .p-pict {
    margin-bottom: 35px;
    width: 309px;
  }
}

@media only screen and (max-width: 899px) {
  .p-sec02 {
    margin-bottom: 72px;
  }
}
.p-sec02 .p-sec-mv {
  background-image: url("../img/img-point02.png");
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec-mv .p-sec-mv-title {
    width: 237px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item01 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item02 {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item02 .p-txt {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item02 .p-pict {
    width: 325px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item03 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item03 .p-txt + p {
    margin-top: 36px;
  }
}
.p-sec02 .p-sec02-item03 .p-pict {
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item03 .p-pict {
    margin-bottom: 35px;
    width: 309px;
  }
}
.p-sec02 .p-example-title {
  background: url("../img/icon-example.svg") no-repeat left center/17px auto;
  color: var(--bc01);
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-example-title {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-left: 27px;
  }
}
.p-sec02 .p-example-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-example-items {
    gap: 20px;
    margin-bottom: 26px;
    width: 340px;
  }
}
.p-sec02 .p-example-button {
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-example-button {
    width: 311px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item04 .p-txt {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec02 .p-sec02-item04 .p-pict {
    width: 307px;
  }
}

@media only screen and (max-width: 899px) {
  .p-sec03 {
    margin-bottom: 84px;
  }
}
.p-sec03 .p-sec-mv {
  background-image: url("../img/img-point03.png");
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec-mv .p-sec-mv-title {
    width: 211px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item01 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item02 {
    margin-bottom: 75px;
  }
}
.p-sec03 .p-sec03-item02 .p-txt {
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item02 .p-txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item02 .p-txt span {
    font-size: 1.125rem;
  }
}
.p-sec03 .p-view .p-view-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-points {
    gap: 11px;
    margin-bottom: 30px;
  }
}
.p-sec03 .p-view .p-view-point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-point {
    gap: 5px;
    width: 104px;
  }
}
.p-sec03 .p-view .p-view-point-num {
  background: url("../img/icon-view.svg") no-repeat center top/28px auto;
  color: var(--bc01);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-point-num {
    font-size: 0.6875rem;
    padding-top: 32px;
  }
}
.p-sec03 .p-view .p-view-point-num span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-point-num span {
    font-size: 1.125rem;
  }
}
.p-sec03 .p-view .p-view-point-text {
  background: var(--bc01);
  border-radius: 100%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  line-height: 1.2;
  place-content: center;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-point-text {
    font-size: 0.875rem;
    height: 104px;
    width: 104px;
  }
}
.p-sec03 .p-view .p-view-point-text::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-point-text::before {
    height: 96px;
    width: 96px;
  }
}
.p-sec03 .p-view .p-view-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sec03 .p-view .p-view-item:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.p-sec03 .p-view .p-view-num {
  background: url("../img/icon-view.svg") no-repeat center top/28px auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-num {
    padding-top: 36px;
    width: 80px;
  }
}
.p-sec03 .p-view .p-view-num p {
  color: var(--bc01);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-num p {
    font-size: 0.75rem;
  }
}
.p-sec03 .p-view .p-view-num p span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-num p span {
    font-size: 2rem;
  }
}
.p-sec03 .p-view .p-view-heading {
  color: var(--bc01);
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-heading {
    font-size: 1.125rem;
  }
}
.p-sec03 .p-view .p-view-list li {
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-list li {
    font-size: 0.875rem;
    padding-left: 14px;
  }
}
.p-sec03 .p-view .p-view-list li::before {
  background: #000;
  border-radius: 100%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.7em;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-view .p-view-list li::before {
    height: 4px;
    width: 4px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item03 .p-txt {
    margin-bottom: 40px;
  }
}
.p-sec03 .p-sec03-item03 .p-txt span {
  display: inline-block;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item03 .p-txt span {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec03 .p-sec03-item03 .p-pict {
    width: 183px;
  }
}

@media only screen and (max-width: 899px) {
  .p-sec04 {
    margin-bottom: 90px;
  }
}
.p-sec04 .p-sec-mv {
  background-image: url("../img/img-point04.png");
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-sec-mv .p-sec-mv-title {
    width: 324px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-sec04-item01 {
    margin-bottom: 30px;
  }
}
.p-sec04 .p-plan .p-plan-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-lists {
    margin: 0 -20px 56px;
  }
}
.p-sec04 .p-plan .p-plan-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-list {
    padding-block: 5px;
    width: 123px;
  }
}
.p-sec04 .p-plan .p-plan-list:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
.p-sec04 .p-plan .p-plan-list-num {
  background: url("../img/bg-num.svg") no-repeat center 7px/50px auto;
  color: var(--bc01);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-list-num {
    font-size: 0.6875rem;
    padding-bottom: 18px;
  }
}
.p-sec04 .p-plan .p-plan-list-num span {
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-list-num span {
    font-size: 1.6875rem;
  }
}
.p-sec04 .p-plan .p-plan-list-title {
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-list-title {
    font-size: 1rem;
  }
}
.p-sec04 .p-plan .p-plan-list-title span {
  color: var(--bc01);
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-list-title span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-item + div {
    margin-top: 60px;
  }
}
.p-sec04 .p-plan .p-plan-heading {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url("../img/bg-num.svg") no-repeat right center/67px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-heading {
    gap: 12px;
    margin-bottom: 16px;
    padding: 17px 23px 17px 0;
  }
}
.p-sec04 .p-plan .p-plan-heading-text {
  color: var(--bc01);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-heading-text {
    font-size: 1rem;
    translate: 0 -7px;
  }
}
.p-sec04 .p-plan .p-plan-heading-num {
  color: var(--bc01);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-heading-num {
    font-size: 2.25rem;
  }
}
.p-sec04 .p-plan .p-plan-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-title {
    margin-bottom: 15px;
  }
}
.p-sec04 .p-plan .p-plan-title p {
  font-weight: 900;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-title p {
    font-size: 1.125rem;
  }
}
.p-sec04 .p-plan .p-plan-title h3 {
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-title h3 {
    font-size: 1.5rem;
  }
}
.p-sec04 .p-plan .p-plan-title h3 span {
  color: var(--bc01);
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-txt {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-txt + p {
    margin-top: 30px;
  }
}
.p-sec04 .p-plan .p-plan-point {
  background: #fffbef;
  border: 1px solid #fedc5e;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-point {
    padding: 20px;
  }
}
.p-sec04 .p-plan .p-plan-point-title {
  background: url("../img/icon-point.svg") no-repeat left top/18px auto;
  color: var(--bc01);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-point-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding-left: 28px;
  }
}
.p-sec04 .p-plan .p-plan-point-text {
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-plan-point-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec04 .p-plan .p-pict {
    margin-top: 30px;
    width: 225px;
  }
}

.p-sec05 {
  background: var(--bc01);
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .p-sec05 {
    padding: 48px 20px;
  }
}
.p-sec05 .p-sec-mv {
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec-mv {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec-mv .p-sec-mv-title {
    width: 295px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec-mv-pict {
    margin: 0 auto 50px;
    width: 262px;
  }
}
.p-sec05 .p-sec05-lead {
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-lead {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.p-sec05 .p-sec05-item {
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-item {
    border-radius: 10px;
    padding: 27px 20px 30px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-item + div {
    margin-top: 20px;
  }
}
.p-sec05 .p-sec05-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/icon-plan.svg") no-repeat center top/44px auto;
  color: var(--bc01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-heading {
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 58px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-heading-sub {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-heading-main {
    font-size: 1.5rem;
  }
}
.p-sec05 .p-sec05-pict {
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-pict {
    margin-bottom: 12px;
  }
}
.p-sec05 .p-sec05-catch {
  color: var(--bc01);
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-catch {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.p-sec05 .p-sec05-offer[open] .p-sec05-offer-link::before {
  content: "―";
}
.p-sec05 .p-sec05-offer-link {
  color: var(--bc01);
  display: inline-block;
  text-decoration: underline;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-offer-link {
    font-size: 0.75rem;
    margin-bottom: 7px;
  }
}
.p-sec05 .p-sec05-offer-link::before {
  content: "＋";
  display: inline-block;
  text-decoration: underline;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-offer-item + div {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-offer-heading {
    font-size: 0.625rem;
  }
}
.p-sec05 .p-sec05-offer-list li {
  line-height: 1.6;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-offer-list li {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-slider-wrap {
    margin-right: -20px;
    padding-block: 18px 30px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-slider-wrap .p-sec05-slider {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-slider-wrap .slick-slide {
    padding-bottom: 5px;
    padding-right: 14px;
    width: 147px;
  }
}
.p-sec05 .p-sec05-slider-wrap .slick-slide img {
  -webkit-box-shadow: rgba(27, 64, 109, 0.3) -4px 4px 5px;
          box-shadow: rgba(27, 64, 109, 0.3) -4px 4px 5px;
}
.p-sec05 .p-sec05-slider-wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-slider-wrap .slick-dots {
    gap: 16px;
    translate: -40px;
  }
}
.p-sec05 .p-sec05-slider-wrap .slick-dots button {
  background: #999;
  border: none;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-sec05-slider-wrap .slick-dots button {
    height: 8px;
    width: 8px;
  }
}
.p-sec05 .p-sec05-slider-wrap .slick-dots .slick-active button {
  background: var(--bc01);
}
@media only screen and (max-width: 899px) {
  .p-sec05 .-item01 .p-sec05-pict {
    width: 183px;
  }
}
@media only screen and (max-width: 899px) {
  .p-sec05 .-item02 .p-sec05-pict {
    width: 246px;
  }
}
.p-sec05 .p-txt-more {
  background: url("../img/icon-more.png") no-repeat center top, url("../img/icon-more.png") no-repeat center bottom;
  background-size: 69px auto, 69px auto;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-txt-more {
    font-size: 1.25rem;
    height: 164px;
    margin-block: 30px;
  }
}
.p-sec05 .p-suggest-txt-sub {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-suggest-txt-sub {
    font-size: 1.125rem;
  }
}
.p-sec05 .p-suggest-txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-suggest-txt {
    font-size: 1.5rem;
  }
}
.p-sec05 .p-suggest-image {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-suggest-image {
    height: 240px;
  }
}
.p-sec05 .p-suggest-image img {
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-suggest-image img {
    width: 509px;
  }
}
.p-sec05 .p-suggest-txt-bottom {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-sec05 .p-suggest-txt-bottom {
    font-size: 1rem;
  }
}

.p-graph {
  background: #e8f2fa;
}
@media only screen and (max-width: 899px) {
  .p-graph {
    padding: 45px 20px 35px;
  }
}
.p-graph .p-graph-title {
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-graph .p-graph-title {
    font-size: 24px;
    margin-bottom: 17px;
  }
}
.p-graph .slick-arrow {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid var(--bc01);
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: -100px;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .p-graph .slick-arrow {
    height: 26px;
    width: 26px;
  }
}
.p-graph .slick-arrow::before {
  border-top: 2px solid var(--bc01);
  border-right: 2px solid var(--bc01);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 899px) {
  .p-graph .slick-arrow::before {
    height: 6px;
    width: 6px;
  }
}
@media only screen and (max-width: 899px) {
  .p-graph .slick-prev {
    left: -13px;
  }
}
.p-graph .slick-prev::before {
  margin-left: 2px;
  rotate: -135deg;
}
@media only screen and (max-width: 899px) {
  .p-graph .slick-next {
    right: -13px;
  }
}
.p-graph .slick-next::before {
  margin-left: -2px;
  rotate: 45deg;
}

.p-cv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/img-footer.jpg") no-repeat left bottom/100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-cv {
    height: 552px;
    padding: 54px 30px 0;
  }
}
.p-cv .p-cv-title-sub {
  color: var(--bc01);
  font-weight: 900;
}
@media only screen and (max-width: 899px) {
  .p-cv .p-cv-title-sub {
    font-size: 1.125rem;
  }
}
.p-cv .p-cv-title {
  color: var(--bc01);
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-cv .p-cv-title {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }
}
.p-cv .p-cv-buttons {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-cv .p-cv-buttons li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-cv .p-cv-buttons a {
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-cv .p-cv-buttons a {
    font-size: 1rem;
    background-position: right 18px center;
    background-size: 24px;
    border-radius: 6px;
  }
}
.p-cv .p-cv-button-document {
  background-color: #e5f1f9;
  background-image: url("../img/icon-arrow01.svg");
  border: 1px solid var(--bc01);
  color: var(--bc01);
}
@media only screen and (max-width: 899px) {
  .p-cv .p-cv-button-document {
    height: 50px;
  }
}
.p-cv .p-cv-button-entry {
  background-color: var(--bc01);
  background-image: url("../img/icon-arrow02.svg");
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .p-cv .p-cv-button-entry {
    height: 60px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-mv {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-block {
    margin-bottom: 80px;
    padding-inline: 40px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-catch {
    gap: 10px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-catch span {
    font-size: 3rem;
    padding-inline: 10px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-lead {
    font-size: 2.25rem;
  }
}

@media print, screen and (min-width: 900px) {
  .p-txt {
    font-size: 1.75rem;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-txt span {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 900px) {
  .p-sec .p-sec-mv {
    gap: 44px;
    height: 750px;
    margin: 0 -40px 52px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec .p-sec-mv .p-sec-mv-icon {
    width: 106px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-sec01 {
    margin-bottom: 86px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec01 .p-sec-mv .p-sec-mv-title {
    width: 406px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec01 .p-sec01-item01 {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec01 .p-sec01-item01 .p-txt {
    margin-bottom: 56px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec01 .p-sec01-item01 .p-pict {
    width: 648px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec01 .p-sec01-item02 .p-pict {
    margin-bottom: 70px;
    width: 618px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-sec02 {
    margin-bottom: 144px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec-mv .p-sec-mv-title {
    width: 474px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item01 {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item02 {
    margin-bottom: 132px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item02 .p-txt {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item02 .p-pict {
    width: 650px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item03 {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item03 .p-txt + p {
    margin-top: 72px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item03 .p-pict {
    margin-bottom: 70px;
    width: 618px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-example-title {
    font-size: 2rem;
    margin-bottom: 24px;
    padding-left: 54px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-example-items {
    gap: 40px;
    margin-bottom: 52px;
    width: 680px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-example-button {
    width: 622px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item04 .p-txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec02 .p-sec02-item04 .p-pict {
    width: 614px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-sec03 {
    margin-bottom: 168px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec-mv .p-sec-mv-title {
    width: 422px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item01 {
    margin-bottom: 180px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item02 {
    margin-bottom: 150px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item02 .p-txt {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item02 .p-txt span {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-points {
    gap: 22px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-point {
    gap: 10px;
    width: 208px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-point-num {
    font-size: 1.375rem;
    padding-top: 64px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-point-num span {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-point-text {
    font-size: 1.75rem;
    height: 208px;
    width: 208px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-point-text::before {
    height: 192px;
    width: 192px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-num {
    padding-top: 72px;
    width: 160px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-num p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-num p span {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-heading {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-list li {
    font-size: 1.75rem;
    padding-left: 28px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-view .p-view-list li::before {
    height: 8px;
    width: 8px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item03 .p-txt {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item03 .p-txt span {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec03 .p-sec03-item03 .p-pict {
    width: 366px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-sec04 {
    margin-bottom: 180px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-sec-mv .p-sec-mv-title {
    width: 648px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-sec04-item01 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-lists {
    margin: 0 -40px 112px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-list {
    padding-block: 10px;
    width: 246px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-list-num {
    font-size: 1.375rem;
    padding-bottom: 36px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-list-num span {
    font-size: 3.375rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-list-title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-list-title span {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-item + div {
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-heading {
    gap: 24px;
    margin-bottom: 32px;
    padding: 34px 46px 34px 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-heading-text {
    font-size: 2rem;
    translate: 0 -14px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-heading-num {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-title {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-title p {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-title h3 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-txt {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-txt + p {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-point {
    padding: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-point-title {
    font-size: 2.25rem;
    margin-bottom: 20px;
    padding-left: 56px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-plan-point-text {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec04 .p-plan .p-pict {
    margin-top: 60px;
    width: 450px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-sec05 {
    padding: 96px 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec-mv {
    margin-bottom: 74px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec-mv .p-sec-mv-title {
    width: 590px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec-mv-pict {
    margin: 0 auto 100px;
    width: 524px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-lead {
    font-size: 1.75rem;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-item {
    border-radius: 20px;
    padding: 54px 40px 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-item + div {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-heading {
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 116px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-heading-sub {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-heading-main {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-pict {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-catch {
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-offer-link {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-offer-item + div {
    margin-top: 52px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-offer-heading {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-offer-list li {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-slider-wrap {
    margin-right: -40px;
    padding-block: 36px 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-slider-wrap .p-sec05-slider {
    padding-left: 80px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-slider-wrap .slick-slide {
    padding-bottom: 10px;
    padding-right: 28px;
    width: 294px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-slider-wrap .slick-dots {
    gap: 32px;
    translate: -80px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-sec05-slider-wrap .slick-dots button {
    height: 16px;
    width: 16px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .-item01 .p-sec05-pict {
    width: 366px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .-item02 .p-sec05-pict {
    width: 492px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-txt-more {
    font-size: 2.5rem;
    height: 328px;
    margin-block: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-suggest-txt-sub {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-suggest-txt {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-suggest-image {
    height: 480px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-suggest-image img {
    width: 1018px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-sec05 .p-suggest-txt-bottom {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 900px) {
  .p-graph {
    padding: 90px 40px 70px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-graph .p-graph-title {
    font-size: 48px;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-graph .slick-arrow {
    height: 52px;
    width: 52px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-graph .slick-arrow::before {
    height: 12px;
    width: 12px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-graph .slick-prev {
    left: -26px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-graph .slick-next {
    right: -26px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-cv {
    height: 1104px;
    padding: 108px 60px 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-cv .p-cv-title-sub {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-cv .p-cv-title {
    font-size: 3rem;
    margin-bottom: 44px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-cv .p-cv-buttons li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-cv .p-cv-buttons a {
    font-size: 2rem;
    background-position: right 36px center;
    background-size: 48px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-cv .p-cv-button-document {
    height: 100px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-cv .p-cv-button-entry {
    height: 120px;
  }
}