/*---秋イベント---*/
body {
  color: #2e2e2e;
}
.common-contents02 {
  background: #E7D9CC;
}
/*---header---*/
.mv-header {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
/*header*/
.main-contents {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.mv-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 58.6%;
}
.mv-header {
  background: url(../images/main.webp) no-repeat bottom center / cover;
  position: relative;
}
.mv-header_inner {
  position: absolute;
  top: 20%;
  right: 0%;
}
.mv-header_inner h1.title {
  font-size: clamp(3.4rem, 3.125vw, 4.6rem);
  color: #fff;
  font-weight: bold;
}
.mv-header_inner h1.title span {
  display: table;
  background: #908269;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px 14px 0px;
}
.mv-header_inner .tag-type01 {
  font-size: 14px;
  margin: 0px 6px 0 0 !important;
  padding: 7px 10px 5px;
}
.mv-header_inner .sub-title {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 12px;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 768px) {
  .mv-header {
    padding-top: 90%;
  }
  .mv-header_inner {
    top: 25%;
  }
  .mv-header_inner .sub-title {
    text-align: left;
    font-size: 1.4rem;
  }
  .mv-header_inner h1.title {
    font-size: 2.4rem;
  }
  .mv-header_inner .tag-type01 {
    font-size: 12px;
    margin: 0px 3px 0 0 !important;
  }
}
.tag-list-inner {
  background-color: #908269;
}
.tag-list01 {
  justify-content: center;
  padding: 0px 0px 8px;
}
.tag-type01 {
  padding: 9px 10px 7px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #908269;
  font-weight: bold;
}
.bg-section {
  background: #d29f5a;
}
.bg-section p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px;
}
/*---ボタン---*/
.button-type02.gradation01 a {
  background: linear-gradient(to left, #FF618B 0, #FD9D3D 100%);
  border: solid 2px #fff;
  transition: .3s;
  position: relative;
}
.button-type02.blue a {
  position: relative;
  background: #0065B3;
}
.button-type02.gradation01 a:after,
.button-type02.blue a:after {
  content: "";
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  top: 41%;
  right: 15px;
}
@media (min-width: 768px) {
  .button-type02.gradation01 a:hover {
    background: linear-gradient(to left, #fe7d66 0, #FD9D3D 100%);
  }
}
/*---受講料---*/
.link-box {
  position: relative;
  margin-top: 24px;
  font-size: 1.8rem;
  border: solid 2px #d29f5a;
  border-top: 0px;
}
.link-box .chara {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 59px;
  z-index: 10;
}
.link-title {
  background: #d29f5a;
  padding: 15px 10px 10px;
  color: #705952;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.link-title span.money {
  background: #908269;
  padding: 5px 6px 3px;
  margin-right: 6px;
  font-size: 14px;
  color: #fff;
}
.link-title span.subject {
  font-size: 14px;
}
.link-contents {
  padding: 10px 8px 10px;
  background: #fff;
}
.link-contents ul {
  text-align: left;
  width: max-content;
  margin: 0 auto;
}
.link-contents p a {
  color: #E8852E;
}
@media (max-width: 767px) {
  .img-small-30 .s-30 {
    width: 50%;
  }
}
.link-contents p a {
  color: #E8852E;
  transition: color .3s
}
/*---メインコンテンツ---*/
.lp-title-type01, .lp-title-type02, .lp-text-title-small {
  color: #705952;
}
.lp-title-type01 {
  margin-bottom: 24px;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 700;
}
.title-type02:after {
  background: #d3a15b;
}
.common-contents02 .lp-title-type01 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #705952;
}
.img-small img {
  width: 50%;
}
@media (max-width: 767px) {
  .img-small img {
    width: 100%;
  }
}
/*---ポイント---*/
.point-list {
  margin: 24px auto;
}
.point-item {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 28px;
}
.point-item:last-child {
  margin-bottom: 0;
}
.point-number {
  flex: 0 0 40px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #705952;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
.point-content {
  flex: 1;
}
.point-content h3 {
  margin: 0 0 8px;
  color: #705952;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}
.point-content p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .point-list {
    padding: 0px;
  }
  .point-item {
    gap: 10px;
    margin-bottom: 20px;
  }
  .point-number {
    flex: 0 0 42px;
    min-height: 70px;
    font-size: 2.2rem;
  }
  .point-content h3 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .point-content p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .pc-only {
    display: none;
  }
}
/*詳細情報*/
.list-box {
  margin: 16px 80px 15px;
}
@media (max-width: 767px) {
  .list-box {
    margin: 16px 0px 15px;
  }
}
.list-box ul li {
  font-size: 1.6rem;
  padding: 4px 6px;
  margin: 0px 0px 8px 0;
  background: #ffffff;
  border-left: 14px solid #d3a15b;
  font-weight: bold;
}
h3.text-title-small {
  color: #705952;
  font-size: 2.0rem;
}
.twocol-box span {
  color: #705952;
  font-weight: bold;
}
.resolved h3.text-title-small {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .resolved h3.text-title-small {
    text-align: left;
  }
}
/*---エリア---*/
.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
  max-width: 80%;
  margin: 12px auto 0px;
}
@media (max-width: 767px) {
  .area-list {
    max-width: 100%;
  }
}
.area-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #f8763f;
  color: #f8763f;
  background: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
}
.area-list-item:hover {
  box-shadow: 0 3px 6px rgba(26, 40, 51, .1);
  transition: 0.2s;
}
/*---背景色---*/
.bg-brown {
  background-color: #564e40 !important;
}
/*大学説明会 表組 テーブル*/
.app-box {
  margin-top: 10px;
}
.app-box .link-list-type1 {
  background: #fff;
  padding: 0px 15px;
}
.app-box .button-type01 {
  margin: 8px auto;
}
.app-box .button-type01 .is-close:after {
  margin-right: 35px;
}
.app-box .button-type01 button:after {
  margin-right: 35px;
}
.app-box .button-type01 .is-close.east:after {
  content: "東日本エリア";
  margin-right: 35px;
}
.app-box .button-type01 button.east:after {
  content: "東日本エリア";
  margin-right: 35px;
}
.app-box .button-type01 .is-close.tokai:after {
  content: "東海エリア";
  margin-right: 35px;
}
.app-box .button-type01 button.tokai:after {
  content: "東海エリア";
  margin-right: 35px;
}
.app-box .button-type01 .is-close.west:after {
  content: "西日本エリア";
  margin-right: 35px;
}
.app-box .button-type01 button.west:after {
  content: "西日本エリア";
  margin-right: 35px;
}
.app-box .button-type01 .is-close.kyushu:after {
  content: "九州エリア";
  margin-right: 35px;
}
.app-box .button-type01 button.kyushu:after {
  content: "九州エリア";
  margin-right: 35px;
}
.app-box .button-type01 button {
  position: relative;
  border: none;
  background: #e8852e;
  color: #fff;
}
.app-box .button-type01 button.line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 84%;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%)
}
.app-box .button-type01 .js-accbtn .icon {
  right: 10px;
}
.app-box .button-type01.more .acc-arrow svg {
  stroke: #fff;
}
/*テーブル*/
.event-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
}
.event-table th {
  background-color: #f4f6f8;
  border: solid 1px #b7bbc1;
  padding: 8px 10px 5px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
.event-table td {
  border: solid 1px #b7bbc1;
  background: #fff;
  padding: 8px 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.event-table td img {
  max-width: none;
  width: auto;
}
th.diagonalline {
  height: 60px;
  background: linear-gradient(32deg, #f4f6f8 0%, #f4f6f8 49.5%, #dfe4eb 49.5%, #dfe4eb 50.5%, #f4f6f8 50.5%, #f4f6f8 100%);
  position: relative;
}
th.diagonalline:before {
  content: "レベル";
  font-size: 1.3rem;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
th.diagonalline:after {
  content: "教科";
  font-size: 1.3rem;
  position: absolute;
  right: 5px;
  top: 5px;
}
.tableArea table th, .tableArea table td {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sp_scroll {
    overflow: auto;
  }
  .nowrap {
    white-space: nowrap;
  }
  .event-table {
    font-size: 1.4rem;
  }
  .event-table th, .event-table td {
    padding: 8px 5px 5px;
  }
  th.diagonalline {
    height: 50px;
  }
  th.diagonalline:before {
    font-size: 1.2rem;
    left: 3px;
    bottom: 3px;
  }
  th.diagonalline:after {
    font-size: 1.2rem;
    right: 3px;
    top: 3px;
  }
}
a.ev-btn {
  font-size: 1.2rem;
  display: inline-block;
  padding: 2px 8px 0;
  background: #e8852e;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 3px;
}
.box {
  margin: 24px auto 0px;
  padding-bottom: 24px;
}
.apply-step h3 {
  margin: 0 0 8px;
  color: #75645b;
  font-size: 20px;
  font-weight: 700;
}
/* FAQ */
.faq {
  margin-bottom: 0;
}
.faq details {
  margin: 0;
}
/* 質問部分 */
.faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 8px 6px 42px;
  box-sizing: border-box;
  color: #75645b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}
/* Chromeなどのデフォルト三角を消す */
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::marker {
  display: none;
}
/* オレンジの四角 */
.faq summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #ff7040;
  transform: translateY(-50%);
}
/* 下矢印 */
.faq summary::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(-45deg);
}
/* 開いたら上矢印 */
.faq details[open] summary::after {
  transform: translateY(-35%) rotate(135deg);
}
/* 回答 */
.faq-answer {
  padding: 4px 8px 16px 42px;
  font-size: 16px;
}
/*---新規追加ここまで---*/
.common-contents02 .lp-title-type01 {
  margin-bottom: 16px;
}
/*header*/
.page-head01 {
  padding: 24px 0px 0px 0px;
}
.page-head01 .title {
  margin: 16px 0px 0px;
  padding: 0px;
  font-size: clamp(3.6rem, 3.125vw, 4.6rem);
}
.page-head01 .sub-ttl {
  text-align: center;
  font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  font-weight: 700;
  color: #4d74bc;
  line-height: 1.4;
  margin-bottom: 10px;
}
.slider {
  overflow: hidden;
  width: 800px;
  margin: 48px auto 0px;
}
.track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.track img {
  width: 1200px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
/*タグ 学年*/
.tag-left {
  justify-content: left;
}
/*対面 オンライン*/
.common-contents02 .sec-ymd {
  background: #f4a86e;
  padding: 8px 0px;
  text-align: center;
}
.common-contents02 .sec-ymd .text-body {
  font-weight: bold;
  color: #fff;
  font-size: clamp(1.4rem, 3.125vw, 1.6rem);
}
/*背景色*/
.lp-main-contents .page-head01 {
  background-color: #cee6f2;
}
.bg-right-green {
  background: #cee6f2;
}
/*差し色*/
.bg-01 {
  background: #cee6f2;
}
.bg-02 {
  background: #f4a86e;
}
.bg-03 {
  background: #7ea3e8;
}
.bg-04 {
  background: #e8852e;
}
/*メインコンテンツ*/
.reco-box {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .reco-outer {
    padding-bottom: 0px;
  }
  .reco-box {
    display: block;
  }
  .reco-img {
    margin-top: 24px;
  }
  .reco-img img {
    margin: 0 auto;
  }
}
.reco-text {
  flex: 1;
}
.reco-text p {
  line-height: 2;
}
.reco-img {
  flex: 1;
}
.reco-img img {
  width: 60%;
  object-fit: cover;
  display: block;
}
/*PICK UP*/
.twocol-box li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0px 0px 36px;
}
.twocol-box img {
  width: 130px;
}
@media (max-width: 768px) {
  .twocol-box img {
    width: 85px;
  }
}
.button-type01 .js-accbtn {
  position: relative;
}
.button-type01 .js-accbtn .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.button-type01 button {
  border: 1px solid #E8852E;
  border-radius: 10px;
  color: #E8852E;
}
.button-type01.more .acc-arrow svg {
  stroke: #f4a86e;
}
.button-type01 .is-close:after {
  content: "さらに詳しく";
}
.button-type01 button:after {
  content: "閉じる";
}

.button-type02.gradation01 a::after{
  content: "";
  position: absolute;

  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  top: 38%;
  right: 15px;
  transform:translate(-50%)
}