@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

a,
button {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJPRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJPBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJPBlack.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJPRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJPBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJPBlack.woff") format("woff");
  font-display: swap;
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-contact {
  padding-top: 8.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 4.375rem;
    padding-bottom: 0.8125rem;
  }
}

.l-flow {
  padding-top: 7.5rem;
  padding-bottom: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding-top: 6.25rem;
    padding-bottom: 7.625rem;
  }
}

.l-grades {
  padding-top: 8.625rem;
  padding-bottom: 11.9375rem;
}
@media screen and (max-width: 767px) {
  .l-grades {
    padding-top: 5.1875rem;
    padding-bottom: 5.5rem;
  }
}

.l-increase {
  padding-top: 10.5625rem;
  padding-bottom: 9.3125rem;
}
@media screen and (max-width: 767px) {
  .l-increase {
    padding-top: 5.625rem;
    padding-bottom: 6.1875rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 500px;
  }
}

.l-merit {
  padding-top: 7.875rem;
  padding-bottom: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .l-merit {
    padding-top: 4.6875rem;
    padding-bottom: 4rem;
  }
}

.l-plan {
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-plan {
    padding-bottom: 4.25rem;
  }
}

.l-point {
  padding-top: 9.25rem;
  padding-bottom: 8.8125rem;
}
@media screen and (max-width: 767px) {
  .l-point {
    padding-top: 4.875rem;
    padding-bottom: 7.125rem;
  }
}

.l-premium {
  padding-top: 5.0625rem;
  padding-bottom: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .l-premium {
    padding-top: 3.625rem;
    padding-bottom: 10.6875rem;
  }
}

.l-qa {
  padding-top: 7.5rem;
  padding-bottom: 12.625rem;
}
@media screen and (max-width: 767px) {
  .l-qa {
    padding-top: 6.25rem;
    padding-bottom: 4.9375rem;
  }
}

.l-trade {
  padding-top: 8.25rem;
  padding-bottom: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .l-trade {
    padding-top: 4.375rem;
    padding-bottom: 7.375rem;
  }
}

.l-transaction {
  padding-top: 12.9375rem;
  padding-bottom: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .l-transaction {
    padding-top: 8.375rem;
  }
}

.l-voice {
  padding-top: 7.6875rem;
  padding-bottom: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding-top: 5.9375rem;
    padding-bottom: 6.3125rem;
  }
}

.c-breadcrumb {
  margin-top: 6.4375rem;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-breadcrumb__item {
  font-size: 0;
}
.c-breadcrumb__item a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item a {
    font-size: 0.75rem;
  }
}

.c-breadcrumb__item:not(:first-child) a::before {
  content: "＞";
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:first-child) a::before {
    margin: 0 0.75rem;
  }
}

.c-btn {
  display: inline-block;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.3513513514;
  color: #fff;
  padding: 1.25rem 2.375rem;
  border-radius: 18px;
  border: 4px solid #fff;
  background: linear-gradient(95deg, #e4a649 23.75%, #fdc051 42.76%, #ffd985 56.39%, #f4ac40 68.37%, #cd8c3f 100.59%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  min-width: 38.75rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 0;
    min-width: initial;
    font-size: 1.75rem;
    padding: 0.5rem 1.875rem;
    border-radius: 0.5rem;
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--sm {
    font-size: 1.5625rem;
    border: 4px solid #fff;
    padding: 1.0625rem 1.75rem;
    border-radius: 1.125rem;
    width: 100%;
  }
}

/* ========================================================
#モーダル
======================================================== */
/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  max-width: 62.5rem;
  overflow-y: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-container {
    width: 90%;
  }
}
.modal-container .p-grades__realImg {
  margin-top: 0;
}

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-close {
  background: transparent;
  border: 0;
  font-size: 1.875rem;
  color: #fff;
  outline: none;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .modal-close {
    margin-right: 0.625rem;
  }
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-open {
  display: block;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.c-star {
  width: 8.8125rem;
  height: 8.8125rem;
  display: block;
  mix-blend-mode: plus-lighter;
  position: absolute;
}
.c-star img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}
.c-title .c-title__box:nth-child(1) {
  margin-right: auto;
}
.c-title .c-title__box:nth-child(2) {
  margin-left: auto;
}
.c-title .c-title__main {
  font-size: 3.375rem;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.3846153846;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd985), to(#cd8c3f));
  background: linear-gradient(180deg, #ffd985 0%, #cd8c3f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #5d4837;
  display: inline-block;
}
.c-title .c-title__mugen {
  display: inline-block;
  width: 152px;
  height: auto;
}
.c-title .c-title__mugen img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-title .u-big {
  position: relative;
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1.3684210526;
  font-family: "Noto Serif JP", sans-serif;
  -webkit-text-stroke: 1px #5d4837;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd985), color-stop(54.69%, #fff), color-stop(75.52%, #cd8c3f), color-stop(96.35%, #e0b563));
  background: linear-gradient(180deg, #ffd985 0%, #fff 54.69%, #cd8c3f 75.52%, #e0b563 96.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.c-title .u-mid {
  font-size: 4rem;
}
.c-title .u-color {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
}

.c-title__icon {
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: -1.625rem;
  left: 4.0625rem;
  width: 8.8125rem;
  height: 8.8125rem;
  display: block;
}
.c-title__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}

.p-btn {
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-btn {
    display: none;
  }
}

html.webp .p-contact {
  background: url(../images/contact_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-contact {
  background: url(../images/contact_bg_pc.png) repeat top/cover;
}

.p-contact__title {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 2.125rem;
  }
}

.p-contact__btn {
  display: block;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 3.5625rem;
  }
}

.p-contact__btnLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 0.9375rem 3.125rem;
  border-radius: 18px;
  border: 4px solid #fff;
  background: #00B900;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-contact__btnLink {
    font-size: 0.9375rem;
    gap: 0.625rem;
    padding: 1.375rem 1.25rem;
    border: 2px solid #fff;
    border-radius: 0.4375rem;
    -webkit-box-shadow: 0px 1.71084px 1.71084px 0px rgba(0, 0, 0, .25);
            box-shadow: 0px 1.71084px 1.71084px 0px rgba(0, 0, 0, .25);
  }
}
.p-contact__btnLink::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_line.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__btnLink::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-contact__box {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 0.5rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, .4);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 2px;
  margin-top: 4.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    font-size: 0.75rem;
    margin-top: 6.5rem;
    padding: 0.5625rem 2.5rem;
  }
}

