@charset "UTF-8";

body{
	background: url(/recruit/assets/img/common/grid.png);
    overflow-wrap: break-word;
    background-size: auto!important;
    background-repeat: repeat!important;
	font-family: 'Zen Old Mincho', serif;
}


#it_development,
#it_infra,
#state_tech,
#development,
#manufacturing{
    padding-top: 8em;
    margin-top: -8em;
}
/*--------------------------------
	main
--------------------------------*/
main:after {
    background: url(/recruit/assets/img/business/bg_top.webp);
}

/*--------------------------------
	mainv
--------------------------------*/
.mainv{
	width: 80%;
    margin: 0 auto;
    margin-bottom: 63px;
	height: 500px;
}
.mainv p{
	margin: 0;
	line-height: 2;
	font-size: clamp(14px, 1.17vw, 16px);
}
.mainv p:nth-child(1){
	margin-bottom: 110px;
	text-align: center;
}
.mainv dl{
	margin: 0;
	flex: 1;
	text-align: center;
	display: flex;
    flex-direction: column;
}
.mainv dl:first-child{
	position: relative;
}
.mainv dl:first-child::after{
	background-color: #bebebe;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0%;
}
.mainv dd{
	margin: 0;
	margin-top: 30px;
}
.mainv .container{
    display: flex;
    gap: 18px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.mainv .container ul{
	padding: 0;
}
.mainv .container li{
	text-align: center;
    margin-bottom: 20px;
	display: flex;
    justify-content: center;
}
.mainv .container li a{
	text-decoration: none;
    background: #ffffff;
    font-size: clamp(16px, 1.17vw, 50px);
    font-weight: 500;
    border-radius: calc(100vw / 17);
    height: 45px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #1D1D1D;
	position: relative;
}
.mainv .container li a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../img/business/icon_triangle.png) no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
}
.mainv .en{
	color: #0a79b4;
	margin-bottom: 15px;
	font-family: 'EB Garamond', serif;
    font-size: clamp(14px, 1.17vw, 16px);
}
.mainv .jp{
	font-size: clamp(28px, 2.34vw, 32px);
	font-weight: 500;
}

