@charset "UTF-8";

#contents {
	font-feature-settings: "palt";
  font-family:
    'Hiragino Mincho ProN',
    'Yu Mincho',
    'MS Mincho',
    'Noto Serif JP',
    serif;
	color: #333333;
	padding-top: 0 !important;
  }
#contents .breadcrumb{
	font-family: 'Noto Sans JP',sans-serif;
  }

#contents .mainVisualArea {
	/* background-image: url(/event/images/2025/renga_bg.png);
	background-repeat: repeat;
	background-size: 100px 100px; */
	background-color: #d2e1f0;
}

.h1_color {
	color: #003856;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_none {
	display:none;
  }
}

/* リード文 */
.ev_mess_area {
	width: 100%;
	text-align: left;
	padding: 60px 0;
	font-size: 18px;
}
.ev_mess_area .inner01 .h1_title {
	text-align: center;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
/* .ev_mess_area span {
	background-color: rgba(236, 240, 14, 0.3);
} */

.spSection .inner01 .h1_title {
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 20px;
}
.itemBlock01 .gs_cp_01_1 .h1_title {
	line-height: 1.3;
	font-weight: bold;
	margin: 20px 0;
}
.spSection .inner01 .h1_title .h1_title01 {
	font-size: 36px;
}
.itemBlock01 .gs_cp_01_1 .h1_title .h1_title01 {
	font-size: 36px;
}
.spSection .inner01 .h1_title .h1_title02 {
	font-size: 24px;
}
.spSection .inner01 .h1_title .h1_title03 {
	font-size: 40px;
}
.spSection .inner01 .h1_title .h1_title05 {
	font-size: 32px;
}
/* 担当講師 */
.spSection .inner01 .h1_title .h1_title04 {
	font-size: 16px;
}
.spSection .inner01 .h1_title .h1_title06 {
	font-size: 16px;
}

.spSection .inner01 .h1_title rt {
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 14px;
	/* letter-spacing: -1.2em;
	margin-left: -10px; */
}
.spSection .inner01 .h1_title .koshi_name {
	padding: 0 10px;
  font-weight: normal;
}

.spSection .inner01 .h1_subjectKinds {
	display: flex;
	justify-content: space-between;
	width: 166px;
	margin: 0 auto;
}

.spSection .inner01 .h1_subject01 {
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	padding: 8px 20px;
	color: #fff;
}

.spTableWrapper th,
.spTableWrapper td {
	font-size: 16px;
}

/* イベント概要 */
.spTableWrapper {
	margin-top: 30px;
}
/* .spTableWrapper .spTable01 ul li{
	list-style-type: disc;
} */
.spTableWrapper .table_red {
	color: #003856;
}
.spTableWrapper .table_red th {
	background: rgba(217, 239, 250, 0.3);
	border: 1px solid #003856;
	width: 19%;
}
.spTableWrapper .table_red td {
	border: 1px solid #003856;
}
.spTableWrapper .table_red td span{
	font-weight: bold;
}
.spTableWrapper .table_red td .mb30{
	margin-bottom: 30px;
}
/* .spTableWrapper .table_red .pl40 {
	padding-left: 40px;
} */
.spTableWrapper .table_red td .note{
	font-size: 14px;
	font-weight: normal;
}

.spSection_blank {
	margin-top: 50px;
}

#contents .indent01 {
	margin-top: 10px;
}

#contents .ev_cv_area2_bg2 {
	margin-bottom: 100px;
}

#contents .ev_flow_area_bg2 {
	margin-top: 50px;
}

.flow_area {
	background: none;
	/* background-image: url(/event/images/2025/sec_bg.png); */
}

/* 申込ボタン */
.cvA_btn01 {
	margin-bottom: 60px;
}

.cvA_btn01 a {
	font-size: 24px;
  margin: 11px auto 0;
	color: #333333;
	font-weight: 700;
	width: 491px;
	height: 102px;
  background-image: url(/curriculum/kind/images/cvA_btn01_bg_pc.png);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0 25px 0 10px;
	border-radius: 5px;
  box-shadow: 8px 8px 15px rgb(0 0 0 / 20%);
  line-height: 130%;
  text-align: center;
	box-sizing: border-box;
}

