@charset "utf-8";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
#content img,
#visual img{
	width:100%;
	line-height: 0;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

#loading.disappear{
     display: none;   
}

@keyframes scrollAnime{
	0% {
		bottom: 15px;
		opacity: 0;
	}
	80% {
		bottom: 0px;
		opacity: 1;
	}
	100% {
		bottom: 0px;
		opacity: 0;
	}
}

#visual{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background: #FFF;
	overflow: hidden;
}
#visual::before{
	content: "";
	display: block;
	padding-top: 65.00%;
}
#visual #bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: url(../../engineering/img/f_main_img_bg.jpg) center center/cover no-repeat;
}
#visual #ph{
	width: 58%;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translate(-63%, 0%);
	opacity: 0;
}
#visual #copy{
	width: 8%;
    position: absolute;
    top: 10%;
    right: 8%;
	opacity: 0;
}
#visual #copy2{
	width: 80%;
	position: absolute;
	top: 45%;
	left: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transform: translate(-50%, -50%);
	opacity: 0;
}
#visual p.note{
	width: 90%;
	position: absolute;
	bottom: 5%;
	right: 5%;
	text-align:right;
	color: #FFF;
	font-size: 0.75rem;
}
@media only screen and (min-width: 1300px) and (min-aspect-ratio: 16/9) {
	#visual{
		width: 100%;
		height: 100vh;
		position: relative;
	}
	#visual::before{
		content: none;
	}
	#visual #ph{
		width: auto;
		height: 85%;
		top: auto;
		bottom: 0%;
		left: 50%;
		transform: translate(-63%, 0%);
	}
	#visual #ph img{
		width: auto;
		height: 100%;
	}
	#visual #copy{
		width: 110px;
		position: absolute;
		top: 10%;
		right: 5%;
		opacity: 0;
	}
	#visual #copy2{
		width: 1300px;
		position: absolute;
		top: 45%;
		left: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		transform: translate(-50%, -50%);
		opacity: 0;
	}
}
@media only screen and (max-width: 1499px) and (min-aspect-ratio: 16/9) {
	#visual #copy{
		width: 90px;
	}
	#visual #copy2{
		width: 1000px;
	}
}
@media only screen and (min-width: 1300px) and (max-aspect-ratio: 16/9) {
	#visual{
		width: 100%;
		height: 100vh;
		position: relative;
	}
	#visual::before{
		content: none;
	}
	#visual #ph{
		width: auto;
		height: 85%;
		top: auto;
		bottom: 0%;
		left: 50%;
		transform: translate(-63%, 0%);
	}
	#visual #ph img{
		width: auto;
		height: 100%;
	}
}
@media only screen and (max-width: 1099px) {
	#visual{
		width: 100%;
		height: auto;
		position: relative;
	}
}
@media only screen and (max-width: 768px) {
	#visual{
		background: linear-gradient(90deg, #a88100, #d1a100 50%, #e8c31e);
	}
	#visual::before{
		content: "";
		display: block;
		padding-top: 100.201%;
	}
	#visual #bg{
		height: auto;
		top: 27%;
		overflow: hidden;
		background: url(../../engineering/img/f_main_img_bg_sp.jpg) top center/100% auto no-repeat;
	}
	#visual #bg::before{
		content: "";
		display: block;
		padding-top: 40.201%;
	}
	#visual #ph{
		width: 50%;
        height: auto;
        transform: translate(-63%, -75.8%);
	}
	#visual #ph img{
		width: 100%;
		height: auto;
	}
	#visual #copy{
		width: 27%;
		top: 10%;
		right: 5%;
	}
	#visual #copy2{
		width: 55%;
		top: 45%;
		left: 50%;
		transform: translate(-50%, 102%);
	}
	#visual p.note{
		bottom: 2%;
		right: 2%;
		font-size: 0.625rem;
	}
}
@media only screen and (max-width: 480px) {
	#visual{
		height: calc(100vh);
		box-sizing: border-box;
	}
	#visual::before{
		content: none;
	}
	#visual #bg{
		width: 100%;
        bottom: 50%;
        top: auto;
        left: 50%;
        transform: translate(-50%, 50%);
	}
	#visual #bg{
		height: auto;
		top: 0;
		overflow: hidden;
		background: url(../../engineering/img/f_main_img_bg_sp.jpg) center center/100% auto no-repeat;
	}
	#visual #bg::before{
		content: none;
	}
	#visual #ph{
		width: 90%;
		bottom: 50%;
        transform: translate(-54%, 38.45%);
	}
	#visual #copy{
		width: 37%;
        top: 10%;
        right: 58%;
	}
	#visual #copy2{
		width: 78%;
        top: 45%;
        left: 50%;
        transform: translate(-50%, 11%);
        bottom: 0%;
	}
	#visual p.note{
		bottom: 2%;
		right: 2%;
		font-size: 0.625rem;
	}
}



#about{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
#about .in_box{
	padding: 0 0 250px 0;
}
#about h5{
	width: 4.1em;
	color: #d7aa00;
	font-size: 1.250rem;
	font-weight: bolder;
	letter-spacing: 0.1em;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, "sans-serif";
}
#about h5::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #d7aa00;
	position: absolute;
	bottom: 1px;
	left: 0;
}
#about h2{
	width: 100%;
	font-size: 2.125rem;
	font-weight: bolder;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.6;
	position: relative;
	padding: 1em 0 1em 0;
}
#about h4{
	width: 100%;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-align: left;
	line-height: 2.2;
}
@media only screen and (max-width: 1099px) {
	#about h5{
		font-size: 1.125rem;
	}
	#about h2{
		font-size: 1.875rem;
	}
	#about h4{
		font-size: 1.000rem;
	}
}
@media only screen and (max-width: 768px) {
	#about{
		padding: 100px 0 0 0;
	}
	#about .in_box{
		padding: 0 0 200px 0;
	}
	#about h5{
		font-size: 1.000rem;
	}
	#about h2{
		font-size: 1.625rem;
	}
	#about h4{
		font-size: 0.938rem;
	}
	#about h4 br{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	#about{
		padding: 80px 0 0 0;
	}
	#about .in_box{
		padding: 0 0 80px 0;
	}
	#about h5{
		font-size: 0.875rem;
	}
	#about h2{
		font-size: 1.375rem;
	}
	#about h2 br{
		display: none;
	}
	#about h4{
		font-size: 0.875rem;
	}
}

#about .check_area{
	width: 100%;
	background: url(../img/bg_e01.jpg) top center/ cover repeat;
	position: relative;
	z-index: 3;
}
#about .check_area .check{
	width: 950px;
	margin: 0 auto 70px auto;
	position: relative;
}
#about .check_area .check::before{
	content: "";
	display: block;
	padding-top: 35.201%;
}
#about .check_area .check .icon{
	width: 250px;
	position: absolute;
	top: -100px;
	left: 0;
}
#about .check_area .check .graph{
	width: 500px;
	position: absolute;
	top: -100px;
	left: 50%;
	margin: 0 0 0 -250px;
}
#about .check_area .check .copy{
	width: 190px;
	position: absolute;
	top: 50px;
	left: 0;
}
#about .check_area .check .ph{
	width: 410px;
	position: absolute;
	top: -190px;
	right: -150px;
}