html.webp .p-flow {
  background: url(../images/flow_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-flow {
  background: url(../images/flow_bg_pc.png) repeat top/cover;
}

.p-flow__inner {
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    max-width: 500px;
  }
}

.p-flow__head {
  display: block;
  text-align: center;
}

.p-flow__title {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#072775), to(#4caed8));
  background: linear-gradient(180deg, #072775 0%, #4caed8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 2.125rem;
  }
}

.p-flow__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.0625rem;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    display: block;
  }
}

.p-flow__item {
  position: relative;
  padding-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item {
    margin-top: 4.8125rem;
  }
}

.p-flow__item + .p-flow__item::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 3.0625rem;
  background: url(../images/flow_triangle.svg) no-repeat center/contain;
  position: absolute;
  top: 6.0625rem;
  left: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item::before {
    top: -3.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.p-flow__circle {
  width: 100%;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#03508b), to(#072775));
  background: linear-gradient(180deg, #03508b 0%, #072775 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-flow__circle {
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-flow__circle img {
  width: 6.25rem;
  height: 6.25rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-flow__circle img {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}

.p-flow__itemTitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #03508b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow__itemTitle {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 1.5rem;
    text-align: center;
  }
}

.p-flow__text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #03508b;
  text-align: center;
  margin-top: 5.5625rem;
  max-width: 52rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-flow__text2 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #03508b;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text2 {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
  }
}

.p-flow__btn {
  display: block;
  text-align: center;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 2.5rem;
  }
}

.p-footer {
  background-color: #161921;
  padding: 0.8125rem;
  text-align: center;
}
.p-footer small {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

html.webp .p-grades {
  background: url(../images/grades_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-grades {
  background: url(../images/grades_bg_pc.png) repeat top/cover;
}

.p-grades__inner {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .p-grades__inner {
    padding: 0;
    max-width: 500px;
  }
}

.p-grades__head {
  max-width: 39rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-grades__head {
    padding: 0 1.5625rem;
  }
}

.p-grades__title {
  position: relative;
}

.p-grades__icon {
  top: -4.125rem;
  left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-grades__icon {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    top: -8.5333333333vw;
    left: 21.6vw;
  }
}

.p-grades__thumb {
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375rem;
  display: block;
  border: 5px solid;
  -o-border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
     border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
}
@media screen and (max-width: 767px) {
  .p-grades__thumb {
    margin-top: 3.125rem;
    border: 3px solid;
    -o-border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
       border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
    width: 91%;
  }
}
.p-grades__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-grades__leadWrap {
  display: block;
  text-align: center;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-grades__leadWrap {
    margin-top: 4.3125rem;
  }
}

.p-grades__leadWrap3 {
  display: block;
  text-align: center;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-grades__leadWrap3 {
    margin-top: 4rem;
  }
}
.p-grades__leadWrap3 .u-color {
  color: #FFD985;
}

.p-grades__lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-grades__lead {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-grades__lead.--fz {
    font-size: 1.5rem;
  }
}
.p-grades__lead::before, .p-grades__lead::after {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.375rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-grades__itemsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.1875rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 1.5rem;
    padding: 0 0.9375rem;
  }
}

.p-grades__items {
  display: grid;
  width: 100%;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-grades__items {
    display: contents;
  }
}

.p-grades__items + .p-grades__items {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-grades__items + .p-grades__items {
    margin-top: 1.5rem;
  }
}

.p-grades__items.--items2col {
  grid-template-columns: repeat(2, 1fr);
  max-width: 46.25rem;
}
.p-grades__items.--items3col {
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
}
.p-grades__item {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-grades__item {
    width: calc(50% - 0.375rem);
  }
}

.p-grades__itemImg {
  width: 100%;
  display: block;
}
.p-grades__itemImg img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 350/172;
}
@media screen and (max-width: 767px) {
  .p-grades__itemImg img {
    aspect-ratio: 166/80;
  }
}

.p-grades__itemNum {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4117647059;
  color: #fff;
  padding: 0.1875rem 0.625rem 0.75rem;
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #ffd985;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-grades__itemNum {
    font-size: 0.75rem;
    border-radius: 0 0 19px 19px;
    padding-bottom: 0.25rem;
  }
}

