@charset "UTF-8";
/*カラー*/
/*フォントウェイト*/
.pr {
  border: solid 1px #000;
  border-radius: 5px;
  width: 60px;
  font-size: 1.8em;
  margin: 10px 0 10px 10px;
  text-align: center;
}

.table1,
.sec1,
.top3,
.corporation,
.after-all {
  background-color: rgba(17, 178, 237, 0.04);
  padding: 0 10px;
}

.back-wh {
  background-color: #fff;
  padding: 15px 7px 15px 17px;
  border-radius: 8px;
}

/*テキスト太字*/
.point1 {
  font-weight: 700;
}

/*テキスト太字/赤色*/
.point2 {
  font-weight: 600;
  color: #ff0000;
}

/*テキスト太字/黄色マーカー*/
.point3 {
  font-weight: 600;
  background: linear-gradient(transparent 65%, #fff111 50%);
}

/*テキスト太字/赤色/黄色マーカー*/
.point4 {
  font-weight: 600;
  color: #ff0000;
  background: linear-gradient(transparent 65%, #fff111 50%);
}

/*チェックボックス*/
.check-box {
  width: 28px;
  height: 24px;
  margin-right: 3px;
  margin-top: 1px;
}

/*下三角矢印について*/
.arrow-down {
  display: block;
  width: 45%;
  margin: 50px auto;
}

.en {
  font-size: 1.7em;
  line-height: 1em;
}

.ja {
  font-size: 0.5em;
  font-weight: 900;
}

/*メインビジュアルについて*/
header img {
  width: 100%;
}

/*トップの見出しについて*/
h1 {
  font-size: 2.8em !important;
  font-weight: 900;
  line-height: 1.5em;
}
h1 .year {
  font-size: 0.7em;
}
h1 .web {
  font-size: 1.5em;
  color: #ff7720;
}
h1 .marke {
  color: #ff7720;
}
h1 .school {
  font-size: 0.92em;
}
h1 .h1-br {
  display: none;
}
@media (max-width: 500px) {
  h1 .h1-br {
    display: block;
  }
}

/*最上部の表に関して*/
.to5 {
  width: 100%;
  overflow-x: scroll;
  /* 横方向にスクロール可能 */
  margin-bottom: 50px;
}
.to5 .comparison-table5 {
  padding-bottom: 10px;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: #fff;
  table-layout: fixed;
}
.to5 .comparison-table5 td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: center;
  vertical-align: top;
  font-size: 1.6em;
  font-weight: 600;
}
.to5 .comparison-table5 thead th {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0;
  text-align: center;
  vertical-align: top;
  font-size: 1.6em;
  font-weight: 700;
}
.to5 .comparison-table5 thead th .br0 {
  display: none;
}
@media (max-width: 500px) {
  .to5 .comparison-table5 thead th .br0 {
    display: block;
  }
}
.to5 .comparison-table5 tbody img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .to5 .comparison-table5 tbody img {
    width: 120px;
    height: 120px;
  }
}
.to5 .comparison-table5 tbody .check-point td {
  padding-left: 0;
}
.to5 .comparison-table5 tbody .check-point td ul {
  margin: 0;
  padding-left: 30px;
}
.to5 .comparison-table5 tbody .check-point td ul li {
  text-align: left;
  font-size: 0.9em;
  padding: 0 5px;
  list-style: disc;
}
.to5 .comparison-table5 tbody .button {
  display: inline-block;
  background-color: #ff7720;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 0.9em;
  font-weight: 900;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: hekomu 3s infinite;
  box-shadow: 0px 5px 0px #505050;
  /* ホバー時のアニメーション */
}
@media (max-width: 500px) {
  .to5 .comparison-table5 tbody .button {
    width: 100%;
    height: 60px;
    padding: 10px 4px;
    line-height: 1.5em;
    align-items: center;
  }
}
.to5 .comparison-table5 tbody .button::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.to5 .comparison-table5 tbody .button .arrow {
  font-size: 1.2em;
  margin-left: 5px;
}

/* スクロールバー全体 */
::-webkit-scrollbar {
  height: 12px;
  /* スクロールバーの高さを調整 */
}

/* スクロールバーのつまみ */
::-webkit-scrollbar-thumb {
  background: #888;
  /* つまみの背景色 */
}

/* スクロールバーのトラック */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* トラックの背景色 */
}

/*青背景と左端のライン付き見出しについて*/
h3 {
  display: flex;
  align-items: center;
}
h3 .line {
  width: 8px;
  height: 45px;
  background: #1e3d5e;
  margin-right: 10px;
}