.btn:hover {
	filter: brightness(130%);
}

.cvA_btn01 p {
	width: 80%;
	font-size: 13px;
	margin: 15px auto;
	text-align: center;
}

.cvA_btn01 a .text1 {
	font-size: 32px;
	color: #000;
	position: relative;
	top: -1.5px;
}

.cvA_btn01 a .text2 {
	position: relative;
	top: 1.5px;
}

.flow_area {
	padding: 0 0 5%;
	margin: 0 0 15px;
	width: 100%;
}

#contents .inner01_red {
	background-color: rgba(217, 239, 250, 0.3);
	padding: 30px 60px 50px;
	margin-bottom: 50px;
}

/* 3つの特徴 */
.qa {
  margin-bottom: 100px;
}

.qa_title {
  margin: 0 auto 20px;
}

.qa .accordion {
  margin: 0 auto;
}

.accordion_header {
  position: relative;
  display: flex;
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #016288;
  border: #016288 solid 1px;
}

.accordion_number {
  background-color: #016288;
  color: #fff;
  width: 40px;
  text-align: center;
}

.accordion_title {
  padding-left: 20px;
}

.accordion_title h2 {
  font-weight: bold;
}
.accordion_title span.sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}
.accordion_title03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.accordion_title03 .accordion_title04 {
  font-size: 14px;
  padding-left: 100px;
}
.accordion_container {
  position: absolute;
  right: 10px;
  top: 0;
}
.btn_close {
  display: none;
}

.accordion_inner {
  display: none;
  border: 1px solid #016288;
  border-top: none;
}

.accordion_case {
  display: flex;
}

.accordion_case02 {
  width: 65%;
  padding-right: 30px;
  box-sizing: border-box;
  line-height: 1.6;
}
.accordion_case04 {
  width: 60%;
}
.accordion_cont {
  width: 35%;
}
.accordion_cont02 {
  width: 40%;
}

.accordion_flow01 .accordion_case:nth-child(n + 2) {
  margin-top: 48px;
}

.accordion_caseTtl.gold .accordion_text01 {
  color: #016288;
  font-size: 18px;
  background: linear-gradient(transparent 65%, rgba(220, 197, 150, 0.5) 50%);
  padding-bottom: 3px;
  display: inline;
}

.column_text {
  padding-top: 10px;
}

.column_notes {
  margin-top: 10px;
  font-size: 12px;
}

.accordion_text01 {
  font-weight: 700;
}

.accordion_text02 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 14px;
}

.accordion_text03 {
  font-weight: 400;
  padding-top: 0px;
}

/*Flow01のtable*/
.case03_table {
  margin-top: 10px;
  color: #016288;
}

.case03_table,
.case03_table th,
.case03_table td {
  border: 2px solid #016288;
  border-collapse: collapse;
}

.case03_table th {
  width: 15%;
  font-size: 16px;
  background: rgba(1, 98, 136, 0.1);
}

.case03_table td {
  width: 85%;
  font-size: 14px;
  padding: 15px;
}

/*Flow02のtable*/
.case04_table_notes {
  font-size: 10px;
}

.case04_table {
  margin-top: 10px;
  width: 100%;
  color: #333;
  border-collapse: collapse;
}

.case04_table th,
.case04_table td {
  border: 1px solid #828282;
}