.p-grades__itemDl {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-grades__itemDl {
    font-size: 0.625rem;
    gap: 0.25rem;
    margin-top: 0.125rem;
  }
}
.p-grades__itemDl::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 1.125rem;
  background: url(../images/icon_dl.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-grades__itemDl::after {
    width: 0.5rem;
    height: 0.75rem;
  }
}

.p-grades__leadWrap2 {
  display: block;
  text-align: center;
  margin-top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-grades__leadWrap2 {
    margin-top: 4.3125rem;
  }
}

.p-grades__realImg {
  max-width: 62.5rem;
  width: 100%;
  display: block;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-grades__realImg {
    max-width: 100%;
    width: 90%;
    margin-top: 1.5rem;
  }
}
.p-grades__realImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-grades__widgetLead {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin-top: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-grades__widgetLead {
    text-align: left;
    padding: 0 1.1875rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}
.p-grades__widgetLead .u-color {
  color: #ffd985;
}

.p-grades__widget {
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  border: 6px solid #FFD985;
}
@media screen and (max-width: 767px) {
  .p-grades__widget {
    border: 5px solid #FFD985;
    width: 92%;
  }
}
.p-grades__widget a {
  width: 100%;
  display: block;
}
.p-grades__widget a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-grades__widgetTextWrap {
  padding: 1.5rem 0;
  text-align: center;
  max-width: 62.5rem;
  width: 100%;
  min-height: 77px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-grades__widgetTextWrap {
    padding: 0 1.25rem;
    width: 90%;
    min-height: clamp(4.813rem, -0.438rem + 22.4vw, 6.563rem);
  }
}

html.webp .p-grades__widgetTextWrap {
  background: url(../images/widget_textBg.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  html.webp .p-grades__widgetTextWrap {
    background: url(../images/widget_textBg_sp.webp) no-repeat center/cover;
  }
}

html.no-webp .p-grades__widgetTextWrap {
  background: url(../images/widget_textBg.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-grades__widgetTextWrap {
    background: url(../images/widget_textBg_sp.png) no-repeat center/cover;
  }
}

.p-grades__widgetText {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.52%, #fae9a9), color-stop(92.98%, #8f6a3f));
  background: linear-gradient(180deg, #fae9a9 7.52%, #8f6a3f 92.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3333333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-grades__widgetText {
    font-size: 0.875rem;
    gap: 0.375rem;
    text-align: left;
  }
}
.p-grades__widgetText::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../images/widget_icon.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-grades__widgetText::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-grades__widgetText .u-under {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
     border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
}

.p-graph {
  max-width: 52rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-graph {
    max-width: none;
    max-width: initial;
    width: 44.25rem;
  }
}

.p-graph__tr {
  display: grid;
  grid-template-columns: 373fr 186fr 186fr;
  gap: 2.75rem;
  padding-top: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-graph__tr {
    grid-template-columns: 260fr 200fr 126fr;
    gap: 1.9375rem;
  }
}

.p-graph__tr:first-child {
  border: none;
}
.p-graph__tr:first-child .u-color {
  color: #E0B563;
  font-weight: bold;
}

.p-graph__tr:last-child {
  padding-bottom: 0;
  border: none;
}
.p-graph__tr:last-child .p-graph__td {
  color: #FF2F21;
  font-weight: bold;
}

.p-graph__th {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-graph__th {
    padding-left: 1.375rem;
  }
}

.p-graph__td {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.375rem;
    padding-top: 0;
  }
}

.p-header__inner {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-left: 2.375rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 1.375rem;
  }
}

.p-header__logo {
  color: #fff;
  width: 15rem;
}
.p-header__nav {
  margin-left: auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background-color: #000;
  }
}

.p-header__wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-header__wrapper {
    display: block;
    overflow: auto;
    height: 100%;
    padding-top: 6.8125rem;
  }
}

