@charset "UTF-8";
@import url("https://use.typekit.net/gyg3foc.css");
:root {
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --blue-color: #014CC3;
  --l-blue-color: #D9E9FF;
  --blue-green-color: #1CC9BC;
  --pink-color: #FF0059;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

section {
  text-align: center;
}
section p {
  margin: 1em 0;
}

.en {
  font-family: "din-2014", "Barlow", arial, "Noto Sans JP", sans-serif;
}

.padding-y50 {
  padding: 50px 0;
}

h2,
h3 {
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: unset;
}

.inner_wrap {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .inner_wrap {
    width: 95%;
  }
}

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

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

/* マーカー */
.marker {
  font-weight: 700;
  background: linear-gradient(transparent 50%, rgba(255, 241, 0, 0.8) 50%); /* マーカーを引く */
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 0.7s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

/* fade */
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

#classroom .tabbox.seasonTab .tab li {
  width: 24%;
}

/* KV
--------------------------------------------------------------------- */
.kv {
  max-width: 1000px;
  margin: 90px auto 90px;
  box-shadow: var(--shadow);
}
@media screen and (max-width: 767px) {
  .kv {
    margin: 50px auto 45px;
  }
}

.campaign {
  padding: 56px 0 56px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  background: url("https://www.kaisei-group.co.jp/seminar/wp-content/uploads/sites/3/seminar_250602_summer_benefits_bg01.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 20px 10px;
  }
}
.campaign h2 {
  color: #ff0059;
  font-size: 3.4375em;
}
@media screen and (max-width: 767px) {
  .campaign h2 {
    font-size: 2em;
  }
}
.campaign h2 .sm {
  font-size: 90.9%;
}
.campaign h2:before {
  content: "";
  width: 65px;
  height: 65px;
  background: url("https://www.kaisei-group.co.jp/seminar/wp-content/uploads/sites/3/seminar_250602_summer_ico01.svg") no-repeat center center/contain;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign h2:before {
    width: 35px;
    height: 35px;
  }
}
.campaign h2 + .en {
  color: #FF5800;
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  opacity: 0.9;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .campaign h2 + .en {
    font-size: 1.8rem;
  }
}
.campaign .cp_apply {
  background: #fff;
  padding: 4rem;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .campaign .cp_apply {
    padding: 15px 10px 20px;
  }
}
.campaign .apply01 {
  border: 10px solid #899BFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .campaign .apply01 {
    margin-bottom: 18px;
  }
}
.campaign .apply02 {
  border: 5px solid #1DA0A0;
}
.campaign h3.ttl {
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .campaign h3.ttl {
    font-size: 2rem;
    padding: 0.2em 0;
    margin-bottom: 2rem;
  }
}
.campaign h3.ttl:before {
  content: "";
  display: block;
  position: absolute;
}
.campaign h3.ttl:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff9e3e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(3deg);
  z-index: -1;
}
.campaign .apply01 h3.ttl {
  background: #0057E3;
}
.campaign .apply01 h3.ttl span {
  transform: translateX(-1em);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .campaign .apply01 h3.ttl span {
    transform: unset;
  }
}
.campaign .apply01 h3.ttl:before {
  width: min(14.6vw, 129px);
  height: min(14.43vw, 127px);
  background: url(https://www.kaisei-group.co.jp/seminar/wp-content/uploads/sites/3/seminar_250602_summer_pic01.png) no-repeat center center/contain;
  right: -14px;
  bottom: -16px;
}
.campaign .apply02 h3.ttl {
  background: #29B8BE;
}
.campaign .apply02 h3.ttl span {
  transform: translateX(1em);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .campaign .apply02 h3.ttl span {
    transform: unset;
  }
}
.campaign .apply02 h3.ttl:before {
  width: min(14.6vw, 129px);
  height: min(14.43vw, 127px);
  background: url(https://www.kaisei-group.co.jp/seminar/wp-content/uploads/sites/3/seminar_250602_summer_pic02.png) no-repeat center center/contain;
  left: -14px;
  bottom: -16px;
}
.campaign .apply_wrap {
  display: grid;
  grid-template-columns: 1fr;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .campaign .apply_wrap {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1.6rem;
  }
}
.campaign .apply_wrap p {
  color: #ff0059;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .campaign .apply_wrap p {
    font-size: 1.8rem;
  }
}
.campaign .apply_content {
  display: grid;
  grid-template-areas: "apply_num apply_ttl";
  grid-template-columns: 100px 1fr;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .campaign .apply_content .ico {
    width: 40px;
    justify-self: center;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .campaign .apply_content {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: "apply_num" "apply_ttl";
  }
}
.campaign .apply_content:has(ul) {
  grid-template-areas: "apply_num apply_ttl" ". apply_txt";
}
@media screen and (max-width: 767px) {
  .campaign .apply_content:has(ul) {
    grid-template-areas: "apply_num" "apply_ttl" "apply_txt";
  }
}
.campaign .apply_content .num {
  grid-area: apply_num;
  display: block;
  color: #ff1d1d;
  width: 100px;
  height: 72.5px;
  background: #fff362;
  -webkit-clip-path: polygon(12% 100%, 88% 100%, 100% 0%, 70% 20%, 50% 0%, 30% 20%, 1% 0%);
          clip-path: polygon(12% 100%, 88% 100%, 100% 0%, 70% 20%, 50% 0%, 30% 20%, 1% 0%);
  font-size: 5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .campaign .apply_content .num {
    justify-self: center;
  }
}
@media screen and (max-width: 767px) {
  .campaign .apply_content .num {
    width: 55px;
    height: 37.5px;
    font-size: 2.6rem;
  }
}
.campaign .apply_content h4 {
  grid-area: apply_ttl;
  text-align: left;
  font-size: 4.5rem;
  font-weight: bold;
  align-self: center;
  display: flex;
  gap: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 880px) {
  .campaign .apply_content h4 {
    justify-self: center;
    align-items: center;
    font-size: 3rem;
    flex-direction: column;
    gap: 4px;
    word-break: auto-phrase;
    text-align: center;
  }
}
.campaign .apply_content h4 span {
  display: inline;
}
.campaign .apply_content h4 .label {
  grid-area: cp_label;
  color: #fff;
  display: inline-block;
  background: #ff0059;
  padding: 0 0.5em;
}
@media screen and (max-width: 880px) {
  .campaign .apply_content h4 .label {
    display: block;
    text-align: center;
    padding: 0 0.3em;
  }
}
.campaign .apply_content h4 .ttl {
  grid-area: ttl;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .campaign .apply_content h4 .ttl {
    justify-self: center;
  }
}
.campaign .apply_content h4.columns {
  display: grid;
  grid-template-areas: "small_ttl small_ttl" "ttl cp_label";
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .campaign .apply_content h4.columns {
    grid-template-areas: "small_ttl" "ttl" "cp_label";
  }
}
.campaign .apply_content h4.columns .sm {
  grid-area: small_ttl;
  font-size: 44%;
  font-weight: normal;
  line-height: 1;
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .campaign .apply_content h4.columns .sm {
    justify-self: center;
  }
}
.campaign .apply_content ul {
  text-align: left;
  grid-area: apply_txt;
  font-size: 1.36rem;
}
@media screen and (max-width: 880px) {
  .campaign .apply_content ul {
    justify-self: center;
    font-size: 1.2rem;
  }
}
.campaign .apply_content ul li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .campaign .apply_content ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
}
.campaign .apply02 .apply_content {
  grid-template-areas: "icon apply_ttl";
  grid-template-columns: 90px 1fr;
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content {
    grid-template-columns: 40px 1fr;
    grid-template-areas: "icon apply_ttl";
  }
}
.campaign .apply02 .apply_content .ico {
  grid-area: icon;
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content .ico {
    width: 40px;
    justify-self: center;
    align-self: center;
  }
}
.campaign .apply02 .apply_content h4 {
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content h4 {
    width: 100%;
  }
  .campaign .apply02 .apply_content h4 .sm,
  .campaign .apply02 .apply_content h4 .ttl,
  .campaign .apply02 .apply_content h4 .label {
    justify-self: start;
  }
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content .label {
    display: inline-block;
  }
}
.campaign .apply02 .apply_content:has(ul) {
  grid-template-areas: "icon apply_ttl" "icon apply_txt";
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content:has(ul) {
    grid-template-columns: 40px 1fr;
    grid-template-areas: "icon apply_ttl" "apply_txt apply_txt";
  }
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content:has(ul) h4 {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .campaign .apply02 .apply_content:has(ul) .label {
    margin-left: 0.3em;
    display: inline-block;
  }
}

.price {
  background: url(https://www.kaisei-group.co.jp/seminar/wp-content/uploads/sites/3/seminar_250602_summer_price_bg01.jpg) repeat top center/100%;
  position: relative;
  margin-top: 130px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .price {
    margin-top: 65px;
  }
}
.price .ico {
  margin-bottom: 7px;
  display: block;
  transform: translateY(-32px);
}
.price h2 {
  color: #fff;
  font-size: 3rem;
  background: #0057E3;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: -32px;
  padding: 0.1em 0.88em 0.2em;
  box-shadow: 6px 6px 0 #3C271C;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .price h2 {
    font-size: 2rem;
    width: 100%;
    padding: 0.1em 0.5em 0.2em;
  }
}
.price h2 + .en {
  color: #FF5800;
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .price h2 + .en {
    font-size: 1.8rem;
  }
}
.price dl {
  margin-bottom: 8px;
  border: 3px solid #0057E3;
  background: #fff;
  box-shadow: var(--shadow);
  line-height: 1.6;
}
.price dt {
  color: #0057E3;
  font-size: 2rem;
  font-weight: bold;
  padding: 13px calc(13px + 1em) 13px 13px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price dt {
    word-break: auto-phrase;
    text-wrap: balance;
  }
}
.price dt img {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: rotate(0) translate(0, -50%);
  transition: transform 0.2s;
  transform-origin: top center;
}
.price dt.is-open img {
  transform: rotate(180deg) translate(0, -50%);
}
.price dd {
  padding: 13px;
}

.reason {
  background: #FFFDE8;
  padding: 5.2rem 5% 2rem;
  border-bottom: 8px solid rgba(0, 87, 227, 0.85);
  position: relative;
  margin-top: 9.2rem;
}
.reason .ico {
  margin-top: -85px;
  margin-bottom: 15px;
  display: block;
}
.reason:before, .reason:after {
  content: "";
  width: 139px;
  height: 96px;
  background: rgba(0, 87, 227, 0.85);
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .reason:before, .reason:after {
    width: 18.1vw;
    height: 12.5vw;
  }
}
.reason:before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 0;
}
.reason:after {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
}
.reason h2 {
  color: #fff;
  font-size: 3rem;
  background: #0057E3;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0.1em 0.88em 0.2em;
  box-shadow: 6px 6px 0 #3C271C;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason h2 {
    font-size: 2rem;
    width: 100%;
    padding: 0.1em 0.5em 0.2em;
  }
}
.reason h2 .num {
  font-size: 166%;
  font-family: "Kaisei Opti", "Oswald", Arial, sans-serif;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  transform: translateY(0.05em);
  margin-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason h2 .num {
    line-height: 0.7;
  }
}
.reason h2 + .en {
  color: #FF5800;
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 15px 0 20px;
}
@media screen and (max-width: 767px) {
  .reason h2 + .en {
    font-size: 1.8rem;
  }
}
.reason .reason_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .reason .reason_cont {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.reason .reason_cont .block {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1em 0.3em;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}
.reason .reason_cont .block-point {
  color: #0057E3;
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: solid 1px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: 0;
}
.reason .reason_cont .block-point .block-point-number {
  font-size: 3rem;
}
.reason .reason_cont .block-img {
  margin: 0;
}
.reason .reason_cont .block-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0 0;
}
@media screen and (max-width: 1020px) {
  .reason .reason_cont .block-title {
    word-break: auto-phrase;
    align-content: center;
  }
}
.reason .reason_cont .block-content {
  background-color: #0057E3;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  padding: 0.3em;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto 0;
  align-content: center;
}
@media screen and (max-width: 1020px) {
  .reason .reason_cont .block-content {
    width: 100%;
    word-break: auto-phrase;
  }
}
.reason .reason_cont .block-content-small {
  font-size: 1.4rem;
}
.reason .reason-text {
  font-size: 3rem;
  font-weight: 700;
  color: #0057E3;
}
@media screen and (max-width: 767px) {
  .reason .reason-text {
    font-size: 2rem;
  }
}