.paragraph .worries.worries {
  padding: 15px 0;
}
.paragraph .worries p {
  line-height: 0.5em;
  font-weight: 800;
}
@media (max-width: 408px) {
  .paragraph .worries p {
    line-height: 1.2em;
  }
}
.paragraph p:nth-child(4) {
  margin-bottom: 30px;
}

.learning-style ul li:nth-child(1) {
  margin-bottom: 0;
}

.kuchikomi ul li {
  list-style: disc;
}

.review-choose h5:nth-of-type(3) {
  margin-bottom: 45px;
}

.top3 {
  padding-bottom: 10px;
  margin-bottom: 70px;
}
.top3 .midashi {
  position: relative;
}
.top3 .dot1 img,
.top3 .dot2 img {
  width: 150px;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.top3 .dot1 {
  padding: 0;
}
.top3 .dot1 img {
  top: 0;
  left: 0;
}
.top3 .dot2 img {
  top: 30px;
  right: 0;
}
.top3 h2 {
  background: none;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1.5em;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .top3 h2 {
    font-size: 2.6em;
  }
}
.top3 h2 .web {
  font-size: 1.5em;
  color: #ff7720;
}
@media (max-width: 500px) {
  .top3 h2 .web {
    font-size: 1.15em;
  }
}
.top3 h2 .marke {
  color: #ff7720;
}
.top3 h2 .top {
  font-size: 1.5em;
}
@media (max-width: 500px) {
  .top3 h2 .top {
    font-size: 1.15em;
  }
}
@media (max-width: 500px) {
  .top3 ul {
    padding-left: 25px;
  }
}
.top3 ul li {
  margin-bottom: 10px;
}

.paragraph2 {
  margin-bottom: 20px;
}

.paragraph3 {
  margin-bottom: 40px;
}

.comparison-table {
  width: 100%;
  padding-bottom: 10px;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: #fff;
}
.comparison-table th,
.comparison-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 1.6em;
  font-weight: 600;
}
.comparison-table thead th {
  background-color: #f5f5f5;
  font-size: 1.8em;
  font-weight: 700;
}
.comparison-table thead th .ranking {
  display: flex;
  flex-direction: column;
  /* 縦並びにする */
  align-items: center;
  justify-content: flex-start;
  /* 要素を上揃え */
  height: 200px;
  /* 固定の高さを設定 */
}
@media (max-width: 625px) {
  .comparison-table thead th .ranking {
    height: 214px;
  }
}
@media (max-width: 555px) {
  .comparison-table thead th .ranking {
    height: 200px;
  }
}
@media (max-width: 433px) {
  .comparison-table thead th .ranking {
    height: 190px;
  }
}
.comparison-table thead th img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.comparison-table thead th .stars {
  width: 90%;
  font-size: 18px;
  color: #ffcc00;
  margin-top: auto;
  /* 下に揃える場合 */
}
.comparison-table tbody img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.comparison-table tbody .check-point td {
  padding-left: 0;
}
.comparison-table tbody .check-point td ul {
  margin: 0;
}
.comparison-table tbody .check-point td ul li {
  text-align: left;
  font-size: 0.9em;
  padding: 0;
  list-style: disc;
}
.comparison-table tbody .button {
  display: inline-block;
  background-color: #ff7720;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 0.9em;
  font-weight: 900;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: hekomu 3s infinite;
  box-shadow: 0px 5px 0px #505050;
  /* ホバー時のアニメーション */
}
@media (max-width: 500px) {
  .comparison-table tbody .button {
    width: 100%;
    height: 60px;
    padding: 10px 4px;
    line-height: 1.5em;
    align-items: center;
  }
}
.comparison-table tbody .button::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.comparison-table tbody .button .arrow {
  font-size: 1.2em;
  margin-left: 5px;
}

