@charset "utf-8";

*,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

img {
	vertical-align: bottom;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #333;
}

ul {
	list-style-type: none;
}

header {
	background: #fff;
	padding: 16px 24px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	max-width: 1200px;
	margin: 0 auto;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 1;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
}

.logo img {
	height: 40px;
	align-items: center;
}

nav {
	display: flex;
	align-items: center;
	gap: 40px;
	white-space: nowrap;
}

.nav-list {
	display: flex;
	list-style: none;
	gap: 60px;
	margin: 0;
	padding: 0;
}

.nav-list a {
	font-weight: 600;
}

.nav-list a:hover {
	color: #0c6fe0;
}

/* メインイメージ */
.mv {
	margin-bottom: 50px;
	position: relative;
}

.mv-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.mv_catch {
  position: absolute;
  padding: 0 20px;
  left: 100px;
  bottom: 110px;
  text-align: center;
}

.sp {
	display: none;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

section {
	margin-bottom: 120px;
}

section h1 {
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	text-align: center;
}

.vision_txt {
	text-align: center;
	font-size: 20px;
}

.sub_title {
	text-align: center;
	margin-top: -1.2rem;
	margin-bottom: 70px;
}

/* swiper */
.vision-swiper {
	padding-top: 120px;
	/* position: relative; */
}

.swiper-wrapper {
	z-index: 0;
	display: flex;
	gap: 30px;
	transition-timing-function: linear;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.btn_01 {
	text-align: right;
	padding-top: 120px;
}

.btn_01:hover,
.btn_02:hover,
.btn03:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.business_list {
	width: 100%;
	margin-top: 70px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	padding: 0 10px;
	text-align: center;
}

.business_item {
	background-color: #fff;
	border: 1px solid #BFBDC1;
	padding: 30px 20px;
}

.business_item img {
	margin-bottom: 20px;
}

.business_topic {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0px;
	border-top: 1px solid #BFBDC1;
}

.business_txt {
	padding: 10px 0px;
}

.news {
	text-align: center;
}

.news_list {
	width: 500px;
	margin: 0 auto;
}

.news_day {
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 10px 5px;
}

.news_recruit {
	border-bottom: 1px solid #ccc;
	margin-left: 100px;
	padding: 10px 5px;
}

.news a {
	background-color: #2B5DA5;
	border-radius: 10px;
	color: #fff;
	margin: 0 20px;
	padding: 5px 15px;
	text-decoration: none;
}

.recruit {
	padding-bottom: 100px;
}

.recruit_img {
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.recruit_img:hover {
	transform: scale(1.1);
	transition: 0.8s;
}

.btn_02 {
	position: relative;
	text-align: right;
	margin-top: -80px;
}

footer {
	background-color: #2B5DA5;
	color: #fff;
	padding: 40px 0;
	min-height: 400px;
}

.footer-container {
	max-width: 1000px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.footer_list {
	display: flex;
}

.footer_list ul {
	margin-right: 20px;
}

.footer_list li {
	margin-bottom: 10px;
}

.footer_list a {
	color: #fff;
}

.footer_list a:hover {
	color: #0c6fe0;
}

.footer_info {
	padding-left: 20px;
}

.footer_info p {
	padding: 1px;
	font-size: 12px;
}

.footer_info img {
	margin-bottom: 5px;
}

.copyright {
	font-size: 14px;
	max-width: 1000px;
	margin: 120px auto 0px;
	text-align: right;
}

/* ここからprofile.htmlのcss */
.company {
	position: relative;
}

.company_img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.center_txt {
	position: absolute;
	top: 140px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.box-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box {
	width: 48%;
}

.box img {
	width: 100%;
}

.box span {
	font-size: 22px;
	font-weight: 700;
	margin-right: 20px;
}

.table01 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 40px;
}

.table01 th {
	text-align: left;
	border-bottom: 1px solid #0044CC;
}

.table01 td {
	border-bottom: 1px solid #837EB2;
}

.table01 th,
.table01 td {
	padding-bottom: 6px;
}

.table01 th {
	width: 20%;
}

.btn03 {
	margin-left: 20px;
}

.googlemap {
	margin-bottom: 100px;
}

.overview {
	margin-bottom: 0;
}

/* ここからemployee.htmlのcss */
.box01 {
	width: 30%;
	padding: 1%;
}

.box02 {
	width: 70%;
}

.box01 span {
	font-size: 22px;
	font-weight: 700;
	margin-right: 20px;
}

.box02 span {
	font-size: 22px;
	font-weight: 700;
}

.introduction {
	padding-top: 130px;
}

.introduction .box-area {
	padding-bottom: 100px;
}

.box-area:nth-child(2n) {
	flex-direction: row-reverse;
}

.box-area .box01:nth-child(2n) {
	padding-right: 10px;
}

/* ここからjob.htmlのcss */
.job_description {
	padding-top: 130px;
}

.job_description h3 {
	font-size: 26px;
	font-weight: 400;
	text-align: left;
}

.table02 {
	width: 100%;
	border-collapse: collapse;
}

.table02 th {
	width: 20%;
	background: #2B5DA5;
	color: white;
	font-weight: 400;
	border: solid 1px #fff;
	text-align: center;
	padding: 20px 10px;
}

.table02 td {
	border: solid 1px #2B5DA5;
	text-align: left;
	padding: 20px 10px;
}

/* contact.html */
.formtable {
	width: 100%;
}

.formtable th {
	text-align: left;
	border-bottom: dotted #0044CC 1px;
}

.formtable td {
	border-bottom: dotted #BFBDC1 1px;
}

.formtable th {
	width: 30%;
	padding: 1rem 0;
	font-weight: 400;
	text-align: left;
}

.formtable td {
	padding: 1rem 0rem;
}

.formtable span {
	background: #cd6f55;
	padding: 0 .8rem;
	color: #fff;
	margin-left: 0.8rem;
}

/* btn */
.btn {
	text-align: center;
	padding: 20px;
}

.btn input {
	display: inline-block;
	background: #eee;
	padding: .5em 4em;
	cursor: pointer;
	border: none;
	transition: all 0.2s;
}

.btn input:hover {
	opacity: 0.6;
}

header {
	max-width: 90%;
}

/* タブレットサイズ */
@media (max-width: 800px) {
	.vision-swiper {
		overflow-x: hidden;
	}

	img {
		width: 100%;
	}

	/* ナビゲーション */
	nav {
		position: fixed;
		top: 0px;
		left: 100%;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding-top: 140px;
		transition: 0.5s;
	}

	.nav-list {
		flex-direction: column;
		gap: 40px;
		height: 100%;
		margin: auto;
		overflow: auto;
	}

	.nav-list a {
		font-size: 30px;
	}

	.logo {
		z-index: 1;
	}

	.nav-button {
		width: 70px;
		height: 40px;
		margin-left: auto;
		position: relative;
		z-index: 1;
	}

	.nav-button span {
		width: 30px;
		height: 2px;
		background-color: #333;
		position: absolute;
		left: 20px;
	}

	.nav-button span:nth-child(1) {
		top: 10px;
	}

	.nav-button span:nth-child(2) {
		top: 22px;
	}

	.nav-button span:nth-child(3) {
		top: 34px;
	}

	.menu-open nav {
		left: 0px;
	}

	.menu-open .nav-button span:nth-child(1) {
		top: 23px;
		transform: rotate(315deg);
	}

	.menu-open .nav-button span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.menu-open .nav-button span:nth-child(3) {
		top: 23px;
		transform: rotate(-315deg);
	}

	.nav-button span {
		transition: 0.3s;
	}

	header {
		border-top-width: 5px;
	}

	.nav-button {
		right: -20px;
	}

	/* メインイメージ */
	.sp {
		display: inline;
	}

	.pc {
		display: none;
	}

	.mv_catch {
		left: 0px;
		width: 100%;
	}

	/* profile.htmlのcss */
	.box {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.table01 th,
	.table01 td {
		width: 100%;
		display: block;
	}

	.table01 th {
		width: 100%;
	}

	.table01 th,
	.table01 td {
		padding: 6px;
	}

	.btn03 {
		margin: 4px 0px;
	}

	.googlemap {
		width: 100%;
	}

	.box01,
	.box02 {
		width: 100%;
		margin-bottom: 20px;
	}

	.box01 {
		text-align: center;
	}

	/* フッター */
	/* footer {
		height: 600px;
	} */

	.footer-container {
		padding: 20px;
		display: block;
	}

	.footer_list {
		justify-content: center;
		align-items: start;
		margin-top: 60px;
	}

	.footer_list ul {
		margin-left: 10px;
	}

	.footer_list,
	.footer_info {
		flex-wrap: wrap;
	}

	.footer_info {
		padding-top: 10px;
		padding-right: 106px;
	}

	.copyright {
		margin: 40px 10px auto 0px;
	}

	/* ボタン画像 */
	img {
		width: auto;
		height: auto;
	}

	.btn_01 img,
	.btn_02 img {
		max-width: 140px;
	}


}

@media (max-width: 600px) {
	.vision-swiper {
		overflow-x: hidden;
	}

	/* index.html */
	section {
		margin-bottom: 50px;
	}

	.vision_txt {
		font-size: 14px;
	}

	.swiper-wrapper {
		gap: 10px;
	}

	.business_list {
		display: block;
	}

	.business_item {
		margin: 30px 0px;
	}

	.news_list {
		width: 100%;
		font-size: 14px;
	}

	.news_day {
		padding: 10px 4px;
	}

	.news_recruit {
		padding: 10px;
	}

	.news a {
		border-radius: 8px;
		margin: 0 10px;
		padding: 4px 6px;
	}

	/* contact.html */
	.formtable th,
	.formtable td {
		width: 100%;
		display: block;
	}

	.formtable th {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
	}

	.formtable td {
		padding-top: 0;
	}

	.btn_01,
	.btn_02 {
		margin-top: -50px;
	}

	.footer_list li {
		font-size: 14px;
	}

}