@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  overflow-x: hidden;
}
/* * {
  outline: 1px solid rgba(255, 0, 0, 0.3);
} */

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mt-50 {
  margin-top: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 6rem;
}
@media (max-width: 1024px) {
  .l-inner {
    padding-inline: 100rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding-inline: 25rem;
    margin-inline: auto;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.098vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.133vw;
  }
}

body {
  position: relative;
  font-family: "noto-sans-cjk-jp", serif;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 500;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (min-width: 768px) {
  .otherBtn-link,
  .pr-item__btn,
  .ranking-item__groupBtn {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .otherBtn-link:hover,
  .pr-item__btn:hover,
  .ranking-item__groupBtn:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    opacity: 0.8;
    scale: 1.05;
  }
}
.breadcrum {
  background-color: #f7f7f7;
  padding: 10px 30px;
  color: #414141;
  font-size: 14px;
}
.breadcrum-link {
  margin-right: 5px;
  color: #414141;
}

/******************************************

  マーカー

*******************************************/
.u-line__yellow {
  background: linear-gradient(transparent 70%, #fff182 60%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.8s ease;
  display: inline-block;
}

.u-line__yellow.on {
  background-size: 100% 40%; /* アニメーション後：マーカー表示 */
}

/******************************************

  SPでのみ改行

*******************************************/
.u-text__br-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-text__br-sp {
    display: block;
  }
}

.sub-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 240px;
}
.sub-fv__bg {
  height: 240px;
}
.sub-fv__bg img {
  width: 100%;
  height: 240px;
}
.sub-fv__ttl {
  position: absolute;
  font-size: 38px;
  color: white;
  font-family: "Yu Mincho";
}