#about .check_area .curriculum{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#about .check_area .curriculum .graph{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
#about .check_area .curriculum .graph i{
	width: 35%;
    display: block;
    position: absolute;
    top: 45%;
    left: 60%;
	z-index: 1;
}
#about .check_area .curriculum .graph .line{
	width: 11%;
    display: block;
    position: absolute;
    top: 49.5%;
    right: -7%;
}
#about .check_area .curriculum .ph{
	width: 330px;
    position: absolute;
    bottom: 100px;
    left: -220px;
}
@media only screen and (max-width: 1099px) {
	#about .check_area{
		background: url(../img/bg_e01.jpg) top center/ cover repeat;
	}
	#about .check_area .check{
		width: 90%;
		margin: 0 auto 70px auto;
	}
	#about .check_area .check::before{
		padding-top: 35.201%;
	}
	#about .check_area .check .icon{
		width: 25%;
        top: -29%;
		left: 0;
	}
	#about .check_area .check .graph{
		width: 50%;
		top: -29%;
		left: 50%;
		margin: 0 0 0 -25%;
	}
	#about .check_area .check .copy{
		width: 21%;
		top: 17%;
		left: 0;
	}
	#about .check_area .check .ph{
		width: 41%;
		top: -50%;
        right: -14%;
	}

	#about .check_area .curriculum{
		width: 90%;
	}
	#about .check_area .curriculum .graph{
		width: 96%;
	}
	#about .check_area .curriculum .graph .line{
		width: 10%;
		right: -7%;
	}
	#about .check_area .curriculum .ph{
		width: 33%;
		bottom: 15%;
		left: -15%;
	}
}
@media only screen and (max-width: 768px) {
	#about .check_area{
		background: url(../img/bg_e01.jpg) top center/ cover repeat;
	}
	#about .check_area .check{
		width: calc(100% - 70px);
		box-sizing: border-box;
		margin: 0 auto 70px auto;
	}
	#about .check_area .check::before{
		padding-top: 35.201%;
	}
	#about .check_area .check .icon{
		width: 25%;
        top: -29%;
		left: 0;
	}
	#about .check_area .check .graph{
		width: 50%;
		top: -29%;
		left: 50%;
		margin: 0 0 0 -25%;
	}
	#about .check_area .check .copy{
		width: 21%;
		top: 17%;
		left: 0;
	}
	#about .check_area .check .ph{
		width: 41%;
		top: -50%;
        right: -14%;
	}

	#about .check_area .curriculum{
		width: 90%;
	}
	#about .check_area .curriculum .graph{
		width: 96%;
	}
	#about .check_area .curriculum .graph .line{
		width: 10%;
		top: 49.5%;
		right: -1%;
	}
	#about .check_area .curriculum .ph{
		width: 33%;
		bottom: 15%;
		left: -15%;
	}
}
@media only screen and (max-width: 480px) {
	#about .check_area .check{
		width: calc(100% - 70px);
		box-sizing: border-box;
		margin: 0 auto 40px auto;
	}
	#about .check_area .check::before{
		padding-top: 55.201%;
	}
	#about .check_area .check .icon{
		width: 25%;
        top: -29%;
		left: 0;
	}
	#about .check_area .check .graph{
		width: 80%;
        top: -29%;
        left: 50%;
        margin: 0 0 0 -25%;
	}
	#about .check_area .check .copy{
		width: 35%;
        top: 57%;
        left: 0;
	}
	#about .check_area .check .ph{
		width: 33%;
        top: -45%;
        right: -14%;
	}

	#about .check_area .curriculum{
		width: 90%;
	}
	#about .check_area .curriculum .graph{
		width: 96%;
	}
	#about .check_area .curriculum .graph .line{
		width: 12%;
        right: 4%;
	}
	#about .check_area .curriculum .ph{
		width: 30%;
        bottom: 27%;
        left: -9%;
	}
}


#cep{
	width: 100%;
	position: relative;
	padding: 150px 0 50px 0;
}
#cep .content_inner{
	margin: 0 auto;
	background: #FFF;
	border: #d8ea00 6px solid;
	position: relative;
	box-sizing: border-box;
}
#cep .content_inner .top_area{
	margin: 0 auto;
	padding: 100px 100px 60px 100px;
	box-sizing: border-box;
}
#cep .content_inner .ttl_area{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 50px 0;
}
#cep .content_inner .ttl_area h2{
	width: 202px;
}
#cep .content_inner .ttl_area h3{
	width: 658px;
}
#cep .content_inner p{
	letter-spacing: 0.05em;
}
#cep .content_inner figure{
	padding: 40px 0 0 0;
}

#cep .content_inner .case_area{
	padding: 100px 100px 60px 100px;
	background: #f5f2e9;
	box-sizing: border-box;
	position: relative;
}
#cep .content_inner .case_area .c_ttl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 0 40px 0;
}
#cep .content_inner .case_area .c_ttl h3{
	width: 280px;
}
#cep .content_inner .case_area .c_ttl h4{
	width: calc(100% - 300px);
	font-size: 1.250rem;
	letter-spacing: 0.09em;
	margin: 0 0 0.8em 0;
	font-weight: bolder;
	text-align: left;
}

#cep .content_inner .case_area ul.step{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cep .content_inner .case_area ul.step li{
	width: 36%;
	box-sizing: border-box;
	padding: 0 6% 0 0;
	position: relative;
}
#cep .content_inner .case_area ul.step li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #d7aa00; /* 右向き三角形 */
}
#cep .content_inner .case_area ul.step li:nth-child(3){
	width: 28%;
	padding: 0 0 0 0;
}
#cep .content_inner .case_area ul.step li:nth-child(3)::before {
	content: none;
}

#cep .content_inner .case_area ul.step li h5{
	width: 100%;
	text-align: left;
	color: #8f6e00;
	font-size: 1.000rem;
	font-weight: bold;
	padding: 0 0 0.5em 0;
}
#cep .content_inner .case_area ul.step li p{
	width: 100%;
	text-align: left;
	font-weight: bold;
}
#cep figure.topimag{
	width: 450px;
    position: absolute;
    bottom: -590px;
    left: 50%;
    transform: translate(-170%, -50%);
    z-index: 2;
}

