/* 蜈ｱ騾� */
footer {
    display: none;
}
.pg_ttl {
    display: none;
}
.oc_field {
    display: none;
}
.oc_field-renew  {
    display: none;
}
.sns_icon {
    display: none;
}
#fixedBtn {
    display: none;
}
.fugure_lp25 img {
    max-width: 100%;
    height: auto;
}
.sp_only {
    display: none;
}
.fugure_lp25 .pnk{
    color: #e8437e;
}
.fugure_lp25 .pnk_bg{
    background: #e8437e;
}
.fugure_lp25 .yel{
    color: #dae248;
}
.fugure_lp25 .yel_bg{
    background: #dae248;
}
.fugure_lp25 .blu{
    color: #1bb9ee;
}
.fugure_lp25 .blu_bg{
    background: #1bb9ee;
}
.fugure_lp25 .grn{
    color: #00ab84;
}
.fugure_lp25 .grn_bg{
    background: #00ab84;
}
.fugure_lp25 .wht{
    color: #FFF;
}
.fugure_lp25 .wht_bg{
    background: #FFF;
}
.fugure_lp25 .blk_bg{
    background: #000;
}
@media screen and (max-width:1210px) {
.fugure_lp25 .wrapper {
     margin-top: 50px;
}
}
.fugure_lp25 {
    background: #000;
	position: relative;
}
.fugure_lp25_fv {
	max-width: 1500px;
	margin: 0 auto;
}
.fugure_Nav {
	background: #000;
}
.fugure_Nav {
	max-width: 1500px;
	margin: 0 auto;
}
.fugure_Nav ul {
	display: flex;
}

.fugure_Nav ul li {
	width: 20%;
	padding: 0 20px;
}
.fugure_lp25_inner {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0; 
}
#teachers {
	color: #FFF;
}
.section01_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section01_ttl .figure01 {
	width: 20%;
}
.section01_ttl .figure02 {
	width: 20%;
}
.section01_ttl_detail {
	width: 60%;
	margin: 0 auto;
}
.section01_ttl_detail p {
	font-size: clamp(17px, 1.5vw, 32px);
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	padding: 15px;
}
.section02_ttl_detail {
	max-width: 862px;
	margin: 0 auto;
	width: 60%;
}
.section03_ttl_detail {
	max-width: 746px;
	margin: 0 auto;
	width: 60%;
}
.section04_ttl_detail {
	max-width: 723px;
	margin: 0 auto;
	width: 60%;
}
.section05_ttl_detail {
	max-width: 732px;
	margin: 0 auto;
	width: 60%;
}
.teacher01 {
	display: flex;
	justify-content: space-between;
    align-items: center;
	max-width: 1400px;
	margin: 50px auto 0;
}
.teacher01_img {
	width: 47%;
}
.teacher01_detail {
	width: 50%;
}
.teacher01 h3 {
	font-size: 2em;
}
.teacher01 h3 .big {
	font-size: clamp(30px, 4vw, 60px);
	line-height: 1.0;
	display: block;
	font-family: "Hiragino Kaku Gothic ProN W3"
}
.teacher01 h3 .small {
	font-size: 0.8em;
	padding-left: 10px;
}
.n_work {
	width: 80%;
	margin-bottom: 10px;
	display: block;
}
.profilebox {
	border-radius: 20px;
	border: 2px solid #FFF;
	padding: 30px;
	margin-top: 30px;
	position: relative;
}

.profilebox h4 {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 150px;
}

/*ボタン*/
.button_solid008{
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.2em;
	margin-top: 20px;
	cursor:pointer;
}
.button_solid008::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.2s ease 0s;
}

.button_solid008::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #000;
  transition: 0.2s ease 0.2s;
}

.button_solid008:hover::before {
  width: 0%;
}

.button_solid008:hover::after {
  height: 0%;
}

.button_solid008:hover {
  text-decoration: none;
}

.button_solid008 span {
	width: 20px;
	padding-left: 10px;
	margin-top: -10px;
}
/*ボタン END*/