.searchResult {
  background-color: #eff9ff;
  padding: 75px 0 100px;
}
.searchResult-item {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 60px 100px;
}
.searchResult-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.searchResult-option {
  margin-top: 60px;
}
.searchResult-option__ttl {
  font-size: 24px;
  font-weight: bold;
}
.searchResult-option__table {
  border-collapse: collapse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.searchResult-option__table td {
  border: 1px solid #9e9e9e;
  width: 500px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.searchResult-option__table td:first-child {
  background-color: #494949;
  color: white;
}
.searchResult-option__show {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.searchResult-box {
  border: 1px solid #0c51b0;
  border-radius: 25px;
  margin-top: 40px;
}
.searchResult-box__lead {
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background-color: #0c51b0;
  padding: 15px 30px;
  border-radius: 23px 23px 0 0;
}
.searchResult-box__item {
  padding: 40px;
}
.searchResult-box__review {
  margin-left: 30px;
}
.searchResult-box__star {
  margin-bottom: 15px;
}
.searchResult-box__view {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  margin-right: 10px;
}
.searchResult-box__view span {
  background-color: #f8721b;
  padding: 3px 10px;
}
.searchResult-btn {
  margin-top: 60px;
}

.privacy-ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.privacy-txt {
  font-size: 18px;
  line-height: 2;
  word-wrap: break-word;
}

@media (max-width: 1260px) {
  .searchResult-item {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1080px) {
  .searchResult-box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .searchResult-box__logo {
    margin-bottom: 40px;
  }
  .searchResult-box__review {
    margin-left: unset;
  }
}
@media (max-width: 1024px) {
  .sub-fv__ttl {
    font-size: 38rem;
  }
  .breadcrum {
    font-size: 22rem;
  }
  .searchResult-item {
    margin-left: 30rem;
    margin-right: 30rem;
    padding: 60rem 50rem;
  }
  .searchResult-box__lead {
    font-size: 40rem;
  }
}
.searchResult.research .searchResult-option__table.table1 td {
  padding: 20px 10px;
}
.searchResult.research .searchResult-option__table.table1 td:first-child {
  width: 250px;
}
.searchResult.research .searchResult-option__table.table1 td:last-child {
  width: 750px;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.searchResult.research .searchResult-option__table.table2 td {
  padding: 20px 10px;
  width: 250px;
}
.searchResult.research .searchResult-option__table.table2 td {
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.searchResult.research .searchResult-option__table.table2 td:first-child {
  font-size: 20px;
  text-align: center;
}
.searchResult.research .searchResult-option__table.table2 tr:first-child {
  background-color: #e5e5e5;
}
.searchResult.research .searchResult-option__table.table3 td {
  padding: 20px 10px;
  width: 166.6666666667px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}
.searchResult.research .searchResult-option__table.table3 td:first-child {
  font-size: 20px;
  font-weight: bold;
}
.searchResult.research .searchResult-option__table.table3 tr:first-child {
  background-color: #e5e5e5;
}

@media (max-width: 768px) {
  .breadcrum {
    padding-left: 30rem;
  }
  .searchResult {
    padding: 70rem 0 100rem;
  }
  .searchResult-ttl {
    font-size: 38rem;
  }
  .searchResult-option {
    margin-top: 40rem;
  }
  .searchResult-option__ttl {
    font-size: 32rem;
  }
  .searchResult-option__table td {
    font-size: 30rem;
  }
  .searchResult-option__show {
    font-size: 30rem;
  }
  .searchResult-item {
    padding: 60rem 30rem;
  }
  .searchResult-box {
    margin-top: 40rem;
  }
  .searchResult-box__item {
    padding: 30rem 25rem;
  }
  .searchResult-box__logo {
    width: 65%;
    margin-top: 20rem;
  }
  .searchResult-box__logo img {
    width: 100%;
  }
  .searchResult-box__view {
    font-size: 28rem;
  }
  .searchResult-box__star img {
    width: 250rem;
  }
  .searchResult-btn {
    margin-top: 40rem;
  }
  .privacy-ttl {
    font-size: 36rem;
    font-weight: bold;
    margin: 40px 0 20px;
  }
  .privacy-txt {
    font-size: 26rem;
    line-height: 2;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    width: 650px;
  }
  .table-scroll table.table3 {
    width: 850px;
  }
  .table-scroll table td {
    font-size: 16px !important;
  }
  .table-scroll table td:first-child {
    width: 200px !important;
    min-width: 200px !important;
  }
}
.mt-0 {
  padding-top: unset !important;
}
/******************************************

  fv

*******************************************/
.p-fv__image {
}

/******************************************

  PR

*******************************************/
.p-pr {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .p-pr {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .p-pr {
    margin-top: 120rem;
    padding: 0;
  }
}

.p-pr__wrapper {
  position: relative;
  display: grid;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-pr__wrapper {
  }
}

.p-pr__contents-image {
  width: 100%;
  justify-self: center;
  /* padding-inline: 1rem; */
}
@media (max-width: 768px) {
  .p-pr__contents-image {
    width: 100%;
  }
}

.p-pr__contents-image img {
  aspect-ratio: 962/577;
}
@media (max-width: 768px) {
  .p-pr__contents-image img {
    aspect-ratio: 701/975;
  }
}

.p-pr__btn-image {
  width: 48%;
  position: absolute;
  bottom: 5%;
  left: 27%;
  transition-duration: 0.4s;
}
@media (max-width: 1024px) {
  .p-pr__btn-image {
    bottom: 16%;
  }
}
@media (max-width: 768px) {
  .p-pr__btn-image {
    width: 77%;
    bottom: 7%;
    left: 12%;
  }
}

/* hover */
.p-pr__btn-image:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .p-pr__btn-image:hover {
    transform: none;
  }
}

.p-pr__btn-image img {
  aspect-ratio: 507/105;
}
@media (max-width: 768px) {
  .p-pr__btn-image img {
    aspect-ratio: 581/103;
  }
}

.pr-item__btn {
  width: 536px;
  height: 70.3px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2e98fc;
  color: white;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .pr-item__btn {
    width: 536rem;
    height: 70.3rem;
    border-radius: 12rem;
    font-size: 26rem;
    margin-top: 10rem;
  }
}

.pr-item__btn span:last-child {
  position: absolute;
  top: calc(50% - 15px);
  right: 4%;
}
@media (max-width: 768px) {
  .pr-item__btn span:last-child {
    top: calc(50% - 20rem);
    right: 4%;
    width: 7%;
  }
}

.pr-item__btn--01 {
  width: 500px;
}
@media (max-width: 1024px) {
  .pr-item__btn--01 {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .pr-item__btn--01 {
  }
}

/******************************************

  こんなお悩みありませんか？

*******************************************/
.p-worry {
  background: url(../img//worries/worries__bg.png) no-repeat left center / cover;
  padding: 75px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .p-worry {
    margin-top: 94rem;
    padding: 115rem 0 120rem;
  }
}

.p-worry::after {
  position: absolute;
  content: "";
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/worries/worries__icon03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 76/39;
  width: 90px;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-worry::after {
    bottom: -2%;
    width: 80rem;
  }
}

.p-worry__wrapper {
  display: grid;
  max-width: 1200px;
}

.p-worry__title-image {
  width: 68%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-worry__title-image {
    width: 100%;
  }
}

.p-worry__title-image img {
  aspect-ratio: 685/103;
}
@media (max-width: 768px) {
  .p-worry__title-image img {
    aspect-ratio: 686/194;
  }
}

/* ul */
.p-worry__item {
  margin-top: 25px;
  display: grid;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-worry__item {
    gap: 18rem;
    margin-top: 32rem;
  }
}

/* li */
.p-worry__list {
  display: grid;
  justify-self: center;
}

.p-worry__list:not(:first-child) {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .p-worry__list:not(:first-child) {
    margin-top: 12rem;
  }
}

.p-worry__list-image {
  width: 100%;
  justify-self: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-worry__list-image {
    width: 92%;
  }
}

.p-worry__list-image img {
  aspect-ratio: 775/78;
}
@media (max-width: 768px) {
  .p-worry__list-image img {
    aspect-ratio: 646/120;
  }
}

/* 左男の人のアイコン */
.p-worry__list:last-child .p-worry__list-image::before {
  position: absolute;
  content: "";
  bottom: -23%;
  left: -21%;
  background-image: url(../img/worries/worries__icon01-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 145/228;
  width: 18%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-worry__list:last-child .p-worry__list-image::before {
    display: none;
  }
}

/* 右女の人のアイコン */
.p-worry__list:last-child .p-worry__list-image::after {
  position: absolute;
  content: "";
  bottom: -6%;
  right: -25%;
  background-image: url(../img/worries/worries__icon02-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 193/195;
  width: 24%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-worry__list:last-child .p-worry__list-image::after {
    display: none;
  }
}

/******************************************

  デジタルホワイトボードで解決！

*******************************************/
.p-solution {
  background: #fff;
  padding: 95px 0 100px;
}
@media (max-width: 768px) {
  .p-solution {
    padding: 133rem 0 100rem;
  }
}

.p-solution__wrapper {
  display: grid;
  max-width: 1200px;
}

.p-solution__title-image {
  width: 57%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-solution__title-image {
    width: 100%;
  }
}

.p-solution__title-image img {
  aspect-ratio: 564/48;
}
@media (max-width: 768px) {
  .p-solution__title-image img {
    aspect-ratio: 700/140;
  }
}

/* ul */
.p-solution__item {
  margin-top: 25px;
  display: grid;
  justify-self: center;
  grid-template: repeat(2, auto) / repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  .p-solution__item {
    margin-top: 34rem;
  }
}
/* li */
.p-solution__list {
  display: flex;
  align-items: center;
}

.p-solution__list-image {
  width: 100%;
  justify-self: center;
  position: relative;
  display: block;
}

.p-solution__list-image img {
  aspect-ratio: 387/246;
  display: block;
}
@media (max-width: 768px) {
  .p-solution__list-image img {
    aspect-ratio: 340/300;
  }
}

.p-solution__list:nth-child(1) .p-solution__list-image,
.p-solution__list:nth-child(3) .p-solution__list-image {
  margin-left: auto; /* 右寄せ */
}
.p-solution__list:nth-child(2) .p-solution__list-image,
.p-solution__list:nth-child(4) .p-solution__list-image {
  margin-right: auto; /* 右寄せ */
}

.p-solution__contents {
  display: grid;
  justify-self: center;
  margin-top: 23px;
  padding-inline: 25px;
}
@media (max-width: 768px) {
  .p-solution__contents {
    margin-top: 60rem;
  }
}

.p-solution__contents--02 {
}
@media (max-width: 768px) {
  .p-solution__contents--02 {
    margin-top: 3rem;
  }
}

.p-solution__contents--03 {
}
@media (max-width: 768px) {
  .p-solution__contents--03 {
    margin-top: 9rem;
  }
}

.p-solution__contents-image {
  width: 100%;
}

.p-solution__contents-image img {
  aspect-ratio: 1072/221;
}
@media (max-width: 768px) {
  .p-solution__contents-image img {
    aspect-ratio: 700/241;
  }
}

/* グラフ */
.p-solution__contents-graph01-image {
  margin-top: 97px;
}
@media (max-width: 768px) {
  .p-solution__contents-graph01-image {
    margin-top: 97rem;
  }
}

.p-solution__contents-graph01-image img {
  aspect-ratio: 1035/374;
}
@media (max-width: 768px) {
  .p-solution__contents-graph01-image img {
    aspect-ratio: 700/899;
  }
}

/* グラフ */
.p-solution__contents-graph02-image {
  margin-top: 105px;
}
@media (max-width: 768px) {
  .p-solution__contents-graph02-image {
    margin-top: 105rem;
  }
}

.p-solution__contents-graph02-image img {
  aspect-ratio: 891/455;
}
@media (max-width: 768px) {
  .p-solution__contents-graph02-image img {
    aspect-ratio: 700/887;
  }
}

/******************************************

  生徒たちも絶賛！

*******************************************/
.p-solution-student {
  padding-inline: 25px;
  padding-bottom: 122px;
}
@media (max-width: 768px) {
  .p-solution-student {
    padding-top: 35rem;
    padding-inline: 25rem;
    padding-bottom: 65rem;
  }
}

.p-solution-student__wrapper {
  position: relative;
  background: #ffe9db;
  border-radius: 20px;
  max-width: 1200px;
  padding: 5rem 18rem 4rem 6rem;
  display: grid;
  justify-self: center;
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .p-solution-student__wrapper {
    padding: 50rem 220rem 60rem 72rem;
  }
}
@media (max-width: 768px) {
  .p-solution-student__wrapper {
    padding: 80rem 20rem 261rem;
  }
}
/* h3 */
.p-solution-student__title {
}

.p-solution-student__title-image {
  position: absolute;
  top: -23px;
  left: 53.6%;
  transform: translateX(-50%);
  width: 50.6%;
}
@media (max-width: 768px) {
  .p-solution-student__title-image {
    top: -30rem;
    width: 80.6%;
  }
}

.p-solution-student__title-image img {
  aspect-ratio: 583/70;
}
@media (max-width: 768px) {
  .p-solution-student__title-image img {
    aspect-ratio: 531/68;
  }
}

/* ul */
.p-solution-student__item {
  display: grid;
  justify-self: center;
  grid-template: repeat(3, auto) / repeat(2, 1fr);
  row-gap: 12px;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .p-solution-student__item {
    grid-template: 1fr / 1fr;
    row-gap: 20rem;
    column-gap: 0px;
  }
}

/* li */
.p-solution-student__list {
}

.p-solution-student__list-image {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .p-solution-student__list-image {
    max-width: none;
  }
}

.p-solution-student__list-image img {
  aspect-ratio: 400/146;
}
@media (max-width: 768px) {
  .p-solution-student__list-image img {
    aspect-ratio: 662/183;
  }
}

/* 5番目だけ中央に配置 */
.p-solution-student__list:nth-child(5) {
  grid-column: 1 / -1;
  justify-self: center;
  padding-inline: 121px;
}
@media (max-width: 768px) {
  .p-solution-student__list:nth-child(5) {
    padding-inline: 0px;
  }
}

/* 男女生徒のアイコン */
.p-solution-student__list:last-child .p-solution-student__list-image::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0.8%;
  background-image: url(../img/solution-student/solution-student__icon-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 291/315;
  width: 24%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-solution-student__list:last-child .p-solution-student__list-image::after {
    background-image: url(../img/solution-student/solution-student__icon-pc.png);
    aspect-ratio: 226/244;
    left: 50%;
    transform: translateX(-50%);
    width: 32.5%;
  }
}

/******************************************

  文部科学省調査 テスト結果が良くなることが判明

*******************************************/
.p-investigation {
  background: url(../img/investigation/investigation__bg.png) no-repeat left
    center / cover;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-investigation {
    padding-top: 80rem;
    padding-bottom: 125rem;
  }
}

.p-investigation__wrapper {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
}

.p-investigation__top-title-image {
  width: 33%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-investigation__top-title-image {
    width: 53%;
  }
}

.p-investigation__top-title-image img {
  aspect-ratio: 347/73;
}
@media (max-width: 768px) {
  .p-investigation__top-title-image img {
    aspect-ratio: 416/96;
  }
}

.p-investigation__text-middle {
  font-size: 28px;
  font-weight: bold;
  justify-self: center;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .p-investigation__text-middle {
    font-size: 26rem;
  }
}
@media (max-width: 768px) {
  .p-investigation__text-middle {
    font-size: 30rem;
    margin-top: 36rem;
  }
}

/* テストの結果が良くなることが判明！ */
.p-investigation__text-bottom {
  font-size: 46px;
  font-weight: bold;
  justify-self: center;
  margin-top: 9px;
}
@media (max-width: 1024px) {
  .p-investigation__text-bottom {
    font-size: 44rem;
  }
}
@media (max-width: 768px) {
  .p-investigation__text-bottom {
    font-size: 55rem;
    text-align: center;
    margin-top: 16rem;
  }
}

.u-text__red {
  color: #e82020;
}

.p-investigation__table {
  width: 93%;
  justify-self: center;
  margin-top: 28px;
  margin-left: 4%;
}
@media (max-width: 768px) {
  .p-investigation__table {
    margin-left: 0;
    width: 91%;
  }
}

.p-investigation__table img {
  aspect-ratio: 925/306;
}
@media (max-width: 768px) {
  .p-investigation__table img {
    aspect-ratio: 679/400;
  }
}

/******************************************

  教員の負担も大幅削減

*******************************************/
.p-reduction {
  background: #e2f2f5;
  padding-top: 110px;
  padding-bottom: 84px;
}
@media (max-width: 768px) {
  .p-reduction {
    padding-top: 100rem;
    padding-bottom: 111rem;
  }
}

.p-reduction__wrapper {
  display: grid;
  justify-self: center;
  max-width: 1200px;
}

.p-reduction__title-image {
  width: 68%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-reduction__title-image {
    width: 100%;
  }
}

.p-reduction__title-image img {
  aspect-ratio: 643/185;
}
@media (max-width: 768px) {
  .p-reduction__title-image img {
    aspect-ratio: 697/201;
  }
}

.p-reduction__card-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-reduction__card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 0px;
    justify-content: center;
    margin-top: 60rem;
  }
}

.p-reduction__card-image {
  width: 80%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-reduction__card-image {
    width: 90%;
  }
}

.p-reduction__card-image img {
  aspect-ratio: 316/316;
}
@media (max-width: 768px) {
  .p-reduction__card-image img {
  }
}

/* 3つ目の画像だけセンターにしたい場合 */
.p-reduction__card-image:nth-child(3) {
  grid-column: span 2; /* 2列分使う */
  justify-self: center;
}
@media (max-width: 768px) {
  .p-reduction__card-image:nth-child(3) {
    padding-inline: 157rem;
  }
}

.p-reduction__text-image {
  width: 88%;
  justify-self: center;
  margin-top: 87px;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .p-reduction__text-image {
    width: 100%;
    margin-top: 100rem;
    margin-left: 0px;
  }
}

.p-reduction__text-image img {
  aspect-ratio: 869/198;
}
@media (max-width: 768px) {
  .p-reduction__text-image img {
    aspect-ratio: 699/284;
  }
}

/* 吹き出しQ */
.p-reduction__question-image {
  width: 87%;
  justify-self: center;
  margin-top: 83px;
}
@media (max-width: 768px) {
  .p-reduction__question-image {
    width: 94%;
    justify-self: center;
    margin-top: 129rem;
    margin-right: 12rem;
  }
}

.p-reduction__question-image img {
  aspect-ratio: 872/165;
}
@media (max-width: 768px) {
  .p-reduction__question-image img {
    aspect-ratio: 655/202;
  }
}

/* 円グラフ */
.p-reduction__graph-image {
  width: 76%;
  justify-self: center;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .p-reduction__graph-image {
    width: 98%;
    justify-self: center;
    margin-top: 55rem;
  }
}

.p-reduction__graph-image img {
  aspect-ratio: 747/428;
}
@media (max-width: 768px) {
  .p-reduction__graph-image img {
    aspect-ratio: 682/431;
  }
}

/******************************************

  でも選び方を間違えると...

*******************************************/
.p-mistake {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .p-mistake {
    padding-top: 106rem;
    padding-bottom: 90rem;
  }
}

.p-mistake__wrapper {
  position: relative;
  display: grid;
  justify-self: center;
  max-width: 1200px;
}

.p-mistake__wrapper::after {
  position: absolute;
  content: "";
  top: 12%;
  right: 12%;
  background-image: url(../img/mistake/mistake__icon-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 186/309;
  width: 22%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-mistake__wrapper::after {
    width: 19%;
  }
}
@media (max-width: 768px) {
  .p-mistake__wrapper::after {
    display: none;
  }
}

.p-mistake__title-image {
  margin-right: 170px;
}
@media (max-width: 768px) {
  .p-mistake__title-image {
    margin-right: 0;
    width: 100%;
  }
}

.p-mistake__title-image img {
  aspect-ratio: 482/77;
}
@media (max-width: 768px) {
  .p-mistake__title-image img {
    aspect-ratio: 700/111;
  }
}

.p-mistake__contents-wrapper {
}
@media (max-width: 768px) {
  .p-mistake__contents-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 1%;
  }
}

.p-mistake__text-wrapper {
  margin-left: 2%;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .p-mistake__text-wrapper {
    margin-left: 2.5%;
    margin-top: 37rem;
  }
}
.p-mistake__text {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .p-mistake__text {
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .p-mistake__text {
    font-size: 24rem;
    padding-left: 37rem;
  }
}

.p-mistake__text:not(:first-child) {
  margin-top: 0.8em;
}

.p-mistake__text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../img/mistake/mistake__check-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .p-mistake__text::before {
    width: 22rem;
    height: 22rem;
  }
}
@media (max-width: 768px) {
  .p-mistake__text::before {
    width: 26rem;
    height: 26rem;
    top: 7rem;
    left: 3rem;
  }
}

.p-mistake__contents-image {
  display: none;
}
@media (max-width: 768px) {
  .p-mistake__contents-image {
    width: 24%;
    display: block;
    align-self: flex-end;
    margin-bottom: 40rem;
    margin-right: 18rem;
  }
}

.p-mistake__contents-image img {
  aspect-ratio: 186/309;
}
@media (max-width: 768px) {
  .p-mistake__contents-image img {
    aspect-ratio: 165/275;
  }
}

.u-text__blue {
  color: #0c51b0;
  font-weight: bold;
}

/******************************************

  デジタルホワイトボードを選ぶ際の３つのポイント

*******************************************/
.p-point {
  background-color: #fcf7d2;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-point {
    padding-top: 114rem;
    padding-bottom: 100px;
  }
}

.p-point__wrapper {
  display: grid;
  justify-self: center;
  max-width: 1400px;
}

.p-point__title-image {
  width: 48%;
  justify-self: center;
}
@media (max-width: 1024px) {
  .p-point__title-image {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .p-point__title-image {
    width: 95%;
  }
}

.p-point__title-image img {
  aspect-ratio: 570/192;
}
@media (max-width: 768px) {
  .p-point__title-image img {
    aspect-ratio: 672/212;
  }
}

.p-point__item-head {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-point__item-head {
    justify-content: space-around;
  }
}

.p-point__title-icon {
}
@media (max-width: 768px) {
  .p-point__title-icon {
    width: 15%;
    margin-left: -14rem;
  }
}

.p-point__title-icon img {
  aspect-ratio: 92/101;
}
@media (max-width: 768px) {
  .p-point__title-icon img {
    aspect-ratio: 92/101;
  }
}

.p-point__item {
  background-color: white;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px rgba(242, 229, 132, 0.7);
  padding: 5rem 6.3rem;
  margin-top: 35px;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .p-point__item {
    padding: 50rem 60.3rem;
  }
}
@media (max-width: 768px) {
  .p-point__item {
    padding: 43rem 36rem;
    padding-bottom: 100rem;
    margin-top: 22rem;
    box-shadow: 8rem 8rem 0px 0px rgba(242, 229, 132, 0.7);
  }
}

.p-point__item-title {
  font-size: 32px;
  font-weight: bold;
  padding-left: 32px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #f8721b;
  width: calc(100% - 91px);
}
@media (max-width: 1024px) {
  .p-point__item-title {
    font-size: 32rem;
  }
}
@media (max-width: 768px) {
  .p-point__item-title {
    margin-top: 24rem;
    padding-bottom: 34rem;
    border-bottom: 5rem dotted #f8721b;
    padding-left: 14rem;
  }
}

.p-point__item-text {
  font-size: 18px;
  line-height: calc(36 / 18);
  margin-top: 35px;
  padding-inline: 40px;
}
@media (max-width: 1024px) {
  .p-point__item-text {
  }
}
@media (max-width: 768px) {
  .p-point__item-text {
    font-size: 24rem;
    line-height: calc(42 / 24);
    padding: 0;
    margin-top: 27rem;
  }
}
/******************************************
  point01 card
*******************************************/
.p-point__item--02 {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .p-point__item--02 {
    margin-top: 48rem;
  }
}

/* ul */
.p-point__item-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper {
    grid-template-columns: 1fr;
    margin-top: 68rem;
    gap: 43rem;
  }
}

/* li */
.p-point__item-card--02 {
  width: 80%;
}
@media (max-width: 768px) {
  .p-point__item-card--02 {
    width: 100%;
  }
}

.p-point__item-card-image--02 {
}

.p-point__item-card-image--02 img {
}

.p-point__item-card img {
  aspect-ratio: 326/608;
}
@media (max-width: 768px) {
  .p-point__item-card img {
    aspect-ratio: 635/683;
  }
}

.p-point__item-card-wrapper .p-point__item-card:nth-child(2) img {
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper .p-point__item-card:nth-child(2) img {
    aspect-ratio: 634/640;
  }
}

.p-point__item-card-wrapper .p-point__item-card:nth-child(3) img {
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper .p-point__item-card:nth-child(3) img {
    aspect-ratio: 630/651;
  }
}

/******************************************
  point02 card
*******************************************/
/* ul */
.p-point__item-card-wrapper--02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 38px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper--02 {
    grid-template-columns: 1fr;
    margin-top: 68rem;
    gap: 26rem;
  }
}

/* li */
.p-point__item-card--02 {
  position: relative;
}

/* アイコン */
.p-point__item-card--02:nth-child(1)::after {
  position: absolute;
  content: "";
  bottom: 2%;
  right: -25%;
  background-image: url(../img/point/point__2-icon01-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 174/176;
  width: 22%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-point__item-card--02:nth-child(1)::after {
    display: none;
  }
}

/* アイコン */
.p-point__item-card--02:nth-child(2)::after {
  position: absolute;
  content: "";
  bottom: 2%;
  left: -25%;
  background-image: url(../img/point/point__2-icon02-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 174/172;
  width: 22%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-point__item-card--02:nth-child(2)::after {
    display: none;
  }
}

/* アイコン */
.p-point__item-card--02:nth-child(3)::after {
  position: absolute;
  content: "";
  bottom: 2%;
  right: -25%;
  background-image: url(../img/point/point__2-icon03-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 175/184;
  width: 22%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-point__item-card--02:nth-child(3)::after {
    display: none;
  }
}

/* 2枚目のliだけ左寄せ */
.p-point__item-card-wrapper--02 .p-point__item-card--02:nth-child(2) {
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper--02 .p-point__item-card--02:nth-child(2) {
    margin-left: 0;
    margin-top: -62rem;
  }
}

/* 3枚目のli */
.p-point__item-card-wrapper--02 .p-point__item-card--02:nth-child(3) {
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper--02 .p-point__item-card--02:nth-child(3) {
    margin-top: -25rem;
  }
}

.p-point__item-card-image--02 {
}

.p-point__item-card-image--02 img {
}

.p-point__item-card--02 img {
  aspect-ratio: 803/242;
}
@media (max-width: 768px) {
  .p-point__item-card--02 img {
    aspect-ratio: 626/387;
  }
}

.p-point__item-card-wrapper .p-point__item-card--02:nth-child(2) img {
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper .p-point__item-card--02:nth-child(2) img {
    aspect-ratio: 626/477;
  }
}

.p-point__item-card-wrapper .p-point__item-card--02:nth-child(3) img {
}
@media (max-width: 768px) {
  .p-point__item-card-wrapper .p-point__item-card--02:nth-child(3) img {
    aspect-ratio: 626/467;
  }
}

/******************************************
  point03 card
*******************************************/
.p-point__item--03 {
  padding: 5rem 6.3rem 9rem;
  margin-top: 55px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-point__item--03 {
    padding: 50rem 60.3rem 90rem;
  }
}
@media (max-width: 768px) {
  .p-point__item--03 {
    padding: 41rem 45.3rem 190rem;
  }
}

.p-point__item-text--03 {
  column-count: 2;
  column-gap: 44px;
  column-rule: 1px solid #ffe1ce;
  padding-inline: 48px;
}
@media (max-width: 1024px) {
  .p-point__item-text--03 {
  }
}
@media (max-width: 768px) {
  .p-point__item-text--03 {
    column-count: 1;
    padding-inline: 0;
  }
}

.p-point__item-text--03 p {
  margin: 0 0 1em;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .p-point__item-text--03 p {
    padding: 0;
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .p-point__item-text--03 p {
    padding: 0;
    font-size: 24rem;
    line-height: calc(42 / 24);
    letter-spacing: 0;
    margin-bottom: 3em;
  }
}

.p-point__item--03::after {
  position: absolute;
  content: "";
  bottom: 2%;
  right: 2%;
  background-image: url(../img/point/point__3-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 371/159;
  width: 30%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-point__item--03::after {
    width: 53%;
    bottom: 7%;
    left: -3%;
    transform: translateX(50%);
  }
}
/******************************************

  ランキング表

*******************************************/
.p-ranking-table {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .p-ranking-table {
    padding-top: 70rem;
    padding-bottom: 100rem;
  }
}
@media (max-width: 768px) {
  .p-ranking-table {
    padding-top: 88rem;
    padding-bottom: 100rem;
  }
}

.p-ranking-table__title-wrapper {
  width: 39%;
  margin-inline: auto;
  display: grid;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-ranking-table__title-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.p-ranking-table__title-image {
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-ranking-table__title-image {
    width: 75%;
  }
}

.p-ranking-table__title-image img {
  aspect-ratio: 759/324;
}
@media (max-width: 768px) {
  .p-ranking-table__title-image img {
    aspect-ratio: 563/360;
  }
}

.p-ranking-table__image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-table__image {
    width: 100%;
    margin-left: 4%;
    margin-top: 63rem;
  }
}

.p-ranking-table__image img {
  aspect-ratio: 1261/2090;
}
@media (max-width: 768px) {
  .p-ranking-table__image img {
    aspect-ratio: 1261 / 2162;
    display: block;
  }
}

@media (max-width: 768px) {
  .p-ranking-table__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* btn */
.ranking-item__1-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 3px solid #1643c0;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgb(255, 217, 2) 0%,
    rgb(253, 255, 86) 100%
  );
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1643c0;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .ranking-item__1-btn {
    display: none;
  }
}

.ranking-item__1-btn-sp {
  display: none;
}
@media (max-width: 768px) {
  .ranking-item__1-btn-sp {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 3rem solid #1643c0;
    border-radius: 12px;
    background: linear-gradient(
      135deg,
      rgb(255, 217, 2) 0%,
      rgb(253, 255, 86) 100%
    );
    text-align: center;
    font-size: 33rem;
    font-weight: bold;
    color: #1643c0;
    padding: 30rem 0;
    margin-top: 12rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__1-btn-sp img {
    width: 60%;
    margin-left: 20%;
  }
}

/******************************************
  スクロールヒントの設定
*******************************************/
.p-ranking-table__wrapper {
  margin-top: 36px;
  margin-inline: auto;
  padding-inline: 25px;
  width: 100%;
  max-width: 1260px;
}
@media (max-width: 768px) {
  .p-ranking-table__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0;
    margin: 0;
  }
}

/******************************************

  ランキング 共通

*******************************************/

.p-ranking {
  padding: 60px 0 85px;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 100px;
}
@media (max-width: 1024px) {
  .p-ranking {
    padding: 60rem 0 85rem;
    padding-inline: 100rem;
  }
}
@media (max-width: 768px) {
  .p-ranking {
    padding-top: 0;
    padding-bottom: 85rem;
    padding-inline: 25rem;
  }
}

.ranking-item {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .ranking-item {
    margin-top: 80rem;
  }
}
.ranking-item__head {
  background: linear-gradient(
    180deg,
    rgb(21, 132, 195) 0%,
    rgb(52, 183, 233) 100%
  );
  padding-bottom: 6px;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 768px) {
  .ranking-item__head {
    display: grid;
    padding-bottom: 6rem;
    border-radius: 30rem 30rem 0 0;
  }
}

.ranking-item__com {
  gap: 1rem;
  display: grid;
  grid-template-columns: 40% 58%;
}
@media (max-width: 1024px) {
  .ranking-item__com {
    gap: 20rem;
    grid-template-columns: 1fr 58%;
  }
}
@media (max-width: 768px) {
  .ranking-item__com {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/******************************************

  ランキング 1位

*******************************************/
.ranking-item__head--1 {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .ranking-item__head--1 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

.p-ranking-1__title-image {
  width: 80%;
}
@media (max-width: 768px) {
  .p-ranking-1__title-image {
    width: 100%;
  }
}

.p-ranking-1__title-image img {
  aspect-ratio: 971/213;
}
@media (max-width: 768px) {
  .p-ranking-1__title-image img {
    aspect-ratio: 677/174;
  }
}

.ranking-item__box--1 {
  position: relative;
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 60px 105px 164px;
  z-index: 1;
}

/* 背景枠　白 */
.ranking-item__box--2,
.ranking-item__box--3,
.ranking-item__box--4,
.ranking-item__box--5 {
  position: relative;
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 60px 80px 75px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .ranking-item__box--1,
  .ranking-item__box--2,
  .ranking-item__box--3,
  .ranking-item__box--4,
  .ranking-item__box--5 {
    padding: 5% 10% 10%;
  }
}
@media (max-width: 768px) {
  .ranking-item__box--1,
  .ranking-item__box--2,
  .ranking-item__box--3,
  .ranking-item__box--4,
  .ranking-item__box--5 {
    border-radius: 0 0 30rem 30rem;
    padding: 30rem 45rem 100rem;
  }
}

/* 背景枠　薄黄色 */
.ranking-item__box--1::before,
.ranking-item__box--2::before,
.ranking-item__box--3::before,
.ranking-item__box--4::before,
.ranking-item__box--5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 25px solid #fffdcb;
  border-top: none;
  border-radius: 0 0 30px 30px;
  z-index: -1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ranking-item__box--1::before,
  .ranking-item__box--2::before,
  .ranking-item__box--3::before,
  .ranking-item__box--4::before,
  .ranking-item__box--5::before {
    border: 25rem solid #fffdcb;
    border-radius: 0 0 30rem 30rem;
    border-top: none;
  }
}

/* 一番外側の背景枠　黄色 */
.ranking-item__box--1::after,
.ranking-item__box--2::after,
.ranking-item__box--3::after,
.ranking-item__box--4::after,
.ranking-item__box--5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #ffd312;
  border-top: none;
  border-radius: 0 0 30px 30px;
  z-index: -1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ranking-item__box--1::after,
  .ranking-item__box--2::after,
  .ranking-item__box--3::after,
  .ranking-item__box--4::after,
  .ranking-item__box--5::after {
    border: 5rem solid #ffd312;
    border-radius: 0 0 30rem 30rem;
    border-top: none;
  }
}

.ranking1 {
  gap: 2rem;
}
@media (max-width: 1024px) {
  .ranking1 {
    gap: 20rem;
  }
}
@media (max-width: 768px) {
  .ranking1 {
    display: grid;
  }
}

/* 1位商品画像 */
.p-ranking-1__image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-1_image {
  }
}

.p-ranking-1__image img {
  aspect-ratio: 358/321;
}
@media (max-width: 768px) {
  .p-ranking-1__image img {
    aspect-ratio: 609/214;
  }
}

/* 1位商品詳細 */
.p-ranking-1__table-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-1__table-image {
  }
}

.p-ranking-1__table-image img {
  aspect-ratio: 614/507;
}
@media (max-width: 768px) {
  .p-ranking-1__table-image img {
    aspect-ratio: 614/584;
  }
}

/* btn */
.ranking-item__groupBtn--01 {
  margin-top: 57px;
  transition-duration: 0.4s;
}
@media (max-width: 1024px) {
  .ranking-item__groupBtn--01 {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__groupBtn--01 {
    display: none;
  }
}

/* hover */
.ranking-item__groupBtn--01:hover {
  margin-top: 57px;
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .ranking-item__groupBtn--01:hover {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__groupBtn--01:hover {
    display: none;
  }
}

@media (max-width: 768px) {
  .ranking-item__groupBtn--01 img {
    margin-left: 2%;
  }
}
/* おすすめポイントタイトル */
.p-ranking-1__title01-image {
  width: 36%;
}
.p-ranking-1__title01-image {
  aspect-ratio: 351/63;
}
@media (max-width: 768px) {
  .p-ranking-1__title01-image {
    width: 57%;
  }
}

.p-ranking-1__title02-image,
.p-ranking-1__title03-image,
.p-ranking-1__title04-image,
.p-ranking-1__title05-image {
  width: 36%;
}
@media (max-width: 768px) {
  .p-ranking-1__title02-image,
  .p-ranking-1__title03-image,
  .p-ranking-1__title04-image,
  .p-ranking-1__title05-image {
    width: 59%;
  }
}

.p-ranking-1__title02-image img,
.p-ranking-1__title02-image img,
.p-ranking-1__title02-image img,
.p-ranking-1__title02-image img,
.p-ranking-1__title02-image img {
  aspect-ratio: 361/63;
}
@media (max-width: 768px) {
  .p-ranking-1__title02-image img,
  .p-ranking-1__title02-image img,
  .p-ranking-1__title02-image img,
  .p-ranking-1__title02-image img,
  .p-ranking-1__title02-image img {
  }
}

/******************************************
  1位 おすすめポイント01
*******************************************/
/* ul */
.ranking-item__point-wrapper--01 {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  margin-top: 42px;
  gap: 28px;
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--01 {
  }
}

/* li */
.ranking-item__point-card--01 {
  position: relative;
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card--01 {
    width: 100%;
  }
}

/* 2つ目のカード位置 */
@media (max-width: 768px) {
  .ranking-item__point-wrapper--01
    .ranking-item__point-card--01:nth-last-child(2) {
    margin-top: -22rem;
  }
}

/* 1つ目 */
.ranking-item__point-card-image01--01 {
  width: 100%;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image01--01 {
  }
}

.ranking-item__point-card-image01--01 img {
  aspect-ratio: 1004/271;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image01--01 img {
    aspect-ratio: 613/634;
  }
}

/* 2つ目 */
.ranking-item__point-card-image02--01 {
  width: 100%;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--01 {
  }
}

.ranking-item__point-card-image02--01 img {
  aspect-ratio: 1004/271;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--01 img {
    aspect-ratio: 613/685;
  }
}

/* 3つ目 */
.ranking-item__point-card-image03--01 {
  width: 100%;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image03--01 {
  }
}

.ranking-item__point-card-image03--01 img {
  aspect-ratio: 1004/271;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image03--01 img {
    aspect-ratio: 613/550;
  }
}

/******************************************
  1位 おすすめポイント02
*******************************************/
.ranking-item__point-container {
  display: grid;
  max-width: 1000px;
}

/* ul */
.ranking-item__point-wrapper--02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--02 {
    grid-template: 1fr/1fr;
    margin-top: 32rem;
    gap: 40rem;
  }
}

/* li */
.ranking-item__point-card--02 {
  position: relative;
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card--02 {
    width: 100%;
  }
}

/* 1つ目 */
.ranking-item__point-card-image01--02 {
  width: 90.5%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image01--02 {
    width: 100%;
  }
}

.ranking-item__point-card-image01--02 img {
  aspect-ratio: 300/476;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image01--02 img {
    aspect-ratio: 610/210;
  }
}

/* 2つ目 */
.ranking-item__point-card-image02--02 {
  width: 90.5%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--02 {
    width: 100%;
  }
}

.ranking-item__point-card-image02--02 img {
  aspect-ratio: 300/476;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--02 img {
    aspect-ratio: 611/358;
  }
}

/* 3つ目 */
.ranking-item__point-card-image03--02 {
  width: 90.5%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image03--02 {
    width: 100%;
  }
}

.ranking-item__point-card-image03--02 img {
  aspect-ratio: 300/476;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image03--02 img {
    aspect-ratio: 611/211;
  }
}

/* さらに */
.ranking-item__text-middle-image--03 {
  width: 63.5%;
  justify-self: center;
  margin-top: 67px;
}
@media (max-width: 768px) {
  .ranking-item__text-middle-image--03 {
    width: 100%;
    margin-top: 105rem;
  }
}

.ranking-item__text-middle-image--03 img {
  aspect-ratio: 650/174;
}
@media (max-width: 768px) {
  .ranking-item__text-middle-image--03 img {
    aspect-ratio: 633/165;
  }
}

/* 5枚のカードcontainer */
.ranking-item__point-container--02-2 {
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-container--02-2 {
  }
}

/* 多彩な機能 ul */
.ranking-item__point-wrapper--02-2 {
  display: grid;
  margin-top: 17px;
  gap: 20px;
  justify-items: center;
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--02-2 {
    margin-top: 32rem;
  }
}

/* 上段：3列 li*/
.ranking-item__point-wrapper--02-2.row1 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--02-2.row1 {
    grid-template: 1fr/1fr;
    gap: 30rem;
  }
}
/* 下段：2列、中央寄せ li*/
.ranking-item__point-wrapper--02-2.row2 {
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  padding-inline: 140px;
}
@media (max-width: 1024px) {
  .ranking-item__point-wrapper--02-2.row2 {
    padding-inline: 100rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--02-2.row2 {
    grid-template: 1fr/1fr;
    padding-inline: 0;
    gap: 30rem;
  }
}

/* li */
.ranking-item__point-card--02-2 {
  position: relative;
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card--02-2 {
    width: 100%;
  }
}

/* 1つ目 */
.ranking-item__point-card-image04--02-2 {
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image04--02-2 {
  }
}
.ranking-item__point-card-image04--02-2 img {
  aspect-ratio: 263/344;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image04--02-2 img {
    aspect-ratio: 611/213;
  }
}

/* 2つ目 */
.ranking-item__point-card-image05--02-2 {
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image05--02-2 {
  }
}
.ranking-item__point-card-image05--02-2 img {
  aspect-ratio: 263/344;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image05--02-2 img {
    aspect-ratio: 613/251;
  }
}

/* 3つ目 */
.ranking-item__point-card-image06--02-2 {
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image06--02-2 {
  }
}
.ranking-item__point-card-image06--02-2 img {
  aspect-ratio: 263/344;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image06--02-2 img {
    aspect-ratio: 612/213;
  }
}

/* 4つ目 */
.ranking-item__point-card-image07--02-2 {
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image07--02-2 {
  }
}

.ranking-item__point-card-image07--02-2 img {
  aspect-ratio: 263/344;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image07--02-2 img {
    aspect-ratio: 611/213;
  }
}

/* 5つ目 */
.ranking-item__point-card-image08--02-2 {
  width: 100%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image08--02-2 {
  }
}

.ranking-item__point-card-image08--02-2 img {
  aspect-ratio: 263/344;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image08--02-2 img {
    aspect-ratio: 613/213;
  }
}

/* 授業の無駄を省ける */
.ranking-item__point-text-bottom--02 {
  width: 85%;
  justify-self: center;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .ranking-item__point-text-bottom--02 {
    width: 100%;
    margin-top: 40px;
  }
}

.ranking-item__point-text-bottom--02 img {
  aspect-ratio: 805/155;
}
@media (max-width: 768px) {
  .ranking-item__point-text-bottom--02 img {
    aspect-ratio: 621/118;
  }
}

/******************************************
  1位 おすすめポイント03
*******************************************/
.ranking-item__point-container {
  display: grid;
  max-width: 1000px;
}

/* ul */
.ranking-item__point-wrapper--03 {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  margin-top: 42px;
  gap: 28px;
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--03 {
    grid-template-rows: 1fr;
    margin-top: 42rem;
    gap: 28rem;
  }
}

/* li */
.ranking-item__point-card--03 {
  position: relative;
  width: 80%;
  justify-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point-card--03 {
    width: 100%;
  }
}

/* 1つ目 */
.ranking-item__point-card-image01--03 {
  width: 89.5%;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image01--03 {
    width: 100%;
  }
}

.ranking-item__point-card-image01--03 img {
  aspect-ratio: 713/234;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image01--03 img {
    aspect-ratio: 633/233;
  }
}

/* 2つ目 */
.ranking-item__point-card-image02--03 {
  width: 89.5%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--03 {
    width: 100%;
  }
}

.ranking-item__point-card-image02--03 img {
  aspect-ratio: 713/234;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--03 img {
    aspect-ratio: 633/268;
  }
}

/* 3つ目 */
.ranking-item__point-card-image03--03 {
  width: 89.5%;
  justify-self: end;
}

@media (max-width: 768px) {
  .ranking-item__point-card-image03--03 {
    justify-self: center;
    width: 100%;
  }
}

.ranking-item__point-card-image02--03 img {
  aspect-ratio: 713/234;
}
@media (max-width: 768px) {
  .ranking-item__point-card-image02--03 img {
    aspect-ratio: 633/234;
  }
}

/* 1つ目のカード配置 */
.ranking-item__point-wrapper--03 .ranking-item__point-card--03:nth-child(1) {
  margin-right: auto;
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--03 .ranking-item__point-card--03:nth-child(1) {
    margin: 0;
  }
}

/* 3つ目のカード配置 */
.ranking-item__point-wrapper--03 .ranking-item__point-card--03:nth-child(3) {
  margin-left: auto;
}
@media (max-width: 768px) {
  .ranking-item__point-wrapper--03 .ranking-item__point-card--03:nth-child(3) {
    margin: 0;
  }
}

/* 1つ目のカードのイラスト */
.ranking-item__point-card--03:nth-child(1)::after {
  position: absolute;
  content: "";
  bottom: 4%;
  right: -25%;
  background-image: url(../img/ranking_1/ranking__1-3-icon01-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 254 / 178;
  width: 32%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .ranking-item__point-card--03:nth-child(1)::after {
    display: none;
  }
}

/* 3つ目のカードのイラスト */
.ranking-item__point-card--03:nth-child(3)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -25%;
  background-image: url(../img/ranking_1/ranking__1-3-icon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 232 / 206;
  width: 29%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .ranking-item__point-card--03:nth-child(3)::after {
    aspect-ratio: 232 / 206;
    width: 50%;
    bottom: -132%;
    left: 0;
    transform: translateX(50%);
  }
}

/******************************************
  1位 おすすめポイント04
*******************************************/
.ranking-item__point--04 {
}
@media (max-width: 768px) {
  .ranking-item__point--04 {
    margin-top: 450rem !important;
  }
}

.ranking-item__contents-wrapper {
  display: grid;
  grid-template-columns: 1fr 18rem;
  align-items: start;
  gap: 19px;
}
@media (max-width: 1024px) {
  .ranking-item__contents-wrapper {
    display: grid;
    grid-template-columns: 1fr 190rem;
    align-items: start;
    gap: 19rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__contents-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.ranking-item__contents-text-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ranking-item__contents-text-wrapper {
  }
}

/* イラスト */
.ranking-item__point04-image {
  width: 78%;
  justify-self: center;
  align-self: center;
}
@media (max-width: 768px) {
  .ranking-item__point04-image {
    width: 40%;
    justify-self: center;
  }
}

.ranking-item__point04-image img {
  aspect-ratio: 223/257;
}
@media (max-width: 768px) {
  .ranking-item__point04-image img {
    aspect-ratio: 232/231;
  }
}
/******************************************
  1位 おすすめポイント05
*******************************************/
.ranking-item__contents-wrapper--05 {
  grid-template-columns: 18rem 1fr;
}
@media (max-width: 1024px) {
  .ranking-item__contents-wrapper--05 {
    display: grid;
    grid-template-columns: 190rem 1fr;
    align-items: start;
    gap: 19rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__contents-wrapper--05 {
    grid-template-columns: 1fr;
  }
}

.ranking-item__contents-text-wrapper--05 {
  order: 1;
}
@media (max-width: 768px) {
  .ranking-item__contents-text-wrapper--05 {
  }
}

/* イラスト */
.ranking-item__point05-image {
  width: 72%;
  justify-self: center;
  align-self: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ranking-item__point05-image {
    width: 40%;
    order: 2;
  }
}

.ranking-item__point05-image img {
  aspect-ratio: 205/223;
}
@media (max-width: 768px) {
  .ranking-item__point05-image img {
    aspect-ratio: 220/213;
  }
}

/******************************************

  ランキング 2位

*******************************************/
/* 背景枠　薄グレー */
.ranking-item__box--2::before {
  border: 25px solid #ededed;
  border-top: none;
}
@media (max-width: 768px) {
  .ranking-item__box--2::before {
    border: 25rem solid #ededed;
    border-top: none;
  }
}

/* 一番外側の背景枠　グレー */
.ranking-item__box--2::after {
  border: 5px solid #a4a4a4;
  border-top: none;
}
@media (max-width: 768px) {
  .ranking-item__box--2::after {
    border: 5rem solid #a4a4a4;
    border-top: none;
  }
}

.p-ranking-2__title-image {
  width: 53%;
  margin-right: 7%;
}
@media (max-width: 768px) {
  .p-ranking-2__title-image {
    width: 68%;
    padding: 0;
    margin-right: 0;
  }
}

.p-ranking-2__title-image img {
  aspect-ratio: 670/241;
}
@media (max-width: 768px) {
  .p-ranking-2__title-image img {
    aspect-ratio: 467/184;
  }
}

.ranking-item__head--2 {
  padding-top: 10px;
}

/* 2位商品画像 */
.p-ranking-2__image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-2_image {
  }
}

.p-ranking-2__image img {
  aspect-ratio: 367/336;
}
@media (max-width: 768px) {
  .p-ranking-2__image img {
    aspect-ratio: 627/220;
  }
}

/* 2位商品詳細 */
.p-ranking-2__table-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-2__table-image {
  }
}

.p-ranking-2__table-image img {
  aspect-ratio: 614/507;
}
@media (max-width: 768px) {
  .p-ranking-2__table-image img {
    aspect-ratio: 614/584;
  }
}

@media (max-width: 768px) {
  .ranking-item__com--02 {
    gap: 20rem;
  }
}

/* おすすめポイントタイトル */
.p-ranking-2__text-middle-image {
  width: 40%;
  margin-left: 31%;
}
@media (max-width: 768px) {
  .p-ranking-2__text-middle-image {
    width: 74%;
    margin-left: 14%;
    margin-bottom: 20.5rem;
  }
}

.p-ranking-2__text-middle-image img {
  aspect-ratio: 416/59;
}
@media (max-width: 768px) {
  .p-ranking-2__text-middle-image img {
    aspect-ratio: 446/59;
  }
}

/* おすすめポイント */
.p-ranking-2__text-bottom-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-2__text-bottom-image {
  }
}

.p-ranking-2__text-bottom-image img {
  aspect-ratio: 1046/251;
}
@media (max-width: 768px) {
  .p-ranking-2__text-bottom-image img {
    aspect-ratio: 636/270;
  }
}

/******************************************

  ランキング 3位

*******************************************/
/* 背景枠　薄茶色 */
.ranking-item__box--3::before {
  border: 25px solid #e2c2ae;
  border-top: none;
}
@media (max-width: 768px) {
  .ranking-item__box--3::before {
    border: 25rem solid #e2c2ae;
    border-top: none;
  }
}

/* 一番外側の背景枠　茶色 */
.ranking-item__box--3::after {
  border: 5px solid #ab7d60;
  border-top: none;
}
@media (max-width: 768px) {
  .ranking-item__box--3::after {
    border: 5rem solid #ab7d60;
    border-top: none;
  }
}

.p-ranking-3__title-image {
  width: 64%;
}
@media (max-width: 768px) {
  .p-ranking-3__title-image {
    width: 77%;
  }
}

.p-ranking-3__title-image img {
  aspect-ratio: 791/240;
}
@media (max-width: 768px) {
  .p-ranking-3__title-image img {
    aspect-ratio: 538/184;
  }
}

/* 3位商品画像 */
.p-ranking-3__image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-3_image {
  }
}

.p-ranking-3__image img {
  aspect-ratio: 357/389;
}
@media (max-width: 768px) {
  .p-ranking-3__image img {
    aspect-ratio: 623/225;
  }
}

/* 3位商品詳細 */
.p-ranking-3__table-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-3__table-image {
  }
}

.p-ranking-3__table-image img {
  aspect-ratio: 614/483;
}
@media (max-width: 768px) {
  .p-ranking-3__table-image img {
    aspect-ratio: 614/556;
  }
}

@media (max-width: 768px) {
  .ranking-item__com--03 {
    gap: 20rem;
  }
}

/* おすすめポイントタイトル */
.p-ranking-3__text-middle-image {
  width: 45%;
  margin-left: 30%;
  margin-bottom: 0.9rem;
}
@media (max-width: 1024px) {
  .p-ranking-3__text-middle-image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-ranking-3__text-middle-image {
    width: 81%;
    margin-left: 10%;
    margin-bottom: 20.5rem;
  }
}

.p-ranking-3__text-middle-image img {
  aspect-ratio: 473/59;
}
@media (max-width: 768px) {
  .p-ranking-3__text-middle-image img {
    aspect-ratio: 508/59;
  }
}

/* おすすめポイント */
.p-ranking-3__text-bottom-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-3__text-bottom-image {
  }
}

.p-ranking-3__text-bottom-image img {
  aspect-ratio: 1046/251;
}
@media (max-width: 768px) {
  .p-ranking-3__text-bottom-image img {
    aspect-ratio: 647/391;
  }
}
/******************************************

  ランキング 4,5位

*******************************************/
/* 背景枠　薄青色 */
.ranking-item__box--4::before,
.ranking-item__box--5::before {
  border: 25px solid #bbccf6;
  border-top: none;
}
@media (max-width: 768px) {
  .ranking-item__box--4::before,
  .ranking-item__box--5::before {
    border: 25rem solid #bbccf6;
    border-top: none;
  }
}

/* 一番外側の背景枠　青色 */
.ranking-item__box--4::after,
.ranking-item__box--5::after {
  border: 5px solid #6e8dda;
  border-top: none;
}
@media (max-width: 768px) {
  .ranking-item__box--4::after,
  .ranking-item__box--5::after {
    border: 5rem solid #6e8dda;
    border-top: none;
  }
}

/* 4位ランキングバッジ画像 */
.p-ranking-4__title-image {
  width: 64%;
}
@media (max-width: 768px) {
  .p-ranking-4__title-image {
    width: 74%;
  }
}

.p-ranking-4__title-image img {
  aspect-ratio: 745/239;
}
@media (max-width: 768px) {
  .p-ranking-4__title-image img {
    aspect-ratio: 512/183;
  }
}

/* 5位ランキングバッジ画像 */
.p-ranking-5__title-image {
  width: 54%;
}
@media (max-width: 768px) {
  .p-ranking-5__title-image {
    width: 71%;
  }
}

.p-ranking-5__title-image img {
  aspect-ratio: 666/229;
}
@media (max-width: 768px) {
  .p-ranking-5__title-image img {
    aspect-ratio: 473/183;
  }
}

.ranking-item__head--04 {
  padding-bottom: 0;
}

.ranking-item__head--05 {
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .ranking-item__head--05 {
    padding: 0;
  }
}

/* 4位商品画像 */
.p-ranking-4__image {
  width: 90%;
}
@media (max-width: 768px) {
  .p-ranking-4_image {
    width: 100%;
  }
}

.p-ranking-4__image img {
  aspect-ratio: 345/338;
}
@media (max-width: 768px) {
  .p-ranking-4__image img {
    aspect-ratio: 520/269;
  }
}

/* 5位商品画像 */
.p-ranking-5__image {
  width: 90%;
}
@media (max-width: 768px) {
  .p-ranking-5_image {
    width: 100%;
  }
}

.p-ranking-5__image img {
  aspect-ratio: 360/352;
}
@media (max-width: 768px) {
  .p-ranking-5__image img {
    aspect-ratio: 626/214;
  }
}

/* 4位商品詳細 */
.p-ranking-4__table-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-4__table-image {
    margin-top: 30rem;
  }
}

.p-ranking-4__table-image img {
  aspect-ratio: 614/476;
}
@media (max-width: 768px) {
  .p-ranking-4__table-image img {
    aspect-ratio: 614/557;
  }
}

/* 5位商品詳細 */
.p-ranking-5__table-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-5__table-image {
    margin-top: 30rem;
  }
}

.p-ranking-5__table-image img {
  aspect-ratio: 614/483;
}
@media (max-width: 768px) {
  .p-ranking-5__table-image img {
    aspect-ratio: 614/527;
  }
}

/* 4位おすすめポイントタイトル */
.p-ranking-4__text-middle-image {
  width: 43%;
  margin-left: 31%;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .p-ranking-4__text-middle-image {
    width: 77%;
    margin-left: 12%;
    margin-bottom: 20.5rem;
  }
}

.p-ranking-4__text-middle-image img {
  aspect-ratio: 446/59;
}
@media (max-width: 768px) {
  .p-ranking-4__text-middle-image img {
    aspect-ratio: 475/59;
  }
}

/* 5位おすすめポイントタイトル */
.p-ranking-5__text-middle-image {
  width: 44%;
  margin-left: 31%;
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .p-ranking-5__text-middle-image {
    width: 74%;
    margin-left: 13%;
    margin-bottom: 20.5rem;
  }
}

.p-ranking-5__text-middle-image img {
  aspect-ratio: 445/59;
}
@media (max-width: 768px) {
  .p-ranking-5__text-middle-image img {
    aspect-ratio: 479/59;
  }
}

/* 4位おすすめポイント */
.p-ranking-4__text-bottom-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-4__text-bottom-image {
  }
}

.p-ranking-4__text-bottom-image img {
  aspect-ratio: 1046/251;
}
@media (max-width: 768px) {
  .p-ranking-4__text-bottom-image img {
    aspect-ratio: 637/393;
  }
}

/* 5位おすすめポイント */
.p-ranking-5__text-bottom-image {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ranking-5__text-bottom-image {
  }
}

.p-ranking-5__text-bottom-image img {
  aspect-ratio: 1046/251;
}
@media (max-width: 768px) {
  .p-ranking-5__text-bottom-image img {
    aspect-ratio: 647/391;
  }
}
/******************************************
  ランク共通ー商品紹介ページボタンー
*******************************************/
.choice-item__btn {
  width: 506px;
  height: 70.3px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(
    135deg,
    rgb(11, 82, 177) 0%,
    rgb(46, 151, 251) 100%
  );
  color: white;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.1);
}

.ranking-item__groupTtl {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.ranking-item__groupBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 3px solid #1643c0;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgb(255, 217, 2) 0%,
    rgb(253, 255, 86) 100%
  );
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1643c0;
  padding: 15px 0;
}

.ranking-item__table {
  border-collapse: collapse;
}
.ranking-item__table td {
  border: 1px solid #a1a1a1;
  padding: 15px;
}
.ranking-item__table td:first-child {
  width: 177px;
  background-color: #e3f4ff;
  text-align: center;
}
.ranking-item__table td:nth-child(2) {
  width: 430px;
}

.ranking-item__point {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .ranking-item__point {
    margin-top: 100rem;
  }
}

.ranking-item__point .point-item__boxArea {
  padding: 20px;
}
.ranking-item__point .point-item__boxTxt span {
  color: #cb0000;
}
.ranking-item__point .point-item__boxTxt::before {
  content: unset;
}

.ranking-item__point-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 5px dotted #f3a000;
}
@media (max-width: 1024px) {
  .ranking-item__point-title {
    font-size: 36rem;
    margin-top: 15rem;
    padding-bottom: 10rem;
    border-bottom: 2px dotted #f3a000;
  }
}
@media (max-width: 768px) {
  .ranking-item__point-title {
    font-size: 36rem;
    line-height: calc(60 / 36);
    margin-top: 20rem;
    padding-bottom: 16rem;
    border-bottom: 5px dotted #f3a000;
  }
}

.ranking-item__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  line-height: calc(36 / 18);
}
@media (max-width: 1024px) {
  .ranking-item__text {
    font-size: 18rem;
    line-height: calc(36 / 18);
    margin-top: 40rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__text {
    font-size: 24rem;
    line-height: calc(45 / 24);
  }
}

/* point01テキストのみ */
.ranking-item__text--big {
  font-size: 23px;
  font-weight: bold;
  margin-top: 40px;
  line-height: calc(44 / 23);
  text-align: center;
}
@media (max-width: 1024px) {
  .ranking-item__text--big {
    font-size: 23rem;
    line-height: calc(44 / 23);
    margin-top: 40rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__text--big {
    font-size: 26rem;
    line-height: calc(45 / 26);
    margin-top: -89rem;
  }
}

.ranking-item__link {
  margin-top: 114px;
}
@media (max-width: 768px) {
  .ranking-item__link {
    margin-top: 114rem;
  }
}

.ranking-item__link .ranking-item__groupBtn {
  width: 550px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ranking-item__link .ranking-item__groupBtn {
    width: 550rem;
    height: 77rem;
  }
}

.ranking-item__link .ranking-item__groupBtn span {
}
@media (max-width: 768px) {
  .ranking-item__link .ranking-item__groupBtn span {
    font-size: 24rem;
  }
}

.ranking-item__link .ranking-item__groupBtn img {
}
@media (max-width: 768px) {
  .ranking-item__link .ranking-item__groupBtn img {
    width: 51%;
  }
}
@media (max-width: 768px) {
  .ranking-item__link .ranking-item__groupBtn img:last-child {
    position: absolute;
    width: 70%;
    top: calc(50% - -3.5rem);
    right: 15rem;
  }
}

.ranking-item__linkTxt {
  font-size: 22px;
  font-weight: bold;
  color: #1544bc;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ranking-item__linkTxt {
    font-size: 24rem;
  }
}
/******************************************
  ランク共通ーおすすめポイントー
*******************************************/
.ranking-item__col {
  margin-top: 140px;
  position: relative;
}
@media (max-width: 1024px) {
  .ranking-item__col {
    margin-top: 100rem;
  }
}
@media (max-width: 768px) {
  .ranking-item__col {
    margin-top: 100rem;
  }
}

/* おすすめポイントタイトル */
/* .ranking-item__colHead {
  position: absolute;
  top: -30%;
  left: 51%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ranking-item__colHead {
    width: 100%;
    top: -33%;
    left: 67%;
  }
} */

/* おすすめポイントタイトル 2*/
/* .ranking-item__colHead--02 {
}
@media (max-width: 768px) {
  .ranking-item__colHead--02 {
    width: 100%;
    top: -28%;
    left: 65%;
  }
} */

/* おすすめポイントタイトル 3*/
/* .ranking-item__colHead--03 {
}
@media (max-width: 768px) {
  .ranking-item__colHead--03 {
    width: 100%;
    top: -19%;
    left: 61%;
  }
} */

/* おすすめポイントタイトル 4 */
/* .ranking-item__colHead--04 {
}
@media (max-width: 768px) {
  .ranking-item__colHead--04 {
    width: 100%;
    top: -19%;
    left: 68%;
  }
} */

/* おすすめポイントタイトル 5 */
/* .ranking-item__colHead--05 {
}
@media (max-width: 768px) {
  .ranking-item__colHead--05 {
    width: 100%;
    top: -19%;
    left: 68%;
  }
} */

.ranking-item__listBtn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .ranking-item__listBtn {
    margin-top: 50rem;
  }
}