@media only screen and (max-width: 1099px) {
	#cep{
		width: 100%;
		position: relative;
		padding: 120px 0 0 0;
	}
	#cep .content_inner{
		border: #d8ea00 5px solid;
	}
	#cep .content_inner .top_area{
		padding: 80px 80px 50px 80px;
	}
	#cep .content_inner .ttl_area{
		padding: 0 0 40px 0;
	}
	#cep .content_inner .ttl_area h2{
		width: 23%;
	}
	#cep .content_inner .ttl_area h3{
		width: 72%;
	}
	#cep .content_inner figure{
		padding: 40px 0 0 0;
	}

	#cep .content_inner .case_area{
		padding: 60px 80px 50px 80px;
	}
	#cep .content_inner .case_area .c_ttl{
		padding: 0 0 40px 0;
	}
	#cep .content_inner .case_area .c_ttl h3{
		width: 280px;
	}
	#cep .content_inner .case_area .c_ttl h4{
		width: 100%;
		font-size: 1.250rem;
		padding: 0.7em 0 0 0;
	}

	#cep .content_inner .case_area ul.step li{
		width: 36%;
		padding: 0 6% 0 0;
	}

	#cep .content_inner .case_area ul.step li:nth-child(3){
		width: 28%;
	}
	#cep .content_inner .case_area ul.step li:nth-child(3)::before {
		content: none;
	}

	#cep .content_inner .case_area ul.step li h5{
		font-size: 1.000rem;
	}
	
	#cep figure.topimag{
		width: 35%;
        position: absolute;
        bottom: -35%;
        left: 50%;
        transform: translate(-156%, -50%);
	}
}
@media only screen and (max-width: 768px) {
	#cep{
		width: 100%;
		position: relative;
		padding: 70px 0 0 0;
	}
	#cep .content_inner{
		border: #d8ea00 5px solid;
	}
	#cep .content_inner .top_area{
		padding: 50px 50px 30px 50px;
	}
	#cep .content_inner .ttl_area{
		padding: 0 0 30px 0;
	}
	#cep .content_inner .ttl_area h2{
		width: 30%;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	#cep .content_inner .ttl_area h3{
		width: 100%;
	}
	#cep .content_inner figure{
		width: 70%;
		padding: 40px 0 0 0;
		margin: 0 auto;
	}

	#cep .content_inner .case_area{
		padding: 50px 50px 30px 50px;
	}
	#cep .content_inner .case_area .c_ttl{
		padding: 0 0 40px 0;
	}
	#cep .content_inner .case_area .c_ttl h3{
		width: 35%;
		margin: 0 auto;
		padding: 0 0 0 0;
	}
	#cep .content_inner .case_area .c_ttl h4{
		width: 100%;
		font-size: 1.125rem;
		line-height: 1.5;
		padding: 0.7em 0 0 0;
	}

	#cep .content_inner .case_area ul.step li{
		width: 100%;
		padding: 0 0 30px 0;
	}
	#cep .content_inner .case_area ul.step li::before {
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		transform:rotate(90deg);
	}
	#cep .content_inner .case_area ul.step li:nth-child(3){
		width: 100%;
	}
	#cep .content_inner .case_area ul.step li:nth-child(3)::before {
		content: none;
	}

	#cep .content_inner .case_area ul.step li h5{
		font-size: 0.938rem;
	}
	
	#cep figure.topimag{
		width: 30%;
        position: absolute;
        bottom: -15%;
        left: 50%;
        transform: translate(-180%, -50%);
	}
}
@media only screen and (max-width: 480px) {
	#cep{
		padding: 50px 0 0 0;
	}
	#cep .content_inner .top_area{
		padding: 30px 30px 30px 30px;
	}
	#cep .content_inner .ttl_area{
		padding: 0 0 20px 0;
	}
	#cep .content_inner .ttl_area h2{
		width: 45%;
		padding: 0 0 15px 0;
	}
	#cep .content_inner figure{
		width: 86%;
		padding: 20px 0 0 0;
	}

	#cep .content_inner .case_area{
		padding: 30px 30px 30px 30px;
	}
	#cep .content_inner .case_area .c_ttl{
		padding: 0 0 20px 0;
	}
	#cep .content_inner .case_area .c_ttl h3{
		width: 55%;
	}
	#cep .content_inner .case_area .c_ttl h4{
		font-size: 1.000rem;
	}

	#cep .content_inner .case_area ul.step li{
		padding: 0 0 30px 0;
	}

	#cep .content_inner .case_area ul.step li h5{
		font-size: 0.875rem;
	}
	
	#cep figure.topimag{
		width: 35%;
        position: absolute;
        bottom: -13%;
        left: 50%;
        transform: translate(-156%, -50%);
	}
}


#semiconductor{
	width: 100%;
	position: relative;
	padding: 250px 0 300px 0;
	background:linear-gradient(135deg, #987300, #d7aa00, #ffff81);
	clip-path: url(#top-curve-down-medium);
}
#semiconductor .in_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#semiconductor .arrow_area{
	width: 100%;
	font-size: 1.500rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, "sans-serif";
	padding: 0 0 30px 0;
	position: relative;
}
#semiconductor .arrow_area::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-right: 2px solid #231815;
	border-bottom: 2px solid #231815;
}
#semiconductor .ttl_area{
	width: 100%;
	padding: 0 0 30px 0;
}
#semiconductor .ttl_area h2{
	width: 100%;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-align: left;
	color: #FFF;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: baseline;
}
#semiconductor .ttl_area h2 strong{
	font-size: 1.625em;
}
#semiconductor .txt_area{
	width: 47%;
}
#semiconductor .txt_area p{
	width: 100%;
	font-size: 1.250rem;
	letter-spacing: 0.1em;
	color: #111;
	line-height: 1.8;
	padding: 0 0 1.0em 0;
}
#semiconductor .txt_area figure{
	width: 90%;
}
#semiconductor .img_area{
	width: 70%;
	margin: 0 -20% 0 0;
	overflow: hidden;
	border-radius: 20px 20px 20px 20px;
}

#semiconductor .handoutai_g{
	width: 100%;
	position: relative;
	margin: 70px 0 0 0;
}
#semiconductor .handoutai_g .in_box{
	box-sizing: border-box;
	padding: 70px 100px 150px 0;
	position: relative;
}
#semiconductor .handoutai_g::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	left: 0;
    right: calc(50% - 475px);
	background-color: #FFF;
	border-radius: 0 20px 20px 0;
}
#semiconductor .handoutai_g h3{
	width: 100%;
	text-align: left;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #8f6e00;
	padding: 0 0 1em 0;
}
#semiconductor .handoutai_g ul{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}
#semiconductor .handoutai_g ul li{
	margin: 0 0 60px 0;
}
#semiconductor .handoutai_g ul li:nth-child(1){
	width: 250px;
	padding: 0 105px 0 0;
}
#semiconductor .handoutai_g ul li:nth-child(2){
	width: 241px;
	padding: 0 105px 0 0;
}
#semiconductor .handoutai_g ul li:nth-child(3){
	width: 142px;
	padding: 0 0 0 0;
}
#semiconductor .handoutai_g ul li:nth-child(4){
	width: 279px;
	padding: 0 110px 0 0;
}
#semiconductor .handoutai_g ul li:nth-child(5){
	width: 223px;
}
#semiconductor .handoutai_g figure.imgarea{
	width: 250px;
	position: absolute;
	bottom: 70px;
	right: -40px;
}

#semiconductor .course{
	width: 100%;
	position: relative;
	margin: -70px 0 60px 0
}
#semiconductor .course .in_box{
	box-sizing: border-box;
	padding: 70px 0 70px 100px;
	position: relative;
}
#semiconductor .course::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	right: 0;
    left: calc(50% - 475px);
	background-color: rgba(240, 130, 0, 0.8);
	border-radius: 20px 0 0 20px;
}
#semiconductor .course h3 {
	width: 100%;
	text-align: left;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fbed21;
	padding: 0 0 1em 0;
}
#semiconductor .course ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}
#semiconductor .course ul li{
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 70px 80px;
}
#semiconductor .course ul li:nth-child(3){
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 80px;
	margin: 0 0 0 210px;
}
#semiconductor .course ul li h5{
	position: absolute;
	top: 15px;
	left: 0;
}
#semiconductor .course ul li:nth-child(1) h5{
	width: 22px;
}
#semiconductor .course ul li:nth-child(2) h5{
	width: 48px;
}
#semiconductor .course ul li:nth-child(3) h5{
	width: 48px;
	top: 0;
}
#semiconductor .course ul li h4{
	font-size: 1.375rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	color: #FFF;
}
#semiconductor .course ul li h4 span{
	font-weight: bold;
	color: #fbed21;
	text-decoration: underline;
}
#semiconductor .course ul li p{
	font-size: 1.125rem;
	padding: 1em 0 0 0;
	color: #111;
}
#semiconductor .course .in_box figure{
	width: 240px;
    position: absolute;
    bottom: 160px;
    left: 103px;
	z-index: 1;
}
#semiconductor .course a.link{
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	color: #8f6e00;
	padding: 0.7em 4.5em 0.7em 3.5em;
	background: #ffdf00 url(../../engineering/img/icon_deteil.png) center right 2em/15px auto no-repeat;
	border-radius: 30px;
	display: block;
	overflow: hidden;
	margin: 60px auto 0 auto;
}
#semiconductor .course .nolink{
	width: 100%;
	margin: 100px auto 0 auto;
}

#semiconductor .field{
	width: 100%;
	position: relative;
}
#semiconductor .field .in_box{
	box-sizing: border-box;
	padding: 70px 50px 70px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#semiconductor .field::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	left: 0;
    right: calc(50% - 475px);
	background-color: #FFF;
	border-radius: 0 20px 20px 0;
}

