@charset "UTF-8";
:root {
  --sundai-blue: #0753b8;
  --line: #d8e3ef;
  --max: 1200px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}
/* header */
.sogo {
  position: relative;
  background: linear-gradient(110deg, #f7fcff 0%, #edf8ff 50%, #d9f0fb 100%);
}
.sogo_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(/highschool/sogogata-suisen/assets/images/main.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sogo_inner {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.sogo_content {
  width: min(760px, 50%);
  padding: 30px 0 70px;
}
.sogo h1 {
  margin: 0 0 15px;
  color: #00a0d1;
  font-size: 20px;
  font-weight: 900;
}
.sogo_eyebrow {
  margin: 0 0 15px;
  color: #073d91;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.45;
  letter-spacing: .03em;
  font-weight: 900;
}
.sogo_lead {
  margin: 0;
}
.sogo_target {
  margin: 15px 0 0;
  color: #00a0d1;
  font-size: 20px;
  font-weight: 900;
}
.sogo_target span {
  padding: 0 8px;
}
.sogo-cta {
  width: min(calc(100% - 96px), 1080px);
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 8px 28px rgba(20, 55, 95, .13);
  overflow: hidden;
}
.sogo-cta_item {
  padding: 18px 42px 25px;
  text-align: center;
}
.sogo-cta_item p {
  margin: 0 0 10px;
  font-weight: 900;
  color: #073d91;
}
.button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 16px;
  transition: transform .2s, box-shadow .2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}
.button span {
  margin-left: auto;
  font-size: 28px;
  line-height: .6;
}
.button-pink {
  background: var(-pink);
  color: #fff;
}
.button-outline {
  border: 2px solid var(--sundai-blue);
  color: var(--sundai-blue);
  background: #fff;
}
/* se-contentss */
.se-contents {
  padding-top: 36px;
}
.se-contents-heading {
  text-align: center;
  margin-bottom: 32px;
}
.se-contents-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: #064497;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.4;
  font-weight: 900;
}
.se-contents-heading h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin: 13px auto 0;
  background: var(-cyan);
}
/* Feature */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.feature-card {
  min-height: 250px;
  padding: 25px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  color: #064497;
}
.feature-card_icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: var(--sundai-blue);
  font-size: 21px;
  font-weight: 900;
}
.feature-card h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--sundai-blue);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.feature-card h3 span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 23px;
  border-radius: 4px;
  background: var(--sundai-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
}
.feature-card p {
  margin: 0;
  color: #1a2833;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
/* Reasons */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.reason {
  min-height: 170px;
  display: flex;
  gap: 15px;
  padding: 28px 22px;
  border-right: 1px solid var(--line);
}
.reason:last-child {
  border-right: 0;
}
.reason_icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--sundai-blue);
  border-radius: 5%;
  font-size: 30px;
  font-weight: 900;
}
.reason_icon::before {
  content: "✓";
  line-height: 1;
}
.reason h3 {
  margin: 0 0 8px;
  color: var(--sundai-blue);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}