/******************************************

まとめページ１

*******************************************/
.p-summary {
  background: #fcf7d2;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-inline: 100px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-summary {
    padding-top: 80rem;
    padding-bottom: 80rem;
    padding-inline: 25rem;
  }
}

.p-summary__container {
  background-color: white;
  max-width: 1200px;
  margin-inline: auto;
  padding: 4.0625rem 11.875rem 5.9375rem;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .p-summary__container {
    margin-inline: auto;
    padding: 5% 10% 10%;
  }
}
@media (max-width: 768px) {
  .p-summary__container {
    padding: 47rem 25rem 100rem;
  }
}

.p-summary__wrapper {
  max-width: 850px;
  width: 100%;
  display: grid;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-summary__wrapper {
    width: 100%;
    display: grid;
    justify-self: center;
  }
}

/* どこよりもホワイトボード */
.p-summary__title-image {
  width: 80%;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-summary__title-image {
    width: 90%;
    justify-self: center;
  }
}

.p-summary__title-image img {
  aspect-ratio: 648/210;
}
@media (max-width: 768px) {
  .p-summary__title-image img {
    aspect-ratio: 599/187;
  }
}

.p-summary__contents-image {
  width: 97%;
  justify-self: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-summary__contents-image {
    margin-top: 32rem;
    width: 100%;
  }
}