#semiconductor .field .left{
	width: 40%;
}
#semiconductor .field .right{
	width: 60%;
}
#semiconductor .field h3{
	width: 100%;
	text-align: center;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #8f6e00;
	padding: 0 0 1em 0;
}
#semiconductor .field ul{
	width: 100%;
	padding: 0 0 0 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#semiconductor .field .right ul{
	padding: 0 40px 0 40px;
}
#semiconductor .field ul li{
	width: auto;
	padding: 0 0 0 15px;
	font-size: 1.250rem;
	font-weight: bold;
	position: relative;
	margin: 0 0 0.5em 0;
}
#semiconductor .field ul li::before{
	content: "◉";
	color: #d7aa00;
	padding: 0 0.2em 0 0;
}

@media only screen and (max-width: 1099px) {
	#semiconductor{
		padding: 200px 0 250px 0;
		clip-path: url(#top-curve-down-shallow);
	}

	#semiconductor .arrow_area{
		font-size: 1.412rem;
		padding: 0 0 30px 0;
	}
	#semiconductor .arrow_area::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		width: 12px;
		height: 12px;
		border-right: 2px solid #231815;
		border-bottom: 2px solid #231815;
	}
	#semiconductor .ttl_area{
		padding: 0 0 30px 0;
	}
	#semiconductor .ttl_area h2{
		font-size: 2.625rem;
	}
	#semiconductor .txt_area{
		width: 47%;
	}
	#semiconductor .txt_area p{
		font-size: 1.125rem;
	}
	#semiconductor .txt_area figure{
		width: 90%;
	}
	#semiconductor .img_area{
		width: 70%;
		margin: 0 -20% 0 0;
		border-radius: 20px 20px 20px 20px;
	}

	#semiconductor .handoutai_g{
		margin: 70px 0 0 0;
	}
	#semiconductor .handoutai_g .in_box{
		padding: 50px 80px 110px 0;
	}
	#semiconductor .handoutai_g::before {
		right: calc(50% - 45%);
		border-radius: 0 20px 20px 0;
	}
	#semiconductor .handoutai_g h3{
		font-size: 1.625rem;
		text-align: center;
	}
	#semiconductor .handoutai_g ul{
	}
	#semiconductor .handoutai_g ul li{
		margin: 0 0 60px 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(1){
		width: 25%;
		padding: 0 10% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(2){
		width: 24.1%;
		padding: 0 10% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(3){
		width: 14.2%;
		padding: 0 0 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(4){
		width: 27.9%;
		padding: 0 11% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(5){
		width: 22.3%;
	}
	#semiconductor .handoutai_g figure.imgarea{
		width: 25%;
        bottom: 8%;
        right: -4%;
	}

	#semiconductor .course{
		margin: -50px 0 50px 0
	}
	#semiconductor .course .in_box{
		padding: 50px 0 50px 50px;
		position: relative;
	}
	#semiconductor .course::before {
		left: calc(50% - 45%);
		border-radius: 20px 0 0 20px;
	}
	#semiconductor .course h3 {
		font-size: 1.625rem;
	}

	#semiconductor .course ul li{
		padding: 0 0 50px 9%;
		width: 49%;
		box-sizing: border-box;
	}
	#semiconductor .course ul li:nth-child(3){
		padding: 0 0 0 11%;
		margin: 0 0 0 27%;
	}
	#semiconductor .course ul li h5{
		position: absolute;
		top: 15px;
		left: 0;
	}
	#semiconductor .course ul li:nth-child(1) h5{
		width: 7%;
	}
	#semiconductor .course ul li:nth-child(2) h5{
		width: 14%;
	}
	#semiconductor .course ul li:nth-child(3) h5{
		width: 10%;
		top: 0;
	}
	#semiconductor .course ul li h4{
		font-size: 1.250rem;
	}
	#semiconductor .course ul li p{
		font-size: 1.000rem;
	}
	#semiconductor .course .in_box figure{
		width: 27%;
        position: absolute;
        bottom: 19%;
        left: 9%;
		z-index: 1;
	}
	#semiconductor .course a.link{
		font-size: 1.000rem;
		padding: 0.7em 4.5em 0.7em 3.5em;
		background: #ffdf00 url(../../engineering/img/icon_deteil.png) center right 2em/15px auto no-repeat;
		margin: 50px auto 0 auto;
	}
	#semiconductor .course .nolink{
		margin: 80px auto 0 auto;
	}


	#semiconductor .field{
		width: 100%;
		position: relative;
	}
	#semiconductor .field .in_box{
		box-sizing: border-box;
		padding: 50px 40px 50px 0;
	}
	#semiconductor .field::before {
		right: calc(50% - 45%);
	}

	#semiconductor .field .left{
		width: 100%;
		padding: 0 0 30px 0;
	}
	#semiconductor .field .right{
		width: 100%;
	}
	#semiconductor .field h3{
		font-size: 1.625rem;
	}
	#semiconductor .field ul{
		padding: 0 0 0 15px;
	}
	#semiconductor .field .right ul{
		padding: 0 30px 0 30px;
	}
	#semiconductor .field ul li{
		width: auto;
		padding: 0 0 0 15px;
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 768px) {
	#semiconductor{
		padding: 150px 0 200px 0;
		clip-path: url(#top-curve-down-shallow);
	}

	#semiconductor .arrow_area{
		font-size: 1.250rem;
		padding: 0 0 30px 0;
	}
	#semiconductor .ttl_area{
		padding: 30px 0 30px 0;
	}
	#semiconductor .ttl_area h2{
		font-size: 2.375rem;
	}
	#semiconductor .txt_area{
		width: 100%;
	}
	#semiconductor .txt_area p{
		font-size: 0.938rem;
	}
	#semiconductor .txt_area figure{
		width: 60%;
	}
	#semiconductor .img_area{
		width: 100%;
		margin: 30px 0 0 0;
		border-radius: 20px 20px 20px 20px;
	}

	#semiconductor .handoutai_g{
		margin: 40px 0 0 0;
	}
	#semiconductor .handoutai_g .in_box{
		padding: 30px 30px 60px 0;
	}
	#semiconductor .handoutai_g::before {
		right: calc(50% - 45%);
		border-radius: 0 20px 20px 0;
	}
	#semiconductor .handoutai_g h3{
		font-size: 1.375rem;
	}
	#semiconductor .handoutai_g ul li{
		margin: 0 0 40px 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(1){
		width: calc(25% * 1.2);
		padding: 0 10% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(2){
		width: calc(24.1% * 1.2);
		padding: 0 10% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(3){
		width: calc(14.2% * 1.2);
		padding: 0 0 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(4){
		width: calc(27.9% * 1.2);
		padding: 0 11% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(5){
		width: calc(22.3% * 1.2);
	}
	#semiconductor .handoutai_g figure.imgarea{
		width: 25%;
        bottom: 8%;
        right: -4%;
	}

	#semiconductor .course{
		margin: -20px 0 50px 0
	}
	#semiconductor .course .in_box{
		padding: 50px 0 50px 50px;
		position: relative;
	}
	#semiconductor .course::before {
		left: calc(50% - 45%);
	}
	#semiconductor .course h3 {
		font-size: 1.375rem;
	}

	#semiconductor .course ul li{
		padding: 0 0 30px 7%;
		width: 100%;
	}
	#semiconductor .course ul li:nth-child(3){
		padding: 0 0 0 7%;
		margin: 0 0 0 0%;
	}
	#semiconductor .course ul li h5{
		position: absolute;
		top: 0px;
	}
	#semiconductor .course ul li:nth-child(1) h5{
		width: 2%;
	}
	#semiconductor .course ul li:nth-child(2) h5{
		width: 4.2%;
	}
	#semiconductor .course ul li:nth-child(3) h5{
		width: 4.1%;
		top: 0;
	}
	#semiconductor .course ul li h4{
		font-size: 1.125rem;
	}
	#semiconductor .course ul li h4 br{
		display: none;
	}
	#semiconductor .course ul li p{
		font-size: 0.938rem;
	}
	#semiconductor .course .in_box figure{
		width: 24%;
        position: absolute;
        bottom: -7%;
        left: -2%;
	}
	#semiconductor .course a.link{
		font-size: 0.938rem;
		padding: 0.7em 4.5em 0.7em 3.5em;
		background: #ffdf00 url(../../engineering/img/icon_deteil.png) center right 2em/15px auto no-repeat;
		margin: 30px auto 0 auto;
	}
	#semiconductor .course .nolink{
		margin: 10% auto 0 auto;
	}

	#semiconductor .field{
		width: 100%;
		position: relative;
	}
	#semiconductor .field .in_box{
		box-sizing: border-box;
		padding: 30px 30px 30px 0;
	}
	#semiconductor .field::before {
		right: calc(50% - 45%);
	}

	#semiconductor .field .left{
		width: 100%;
		padding: 0 0 30px 0;
	}
	#semiconductor .field .right{
		width: 100%;
	}
	#semiconductor .field h3{
		font-size: 1.375rem;
		text-align: left;
	}
	#semiconductor .field ul{
		padding: 0 0 0 0px;
	}
	#semiconductor .field .right ul{
		padding: 0 0 0 0;
	}
	#semiconductor .field ul li{
		width: auto;
		padding: 0 0 0 15px;
		font-size: 1.000rem;
	}
}
@media only screen and (max-width: 480px) {
	#semiconductor{
		padding: 150px 0 200px 0;
		clip-path: url(#top-curve-down-shallow);
	}

	#semiconductor .arrow_area{
		font-size: 1.000rem;
		padding: 0 0 20px 0;
	}
	#semiconductor .ttl_area{
		padding: 30px 0 30px 0;
	}
	#semiconductor .ttl_area h2{
		font-size: 1.625rem;
	}
	#semiconductor .txt_area{
		width: 100%;
		padding: 0 0 15px 0;
	}
	#semiconductor .txt_area p{
		font-size: 0.938rem;
	}
	#semiconductor .txt_area figure{
		width: 80%;
	}
	#semiconductor .img_area{
		width: 100%;
		margin: 30px 0 0 0;
		border-radius: 20px 20px 20px 20px;
	}

	#semiconductor .handoutai_g{
		margin: 40px 0 0 0;
	}
	#semiconductor .handoutai_g .in_box{
		padding: 30px 30px 60px 0;
	}
	#semiconductor .handoutai_g::before {
		right: calc(50% - 45%);
		border-radius: 0 20px 20px 0;
	}
	#semiconductor .handoutai_g h3{
		font-size: 1.250rem;
	}
	#semiconductor .handoutai_g ul li{
		margin: 0 0 40px 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(1){
		width: calc(25% * 1.2);
		padding: 0 10% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(2){
		width: calc(24.1% * 1.2);
		padding: 0 10% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(3){
		width: calc(14.2% * 1.2);
		padding: 0 0 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(4){
		width: calc(27.9% * 1.2);
		padding: 0 11% 0 0;
	}
	#semiconductor .handoutai_g ul li:nth-child(5){
		width: calc(22.3% * 1.2);
	}
	#semiconductor .handoutai_g figure.imgarea{
		width: 25%;
        bottom: 8%;
        right: -4%;
	}

	#semiconductor .course{
		margin: -20px 0 50px 0
	}
	#semiconductor .course .in_box{
		padding: 30px 0 30px 30px;
		position: relative;
	}
	#semiconductor .course::before {
		left: calc(50% - 45%);
	}
	#semiconductor .course h3 {
		font-size: 1.125rem;
	}

	#semiconductor .course ul li{
		padding: 0 0 30px 7%;
		width: 100%;
	}
	#semiconductor .course ul li:nth-child(3){
		padding: 0 0 0 7%;
		margin: 0 0 0 0%;
	}
	#semiconductor .course ul li h5{
		position: absolute;
		top: 0px;
	}
	#semiconductor .course ul li:nth-child(1) h5{
		width: 2%;
	}
	#semiconductor .course ul li:nth-child(2) h5{
		width: 4.2%;
	}
	#semiconductor .course ul li:nth-child(3) h5{
		width: 4.1%;
		top: 0;
	}
	#semiconductor .course ul li h4{
		font-size: 1.000rem;
	}
	#semiconductor .course ul li h4 br{
		display: none;
	}
	#semiconductor .course ul li p{
		font-size: 0.813rem;
	}
	#semiconductor .course .in_box figure{
		width: 24%;
        position: absolute;
        bottom: -7%;
        left: -2%;
	}
	#semiconductor .course a.link{
		font-size: 0.813rem;
		padding: 0.7em 4.5em 0.7em 3.5em;
		background: #ffdf00 url(../../engineering/img/icon_deteil.png) center right 2em/15px auto no-repeat;
		margin: 30px auto 0 auto;
	}
	#semiconductor .course .nolink{
		margin: 5.5% auto 0 auto;
	}


	#semiconductor .field{
		width: 100%;
		position: relative;
	}
	#semiconductor .field .in_box{
		box-sizing: border-box;
		padding: 30px 30px 30px 0;
	}
	#semiconductor .field::before {
		right: calc(50% - 45%);
	}

	#semiconductor .field .left{
		padding: 0 0 30px 0;
	}
	#semiconductor .field .right{
		width: 100%;
	}
	#semiconductor .field h3{
		font-size: 1.125rem;
		text-align: left;
	}
	#semiconductor .field ul{
		padding: 0 0 0 0px;
	}
	#semiconductor .field .right ul{
		padding: 0 0 0 0;
	}
	#semiconductor .field ul li{
		width: auto;
		padding: 0 0 0 15px;
		font-size: 0.938rem;
	}
}

