@charset "UTF-8";

/* 2025年9月22日追記 */
.inner02 .attention_h1{
  background-size: cover;
  height: 25px;
  width: 93px;
  background-image: url(/curriculum/winter/img/common/attention_h1.png);
  margin-bottom: 8px;
}

.inner02 .attention_j3{
  background-size: cover;
  height: 25px;
  width: 93px;
  background-image: url(/curriculum/winter/img/common/attention_j3.png);
  margin-bottom: 8px;
}

.heading02 {
    font-size: 32px;
    color: #016288;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.03em;
	  margin-top: 100px;
}

.qa {
    background-color: unset;
}

.m80 {
  margin: 80px 0;
}

@media screen and (max-width: 750px) {

  .m80 {
    margin: 30px 0;
  }

  .heading02 {
    font-size: 21px;

  }
  .inner02 .attention_h1{
    margin-bottom: 8px;
  }

  .inner02 .attention_j3{
    margin-bottom: 8px;
  }
}

/* トップページから流用したボタンたち */
.btnArea {
  width: 50%;
  margin: 0 auto 56px;
}
.cvContentfull{
	display: flex;
}
.cvContentfull .btnCV{
	flex-grow: 1;
}
.cvContentfull li{
	margin: 15px 10px 0;
}
.cvContentfull li:first-child {
	margin-left: 0;
}
.cvContentfull li:last-child {
	margin-right: 0;
}


@media screen and (max-width: 767px) {


  .btnArea {
    width: 90%;
    margin: 0 auto 36px;
  }
  .cvContentfull{
  	overflow: hidden;
  	display: block;
  }
  .cvContentfull .btnCV{
  	flex-grow: 1;
  }
  .cvContentfull li{
  	margin: 15px 0 0;
  }
  .cvSp{
	  width:48%;
	  float:left;
  }
  .cvSp2{
  	width:48%;
  	float:left;
  	padding-left:4%;
  }
}

.descRed {
  color: #E9473B;
}

.sec01 .descText p {
  font-weight: normal !important;
  font-size: 20px !important;
}

.descArea .cvA_body {
  background-color: transparent;
}

.descArea .cvA_body .textBlack {
  color: #333;
}

@media screen and (max-width: 767px) {
  .sec01 .descText p {
    font-size: 16px !important;
  }
}

.sec05_kouza_title {
  color: #0086AC;
  border-top: #0086AC solid 3px;
  border-bottom: #0086AC solid 3px;
}

.schedule table tr:nth-child(3) td span {
  color: #E9473B;
}

.trial_p02 {
  color: #0086AC;
}

.trial_ppc a {
	text-decoration: none;
	border-bottom: none;
}

.trial_ppc a::before {
  display: inline-block;
  content: url("/curriculum/kind/images/link_arrow.svg");
  padding-right: 5px;
  position: relative;
  top: 4px;
}