.case04_table td {
  width: calc(100% / 3);
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.case04_table th {
  width: 15%;
  font-size: 10px;
  padding: 10px;
  background-color: #fff;
}

.case04_table td span {
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 2px;
}

/* 外枠を消す */
.case04_table tr:first-child th {
  border-top: none;
}
.case04_table tr:last-child td,
.case04_table tr:last-child th {
  border-bottom: none;
}
.case04_table tr th:first-child,
.case04_table tr td:first-child {
  border-left: none;
}
.case04_table tr th:last-child,
.case04_table tr td:last-child {
  border-right: none;
}

.case04_table  .table_uni {
  font-weight: 600;
  font-size: 16px;
}

.accordion_case03 .koza_link {
  margin-top: 10px;
}

.accordion_case03 .koza_link a {
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
}

.accordion_case03 .koza_link a::before {
  display: inline-block;
  content:url("/curriculum/kind/images/link_arrow.svg");
  padding-right: 5px;
  position: relative;
  top: 4px;
}

.open {
  display: flex;
}

.close {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.heading {
	color: #016288;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 60px;
	margin-top: 100px;
	letter-spacing: -0.03em;
}

@media screen and (max-width: 750px) {
  /* .qa {
    padding: 24px 0;
  } */

  .qa_title {
    width: calc((460/750)*100vw);
    max-width: 230px;
  }

  .qa .accordion {
    width: calc((680/750)*100vw);
    margin-top: 24px;
  }

  .accordion_one+.accordion_one {
    margin-top: calc((50/750)*100vw);
  }

  .accordion_container {
    width: calc((50/750)*100vw);
    right: 5px;
    top: -6px;
  }

  #contents .accordion_container .btn_close {
    position: absolute;
    top: 13px;
  }

  .accordion_container02 {
    top: 4px;
  }

  #contents .accordion_container02 .btn_close {
    top: 13px;
  }
  .heading {
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
  .accordion_header {
    font-size: 15px;
  }
  .accordion_inner {
    padding: 24px;
  }
  .accordion_caseTtl.gold .accordion_text01 {
    font-size: min(24px, calc((32/750)*100vw));
    text-align: center;
  }

  .accordion_title {
    padding-left: 5px;
  }
  .accordion_title02 h2 {
    line-height: 1.5;
    padding: 10px 0;
    width: 85%;
  }
  .accordion_title03 {
    display: block;
  }
  .accordion_container03 {
    top: 6px;
  }
  .accordion_title03 .accordion_title04 {
    font-size: 12px;
    padding-left: 0;
    margin-top: -15px;
  }
  .accordion_number {
    width: 30px;
  }
  .accordion_number02 {
    padding: 10px 0;
  }
  /* .accordion_number02 {
    padding-top: 30px;
  } */
  .accordion_case {
    display: block;
  }
  .accordion_case02 {
    width: 100%;
    padding-right: 0;
  }
  .accordion_cont {
    margin-top: 15px;
    width: 100%;
  }
  .accordion_text02 {
    padding-top: 30px;
  }
  .case03_table th {
    width: 30%;
  }
  .case03_table td {
    width: 70%;
    padding: 10px;
  }
  .case04_table {
    width: 100%;
  }
  .case04_table td {
    width: calc(100% / 3);
  }
  .case04_table th {
    padding: 5px;
    width: 13%;
  }
}

@media screen and (min-width: 751px) {
  /* .qa {
    padding: 40px 0;
  } */

  .qa_title {
    width: calc((335/1920)*100vw);
  }

  .qa .accordion {
    margin-top: 32px;
    max-width: 920px;
  }
  .qa .accordion_one+.accordion_one {
    margin-top: 40px;
  }

  .qa .accordion_container {
    width: 40px;
  }

  .qa .accordion_inner {
    padding: 40px 32px;
  }

  .qa .accordion_text01 {
    font-size: 24px;
  }

  .homeDesc_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .qa .pc .accordion_caseRight {
    width: 46%;
  }
}
/* 担当講師 */
#contents .koshi_sp {
  display: none;
}
.spSection .inner01 .bc_koshi {
	background-color: rgba(217, 239, 250, 0.3);
	padding: 30px 60px 50px;
	margin-bottom: 50px;
	color: #003856;
}
.spSection .inner01 .bc_koshi02 {
	display: flex;
}
.inner_koshi .bc_koshi .koshi_detail01 {
  width: 20%;
  display: flex;
  align-items: center;
}
.inner_koshi .bc_koshi .koshi_detail02 {
  width: 85%;
  font-size: 16px;
  padding-left: 20px;
}
.inner_koshi .bc_koshi .koshi_detail04 {
  padding: 20px 0;
}
.inner_koshi .bc_koshi .koshi_detail04 .koshi_detail05 {
  padding: 15px;
  color: #fff;
  background-color: #016288;
}
.inner_koshi .bc_koshi .koshi_detail04 .koshi_detail06 {
  font-size: 14px;
  margin-bottom: 10px;
}
.inner_koshi .bc_koshi .koshi_detail02 .classTitle,
.inner_koshi .bc_koshi .koshi_detail01 .classTitle {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}
.inner_koshi .bc_koshi .koshi_detail01 .koshi_class {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px){
  #contents .koshi_pc {
    display: none;
  }
  #contents .koshi_sp {
    display: block;
  }
  .spSection .inner01 .bc_koshi {
    display: block;
  }
  .inner_koshi .bc_koshi .koshi_detail01 {
    width: 100%;
    text-align: center;
  }
  .inner_koshi .bc_koshi .koshi_detail02 {
    width: 100%;
    padding: 15px 0;
  }
  .inner_koshi .bc_koshi .koshi_detail04 {
    padding: 0;
  }
  #contents .inner_koshi .bc_koshi .koshi_detail01 .koshi_photo {
    margin: 0 auto;
    width: 25%;
  }
  .spSection .inner01 .h1_title .koshi_name {
    padding: 0 5px;
  }
  .spSection .inner01 .h1_title rt {
    font-size: 10px;
  }
  .inner_koshi .bc_koshi .koshi_detail01 .koshi_class {
    font-size: 12px;
  }
  .inner_koshi .bc_koshi .koshi_detail01 .classTitle {
    font-size: 12px;
  }
  .spSection .inner01 .bc_koshi {
		padding: 40px 20px;
	}
	.inner01 .koshi_red {
		text-align: center;
    width: 75%;
	}
}


