@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	color: #222222;
	line-height: 1.3;
	background-color: #ffffff;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	text-align: center;
	font-size: 3.4rem;
	color: #ffffff;
	font-weight: 700;
}
h2 {
	width: 100%;
	font-size: 9.6rem;
	font-weight: 900;
	margin-bottom:70px;
}
img {
	display: block;
}


.sub-header {
	padding: 15px 0;
	background-color: #e40065;
}
header.top-img {
	background: no-repeat center/cover url("../images/top_image.jpg");
	padding-bottom: 65px;
}
.container {
	width: 1440px;
	margin: 0 auto;
}
.factory .inner, .selection .inner {
	width: 1200px;
	margin: 0 auto;
}


nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	font-size: 1.7rem;
	margin: 0 auto;
	padding: 30px 0 10px;;
}
.header-logo img {
	width: 216px;
	height: 50px;
}
.header-logo a:hover {
	opacity: 0.6;
	transition: 0.25s ease-out;
}
nav ul {
	display: flex;
}
nav li {
	margin-left: 60px;
}
nav li a {
	color: #ffffff;
	text-decoration: underline;
}
nav li a:hover {
	color: #e40065;
	text-decoration: none;
	transition: all 0.25s ease-out;
}
#fixed-header, .common-header {
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
#fixed-header {
	position: fixed;
	top: -90px;
	transition: 0.5s ease-out;
	z-index: 9999;
}
#fixed-header.is-show {
	top: 0;
}
#fixed-header nav, .common-header nav {
	padding-top: 20px;
}
#fixed-header nav li a, .common-header nav li a {
	color: #222222;
}
#fixed-header li a:hover, .common-header li a:hover {
	color: #888888;
}


.text-content {
	color: #ffffff;
	margin-top: 70px;
}
.container.text-content {
	display: flex;
	flex-wrap: wrap;
}
ul.left {
	margin-right: 300px;
}
.text-content.container li {
	font-size: 6.4rem;
	font-weight: 700;
}
ul.left li {
	margin-bottom: 20px;
}
ul.left li:nth-of-type(3) {
	margin-bottom: 35px;
}
ul.left li:last-of-type {
	font-size: 1.4rem;
	font-weight: 400;
}
ul.right li:nth-of-type(2), ul.right li:nth-of-type(4), ul.right li:nth-of-type(5) {
	font-size: 5.0rem;
	margin-top: 20px;
	padding-left: 10px;
}
ul.right li:nth-of-type(2)::before, ul.right li:nth-of-type(4)::before, ul.right li:nth-of-type(5)::before {
	content: "・"
}
ul.right li:nth-of-type(3), ul.right li:last-of-type {
	font-size: 3.0rem;
	font-weight: 500;
	margin-top: 0;
	padding-left: 70px;
}


section .title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 30px;
}
section .title img {
	width: auto;
	height: 50px;
	margin-right: 20px;
}
.case-studies ul, .factory ul {
	display: flex;
	justify-content: space-between;
}
.case-studies dl, .factory li p {
	text-align: center;
	padding: 15px 0 20px;
}


section.case-studies {
	padding: 80px 0 120px;
}
.case-studies li {
	width: 234px;
	background: #f7f7f7;
}
.case-studies li img {
	width: 100%;
	height: 175px;
}
.case-studies dt {
	font-weight: 600;
	margin-bottom: 10px;
}
.case-studies dd {
	font-size: 1.3rem;
}


section.factory {
	background: #292929 no-repeat center/cover url("../images/warehouse/back_factory.jpg");
	padding: 40px 0 60px;
}
section.factory .title {
	color: #ffffff;
}
.factory li {
	width: 360px;
	background: rgba(255,255,255,0.1);
}
.factory li img {
	width: 100%;
	height: 270px;
}
.factory li p {
	font-size: 1.4rem;
	color: #ffffff;
}


section.selection {
	padding: 70px 0 90px;
}
section.selection .title {
	text-align: center;
	font-size: 4.8rem;
	font-weight: 800;
}
.selection .wrapper {
	display: flex;
	justify-content: space-between;
	background: #f7f7f7;
	padding: 30px 120px;
}
.selection li {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.selection ul li:last-of-type {
	margin-bottom: 0;
}
.checkbox {
	width: 42px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #666666;
	margin-right: 20px;
}
.check {
	position: absolute;
	width: 52px;
	height: 56px;
	left: -5px;
	bottom: -3px;
}


.contact-top {
	background: #100964;
	padding: 25px 0;
}
.contact-end {
	background: #f7f7f7;
	padding: 60px 0;
}
.contact-top a, .contact-end a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 80px;
	font-size: 3.6rem;
	color: #ffffff;
	font-weight: 500;
	border-radius: 40px;
	margin: 0 auto;
}
.contact-top a {
	border: 2px solid #ffffff;
}
.contact-end a {
	background: #100964;
	border: 2px solid #100964;
}
.contact-top a img, .contact-end a img {
	width: 54px;
	height: 40px;
	margin: 0 10px 0 40px;
}
.contact-top a:hover, .contact-end a:hover {
	text-decoration: none;
	background: #e40065;
	border-color: #e40065;
	transition: all 0.25s ease-out;
}


footer {
	text-align: center;
	color: #ffffff;
}
.address {
	background: #100964;
	padding: 20px 0;
}
.address dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.copyright {
	height: 30px;
	line-height: 30px;
	background: #e40065;
}


body.common-page {
	display: grid;
	grid-template-rows: auto 1fr auto;
}
.main {
	padding-top: 60px;
}

.profile .title {
	margin-bottom: 60px;
}
.profile .wrapper {
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 120px;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 70px;
	row-gap: 40px;
	font-size: 1.8rem;
}


section.contact, section.recruit {
	padding-bottom: 60px;
}
.contact p:first-of-type, .recruit p:first-of-type {
	text-align: center;
}


section.recruit .title img {
	width: auto;
	height: 60px;
	margin-right: 20px;
}


.mailform {
	width: fit-content;
	margin: 30px auto 0;
}
.form_must {
	margin-bottom: 2px;
}
.form_must span {
	display: inline-block;
	font-size: 1.2rem;
	color: #ff0000;
	margin-left: 1em;
}
.form_must span::before {
	content: "※";
}
.cts {
	margin-bottom: 15px;
}
.mailform div:nth-of-type(10) {
	margin-bottom: 30px;
}
.mailform .cts input[type="text"] {
	width: 300px;
	padding: 3px;
}
textarea {
	width: 700px;
	height: 150px;
}
.mailform .cts input[type="text"], textarea {
	border: 1px solid #999999;
}
.cts label {
	margin-right: 30px;
}
.cts label:last-of-type {
	margin-right: 5px;
}
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearande: none;
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	border-radius: 50%;
	vertical-align: -3px;
	margin-right: 4px;
}
input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0066ff;
}
.submit_area {
	display: flex;
	justify-content: center;
	padding: 20px 0 20px;
}
input.confirmation_btn {
	background: #100964;
	border: 0;
}


a.back {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #64799d;
	margin: 0 auto;
}
input.confirmation_btn, a.back {
	width: 320px;
	height: 60px;
	font-size: 1.8rem;
	color: #ffffff;
}
a.back:hover, input.confirmation_btn:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.25s ease-out;
}
input[type="radio"]:hover, input.confirmation_btn:hover {
	cursor: pointer;
}