.p-summary__contents-image img {
  aspect-ratio: 797/413;
}
@media (max-width: 768px) {
  .p-summary__contents-image img {
    aspect-ratio: 684/479;
  }
}

/* でも、複数教室に導入すると初期費用が高い・・・ */
.p-summary__title02-image {
  width: 65%;
  justify-self: center;
  margin-top: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .p-summary__title02-image {
    width: 75%;
    margin-top: 47rem;
  }
}
.p-summary__title02-image img {
  aspect-ratio: 533/172;
}
@media (max-width: 768px) {
  .p-summary__title02-image img {
    aspect-ratio: 487/139;
  }
}

.p-summary__title02-image::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50%;
  background: #f8721b;
  width: 1px;
  height: 60%;
}
@media (max-width: 768px) {
  .p-summary__title02-image::after {
    bottom: -63%;
    height: 33%;
  }
}
/******************************************
メリット１
*******************************************/
.p-summary__text-wrapper {
  display: grid;
  justify-self: center;
}

.p-summary__merit01-image {
  width: 93%;
  justify-self: center;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .p-summary__merit01-image {
    width: 100%;
    margin-top: 84rem;
  }
}
.p-summary__merit01-image img {
  aspect-ratio: 763/132;
}
@media (max-width: 768px) {
  .p-summary__merit01-image img {
    aspect-ratio: 666/173;
  }
}