/* 生徒の声（seitoKoe）  */
#contents .seitoKoe {
  background-color: rgba(1, 98, 136, 0.2);
;
}

#contents .seitoKoe .title {
  margin: 0 auto;
}

#contents .slider_01 {
  width: 1000px;
  margin: 50px auto 0;
  padding-bottom: 102px;
}

#contents .slider_02 {
  width: 791px;
  margin: 0 auto;
}

#contents .slider_01 .slick-list {
  margin: 0;
}

#contents .slider_01 .slick-dots {
  /* bottom: 100px; */
  bottom: 57px;
}

#contents .slider_01 .slick-dots li button:before {
  color: #fff;
}

#contents .slider_01 .slick-dots li.slick-active button:before {
  color: #016288;
}

#contents .slider_01 .prev.slick-arrow {
  position: absolute;
  width: 60px;
  top: 60px;
  left: -40px;
  z-index: 1;
  cursor: pointer;
}

#contents .slider_01 .next.slick-arrow {
  position: absolute;
  width: 60px;
  top: 60px;
  right: -40px;
  z-index: 1;
  cursor: pointer;
}

#contents .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 750px) {
  #contents .seitoKoe {
    padding-top: 48px;
  }

  #contents .seitoKoe .title {
    width: calc((540/750)*100vw);
    padding-bottom: 24px;
  }

  #contents .slider_01 {
    width: calc((690/750)*100vw);
    padding-bottom: 40px;
	margin-top: 0;
  }

  #contents .slider_01 .prev.slick-arrow {
    width: calc((60/750)*100vw);
    top: calc((190/750)*100vw);
    left: calc((-30/750)*100vw);
  }

  #contents .slider_01 .next.slick-arrow {
    width: calc((60/750)*100vw);
    top: calc((190/750)*100vw);
    right: calc((-30/750)*100vw);
  }

  #contents .slider_01 .slick-dots {
    bottom: 20px;
  }
}

@media screen and (min-width: 751px) {
  #contents .seitoKoe {
    padding-top: 72px;
  }

  #contents .seitoKoe .title {
    max-width: 468px;
  }
}

