@charset "utf-8";

/*=============================
　　　　title
===============================*/
.headline_box{
	margin-bottom: 45px;
}
.headline_box .headline_en{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.headline_box .headline_jp{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #8eb9de;
}

/*=============================
　　　　mainvisual
===============================*/
#mainvisual {
	background: url("../images/bg_mainvisual.webp") no-repeat;
	background-size: cover;
	width: 100%;
	height: 800px;
	position: relative;
}
#mainvisual #particles-js{
	width: 100%;
	height: 800px;
}
#mainvisual .catchcopy {
	position: absolute;
	top: 50%;
	left: 85px;
	transform: translateY(-50%);
}

#mainvisual .catchcopy p {
	font-family: "Josefin Sans", sans-serif;
	font-style: italic;
	font-size: 66px;
	font-weight: 700;
	letter-spacing: 4.8px;
	width: max-content;
	padding: 0 0 20px 0;
}
#mainvisual .catchcopy h2 {
	font-size: 44px;
	font-weight: 600;
	letter-spacing: 10.0px;
}

/*=============================
　　　　philosophy
===============================*/
#philosophy {
	position: relative;
}
#philosophy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 53%;
	width: 47%;
	height: 110%;
	background: url("../images/img_decoration_triangle2.webp") no-repeat;
}
#philosophy .wrap {
	padding: 120px 30px 60px 30px;
	width: 1200px;	
}
#philosophy .wrap h2 {
	font-weight: 500;
	font-size: 43px;
	letter-spacing: 5px;
	line-height: 1.5;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0 0 50px 0;
}
#philosophy .wrap h2::before {
	content: "Corporate philosophy";
	font-family: "Josefin Sans", sans-serif;
	font-size: 105px;
	letter-spacing: 0px;
	opacity: 3%;
	position: absolute;
	left: -35px;
	top: -80px;
}
#philosophy .wrap h2::after {
	content: "";
	width: 269px;
	height: 6px;
	background: url("../images/img_decoration_colorline.webp") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

#philosophy .wrap h2 span {
	font-size: 51px;
}
#philosophy .wrap p {
	font-size: 18px;
	letter-spacing: 1.2px;
	line-height: 2.8;
	width: 555px;
	padding: 0 0 60px 0;
}
#philosophy .wrap p:nth-child(2) {
	padding: 0 0 50px 0;
}
#philosophy .wrap p span {
	font-size: 20px;
	font-weight: 700;
}



/*=============================
　　　 service
===============================*/
#service .wrap {
	width: 1200px;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 35px 60px 35px;
	overflow: hidden;
}
#service .wrap .headline_box {
	position: relative;
	padding: 0 0 35px 0;
	margin: 0 0 38px 0;
}
#service .wrap .headline_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/img_decoration_glayline_big.webp") no-repeat;
	background-size: cover;
	width: 90px;
	height: 5px;
}
#service .wrap .headline_box p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 58px;
	font-weight: 600;
	padding: 0 0 12px 0;
}
#service .wrap .headline_box h2 {
	font-weight: 600;
	letter-spacing: 3.0px;
}
#service .wrap .sub_text {
	line-height: 1.5;
	letter-spacing: 1.4px;
	padding: 0 0 70px;
}
#service .wrap .fbox_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#service .wrap .fbox_wrap li {
	border: 1px solid #cdcdcd;
	text-align: left;
}
#service .wrap .fbox_wrap li a {
	display: inline-block;
	padding: 10px 10px 25px;
	color: #333;
	transition: all ease 0.3s;
}
#service .wrap .fbox_wrap li a:hover {
	opacity: 0.7;
}
#service .wrap .fbox_wrap li a img {
	width: 530px;
	height: auto;
}
#service .wrap .fbox_wrap li a h3 {
	padding: 25px 0 0;
}
#service .wrap .fbox_wrap li a h3 .large {
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	font-weight: 600;
	padding: 0 15px;
	display: inline-block;
}
#service .wrap .fbox_wrap li a h3 span {
	display: inline-block;
}


/*=============================
　　　 recruit
===============================*/
#recruit {
	position: relative;
	padding: 100px 0 0 0;
}
#recruit::before {
	content: "";
	position: absolute;
	top: 0;
    left: calc(50% - 700px);
	width: 52%;
	height: 140%;
	background: url("../images/img_decoration_triangle1.webp") no-repeat;
}
#recruit .wrap {
	width: 1200px;
	box-sizing: border-box;
	padding: 0 0 160px 0;
}
#recruit .wrap .wrap_inner {
	transform: translateX(48%);
}
#recruit .wrap .wrap_inner .headline_box {
	font-weight: 600;
	padding: 0 0 40px 0;
	margin: 0 0 55px 0;
}
#recruit .wrap .wrap_inner .headline_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/img_decoration_glayline_small.webp") no-repeat;
	background-size: cover;
	width: 31px;
	height: 5px;
}
#recruit .wrap .wrap_inner .headline_box p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 2.2px;
	padding: 0 0 8px 0;
}
#recruit .wrap .wrap_inner .headline_box h2 {
	font-weight: 600;
	letter-spacing: 3.0px;
}
#recruit .wrap .wrap_inner .text_box h3 {
	font-size: 43px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3.6px;
	padding: 0 0 50px 0;
}
#recruit .wrap .wrap_inner .text_box p {
	width: 635px;
	font-size: 18px;
	line-height: 2.6;
	letter-spacing: 2.0px;
	padding: 0 0 50px 0;
}

/*=============================
　　　 company
===============================*/

#company {
	padding: 60px 0 90px 0;
}
#company .wrap {
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1150px;
	border: 1px solid #999;
	border-radius: 35px;
	padding: 0 100px 70px;
	box-sizing: border-box;
}
#company .wrap .headline_box {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 0 60px 38px;
	margin: -20px 0 40px;
}
#company .wrap .headline_box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/img_decoration_glayline_big.webp") no-repeat;
	width: 90px;
	height: 5px;
}
#company .wrap .headline_box p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 58px;
	font-weight: 600;
	padding: 0 0 10px 0;
}
#company .wrap .headline_box h2 {
	font-weight: 600;
	letter-spacing: 3.0px;
}
#company .wrap .fbox_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
#company .wrap .fbox_wrap .company_left img {
	display: inline-block;
	width: 246px;
	height: auto;
}
#company .wrap .fbox_wrap .company_right h3 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1.2px;
	padding: 0 0 13px 0;
}
#company .wrap .fbox_wrap .company_right p {
	font-size: 20px;
	letter-spacing: 1.5px;
	line-height: 1.4;
	padding: 0 0 32px 0;
}
#company .wrap .fbox_wrap .company_right .fbox_wrap_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