.p-summary__text {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18);
  letter-spacing: 0;
  text-align: center;
  margin-top: 19.2px;
}
@media (max-width: 768px) {
  .p-summary__text {
    font-size: 22rem;
    margin-top: 19.2rem;
    line-height: calc(40 / 22);
    text-align: left;
  }
}

/******************************************
メリット2
*******************************************/
.p-summary__merit02-image {
  width: 100%;
  justify-self: center;
  margin-top: 35.2px;
}
@media (max-width: 768px) {
  .p-summary__merit02-image {
    margin-top: 54rem;
  }
}
.p-summary__merit02-image img {
  aspect-ratio: 818/133;
}
@media (max-width: 768px) {
  .p-summary__merit02-image img {
    aspect-ratio: 667/167;
  }
}

.p-summary__text-wrapper--02 {
  position: relative;
  display: grid;
  justify-self: center;
  margin-top: 16px;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .p-summary__text-wrapper--02 {
    gap: 13rem;
    margin-top: 16rem;
  }
}

.p-summary__text--02 {
  letter-spacing: 0;
  text-align: left;
  margin-top: 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-summary__text--02 {
    margin-left: 40rem;
  }
}

.p-summary__text--02::before {
  position: absolute;
  content: "";
  top: 21%;
  left: -11%;
  background-image: url(../img/summary/summary__icon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 27/22;
  width: 1.7rem;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-summary__text--02::before {
    width: 28rem;
  }
}

.p-summary__text-wrapper--02::after {
  position: absolute;
  content: "";
  bottom: -47%;
  left: 40%;
  background-image: url(../img/summary/summary__icon-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 68/38;
  width: 20%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-summary__text-wrapper--02::after {
    background-image: url(../img/summary/summary__icon.png);
    aspect-ratio: 41/23;
  }
}

.p-summary__text--big {
  letter-spacing: 0;
  font-size: 23px;
  line-height: calc(36 / 23);
  font-weight: bold;
  margin-top: 73.6px;
}
@media (max-width: 768px) {
  .p-summary__text--big {
    font-size: 26rem;
    margin-top: 93.6rem;
    text-align: center;
  }
}

/* btn */
.p-summary__btn-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-summary__btn-text {
    font-size: 18rem;
  }
}

.p-summary__btn-wrapper {
  width: 86%;
  display: grid;
  justify-self: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-summary__btn-wrapper {
    margin-top: 80rem;
  }
}

.ranking-item__groupBtn--03 {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .ranking-item__groupBtn--03 {
    margin-top: 16rem;
  }
}

.ranking-item__groupBtn--03 span {
}
@media (max-width: 768px) {
  .ranking-item__groupBtn--03 span {
    font-size: 28rem;
  }
}

.ranking-item__groupBtn span:last-child {
  position: absolute;
  top: calc(50% - 16.5px);
  right: 15px;
}
@media (max-width: 768px) {
  .ranking-item__groupBtn span:last-child {
    position: absolute;
    width: 8%;
    top: calc(50% - 18.5rem);
    right: 15rem;
  }
}

/******************************************

検索section

*******************************************/
.sub {
  background-color: #eff9ff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .sub {
    padding: 100rem 0;
  }
}