.reason p {
  margin: 0;
  font-size: 14px;
}
/* ターゲットエリア  */
.target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.school-card {
  min-height: 210px;
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid;
  border-radius: 7px;
  background: #fff;
}
.school-card .s-box {
  margin-top: 16px;
}
.school-card .s-sub, .school-card .s-text {
  font-size: 14px;
}
.school-card .s-sub {
  font-weight: 900;
}
.school-card>div:first-child {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 22px 18px;
}
.school-card h3 {
  font-size: 22px;
}
.school-card .s-sub {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.school-card .s-sub::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.school-card-blue {
  border-color: #75a7e0;
}
.school-card-blue h3 {
  color: #1261ba;
  font-weight: 900;
}
.school-card-blue .s-sub::before {
  color: #1261ba;
  background: #e5f1ff;
}
.school-card-green {
  border-color: #7bc99a;
}
.school-card-green h3 {
  color: #15924d;
  font-weight: 900;
}
.school-card-green .s-sub::before {
  color: #15924d;
  background: #e5f8ec;
}
.school-card-purple {
  border-color: #a78bdd;
}
.school-card-purple h3 {
  color: #775bad;
  font-weight: 900;
}
.school-card-purple .s-sub::before {
  color: #a78bdd;
  background: #f0eaff;
}
/* 3 cards */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* Card */
.support-card {
  position: relative;
  min-height: 350px;
  padding: 34px 38px 50px;
  border: 1px solid #e1ebf5;
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 8px 25px rgba(20, 70, 120, .10);
  text-align: center;
}
.support-card_head {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.support-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: var(--sundai-blue);
}
/* Icon */
.support-card_icon {
  width: 180px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: var(--sundai-blue);
}
.support-card_icon.advice {
  width: 85px;
}
.support-card.tensaku {
  background: #e9f6f8;
}
/* Card title */
.support-card h3 {
  color: var(--sundai-blue);
  font-size: 18px;
  font-weight: 900;
}
/* Dotted line */
.support-card_line {
  width: 88%;
  height: 2px;
  margin: 0 auto 34px;
  border-top: 2px dotted #a9c9e8;
}
.support-card_line {}
/* Description */
.support-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.fw-b {
  color: #1a2833 !important;
}
.cv-bg {
  position: relative;
  overflow: hidden;
  background: #edf7fc;
  color: #15294d;
}
.explan-cv_inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.explan-cv_deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.explan-cv_deco-top {
  top: -250px;
  left: -120px;
  width: 620px;
  height: 420px;
  background: rgba(207, 234, 248, .75);
  border-radius: 0 0 70% 0;
  transform: rotate(-18deg);
}
.explan-cv_deco-top::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 20px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 20px solid rgba(255, 255, 255, .7);
}
.explan-cv_deco-bottom {
  right: -100px;
  bottom: -250px;
  width: 550px;
  height: 400px;
  background: rgba(207, 234, 248, .6);
  border-radius: 70% 0 0 0;
  transform: rotate(15deg);
}
.explan-cv_content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 540px);
  align-items: center;
  gap: 50px;
  width: min(1080px, 100%);
  margin: 0 auto 30px;
  padding: 34px 42px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(29, 76, 112, .08);
}
.explan-cv_questions {
  margin: 0 0 24px;
  color: #1b2d47;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 800;
}
.explan-cv_benefit {
  position: relative;
  padding: 28px 28px 25px;
  border: 2px solid #ef2860;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.explan-cv_benefit-title {
  margin: 0 0 13px;
  color: #ed2860;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .04em;
}
.explan-cv_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.explan-cv_price-old {
  color: #1c2b3d;
  font-size: 26px;
  font-weight: 800;
  white-space: nowrap;
}
.explan-cv_price-old .explan-number {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.explan-cv_price-new {
  color: #ed2860;
  font-size: 36px;
  font-weight: 900;
  white-space: nowrap;
}
.explan-cv_price-old span,
.explan-cv_price-new span {
  font-size: 1.2em;
}
.explan-cv_price small {
  display: block;
  margin-top: -3px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}
.explan-cv_arrow {
  color: #ed2860;
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
}
.cv-button-area .button-type02 {
  width: min(1080px, 100%);
}
.cv-button-area .button-type02 a {
  font-size: 22px;
}
.explan-cv_sub {
  display: grid;
  grid-template-columns: 55px 1fr 320px;
  align-items: center;
  gap: 20px;
  width: min(1080px, 100%);
  min-height: 100px;
  margin: 18px auto 0px;
  padding: 18px 28px;
  border-radius: 8px;
  background: rgba(224, 242, 252, .95);
}
.explan-cv_sub-icon {
  position: relative;
  width: 52px;
  height: 62px;
  border: 3px solid #0753b8;
  border-radius: 4px;
  background: #fff;
}
.explan-cv_sub-icon::before,
.explan-cv_sub-icon::after,
.explan-cv_sub-icon span::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  height: 3px;
  background: #0753b8;
}
.explan-cv_sub-icon::before {
  top: 17px;
}
.explan-cv_sub-icon::after {
  top: 27px;
}
.explan-cv_sub-icon span::before {
  top: 37px;
}
.explan-cv_sub p {
  margin: 0;
  color: #0753b8;
  font-weight: 800;
}
.explan-cv_sub-button {
  margin: 0px;
}
.campus-list_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(100%, 100%);
  margin: 0 auto;
}
.campus-list_card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 5px 33px 5px 10px;
  border: 1px solid #dbe7ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(28, 75, 112, .08);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.campus-list_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(28, 75, 112, .14);
}
.campus-list_image {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-right: 22px;
  overflow: hidden;
  border-radius: 50%;
  background: #e8f4fb;
}
.campus-list_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campus-list_name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}
.campus-list_arrow {
  position: absolute;
  top: 46%;
  right: 20px;
  transform: translateY(-50%);
  color: #0753b8;
  font-family: Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  transition: transform .2s ease;
}
.campus-list_card:hover .campus-list_arrow {
  transform: translate(4px, -50%);
}
.tuition-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.tuition-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #c8d0d8;
}
.tuition-table th,
.tuition-table td {
  border: 1px solid #c8d0d8;
  text-align: center;
  vertical-align: middle;
}
.tuition-table thead th {
  padding: 20px 15px;
  background: #1764ad;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.tuition-table thead th:nth-child(1) {
  width: 25%;
}
.tuition-table thead th:nth-child(2) {
  width: 25%;
}
.tuition-table thead th:nth-child(3) {
  width: 50%;
}
.tuition-table tbody th,
.tuition-table tbody td {
  height: 100px;
  padding: 15px;
  background: #fff;
  font-size: 20px;
}
.tuition-table tbody th {
  background: #eef7ff;
  font-weight: 700;
}
.tuition-table .tuition-table_price {
  color: #1764ad;
  font-size: 32px;
  font-weight: 700;
}
.tuition-table_price span {
  margin-left: 8px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.tuition-other {
  margin-top: 45px;
}
h3.tuition-other_title {
  position: relative;
  margin: 0 0 25px;
  padding-left: 18px;
  color: #1764ad;
  font-size: 28px;
  font-weight: 700;
}
h3.tuition-other_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 36px;
  transform: translateY(-50%);
  background: #1764ad;
}
.tuition-other_item {
  padding: 20px 25px;
  border-bottom: 1px dashed #b9c4cf;
}
.tuition-other_item:first-of-type {
  padding-top: 0;
}
.tuition-other_text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.tuition-other_text strong {
  font-size: 26px;
}
.tuition-other_note {
  font-size: 16px;
}
.tuition-area .explan-cv_benefit {
  margin-top: 28px;
  border: 3px solid #f2d96b;
  background: #fffbea;
}
.tuition-cta_lead {
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 5px 12px;
  background: #ef3b4f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.tuition-cta-area {
  margin-top: 24px;
}
.tuition-cta-area .button-type02 a {
  font-size: 22px;
}
.faq-list {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.faq-item+.faq-item {
  margin-top: 16px;
}
.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 20px 70px 20px 28px;
  cursor: pointer;
  list-style: none;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  background: #004ea2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.faq-question-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.faq-icon {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #004ea2;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.faq-answer {
  border-top: 1px solid #e5e8ec;
}
.faq-answer-inner {
  padding: 24px 40px 28px 88px;
}
.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.consult-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}
.consult-points li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 20px;
  border: 1px solid #d5dfeb;
  background: #fff;
  color: #172d50;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