.price_wrap {
  border-top: dashed 1px var(--blue-color);
}
.price_wrap h4 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.price_wrap h4::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--blue-green-color);
}
.price_wrap h4 + h5 {
  margin-top: 0;
}
.price_wrap h5 {
  background-color: #D5F5FF;
  font-size: 1.8rem;
  border: solid 1px var(--blue-color);
  box-shadow: 5px 5px 0 #00AFE3;
  padding: 0.3em;
  margin-top: 60px;
}
.price_wrap .special-title {
  background-color: #FFFCA8;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  box-shadow: var(--shadow);
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .price_wrap .special-title {
    font-size: 1.4rem;
    padding-left: 1.3em;
  }
}
.price_wrap .special-title::before {
  content: "";
  background: url("/seminar/wp-content/uploads/sites/3/seminar_241101_special-title.svg") no-repeat center center/contain;
  display: inline-block;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 20%;
}
@media screen and (max-width: 1020px) {
  .price_wrap .special-title::before {
    left: 2px;
    width: 16px;
    height: 12px;
  }
}
.price_wrap .special-title span {
  color: var(--pink-color);
  font-size: 3rem;
  font-weight: 700;
}
.price_wrap .special-title span.half {
  color: var(--blue-color);
}
@media screen and (max-width: 767px) {
  .price_wrap .special-title span {
    font-size: 2rem;
  }
}
.price_wrap .price_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_table {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .price_wrap .price_table.english_table .price_content {
    width: 45%;
  }
}
.price_wrap .price_table.english_table td {
  padding: 0;
}
.price_wrap .price_table tr th {
  background-color: #FFE8D9;
  border: solid 2px #FF5800;
  border-radius: 10px;
  padding: 0.5em 0;
}
.price_wrap .price_table tr th.price_content {
  background-color: #FF5800;
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .price_wrap .price_table tr th.price_content {
    width: 20%;
  }
}
.price_wrap .price_table tr th.price_content .pink-band {
  background-color: var(--pink-color);
  padding: 0 0.3em;
  font-size: 1.1em;
}
.price_wrap .price_table tr th .small {
  font-size: 0.8em;
}
.price_wrap .price_table tr td {
  border: solid 1px #707070;
  padding: 0.5em 0.3em;
  box-shadow: var(--shadow);
}
.price_wrap .price_table tr td .cp_price {
  color: var(--pink-color);
  font-size: 1.2em;
}
.price_wrap .price_table tr td .number {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
.price_wrap .school-list {
  text-align: left;
  padding: 0.3em 0;
  display: grid;
  grid-template-columns: max-content auto;
}
@media screen and (max-width: 767px) {
  .price_wrap .school-list {
    grid-template-columns: 1fr;
  }
}
.price_wrap .school-list a {
  position: relative;
  border-bottom: solid 1px;
  padding-right: 1em;
}
.price_wrap .school-list a::after {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Material Symbols Outlined";
  content: "\e89e";
}
.price_wrap .school-list span {
  padding: 0.3em 0.8em;
  font-size: 0.9em;
}
.price_wrap .school-list span:not(:has(.school-list-name)) {
  border-bottom: solid 2px var(--l-blue-color);
}
.price_wrap .school-list span.school-list-name {
  font-weight: 700;
  border-bottom: solid 5px var(--blue-green-color);
  align-content: center;
}
@media screen and (max-width: 767px) {
  .price_wrap .school-list span.school-list-name {
    text-align: center;
  }
}
.price_wrap .sirius-list {
  background-color: #D9F6FF;
  padding: 15px;
  box-shadow: var(--shadow);
}
.price_wrap .sirius-list-name {
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  z-index: 1;
  padding: 0.5em 1.3em;
}
.price_wrap .sirius-list-name::before {
  width: 95%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: -1;
  background-color: var(--blue-color);
  box-shadow: 4px 4px 0 var(--blue-green-color);
  transform: translateX(-50%) skewX(-30deg);
}
.price_wrap .sirius-list-class {
  border-bottom: solid 1px;
}
.price_wrap .sirius-list-attention {
  font-size: 0.8em;
  margin-bottom: 0;
}
.price_wrap .al-right {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: -0.5em;
  padding-right: 1em;
}
.price_wrap .pink-txt {
  color: var(--pink-color);
  font-weight: 700;
}
.price_wrap .blue-txt {
  color: var(--blue-color);
}
.price_wrap .caution-area {
  text-align: left;
  font-size: 0.75em;
  margin: 10px 0;
}
.price_wrap .caution-area .indent-txt {
  text-indent: -1em;
  padding-left: 0.8em;
  margin: 0;
}
.price_wrap .caution-area p:has(.caution-area-title) {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .price_wrap .caution-area p:has(.caution-area-title) {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.price_wrap .caution-area p:has(.caution-area-title) .caution-area-title {
  background-color: var(--l-blue-color);
  box-shadow: var(--shadow);
  align-content: center;
  padding: 0.3em 0.5em;
  text-align: center;
}
.price_wrap .caution-area p:has(.caution-area-title) .caution-area-title .underLine {
  font-weight: 700;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
.price_wrap .caution-area p:has(.caution-area-title) .caution-area-school {
  align-content: center;
}

.season_btnbox {
  padding-top: 40px;
}
.season_btnbox li {
  width: 80%;
  margin: auto;
  text-align: center;
}
.season_btnbox li:not(:last-child) {
  margin-bottom: 25px;
}
.season_btnbox li img {
  width: auto;
  height: 12px;
}
.season_btnbox li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
}
.season_btnbox li a.blue {
  background: #003287 url(/sc/seminar/img/svg/icon_arrow_white.svg) no-repeat 93% center;
}
.season_btnbox li a.green {
  background: #00a73c url(/sc/seminar/img/svg/icon_arrow_white.svg) no-repeat 93% center;
}
.season_btnbox li a.green:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/sc/seminar/img/svg/btn_txt.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -30px;
}
.season_btnbox li a.pink {
  background: #ff4b00 url(/sc/seminar/img/svg/icon_arrow_white.svg) no-repeat 93% center;
}

#fv {
  margin-top: 54px;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .season_btnbox {
    max-width: 1200px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .season_btnbox li {
    width: 30%;
    margin: 0;
    text-align: center;
  }
  .season_btnbox li:nth-child(1) {
    margin-bottom: 0;
    margin-right: 5%;
  }
  .season_btnbox li:nth-child(2) {
    margin-bottom: 0;
    margin-right: 3%;
  }
  .season_btnbox li img {
    width: auto;
    height: 15px;
  }
  .season_btnbox li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
    font-size: 2rem;
  }
  .season_btnbox li a:hover {
    opacity: 0.7;
  }
  .season_btnbox li a.green:before {
    content: "";
    width: 90px;
    height: 90px;
    left: -15px;
    margin-top: -45px;
  }
}
#season_floating {
  display: none;
}