.otherBtn {
  margin: 60px auto 0;
}
@media (max-width: 1024px) {
  .otherBtn {
    margin: 60rem auto 0;
  }
}

.otherBtn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 465px;
  height: 72px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  background-color: #4192d6;
  border-radius: 15px;
  color: white;
  -webkit-box-shadow: 0px 10px 0px -3px #0c67b3;
  box-shadow: 0px 10px 0px -3px #0c67b3;
}
@media (max-width: 1024px) {
  .otherBtn-link {
    font-size: 28rem;
    width: 465rem;
    height: 72rem;
    border-radius: 15rem;
    -webkit-box-shadow: 0rem 10rem 0rem -3rem #0c67b3;
    box-shadow: 0rem 10rem 0rem -3rem #0c67b3;
  }
}

@media (min-width: 768px) {
  .otherBtn-link,
  .choice-item__btn,
  .ranking-item__groupBtn {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .otherBtn-link:hover,
  .choice-item__btn:hover,
  .ranking-item__groupBtn:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    opacity: 0.8;
    scale: 1.05;
  }
}

.otherBtn-link span:last-child {
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
}
@media (max-width: 1024px) {
  .otherBtn-link span:last-child {
    top: calc(50% - 20rem);
    right: 15rem;
  }
}
@media (max-width: 1024px) {
  .otherBtn-link span:last-child img {
    width: 14rem;
  }
}