#archi_img{
	width: 100%;
	position: relative;
}
#archi_img figure.topimag{
	width: 550px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-140%, -50%);
    z-index: 2;
	mix-blend-mode: multiply;
}
#archi_img figure.topimag2{
	width: 510px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(40%, -60%);
    z-index: 2;
	mix-blend-mode: multiply;
}
@media only screen and (max-width: 1099px) {
	#archi_img figure.topimag{
		width: 48%;
        top: 0;
        left: 50%;
        transform: translate(-135%, -80%);
	}
	#archi_img figure.topimag2{
		width: 42%;
        top: 0;
        left: 50%;
        transform: translate(40%, -80%);
	}
}
@media only screen and (max-width: 768px) {
	#archi_img figure.topimag{
		width: 43%;
        top: 0;
        left: 50%;
        transform: translate(-147%, -90%);
	}
	#archi_img figure.topimag2{
		width: 37%;
        top: 0;
        left: 50%;
        transform: translate(53%, -90%);
	}
}
@media only screen and (max-width: 480px) {
	#archi_img figure.topimag{
		width: 47%;
        top: 0;
        left: 50%;
        transform: translate(-128%, -150%);
	}
	#archi_img figure.topimag2{
		width: 44%;
        top: 0;
        left: 50%;
        transform: translate(23%, -170%);
	}
}