.corporation {
  margin-bottom: 50px;
  /*CTAボタン二段構成*/
}
.corporation .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  border-bottom: solid 2px #11b2ed;
  margin-bottom: 20px;
}
.corporation .container .crown {
  padding-top: 30px;
}
@media (max-width: 430px) {
  .corporation .container .crown {
    padding-top: 25px;
  }
}
.corporation .container .crown img {
  width: 70px;
}
@media (max-width: 430px) {
  .corporation .container .crown img {
    width: 50px;
  }
}
.corporation .container .corporation-name {
  display: block;
  background: none;
  margin-bottom: 0;
  text-align: center;
  padding: 15px 10px;
}
@media (max-width: 430px) {
  .corporation .container .corporation-name {
    font-size: 1.9em;
  }
}
.corporation .container .corporation-name p {
  line-height: 0.4em;
  margin-bottom: 0;
}
.corporation .corporation-img {
  margin-bottom: 30px;
}
.corporation .corporation-img img {
  width: 100%;
}
.corporation .cta {
  display: grid;
  place-content: center;
  padding-bottom: 10px;
  margin: 0 0 35px 0;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.corporation .cta a {
  text-decoration: none;
}
.corporation .cta::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.corporation .cta .cta-up {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border: solid 2px #ff7720;
  padding: 3px 15px;
  border-radius: 30px;
  background-color: #fff;
  animation: hekomu 3s infinite;
  box-shadow: 0px 5px 0px #505050;
}
@media (max-width: 500px) {
  .corporation .cta .cta-up {
    width: 70%;
    padding: 3px 5px;
  }
}
.corporation .cta .cta-up span {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 1.6em;
  font-weight: 700;
}
@media (max-width: 500px) {
  .corporation .cta .cta-up span {
    font-size: 1.5em;
  }
}
.corporation .cta .cta-low {
  position: relative;
  display: flex;
  background-color: #ff7720;
  padding: 10px 50px 15px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  animation: hekomu 3s infinite;
  box-shadow: 0px 5px 0px #505050;
  align-items: center;
}
@media (max-width: 500px) {
  .corporation .cta .cta-low {
    max-width: 320px;
    padding: 10px 35px;
  }
}
.corporation .cta .cta-low img {
  width: 25px;
  height: 25px;
  margin: 0 20px;
}
@media (max-width: 500px) {
  .corporation .cta .cta-low img {
    width: 20px;
    height: 20px;
  }
  .corporation .cta .cta-low img:nth-child(1) {
    margin: 0 10px 0 5px;
  }
  .corporation .cta .cta-low img:last-child {
    margin: 0 5px 0 10px;
  }
}
.corporation .cta .cta-low span {
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 2.2em;
}
@media (max-width: 500px) {
  .corporation .cta .cta-low span {
    font-size: 1.8em;
  }
}

/* 下に動くアニメーション */
@keyframes hekomu {
  0% {
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    top: 3px;
  }
  20% {
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    top: 0px;
  }
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.reviews {
  width: 80%;
  margin: 10px auto;
  background: #b5deff;
  padding: 10px 10px 10px 15px;
  font-size: 1.7em;
}

.marke-review {
  text-align: center;
}

.after-all h2 {
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1.5em;
}
.after-all ul {
  padding: 0px 15px;
  text-align: center;
}
.after-all ul li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 15px;
}
.after-all ul li:nth-child(3) {
  padding-right: 0;
}
@media (max-width: 503px) {
  .after-all ul li {
    display: block;
    padding-right: 0;
  }
}
.after-all ul img {
  max-width: 180px;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -10px;
}
.after-all ul .sub-text {
  font-size: 0.8em;
  text-align: center;
  font-weight: 600;
}
.after-all .corporation-name {
  font-size: 3.6em;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 500px) {
  .after-all .corporation-name {
    font-size: 2.8em;
  }
}

.text1,
.text2 {
  text-align: center;
}

.text2 {
  position: relative;
  margin-bottom: 40px;
}
.text2 img {
  width: 75%;
}
@media (max-width: 500px) {
  .text2 img {
    height: 150px;
  }
}
.text2 p {
  position: absolute;
  font-size: 3.2em;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .text2 p {
    font-size: 2.5em;
    width: 250px;
  }
}
@media (max-width: 500px) {
  .text2 p {
    font-size: 2.4em;
  }
}
.text2 p span {
  font-size: 0.6em;
}
@media (max-width: 600px) {
  .text2 p span {
    font-size: 0.8em;
  }
}

.logo {
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 80%;
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
  border: solid 2px #ff7720;
  padding: 3px 15px;
  border-radius: 30px;
  background-color: #fff;
  animation: hekomu 3s infinite;
  box-shadow: 0px 5px 0px #505050;
}
@media (max-width: 500px) {
  .logo {
    width: 100%;
  }
}
.logo::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.logo img {
  width: 100%;
}

.corporation-img {
  padding-top: 0;
}
.corporation-img img {
  width: 100%;
}

.text3 p {
  font-size: 3.2em;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 500px) {
  .text3 p {
    font-size: 2.6em;
  }
}
.text3 p .strong {
  font-size: 1.4em;
}
.text3 p .weak {
  font-size: 0.7em;
}

.note {
  font-size: 0.55em;
  text-align: center;
}
.note p {
  margin-bottom: 10px;
}

#footer {
  background-color: #b5d3e2;
  width: 100%;
  height: 100px;
  padding: 20px 25px;
}
#footer .footer-list ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#footer .footer-list ul li {
  list-style: none;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
#footer .footer-list ul li a {
  text-decoration: none;
  color: #000;
}/*# sourceMappingURL=style.css.map */