.point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border: 2px solid #0755a0;
  border-radius: 50%;
  color: #0755a0;
  font-size: 16px;
  font-weight: 700;
}
.consult-text {
  margin: 0 auto 45px;
  color: #222;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.consult-text span {
  color: #0755a0;
  font-weight: 700;
}
.end-area .sogo-cta {
  margin: 0px auto 0;
}
.end-area .title-type01 {
  color: #1a2833;
}
.end-area .title-type01 span {
  color: #064497;
}
/* SP */
@media (max-width: 767px) {
  .se-contents-heading h2 {
    text-align: left;
    display: block;
    font-size: 24px;
  }
  .consult-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .consult-points li {
    justify-content: flex-start;
    min-height: auto;
    padding: 16px 20px;
  }
  .point-icon {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 13px;
  }
  .consult-text {
    text-align: left;
  }
  .faq-item+.faq-item {
    margin-top: 10px;
  }
  .faq-question {
    min-height: 68px;
    padding: 16px 50px 16px 16px;
  }
  .faq-q {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    font-size: 15px;
  }
  .faq-question-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .faq-icon {
    right: 18px;
    width: 20px;
    height: 20px;
  }
  .faq-answer-inner {
    padding: 18px 20px 22px 60px;
  }
  .faq-answer p {
    font-size: 16px;
    line-height: 1.8;
  }
  .container {
    width: min(calc(100% - 0px), var(--max));
  }
  .sogo {
    min-height: auto;
  }
  .sogo_inner {
    min-height: auto;
    display: flex;
    width: min(calc(100% - 30px), var(--max));
  }
  .sogo_content {
    width: 100%;
    padding: 35px 0 20px;
  }
  .sogo_bg {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center center;
    clip-path: none;
  }
  .sogo_eyebrow {
    margin-top: 24px;
  }
  .sogo .sogo_content h1 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.55;
  }
  .sogo-cta {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    display: block;
    margin-top: 24px;
    border-radius: 0px;
    box-shadow: none;
    overflow: auto;
  }
  .sogo-cta_item {
    padding: 17px 15px 20px;
  }
  .sogo-cta_item+.sogo-cta_item {
    border-top: 1px solid #e7edf4;
  }
  .button {
    min-height: 48px;
  }
  .se-contents {
    padding-top: 0px;
  }
  .se-contents-heading p {
    text-align: left;
  }
  .target-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .feature-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto;
    column-gap: 15px;
    padding: 18px;
    text-align: left;
  }
  .feature-card_icon {
    grid-row: 1 / 3;
    width: 58px;
    height: 58px;
    margin: 0;
  }
  .feature-card h3 {
    align-self: end;
    margin: 0 0 3px;
  }
  .feature-card p {
    align-self: start;
    margin: 0;
  }
  .reason-grid {
    grid-template-columns: 1fr;
  }
  .reason {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 17px;
  }
  .reason:last-child {
    border-bottom: 0;
  }
  .reason_icon {
    flex-basis: 40px;
    font-size: 28px;
    height: 42px;
  }
  .support-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .support-card {
    min-height: auto;
  }
  .support-card_line {
    margin-bottom: 24px;
  }
  .tuition-table thead th {
    padding: 13px 5px;
    font-size: 16px;
  }
  .tuition-table tbody th,
  .tuition-table tbody td {
    padding: 8px 4px;
    font-size: 16px;
  }
  .tuition-cta-area .button-type02 a, .cv-button-area .button-type02 a {
    font-size: 18px;
  }
  .tuition-table .tuition-table_price {
    font-size: 18px;
  }
  .tuition-table_price span {
    display: block;
    font-size: 12px;
  }
  .tuition-other {
    margin-top: 30px;
  }
  h3.tuition-other_title {
    font-size: 20px;
    line-height: 1;
  }
  .tuition-other_item {
    padding: 14px 5px;
  }
  .tuition-other_text {
    font-size: 16px;
  }
  .tuition-other_text strong {
    font-size: 20px;
  }
  .tuition-other_note {
    font-size: 12px;
  }
  .campus-list_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .campus-list_card {
    min-height: 100px;
  }
  .campus-list_image {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
  }
  .explan-cv_deco-top {
    top: -170px;
    left: -220px;
    width: 500px;
    height: 330px;
  }
  .explan-cv_deco-bottom {
    right: -240px;
    bottom: -180px;
    width: 450px;
    height: 300px;
  }
  .explan-cv_content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    margin-bottom: 20px;
    padding: 23px 15px;
    border-radius: 10px;
  }
  .explan-cv_benefit {
    width: 100%;
  }
  .explan-cv_benefit-title {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .explan-cv_price {
    gap: 9px;
  }
  .explan-cv_price-old {
    font-size: 16px;
  }
  .explan-cv_price-new {
    font-size: 25px;
  }
  .explan-cv_arrow {
    font-size: 23px;
  }
  .explan-cv_price small {
    font-size: 12px;
  }
  .explan-cv_sub {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    width: 100%;
    min-height: auto;
    padding: 15px 12px;
  }
  .explan-cv_sub-icon {
    width: 40px;
    height: 48px;
    border-width: 2px;
  }
  .explan-cv_sub-icon::before,
  .explan-cv_sub-icon::after,
  .explan-cv_sub-icon span::before {
    left: 6px;
    right: 6px;
    height: 2px;
  }
  .explan-cv_sub-icon::before {
    top: 13px;
  }
  .explan-cv_sub-icon::after {
    top: 21px;
  }
  .explan-cv_sub-icon span::before {
    top: 29px;
  }
  .explan-cv_sub-button {
    grid-column: 1 / -1;
  }
  .explan-cv_sub-button span {
    font-size: 24px;
  }
}
/*tablet*/
@media (max-width: 1000px) {
  .explan-cv_content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}