.p-header__navWrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-header__navWrap {
    display: block;
    min-height: 31.25rem;
  }
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__navList {
    display: block;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__navItem {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__navItem {
    letter-spacing: 0.12em;
    color: #ffffff;
    height: auto;
    width: 100%;
  }
}
.p-header__navItem a {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222222222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__navItem a {
    text-align: center;
    padding: 0.75rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.p-header__navItem + .p-header__navItem {
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__navItem + .p-header__navItem {
    margin-left: 0;
  }
}

.p-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__menuButton {
    padding: 0;
    border: none;
    opacity: 1;
    width: 1.5625rem;
    height: 1.0625rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    outline: none;
    margin-left: auto;
  }
  .p-header__menuButton span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 0.125rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-header__menuButton span:nth-child(1) {
    top: 0;
  }
  .p-header__menuButton span:nth-child(2) {
    top: 0.5rem;
    width: 80%;
    left: auto;
    left: initial;
    right: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-header__menuButton span:nth-child(3) {
    top: 0.9375rem;
  }
  .p-header__menuButton.is-active span {
    background-color: #fff;
  }
  .p-header__menuButton.is-active span:nth-child(1) {
    -webkit-transform: translate(-50%, 0.5rem) rotate(45deg);
            transform: translate(-50%, 0.5rem) rotate(45deg);
  }
  .p-header__menuButton.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__menuButton.is-active span:nth-child(3) {
    -webkit-transform: translate(-50%, -0.4375rem) rotate(-45deg);
            transform: translate(-50%, -0.4375rem) rotate(-45deg);
  }
}
/* ========================================================
  # ボタン
  ======================================================== */
.p-header__box {
  margin-left: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__box {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
    margin-top: 2.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__btn {
  display: none;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #fff;
  padding: 0.6875rem 1.8125rem;
  border-radius: 8px;
  border: 2px solid #fff;
  background: linear-gradient(95deg, #e4a649 23.75%, #fdc051 42.76%, #ffd985 56.39%, #f4ac40 68.37%, #cd8c3f 100.59%);
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}

.p-header.is-active .p-header__logo {
  opacity: 0;
}

html.webp .p-increase {
  background: url(../images/increase_bg_pc.webp) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.webp .p-increase {
    background: url(../images/increase_bg_sp.webp) repeat top/cover;
  }
}

html.no-webp .p-increase {
  background: url(../images/increase_bg_pc.png) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-increase {
    background: url(../images/increase_bg_sp.png) repeat top/cover;
  }
}

.p-increase__head {
  max-width: 47rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-increase__head .c-title__icon {
  display: none;
}

.p-increase__title {
  position: relative;
}

.p-increase__titleImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-increase__icon {
  top: -4.4375rem;
  left: 18.5625rem;
}
@media screen and (max-width: 767px) {
  .p-increase__icon {
    width: 16.5333333333vw;
    height: 16.8vw;
    top: -8.2666666667vw;
    left: 35.2vw;
  }
}

.p-increase__text {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.1818181818;
  color: #fff;
  text-align: center;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-increase__text {
    font-size: 1rem;
    margin-top: 3.9375rem;
    line-height: 1.9;
  }
}
.p-increase__text .u-color {
  color: #FFD985;
}
.p-increase__text .u-color2 {
  color: #E19E09;
}
.p-increase__text .u-big {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-increase__text .u-big {
    font-size: 1.375rem;
  }
}

html.webp .p-merit {
  background: url(../images/merit_bg_pc.webp) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.webp .p-merit {
    background: url(../images/merit_bg_sp.webp) repeat top/cover;
  }
}

html.no-webp .p-merit {
  background: url(../images/merit_bg_pc.png) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-merit {
    background: url(../images/merit_bg_sp.png) repeat top/cover;
  }
}

.p-merit__inner {
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    max-width: 500px;
    padding: 0 1.6875rem;
  }
}

.p-merit__title {
  font-size: 3.375rem;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.3846153846;
  background: -webkit-gradient(linear, left top, left bottom, from(#072775), to(#4caed8));
  background: linear-gradient(180deg, #072775 0%, #4caed8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__title {
    font-size: 2.125rem;
  }
}

.p-merit__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-merit__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.5625rem;
    gap: 3rem;
  }
}

.p-merit__img {
  width: 100%;
  display: block;
}
.p-merit__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/230;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-merit__img img {
    aspect-ratio: 320/180;
  }
}

.p-merit__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3846153846;
  color: #fff;
  text-align: center;
  padding: 0.25rem 1rem;
  min-height: 3.5rem;
  background-color: #000;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-merit__lead {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #545454;
  text-align: center;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-merit__lead {
    margin-top: 1rem;
  }
}

.p-merit__leadMain {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Noto Serif JP", sans-serif;
  background: linear-gradient(164deg, #d6b021 7.52%, #74430a 130.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-merit__leadMain .u-sm {
  font-size: 1.5rem;
}

.p-mv {
  position: relative;
}
.p-mv picture {
  width: 100%;
}
.p-mv img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv img {
    aspect-ratio: initial;
  }
}

.p-mv__btn {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0.625rem;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    bottom: 18.6666666667vw;
    left: 0;
    text-align: center;
  }
}
.p-mv__btn .c-btn {
  min-width: 18.75rem;
  font-size: 2.0833333333vw;
  padding: 0.6944444444vw 2.6388888889vw;
}
@media screen and (max-width: 767px) {
  .p-mv__btn .c-btn {
    min-width: 0;
    min-width: initial;
    font-size: 7.4666666667vw;
    padding: 2.1333333333vw 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan {
    position: relative;
    overflow: hidden;
  }
}

html.webp .p-plan {
  background: url(../images/grades_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-plan {
  background: url(../images/grades_bg_pc.png) repeat top/cover;
}

.p-plan__en {
  max-width: 21.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan__en {
    width: 82%;
  }
}
.p-plan__en img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-plan__head {
  display: block;
  text-align: center;
  padding-top: 3.6875rem;
  padding-bottom: 9.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__head {
    padding-top: 4.375rem;
    padding-bottom: 2.625rem;
  }
}
.p-plan__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan__head::before {
    width: 44.875rem;
    height: 16.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

html.webp .p-plan__head::before {
  background: url(../images/plan_bg_pc.webp) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  html.webp .p-plan__head::before {
    background: url(../images/plan_bg_sp.webp) no-repeat bottom/cover;
  }
}

html.no-webp .p-plan__head::before {
  background: url(../images/plan_bg_pc.png) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-plan__head::before {
    background: url(../images/plan_bg_sp.png) no-repeat bottom/cover;
  }
}

.p-plan__head::after {
  content: "";
  display: block;
  max-width: 27.0625rem;
  width: 100%;
  height: 13.875rem;
  background: url(../images/plan_circle.svg) no-repeat center/cover;
  background-blend-mode: screen;
  mix-blend-mode: screen;
  position: absolute;
  bottom: -6.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__head::after {
    bottom: -4.375rem;
    max-width: 100%;
    width: 15.1875rem;
    height: 9.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding: 0;
    max-width: 100%;
  }
}

.p-plan__title {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1.1296296296;
  font-family: "Noto Serif JP", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd985), to(#cd8c3f));
  background: linear-gradient(180deg, #ffd985 0%, #cd8c3f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan__title {
    font-size: 2.125rem;
    margin-top: 1.875rem;
  }
}

.p-plan__box {
  border: 3px solid;
  -o-border-image: linear-gradient(to bottom, #d7ab5c, #ffd985) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#d7ab5c), to(#ffd985)) 1;
     border-image: linear-gradient(to bottom, #d7ab5c, #ffd985) 1;
  background: rgba(255, 255, 255, .2);
  padding: 2rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-plan__box {
    padding: 3.3125rem 0 3.75rem;
    margin-top: 2.5rem;
    max-width: 500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-plan__price {
  font-family: "Noto Serif JP", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__price {
    max-width: 100%;
  }
}

.p-plan__priceImg {
  max-width: 32.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__priceImg {
    width: 16.125rem;
  }
}
.p-plan__priceImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-plan__priceText {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__priceText {
    font-size: 1.125rem;
  }
}

.p-plan__lead {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.36;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__lead {
    font-size: 1.875rem;
    margin-top: 3.4375rem;
    padding: 0 1.25rem;
  }
}

.p-plan__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__text {
    font-size: 1rem;
    margin-top: 2.4375rem;
    padding: 0 1.25rem;
  }
}

.p-plan__subTitleWrap {
  display: block;
  text-align: center;
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__subTitleWrap {
    margin-top: 5.5625rem;
  }
}

.p-plan__subTitle {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.36;
  color: #fff;
  padding: 0.9375rem 2.125rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 16.875rem;
  text-align: center;
}
.p-plan__subTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #072775;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: -1;
}

.p-plan__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8125rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-plan__items {
    display: block;
    padding: 0 1.25rem;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-plan__item {
  position: relative;
  padding: 4.375rem 3.5rem 2.5rem;
  border: 2px solid #fff;
  border-radius: 0.625rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    padding: 4.3125rem 2.5rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__item + .p-plan__item {
    margin-top: 3.0625rem;
  }
}

.p-plan__itemNum {
  width: 3.4375rem;
  height: 3.4375rem;
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-plan__itemNum {
    top: -1.4375rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.p-plan__itemNum img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-plan__itemTitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__itemTitle {
    padding: 0 0 1.25rem;
  }
}

.p-plan__itemImg {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemImg {
    margin-top: 1.25rem;
  }
}
.p-plan__itemImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-plan__itemLead {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemLead {
    margin-top: 0.75rem;
  }
}
.p-plan__itemLead span {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-plan__itemLead span {
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__itemLead span:first-of-type {
    margin-bottom: 0.5rem;
  }
}

.p-plan__itemText {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemText {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__graphContainer {
    margin-top: 3.375rem;
  }
}

.p-plan__graphImg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-plan__graphImg {
    display: block;
    width: 100%;
  }
}
.p-plan__graphImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-plan__graphWrap {
    display: none;
  }
}

.p-plan__graphWrap::-webkit-scrollbar {
  height: 0.375rem;
  border-radius: 40px;
}

.p-plan__graphWrap::-webkit-scrollbar-thumb {
  background: #4CAED8;
  border-radius: 40px;
}

.p-plan__graphWrap::-webkit-scrollbar-track {
  border-radius: 40px;
  background: #D9D9D9;
}

.p-plan__graph {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-plan__graph {
    margin-top: 2.75rem;
  }
}

.p-plan__btn {
  display: block;
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__btn {
    padding: 0 1.375rem;
    margin-top: 3.375rem;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

html.webp .p-point {
  background: url(../images/point_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-point {
  background: url(../images/merit_bg_pc.png) repeat top/cover;
}

.p-point__head {
  max-width: 40.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-point__head {
    max-width: none;
    max-width: initial;
  }
}
.p-point__head .c-title__icon {
  display: none;
}

.p-point__title {
  position: relative;
}

.p-point__titleImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-point__icon {
  bottom: 0.625rem;
  right: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__icon {
    width: 19.4666666667vw;
    height: 19.4666666667vw;
    bottom: 1.0666666667vw;
    right: 16.5333333333vw;
  }
}

.p-point__items {
  max-width: 51.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.9375rem;
}
@media screen and (max-width: 767px) {
  .p-point__items {
    margin-top: 3.4375rem;
  }
}

.p-point__item {
  width: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  position: relative;
  padding: 2.5rem 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    padding: 3.125rem 1.625rem 2.5rem;
    border-radius: 0.625rem;
  }
}

.p-point__item + .p-point__item {
  margin-top: 2rem;
}

.p-point__label {
  width: 10.875rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-point__label {
    width: 4.875rem;
    height: 4.875rem;
  }
}
.p-point__label img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.p-point__lead {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.5;
  color: #03508b;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-point__lead {
    font-size: 1.25rem;
  }
}
.p-point__lead .u-color {
  font-size: 2.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffd985), color-stop(65.75%, #cd8c3f));
  background: linear-gradient(180deg, #ffd985 40%, #cd8c3f 65.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-point__lead .u-color {
    font-size: 1.875rem;
  }
}
.p-point__lead .u-sm {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-point__lead .u-sm {
    font-size: 1.25rem;
  }
}

.p-point__lead.--big {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point__lead.--big {
    font-size: 1.25rem;
  }
}
.p-point__lead.--big .u-color {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__lead.--big .u-color {
    font-size: 1.875rem;
  }
}
.p-point__lead.--big .u-sm {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point__lead.--big .u-sm {
    font-size: 1.25rem;
  }
}

/* ========================================================
# 1つめ
======================================================== */
.p-point__logoWrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-point__logoWrap {
    margin-top: 2.5rem;
  }
}
.p-point__logoWrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-point__logo:nth-child(1) {
  max-width: 31.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-point__logo:nth-child(1) {
    max-width: 100%;
    width: 80%;
  }
}

.p-point__logo:nth-child(2) {
  max-width: 25.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__logo:nth-child(2) {
    max-width: 100%;
    width: 70%;
    margin-top: 0.75rem;
  }
}

/* ========================================================
# 2つめ
======================================================== */
.p-point__itemWrap {
  max-width: 34.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-point__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161921;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__text {
    display: none;
  }
}

.p-point__widget {
  width: 100%;
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__widget {
    margin-top: 1.875rem;
  }
}
.p-point__widget img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border: 5px solid #FFD985;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-point__widget img {
    border: 2px solid #FFD985;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .25);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .25);
  }
}

.p-point__widgetTextWrap {
  padding: 1.5rem;
  max-width: 62.5rem;
  width: 100%;
  min-height: 77px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-point__widgetTextWrap {
    min-height: 20.5333333333vw;
    min-height: clamp(4.813rem, -0.438rem + 22.4vw, 6.563rem);
    width: 17.625rem;
    width: 100%;
    padding: 0 0.5rem;
  }
}

html.webp .p-point__widgetTextWrap {
  background: url(../images/widget_textBg2.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  html.webp .p-point__widgetTextWrap {
    background: url(../images/widget_textBg2_sp.webp) no-repeat center/cover;
  }
}

html.no-webp .p-point__widgetTextWrap {
  background: url(../images/widget_textBg2.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-point__widgetTextWrap {
    background: url(../images/widget_textBg2_sp.png) no-repeat center/cover;
  }
}

.p-point__widgetText {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.52%, #fae9a9), color-stop(92.98%, #8f6a3f));
  background: linear-gradient(180deg, #fae9a9 7.52%, #8f6a3f 92.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3333333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-point__widgetText {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-point__widgetText::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../images/widget_icon.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-point__widgetText::before {
    width: 4.8vw;
    width: 1.125rem;
    height: 4.8vw;
    height: 1.125rem;
  }
}

/* ========================================================
# 3つめ
======================================================== */
.p-point__img {
  width: 100%;
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__img {
    margin-top: 1.5rem;
  }
}
.p-point__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 552/290;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__img img {
    border-radius: 0.625rem;
    aspect-ratio: 282/188;
  }
}

.p-point__text2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161921;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__text2 {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-point__img.--long img {
  -o-object-position: 20%;
     object-position: 20%;
}
@media screen and (max-width: 767px) {
  .p-point__img.--long img {
    aspect-ratio: 279/340;
    -o-object-position: 15% center;
       object-position: 15% center;
  }
}

.p-point__imgWrap {
  position: relative;
}

.p-point__logoImg {
  width: 13.1875rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-point__logoImg {
    width: 86%;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.875rem;
  }
}
.p-point__logoImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

html.webp .p-premium {
  background: url(../images/premium_bg_pc.webp) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.webp .p-premium {
    background: url(../images/premium_bg_sp.webp) repeat top/cover;
  }
}

html.no-webp .p-premium {
  background: url(../images/premium_bg_pc.png) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-premium {
    background: url(../images/premium_bg_sp.png) repeat top/cover;
  }
}

.p-premium__inner {
  max-width: 986px;
}
@media screen and (max-width: 767px) {
  .p-premium__inner {
    max-width: 500px;
    padding: 0 0.625rem;
  }
}

.p-premium__enTitle {
  max-width: 56.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-premium__enTitle {
    padding: 0 0.625rem;
  }
}
.p-premium__enTitle img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-premium__title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  background: linear-gradient(174deg, #fae9a9 20.52%, #8f6a3f 92.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-premium__title {
    font-size: 1.8125rem;
    margin-top: -0.625rem;
  }
}

.p-premium__text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-top: 6.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-premium__text {
    font-size: 1.125rem;
    margin-top: 3.375rem;
    text-align: left;
    padding: 0 0.625rem;
  }
}

.p-premium__lead {
  font-size: 2.4375rem;
  font-weight: 900;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.52%, #fae9a9), color-stop(82.98%, #8f6a3f));
  background: linear-gradient(180deg, #fae9a9 10.52%, #8f6a3f 82.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-premium__lead {
    font-size: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-premium__img {
  max-width: 58.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-premium__img {
    margin-top: 1.25rem;
  }
}
.p-premium__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-premium__text2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f4ac40;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-premium__text2 {
    font-size: 1rem;
    margin-top: 3.625rem;
    padding: 0 0.625rem;
  }
}

.p-premium__img2 {
  max-width: 47.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-premium__img2 {
    margin-top: 3.25rem;
    padding: 0 0.625rem;
  }
}
.p-premium__img2 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-premium__box {
  padding: 1.875rem 4rem;
  background-color: rgba(255, 255, 255, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 47.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-premium__box {
    display: block;
    padding: 1.25rem 0.875rem 1.4375rem;
    width: 95%;
  }
}

.p-premium__boxText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-premium__boxText {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-premium__boxNum {
  display: inline-block;
  width: 9.25rem;
  height: auto;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-premium__boxNum {
    margin-top: 1.25rem;
    width: 9.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-premium__boxNum img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

html.webp .p-qa {
  background: url(../images/qa_bg_pc.webp) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.webp .p-qa {
    background: url(../images/qa_bg_sp.webp) repeat top/cover;
  }
}

html.no-webp .p-qa {
  background: url(../images/qa_bg_pc.png) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-qa {
    background: url(../images/qa_bg_sp.png) repeat top/cover;
  }
}

.p-qa__inner {
  max-width: 882px;
}
@media screen and (max-width: 767px) {
  .p-qa__inner {
    max-width: 500px;
  }
}

.p-qa__title {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-qa__title {
    font-size: 2.125rem;
  }
}

.p-qa__wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-qa__wrapper {
    margin-top: 3.125rem;
  }
}

.p-qa__wrap {
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}

.p-qa__wrap + .p-qa__wrap {
  margin-top: 2rem;
}

.p-qa__wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-qa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-qa__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-qa__item:nth-child(even) {
  margin-top: 1.125rem;
}

.p-qa__img {
  width: 5rem;
  height: 5rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-qa__img {
    width: 3rem;
    height: 3rem;
  }
}
.p-qa__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-qa__questionTitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-qa__questionTitle {
    font-size: 1.125rem;
  }
}

.p-qa__answerTitle {
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFD985;
}
@media screen and (max-width: 767px) {
  .p-qa__answerTitle {
    font-size: 1rem;
  }
}
.p-qa__answerTitle .u-color {
  color: #FFD985;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-qa__answerTitle .u-color {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}

html.webp .p-trade {
  background: url(../images/trade_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-trade {
  background: url(../images/trade_bg_pc.png) repeat top/cover;
}

.p-trade__en {
  max-width: 21.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-trade__en {
    width: 75%;
  }
}
.p-trade__en img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trade__head {
  display: block;
  text-align: center;
}

.p-trade__title {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1.3846153846;
  font-family: "Noto Serif JP", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffd985), color-stop(80%, #cd8c3f));
  background: linear-gradient(180deg, #ffd985 30%, #cd8c3f 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, .15);
  -webkit-text-stroke: 1px #634d37;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-trade__title {
    font-size: 2.125rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
}

.p-trade__copy {
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-trade__copy {
    max-width: 20rem;
  }
}
.p-trade__copy img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trade__icon {
  bottom: 0.5rem;
  left: 5rem;
}

.p-trade__copySp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-trade__copySp {
    display: block;
    width: 21.0625rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.25rem;
  }
}
.p-trade__copySp img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trade__equal {
  width: 2.75rem;
  height: 3.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.625rem;
}
.p-trade__equal img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trade__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.375rem;
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-trade__items {
    display: block;
    margin-top: 1.5rem;
  }
}

.p-trade__item {
  position: relative;
}

.p-trade__item:nth-child(2)::before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/icon_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 11.875rem;
  left: -6.625rem;
}
@media screen and (max-width: 767px) {
  .p-trade__item:nth-child(2)::before {
    width: 2.875rem;
    height: 2.875rem;
    top: -5.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-mask: url(../images/icon_plus.svg) no-repeat center/contain;
            mask: url(../images/icon_plus.svg) no-repeat center/contain;
    background: #AE7F3E;
  }
}

@media screen and (max-width: 767px) {
  .p-trade__item + .p-trade__item {
    margin-top: 7.5rem;
  }
}

.p-trade__itemBox {
  max-width: 26.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trade__itemBox {
    max-width: none;
    max-width: initial;
    width: 20.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-trade__itemBox::before {
  content: "";
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 1.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-trade__itemBox::before {
    width: 14.6875rem;
    height: 14.6875rem;
  }
}

.p-trade__itemImg {
  max-width: 18.75rem;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
@media screen and (max-width: 767px) {
  .p-trade__itemImg {
    max-width: 100%;
    width: 14.75rem;
  }
}
.p-trade__itemImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trade__label {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #03508B;
  line-height: 1;
  padding: 0.5rem 0;
  margin-top: 1.25rem;
}

.p-trade__widget {
  width: 100%;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-trade__widget {
    margin-top: 0.5rem;
  }
}
.p-trade__widget img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border: 5px solid #ffd985;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-trade__widget img {
    border: 4px solid #ffd985;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .25);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .25);
  }
}

.p-trade__widgetTextWrap {
  padding: 1.5rem 0;
  text-align: center;
  max-width: 62.5rem;
  width: 100%;
  min-height: 77px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-trade__widgetTextWrap {
    min-height: 20.5333333333vw;
    min-height: clamp(4.813rem, -0.438rem + 22.4vw, 6.563rem);
    width: 17.625rem;
    width: 100%;
    padding: 0;
  }
}

html.webp .p-trade__widgetTextWrap {
  background: url(../images/widget_textBg2.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  html.webp .p-trade__widgetTextWrap {
    background: url(../images/widget_textBg2_sp.webp) no-repeat center/cover;
  }
}

html.no-webp .p-trade__widgetTextWrap {
  background: url(../images/widget_textBg2.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-trade__widgetTextWrap {
    background: url(../images/widget_textBg2_sp.png) no-repeat center/cover;
  }
}

.p-trade__widgetText {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.52%, #fae9a9), color-stop(92.98%, #8f6a3f));
  background: linear-gradient(180deg, #fae9a9 7.52%, #8f6a3f 92.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3333333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-trade__widgetText {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-trade__widgetText::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../images/widget_icon.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-trade__widgetText::before {
    width: 4.8vw;
    width: 1.125rem;
    height: 4.8vw;
    height: 1.125rem;
  }
}
.p-trade__widgetText .u-under {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
     border-image: linear-gradient(165deg, #FDE485, #C5A917) 1;
}

.p-trade__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #03508B;
  max-width: 53.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-trade__text {
    font-size: 1.25rem;
    margin-top: 3.8125rem;
  }
}

.p-trade__btnWrap {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trade__btnWrap {
    margin-top: 4.4375rem;
  }
}

html.webp .p-transaction {
  background: url(../images/grades_bg_pc.webp) repeat top/cover;
}

html.no-webp .p-transaction {
  background: url(../images/grades_bg_pc.png) repeat top/cover;
}

.p-transaction__inner {
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .p-transaction__inner {
    max-width: 500px;
  }
}

.p-transaction__head {
  display: block;
  text-align: center;
}

.p-transaction__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-transaction__title {
    line-height: 1.5;
  }
}

.p-transaction__wrap {
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-transaction__wrap {
    margin-top: 3.9375rem;
  }
}

.p-transaction__tr {
  display: grid;
  grid-template-columns: 264fr 516fr;
  gap: 1.25rem;
  border-top: 1px dashed #fff;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-transaction__tr {
    display: block;
  }
}

.p-transaction__tr {
  border-bottom: 1px dashed #fff;
}

.p-transaction__th {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.p-transaction__td {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-transaction__td {
    margin-top: 1rem;
  }
}

.p-transaction__btn {
  margin-top: 4.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-transaction__btn {
    margin-top: 5rem;
  }
}

html.webp .p-voice {
  background: url(../images/voice_bg_pc.webp) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.webp .p-voice {
    background: url(../images/voice_bg_sp.webp) repeat top/cover;
  }
}

html.no-webp .p-voice {
  background: url(../images/voice_bg_pc.png) repeat top/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp .p-voice {
    background: url(../images/voice_bg_sp.png) repeat top/cover;
  }
}

.p-voice__inner {
  max-width: 1192px;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    max-width: 500px;
    padding: 0;
  }
}

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

.p-voice__title {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#072775), to(#4caed8));
  background: linear-gradient(180deg, #072775 0%, #4caed8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

.p-voice__note {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #03508b;
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__note {
    font-size: 0.875rem;
    margin-top: 1.75rem;
  }
}

.p-voice__text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #03508b;
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 1.25rem;
    text-align: left;
    margin-top: 1.8125rem;
    padding: 0 1.25rem;
  }
}

.p-voice__wrapBox {
  border-radius: 0.5rem;
  margin-top: 4.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice__wrapBox {
    margin-top: 3.4375rem;
    border-radius: 0;
  }
}

.p-voice__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
  background-color: #f5f1cd;
  border: 12px solid;
  -o-border-image: linear-gradient(135deg, #FAE9A9, #8F6A3F) 1;
     border-image: linear-gradient(135deg, #FAE9A9, #8F6A3F) 1;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap {
    display: block;
    padding: 4rem 1.5625rem;
    border: 8px solid;
    -o-border-image: linear-gradient(135deg, #FAE9A9, #8F6A3F) 1;
       border-image: linear-gradient(135deg, #FAE9A9, #8F6A3F) 1;
  }
}

.p-voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .p-voice__items + .p-voice__items {
    margin-top: 1.125rem;
  }
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-voice__items:nth-child(2) .p-voice__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .p-voice__items:nth-child(2) .p-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__video {
  width: 100%;
  display: block;
}
.p-voice__video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 326/200;
}

.p-voice__itemImg {
  width: 100%;
  display: block;
}
.p-voice__itemImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__btn {
  display: block;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__btn {
    padding: 0 1.5rem;
    margin-top: 6.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__btn .c-btn {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-voice__box {
  border: 3px solid;
  -o-border-image: linear-gradient(to bottom, #d7ab5c, #ffd985) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#d7ab5c), to(#ffd985)) 1;
     border-image: linear-gradient(to bottom, #d7ab5c, #ffd985) 1;
  position: relative;
  padding: 3rem 3rem 2.375rem;
  background-color: #fff;
  margin-top: 5rem;
  max-width: 58.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__box {
    max-width: 500px;
    width: 90%;
    padding: 3.375rem 3rem 2.625rem;
  }
}

.p-voice__boxLabel {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background-color: #d9ad5e;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-voice__boxLabel {
    width: 77%;
    padding: 0.375rem 1.5rem;
    text-align: center;
  }
}

.p-voice__area {
  max-width: 18.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__area {
    gap: 1rem;
  }
}

.p-voice__boxItem {
  display: grid;
  grid-template-columns: 140fr 135fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__boxItem {
    display: block;
    text-align: center;
  }
}

.p-voice__boxDate {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #03508b;
}

.p-voice__boxLead {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #03508b;
}
@media screen and (max-width: 767px) {
  .p-voice__boxLead {
    line-height: 1.5;
    display: block;
  }
}

.p-voice__boxText {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #161921;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__boxText {
    margin-top: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