#architecture{
	width: 100%;
	position: relative;
	padding: 250px 0 100px 0;
    margin: -280px auto 0 auto;
	background:linear-gradient(135deg, #987300, #d7aa00, #ffff81);
	clip-path: url(#top-curve-down-medium);
}
#architecture .in_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#architecture .arrow_area{
	width: 100%;
	font-size: 1.500rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, "sans-serif";
	padding: 50px 0 30px 0;
	position: relative;
}
#architecture .arrow_area::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-right: 2px solid #231815;
	border-bottom: 2px solid #231815;
}
#architecture .ttl_area{
	width: 100%;
	padding: 60px 0 30px 0;
}
#architecture .ttl_area h2{
	width: 100%;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-align: left;
	color: #FFF;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: baseline;
}
#architecture .ttl_area h2 strong{
	font-size: 1.625em;
}
#architecture .txt_area{
	width: 53%;
}
#architecture .txt_area p{
	width: 100%;
	font-size: 1.250rem;
	letter-spacing: 0.1em;
	color: #111;
	line-height: 1.8;
	padding: 0 0 1.0em 0;
}
#architecture .txt_area figure{
	width: 90%;
}
#architecture .img_area{
	width: 64%;
	margin: -10% -20% 0 0;
	overflow: hidden;
	border-radius: 20px 20px 20px 20px;
}

#architecture .course{
	width: 100%;
	position: relative;
	margin: 70px 0 60px 0
}
#architecture .course .in_box{
	box-sizing: border-box;
	padding: 70px 100px 70px 0;
	position: relative;
}
#architecture .course::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	left: 0;
    right: calc(50% - 475px);
	background-color: #FFF;
	border-radius: 0 20px 20px 0;
}
#architecture .course h3 {
	width: 100%;
	text-align: left;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #ff7300;
	padding: 0 0 1em 0;
}
#architecture .course ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}
#architecture .course ul li{
	width: 50%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 70px 80px;
	box-sizing: border-box;
}
#architecture .course ul li:nth-child(3){
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 80px;
	margin: 0 0 0 0;
}
#architecture .course ul li h5{
	position: absolute;
	top: 10%;
	left: 0;
}
#architecture .course ul li:nth-child(1) h5{
	width: 25px;
}
#architecture .course ul li:nth-child(2) h5{
	width: 48px;
}
#architecture .course ul li:nth-child(3) h5{
	width: 45px;
	top: -60%;
}
#architecture .course ul li h4{
	font-size: 1.375rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	color: #111;
}
#architecture .course ul li h4 span{
	font-weight: bold;
	color: #ff7300;
	text-decoration: underline;
}

#architecture .course ul.ph {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	padding: 100px 0 30px 0;
}
#architecture .course ul.ph li{
	width: calc((100% / 3) - 20px);
	position: relative;
	padding: 0 0 30px 0;
}
#architecture .course ul.ph li figure{
	width: 100%;
	position: relative;
	padding: 0 0 0 0;
}
#architecture .course ul.ph li p{
	width: 100%;
	text-align: center;
	position: relative;
	padding: 1.0em 0 0 0;
}

#architecture .pickup{
	width: 100%;
	position: relative;
	margin: -70px 0 60px 0
}
#architecture .pickup .in_box{
	box-sizing: border-box;
	padding: 70px 0 70px 100px;
	position: relative;
}
#architecture .pickup::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	right: 0;
    left: calc(50% - 475px);
	background-color: rgba(240, 130, 0, 0.8);
	border-radius: 20px 0 0 20px;
}
#architecture .pickup h3 {
	width: 300px;
	position: absolute;
	top: -30px;
    left: -30px;
}
#architecture .pickup .unit {
	width: 47%;
}
#architecture .pickup .unit figure{
	width: 100%;
}
#architecture .pickup .unit h4{
	width: 100%;
	text-align: left;
	font-size: 1.5000rem;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.09em;
	padding: 0.7em 0 0.5em 0;
}
#architecture .pickup .unit p{
	text-align: left;
	font-size: 1.125rem;
	font-weight: bold;
}

#architecture .field{
	width: 100%;
	position: relative;
}
#architecture .field .in_box{
	box-sizing: border-box;
	padding: 70px 50px 70px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#architecture .field::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	left: 0;
    right: calc(50% - 475px);
	background-color: #FFF;
	border-radius: 0 20px 20px 0;
}

#architecture .field .left{
	width: 50%;
}
#architecture .field .right{
	width: 50%;
}
#architecture .field h3{
	width: 100%;
	text-align: left;
	font-size: 1.412rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #8f6e00;
	padding: 0 0 1em 0;
}
#architecture .field h3.under{
	padding: 1em 0 1em 0;
}
#architecture .field h5{
	width: 100%;
	text-align: left;
	font-size: 1.250rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #d7aa00;
	padding: 0 0 1em 10px;
}
#architecture .field ul{
	width: 100%;
	padding: 0 0 20px 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#architecture .field ul li{
	width: 100%;
	padding: 0 0 0 0;
	font-size: 1.250rem;
	font-weight: bold;
	position: relative;
	margin: 0 0 0.8em 0;
	text-align: left;
}
#architecture .field ul li span{
	font-size: 0.688em;
	font-weight: bold;
	display: block;
	padding: 0.5em 0 0 0;
}

#architecture .field ul.icon_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#architecture .field ul.icon_list li{
	width: auto;
	padding: 0 0.7em 0 0;
}
#architecture .field ul.icon_list li::before{
	content: "◉";
	color: #d7aa00;
	padding: 0 0.2em 0 0;
}
#architecture .field .underimg{
	position: absolute;
	bottom: -30px;
	right: 100px;
	width: 400px;
}

@media only screen and (max-width: 1099px) {
	#architecture{
		padding: 150px 0 100px 0;
		margin: -200px auto 0 auto;
		clip-path: url(#top-curve-down-shallow);
	}

	#architecture .arrow_area{
		font-size: 1.412rem;
		padding: 0 0 30px 0;
	}
	#architecture .ttl_area{
		width: 100%;
		padding: 50px 0 30px 0;
	}
	#architecture .ttl_area h2{
		font-size: 2.625rem;
	}
	#architecture .txt_area{
		width: 53%;
	}
	#architecture .txt_area p{
		font-size: 1.125rem;
	}
	#architecture .txt_area figure{
		width: 90%;
	}
	#architecture .img_area{
		width: 64%;
		margin: 0% -20% 0 0;
		overflow: hidden;
		border-radius: 20px 20px 20px 20px;
	}

	#architecture .course{
		margin: 60px 0 50px 0
	}
	#architecture .course .in_box{
		padding: 50px 80px 50px 0;
		position: relative;
	}
	#architecture .course::before {
		right: calc(50% - 45%);
	}
	#architecture .course h3 {
		font-size: 1.5000rem;
	}
	#architecture .course ul li{
		width: 100%;
		padding: 0 0 40px 80px;
		box-sizing: border-box;
	}
	#architecture .course ul li:nth-child(3){
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 80px;
		margin: 0 0 0 0;
	}
	#architecture .course ul li h5{
		position: absolute;
		top: 0%;
		left: 0;
	}
	#architecture .course ul li:nth-child(1) h5{
		width: 25px;
	}
	#architecture .course ul li:nth-child(2) h5{
		width: 48px;
	}
	#architecture .course ul li:nth-child(3) h5{
		width: 45px;
		top: 0%;
	}
	#architecture .course ul li h4{
		font-size: 1.250rem;
	}
	#architecture .course ul li h4 br{
		display: none;
	}

	#architecture .course ul.ph {
		padding: 100px 0 30px 0;
	}
	#architecture .course ul.ph li{
		width: calc((100% / 3) - 10px);
		padding: 0 0 30px 0;
	}

	#architecture .pickup{
		margin: -60px 0 50px 0
	}
	#architecture .pickup .in_box{
		box-sizing: border-box;
		padding: 50px 0 50px 80px;
		position: relative;
	}
	#architecture .pickup::before {
		left: calc(50% - 45%);
	}
	#architecture .pickup h3 {
		width: 30%;
		position: absolute;
		top: -30px;
		left: -30px;
	}
	#architecture .pickup .unit {
		width: 47%;
	}

	#architecture .pickup .unit h4{
		font-size: 1.375rem;
	}
	#architecture .pickup .unit p{
		font-size: 1.000rem;
	}

	#architecture .field .in_box{
		padding: 50px 30px 50px 0;
	}
	#architecture .field::before {
		right: calc(50% - 45%);
	}

	#architecture .field .left{
		width: 50%;
	}
	#architecture .field .right{
		width: 50%;
	}
	#architecture .field h3{
		font-size: 1.375rem;
	}
	#architecture .field h5{
		font-size: 1.125rem;
	}
	#architecture .field ul{
		width: 100%;
		padding: 0 0 20px 10px;
	}
	#architecture .field ul li{
		font-size: 1.125rem;
	}

	#architecture .field .underimg{
		position: absolute;
        bottom: -4%;
        right: 5%;
        width: 40%;
	}
}
@media only screen and (max-width: 768px) {
	#architecture{
		padding: 150px 0 100px 0;
		margin: -170px auto 0 auto;
		clip-path: url(#top-curve-down-shallow2);
	}

	#architecture figure.topimag{
		width: 55%;
		top: -16%;
        left: 50%;
        transform: translate(-110%, -50%);
	}
	#architecture figure.topimag2{
		width: 42%;
        top: -14%;
        left: 50%;
        transform: translate(42%, -50%);
	}

	#architecture .arrow_area{
		font-size: 1.250rem;
		padding: 0 0 30px 0;
	}
	#architecture .ttl_area{
		padding: 50px 0 30px 0;
	}
	#architecture .ttl_area h2{
		font-size: 2.375rem;
	}
	#architecture .txt_area{
		width: 100%;
	}
	#architecture .txt_area p{
		font-size: 0.938rem;
	}
	#architecture .txt_area figure{
		width: 90%;
	}
	#architecture .img_area{
		width: 100%;
		margin: 0% 0 0 0;
	}

	#architecture .course{
		margin: 60px 0 50px 0
	}
	#architecture .course .in_box{
		padding: 40px 50px 40px 0;
		position: relative;
	}
	#architecture .course::before {
		right: calc(50% - 45%);
	}
	#architecture .course h3 {
		font-size: 1.5000rem;
	}
	#architecture .course ul li{
		width: 100%;
		padding: 0 0 40px 7%;
		box-sizing: border-box;
	}
	#architecture .course ul li:nth-child(3){
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 7%;
		margin: 0 0 0 0;
	}
	#architecture .course ul li h5{
		position: absolute;
		top: 0%;
		left: 0;
	}
	#architecture .course ul li:nth-child(1) h5{
		width: 2%;
	}
	#architecture .course ul li:nth-child(2) h5{
		width: 4.2%;
	}
	#architecture .course ul li:nth-child(3) h5{
		width: 4.1%;
		top: 0;
	}
	
	#architecture .course ul li h4{
		font-size: 1.000rem;
	}
	#architecture .course ul li h4 br{
		display: none;
	}

	#architecture .course ul.ph {
		padding: 60px 0 30px 0;
	}
	#architecture .course ul.ph li{
		width: calc((100% / 2) - 10px);
		padding: 0 0 20px 0;
	}
	#architecture .course ul.ph li p{
		padding: 0.3em 0 0 0;
	}

	#architecture .pickup{
		margin: -60px 0 40px 0;
	}
	#architecture .pickup .in_box{
		box-sizing: border-box;
		padding: 30px 0 30px 30px;
	}
	#architecture .pickup::before {
		left: calc(50% - 45%);
	}
	#architecture .pickup h3 {
		width: 40%;
		position: absolute;
		top: -30px;
		left: -30px;
	}
	#architecture .pickup .unit {
		width: 47%;
	}

	#architecture .pickup .unit h4{
		font-size: 1.250rem;
	}
	#architecture .pickup .unit p{
		font-size: 0.938rem;
	}

	#architecture .field .in_box{
		padding: 30px 30px 30px 0;
	}

	#architecture .field .left{
		width: 100%;
	}
	#architecture .field .right{
		width: 100%;
	}
	#architecture .field h3{
		font-size: 1.250rem;
	}
	#architecture .field h5{
		font-size: 1.000rem;
	}
	#architecture .field ul{
		padding: 0 0 10px 0;
	}
	#architecture .field ul li{
		font-size: 1.000rem;
	}

	#architecture .field .underimg{
		position: absolute;
		bottom: -3%;
        right: 5%;
        width: 38%;
	}
}
@media only screen and (max-width: 480px) {
	#architecture{
		padding: 120px 0 100px 0;
        margin: -180px auto 0 auto;
		clip-path: url(#top-curve-down-shallow2);
	}

	#architecture figure.topimag{
		width: 55%;
		top: -16%;
        left: 50%;
        transform: translate(-110%, -50%);
	}
	#architecture figure.topimag2{
		width: 42%;
        top: -14%;
        left: 50%;
        transform: translate(42%, -50%);
	}

	#architecture .arrow_area{
		font-size: 1.000rem;
		padding: 0 0 20px 0;
	}
	#architecture .ttl_area{
		padding: 40px 0 30px 0;
	}
	#architecture .ttl_area h2{
		font-size: 1.625rem;
	}
	#architecture .txt_area{
		width: 100%;
		padding: 0 0 15px 0;
	}
	#architecture .txt_area p{
		font-size: 0.875rem;
	}
	#architecture .txt_area figure{
		width: 90%;
	}
	#architecture .img_area{
		width: 100%;
		margin: 0% 0 0 0;
	}

	#architecture .course{
		margin: 60px 0 50px 0
	}
	#architecture .course .in_box{
		padding: 30px 30px 30px 0;
		position: relative;
	}
	#architecture .course::before {
		right: calc(50% - 45%);
	}
	#architecture .course h3 {
		font-size: 1.250rem;
	}
	#architecture .course ul li{
		width: 100%;
		padding: 0 0 40px 7%;
		box-sizing: border-box;
	}
	#architecture .course ul li:nth-child(3){
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 7%;
		margin: 0 0 0 0;
	}
	#architecture .course ul li h5{
		position: absolute;
		top: 0%;
		left: 0;
	}
	#architecture .course ul li:nth-child(1) h5{
		width: 2%;
	}
	#architecture .course ul li:nth-child(2) h5{
		width: 4.2%;
	}
	#architecture .course ul li:nth-child(3) h5{
		width: 4.1%;
		top: 0;
	}
	
	#architecture .course ul li h4{
		font-size: 0.938rem;
	}
	#architecture .course ul li h4 br{
		display: none;
	}

	#architecture .course ul.ph {
		padding: 60px 0 30px 0;
	}
	#architecture .course ul.ph li{
		width: calc((100% / 2) - 5px);
		padding: 0 0 10px 0;
	}
	#architecture .course ul.ph li p{
		padding: 0.3em 0 0 0;
	}

	#architecture .pickup{
		margin: -30px 0 40px 0;
	}
	#architecture .pickup .in_box{
		box-sizing: border-box;
		padding: 30px 0 30px 30px;
	}
	#architecture .pickup::before {
		left: calc(50% - 45%);
	}
	#architecture .pickup h3 {
		width: 40%;
		position: absolute;
		top: -15px;
		left: 5px;
	}
	#architecture .pickup .unit {
		width: 100%;
		padding: 0 0 20px 0;
	}

	#architecture .pickup .unit h4{
		font-size: 1.125rem;
	}
	#architecture .pickup .unit p{
		font-size: 0.875rem;
	}

	#architecture .field .in_box{
		padding: 30px 15px 30px 15px;
	}

	#architecture .field h3{
		font-size: 1.000rem;
	}
	#architecture .field h5{
		font-size: 0.938rem;
	}
	#architecture .field ul{
		padding: 0 0 10px 0;
	}
	#architecture .field ul li{
		font-size: 0.938rem;
	}

	#architecture .field .underimg{
		position: absolute;
		bottom: -3%;
        right: 5%;
        width: 42%;
	}
}