.sec01 .desc {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.sec01 .desc .descTitle span {
  background: linear-gradient(transparent 60%, rgba(233, 71, 59, 0.4)60%);
}

.sec01>div:nth-child(4){
  font-weight: normal;
}

.sec02_cv .btn:first-of-type a span {
  color: #E9473B;
}

.heading {
	color: #016288;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 60px;
	letter-spacing: -0.03em;
}

.accordion_inner {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    background: transparent;
}

.accordion_container {
    position: absolute;
    right: 10px;
    top: 0;
}

.accordion_header {
    position: relative;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    border: #ccc solid 1px;
}
.accordion_title {
    padding-left: 20px;
}
.accordion_title span{
  color: #E9473B;
}
.accordion_title03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.accordion_title h2 {
    font-weight: bold;
}

.accordion_text01 {
    font-weight: 700;
}

.accordion_number {
  background-color: #E9473B;
  color: #fff;
  width: 40px;
  text-align: center;
}

.accordion_case02 {
    width: 65%;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 1.6;
}

.accordion_caseTtl{
  display: inline !important;
}

.accordion_caseTtl.gold .accordion_text01 {
    color: #000;
    font-size: 18px;
    background: linear-gradient(transparent 65%, rgba(233, 71, 59, 0.4) 50%);
    padding-bottom: 7px;
    display: inline;
}
.accordion_case {
    display: flex;
}

.accordion_cont {
    width: 35%;
}
.column_text {
    padding-top: 10px;
}

.open {
    display: flex;
}

.qa {
    padding: 8px 0;
}

@media screen and (min-width: 751px) {

  .qa .accordion {
    margin-top: 32px;
    max-width: 920px;
}

 .qa .accordion_inner {
    padding: 40px 32px;
}
  .qa .accordion_container {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .qa .accordion {
    width: calc((680/750)*100vw);
    margin-top: 24px;
  }
  .accordion_case {
    display: block;
  }

  .accordion_inner {
    padding: 24px;
  }

  .accordion_header {
    font-size: 15px;
}
  .accordion_number {
    width: 30px;
  }

  .accordion_title {
    padding-left: 5px;
  }

  .accordion_title02 h2 {
    line-height: 1.5;
    padding: 10px 0;
    width: 85%;
  }
  .accordion_title03 {
    display: block;
  }
  /* 河合塾が培った豊富な受験情報 SP表示時 */
  .accordion_title04 h2 {
    width: 100%;
  }

  .heading {
		font-size: 21px;
		margin-bottom: 20px;
		margin-top: 4px;
	}

  .accordion_caseTtl.gold .accordion_text01 {
    font-size: min(24px, calc((32/750)*100vw));
    text-align: center;
  }
  .accordion_case02 {
    width: 100%;
    padding-right: 0;
  }

  .accordion_cont {
    margin-top: 15px;
    width: 100%;
  }

  #contents img {
    width: 100%;
    height: auto;
  }
}

.modalArea_content_outer {
    display: flex;
    justify-content: center;
    left: 50%;
    margin: auto;
    /* transform: translate(-50%, -50%); */
}
.modalArea_content {
    background: #E9473B0D;
    /* background-image: radial-gradient(#F5F9FA, #EAEFF0); */
    max-width: 920px;
    overflow: hidden;
    overflow-y: auto;
}
.modalArea_content_inner {
    display: flex;
    gap: 0 3.9619565217%;
    width: 100%;
    max-width: 920px;
    overflow-y: auto;
}
.modalArea_thumbnail {
    background-color: #c3c7c7;
    width: 100%;
    padding-bottom: 61.9909502262%;
    position: relative;
    overflow: hidden;
}
.modalArea_thumbnail img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    max-height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modalArea_personal {
    border-left: 3px solid #E9473B;
}
.modalArea_personal.is-pc {
    padding-left: 12px;
}

.modalArea_content_block.secondary {
    flex: 1 1 auto;
}
.modalArea_school_label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9473B;
    font-weight: 400;
    color: #fff;
    border-radius: 0 12px 0 6px;
}

.modalArea_school_text1 {
    color: #828282;
    line-height: 1;
}
.modalArea_school_text2 {
    color: #333;
    line-height: 1.2;
    margin-top: 4px;
}

.modalArea_school_text3 {
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    margin-top: 4px;
    font-size: 40px;
}

.modalArea_school_text3 span {
  font-size: 32px;
}

.modalArea_school_text4 {
    color: #828282;
    line-height: 1.2;
}

.modalArea_comments dt {
    color: #E9473B;
    line-height: 1.5;
    position: relative;
    padding-left: 12px;
}