.teacher_other {
	max-width: 1400px;
	margin: 50px auto 0;
}

.teacher_other ul {
	display: flex;
	justify-content: space-between;
}

.teacher_other li {
	width: 32%;
}

.teacher_other .button_solid008 a{
    max-width: 300px;
}

.wonderbox {
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
	max-width: 1400px;
	margin: 50px auto 0;
}
.wonderbox figure{
	width: 48%;
}
.wonder_text {
	width: 50%;
}

.wonder_text p {
	font-size: 1.1em;
	padding-top: 30px;
	padding-left: 20px;
	line-height: 1.8;
}
.wonderttl {
	display: flex;
	align-items: center;
	width: 120%;
}
.wonderttl h3 {
	font-size: clamp(32px, 3.5vw, 65px);
	line-height: 1.0;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
	margin-left: 15px;
}
.wonderttl span {
	width: 100px;
	display: inline-block;
}

.curriculumdl {
	max-width: 1000px;
	margin: 50px auto 0;
	border-left: 3px solid #000;
}

.curriculumdl dt {
	clear: both;
}
.curriculumdt {
	background: #000;
	color: #FFF;
	font-size: 1.8em;
	padding: 5px 30px;
	display: inline-block;
}

.curriculumLeft {
	float: left;
	width: 60%;
	padding: 30px 15px 15px 15px;
}
.curriculumRight {
	float: right;
	width: 35%;
}

.fugure_lp25_bnr {
	max-width: 700px;
	margin: 50px auto 0;
}

.equipmentlist {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin: 20px auto 0;
	max-width: 1300px;
}
.equipmentlist li {
	width: 32%;
	margin-top: 50px;
}
.equipmentlist li figure {
	position: relative;
	z-index: 0;
}

.equipmentlist li figure i {
	position: absolute;
	width: 80px;
	top:5px;
	left: 5px;
	z-index: 1;
	
}
.equipmentlist h3 {
	display: inline-block;
	background: #000;
	color: #FFF;
	font-size: 1.3em;
	padding: 3px 15px;
	margin: 15px 0 10px;
}

.figure_workbox {
	max-width: 1400px;
	margin: 0 auto;
	color: #FFF;
}

.figure_workbox_text {
	font-size: 1.5em;
	text-align: center;
	margin-top: 50px;
}
.figure_workbox_list {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.figure_workbox_list li {
	width: 48%;
	padding: 30px;
	border: 3px solid #FFF;
	border-radius: 20px;
	margin-top: 50px;
}

.figure_workbox_num {
	display: flex;
	align-items: center;
	border-bottom: 3px dashed #FFF;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-bottom: 15px;
}

.figure_workbox_num span {
	font-size: 6em;
	line-height: 1;
	font-weight: normal;
}

.figure_workbox_ttl01 {
	font-size: 3em;
}
.figure_workbox_ttl02 {
	font-size: 2.5em;
	line-height: 1.1;
	padding-left: 15px;
}
.figure_workbox_list p {
	font-size: 1.1em;
	margin-top: 20px;
}
.event_big {
	font-size: 1.5em;
	display: block;
}
.figure_companylist {
	display: flex;
	justify-content: space-between;
    align-items: center;
	background: #FFF;
	border-radius: 20px;
	max-width: 1200px;
	margin: 70px auto 0;
	padding: 30px 0;
}
.figure_companylist h3 {
	width: 35%;
}
.figure_companylist h3 img {
	margin-left: -30px;
}

.figure_companylist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 65%;
}

.figure_companylist ul li {
	width: 45%;
	margin: 5px 0;
	font-size: 0.9em;
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
}

.figure_companylist ul li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #00ab84;
  border-radius: 50%;
}

.figure_lp_ptf {
	display: flex;
	justify-content: space-around;
    align-items: center;
	max-width: 1200px;
	margin: 50px auto 0;
}

.figure_lp_ptf figure {
	width: 28%;
}
.figure_lp_ptf h4 {
	font-size: 1.4em;
	padding-bottom: 10px;
}
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 30px;
  width: 65%;
  background: #00ab84;
  border: solid 3px #FFF;
  box-sizing: border-box;
  border-radius: 15px;
  color: #FFF;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #00ab84;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #FFF;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