/* 大学別対策講座一覧 ボタン */
#contents .sec02 {
  background-image: repeating-linear-gradient(132deg, transparent, transparent 14px, rgba(237, 241, 242, 1) 14px, rgba(237, 241, 242, 1) 15px);
  padding: 42px 0;
}
.sec02_cv .btn a span {
  color: #000;
  font-size: 18px;
}

.sec02_cv .btn a {
  background-image: url("/curriculum/kind/images/cv_h2.png");
}

.sec02_cv .btnArea {
  display: flex;
  justify-content: center;
  width: calc((925/1920)*100vw);
  gap: 10px;
  max-width: 925px;
  margin: 24px auto;
}
.sec02_cv .btn a {
  font-size: 20px;
  height: 88px;
  width: calc((300/1920)*100vw);
  width: 315px;
  background-repeat: no-repeat;
  box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 10px rgba(188, 188, 188, 0.9);
}
.sec02_cv .btn a span {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.sec05_kouza {
  text-align: center;
  margin-bottom: 60px;
}
.sec05_kouza_title {
  background: linear-gradient(transparent 65%, rgba(220, 197, 150, 0.5) 50%);
  padding-bottom: 3px;
  display: inline;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.sec05_kouza_title {
	  font-size: 18px;
	}
	.sec02_cv .btn a {
    background-image: url("/curriculum/kind/images/cv_h2_sp.png");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    text-decoration: none;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-weight: 700;
    text-align: center;
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    /* font-size: calc(32 / 750 * 100vw); */
    font-size: clamp(14px, calc((24 / 750) * 100vw), 24px);
    line-height: 140%;
    padding: 0 calc(5 / 750 * 100vw) 0 0;
    box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 10px rgba(188, 188, 188, 0.9);
  }
  .sec02_cv .btn a span {
    top: 0;
  }

}

/* 動画 */
.douga_area {
	width: 50%;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

.video_s {
    position: relative;
    width: 100%;
	text-align: center;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;

}

.video_s iframe {
    position: absolute;
	text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.itemBlock_01 {
	margin-top: 30px !important;
}

@media screen and (max-width: 767px){
	.pageTitle {
		font-size: 1.8em !important;
		line-height: 1.3;
	}
}

.itemBlock01 {
	margin-top: 30px !important;
	text-align: center;
}


.mb30 {
	margin-bottom: 30px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

/* 入会までの流れ */
.joinStep.step06:after {
  content: none;
}
.joinStep.step06 {
  margin-bottom: 90px;
}
.inner02 .open {
  display: block;
}

.cv01_2>div {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.cv01_2_btn a {
  display: flex;
  font-weight: 700;
  background-repeat: no-repeat;
  color: #fff;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  background-size: contain;
  background-position: 50% 50%;
  transition: filter 0.3s;
}

.cv01_2_btn a:hover {
  filter: brightness(130%);
}

.cv01_2_btn>p {
  font-weight: 700;
  text-align: center;
  color: #1D738F;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.cv01_2_btn a span:first-child {
  background-color: #fff;
  color: #1D738F;
  writing-mode: vertical-rl;
}

.cv01_2_btn a span:nth-child(2) {
  text-shadow: 1px 1px 5px rgba(10, 55, 73, 0.5);
  margin-left: 4px;
}

.cv01_2_btn p::before,
.cv01_2_btn p::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('/curriculum/jhs/img/common/cv06_text_deco.png');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.cv01_2_btn p::after {
  transform: translateY(-50%) rotateY(180deg);
}

#contents .accordionSwt {
  padding-left: 80px;
  color: #016288;
}

.join_link a {
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
}

.join_link a::before {
  display: inline-block;
  content:url("/curriculum/kind/images/link_arrow.svg");
  padding-right: 5px;
  position: relative;
  top: 4px;
}

.accordionBodyText {
  font-size: 18px;
  font-weight: bold;
}
.accordionBodyTable {
  width: 60%;
  color: #333;
  border-collapse: collapse;
}

.accordionBodyTable th,
.accordionBodyTable td {
  border: 1px solid #828282;
}

.accordionBodyTable td {
  width: calc(100% / 2);
  font-size: 14px;
  padding: 10px;
  text-align: center;
}
.accordionBodyTable th {
  padding: 10px;
}
.accordionBodyNotes {
  font-size: 12px;
}
.accordionBodyNotes li {
	text-indent: -1em;
	padding-left: 1em;
}
.accordionBodyNotes li::before {
  content: "※";
}
/* 外枠を消す */
.accordionBodyTable tr:first-child th {
  border-top: none;
}
.accordionBodyTable tr:last-child td,
.accordionBodyTable tr:last-child th {
  border-bottom: none;
}
.accordionBodyTable tr th:first-child,
.accordionBodyTable tr td:first-child {
  border-left: none;
}
.accordionBodyTable tr th:last-child,
.accordionBodyTable tr td:last-child {
  border-right: none;
}

.accordionBodyImages01 {
	width: 80%;
}
.accordionBodyImages01_sp {
  display: none;
}

.accordionBodyImages02 {
	width: 50%;
}
.pb40 {
  padding-bottom: 40px !important;
}

@media all and (min-width:768px) {
  .cv01_2 {
    margin-top: -18px;
    padding-top: 18px;
    justify-content: center;
  }

  .cv01_2_btn1 a {
    background-image: url('/curriculum/jhs/img/pc/cv06_btn1_bg.png');
  }

  .cv01_2_btn2 a {
    background-image: url('/curriculum/jhs/img/pc/cv06_btn2_bg.png');
  }

  .cv01_2_btn a {
    width: 330px;
  }

  .cv01_2_btn span br {
    display: none;
  }

  .cv01_2_btn p::before,
  .cv01_2_btn p::after {
    width: 12px;
    height: 20px;
  }

  .cv01_2_btn>p {
    font-size: 20px;
  }

  .cv01_2_btn p::before {
    left: -16px;
  }

  .cv01_2_btn p::after {
    right: -16px;
  }

  .cv01_2_btn a span:first-child {
    border-radius: 5px;
    padding: 10px 4px;
  }
}

@media screen and (max-width: 767px) {

  .accordionBodyText {
    font-size: 16px;
  }
  .accordionBodyTable {
    width: 100%;
  }

  .cv01_2_btn>p {
    font-size: calc((24/750)*100vw)
  }

  #contents .accordionSwt {
    padding-left: 58px;
  }

  .cv01_2_btn a {
    width: calc(305 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }

  .cv01_2 {
    justify-content: center;
  }

  #nyukai {
  scroll-margin-top: 70px;
  }

  .accordionBodyImages01 {
		width: 100%;
	}
  .accordionBodyImages01_pc {
   display: none;
  }
  .accordionBodyImages01_sp {
   display: block;
  }

  .accordionBodyImages02 {
		width: 100%;
	}
}

@media screen and (max-width: 767px){

	.spSection .inner01 .h1_title .h1_title01 {
		font-size: 24px;
	}
	.itemBlock01 .gs_cp_01_1 .h1_title .h1_title01 {
		font-size: 24px;
	}
	.spSection .inner01 .h1_title .h1_title02 {
		font-size: 18px;
	}
	.spSection .inner01 .h1_title .h1_title03 {
		font-size: 32px;
	}
	.spSection .inner01 .h1_title .h1_title05 {
		font-size: 18px;
	}
  .spSection .inner01 .h1_title .h1_title04 {
	  font-size: 12px;
  }
  .spSection .inner01 .h1_title .h1_title06 {
	  font-size: 12px;
  }
	#contents .spSection .inner_koshi {
		padding: 0;
	}
	/* 申込ボタン */
	.cvA_btn01 a {
		background-image: url(/curriculum/kind/images/cvA_btn01_bg_sp.png);
		width: calc(630 / 750 * 100vw);
		height: calc(130 / 750 * 100vw);
		font-size: 15px;
	}

	.cvA_btn01 a .text1 {
		font-size: 22px;
	}
	.mb150 {
	margin-bottom: 60px !important;
	}

	.spTableWrapper .table_red th {
		width: 100%;
	}
}
