@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&family=Noto+Serif+JP:wght@400;500;700;900&display=swap);
@import url(https://use.typekit.net/paq1ixm.css);
/* reset */
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

ol, ul {
  list-style-type: none;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

q:after, q:before {
  content: "";
}

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, projects, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #3f3a39;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.lower {
  background-color: #fff;
}

.cmn-header {
  position: relative;
  z-index: 10;
}

.l-layout {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-header {
  background-color: #fff;
  height: 75px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 49;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 10.4166666667vw;
  }
}
.l-header.-is-fixed {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.l-header > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding-left: 61px;
}
@media screen and (max-width: 767px) {
  .l-header > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 4.4444444444vw;
  }
}
.l-header__logo img {
  height: 49px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    height: 6.8055555556vw;
  }
}

body.lower .l-layout {
  padding-top: 70px;
}

.l-pageTop {
  right: 15px !important;
}
@media screen and (max-width: 1240px) {
  .l-pageTop {
    right: 1.2096774194vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTop {
    right: 20px !important;
  }
}
@media screen and (max-width: 1240px) {
  .l-pageTop__button::before {
    height: 1.0483870968vw !important;
    width: 1.0483870968vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTop__button::before {
    height: 13px !important;
    width: 13px !important;
  }
}
@media screen and (max-width: 1240px) {
  .l-pageTop__button {
    height: 4.0322580645vw !important;
    width: 4.0322580645vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTop__button {
    height: 46px !important;
    width: 46px !important;
  }
}
.l-pageTop__button span {
  display: none !important;
}

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

.u-color--white {
  color: #fff;
}

.u-weight-bold {
  font-weight: 700;
}

.u-ruby {
  position: relative;
}
.u-ruby::after {
  bottom: 100%;
  content: attr(data-ruby);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  -webkit-transform: translate(-50%, 0.3em);
          transform: translate(-50%, 0.3em);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-ruby::after {
    font-size: 1.9444444444vw;
  }
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}
.u-text--marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text--marker::after {
  background: #ffff00;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .u-inline--sp {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  .u-direction-column--sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.c-hd-01 {
  color: #0087aa;
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.5rem;
  padding-bottom: 40px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-hd-01 {
    font-size: 5.4166666667vw;
    padding-bottom: 7.7777777778vw;
    padding-top: 8.8888888889vw;
  }
}
.c-hd-01 span {
  display: inline-block;
  padding-left: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-hd-01 span {
    padding-left: 9.0277777778vw;
  }
}
.c-hd-01 span::after {
  background: url(../img/top/ico-hd-illust-01.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 53px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
}
@media screen and (max-width: 767px) {
  .c-hd-01 span::after {
    height: 6.1111111111vw;
    width: 5.5555555556vw;
  }
}

.c-btn-01 {
  border-radius: 100vh;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .c-btn-01 {
    font-size: 1.9230769231vw;
    line-height: 4.8076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-01 {
    font-size: 2.7777777778vw;
    line-height: 6.9444444444vw;
  }
}
.c-btn-01::after {
  aspect-ratio: 22/26;
  background: url(../img/common/ico-arrow-01.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 52%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1040px) {
  .c-btn-01::after {
    right: 1.7307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-01::after {
    right: 2.5vw;
  }
}

.c-apply-btn-01 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1029411765vw 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-apply-btn-01 > a {
    padding: 2.0833333333vw 0;
  }
}
.c-apply-btn-01 > a:hover {
  opacity: 0.5;
}
.c-apply-btn-01 figure {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3.0769230769%;
  margin-right: 2.3076923077%;
  width: 17.3076923077%;
}
@media screen and (max-width: 767px) {
  .c-apply-btn-01 figure {
    margin-left: 2.2222222222vw;
    margin-right: 2.0833333333vw;
    width: 12.5vw;
  }
}
.c-apply-btn-01 figure img {
  display: block;
  width: 100%;
}
.c-apply-btn-01__txt span {
  color: #fff;
  display: block;
}
.c-apply-btn-01__txt span:nth-child(1) {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .c-apply-btn-01__txt span:nth-child(1) {
    font-size: 2.7777777778vw;
  }
}
.c-apply-btn-01__txt span:nth-child(2) {
  font-size: 2.6470588235vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-apply-btn-01__txt span:nth-child(2) {
    font-size: 5.5555555556vw;
  }
}
.c-apply-btn-01.--general {
  background-color: #0aa837;
  -webkit-box-shadow: inset 0 0 0 0.3676470588vw #74c38b;
          box-shadow: inset 0 0 0 0.3676470588vw #74c38b;
}
@media screen and (max-width: 767px) {
  .c-apply-btn-01.--general {
    -webkit-box-shadow: inset 0 0 0 0.6944444444vw #74c38b;
            box-shadow: inset 0 0 0 0.6944444444vw #74c38b;
  }
}
.c-apply-btn-01.--group {
  background-color: #d2c100;
  -webkit-box-shadow: inset 0 0 0 0.3676470588vw #ddcf31;
          box-shadow: inset 0 0 0 0.3676470588vw #ddcf31;
}
@media screen and (max-width: 767px) {
  .c-apply-btn-01.--group {
    -webkit-box-shadow: inset 0 0 0 0.6944444444vw #ddcf31;
            box-shadow: inset 0 0 0 0.6944444444vw #ddcf31;
  }
}

.c-check-btn-01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #90ba00;
  -webkit-box-shadow: inset 0 0 0 0.2941176471vw #9dca00;
          box-shadow: inset 0 0 0 0.2941176471vw #9dca00;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3235294118vw;
  font-weight: 600;
  height: 5vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.4411764706%;
  padding-left: 1.4705882353vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-check-btn-01 {
    font-size: 3.0555555556vw;
    height: 12.2222222222vw;
    max-width: 74.0277777778vw;
    padding-left: 6.1111111111vw;
  }
}
.c-check-btn-01:hover {
  opacity: 0.5;
}
.c-check-btn-01 picture {
  aspect-ratio: 158/74;
  position: absolute;
  right: 0.7352941176vw;
  top: -0.5882352941vw;
  width: 11.6176470588vw;
}
@media screen and (max-width: 767px) {
  .c-check-btn-01 picture {
    top: -0.5555555556vw;
    right: 3.1944444444vw;
    width: 27.2222222222vw;
  }
}
.c-check-btn-01 picture img {
  width: 100%;
}

.c-recommend-case {
  border-radius: 32px;
  min-height: 375px;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .c-recommend-case {
    border-radius: 2.5806451613vw;
    min-height: 30.2419354839vw;
    padding-top: 2.4193548387vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-case {
    border-radius: 4.4444444444vw;
    min-height: 59.7222222222vw;
    padding-top: 2.0833333333vw;
  }
}
.c-recommend-case__hd {
  color: #fff;
  font-size: 4.5rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .c-recommend-case__hd {
    font-size: 3.6290322581vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-case__hd {
    font-size: 5.5555555556vw;
  }
}
.c-recommend-case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 34px;
}
@media screen and (max-width: 1240px) {
  .c-recommend-case__body {
    padding-left: 2.7419354839vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-case__body {
    padding-left: 3.3333333333vw;
  }
}
.c-recommend-case__body figure {
  bottom: 80px;
  position: absolute;
}
@media screen and (max-width: 1240px) {
  .c-recommend-case__body figure {
    bottom: 8.1451612903vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-case__body figure {
    bottom: 11.1111111111vw;
  }
}
.c-recommend-case__body figure img {
  width: 100%;
}
.c-recommend-case__body p {
  color: #010101;
  font-size: 2rem;
  line-height: 1.8em;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .c-recommend-case__body p {
    font-size: 1.6129032258vw;
    margin-top: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-case__body p {
    font-size: 2.7777777778vw;
    line-height: 1.9em;
    margin-top: 2.2222222222vw;
  }
}
.c-recommend-case__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .c-recommend-case__footer {
    font-size: 2.0161290323vw;
    height: 6.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-case__footer {
    font-size: 3.3333333333vw;
    height: 14.0277777778vw;
    text-align: center;
  }
}

.c-recommend-result {
  border-radius: 32px;
  min-height: 256px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .c-recommend-result {
    border-radius: 2.5806451613vw;
    min-height: 20.6451612903vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-result {
    border-radius: 4.4444444444vw;
    min-height: 35.5555555556vw;
  }
}
.c-recommend-result picture img {
  width: 100%;
}
.c-recommend-result__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #383838;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  font-size: 2.5rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.44em;
}
@media screen and (max-width: 1240px) {
  .c-recommend-result__footer {
    height: 9.6774193548vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (max-width: 767px) {
  .c-recommend-result__footer {
    font-size: 3.3333333333vw;
    height: 25.1388888889vw;
    line-height: 1.5em;
  }
}
.c-recommend-result__footer span {
  color: #ffee00;
}
.c-recommend-result__footer p {
  text-align: center;
}

.c-compare-card__hd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5em;
  margin-top: 30px;
  min-height: 3em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .c-compare-card__hd {
    font-size: 1.935483871vw;
    margin-top: 2.4193548387vw;
  }
}
@media screen and (max-width: 767px) {
  .c-compare-card__hd {
    font-size: 3.3333333333vw;
    margin-top: 4.1666666667vw;
    min-height: auto;
  }
}
.c-compare-card__logo {
  text-align: center;
}
.c-compare-card.--yakuzen-kanpo .c-compare-card__hd {
  color: #dd6666;
}
.c-compare-card.--yakuzen-kanpo li::after {
  color: #dd6666;
}
.c-compare-card.--yakuzen-kanpo .c-compare-card__btn a {
  background-color: #dd6666;
}
.c-compare-card.--kanpoyaku .c-compare-card__hd {
  color: #0aa837;
}
.c-compare-card.--kanpoyaku li::after {
  color: #0aa837;
}
.c-compare-card.--kanpoyaku .c-compare-card__btn a {
  background-color: #0aa837;
}
.c-compare-card.--kanpoyaku .c-compare-card__btn a::after {
  aspect-ratio: 30/25;
  background-image: url(../img/common/ico-external-link-01.png);
  height: 50%;
  right: 16px;
}
@media screen and (max-width: 1240px) {
  .c-compare-card.--kanpoyaku .c-compare-card__btn a::after {
    right: 1.2903225806vw;
  }
}
@media screen and (max-width: 767px) {
  .c-compare-card.--kanpoyaku .c-compare-card__btn a::after {
    right: 2.2222222222vw;
  }
}
.c-compare-card ul {
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  list-style: none;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1240px) {
  .c-compare-card ul {
    font-size: 1.4516129032vw;
    margin-top: 2.5806451613vw;
    padding-left: 3.2258064516vw;
    padding-right: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .c-compare-card ul {
    font-size: 3.0555555556vw;
    margin-top: 3.3333333333vw;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
.c-compare-card ul li {
  color: #010101;
  padding-left: 1em;
  position: relative;
}
.c-compare-card ul li::after {
  content: "⚫︎";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.c-compare-card__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .c-compare-card__btn {
    margin-top: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .c-compare-card__btn {
    margin-top: 5.5555555556vw;
  }
}
.c-compare-card__btn a {
  color: #fff;
  font-size: 2.4rem;
  width: 76.9230769231%;
}
@media screen and (max-width: 1240px) {
  .c-compare-card__btn a {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 767px) {
  .c-compare-card__btn a {
    font-size: 3.3333333333vw;
  }
}

.c-text-detail__title {
  color: #000;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3888888889em;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__title {
    font-size: 2.9032258065vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__title {
    font-size: 5vw;
  }
}
.c-text-detail__txt-01 {
  color: #dd6666;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667em;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__txt-01 {
    font-size: 1.935483871vw;
    margin-top: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__txt-01 {
    font-size: 3.3333333333vw;
    margin-top: 5.5555555556vw;
  }
}
.c-text-detail__txt-02 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667em;
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__txt-02 {
    font-size: 1.4516129032vw;
    margin-top: 0.8064516129vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__txt-02 {
    font-size: 3.0555555556vw;
    margin-top: 1.3888888889vw;
  }
}
.c-text-detail__price {
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__price {
    font-size: 1.935483871vw;
    margin-top: 2.4193548387vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__price {
    font-size: 3.3333333333vw;
    margin-top: 4.1666666667vw;
  }
}
.c-text-detail__price .--amount {
  font-size: 2.8rem;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__price .--amount {
    font-size: 2.2580645161vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__price .--amount {
    font-size: 3.8888888889vw;
  }
}
.c-text-detail__price .--tax {
  font-size: 2.2rem;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__price .--tax {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__price .--tax {
    font-size: 3.0555555556vw;
  }
}
.c-text-detail__btn {
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__btn {
    margin-top: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__btn {
    margin-top: 5.5555555556vw;
  }
}
.c-text-detail__btn .c-btn-01 {
  background-color: #0aa837;
  font-size: 2.4rem;
  color: #fff;
  width: 400px;
}
@media screen and (max-width: 1240px) {
  .c-text-detail__btn .c-btn-01 {
    font-size: 1.935483871vw;
    width: 32.2580645161vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text-detail__btn .c-btn-01 {
    font-size: 3.3333333333vw;
    width: 55.5555555556vw;
  }
}

.c-qualification {
  background-color: #fff;
  border-radius: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1080px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-qualification {
    border-radius: 4.4444444444vw;
    margin-top: 6.9444444444vw;
    max-width: 90.2777777778vw;
    padding: 4.4444444444vw;
  }
}
.c-qualification__hd-01 {
  font-size: 4rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-qualification__hd-01 {
    font-size: 4.4444444444vw;
  }
}
.c-qualification__txt-01 p {
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  margin-top: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .c-qualification__txt-01 p {
    font-size: 3.0555555556vw;
  }
}
.c-qualification__txt-01 p span {
  font-weight: 700;
}
.c-qualification__box {
  background-color: #e0e9be;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-qualification__box {
    margin-top: 4.4444444444vw;
    padding: 2.7777777778vw 2.2222222222vw;
  }
}
.c-qualification__box__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-qualification__box__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-qualification__box__cols figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 29.1666666667%;
}
@media screen and (max-width: 767px) {
  .c-qualification__box__cols figure {
    margin-left: auto;
    margin-right: auto;
    width: 32.2222222222vw;
  }
}
.c-qualification__box__cols figure img {
  width: 100%;
}
.c-qualification__box__cols > *:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-qualification__box__cols > *:nth-child(2) {
    margin-top: 2.2222222222vw;
  }
}
.c-qualification__box__hd-01 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-qualification__box__hd-01 {
    font-size: 3.0555555556vw;
    margin-bottom: 2.2222222222vw;
  }
}
.c-qualification__box__hd-01 span {
  color: #0aa837;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-qualification__box__hd-01 span {
    font-size: 2.7777777778vw;
  }
}
.c-qualification__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  margin-top: 4px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-qualification__box dl {
    font-size: 2.7777777778vw;
    margin-top: 0.5555555556vw;
  }
}
.c-qualification__box dl::before {
  content: "●";
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}
.c-qualification__box dl dt {
  color: #000;
  font-weight: 600;
}
.c-qualification__box dl dd {
  font-size: 1.3rem;
  line-height: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .c-qualification__box dl dd {
    font-size: 2.5vw;
  }
}
.c-qualification__box dl dd dl {
  margin-top: 0;
  padding-left: 0;
}
.c-qualification__box dl dd dl::before {
  display: none;
}
.c-qualification__box dl dd dt {
  padding-left: 0;
}
.c-qualification__box dl dd dt::before {
  display: none;
}
.c-qualification__box dl dd span {
  color: #dd0033;
}
.c-qualification__hd-02 {
  color: #53a2b7;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-qualification__hd-02 {
    font-size: 3.3333333333vw;
    margin-top: 4.4444444444vw;
  }
}
.c-qualification__txt-02 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-qualification__txt-02 {
    margin-top: 2.7777777778vw;
  }
}
.c-qualification__txt-02 p {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .c-qualification__txt-02 p {
    font-size: 2.7777777778vw;
  }
}
.c-qualification__fig-01 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-qualification__fig-01 {
    margin-top: 3.3333333333vw;
  }
}
.c-qualification__fig-01 figcaption {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-qualification__fig-01 figcaption {
    font-size: 2.7777777778vw;
  }
}
.c-qualification__fig-01 .c-qualification__box {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-qualification__fig-01 .c-qualification__box {
    margin-top: 1.1111111111vw;
  }
}
.c-qualification__fig-01 figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 71.9791666667%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-qualification__fig-01 figure {
    max-width: 100%;
  }
}
.c-qualification__fig-01 figure img {
  width: 100%;
}
.c-qualification__btn {
  margin-top: 44px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-qualification__btn {
    margin-top: 6.1111111111vw;
  }
}
.c-qualification__btn .c-btn-01 {
  background-color: #0aa837;
  color: #fff;
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-qualification__btn .c-btn-01 {
    max-width: 80.5555555556vw;
  }
}
.c-qualification__btn .c-btn-01 span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-qualification__btn .c-btn-01 span {
    font-size: 3.3333333333vw;
  }
}

.c-modal {
  background-color: rgba(72, 96, 63, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
}
.c-modal > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-modal > div {
    padding: 4.1666666667vw;
  }
}
.c-modal__close {
  position: absolute;
  right: 0;
  top: 0;
}

.p-first-block {
  aspect-ratio: 1360/1400;
  background: url(../img/top/bg-mv-01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-first-block {
    aspect-ratio: 720/1380;
    background-image: url(../img/top/bg-mv-01@sp.jpg);
  }
}
.p-first-block__mv {
  aspect-ratio: 1360/1030;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv {
    aspect-ratio: 720/870;
  }
}
.p-first-block__mv::after {
  background: #e2dec2;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-first-block__mv::before {
  background: url(../img/top/bg-mv-circle.png) 50% 6.5441176471vw no-repeat;
  background-size: 57.5735294118vw 57.5735294118vw;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv::before {
    background-position: 50% 10.2777777778vw;
    background-size: 91.8055555556vw 91.8055555556vw;
  }
}
.p-first-block__mv > * {
  z-index: 3;
}
.p-first-block__mv__txt-01 {
  font-size: 2.6470588235vw;
  font-family: "Sawarabi Mincho", serif;
  left: 0;
  letter-spacing: 0.28em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 4.4660194175%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-01 {
    font-size: 5vw;
    top: 2.7586206897%;
  }
}
.p-first-block__mv__img-01 {
  height: 10.3676470588vw;
  left: 50%;
  position: absolute;
  top: 15.2427184466%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__img-01 {
    height: 16.5277777778vw;
    top: 13.6781609195%;
  }
}
.p-first-block__mv__img-01 img {
  height: 100%;
}
.p-first-block__mv__logo {
  left: 50%;
  position: absolute;
  top: 38.5436893204%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 48.0147058824vw;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__logo {
    top: 37.0114942529%;
    width: 76.3888888889vw;
  }
}
.p-first-block__mv__logo img {
  display: block;
  width: 100%;
}
.p-first-block__mv__txt-02 {
  color: #5a606a;
  font-size: 2.6470588235vw;
  font-weight: 600;
  left: 0;
  line-height: 1;
  letter-spacing: 0.15em;
  position: absolute;
  text-align: center;
  top: 31.6504854369%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-02 {
    font-size: 4.1666666667vw;
    top: 31.1494252874%;
  }
}
.p-first-block__mv__txt-02 span {
  font-size: 3.9705882353vw;
  vertical-align: -0.1em;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-02 span {
    font-size: 6.25vw;
  }
}
.p-first-block__mv__txt-03 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #38383a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 56.3106796117%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-03 {
    top: 54.7126436782%;
  }
}
.p-first-block__mv__txt-03 span {
  font-size: 3.8235294118vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-03 span {
    font-size: 7.2222222222vw;
  }
}
.p-first-block__mv__txt-03 span.--numeric {
  font-family: "trajan-pro-3", serif;
  font-size: 4.3970588235vw;
  font-weight: 400;
  -webkit-transform: translate(0%, 0.1em);
          transform: translate(0%, 0.1em);
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-03 span.--numeric {
    font-size: 8.3055555556vw;
  }
}
.p-first-block__mv__txt-03 span.--week {
  aspect-ratio: 1/1;
  background-color: #dd0033;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 2.5vw;
  line-height: 3.3088235294vw;
  text-align: center;
  -webkit-transform: translate(0%, 0.1em);
          transform: translate(0%, 0.1em);
  width: 3.3088235294vw;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-03 span.--week {
    font-size: 4.7222222222vw;
    line-height: 6.25vw;
    width: 6.25vw;
  }
}
.p-first-block__mv__txt-04 {
  color: #dd6666;
  font-size: 3.0882352941vw;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 63.9805825243%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-04 {
    font-size: 5.8333333333vw;
    top: 63.2183908046%;
  }
}
.p-first-block__mv__txt-05 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5a606a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9117647059vw;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 70.2912621359%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-05 {
    font-size: 3.6111111111vw;
    top: 70.6896551724%;
  }
}
.p-first-block__mv__txt-05 span.--price {
  font-family: "trajan-pro-3", serif;
  font-size: 2.1985294118vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-05 span.--price {
    font-size: 4.1527777778vw;
  }
}
.p-first-block__mv__txt-05 span.--unit {
  font-size: 1.625vw;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-05 span.--unit {
    font-size: 3.0694444444vw;
  }
}
.p-first-block__mv__img-02 {
  left: 50%;
  position: absolute;
  top: 75.3398058252%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 14.6323529412vw;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__img-02 {
    top: 75.0574712644%;
    width: 23.3333333333vw;
  }
}
.p-first-block__mv__img-02 img {
  width: 100%;
}
.p-first-block__mv__txt-06 {
  color: #fff;
  font-size: 2.3529411765vw;
  font-weight: 500;
  left: 50%;
  position: absolute;
  top: 87.9611650485%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-06 {
    font-size: 4.4444444444vw;
    top: 89.1954022989%;
  }
}
.p-first-block__mv__txt-06 > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a08100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 4.1911764706vw;
  padding-left: 2.9411764706vw;
  padding-right: 2.9411764706vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-06 > div {
    line-height: 7.9166666667vw;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
.p-first-block__mv__txt-06 > div span {
  letter-spacing: 0.04em;
}
.p-first-block__mv__txt-06 > div span.--numeric {
  font-family: "trajan-pro-3", serif;
  font-size: 2.8235294118vw;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-06 > div span.--numeric {
    font-size: 5.3333333333vw;
  }
}
.p-first-block__mv__txt-06 > div span.--week {
  font-size: 2.2352941176vw;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-first-block__mv__txt-06 > div span.--week {
    font-size: 4.2222222222vw;
  }
}
.p-first-block__links {
  aspect-ratio: 1360/370;
  padding-top: 5.7352941176vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-first-block__links {
    aspect-ratio: 720/510;
    padding-top: 7.2222222222vw;
  }
}
.p-first-block__links::after {
  background: #938751;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-first-block__links > * {
  position: relative;
  z-index: 2;
}
.p-first-block__links__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.4852941176vw;
  margin-left: auto;
  margin-right: auto;
  width: 79.5588235294vw;
}
@media screen and (max-width: 767px) {
  .p-first-block__links__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.5555555556vw;
    width: 83.3333333333vw;
  }
}
.p-first-block__links__btns > * {
  margin-right: 3.9741219963%;
  width: 48.0591497227%;
}
@media screen and (max-width: 767px) {
  .p-first-block__links__btns > * {
    margin-bottom: 4.4444444444vw;
    margin-right: 0;
    width: 100%;
  }
}
.p-first-block__links__btns > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.p-modal-content-online-flow {
  background-color: #ffee00;
  max-width: 670px;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow {
    max-height: calc(100vh - 8.3333333333vw);
  }
}
.p-modal-content-online-flow .c-modal__close {
  background: url("../img/common/ico-modal-close.png") 50% 50% no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 56px;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow .c-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}
.p-modal-content-online-flow__body {
  padding: 18px 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__body {
    padding: 3.3333333333vw 2.7777777778vw;
  }
}
.p-modal-content-online-flow__hd {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__hd {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.p-modal-content-online-flow__box {
  background-color: #fff;
  padding: 16px 24px 32px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__box {
    padding: 2.5vw 1.1111111111vw 4.4444444444vw;
  }
}
.p-modal-content-online-flow__box figure {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__box figure {
    margin-bottom: 16px;
  }
}
.p-modal-content-online-flow__box figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__box figure img {
    width: 71.5277777778vw;
  }
}
.p-modal-content-online-flow__txt1 {
  color: #ff6600;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__txt1 {
    font-size: 1.2rem;
  }
}
.p-modal-content-online-flow__txt2 {
  color: #444444;
  font-size: 1.4rem;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__txt2 {
    font-size: 0.9rem;
  }
}
.p-modal-content-online-flow__txt3 {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__txt3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
}
.p-modal-content-online-flow__btn a {
  color: #fff;
  text-decoration: none;
}
.p-modal-content-online-flow__btn2 {
  text-align: center;
}
.p-modal-content-online-flow__btn2 a {
  background-color: #ff6600;
  /*box-shadow: inset 0 0 0 5px #bfc774;*/
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__btn2 a {
    /*box-shadow: inset 0 0 0 0.6944444444vw #87b896;*/
    font-size: 3.0555555556vw;
    height: 6.51vw;
    line-height: 6.51vw;
    max-width: 77.7777777778vw;
  }
}
.p-modal-content-online-flow__btn2 a:hover {
  opacity: 0.5;
}
.p-modal-content-online-flow__btn2 a span {
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .p-modal-content-online-flow__btn2 a span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__btn2 a span {
    font-size: 3.3333333333vw;
  }
}
.p-modal-content-online-flow__note {
  text-align: center;
}
.p-modal-content-online-flow__note ul {
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  list-style: none;
  line-height: 1.7142857143;
  margin: 16px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__note ul {
    font-size: 0.9rem;
  }
}
.p-modal-content-online-flow__note ul li {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-modal-content-compare {
  background-color: #fff;
  max-width: 800px;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare {
    max-width: 111.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare {
    max-height: calc(100vh - 8.3333333333vw);
  }
}
.p-modal-content-compare .c-modal__close {
  background: url("../img/common/ico-modal-close-02.png") 50% 50% no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 56px;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare .c-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare .c-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}
.p-modal-content-compare__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/top/bg-modal-content-compare-header-01.jpg") 0% 0% no-repeat;
  background-size: cover;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  font-size: 2.7rem;
  font-weight: 600;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare__header {
    height: 27.7777777778vw;
    font-size: 4.1666666667vw;
    padding-left: 5.5555555556vw;
  }
}
.p-modal-content-compare__hd-01 {
  color: #dd6666;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare__hd-01 {
    font-size: 3.3333333333vw;
    margin-top: 4.1666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
.p-modal-content-compare__body {
  padding: 10px 40px 50px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare__body {
    padding: 1.3888888889vw 5.5555555556vw 6.9444444444vw;
  }
}
.p-modal-content-compare p {
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare p {
    font-size: 2.7777777778vw;
    line-height: 1.6em;
  }
}

.p-top-about {
  background: url(../img/top/bg-about-01.jpg) 0% 0% no-repeat;
  background-size: cover;
  padding: 5.1470588235vw 10.2941176471vw;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    background-image: url(../img/top/bg-about-01@sp.jpg);
    padding: 9.7222222222vw 9.5833333333vw 18.75vw 12.0833333333vw;
  }
}
.p-top-about__hd-01 {
  color: #7a6200;
  font-size: 4.5rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1;
  margin-bottom: 0.3em;
  padding-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-top-about__hd-01 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-01 {
    font-size: 6.25vw;
  }
}
.p-top-about__hd-01::after {
  background: #5a606a;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: -4.7058823529vw;
  position: absolute;
  width: 76.9117647059vw;
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-01::after {
    left: -8.8888888889vw;
    width: 87.2222222222vw;
  }
}
.p-top-about__hd-01::before {
  background: #5a606a;
  bottom: 0;
  content: "";
  display: block;
  height: 10.5882352941vw;
  left: -2.2058823529vw;
  position: absolute;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-01::before {
    height: 20vw;
    left: -4.1666666667vw;
  }
}
.p-top-about p {
  color: #2d3038;
  font-size: 2rem;
  line-height: 2.75em;
  margin-top: 2.75em;
}
@media screen and (max-width: 1080px) {
  .p-top-about p {
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about p {
    font-size: 2.7777777778vw;
  }
}

.p-top-about__hd-01 + p {
  margin-top: 0;
}

.p-top-recommend {
  background: url(../img/top/bg-recommend-01.jpg) 0% 0% no-repeat;
  background-size: cover;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-top-recommend {
    background-image: url(../img/top/bg-recommend-01@sp.jpg);
    padding-bottom: 11.8055555556vw;
  }
}
.p-top-recommend__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1082px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-top-recommend__cols {
    max-width: 87.2580645161vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols {
    max-width: 92.6388888889vw;
  }
}
.p-top-recommend__cols__col {
  width: 48.0591497227%;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols__col {
    width: 47.976011994%;
  }
}
.p-top-recommend__cols__col:first-child {
  margin-right: 3.8817005545%;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols__col:first-child {
    margin-right: 4.047976012%;
  }
}
.p-top-recommend__cols__col .--arrow {
  color: #289bb9;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 66px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-top-recommend__cols__col .--arrow {
    font-size: 2.0161290323vw;
    margin-bottom: 1.6129032258vw;
    margin-top: 2.4193548387vw;
    padding-bottom: 5.3225806452vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols__col .--arrow {
    font-size: 3.4722222222vw;
    margin-bottom: 2.7777777778vw;
    margin-top: 4.1666666667vw;
    padding-bottom: 9.1666666667vw;
  }
}
.p-top-recommend__cols__col .--arrow::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 62px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 154px;
}
@media screen and (max-width: 1240px) {
  .p-top-recommend__cols__col .--arrow::after {
    height: 5vw;
    width: 12.4193548387vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols__col .--arrow::after {
    height: 8.6111111111vw;
    width: 21.3888888889vw;
  }
}
.p-top-recommend__cols__col:nth-child(1) .c-recommend-case {
  background-color: #adccd4;
}
.p-top-recommend__cols__col:nth-child(1) .c-recommend-case__footer {
  background-color: #289bb9;
}
.p-top-recommend__cols__col:nth-child(1) .c-recommend-case figure {
  display: block;
  right: 20px;
  width: 217px;
}
@media screen and (max-width: 1240px) {
  .p-top-recommend__cols__col:nth-child(1) .c-recommend-case figure {
    right: 1.6129032258vw;
    width: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols__col:nth-child(1) .c-recommend-case figure {
    right: 2.0833333333vw;
    width: 24.1666666667vw;
  }
}
.p-top-recommend__cols__col:nth-child(1) .--arrow {
  color: #289bb9;
}
.p-top-recommend__cols__col:nth-child(1) .--arrow::after {
  background-image: url(../img/top/ico-recommend-arrow-01.png);
}
.p-top-recommend__cols__col:nth-child(2) .c-recommend-case {
  background-color: #ebd05e;
}
.p-top-recommend__cols__col:nth-child(2) .c-recommend-case__footer {
  background-color: #ba9e2a;
}
.p-top-recommend__cols__col:nth-child(2) .c-recommend-case figure {
  display: block;
  right: 24px;
  width: 142px;
}
@media screen and (max-width: 1240px) {
  .p-top-recommend__cols__col:nth-child(2) .c-recommend-case figure {
    right: 1.935483871vw;
    width: 11.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__cols__col:nth-child(2) .c-recommend-case figure {
    right: 3.3333333333vw;
    width: 16.25vw;
  }
}
.p-top-recommend__cols__col:nth-child(2) .--arrow {
  color: #ba9e2a;
}
.p-top-recommend__cols__col:nth-child(2) .--arrow::after {
  background-image: url(../img/top/ico-recommend-arrow-02.png);
}

.p-top-privilege {
  background: #f0eee0;
  padding-bottom: 40px;
}
@media screen and (max-width: 1150px) {
  .p-top-privilege {
    padding-bottom: 3.4782608696vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-privilege {
    padding-bottom: 5.5555555556vw;
  }
}
.p-top-privilege__txt-01 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .p-top-privilege__txt-01 {
    font-size: 2.4347826087vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-privilege__txt-01 {
    font-size: 3.3333333333vw;
    line-height: 1.875em;
  }
}
.p-top-privilege__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 992px;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .p-top-privilege__cols {
    margin-top: 3.4782608696vw;
    max-width: 86.2608695652vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-privilege__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.5555555556vw;
    max-width: 58.8888888889vw;
  }
}
.p-top-privilege__cols__col {
  width: 42.8427419355%;
}
@media screen and (max-width: 767px) {
  .p-top-privilege__cols__col {
    margin-top: 4.4444444444vw;
    width: 100%;
  }
  .p-top-privilege__cols__col:first-child {
    margin-top: 0;
  }
}
.p-top-privilege__cols__col:nth-child(2n+1) {
  margin-right: 14.314516129%;
}
@media screen and (max-width: 767px) {
  .p-top-privilege__cols__col:nth-child(2n+1) {
    margin-right: 0;
  }
}
.p-top-privilege__cols__col figure {
  display: block;
}
.p-top-privilege__cols__col figure img {
  width: 100%;
}
.p-top-privilege__cols__col p {
  color: #2d3038;
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .p-top-privilege__cols__col p {
    font-size: 1.5652173913vw;
    margin-top: 2.6086956522vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-privilege__cols__col p {
    font-size: 2.5vw;
    margin-top: 4.1666666667vw;
  }
}

.p-top-paid-privilege {
  background: #f0e4d3;
  padding-bottom: 50px;
}
@media screen and (max-width: 1150px) {
  .p-top-paid-privilege {
    padding-bottom: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-paid-privilege {
    padding-bottom: 6.9444444444vw;
  }
}
.p-top-paid-privilege__txt-01 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .p-top-paid-privilege__txt-01 {
    font-size: 2.4347826087vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-paid-privilege__txt-01 {
    font-size: 3.3333333333vw;
    line-height: 1.875em;
  }
}
.p-top-paid-privilege__cols {
  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-bottom: -3.0241935484%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 992px;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .p-top-paid-privilege__cols {
    margin-top: 3.4782608696vw;
    max-width: 86.2608695652vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-paid-privilege__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 5.5555555556vw;
    max-width: 63.8888888889vw;
  }
}
.p-top-paid-privilege__cols__col {
  margin-bottom: 3.0241935484%;
  width: 46.3709677419%;
}
@media screen and (max-width: 767px) {
  .p-top-paid-privilege__cols__col {
    margin-top: 4.4444444444vw;
    width: 100%;
  }
  .p-top-paid-privilege__cols__col:first-child {
    margin-top: 0;
  }
  .p-top-paid-privilege__cols__col:nth-child(3) {
    margin-top: 10vw;
  }
}
.p-top-paid-privilege__cols__col:nth-child(2n+2) {
  margin-left: 7.2580645161%;
}
@media screen and (max-width: 767px) {
  .p-top-paid-privilege__cols__col:nth-child(2n+2) {
    margin-left: 0;
  }
}
.p-top-paid-privilege__cols__col figure {
  display: block;
}
.p-top-paid-privilege__cols__col figure img {
  width: 100%;
}
.p-top-paid-privilege__cols__col p {
  color: #2d3038;
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .p-top-paid-privilege__cols__col p {
    font-size: 1.5652173913vw;
    margin-top: 2.6086956522vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-paid-privilege__cols__col p {
    font-size: 2.5vw;
    margin-top: 4.1666666667vw;
  }
}

.p-top-example {
  background: url(../img/top/bg-example-01.jpg) 0% 0% no-repeat;
  background-size: cover;
  padding-bottom: 142px;
}
@media screen and (max-width: 1040px) {
  .p-top-example {
    padding-bottom: 13.6538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example {
    background-image: url(../img/top/bg-example-01@sp.jpg);
    padding-bottom: 14.1666666667vw;
  }
}
.p-top-example__slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  overflow: hidden;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-top-example__slider {
    max-width: 100vw;
    padding-left: 9.6153846154vw;
    padding-right: 9.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__slider {
    max-width: none;
    padding-left: 15.6944444444vw;
    padding-right: 7.7777777778vw;
  }
}
.p-top-example__items {
  counter-reset: number1 number2 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
  position: relative;
  top: 0;
}
.p-top-example__items__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 200px;
  width: 100%;
}
.p-top-example__items__item:first-child .c-btn-01.--prev {
  display: none;
}
.p-top-example__items__item:last-child .c-btn-01.--next {
  display: none;
}
.p-top-example__items__item dl dt {
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571em;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-top-example__items__item dl dt {
    font-size: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__items__item dl dt {
    font-size: 3.3333333333vw;
  }
}
.p-top-example__items__item dl dt::after {
  content: "Q" counter(number1);
  counter-increment: number1;
  font-family: "trajan-pro-3", serif;
  font-size: 4rem;
  left: -2.2em;
  line-height: 1;
  position: absolute;
  top: 0.15em;
}
@media screen and (max-width: 1040px) {
  .p-top-example__items__item dl dt::after {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__items__item dl dt::after {
    font-size: 5.5555555556vw;
  }
}
.p-top-example__items__item dl dd {
  margin-top: 60px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__items__item dl dd {
    margin-top: 5.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__items__item dl dd {
    margin-top: 4.4444444444vw;
  }
}
.p-top-example__items__item dl dd ul {
  counter-reset: number3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-example__items__item dl dd ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-example__items__item dl dd ul li {
  color: #404040;
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 3em;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-top-example__items__item dl dd ul li {
    font-size: 2.1153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__items__item dl dd ul li {
    font-size: 3.0555555556vw;
    margin-top: 0.5em;
  }
  .p-top-example__items__item dl dd ul li:first-child {
    margin-top: 0;
  }
}
.p-top-example__items__item dl dd ul li::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dd0033;
  border-radius: 100vh;
  color: #fff;
  content: counter(number3);
  counter-increment: number3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6em;
  height: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 2.2rem;
}
@media screen and (max-width: 1040px) {
  .p-top-example__items__item dl dd ul li::before {
    height: 2.1153846154vw;
    width: 2.1153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__items__item dl dd ul li::before {
    height: 3.0555555556vw;
    width: 3.0555555556vw;
  }
}
.p-top-example__items__item dl dd .c-btn-01.--next::before {
  counter-increment: number2;
  content: "Q" counter(number2);
}
.p-top-example__btn-answer {
  background-color: #dd6666;
  border-radius: 100vh;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 70px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-top-example__btn-answer {
    font-size: 2.3076923077vw;
    line-height: 6.7307692308vw;
    margin-top: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__btn-answer {
    font-size: 3.3333333333vw;
    line-height: 9.7222222222vw;
    margin-top: 5.5555555556vw;
  }
}
.p-top-example__btn-more {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-top-example__btn-more {
    margin-top: 5.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__btn-more {
    margin-top: 4.4444444444vw;
  }
}
.p-top-example__btn-more .c-btn-01 {
  background-color: #dd6666;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__btn-more .c-btn-01 {
    width: 38.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__btn-more .c-btn-01 {
    width: 55.5555555556vw;
  }
}
.p-top-example__answer {
  background-color: #fff;
  display: none;
  margin-top: 40px;
  padding: 20px 40px 40px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__answer {
    margin-top: 3.8461538462vw;
    padding: 1.9230769231vw 3.8461538462vw 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__answer {
    margin-top: 5.5555555556vw;
    margin-left: -8.3333333333vw;
    padding: 3.3333333333vw 3.3333333333vw 5.5555555556vw;
  }
}
.p-top-example__answer__title {
  color: #404040;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-top-example__answer__title {
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__answer__title {
    font-size: 3.3333333333vw;
  }
}
.p-top-example__answer p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6875em;
  margin-top: 8px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__answer p {
    font-size: 1.5384615385vw;
    margin-top: 0.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__answer p {
    font-size: 2.7777777778vw;
    margin-top: 2.2222222222vw;
  }
}
.p-top-example__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__nav {
    margin-top: 9.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__nav {
    margin-top: 8.3333333333vw;
  }
}
.p-top-example__nav > * {
  background-color: #dd6666;
  color: #fff;
}
.p-top-example__nav > *.--prev {
  width: 170px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__nav > *.--prev {
    width: 16.3461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__nav > *.--prev {
    width: 35%;
  }
}
.p-top-example__nav > *.--prev::after {
  left: 18px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (max-width: 1040px) {
  .p-top-example__nav > *.--prev::after {
    left: 1.7307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__nav > *.--prev::after {
    left: 2.5vw;
  }
}
.p-top-example__nav > *.--next {
  margin-left: auto;
  width: 400px;
}
@media screen and (max-width: 1040px) {
  .p-top-example__nav > *.--next {
    width: 38.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__nav > *.--next {
    width: 60%;
  }
}

.p-top-compare {
  background-color: #f0eee0;
  padding-bottom: 70px;
}
@media screen and (max-width: 1240px) {
  .p-top-compare {
    padding-bottom: 5.6451612903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-compare {
    padding-bottom: 10.4166666667vw;
  }
}
.p-top-compare__txt-01 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .p-top-compare__txt-01 {
    font-size: 2.4347826087vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-compare__txt-01 {
    font-size: 3.3333333333vw;
    line-height: 1.875em;
  }
}
.p-top-compare__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  max-width: 1082px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-top-compare__cols {
    margin-top: 4.5161290323vw;
    max-width: 87.2580645161vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-compare__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.7777777778vw;
    max-width: 88.8888888889vw;
  }
}
.p-top-compare__cols__col {
  background-color: #fff;
  border-radius: 32px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 48.0591497227%;
}
@media screen and (max-width: 1240px) {
  .p-top-compare__cols__col {
    border-radius: 2.5806451613vw;
    padding-bottom: 3.2258064516vw;
    padding-top: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-compare__cols__col {
    border-radius: 4.4444444444vw;
    padding-bottom: 6.3888888889vw;
    padding-top: 4.4444444444vw;
    width: 100%;
  }
}
.p-top-compare__cols__col:first-child {
  margin-right: 3.8817005545%;
}
@media screen and (max-width: 767px) {
  .p-top-compare__cols__col:first-child {
    margin-bottom: 5.5555555556vw;
  }
}
.p-top-compare__cols__col p {
  color: #2d3038;
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-top-compare__cols__col p {
    font-size: 1.4516129032vw;
    margin-top: 2.4193548387vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-compare__cols__col p {
    font-size: 3.3333333333vw;
    margin-top: 2.7777777778vw;
  }
}
.p-top-compare__cols__col:nth-child(1) .c-compare-card__logo img {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-top-compare__cols__col:nth-child(1) .c-compare-card__logo img {
    width: 46.8055555556vw;
  }
}
.p-top-compare__cols__col:nth-child(2) .c-compare-card__logo img {
  width: 58.0769230769%;
}
@media screen and (max-width: 767px) {
  .p-top-compare__cols__col:nth-child(2) .c-compare-card__logo img {
    width: 41.9444444444vw;
  }
}

.p-top-text {
  background: url(../img/top/bg-text-01.png) 0% 100% no-repeat;
  padding-bottom: 54px;
}
@media screen and (max-width: 1240px) {
  .p-top-text {
    padding-bottom: 4.3548387097vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-text {
    background-size: 40.8333333333vw, auto;
    padding-bottom: 11.6666666667vw;
  }
}
.p-top-text__cols {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-top-text__cols {
    max-width: 86.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-text__cols {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 63.8888888889vw;
  }
}
.p-top-text__cols figure {
  width: 31.8097014925%;
}
@media screen and (max-width: 767px) {
  .p-top-text__cols figure {
    width: 47.3611111111vw;
  }
}
.p-top-text__cols figure img {
  width: 100%;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
}
.p-top-text__cols .c-text-detail {
  width: 59.421641791%;
}
@media screen and (max-width: 767px) {
  .p-top-text__cols .c-text-detail {
    margin-top: 4.4444444444vw;
    width: 100%;
  }
}

.p-top-qualification {
  background-color: #f0eee0;
  padding-bottom: 60px;
}
.p-top-qualification__txt-01 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .p-top-qualification__txt-01 {
    font-size: 2.4347826087vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-qualification__txt-01 {
    font-size: 3.3333333333vw;
    line-height: 1.875em;
  }
}

.p-organization {
  background-color: #fff;
  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;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-organization {
    padding-bottom: 20.8333333333vw;
    padding-top: 6.9444444444vw;
  }
}
.p-organization dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-organization dl {
    font-size: 2.7777777778vw;
  }
  .p-organization dl:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.p-organization dl dt {
  color: #dd6666;
  font-size: 1.6rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-organization dl dt {
    font-size: 3.0555555556vw;
  }
}
.p-organization dl dd {
  color: #000;
}

.p-sec-01 {
  background: #fff url(../img/top/bg-sec-01-01.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 1212px) {
  .p-sec-01 {
    padding-bottom: 5.2805280528vw;
    padding-left: 1.9801980198vw;
    padding-right: 1.9801980198vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-01 {
    background-image: url(../img/top/bg-sec-01-01@sp.png);
    padding-bottom: 3.3333333333vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.p-sec-01__hd {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 1212px) {
  .p-sec-01__hd {
    font-size: 1.9801980198vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-01__hd {
    font-size: 3.3333333333vw;
  }
}
.p-sec-01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}
@media screen and (max-width: 1212px) {
  .p-sec-01 ul {
    margin-top: 3.6303630363vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.3333333333vw;
  }
}
.p-sec-01 ul li {
  aspect-ratio: 1/1;
  background-color: rgba(231, 162, 134, 0.8);
  border-radius: 100vh;
  margin-left: 35px;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1212px) {
  .p-sec-01 ul li {
    margin-left: 2.8877887789vw;
    width: 16.501650165vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-01 ul li {
    margin-left: 15vw;
    width: 20.1388888889vw;
  }
  .p-sec-01 ul li:nth-child(4) {
    margin-left: 0;
    margin-top: -5.5555555556vw;
  }
  .p-sec-01 ul li:nth-child(5) {
    margin-top: -5.5555555556vw;
  }
}
.p-sec-01 ul li:first-child {
  margin-left: 0;
}
.p-sec-01 ul li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 2.6666666667em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1.3333333333em;
  position: absolute;
  text-align: center;
  top: 6%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1212px) {
  .p-sec-01 ul li span {
    font-size: 1.9801980198vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-01 ul li span {
    font-size: 2.3611111111vw;
  }
}
.p-sec-01 ul li img {
  bottom: 0;
  position: absolute;
  z-index: 1;
  width: 107%;
}
.p-sec-01 p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 1212px) {
  .p-sec-01 p {
    font-size: 1.6501650165vw;
    margin-top: 3.4653465347vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-01 p {
    font-size: 3.0555555556vw;
    line-height: 1.8181818182;
    margin-top: 3.3333333333vw;
  }
}

.p-sec-02 {
  background: #fff;
  background-size: 100% auto;
  padding-bottom: 300px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec-02 {
    padding-bottom: 61.1111111111vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-top: 5.5555555556vw;
  }
}
.p-sec-02::after {
  aspect-ratio: 1360/780;
  background: url(../img/top/bg-sec-02-01.jpg) 50% 100% no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  max-width: 1360px;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-sec-02::after {
    max-width: none;
    width: 180%;
  }
}
.p-sec-02 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}
.p-sec-02 p {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-sec-02 p {
    font-size: 3.0555555556vw;
    line-height: 1.8181818182;
    margin-top: 5.5555555556vw;
  }
}

.p-sec-03 {
  background: #f6f2f1;
  padding-bottom: 115px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec-03 {
    padding: 6.6666666667vw;
  }
}
.p-sec-03 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}
.p-sec-03__hd-01 {
  color: #d85832;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sec-03__hd-01 {
    font-size: 3.3333333333vw;
  }
}
.p-sec-03__hd-02 {
  background-color: #fff;
  border-radius: 100vh;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec-03__hd-02 {
    font-size: 2.7777777778vw;
    line-height: 1.8em;
    width: 100%;
  }
}
.p-sec-03__cols {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-sec-03__cols {
    margin-top: 6.6666666667vw;
  }
}
.p-sec-03__cols figure {
  aspect-ratio: 360/479;
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5.3571428571%;
  width: 32.1428571429%;
}
@media screen and (max-width: 767px) {
  .p-sec-03__cols figure {
    margin-right: 5.5555555556vw;
    width: 40.2777777778vw;
  }
}
.p-sec-03__cols figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-sec-03__cols p {
  font-size: 1.8rem;
  line-height: 1.8888888889em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-sec-03__cols p {
    font-size: 3.0555555556vw;
    line-height: 1.8181818182em;
    margin-top: 1.1111111111vw;
  }
}
.p-sec-03__cols aside {
  display: inline-block;
  margin-top: 32px;
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .p-sec-03__cols aside {
    display: block;
    margin-top: 4.4444444444vw;
    width: 100%;
  }
}
.p-sec-03__cols aside p {
  font-size: 1.6rem;
  line-height: 1.75em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-sec-03__cols aside p {
    font-size: 2.7777777778vw;
    line-height: 1.6em;
    margin-top: 2.2222222222vw;
  }
}

.p-sec-04 {
  background: #fff;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec-04 {
    padding: 6.6666666667vw;
  }
}
.p-sec-04 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}
.p-sec-04__hd-01 {
  color: #d85832;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667em;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-sec-04__hd-01 {
    font-size: 3.3333333333vw;
    margin-top: 8.8888888889vw;
  }
}
.p-sec-04__txt-01 {
  color: #d85832;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-sec-04__txt-01 {
    font-size: 3.75vw;
    margin-top: 2.2222222222vw;
  }
}
.p-sec-04__txt-01 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sec-04__txt-01 span {
    font-size: 3.0555555556vw;
  }
}
.p-sec-04__cols {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-sec-04__cols {
    margin-top: 3.3333333333vw;
  }
}
.p-sec-04__cols figure {
  aspect-ratio: 1/1;
  border-radius: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 33.75%;
}
@media screen and (max-width: 767px) {
  .p-sec-04__cols figure {
    width: 40.2777777778vw;
  }
}
.p-sec-04__cols figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-sec-04__cols p {
  font-size: 1.8rem;
  line-height: 1.8888888889em;
}
@media screen and (max-width: 767px) {
  .p-sec-04__cols p {
    font-size: 3.0555555556vw;
    line-height: 1.8181818182em;
  }
}
.p-sec-04__items > *::after {
  clear: both;
  content: "";
  display: block;
}
.p-sec-04__items > *:nth-child(2n+1) figure {
  float: left;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-sec-04__items > *:nth-child(2n+1) figure {
    margin-right: 5.5555555556vw;
  }
}
.p-sec-04__items > *:nth-child(2n+2) figure {
  float: right;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .p-sec-04__items > *:nth-child(2n+2) figure {
    margin-left: 5.5555555556vw;
  }
}

.p-sec-05 {
  background: #f6f2f1;
  padding-bottom: 72px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec-05 {
    padding: 6.6666666667vw;
  }
}
.p-sec-05 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}
.p-sec-05__txt-01 {
  color: #d85832;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7307692308em;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-sec-05__txt-01 {
    font-size: 3.6111111111vw;
    margin-top: 5.5555555556vw;
  }
}
.p-sec-05__txt-01 span {
  color: #d60000;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.p-sec-05__txt-01 span::after {
  background: #d60000;
  bottom: -0.3333333333em;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-sec-05__txt-02 {
  color: #444;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-sec-05__txt-02 {
    font-size: 3.0555555556vw;
    margin-top: 7.7777777778vw;
  }
}
.p-sec-05__txt-02 span {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sec-05__txt-02 span {
    font-size: 4.0277777778vw;
  }
}
.p-sec-05__txt-03 {
  color: #d85832;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-sec-05__txt-03 {
    font-size: 3.3333333333vw;
    line-height: 1.875em;
    margin-top: 5.5555555556vw;
  }
}
.p-sec-05__txt-04 {
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-sec-05__txt-04 {
    font-size: 2.7777777778vw;
    line-height: 1.8em;
    margin-top: 1.1111111111vw;
  }
}
.p-sec-05__hd-01 {
  color: #444;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-sec-05__hd-01 {
    font-size: 3.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.p-sec-05 p {
  font-size: 2rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .p-sec-05 p {
    font-size: 3.0555555556vw;
    line-height: 1.8181818182em;
  }
}
.p-sec-05 p span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sec-05 p span {
    font-size: 2.7777777778vw;
  }
}
.p-sec-05 figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1115px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec-05 figure img {
    margin-top: 3.3333333333vw;
  }
}

.p-sec-06 {
  background: #fff;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec-06 {
    padding: 6.6666666667vw;
  }
}
.p-sec-06__cols {
  -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;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .p-sec-06__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sec-06__cols__col {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-sec-06__cols__col {
    width: 100%;
  }
}
.p-sec-06__cols__col:nth-child(2) figure img {
  border-radius: 20px;
}
.p-sec-06 figure {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-sec-06 figure {
    margin-top: 10vw;
  }
}
.p-sec-06 figure img {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec-06 figure img {
    width: 52.7777777778vw;
  }
}
.p-sec-06__txt-01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667em;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-sec-06__txt-01 {
    font-size: 3.0555555556vw;
    margin-top: 5.5555555556vw;
  }
}
.p-sec-06__txt-02 {
  font-size: 2rem;
  line-height: 1.7em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-sec-06__txt-02 {
    font-size: 2.5vw;
  }
}
.p-sec-06__txt-03 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sec-06__txt-03 {
    font-size: 2.2222222222vw;
  }
}
.p-sec-06__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec-06__btn {
    margin-top: 6.9444444444vw;
  }
}

.p-sec-07 {
  background: #f6f2f1;
  padding-bottom: 117px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 72px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec-07 {
    padding: 6.6666666667vw;
  }
}
.p-sec-07 iframe {
  aspect-ratio: 639/388;
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
  max-width: 639px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec-07 iframe {
    margin-top: 10vw;
    max-width: none;
  }
}
.p-sec-07 p {
  font-size: 2.4rem;
  line-height: 1.8181818182em;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-sec-07 p {
    font-size: 3.0555555556vw;
    margin-top: 11.1111111111vw;
  }
}

.p-btn-apply {
  margin-top: 96px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn-apply {
    margin-top: 11.8055555556vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.p-btn-apply a {
  background-color: #e8342f;
  border-radius: 100vh;
  -webkit-box-shadow: inset 0 0 0 8px #f19276;
          box-shadow: inset 0 0 0 8px #f19276;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  height: 116px;
  line-height: 116px;
  max-width: 816px;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-btn-apply a {
    -webkit-box-shadow: inset 0 0 0 1.1111111111vw #f19276;
            box-shadow: inset 0 0 0 1.1111111111vw #f19276;
    font-size: 3.6111111111vw;
    height: 12.2222222222vw;
    line-height: 12.2222222222vw;
  }
}

.p-floating-btn {
  height: 222px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 58px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-floating-btn {
    background-color: #f19276;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 10.9722222222vw;
    right: 10.9722222222vw;
    top: 0;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 30.5555555556vw;
  }
  .p-floating-btn.-is-fixed {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.p-floating-btn__apply {
  background-color: #00952a;
  border-radius: 6px 0 0 6px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  padding-top: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-floating-btn__apply {
    border-radius: 0;
    font-size: 3.0555555556vw;
    height: 100%;
    padding-top: 2.3611111111vw;
  }
}
.p-floating-btn__apply::after {
  background: url(../img/common/ico-floationg-btn-arrow.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  bottom: 15px;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 22px;
}
@media screen and (max-width: 767px) {
  .p-floating-btn__apply::after {
    bottom: 0.8333333333vw;
    height: 3.3333333333vw;
    width: 3.0555555556vw;
  }
}
.p-floating-btn__apply span {
  display: inline-block;
  text-align: center;
  width: 1em;
}
@media screen and (max-width: 767px) {
  .p-floating-btn__apply span {
    width: auto;
  }
}

.p-btn-menu {
  cursor: pointer;
  height: 75px;
  position: absolute;
  right: 56px;
  top: 30px;
  width: 75px;
  z-index: 49;
}
@media screen and (max-width: 767px) {
  .p-btn-menu {
    display: block;
    height: 10.9722222222vw;
    right: 0;
    top: 0;
    width: 10.9722222222vw;
  }
}
.p-btn-menu span {
  background-color: #a08100;
  height: 6.6666666667%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 53.3333333333%;
}
.p-btn-menu span:nth-child(1) {
  top: 32%;
}
.p-btn-menu span:nth-child(2) {
  top: 50%;
}
.p-btn-menu span:nth-child(3) {
  top: 68%;
}
.p-btn-menu.-is-fixed {
  position: fixed;
  top: 0;
}

.p-nav {
  background-color: rgba(64, 64, 64, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 51;
}
.p-nav__inner {
  background-color: #fff;
  height: 100%;
  margin-left: auto;
  padding-top: 102px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-nav__inner {
    padding-top: 13.8888888889vw;
    width: 89.1666666667vw;
  }
}
.p-nav ul {
  -webkit-box-shadow: 0 -1px 0 0 #d1d1d1;
          box-shadow: 0 -1px 0 0 #d1d1d1;
  padding: 0;
}
.p-nav ul a {
  color: #444;
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 18px;
  padding-top: 18px;
  padding-left: 73px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-nav ul a {
    font-size: 4.1666666667vw;
    padding: 2.7777777778vw 0 2.7777777778vw 15.2777777778vw;
  }
}
.p-nav ul li {
  -webkit-box-shadow: 0 1px 0 0 #d1d1d1;
          box-shadow: 0 1px 0 0 #d1d1d1;
}
.p-nav__btn-close {
  cursor: pointer;
  height: 75px;
  position: fixed;
  right: 32px;
  top: 0;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-nav__btn-close {
    height: 10.9722222222vw;
    right: 0;
    width: 10.9722222222vw;
  }
}
.p-nav__btn-close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}