@charset "UTF-8";
/* CSS Document */
/* base */

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.line {
	width: 30px;
	background-color: #0000;
	justify-content: center;
	margin: 0 auto;
    margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
    font-size: 2.0em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #1162AF;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #1162AF;
    text-align: center;
}

.text_1{
    line-height: 2.0em;
    letter-spacing: 0.4em;
}

/*ヘッダー*/
.header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 20px;
    background: rgb(255, 255, 255);
}

.logo {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.logo img {
    display: inline-block;
    margin-bottom: 5px;
}

/*メイン*/

.main {
    position: relative;
}

.topimage img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    z-index: -1;
}

.message img {
    position: absolute;
    right: 0;
    margin-right: 40px;
    margin-top: -180px;
    max-width: 50px;
}

/*ビジョン*/

.vision {
    text-align: center;
    margin-top: 60px;
}

/*ロジスティック*/

.logi{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.logi img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 60px;
}

/*イラスト*/

.illust img{
    display: block;
    margin: auto;
	margin-bottom: 60px;
    width: 450px;
    height: auto;
}

/*システム*/

.sysytm{
    position: relative;
    margin-bottom: 60px;
}

.system img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    z-index: -1;
}

.message-2 img {
    position: absolute;
    left: 0;
    margin-left: 40px;
    margin-top: -450px;
    max-width: 50px;
    z-index: 0;
}

/* systeminfo */
.systeminfo{
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.systemblock{
    margin-top: 60px;
    margin-left: 20px;
    margin-right:20px;
}

.systemlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.systemabout{
    display: block;
    margin: auto;
	height: 40px;
	object-fit: cover;
	border-radius: 5px;
}
.blue-text{
    margin-top: 20px;
}
.system-text{
    text-align: center;
    line-height: 2.0em;
}

/* group */
.groupimage img{
    margin-top: 100px;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.group{
    background-color: rgb(225, 225, 225);
    text-align: center;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Link */

.button001 a {
    background: #E9C51E;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #1162AF;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/* footer */
.info{
    font-size: 2.0em;
    margin-bottom: 40px;
}
.footer{
	background-color: #1162AF;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: white;
}

.contactmessage{
    margin-top: 40px;
    font-size: 1.3em;
}

.button002 a {
    background: #E9C51E;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.0em;
}
.button002 a:hover {
    background: #c4c4c4;
    color: #FFF;
}
.button002 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
    border-color: #FFF;
}
.copyright{
	margin-top: 100px;
	margin-bottom:  20px;
	font-size: 1.2rem;
}

/* 会社概要ページ */

.company{
	background: #1162AF;
}
.company-inner{
	height: 80px;
	display: flex;
	align-items: center;
	background: #ffffff
}
.company-title{
	width: 100%;
	height: auto;
}
.company-title img{
	height: 30px;
	width: auto;
	vertical-align: bottom;
	margin-left: 20px;
}
.to-top{
	display: flex;
	margin-left: auto;
	margin-right: 20px;
	color: #ffffff;
	background-color: #E9C51E;
	border-radius: 5px;
	width: 100px;
	height: 30px;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2rem;
}
.to-top:hover {
    color: #ffffff;
    background-color: #1162AF;
    cursor: pointer;
	transform: scale(0.9, 0.9);
	transition: 1s;
}

/* 会社概要テーブル */
  table {
	margin: 40px auto;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP',sans-serif;
	line-height: 2.2rem;
  }
  .table-company th {
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	background-color: #00528c;
  }
  .table-company td {
 	border: solid 1px #ccc;
	color: #ffffff;
	padding: 10px;
  }
   
  @media screen and (max-width: 767px) {
	.company-inner{
		height: 80px;
		display: flex;
		align-items: center;
		background: #ffffff
	}
	.company-title{
		vertical-align: bottom;
		margin-left: 10px;
	}
	.last td:last-child {
	  border-bottom: solid 1px #ccc;
	  width: 100%;
	}
	.table-company {
	  width: 80%;
	}
	.table-company th,
	.table-company td {
	border-bottom: none;
	display: block;
	width: 100%;
	}
  }
  .copyright-2{
	position: fixed;
	width: 100%;
	bottom: 1%;
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
}