/*@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 #oc 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 #oc p.more_btn2.center {
  margin-left: auto;
  margin-right: auto;
}

#contents #oc p.more_btn2 a:hover {
  background-color: #ffffff;
  color: #EC6C00;
  text-decoration: none;
}
#contents #oc p.more_btn2 a {
  display: inline-block;
  width: 125px;
  padding: 5px;
  color: #ffffff;
  transition: all 0.15s ease-out;
}

/* ボタン赤 */
#contents #oc 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 #oc p.more_btn3 a:hover {
  background-color: #ffffff;
  color: #D60000;
  text-decoration: none;
}
#contents #oc 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#oc {
  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#oc .box {
  background-color: white;
  width: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: none;
  box-sizing: border-box;
  position: relative;
}

section#oc .box.last {
  padding: 0 0 80px;
}

section#oc .box.alt {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: 100vh;
  position: relative;
}

section#oc .box.alt.op {
  padding-top:0;
  margin-top: 0;
}

section#oc .box.alt.op.last{
  margin-bottom:100px;
}

section#oc .box h2 {
  font-size: 28px !important;
  font-weight: 800;
  padding-bottom: 25px;
  position: relative;
}

section#oc .box h2 span.tit {
  font-size: 46px;
}

section#oc .box h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: black;
  display: block;
  position: absolute;
  bottom: 0;
  display:none;
}

section#oc div.cont01 {
  width: 100%;
  display: flex;
  /* min-height: 450px; */
  max-height: 700px;
  position: relative;
}

section#oc .txt_wrap {
  width: 860px;
  /*max-width: 860px;*/
  margin: 0 auto;
  padding: 40px 0;
}

/*section#oc .txt_wrap.last {
  padding: 0 40px 80px;
}*/

section#oc div.cont01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align:bottom;
}

section#oc a {
  word-break: break-word;
}

section#oc div.rev p {
  order: 1;
  margin-top: 0;
}

section#oc p.img_cont {
  width: 100%;
  position: relative;
}

/*section#oc p {
  margin-bottom: 15px;
  line-height: 1.6;
}*/

section#oc .box h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

section#oc .box h3.title {
  font-size: 21px;
  color: #000;
  line-height: 1.3;
}

section#oc .box h3.cb_01{
  color: #00387D;
}

section#oc .box h3.cb_02{
  color: #00387D;
}

section#oc .box h3.cb_03{
  color: #00387D;
}

section#oc .box h3.cb_04{
  color: #00387D;
}

section#oc .box h3.cb_05{
  color: #00387D;
}

section#oc .box h3.cb_06{
  color: #00387D;
}

section#oc .box h3.cb_07{
  color: #00387D;
}

section#oc .box h3.cb_08{
  color: #00387D;
}

#oc span.tag{
  margin-bottom: 20px;
  display: flex;
  color: black;
  background: #e8e8e8;
  width: fit-content;
  padding: 5px 12px;
  font-size: 12px;
}

#oc 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#oc .box .anim:after{
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

section#oc .box .anim03:after{
  content: "";
  /*background-color: white;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

section#oc .box .anim.left:after,
section#oc .box .anim.left:before,
section#oc .box .anim03.left:after,
section#oc .box .anim03.left:before{
  left:0;
}

section#oc .box .anim.right:after,
section#oc .box .anim.right:before,
section#oc .box .anim03.right:after,
section#oc .box .anim03.right:before{
  right:0;
}

section#oc .box .anim.active:after,
section#oc .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#oc .box .anim:before {
  content: "";
  /*background-color: #ededed;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

section#oc .box .anim03:before {
  content: "";
  background-color: #e5ebee;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

section#oc .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#oc .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;
}

.fig01{
	background-color: #e5ebee; 
	background-color: #FFF; 
	padding: 0 15px 15px 15px; 
	margin-bottom: 20px; 
	text-align: center; 
}
.fig01 h2.fig_tit{
	color: #000!important; 
	padding: 30px 10px 10px 10px !important;
}
.fig01_flexwrap{
	display: flex; 
	gap: 20px; 
	justify-content: center;
}
.fig01_flexwrap p.yukei{
	background-color: #69308d; 
	padding: 10px 30px; 
	margin-bottom: 20px; 
	text-align: center; 
	color: #FFF; 
	font-weight: bold; 
	font-size: 130%;
}
.fig01_flexwrap p.mukei{
	background-color: #d60000; 
	padding: 10px 30px; 
	margin-bottom: 20px; 
	text-align: center; 
	color: #FFF; 
	font-weight: bold; 
	font-size: 130%;
}


a.pointlink{
	color: #69308d!important;
}
a:hover.pointlink{
	text-decoration: none;
}


@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#oc div.cont01 {
    flex-direction:column;
  }

  section#oc div.cont01 div.new_r {
	padding: 2px 10px;
    font-size: 0.9em;
	left: 0;
	width: 80px;
  }
  section#oc div.cont01 p.img_cont{
    width:100%;
  }

  section#oc div.cont01.rev p.img_cont{
    order:1;
  }

  section#oc .box h2{
    font-size:24px !important;
    padding-bottom: 20px;
    margin-bottom: 0;
	line-height: 1.4em;
  }
  section#oc .box h2 span.tit{
	font-size: 32px;	
  }
  section#oc .box h3{
    font-size: 24px;
    font-weight: 700;
  }
  section#oc .box h3.title{
    font-size: 18px;
  }

  section#oc p{
    margin-top:0px;
	margin-bottom: 15px;
  }

/* section#oc .txt_wrap {
    padding: 40px 20px;
	width: 100%;
  }
*/
  /* section#oc .txt_wrap.last {
    padding: 0 20px 40px;
  }*/

  /*#title_interview h1 .pcShow {
    display: none;
  }*/
 