/*--------------------------------
	information
--------------------------------*/
.information {
    text-align: center;
	background: #fff;
	padding-top: 130px;
}
.information p{
	margin: 0;
    line-height: 2;
    font-size: clamp(14px, 1.17vw, 16px);
}
.information h2 {
    margin: 0;
    margin-bottom: 4.69vw;
    font-size: 2.5vw;
    font-weight: 500;
	font-family: 'EB Garamond', serif;
}
.information h2 .en {
    color: #0a79b4;
    font-size: clamp(38px, 5.42vw, 74px);
    display: block;
    margin-bottom: 35px;
	line-height: 1;
}
.information h2 .jp{
	font-family: 'EB Garamond', serif;
    font-size: clamp(20px, 5.42vw, 32px);
    font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.information h3 {
    margin: 0 auto;
	width: 80%;
    margin-bottom: 75px;
	text-align: left;
	font-size: clamp(18px, 1.76vw, 24px);
	display: flex;
	align-items: center;
	gap: 30px;
	line-height: 1;
}
.information h3::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 17px;
    background: url(../img/business/icon_triangle2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.information .en_title {
	font-family: 'EB Garamond', serif;
    font-size: clamp(32px, 3.95vw, 54px);
	text-align: left;
    width: 80%;
	margin: 100px auto 25px;
	line-height: 1;
}
.information .container{
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.information dl{
	margin: 0;
}
.information dd{
	margin: 0;
}
.information dt{
    display: -webkit-flex;
	font-size: 20px;
}
.information ul{
	margin: 0;
	padding: 0;
    font-size: clamp(16px, 1.46vw, 20px);
}
.information .flow {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
.information .flow li {
	font-size: 16px;
}
.information .flow > li{
	width: calc(100% / 3);
}
.information .flow dd:first-of-type li{
	display: flex;
	align-items: center;
}
.information .flow_design{
	margin-bottom: 65px;
}
.information .flow li dl {
	margin: 0;
	position: relative;
}
.information .flow li dl dt {
	font-size: clamp(20px, 2.05vw, 28px);
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #0a79b4;
	display: inline-block;
}
.information .flow li dl dd {
	margin-left: 0;
}
.information .it_infra_box .flow li dl dd ul{
	height: 70px;
}
.information .flow li dl dd img{
	width: 100%;
	margin-top: 30px;
}
.information .flow dd li::before {
	content: "・";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
}
.information .project ul{
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(16px, 1.32vw, 18px);
}
.information .state_tech_box{
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: 24% 14%;
}
.information .state_tech_box .project ul{
	flex-direction: column;
}
.information .state_tech_box .project ul li{
	width: 100%;
}
.information  .project ul li{
	display: flex;
    align-items: center;
}
.information .state_tech_box p{
	font-size: clamp(20px, 2.05vw, 28px);
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #0a79b4;
    display: inline-block;
	width: fit-content;
	line-height: 1;
}
.information .state_tech_box dl.project{
	display: contents;
}
.information .state_tech_box dl.project dt{
	grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: 1;
    grid-row-end: 2;
}
.information .state_tech_box .project dt::after{
	width: 30%;
}
.information .state_tech_box dl.project dd:nth-of-type(1){
    grid-column-start: 2;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 3;
    font-size: clamp(16px, 1.46vw, 20px);
    font-weight: 500;
}
.information .state_tech_box dl.project dd:nth-of-type(1) img{
	width: 100%;
}
.information .project dt{
	margin-bottom: 40px;
	font-size: clamp(20px, 1.76vw, 24px);
	display: flex;
	align-items: center;
}
.information .project dt::after{
	content: "";
	background: #1D1D1D;
	width: 80%;
    height: 1px;
    margin-left: 2%;
}
.information .project li::before {
	content: "・";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.information .it_development_box .project ul li{
	width: calc(100% / 3);
}
.information .it_infra_box .project ul li{
	width: 40%;
}

/*--------------------------------
	semiconductor
--------------------------------*/
.semiconductor{
	width: 80%;
    margin: 0 auto;
    margin-bottom: 63px;
	text-align: center;
	padding-top: 120px;
}
.semiconductor h2{
	font-family: 'EB Garamond', serif;
	margin: 0;
	margin-bottom: 50px;
	font-size: 2.5vw;
	font-weight: 500;
}
.semiconductor h2 .en{
	color:#0a79b4;
	font-size: clamp(18px, 5.42vw, 74px);
	display: block;
	margin-bottom: 35px;
	line-height: 1;
}
.semiconductor h2 .jp{
	font-family: "Shippori Mincho", serif;
	font-size: clamp(20px, 5.42vw, 32px);
	font-weight: 500;
}
.semiconductor p{
	text-align: center;
	margin: 0;
	margin-bottom: 55px;
    line-height: 2;
    font-size: clamp(14px, 1.17vw, 16px);
}
.semiconductor h3 {
    margin: 0;
    margin-bottom: 60px;
	text-align: left;
	font-size: clamp(18px, 1.76vw, 24px);
	display: flex;
	align-items: center;
	gap: 30px;
}
.semiconductor h3::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 17px;
    background: url(../img/business/icon_triangle2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.semiconductor .en_title {
    margin: 0;
    margin-bottom: 25px;
	margin-top: 100px;
	font-family: 'EB Garamond', serif;
    font-size: clamp(32px, 3.95vw, 54px);
	text-align: left;
}
.semiconductor .container{
	text-align: left;
}
.semiconductor dl{
	margin: 0;
}
.semiconductor dt{
    display: -webkit-flex;
	font-size: 20px;
}
.semiconductor dd{
	margin: 0;
}
.semiconductor ul{
	margin: 0;
	padding: 0;
}
.semiconductor .flow {
    padding-left: 0;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(225px, 100%), 1fr));
    gap: 6.5%;
	display: flex;
}
.semiconductor .flow_design{
	margin-bottom: 65px;
}
.semiconductor .flow li {
	font-size: 16px;
	width: 100%;
}
.semiconductor .flow > li:not(:first-child) dl::before{
	content: "";
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(../img/business/phase_icon.png) no-repeat;
    position: absolute;
    top: calc(50% - 14px);
    left: -20%;
}
.semiconductor .flow dd:first-of-type li{
	display: flex;
	align-items: center;
}
.semiconductor .flow li dl {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	background: #fff;
	padding: 20px 0px;
}
.semiconductor .flow li dl dt {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
}
.semiconductor .flow li dl dd {
	margin-left: 0;
}
.semiconductor .flow li dl dd ul{
	height: 70px;
}
.semiconductor .flow li dl dd img{
	margin-top: 30px;
	width: 12.37vw;
}
.semiconductor .flow dd li::before {
	content: "・";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
}
.semiconductor .project ul{
	display: flex;
	flex-wrap: wrap;
}
.semiconductor .state_tech_box .project ul{
	flex-direction: column;
}
.semiconductor .state_tech_box .project ul li{
	width: 100%;
}
.semiconductor .state_tech_box .project dt::after{
	width: 30%;
}
.semiconductor .project ul li{
	width: calc(100% / 3);
	display: flex;
	align-items: center;
}
.semiconductor .project dt{
	margin-bottom: 40px;
	font-size: clamp(20px, 1.76vw, 24px);
	display: flex;
	align-items: center;
}
.semiconductor .project dt::after{
	content: "";
	background: #1D1D1D;
	width: 80%;
    height: 1px;
    margin-left: 2%;
}
.semiconductor .project li::before {
	content: "・";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

/*--------------------------------
	development
--------------------------------*/
.development{
    margin-left: 10%;
    display: flex;
    grid-template-columns: 60% 1fr;
	grid-template-rows: 23% 5% auto;
	justify-content: space-between;
	align-items: flex-start;
}
.development h2{
    margin: 0;
    text-align: left;
    font-size: clamp(18px, 1.76vw, 24px);
    display: flex;
    align-items: center;
    gap: 30px;
	grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: 1;
}
.development h2::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 17px;
    background: url(../img/business/icon_triangle2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.development img{
	width: 42.5vw;
}
.development p{
	margin: 0;
}
.development .en_title{
	margin: 0;
	margin-bottom: 25px;
	font-family: 'EB Garamond', serif;
	font-size: clamp(32px, 3.95vw, 54px);
	font-weight: 500;
	line-height: clamp(40px, 5.12vw, 70px);
	padding-top: 40px;
}
.development .phase{
	grid-column-start: 1;
    grid-row-start: 3;
    grid-column-end: 1;
	margin-top: 60px;
}
.development dl{
	margin: 0;
}
.development dt{
	border-bottom: 1px solid #0a79b4;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: clamp(20px, 1.76vw, 28px);
	font-weight: 500;
	display: inline-block;
}
.development dd{
	margin: 0;
	margin-bottom: 50px;
	font-size: 16px;
}

/*--------------------------------
	manufacturing
--------------------------------*/
.manufacturing{
    margin-right: 10%;
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5%;
}
.manufacturing h2{
    margin: 0;
    text-align: left;
    font-size: clamp(18px, 1.76vw, 24px);
    display: flex;
    align-items: center;
    gap: 30px;
}
.manufacturing h2::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 17px;
    background: url(../img/business/icon_triangle2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.manufacturing .phase{
	margin-top: 60px;
}
.manufacturing img{
	width: 42.5vw;
	max-width: 580px;
}
.manufacturing p{
	margin: 0;
}
.manufacturing .en_title{
    margin: 0;
    margin-bottom: 25px;
	font-family: 'EB Garamond', serif;
    font-size: 4vw;
    font-weight: 500;
    line-height: clamp(32px, 5.12vw, 70px);
	padding-top: 30px;
}
.manufacturing dl{
	margin: 0;
}
.manufacturing dt{
	border-bottom: 1px solid #0a79b4;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: clamp(20px, 1.76vw, 28px);
	font-weight: 500;
	display: inline-block;
}
.manufacturing dd{
	margin: 0;
	margin-bottom: 50px;
	font-size: 16px;
}

/*--------------------------------
	スマホ版
--------------------------------*/
@media screen and (max-width: 767px) {

	/* ---- main ---- */
	main{
		margin-bottom: 250px;
	}
	main .container img{
		width: 85%;
	}
	main .container:first-child img:nth-child(1) {
		width: 60vw;
		margin-top: 42px;
	}

	/* mainv */
	.mainv{
		height: auto;
	}
	.mainv .container{
		flex-direction: column;
	}
	.mainv .container li a{
		width: 100%;
	}
	.mainv dl:first-child::after{
		left: 0%;
		bottom: -5%;
		top: auto;
		width: 100%;
		height: 1px;
		margin: 0;
	}
	.mainv p:nth-child(1){
		margin-bottom: 50px;
	}

	/* information */
	.information{
		margin: 0 auto;
		margin-bottom: 70px;
		padding-top: 50px;
	}
	.information p{
		width: 90%;
		margin: 0 auto;
	}
	.information .it_infra_box .project ul li{
		width: 100%;
	}
	.information .container{
		width: 100%;
	}
	.information h3{
		gap: 10px;
		margin-bottom: 40px;
		width: 90%;
	}
	.information .flow li dl{
		width: 90%;
		margin: 0 auto;
	}
	.information dl{
		width: 90%;
		margin: 0 auto;
	}
	.it_development_box img{
		margin: 0 0 0 auto;
		display: block;
		margin-top: 20px;
	}
	.information .flow{
		flex-direction: column;
	}
	.information .flow_design{
		margin-bottom: 40px;
	}
	.information .flow li dl dt{
		margin-bottom: 25px;
	}
	.information .project ul{
		flex-direction: column;
	}
	.information .state_tech_box{
		display: block;
		width: 90%;
	}
	.information .project ul li{
		width: 100%;
	}
	.information .project dt{
		margin-bottom: 25px;
	}
	.information .en_title{
		margin-top: 75px;
		width: 90%;
	}
	.information .project dt::after{
		width: 35%;
	}
	.information .it_infra_box .flow li:nth-of-type(2) dl dd img,
	.information .it_infra_box .flow li:nth-of-type(3) dl dd img{
		margin-top: 0px;
	}
	.it_infra_box img {
		margin: auto 0 0 0;
		display: block;
		margin-top: 20px;
	}
	.state_tech_box{
		grid-template-columns: 1fr;
		grid-template-rows: 15% 14%;
	}
	.information .it_development_box .project ul li{
		width: 100%;
	}
	.information .state_tech_box p{
		text-align: left;
		width: 100%;
	}
	.information .flow > li{
		width: 100%;
	}
	/* semiconductor */
	.semiconductor{
		padding-top: 0px;
		width: 90%;
	}
	.semiconductor .flow{
		flex-direction: column;
		gap: 35px;
	}
	.semiconductor .flow > li:not(:first-child) dl::before {
		width: 28px;
		height: 28px;
		background: url(../img/business/phase_icon_sp.png) no-repeat;
		top: -16%;
		left: 48%;
		margin-right: 0px;
	}
	.semiconductor .flow li dl dd img{
		margin-top: 0px;
		width: 100%;
	}
	
	/* development */
	.development{
		display: block;
		max-height: none;
		margin-left: 5%;
	}
	.development .phase{
		margin-right: 5%;
	}
	.development img{
		display: flex;
		margin: 0 0 0 auto;
		width: 73vw;
	}

	/* manufacturing */
	.manufacturing{
		display: block;
		max-height: none;
		margin-right: 5%;
	}
	.manufacturing .en_title,
	.manufacturing h2,
	.manufacturing .phase{
		margin-left: 5%;
	}
	.manufacturing .en_title{
		margin-bottom: 25px;
		font-size: clamp(32px, 3.95vw, 54px);
		font-weight: 500;
		line-height: clamp(40px, 5.12vw, 70px);
	}
	.manufacturing img{
		width: 73vw;
	}
}