.modalArea_comments dt::before {
    content: "";
    background-color: #E9473B;
    width: 6px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.modalArea_comments {
    margin-top: 28px;
}
.modalArea_personal.is-sp {
    padding-left: 10px;
}
.modalArea_personal p.modalArea_personal_name {
  font-size: 22px;
}
.modalArea_personal p.modalArea_personal_name span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .modalArea_school_label {
    width: 77px;
    height: 22px;
    font-size: 13px;
    position: absolute;
    top: -14px;
    left: 5.9523809524%;
  }
  .modalArea_content_outer {
    width: calc(89.3617021277% + 40px);
    top: calc(50% + 4px);
    max-height: calc(100% - 140px);
  }
  .modalArea_content {
    width: 89.3617021277%;
    height: auto;
  }
  .modalArea_content_inner {
    flex-direction: column;
    height: auto;
  }
  .modalArea_personal.is-pc {
    display: none;
  }
  .modalArea_content_block.secondary {
    position: relative;
    padding: 21.71px 5.9523809524%;
  }
  .modalArea_school_text2 {
    font-size: 20px;
  }
  .modalArea_school_text3 {
    font-size: 36px;
    font-size: clamp(36px,2.3vw,40px);
  }
  .modalArea_school_text3 span {
    font-size: 26px;
  }
  .modalArea_personal p.modalArea_personal_name {
    font-size: 20px;
  }
  .modalArea_personal p.modalArea_personal_name span {
    font-size: 13px;
  }
  .modalArea_comments {
    margin-top: 28px;
  }
  .modalArea_personal {
    margin-top: 16px;
  }

}

@media screen and (min-width: 768px), print{
  .modalArea_content_outer {
    width: calc(100% - 130px);
    max-width: 920px;
  }
  .modalArea_content {
    width: 100%;
    max-height: calc(100vh - 92px - 92px);
    padding: 48px;
  }
  .modalArea_content_block.primary {
    flex: 1 0 264.55px;
  }
  .modalArea_personal {
    margin-top: 12px;
  }
  .modalArea_school_label {
    width: 95px;
    height: 28px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .modalArea_school_text1 {
    font-size: 13px;
    margin-top: 12px;
  }
  .modalArea_school_text2 {
    font-size: 22px;
  }
  .modalArea_school_text4 {
    font-size: 15px;
    margin-top: 4px;
  }
  .modalArea_comments dt {
    font-size: 18px;
  }
  .modalArea_personal.is-sp {
    display: none;
  }

  .qa .com03_sec02{
  max-width: 920px;
  margin: auto;
  }
  /* マナビスで進める ●●からの難関大突破計画 画像調整 */
  .qa .com03_sec02.plan {
    width: 45%;
    margin-bottom: 50px;
  }
}

/* 突破計画のステップ */
.joinStep dt.accordionSwt:after {
  background-image: url(/curriculum/winter/img/common/btn_open_step.png);
}
.joinStep.open dt:after {
    background-image: url(/curriculum/winter/img/common/btn_close_step.png);
}
.inner02 .open {
    display: block;
}
#contents .accordionSwt {
    align-content: center;
    color: #000;
    line-height: 1.4rem;
}
.accordionBodyImages01 {
    width: 80%;
}
.accordionBodyText {
    font-size: 18px;
    font-weight: bold;
}
.accordionBodyImages01_sp {
    display: none;
}
.joinStep:after {
    background-image: url(/curriculum/winter/img/common/arrow_01.png) !important;
}

	.joinStep.step01 dt {
	background-image: url(/curriculum//winter/img/common/icon_step1.png) !important;
	}

	.joinStep.step02 dt {
	background-image: url(/curriculum//winter/img/common/icon_step2.png) !important;
	}

	.joinStep.step03 dt {
	background-image: url(/curriculum//winter/img/common/icon_step3.png) !important;
	}

	.joinStep {
    border-bottom: 1px solid #E9473B;
	}

  .joinStep.step06:after {
    content: none;
  }

  .joinStep.step06 {
    border-bottom: none;
	}

.leadMarker01{
  background-image: url(/curriculum/winter/img/common/title_toppa.png);
  /* display: inline-block; */
  /* width: 250px; */
  height: 24px; /* 画像の高さに合わせて調整してください */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px){
  #contents img {
    width: 100%;
    height: auto;
  }
  .accordionBodyImages01_sp {
    display: block;
  }
  .accordionBodyImages01_pc {
    display: none;
  }
  .accordionBodyImages01 {
    width: 100%;
  }
  #contents .accordionSwt {
    padding-right: 22px;
  }

  .leadMarker01{
  margin: auto;
  width: 250px;
  }

  .fv_bg{
  padding: 55vw 0 3% 20% !important;
  }
  /* マナビスで進める ●●からの難関大突破計画 画像調整 */
  .qa .com03_sec02.plan {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.mb0 {
  margin-bottom: 0;
}