@media only screen and (max-width: 767px) {
  #season_floating {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  #season_floating li {
    width: 49%;
  }
  #season_floating li a {
    display: block;
  }
  .sub_btn {
    width: 70%;
    margin: auto;
  }
  .sub_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: #003287 url(/sc/seminar/img/svg/icon_arrow_white.svg) no-repeat 93% center;
    border-radius: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
}
.flow {
  width: 100%;
  margin-bottom: 150px;
  padding: 100px 0;
  position: relative;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0;
    top: 80px;
  }
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9AFFEF;
  transform: skewY(6deg);
  z-index: -1;
}
.flow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--l-blue-color);
  transform: skewY(-6deg);
  z-index: -1;
}
.flow h2 {
  display: grid;
  place-content: center;
  font-size: 3rem;
  position: relative;
  margin-bottom: 1.5em;
}
.flow h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--blue-color);
  border-radius: 2px;
}
.flow ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
@media screen and (max-width: 767px) {
  .flow ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.flow ul li {
  color: var(--blue-color);
  font-weight: 700;
  position: relative;
}
.flow ul li:not(:last-child):after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(/sc/seminar/img/season/flow-triangle.png) no-repeat center center/contain;
  width: 37px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
}
@media screen and (max-width: 767px) {
  .flow ul li:not(:last-child):after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.flow ul li p {
  font-size: 1.8rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .flow ul li p {
    font-size: 2.4rem;
  }
}
.flow ul li p .annotation {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.4;
  color: initial;
}
@media screen and (max-width: 767px) {
  .flow ul li img {
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */