/*@font-face {
	font-family: 'HelveticaNowDisplay-Black';
	src: url(C:\Users\kinom\Downloads\Helvetica_Now\Source_Helvetica_Now\3-Helvetica Now Display/HelveticaNowDisplay-Black.otf);
}*/

.bg {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.7);
}

#contents {
  position: relative;
}

/* ボタン */
#contents #newcourse p.more_btn2 {
    width: 135px;
    margin: 25px 0px;
/*    border: 1px solid #EC6C00;
    background-color: #EC6C00;*/
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease-out;
    text-align: center;
}

#contents #newcourse p.more_btn2.center {
  margin-left: auto;
  margin-right: auto;
}

#contents #newcourse p.more_btn2 a:hover {
  background-color: #ffffff;
  color: #EC6C00;
  text-decoration: none;
}
#contents #newcourse p.more_btn2 a {
  display: inline-block;
  width: 125px;
  padding: 5px;
  color: #ffffff;
  transition: all 0.15s ease-out;
}

/* ボタン赤 */
#contents #newcourse p.more_btn3 {
    width: 135px;
    margin: 25px 0px;
    border: 1px solid #D60000;
    background-color: #D60000;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

#contents #newcourse p.more_btn3 a:hover {
  background-color: #ffffff;
  color: #D60000;
  text-decoration: none;
}
#contents #newcourse p.more_btn3 a {
  display: inline-block;
  width: 125px;
  padding: 5px;
  color: #ffffff;
  transition: all 0.15s ease-out;
}

.wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#newcourse {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*#title_interview {
  width: 100%;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

#title_interview h1 img{
  width:100%;
  max-width:fit-content;
  margin-left:auto;
  margin-right:auto;
}

#title_interview h1 {
  color: white;
  line-height: 1;
  padding: 0;
  position:relative;
}

#title_interview h1:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  mix-blend-mode: soft-light;
  display:none;
}

#title_interview h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  mix-blend-mode: soft-light;
  display:none;
}

#title_interview h1 span.tit {
  font-family: 'HelveticaNowDisplay-Bd';
  font-size: 80px;
  line-height: 1.2;
}

#title_interview h1 span:before{
  content:"";
  background-color:white;
  width:50px;
  height:1px;
  position:relative;
  display:block;
  z-index: 2;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display:none;
}

#title_interview h1 span.sub {
  font-size: 38px;
  font-weight: 900;
  color: #EC6C00;
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  line-height: 1.5;
  width: 100%;
  margin: unset;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  justify-content: center;
}
*/
section#newcourse .box {
  background-color: white;
  width: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: none;
  box-sizing: border-box;
  position: relative;
}

section#newcourse .box.last {
  padding: 0 0 80px;
}

section#newcourse .box.alt {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: 100vh;
  position: relative;
}

section#newcourse .box.alt.op {
  padding-top:0;
  margin-top: 0;
}

section#newcourse .box.alt.op.last{
  margin-bottom:100px;
}

section#newcourse .box h2 {
  font-size: 28px !important;
  /*font-weight: 800;*/
  padding-bottom: 25px;
  position: relative;
}

section#newcourse .box h2 span.tit {
  font-size: 46px;
}

section#newcourse .box h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: black;
  display: block;
  position: absolute;
  bottom: 0;
  display:none;
}

section#newcourse div.cont01 {
  width: 100%;
  display: flex;
  /* min-height: 450px; */
  /*max-height: 700px;*/
  position: relative;
}

section#newcourse .txt_wrap {
  width: 860px;
  /*max-width: 860px;*/
  margin: 0 auto;
  padding: 40px 0;
}

section#newcourse .txt_wrap2 {
  width: 640px;
  /*max-width: 860px;*/
  margin: 0 auto;
  padding: 40px 0;
}

/*section#newcourse .txt_wrap.last {
  padding: 0 40px 80px;
}*/

section#newcourse div.cont01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align:bottom;
}

section#newcourse a {
  word-break: break-word;
}

section#newcourse div.rev p {
  order: 1;
  margin-top: 0;
}

section#newcourse p.img_cont {
  width: 100%;
  position: relative;
}

/*section#newcourse p {
  margin-bottom: 15px;
  line-height: 1.6;
}*/

section#newcourse .box h3 {
  font-size: 30px;
  /*font-weight: 800;*/
  line-height: 1.3;
}

section#newcourse .box h3.title {
  font-size: 21px;
  color: #000;
  line-height: 1.3;
}

section#newcourse .box h3.cb_01{
  color: #00387D;
}

section#newcourse .box h3.cb_02{
  color: #00387D;
}

section#newcourse .box h3.cb_03{
  color: #00387D;
}

section#newcourse .box h3.cb_04{
  color: #00387D;
}

section#newcourse .box h3.cb_05{
  color: #00387D;
}

section#newcourse .box h3.cb_06{
  color: #00387D;
}

section#newcourse .box h3.cb_07{
  color: #00387D;
}

section#newcourse .box h3.cb_08{
  color: #00387D;
}

#newcourse span.tag{
  margin-bottom: 20px;
  display: flex;
  color: black;
  background: #e8e8e8;
  width: fit-content;
  padding: 5px 12px;
  font-size: 12px;
}

#newcourse span.tag.cb_01{
  background: #b3c3d8;/*30%*/
  color:#000;
}

/*div#cont_interview div p.more_btn2 {
  margin-left: 0;
  margin: 0;
  margin-top: 25px;
  padding: 0;
}*/

section#newcourse .box .anim:after{
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

section#newcourse .box .anim03:after{
  content: "";
  /*background-color: white;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

section#newcourse .box .anim.left:after,
section#newcourse .box .anim.left:before,
section#newcourse .box .anim03.left:after,
section#newcourse .box .anim03.left:before{
  left:0;
}

section#newcourse .box .anim.right:after,
section#newcourse .box .anim.right:before,
section#newcourse .box .anim03.right:after,
section#newcourse .box .anim03.right:before{
  right:0;
}

section#newcourse .box .anim.active:after,
section#newcourse .box .anim03.active:after{
  animation-name: mask1;
  /*animation-duration: .75s;*/
animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.64, 0, 0.38, 0.98);
}



@keyframes mask1 {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

section#newcourse .box .anim:before {
  content: "";
  /*background-color: #ededed;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

section#newcourse .box .anim03:before {
  content: "";
  background-color: #e5ebee;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

section#newcourse .box .anim.active:before{
  animation-name: mask1;
  /*animation-duration: .75s;
  animation-delay: .75s;*/
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.49, 0.02, 0.56, 1);
}

section#newcourse .box .anim03.active:before{
  animation-name: mask1;
  /*animation-duration: .75s;
  animation-delay: .75s;*/
  animation-duration: 1s;
  /*animation-delay: 1s;*/
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.49, 0.02, 0.56, 1);
}

.tit{
  font-family: HelveticaNowDisplay-Bd,'Noto Sans CJK JP',sans-serif;
}

section#newcourse .txt_wrap2 p.bm {
	line-height: 2;
}


@media screen and (max-width: 767px){
  /*#title_interview h1 {
    padding: 30px 20px;
  }
  #title_interview h1 span.sub {
    font-size: 28px;
    line-height: 1.5em;
    padding: 0;
	}*/
  section#newcourse div.cont01 {
    flex-direction:column;
  }

  section#newcourse div.cont01 div.new_r {
	padding: 2px 10px;
    font-size: 0.9em;
	left: 0;
	width: 80px;
  }
  section#newcourse div.cont01 p.img_cont{
    width:100%;
  }

  section#newcourse div.cont01.rev p.img_cont{
    order:1;
  }

  section#newcourse .box h2{
    font-size:21px !important;
	/*font-size:24px !important;*/
    padding-bottom: 20px;
    margin-bottom: 0;
	line-height: 1.4em;
  }
  section#newcourse .box h2 span.tit{
	font-size: 32px;	
  }
  section#newcourse .box h3{
    font-size: 24px;
    font-weight: 700;
  }
  section#newcourse .box h3.title{
    font-size: 18px;
  }

  section#newcourse p{
    margin-top:0px;
	margin-bottom: 10px;
  }

/* section#newcourse .txt_wrap {
    padding: 40px 20px;
	width: 100%;
  }
*/
  /* section#newcourse .txt_wrap.last {
    padding: 0 20px 40px;
  }*/

  /*#title_interview h1 .pcShow {
    display: none;
  }*/
 
section#newcourse .txt_wrap, section#newcourse .txt_wrap2 {
	width: 90%!important;
	padding: 20px 0 !important;
}

section#newcourse .txt_wrap2 p.bm {
	line-height: 1.8;
}
	
	
}

/** 2024.03 スタイル追加 **/
section#newcourse .box .anim02:after{
  content: "";
  /*background-color: white;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}


section#newcourse .box .anim02.left:after,
section#newcourse .box .anim02.left:before{
  left:0;
}


section#newcourse .box .anim02.right:after,
section#newcourse .box .anim02.right:before{
  right:0;
}



section#newcourse .box .anim02.active:after{
  animation-name: mask1;
  /*animation-duration: .75s;*/
animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.64, 0, 0.38, 0.98);
}


@keyframes mask1 {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

section#newcourse .box .anim02:before{
  content: "";
  /*background-color: #ededed;*/
	background-color: #e5ebee;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}


section#newcourse .box .anim02.active:before{
  animation-name: mask1;
  /*animation-duration: .75s;
  animation-delay: .75s;*/
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.49, 0.02, 0.56, 1);
}





	


