@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1138px) {
  html {
    font-size: 1.4059753954vw;
  }
}
@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", serif;
  color: #222;
}

a,
button {
  -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;
  }
}

/*****************************
* 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 */
html:focus-within {
  scroll-behavior: smooth;
}

/* 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-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1138px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.l-inner.--md {
  max-width: 67.125rem;
}
.l-inner.--sm {
  max-width: 59.625rem;
}

.c-btn1 {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff7a18), to(#ff6379));
  background: linear-gradient(to right, #ff7a18, #ff6379);
  border-radius: 0.5rem;
  display: inline-grid;
  grid-template-columns: 1.75rem 1fr 0.8125rem;
  gap: 0.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0 #e23e5a;
          box-shadow: 0 0.125rem 0 #e23e5a;
  -webkit-animation: push 1.7s ease infinite;
          animation: push 1.7s ease infinite;
  position: relative;
  overflow: hidden;
  --push: 2px;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    grid-template-columns: auto 1fr 1.125rem;
    text-align: center;
    -webkit-box-shadow: 0 0.125rem 0 #e23e5a;
            box-shadow: 0 0.125rem 0 #e23e5a;
    padding: 0.1875rem 0.75rem 0.1875rem 0.1875rem;
    --push: 2px;
    border-radius: 0.25rem;
  }
}
.c-btn1::before {
  content: "無料";
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .22);
  display: grid;
  place-items: center;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.08em;
  scale: 0.8;
}
.c-btn1::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-btn1::after {
    width: 1.125rem;
  }
}
.c-btn1.--md {
  font-size: 1rem;
  line-height: 1.375;
  grid-template-columns: 2.5625rem 1fr 1.1875rem;
  max-width: 20.9375rem;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  --push: 3px;
}
.c-btn1.--md::before {
  scale: 1;
  font-size: 0.75rem;
}
.c-btn1.--lg {
  font-size: 1.25rem;
  grid-template-columns: 2.5rem 1fr 1.5rem;
  padding: 1rem;
  border-radius: 100vmax;
  --push: 4px;
  gap: 1.8125rem;
}
.c-btn1.--lg::before {
  scale: 1;
}
.c-btn1.--beforeNone {
  grid-template-columns: 2.5rem 1fr 1.5rem;
}
.c-btn1.--beforeNone::before {
  content: "";
  opacity: 0;
}
@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
  }
}

.c-btn1__reflect {
  -webkit-animation: reflect 2s ease-in-out infinite;
          animation: reflect 2s ease-in-out infinite;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  width: 1.875rem;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

@-webkit-keyframes push {
  0% {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
  60% {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 #e23e5a;
            box-shadow: 0 0 0 #e23e5a;
    translate: 0 var(--push);
  }
  80% {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
  90% {
    -webkit-box-shadow: 0 0 0 #e23e5a;
            box-shadow: 0 0 0 #e23e5a;
    translate: 0 var(--push);
  }
  to {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
}

@keyframes push {
  0% {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
  60% {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 #e23e5a;
            box-shadow: 0 0 0 #e23e5a;
    translate: 0 var(--push);
  }
  80% {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
  90% {
    -webkit-box-shadow: 0 0 0 #e23e5a;
            box-shadow: 0 0 0 #e23e5a;
    translate: 0 var(--push);
  }
  to {
    -webkit-box-shadow: 0 var(--push) 0 #e23e5a;
            box-shadow: 0 var(--push) 0 #e23e5a;
    translate: 0 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
  }
}
@keyframes reflect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
  }
}
.c-form {
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 0.5rem;
  max-width: 20rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  width: 100%;
  position: absolute;
  top: 2rem;
  right: 8.125rem;
}
@media screen and (min-width: 1440px) {
  .c-form {
    right: calc(50% - 550px);
  }
}
@media screen and (max-width: 1300px) {
  .c-form {
    right: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    display: none;
  }
}

.c-form-head {
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.9375rem 0.625rem;
  background-color: #6EB92B;
}

.c-form-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
}

.c-form-body {
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1.0625rem 0.75rem 1.25rem;
}

/* form */
.form__inner {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form__group.required .form__label--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  position: relative;
}

.form__group.required .form__label--required:after {
  display: grid;
  place-items: center;
  border-radius: 0.1875rem;
  width: 2.125rem;
  height: 14px;
  background-color: red;
  content: "必須";
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.form__group.required .form__label--any {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  position: relative;
}

.form__group.required .form__label--any:after {
  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;
  border-radius: 0.1875rem;
  width: 2.125rem;
  height: 0.875rem;
  background-color: #999;
  content: "任意";
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.form__group + .form__group {
  margin-top: 0.75rem;
}

.form__label {
  color: #222;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.form__label + .form__group-row,
.form__label + .input,
.form__label + .select,
.form__label + .textarea {
  margin-top: 0.375rem;
}

.form__group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.form__group-row--radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

.form__group-row--radio .form__group-row-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__group-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.form .input {
  position: relative;
  width: 100%;
  z-index: 1;
}

.form .input.focus:before {
  display: block;
}

.form .input:before {
  background-color: transparent;
  border: 1px solid #e24e4e;
  border-radius: 0.4375rem;
  content: "";
  display: none;
  height: calc(100% + 0.4375rem);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 0.4375rem);
  z-index: -1;
}

.form .input input {
  background: #fffedb;
  border: 1px solid #e3e3e3;
  border-radius: 0.3125rem;
  color: #222;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  width: 100%;
}

.form .input--any input {
  background: white;
}

.form .input input:focus-visible {
  background-color: #f8dcdc;
  border-color: #e59696;
  outline: none;
}

.form .input input::-webkit-input-placeholder {
  color: #989898;
}

.form .input input::-moz-placeholder {
  color: #989898;
}

.form .input input::-ms-input-placeholder {
  color: #989898;
}

.form .input input::placeholder {
  color: #989898;
}

.form .radio {
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}

.form .radio input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.form .radio input:after {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form .radio input:checked:after {
  background-color: #222;
  -webkit-box-shadow: inset 0 0 0 0.1875rem #fff;
          box-shadow: inset 0 0 0 0.1875rem #fff;
}

.form__btn {
  margin-top: 1.75rem;
  text-align: center;
}

.c-ranking {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-ranking {
    display: grid;
    gap: 0.625rem;
    margin-top: 0.75rem;
  }
}

.c-ranking__item:nth-child(1) .c-ranking__head {
  background: -webkit-gradient(linear, right top, left top, from(#b7ad36), to(#cec12a));
  background: linear-gradient(to left, #b7ad36, #cec12a);
}
.c-ranking__item:nth-child(1) .c-ranking__count {
  color: #fff;
}
.c-ranking__item:nth-child(1) .c-ranking__count::before {
  background-color: #fff;
}
.c-ranking__item:nth-child(1) .c-ranking__body,
.c-ranking__item:nth-child(1) .c-ranking__more {
  background-color: #f2f0d4;
}
.c-ranking__item:nth-child(1) .c-ranking__disc {
  border-color: #e3e0b9;
}
.c-ranking__item:nth-child(1) .c-ranking__listHead {
  background-color: #e3e0b9;
}
.c-ranking__item:nth-child(1) .c-ranking__moreBtn {
  color: #bfb432;
}
.c-ranking__item:nth-child(1) .c-ranking__moreBtn::after {
  background-color: #bfb432;
}

.c-ranking__item:nth-child(2) .c-ranking__head {
  background: -webkit-gradient(linear, right top, left top, from(#747474), to(#a4a4a4));
  background: linear-gradient(to left, #747474, #a4a4a4);
}
.c-ranking__item:nth-child(2) .c-ranking__count {
  color: #fff;
}
.c-ranking__item:nth-child(2) .c-ranking__count::before {
  background-color: #fff;
}
.c-ranking__item:nth-child(2) .c-ranking__body,
.c-ranking__item:nth-child(2) .c-ranking__more {
  background-color: #EDEDED;
}
.c-ranking__item:nth-child(2) .c-ranking__disc {
  border-color: #D3D3D3;
}
.c-ranking__item:nth-child(2) .c-ranking__listHead {
  background-color: #D3D3D3;
}
.c-ranking__item:nth-child(2) .c-ranking__moreBtn {
  color: #959595;
}
.c-ranking__item:nth-child(2) .c-ranking__moreBtn::after {
  background-color: #959595;
}

.c-ranking__item:nth-child(3) .c-ranking__head {
  background: -webkit-gradient(linear, right top, left top, from(#a38261), to(#c2ad99));
  background: linear-gradient(to left, #a38261, #c2ad99);
}
.c-ranking__item:nth-child(3) .c-ranking__count {
  color: #fff;
}
.c-ranking__item:nth-child(3) .c-ranking__count::before {
  background-color: #fff;
}
.c-ranking__item:nth-child(3) .c-ranking__body,
.c-ranking__item:nth-child(3) .c-ranking__more {
  background-color: #EDE6DF;
}
.c-ranking__item:nth-child(3) .c-ranking__disc {
  border-color: #DED3C8;
}
.c-ranking__item:nth-child(3) .c-ranking__listHead {
  background-color: #DED3C8;
}
.c-ranking__item:nth-child(3) .c-ranking__moreBtn {
  color: #B79E85;
}
.c-ranking__item:nth-child(3) .c-ranking__moreBtn::after {
  background-color: #B79E85;
}

.c-ranking__head {
  background-color: #e6e6e6;
  padding: 0.4375rem 0;
  border-radius: 0.625rem 0.625rem 0 0;
}

.c-ranking__count {
  width: 2.75rem;
  height: 2.625rem;
  display: grid;
  place-items: center;
  padding-top: 0.625rem;
  position: relative;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  color: #9a9a9a;
  margin: 0 auto;
}
.c-ranking__count::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: url(../images/icon-ranking.svg) no-repeat center center/contain;
          mask: url(../images/icon-ranking.svg) no-repeat center center/contain;
  background-color: #9a9a9a;
}

.c-ranking__body {
  display: grid;
  grid-template-columns: 9.6875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0.625rem 0.625rem 0;
  border-radius: 0 0 0.625rem 0.625rem;
  background-color: #fff;
}

.c-ranking__img {
  width: 100%;
  height: 5.75rem;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
}
.c-ranking__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ranking__name {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}

.c-ranking__disc {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
  padding-bottom: 0.125rem;
  border-bottom: 0.125rem solid #e0e0e0;
}

.c-ranking__accordion {
  display: none;
  grid-column: 1/3;
}

.c-ranking__lists {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.625rem;
}

.c-ranking__listItem {
  display: grid;
  grid-template-columns: 4.8125rem 1fr;
  border-radius: 0.125rem;
  position: relative;
  overflow: hidden;
}

.c-ranking__listHead {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: #e0e0e0;
}

.c-ranking__listBody {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #fff;
  padding: 0.625rem 0.5rem;
}
.c-ranking__listBody span {
  font-weight: 500;
}

.c-ranking__btn {
  grid-column: 1/3;
  text-align: center;
  margin-top: 0.625rem;
}

.c-ranking__more {
  text-align: center;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  grid-column: 1/3;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-ranking__moreBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
  font-family: "Jost", sans-serif;
  color: #959595;
}
.c-ranking__moreBtn::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.4375rem;
  -webkit-mask: url(../images/more_arrow.svg) no-repeat center center/contain;
          mask: url(../images/more_arrow.svg) no-repeat center center/contain;
  background-color: #959595;
}

.c-title1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4166666667;
  text-align: center;
  padding-bottom: 0.5625rem;
  border-bottom: 2px dotted #B2A670;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.5rem 0.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 1rem;
    padding: 0 0 2.125rem;
    border-bottom: none;
  }
}
.c-title1 .u-md {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-title1 .u-md {
    font-size: 1.5rem;
  }
}
.c-title1 .u-lg {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-title1 .u-lg {
    font-size: 1.5rem;
  }
}
.c-title1 .u-xlg {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  display: inline-block;
  translate: 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-title1 .u-xlg {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.c-title1 .u-dot {
  position: relative;
  display: inline-block;
}
.c-title1 .u-dot::before {
  display: block;
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #E6308B;
  font-size: 1em;
  content: "・";
}
@media screen and (max-width: 767px) {
  .c-title1 .u-dot::before {
    top: -1.25rem;
  }
}
.c-title1::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background: url(../images/border.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -2px;
  left: -0.875rem;
  translate: -100% 0;
}
@media screen and (max-width: 767px) {
  .c-title1::before {
    display: none;
  }
}
.c-title1::after {
  content: "";
  display: block;
  width: 4.5625rem;
  height: 1.9375rem;
  background: url(../images/icon_plane.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -1rem;
  right: -0.3125rem;
  translate: 100% 0;
}
@media screen and (max-width: 767px) {
  .c-title1::after {
    width: 18rem;
    height: 2.125rem;
    background: url(../images/title_border_sp.png) no-repeat center center/contain;
    bottom: 0;
    right: auto;
    right: initial;
    left: 50%;
    translate: -50% 0;
  }
}

.p-about {
  height: 100vh;
  display: grid;
  place-items: center;
  padding: 5rem 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEEE5), to(#FFEFD1));
  background: linear-gradient(to bottom, #FFEEE5, #FFEFD1);
  z-index: 1;
}
.p-about::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  background: url(../images/about_bg.png) no-repeat center center/cover;
  z-index: -1;
}

.p-about__inner {
  max-width: 65.625rem;
}

.p-about__wrap {
  background-color: #fff;
  padding: 3.4375rem 6.25rem 2.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    padding: 3.5rem 1.25rem;
  }
}

.p-about__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #292929;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
  }
}

.p-about__note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  color: #535353;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__note {
    font-size: 0.625rem;
  }
}

.p-about__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: underline;
  color: #E6308B;
  margin: 2.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__link {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 1rem auto 0;
    text-align: center;
  }
}

.p-about__copy {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  color: #535353;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__copy {
    margin-top: 1rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.p-company {
  position: relative;
  overflow: clip;
  padding: 11.25rem 0;
  background: url(../images/company_bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 6.25rem 0;
  }
}

.p-company__inner {
  max-width: 65.625rem;
  position: relative;
  z-index: 1;
}

.p-company__bg {
  max-width: none;
  max-width: initial;
  width: 73.125rem;
  height: 34rem;
  position: absolute;
  top: -3.875rem;
  left: calc(50% + 2.8125rem);
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company__bg {
    width: 27rem;
    height: 25.8125rem;
    left: 50%;
    translate: -50% 0;
  }
}

.p-company__wrap {
  background-color: #fff;
  padding: 3.125rem 3.6875rem;
  border-radius: 0.625rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrap {
    padding: 2.5rem 1rem;
    margin-top: 1.875rem;
  }
}

.p-company__items {
  display: grid;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__items {
    gap: 0.125rem;
  }
}

.p-company__item {
  display: grid;
  grid-template-columns: 11.625rem 1fr;
  gap: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__item {
    grid-template-columns: 5.625rem 1fr;
    gap: 0;
  }
}

.p-company__head {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5384615385;
  background-color: #DBB085;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 1.6875rem 0.75rem;
  }
}

.p-company__body {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 1rem 0.625rem;
  background-color: #F8F8EF;
}
@media screen and (max-width: 767px) {
  .p-company__body {
    font-size: 0.75rem;
    padding: 1rem;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-company__body a {
  color: #6EB92B;
  text-decoration: underline;
}

.p-company__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #E6308B;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-company__link {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-footer {
  padding-top: 5.625rem;
  padding-bottom: 8.875rem;
  margin-top: -1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 6.25rem;
  }
}
.p-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.625rem;
  -webkit-mask: url(../images/circle_bg.svg) no-repeat center top/cover;
          mask: url(../images/circle_bg.svg) no-repeat center top/cover;
  background-color: #fff;
}

.p-footer__logo {
  width: 11.4375rem;
  margin: 0 auto;
  display: block;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__copy {
  text-align: center;
  margin-top: 1.375rem;
}

.p-footer__copy small {
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #535353;
}
@media screen and (max-width: 767px) {
  .p-footer__copy small {
    font-size: 0.625rem;
  }
}

.p-logo {
  padding: 1rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-logo {
    padding: 0;
  }
}

.p-logo__img {
  width: auto;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc8ac), to(#ffe8b9));
  background: linear-gradient(to bottom, #ffc8ac, #ffe8b9);
  min-height: 35rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 32rem;
  }
}

.p-mv__img {
  max-width: 94.5rem;
  width: 94.5rem;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 100%;
    height: auto;
    aspect-ratio: 375/512;
    -o-object-position: top;
       object-position: top;
    position: relative;
    inset: 0;
    translate: 0 0;
  }
}

.p-price {
  padding-top: 8.9375rem;
  background: url(../images/price_bg.png) no-repeat center top/cover;
  min-height: 53.375rem;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-price__title {
  line-height: 2.0416666667;
}

.p-price__inner {
  max-width: 65.625rem;
  position: relative;
}
.p-price__inner::before {
  content: "";
  display: block;
  width: 67.25rem;
  height: 24.75rem;
  background: url(../images/price_bg2.png) no-repeat center top/contain;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-price__inner::before {
    width: 25.875rem;
    height: 6rem;
    background: url(../images/price_bg2_sp.png) no-repeat center top/contain;
    top: -1.875rem;
  }
}

.p-price__wrap {
  padding: 3rem 6.4375rem;
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    padding: 2.875rem 1rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__table {
    grid-template-columns: 120fr 183fr;
    display: grid;
  }
}

.p-price__item {
  display: grid;
  grid-template-columns: 186fr 211fr 211fr 211fr;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-price__item {
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr 1fr 1fr;
  }
}

.p-price__th {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5384615385;
  padding: 0.4375rem 0.625rem;
  background-color: #dbb085;
  text-align: center;
  color: #fff;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-price__th {
    font-size: 0.75rem;
    padding: 1.125rem 0.625rem;
  }
}
.p-price__th span {
  display: inline-block;
}

.p-price__th:nth-child(1) {
  font-weight: 500;
  background-color: transparent;
  border-top: 0.0625rem solid #e8e8e8;
  border-bottom: 0.0625rem solid #e8e8e8;
  color: #535353;
}
@media screen and (max-width: 767px) {
  .p-price__th:nth-child(1) {
    background-color: #e8e8e8;
    border: none;
    height: 2rem;
    padding: 0.4375rem 0.625rem;
  }
}

.p-price__td {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3333333333;
  background-color: #f8f8ef;
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__td {
    display: grid;
    place-items: center;
  }
}

.p-price__td:nth-child(1) {
  font-size: 0.8125rem;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 0.0625rem solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .p-price__td:nth-child(1) {
    font-size: 0.75rem;
    padding: 0.4375rem 0.625rem;
    line-height: 1.5384615385;
    border: none;
    background-color: #f4f4f4;
  }
}

.p-price__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 1.5rem;
  }
}

.p-question {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-question {
    padding: 5rem 0;
    position: relative;
    overflow: clip;
  }
}

.p-question__inner {
  max-width: 54.375rem;
  position: relative;
}

.p-question__bg {
  max-width: 54rem;
  width: 100%;
  position: absolute;
  top: -2.8125rem;
  left: calc(50% - 0.9375rem);
  translate: -50% 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-question__bg {
    width: 25.625rem;
    height: 9.125rem;
    left: 50%;
    translate: -50% 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

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

.p-question__box {
  background-color: #FBFCF4;
  padding: 2.375rem;
  border: 0.0625rem solid #DADDC6;
  border-radius: 0.625rem;
  position: relative;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-question__box {
    margin-top: 3.125rem;
    padding: 2.375rem 1.875rem 1.875rem;
  }
}

.p-question__label {
  padding: 0.3125rem 1.4375rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #B2A66F;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-question__label {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.p-question__label::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 0.625rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0.0625rem;
  left: 50%;
  translate: -50% 99%;
  background-color: #B2A66F;
}

.p-question__lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-question__lead {
    font-size: 0.875rem;
  }
}

.p-question__img {
  width: 11.375rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
  position: absolute;
  top: -0.625rem;
  right: -2.0625rem;
  rotate: -10deg;
}
@media screen and (max-width: 767px) {
  .p-question__img {
    width: 5.9375rem;
    height: 3.9375rem;
    top: -2.5rem;
    right: -0.625rem;
  }
}

.p-question__text {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-question__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    text-align: left;
  }
}

.p-ranking {
  background: url(../images/ranking_bg.png) no-repeat center top/cover;
  padding: 6.25rem 0 10rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 4.6875rem;
    padding-bottom: 7.5rem;
  }
}

.p-ranking__bg1_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-ranking__bg1_sp {
    display: block;
    max-width: none;
    max-width: initial;
    width: 27.6875rem;
    height: 8.6875rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    translate: -50% 0;
  }
}