#bnr_area{
	position: relative;
	text-align: center;
	margin: 0 0 0 0;
	padding: 60px 0 60px 0;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
}
#bnr_area h4{
	width: 100%;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #222;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
	display: block;
}
#bnr_area .unit{
	width: 49%;
	position: relative;
	margin: 0 0 30px 0;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#bnr_area .unit .in_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
	color: #231815;
	padding: 0 0 0 0;
}
#bnr_area .unit .in_box.close{
	opacity: 1.0;
}

#bnr_area .unit .in_box figure{
	width: 200px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 0;
	overflow: hidden;
	order: 2;
}

#bnr_area .unit .in_box figure img{
	transform: scale(1.0);
}
#bnr_area .unit .in_box:hover figure img{
	transform: scale(1.06);
}


#bnr_area .unit .in_box .txt_area{
	width: calc(100% - 200px);
	margin: 0 0 0 0;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	order: 1;
}
#bnr_area .unit .in_box .txt_area p{
	width: 100%;
	text-align: left;
}
#bnr_area .unit .in_box .txt_area h3{
	font-size: 1.375rem;
	font-weight: bold;
	text-align: left;
	margin: 0 auto 0 0;
	display: block;
}
#bnr_area .unit .in_box .txt_area .under_txt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
#bnr_area .unit .in_box .txt_area h6{
	font-size: 0.875rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#bnr_area .unit .in_box .txt_area h6 span{
	font-size: 0.750em;
	font-weight: bold;
	padding: 0 0 0 1em;
}
#bnr_area .unit .in_box .txt_area p.note{
	width: auto;
	text-align:right;
	line-height: 1.1 !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

@media only screen and (max-width: 1099px) {
	#bnr_area{
		padding: 60px 0 60px 0;
	}
	#bnr_area h4{
		font-size: 1.875rem;
	}
	
	#bnr_area .unit{
		width: 49%;
		position: relative;
		margin: 0 0 30px 0;
	}

	#bnr_area .unit .in_box figure{
		width: 200px;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		line-height: 0;
		overflow: hidden;
		order: 2;
	}

	#bnr_area .unit .in_box .txt_area{
		width: calc(100% - 200px);
		padding: 20px;
	}
	#bnr_area .unit .in_box .txt_area p{
		width: 100%;
		text-align: left;
	}
	#bnr_area .unit .in_box .txt_area h3{
		font-size: 1.250rem;
	}
	#bnr_area .unit .in_box .txt_area .under_txt{
		width: 100%;
	}
	#bnr_area .unit .in_box .txt_area h6{
		font-size: 0.813rem;
	}
}
@media only screen and (max-width: 768px) {
	#bnr_area{
		padding: 30px 0 30px 0;
	}
	#bnr_area h4{
		font-size: 1.500rem;
	}
	
	#bnr_area .unit{
		width: 100%;
		margin: 0 0 15px 0;
	}

	#bnr_area .unit .in_box figure{
		width: 200px;
		order: 2;
	}

	#bnr_area .unit .in_box .txt_area{
		width: calc(100% - 200px);
		padding: 15px;
	}
	#bnr_area .unit .in_box .txt_area h3{
		font-size: 1.125rem;
	}
	#bnr_area .unit .in_box .txt_area h6{
		font-size: 0.750rem;
	}
}
@media only screen and (max-width: 480px) {
	#bnr_area .unit{
		margin: 0 0 30px 0;
	}
	#bnr_area h4{
		font-size: 1.125rem;
	}
	#bnr_area .unit .in_box figure{
		width: 100%;
		overflow: hidden;
		position: relative;
		
	}
	#bnr_area .unit .in_box figure img{
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#bnr_area .unit .in_box figure::before{
		content: "";
		display: block;
		padding-top: 40%;
	}

	#bnr_area .unit .in_box .txt_area{
		width: 100%;
		padding: 10px 10px 20px 15px;
	}

	#bnr_area .unit .in_box .txt_area h3{
		padding: 0 0 0.6em 0;
	}
}


#content nav#main_u_nav ul li a span{
	font-weight: bold;
}
#content nav#main_u_nav ul li.kougaku a{
	background-image: linear-gradient(90deg, #ab861f, #d7aa00 50%, #d6b422);
}

#content nav#main_u_nav.active ul li{
	width: 45px;
}
#content nav#main_u_nav.active ul li a{
	font-size: 1.000rem;
	letter-spacing: -0.01em;
	background-image: none !important;
	background: #ee7800 !important;
}
#content nav#main_u_nav.active ul li a span{
	display: none;
	font-weight: bolder;
}
#content nav#main_u_nav.active ul li.siryou a{
	background: #a3a3a4 url(../img/i_siryou.png) top 1em center/12px auto no-repeat !important;
}
@media only screen and (max-width: 768px) {
	#content nav#main_u_nav ul{
		width: 96% !important;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
		position: relative;
		align-items: flex-end;
        transform: translate(0%, 0%);
	}
	#content nav#main_u_nav ul li{
		width: 8.5em !important;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin: 0 5px 0 0;
		writing-mode: horizontal-tb;
		text-orientation: sideways;
	}
	#content nav#main_u_nav ul li a{
		font-size: 0.875rem;
		padding: 1em 0.5em !important;
	}
	
	#content nav#main_u_nav ul li.siryou{
		width: 7.0em !important;
		margin: 0 0 0 auto;
	}
	
	#content nav#main_u_nav ul li.siryou a{
		padding: 1em 0.5em 1em 2.0em !important;
		background: #a3a3a4 url(../img/i_siryou.png) center left 1.4em/12px auto no-repeat;
	}
	
	
	#content nav#main_u_nav.active ul{
		position: fixed;
		top: 70px !important;
		right: 0;
		flex-direction: column !important;
		align-content: flex-end !important;
		align-items: flex-end !important;
		transform: translate(0%, 0%) !important;
	}
	#content nav#main_u_nav.active ul li{
		width: 35px !important;
		height: auto;
		margin: 0 0 1px 0;
		writing-mode: vertical-rl;
		text-orientation: upright;
		text-align: center;
		}
	#content nav#main_u_nav.active ul li a{
		font-size: 0.938rem !important;
		text-align: center;
		margin: 0 0 0 0;
		align-content: center;
		align-items: center;
	}
	#content nav#main_u_nav.active ul li.siryou a{
		padding: 2.5em 0.5em 1em 0.5em !important;
		background: #a3a3a4 url(../img/i_siryou.png) top 1em center/12px auto no-repeat !important;
	}
	#content nav#main_u_nav.active ul li.kougaku a{
		padding: 0.5em 0.5em 0.5em 0.5em !important;
	}
}
@media only screen and (max-width: 480px) {
	#content nav#main_u_nav ul li{
		width: 7.5em !important;
	}
	#content nav#main_u_nav ul li a{
		font-size: 2.8vw !important;
		padding: 1em 0.5em !important;
	}
	
	#content nav#main_u_nav ul li.siryou{
		width: 6.0em !important;
	}
	
	#content nav#main_u_nav.active ul{
		position: fixed;
		top: 70px;
		right: 0;
		flex-direction: column !important;
		align-content: flex-end !important;
		align-items: flex-end !important;
		transform: translate(0%, 0%) !important;
	}
	#content nav#main_u_nav.active ul li{
		width: 35px !important;
	}
	#content nav#main_u_nav.active ul li a{
		font-size: 0.938rem !important;
		margin: 0 0 1px 0;
	}
	#content nav#main_u_nav.active ul li.siryou a{
		padding: 2.5em 0.5em 1em 0.5em !important;
		background: #a3a3a4 url(../img/i_siryou.png) top 1em center/12px auto no-repeat !important;
	}
}