.student_figure_work {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 80px auto 0;
	padding-bottom: 200px;
}

.student_figure_work li {
	width: calc(100% / 3);
	padding-bottom: 30px;
}
.figure_lp_floating {
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding: 20px 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.figure_lp_floating ul {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.figure_lp_floating ul li {
	width: 48%;
}

.figure_lp_anime:hover {
	animation: push .6s;
}

@keyframes push {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

/*POP UP*/
.popup_wrap input {
display: none;
}
.popup_overlay {
display: flex;
justify-content: center;
overflow: scroll;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}

.popup_trigger {
position: absolute;
width: 100%;
height: 100%;
}

.popup_content {
position: relative;
align-self: center;
width: 90%;
height: 90%;
max-width: 1200px;
padding: 5%;
transition: 0.5s;
background: #e8437e;
overflow: scroll;
border-radius: 20px;
}

.close_btn {
position: absolute;
top: 10px;
right: 10px;
font-size: 14px;
cursor: pointer;
padding:8px;
background: #000;
color: #fff;
border-radius:15px;
line-height:14px;
font-weight:bold;
}

.popup_wrap input:checked ~ .popup_overlay {
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}

.popup_wrap input:checked ~ .popup_overlay .popup_content{
transform: translateY(50px);
}
.popup_wrap input:checked ~ .popup_overlay .popup_content {
    transform: translateY(0);
}

/*POP UP END*/

.teacher01_flex figure {
	max-width: 600px;
	margin: 0 auto;
}

.teacher01_text h4 {
	background: #FFF;
	font-size: 1.5em;
	color: #e8437e;
	padding: 5px 15px;
	margin: 50px 0 20px;
	font-weight: 500;
	line-height: 1.3;
}
.smal_pop {
	height: auto;
}

.smal_pop h4{
	margin-top: 0;
}
.PC_none {
	display: none;
}
.student_figure_work .button_solid008 {
    max-width: 150px !important;
	display: block;
	text-align: center;
}
.student_figure_work .button_solid008 a{
    color: #FFF;
	padding: 10px 23px;
}
.fugure_lp25 .view{
    position: relative;
    overflow: hidden;
}
.fugure_lp25 .view img{
    vertical-align: middle;
    transform: scale(0);
    transition: all .3s ease-in-out .3s;
}
.fugure_lp25 .view.js-on img{
    transform: scale(1);
}
.figure5attention {
	max-width: 800px;
	width: 90%;
	margin: 50px auto 0;
	font-size: 1.1em;
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width:768px) {
	main > *:not(.intro):first-child {
        padding-top: 0;
    }
	.fugure_lp25 {
	font-size: 1.5rem;
	}
	
    .fugure_lp25 .wrapper {
        margin-top: 50px;
    }
	.PC_none {
	display: block;
	}

	.SP_none {
	display: none;
	}
	.fugure_Nav ul li {
    padding: 0;
	}
	.section01_ttl_detail,
	.section02_ttl_detail,
	.section03_ttl_detail,
	.section04_ttl_detail {
	width: 100%;
	}
	.section05_ttl_detail {
	width: 90%;
	text-align: center;
	}
	.fugure_lp25_inner {
    padding: 50px 0;
	}
	.teacher01 {
	display: block;
	margin: 0 auto;
	}
	.teacher01_img {
	width: 100%;
	}
	.teacher01_detail {
	width: 100%;
	margin-top: 30px;
	}
	.n_work {
    width: 100%;
	}
	.teacher_other ul {
	display: block;
	}
	.teacher_other li {
	width: 100%;
	margin-top: 50px;
	}
	.wonderbox {
    display: block;
    margin: 30px auto 0;
	}
	.wonderbox figure{
	width: 100%;
	}
	.wonder_text {
	width: 100%;
	margin-top: 30px;
	}
	.wonderttl {
    width: 100%;
	}
	.wonderttl span {
    width: 80px;
	}
	.wonder_text p {
    font-size: 1.0em;
    padding-top: 20px;
    padding-left: 0;
    line-height: 1.7;
	}
	.curriculumLeft {
	float: none;
	width: 100%;
	padding: 20px 0 0 20px;
	}
	.curriculumRight {
	float: none;
	width: 100%;
	padding: 20px 0 50px 20px;
	}	
	.curriculumdl dd:last-child {
	padding-bottom: 0;
	}
	.equipmentlist {
    display: block;
	margin-top: 50px;
	}
	.equipmentlist li {
	width: 100%;
	margin-top: 30px;
	}
	.figure_workbox_text {
    font-size: 1.1em;
    margin-top: 30px;
	text-align: left;
	}
	.figure_workbox_num {
    display: block;
    padding-bottom: 15px;
	text-align: center;
	}
	.figure_workbox_num span {
    font-size: 4em;
	}
	.figure_workbox_ttl01 {
    font-size: 2em;
    line-height: 1.3;
	padding-top: 10px;
	}
	.figure_workbox_list li {
    padding: 20px 15px;
    margin-top: 30px;
	}
	.figure_workbox_ttl02 {
    font-size: 2em;
    line-height: 1.3;
    padding-left: 0;
	padding-top: 10px;
	}
	.event_big {
    font-size: 1.2em;
    display: block;
    padding: 10px 0;
    line-height: 1.2;
    }
	.figure_companylist {
    display: block;
    margin: 50px auto 0;
    padding: 10px 0 30px;
	}
	.figure_companylist h3 {
	width: 100%;
	}
	.figure_companylist h3 img {
	margin-left: -10px;
	margin-top: -30px;
	}
	.figure_companylist ul {
	display: block;
	width: 90%;
	margin: 30px auto 0
	}
	.figure_companylist ul li {
	width: 100%;
	font-size: 1em;
	}
	.figure_workbox_list {
	display: block;
	}

	.figure_workbox_list li {
	width: 100%;
	}
	.figure_lp_ptf {
	display: block;
	margin: 30px auto 0;
	}

	.figure_lp_ptf figure {
	width: 100%;
	}
	.figure_lp_ptf h4 {
	font-size: 1.3em;
	line-height: 1.2;
	padding-bottom: 10px;
	}
	.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  background: #00ab84;
  border: solid 3px #FFF;
  box-sizing: border-box;
  width: 100%;
	}
	.balloon2-right:before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 50%;
  top: auto;
  margin-left: -15px;
  margin-top: 0;
  border: 14px solid transparent;
  border-top: 14px solid #00ab84;
  z-index: 2;
	}
	.balloon2-right:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 50%;
  top: auto;
  margin-left: -17px;
  margin-top: 0;
  border: 14px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 1;
	}
	
	#students .fugure_lp25_inner {
	width: 100%;
	}
	.student_figure_work {
	padding-bottom: 15%;
	margin-top: 50px;
	}
	.student_figure_work li {
    width: calc(100% / 2);
	}
	.student_figure_work .button_solid008 {
    max-width: 110px !important;
	font-size: 0.9em;
	}
	.student_figure_work .button_solid008 a {
	padding: 10px;
	}
	.figure_lp_floating {
	background-color: transparent;
	padding: 0;
	}
	.figure_lp_floating ul {
	align-items: flex-end;
	width: 100%;
	}
	.figure_lp_floating ul li {
	width: 50%;
	}
	.equipmentlist h3 {
    font-size: 1.2em;
    padding: 5px 15px 7px;
    line-height: 1.1;
	}
	.teacher01_flex figure {
    padding-top: 30px;
	}
	.teacher01_text h4 {
    margin: 30px 0 20px;
	}
	.wonderttl h3 {
    margin-left: 10px;
	}
	.popup_content {
	padding: 10% 5%;
	}
	.close_btn {
	top: 20px
	}
	.popup_content_big {
	height: 80%;
	}
	.figure5attention {
	text-align: left;
	font-size: 1.0em;
	margin: 30px auto 0;
	}
	
}