.otherItem {
  max-width: 1200px;
  margin: 80px auto 0;
  border: 2px solid #4192d6;
  background-color: white;
}
@media (max-width: 1260px) {
  .otherItem {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1165px) {
  .otherItem-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .otherItem-box {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}

.otherItem-lead {
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgb(66, 145, 214) 0%,
    rgb(141, 203, 254) 100%
  );
  font-size: 26px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.otherItem-box__search {
  width: 800px;
  margin: 40px auto 60px;
}
@media (max-width: 1024px) {
  .otherItem-box__search {
    width: 100%;
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media (max-width: 768px) {
  .otherItem-box__search {
    padding-left: 30rem;
    padding-right: 30rem;
    margin: 40rem auto 60rem;
  }
}

.otherItem-box__searchTtl {
  font-size: 26px;
  color: #277fc9;
  border-bottom: 2px dashed #277fc9;
  padding-bottom: 8px;
  margin-top: 30px;
}
.otherItem-box__searchBox {
  margin-top: 15px;
}
.otherItem-box__searchGroup {
  margin-right: 20px;
}
.otherItem-box__searchGroup label {
  font-size: 20px;
  color: #313131;
}
.otherItem-box__searchBtn {
  margin-top: 50px;
}
.otherItem-box__searchBtn .otherBtn-link {
  width: 333px;
  border: unset;
}
.otherItem-box__wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}
.otherItem-box__wrapCol {
  max-width: 220px;
}
@media (max-width: 1165px) {
  .otherItem-box__wrapCol {
    margin-bottom: 20px;
  }
}

.otherItem-box__wrapImg img {
  height: 200px;
}
.otherItem-box__wrapTxt {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.5;
}
.otherItem-box__wrapBtn .otherBtn-link {
  width: 333px;
  margin: 30px 0 60px;
}

.footer {
  background-color: #1544bc;
  padding: 25px 0 8px;
}
.footer-menu__link {
  font-size: 18px;
  color: white;
  margin-right: 35px;
}
.footer-menu__link:last-child {
  margin-right: unset;
}
.footer-copy {
  font-size: 14px;
  color: white;
  margin-top: 20px;
}

/******************************************

問い合わせページ

*******************************************/
form {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 3%;
}
form .wpcf7-text,
form .wpcf7-textarea {
  background-color: rgb(240, 240, 240);
  font-size: 20px;
  padding: 10px 15px;
  width: 100%;
  border: none;
  margin-top: 5px;
}
form p {
  margin-bottom: 20px;
}
.required::after {
  content: "必須";
  color: #ffffff;
  background: #d33d25;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.6em;
}
.any::after {
  content: "任意";
  color: #ffffff;
  background: #226bd1;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.6em;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background-color: #233b6c;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.6;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
.submit-wrap {
  margin: 0 auto;
  text-align: center;
}
span.wpcf7-spinner {
  display: none;
}

/******************************************

  768px

*******************************************/
@media (max-width: 768px) {
  .otherItem {
    margin-top: 80rem;
  }
}
@media (max-width: 1024px) {
  .otherItem {
    margin-left: 30rem;
    margin-right: 30rem;
  }
}

@media (max-width: 768px) {
  .otherItem-lead {
    font-size: 32rem;
    padding: 20rem;
  }
}

@media (max-width: 768px) {
  .otherItem-box__searchBtn {
    margin-top: 40rem;
  }
  .otherItem-box__searchTtl {
    margin-top: 50rem;
    font-size: 28rem;
  }
  .otherItem-box__searchTtl:first-child {
    margin-top: unset;
  }
  .otherItem-box__searchGroup label {
    font-size: 24rem;
  }
  .otherItem-box__wrapImg img {
    width: 100%;
    height: 250rem;
  }
  .otherItem-box__wrapCol {
    max-width: unset;
    width: 48%;
  }
  .otherItem-box__wrapTxt {
    font-size: 28rem;
  }
  .footer-menu__link {
    font-size: 25rem;
    margin-right: 25rem;
  }
  .footer-copy {
    font-size: 20rem;
    margin-top: 20rem;
  }
  .ranking-list__scroll {
    overflow-x: auto;
  }
  .ranking-list {
    width: 700px;
  }

  .u-sp-block {
    display: none;
  }

  .u-pc-block {
    display: block;
  }

  .u-mt-20 {
    margin-top: 20px !important;
  }

  .u-mt-30 {
    margin-top: 30px;
  }
}

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

@media (max-width: 768px) {
  .sub_bottom {
    padding-bottom: 100px;
  }
  .thanks-text {
    margin: 50px 0;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