.p-ranking__bg2_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-ranking__bg2_sp {
    max-width: none;
    max-width: initial;
    width: 28.5rem;
    height: 10rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    translate: -50% 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking__inner {
    padding: 0 0.625rem;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking__title {
    padding-bottom: 1.25rem;
  }
}

.p-ranking__lists {
  display: grid;
  grid-template-columns: 132fr 200fr 132fr 183fr;
  max-width: 40.625rem;
  width: 100%;
  margin: 2.625rem auto 0;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  translate: 3.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-ranking__lists {
    display: none;
  }
}

.p-ranking__list {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 0.375rem 1rem;
  text-align: center;
}

.p-ranking__list:not(:first-child) {
  border-left: 1px solid #E3E3E3;
}

.p-ranking__table {
  border-collapse: separate;
  border-spacing: 0 0.25rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-ranking__table {
    display: none;
  }
}

.p-ranking__th,
.p-ranking__td {
  display: block;
}

.p-ranking__tr {
  display: grid;
  grid-template-columns: 64fr 212fr 132fr 200fr 132fr 335fr;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}

.p-ranking__tr:not(:first-child) {
  margin-top: 0.25rem;
}

.p-ranking__tr.--gold .p-ranking__th {
  background: -webkit-gradient(linear, left top, left bottom, from(#b7ad36), to(#cec12a));
  background: linear-gradient(to bottom, #b7ad36, #cec12a);
}
.p-ranking__tr.--gold .p-ranking__td {
  background-color: #f2f0d4;
}

.p-ranking__tr.--silver .p-ranking__th {
  background: -webkit-gradient(linear, left top, left bottom, from(#747474), to(#a5a5a5));
  background: linear-gradient(to bottom, #747474, #a5a5a5);
}
.p-ranking__tr.--silver .p-ranking__td {
  background-color: #ededed;
}

.p-ranking__tr.--bronze .p-ranking__th {
  background: -webkit-gradient(linear, left top, left bottom, from(#a38261), to(#c3ad98));
  background: linear-gradient(to bottom, #a38261, #c3ad98);
}
.p-ranking__tr.--bronze .p-ranking__td {
  background-color: #ede6df;
}

.p-ranking__th {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0.5rem;
  background: #e6e6e6;
  display: grid;
  place-items: center;
}

tr:nth-child(1) .p-ranking__count,
tr:nth-child(2) .p-ranking__count,
tr:nth-child(3) .p-ranking__count {
  color: #fff;
}
tr:nth-child(1) .p-ranking__count::before,
tr:nth-child(2) .p-ranking__count::before,
tr:nth-child(3) .p-ranking__count::before {
  background-color: #fff;
}

.p-ranking__count {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  color: #9a9a9a;
  width: 3.125rem;
  height: 3rem;
  position: relative;
  display: grid;
  place-items: center;
  padding-top: 1rem;
}

.p-ranking__count:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/icon-ranking.svg) no-repeat center center/contain;
          mask: url(../images/icon-ranking.svg) no-repeat center center/contain;
  background-color: #9a9a9a;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ranking__td:nth-child(n+2 of .p-ranking__td) {
  border-left: 1px solid #daddc6;
}

.p-ranking__td {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  background-color: #fff;
  display: grid;
  place-items: center;
}

.p-ranking__td:has(.p-ranking__btn) {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
}
.p-ranking__td:has(.p-ranking__btn) .p-ranking__text {
  min-height: 6.625rem;
}
.p-ranking__td:has(.p-ranking__btn) .u-sm {
  text-align: left;
}

.p-ranking__img {
  max-width: none;
  max-width: initial;
  width: 12.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
}

.p-ranking__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0.3125rem;
  text-align: center;
}
.p-ranking__text.--bold {
  font-weight: 700;
}
.p-ranking__text .u-sm {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #535353;
  display: block;
  margin-top: 0.625rem;
}

.p-ranking__td .c-btn1 {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.08em;
  display: block;
  padding: 0.8125rem 1.8125rem;
  --push: 3px;
}
.p-ranking__td .c-btn1::before {
  scale: 1;
  width: 4.25rem;
  height: 0.9375rem;
  border-radius: 0.625rem;
  margin-bottom: 0.125rem;
}
.p-ranking__td .c-btn1::after {
  width: 0.8125rem;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  translate: 0 -50%;
}

.p-rating {
  padding-top: 9.5rem;
  padding-bottom: 11.25rem;
  position: relative;
  z-index: 1;
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-rating {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-rating::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.625rem;
  -webkit-mask: url(../images/circle_bg.svg) no-repeat center top/cover;
          mask: url(../images/circle_bg.svg) no-repeat center top/cover;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rating .c-title1 {
    translate: -0.625rem 0;
  }
}

.p-rating__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rating__inner {
    padding-right: 0;
  }
}

.p-rating__bg {
  position: absolute;
  top: -4.5625rem;
  left: calc(50% - 1.875rem);
  max-width: 64.5625rem;
  width: 100%;
  translate: -50% 0;
}

.p-rating__wrap {
  position: relative;
  margin-top: 2.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-rating__wrap {
    margin-top: 1.875rem;
  }
}

.rating__table-wrapper {
  overflow-x: scroll;
  padding-bottom: 1rem;
  margin-left: 11.125rem;
}
@media screen and (max-width: 767px) {
  .rating__table-wrapper {
    margin-left: 7rem;
    padding-bottom: 0.75rem;
  }
}
.rating__table-wrapper::-webkit-scrollbar {
  height: 0.5rem;
}
.rating__table-wrapper::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 100vmax;
}
.rating__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #e6308b;
  border-radius: 100vmax;
}

.p-rating__table {
  min-width: 68.125rem;
  margin-top: 3.3125rem;
  border-spacing: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-rating__table {
    display: none;
  }
}

.rating__table-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #fc4ca4 #e3e3e3;
}

.p-rating__table tr:first-child td {
  min-height: 14.4375rem;
  padding-top: 2.25rem;
}

.p-rating__table tr:nth-child(n+2) td {
  border-radius: 0;
  border-top: 0.0625rem solid #cecece;
}

.p-rating__table tr:last-child th {
  border-bottom: 0.0625rem solid #cecece;
}
.p-rating__table tr:last-child td {
  border-bottom: 0.0625rem solid #cecece;
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(1) th {
    height: 14.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(2) th {
    height: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(3) th {
    height: 7.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(4) th {
    height: 9.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(5) th {
    height: 9.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(6) th {
    height: 10.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(7) th {
    height: 7.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rating__table tr:nth-child(8) th {
    height: 7.375rem;
  }
}

.p-rating__th {
  width: 10.5rem;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #fff;
  display: grid;
  place-items: center;
  border-top: 0.0625rem solid #cecece;
}
@media screen and (max-width: 767px) {
  .p-rating__th {
    width: 7.5rem;
    background-color: #f0f0f0;
    height: 2rem;
    position: relative;
    inset: initial;
    display: table-cell;
    border-top: none;
  }
}
.p-rating__th.--w100 {
  width: 6.25rem;
}
.p-rating__th.--w154 {
  width: 9.625rem;
}
.p-rating__th.--w170 {
  width: 10.625rem;
}
.p-rating__th.--w290 {
  width: 18.125rem;
}

@media screen and (max-width: 767px) {
  .p-rating__th[data-table-heading],
  .p-rating__td[data-table-heading] {
    position: absolute;
    left: 0;
    width: 7.5rem;
  }
}

.p-rating__thTitle {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-rating__thTitle {
    font-size: 0.625rem;
  }
}
.p-rating__thTitle::after {
  content: "";
  display: grid;
  width: 0.4375rem;
  height: 0.4375rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000;
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-rating__thTitle::after {
    display: none;
  }
}

.p-rating__td {
  border-radius: 0.625rem 0.625rem 0 0;
  min-width: 13.4375rem;
  min-height: 5.8125rem;
  position: relative;
  padding: 1.25rem 1.125rem;
  border: 0.0625rem solid #daddc6;
  border-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rating__td {
    min-width: 7.5rem;
  }
}
.p-rating__td.--gold {
  background-color: #f2f0d4;
}
.p-rating__td.--silver {
  background-color: #ededed;
}
.p-rating__td.--bronze {
  background-color: #ece6e0;
}

/* ========================================================
#ランキングアイコンの色
======================================================== */
.p-rating__td:nth-child(1 of .p-rating__td) .p-rating__count {
  color: #b7ad37;
}
.p-rating__td:nth-child(1 of .p-rating__td) .p-rating__count::before {
  background-color: #b7ad37;
}

.p-rating__td:nth-child(2 of .p-rating__td) .p-rating__count {
  color: #9b9b9b;
}
.p-rating__td:nth-child(2 of .p-rating__td) .p-rating__count::before {
  background-color: #9b9b9b;
}

.p-rating__td:nth-child(3 of .p-rating__td) .p-rating__count {
  color: #a78d70;
}
.p-rating__td:nth-child(3 of .p-rating__td) .p-rating__count::before {
  background-color: #a78d70;
}

/* ========================================================
# text-align: leftの場合、tdの高さを揃える
======================================================== */
.p-rating__td:has(p.--left) {
  vertical-align: top;
}

.p-rating__count {
  font-size: 2.3125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  width: 5.25rem;
  height: 4.9375rem;
  display: grid;
  place-items: center;
  padding-top: 1.25rem;
  color: #bcb19b;
  position: absolute;
  top: -3.3125rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .p-rating__count {
    font-size: 1.3125rem;
    width: 2.9375rem;
    height: 2.75rem;
  }
}
.p-rating__count::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/icon-ranking.svg) no-repeat center top/contain;
          mask: url(../images/icon-ranking.svg) no-repeat center top/contain;
  background-color: #bcb19b;
  position: absolute;
  top: 0;
  left: 0;
}

.p-rating__img {
  width: 10.6875rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-rating__img {
    width: 6.1875rem;
  }
}
.p-rating__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-rating__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.3125rem;
}
.p-rating__title.--medium {
  font-weight: 500;
}
.p-rating__title.--regular {
  font-weight: 400;
}
.p-rating__title.--sm {
  font-size: 0.75rem;
  color: #535353;
}
.p-rating__title.--left {
  text-align: left;
}
.p-rating__title .u-sm {
  font-size: 0.625rem;
  display: block;
  color: #535353;
  font-weight: 400;
}

.p-rating__btn {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-rating__btn .c-btn1 {
    display: none;
  }
}
.p-rating__btn .link {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-rating__btn .link {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: underline;
    color: #535353;
    text-align: center;
  }
}

/* ========================================================
# モバイルのみ表示
======================================================== */
.recommendations__item:first-child .recommendations__item-inner,
.rating__table-td.gold .recommendations__item-inner {
  background-color: #f2f0d1;
}

.recommendations__item:first-child .recommendations__item-count,
.rating__table-td.gold .recommendations__item-count {
  color: #b9ad00;
}

.recommendations__item:nth-child(2) .recommendations__item-inner,
.rating__table-td.silver .recommendations__item-inner {
  background-color: #ededed;
}

.recommendations__item:nth-child(2) .recommendations__item-count,
.rating__table-td.silver .recommendations__item-count {
  color: #9b9b9b;
}

.recommendations__item:nth-child(3) .recommendations__item-inner,
.rating__table-td.bronze .recommendations__item-inner {
  background-color: #ede6df;
}

.recommendations__item:nth-child(3) .recommendations__item-count,
.rating__table-td.bronze .recommendations__item-count {
  color: #ac8c6c;
}

.rating__table.hidden-pc {
  width: 92.25rem;
  border-collapse: separate;
  border-spacing: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .rating__table.hidden-pc {
    display: block;
  }
}
.rating__table.hidden-pc .recommendations__item-img {
  max-width: 10.6875rem;
  margin-top: 0.125rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.rating__table.hidden-pc .recommendations__item-img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 52.0467836257%;
  position: relative;
  overflow: hidden;
}
.rating__table.hidden-pc .recommendations__item-img picture img,
.rating__table.hidden-pc .recommendations__item-img picture iframe,
.rating__table.hidden-pc .recommendations__item-img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__table.hidden-pc .recommendations__item-img picture img,
.rating__table.hidden-pc .recommendations__item-img picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.rating__table.hidden-pc .recommendations__item-title {
  font-size: 1rem;
  margin-top: 0.375rem;
}
.rating__table.hidden-pc .recommendations__item-count {
  position: relative;
  top: 0;
  z-index: 1;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  width: 2.9375rem;
  height: 2.75rem;
  display: block;
  color: #bcb19b;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  padding-top: 0.625rem;
  margin: 0 auto;
}
.rating__table.hidden-pc .recommendations__item-count::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.375rem;
  left: 0;
  z-index: 1;
  -webkit-mask: url(../images/icon-ranking.svg) no-repeat center top/contain;
          mask: url(../images/icon-ranking.svg) no-repeat center top/contain;
  background-color: #bcb19b;
}
.rating__table.hidden-pc .recommendations__item-count.--gold {
  color: #b9ad00;
}
.rating__table.hidden-pc .recommendations__item-count.--gold::after {
  background-color: #b9ad00;
}
.rating__table.hidden-pc .recommendations__item-count.--silver {
  color: #9b9b9b;
}
.rating__table.hidden-pc .recommendations__item-count.--silver::after {
  background-color: #9b9b9b;
}
.rating__table.hidden-pc .recommendations__item-count.--bronze {
  color: #ac8c6c;
}
.rating__table.hidden-pc .recommendations__item-count.--bronze::after {
  background-color: #ac8c6c;
}
.rating__table.hidden-pc .btn {
  font-size: 0.75rem;
  min-width: 0;
  min-width: initial;
  display: block;
  border-radius: 100vmax;
  padding: 0.5rem;
}
.rating__table.hidden-pc .btn::before {
  display: none;
}
.rating__table.hidden-pc .btn::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  translate: 0 -50%;
  width: 0.625rem;
  margin: 0;
}
.rating__table.hidden-pc .rating__table tbody tr:last-child .rating__table-heading {
  border-bottom: 0.0625rem solid #cecece;
}
.rating__table.hidden-pc .rating__table-heading {
  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;
}
.rating__table.hidden-pc .rating__table-th {
  background-color: #f0f0f0;
  padding: 0.1875rem 0.125rem;
  height: 2rem;
  border-right: 0.0625rem solid #cecece;
}
.rating__table.hidden-pc .rating__table-th:last-child {
  border-right: 0;
}
.rating__table.hidden-pc .rating__table-th--w100 {
  width: 6.25rem;
}
.rating__table.hidden-pc .rating__table-th--w124 {
  width: 7.75rem;
}
.rating__table.hidden-pc .rating__table-th--w154 {
  width: 9.625rem;
}
.rating__table.hidden-pc .rating__table-th--w170 {
  width: 10.625rem;
}
.rating__table.hidden-pc .rating__table-th--w290 {
  width: 18.125rem;
}
.rating__table.hidden-pc .rating__table-heading-title {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.625rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
.rating__table.hidden-pc .rating__table-heading-title:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #292929;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rating__table.hidden-pc .rating__table-td {
  position: relative;
  border-top: 1px solid #cecece;
  border-right: 0.0625rem solid #cecece;
  padding-top: 0.125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.125rem;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #535353;
  text-align: center;
  height: 10.5rem;
  background-color: #fff;
}
.rating__table.hidden-pc .rating__table-td:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  .rating__table.hidden-pc .rating__table-td.text-left {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.rating__table.hidden-pc .rating__table-td.p16 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.rating__table.hidden-pc .rating__table-td.gold {
  background-color: #f2f0d1;
}
.rating__table.hidden-pc .rating__table-td.silver {
  background-color: #ededed;
}
.rating__table.hidden-pc .rating__table-td.bronze {
  background-color: #ede6df;
}
.rating__table.hidden-pc .rating__table-recommendation {
  padding-top: 1.125rem;
}
.rating__table.hidden-pc .rating__table-td-title {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #292929;
}
.rating__table.hidden-pc .rating__table-link {
  display: block;
  font-size: 0.875rem;
  line-height: 2.125rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}
.rating__table.hidden-pc [data-table-heading] {
  position: absolute;
  left: 0;
  max-width: 7.5rem;
  width: 100%;
  z-index: 2;
}

.p-reccomend {
  padding-top: 11.125rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1;
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reccomend {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
.p-reccomend::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.625rem;
  -webkit-mask: url(../images/circle_bg.svg) no-repeat center top/cover;
          mask: url(../images/circle_bg.svg) no-repeat center top/cover;
  background-color: #fff;
}

.p-reccomend__img {
  width: 20.25rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 2.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-reccomend__img {
    max-width: 31.25rem;
    width: calc(100% - 1.875rem);
    margin-top: 0.5rem;
  }
}

.p-reccomend__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-reccomend__text {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.875rem auto 0;
  }
}

.p-sticky {
  position: sticky;
  bottom: 0.9375rem;
  width: 100%;
  z-index: 10;
}
.p-sticky::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: -0.9375rem;
  bottom: -0.9375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.p-sticky__btn {
  text-align: center;
}
.p-sticky__btn .c-btn1 {
  grid-template-columns: 1.5rem 1fr 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sticky__btn .c-btn1 {
    font-size: 1rem;
    min-width: 20.9375rem;
  }
}

.p-study {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
  position: relative;
  z-index: 1;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-study {
    padding: 6.25rem 0 5rem;
  }
}
.p-study::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/study_bg.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-study::before {
    background: url(../images/company_bg.png) no-repeat center top/cover;
    aspect-ratio: 375/1172;
    height: auto;
  }
}
.p-study::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffeedd;
  position: absolute;
  top: 3.75rem;
  left: 0;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .p-study__bg2 {
    width: 27.75rem;
    height: 6.75rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 2.3125rem;
    left: 50%;
    translate: -55% 0;
    pointer-events: none;
  }
}

.p-study__inner {
  max-width: 59.375rem;
}

.p-study__items {
  margin-top: 2.75rem;
  display: grid;
  gap: 3.125rem;
}

.study__item:nth-child(1) .study__item-count {
  background-color: #b9ad00;
}

.study__item:nth-child(2) .study__item-count {
  background-color: #9b9b9b;
}

.study__item:nth-child(3) .study__item-count {
  background-color: #ac8c6c;
}

.study__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-bottom: 3.125rem;
  border-radius: 1.25rem;
  background-color: #fff;
}

.study__item-header {
  padding: 1.625rem 1.25rem 1.875rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #fc4ca4;
}
@media screen and (max-width: 767px) {
  .study__item-header {
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 0.9375rem 1.25rem 0.875rem;
  }
}

.study__item-count {
  position: absolute;
  top: -1.75rem;
  left: 0.75rem;
  z-index: 1;
  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;
  border-radius: 50%;
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
  font-size: 2.3125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  color: #fff;
  background-color: #bcb19b;
}
@media screen and (max-width: 767px) {
  .study__item-count {
    top: -1.25rem;
    left: 0.5rem;
    width: 4rem;
    font-size: 1.5rem;
  }
}
.study__item-count::after {
  content: "";
  display: block;
  width: 5.3125rem;
  height: 4.9375rem;
  -webkit-mask: url(../images/icon-ranking.svg) no-repeat center center/cover;
          mask: url(../images/icon-ranking.svg) no-repeat center center/cover;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .study__item-count::after {
    width: 3.4375rem;
    height: 3.25rem;
    left: 0.3125rem;
  }
}

.study__item-header-title {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study__item-header-title {
    font-size: 1.3125rem;
  }
}

.study__item-body {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .study__item-body {
    padding: 1.5rem 0.625rem 2rem 0.625rem;
  }
}

.study__item-body-text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #f00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study__item-body-text {
    font-size: 0.875rem;
  }
}

.study__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .study__item-content {
    display: block;
  }
}

.study__item-img {
  max-width: 19.5rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .study__item-img {
    max-width: 20.9375rem;
  }
}
.study__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 312/234;
}