section#oc .txt_wrap {
	width: 90%!important;
	padding: 20px 0 !important;
}
	
.fig01 h2.fig_tit{
	padding: 10px 10px 10px 10px !important;
}
	
}

/** 2024.03 スタイル追加 **/
section#oc .box .anim02:after{
  content: "";
  /*background-color: white;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}


section#oc .box .anim02.left:after,
section#oc .box .anim02.left:before{
  left:0;
}


section#oc .box .anim02.right:after,
section#oc .box .anim02.right:before{
  right:0;
}



section#oc .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#oc .box .anim02:before{
  content: "";
  /*background-color: #ededed;*/
	background-color: #e5ebee;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}


section#oc .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);
}




/*20260116追加*/	
.program-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	width: 100%;
	margin: auto;
}
.program {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.program img {
	width: 250px;
	height: auto;
	object-fit: contain;
	flex-shrink: 0;
}
.program-text, .program-text2  {
	flex: 1;
}
.program-text p:nth-of-type(1) {
	color: #000;
	background-color: #e5ebee;
	font-weight: bold;
	margin-top: 0;
	padding: 5px 10px;
}
.program-text p:nth-of-type(2) {
	/*color: #000;*/
	margin-top: 5px!important;
}
.program-text2 p:nth-of-type(1) {
	color: #FFF;
	background-color: #96a9b3;
	font-weight: bold;
	margin-top: 0;
	padding: 5px 10px;
}
.program-text2 p:nth-of-type(2) {
	/*color: #000;*/
	margin-top: 5px!important;
}
section#oc .box h3.point_tit,
section#oc section.txt_wrap h3.point_tit{
	color: #69308d;
	font-size: 180%;
	line-height: 1.5;
	margin-bottom: 15px!important;
}
#contents h3.seminar_tit {
	color: #69308d;
	font-size: 180% !important;
	font-weight: bold !important;
	margin-top: 30px
}
section#oc .box h2.ryoiki_tit {
	padding-bottom: 0;
	text-align: left;
	padding: 7px 10px;
	font-size: 120%!important;
	background-color: #69308d;
	color: #FFF;
	margin: 40px 0 20px 0;
}
	
.pb0{padding-bottom: 0px!important
}

@media screen and (max-width: 736px) {
.program-list {
	grid-template-columns: 1fr;
}
.program {
	flex-direction: column;
	align-items: center;
	gap: 0;
}

.program img {
	width: 100%;
	height: auto;
}
section#oc .box h3.point_tit,
section#oc section.txt_wrap h3.point_tit{
	font-size: 140%;
}
section#oc .box h2.ryoiki_tit {
	font-size: 110%!important;
	margin-bottom: 10px;
}
	
.fig01{
	padding: 15px;
}
.fig01_flexwrap p.yukei{
	padding: 10px 20px; 
	font-size: 110%;
}
.fig01_flexwrap p.mukei{
	padding: 10px 20px; 
	font-size: 110%;
}
}
.pt0 {padding-top: 0!important;}
.pt10 {padding-top: 10px!important;}
.pt20 {padding-top: 20px!important;}
.pt30 {padding-top: 30px!important;}
.pt40 {padding-top: 40px!important;}
.pt50 {padding-top: 50px!important;}

.pb0 {padding-bottom: 0!important;}
.pb10 {padding-bottom: 10px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb40 {padding-bottom: 40px!important;}
.pb50 {padding-bottom: 50px!important;}