.study__item-tables {
  padding-left: 1.125rem;
  width: 100%;
  display: grid;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .study__item-tables {
    padding-left: 0;
    padding-top: 0.625rem;
  }
}

.study__item-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #fc4ca4;
}

.study__item-table-th {
  padding: 0.5rem;
  width: 50%;
  background-color: #fc4ca4;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.study__item-table-th:first-child {
  border-right: 1px solid #fff;
}

.study__item-table-td {
  padding: 0.625rem 0.3125rem;
  width: 50%;
  background-color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.study__item-table-td:first-child {
  border-right: 1px solid #fc4ca4;
}

.study__item-table-td-small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #535353;
}

.study__item-box {
  margin-top: 2.125rem;
  padding: 3.5rem 2.5rem 1.5rem;
  position: relative;
  border-radius: 0.625rem;
  background-color: #fbfcf4;
  border: 1px solid #daddc6;
}
@media screen and (max-width: 767px) {
  .study__item-box {
    margin-top: 2.875rem;
    padding: 4.0625rem 1rem 0.9375rem;
  }
}
.study__item-box::before {
  content: "";
  display: block;
  width: 17.75rem;
  height: 5.25rem;
  background: url(../images/study-icon.svg) no-repeat center center/cover;
  position: absolute;
  top: -2rem;
  left: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .study__item-box::before {
    left: 0.5rem;
  }
}

.study__item-box-title {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline;
  background-image: linear-gradient(180deg, #ffff9d 12px, transparent 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease 0s;
  transition: background-size 0.3s ease 0s;
  border-radius: 0;
  background-size: 100% 12px;
}
@media screen and (max-width: 767px) {
  .study__item-box-title {
    font-size: 0.875rem;
  }
}

.study__item-box-text {
  margin-top: 0.375rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #535353;
}
.study__item-logo {
  position: relative;
  width: 16rem;
  height: auto;
  display: block;
  margin: 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .study__item-logo {
    margin-top: 1rem;
  }
}
.study__item-logo picture {
  height: 100%;
}
.study__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 256/64;
}
.study__item-logo.--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .study__item-logo.--padding img {
    padding: 0.625rem;
  }
}

.subtitle {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 0.875rem;
  }
}

.subtitle span {
  display: inline-block;
  position: relative;
  padding: 0 0.625rem;
}
.subtitle span::before, .subtitle span::after {
  content: "";
  display: block;
  position: relative;
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #292929;
  position: absolute;
  bottom: 0;
  left: 0;
  rotate: -32deg;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .subtitle span::before, .subtitle span::after {
    height: 2.125rem;
  }
}
.subtitle span::after {
  left: auto;
  left: initial;
  right: 0;
  rotate: 32deg;
}

.study__btn {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .study__btn {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .study__btn a.c-btn1 {
    font-size: 1rem;
  }
}

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

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

.u-pink {
  color: #E6308B;
}
/*# sourceMappingURL=styles.css.map */
