@charset "UTF-8";

/* =================================================
	Reset（改訂前のコードをそのまま適応）
================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}



body.win {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body.mac {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}

table th,
table td {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #666;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

a img {
  border: none;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}
.resize {
    max-width: 100%;
    width: 100%;
    height: auto;
}



.resize {
    max-width: 100%;
    width: 100%;
    height: auto;
}
img:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.common-inner{
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 1100px) {
 .common-inner{
	width:94%;
}
}

@media screen and (max-width: 1000px) {
 .common-inner{
	width:90%;
}
}
/* =================================================
	style（ここからcssを記述）
================================================= */
header{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
}
/* ヘッダー */
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header.fixed-header {
    padding-bottom: 0;
  }
}

header.fixed-header .header-lower {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  header.fixed-header .header-lower {
    margin-top: 0;
  }
}

header .header-inner {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
  margin-top: 10px;
padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  header .header-inner {
    margin-top: 0;
	padding-bottom: 0;
  }
}

header .header-inner .header-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
header .header-inner .header-upper {
    height: 74px;
  }
}

@media screen and (max-width: 1000px) {
header .header-inner .header-upper .header-logo {
    margin-left: 20px;
  }
}
header .header-inner .header-upper .header-logo a img {
  width: 410px;
}

@media screen and (max-width: 550px) {
  header .header-inner .header-upper .header-logo a img {
    width: 80%;
  }
}

header .header-inner .header-upper .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  header .header-inner .header-upper .header-contact {
    display: none;
  }
}

header .header-inner .header-upper .header-contact .header-contact-text a {
  text-decoration: none;
}

header .header-inner .header-upper .header-contact form {
  display: inline-block;
  margin-left: 18px;
}

header .header-inner .header-upper .header-contact form .header_search {
  position: relative;
  display: block;
}

header .header-inner .header-upper .header-contact form .header_search::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 999;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../../top-hd/images/magnifying-glass.png) center center/cover no-repeat;
  content: "";
}

header .header-inner .header-upper .header-contact form .header_search input {
  width: 186px;
  height: 26px;
  padding: 2px 20px 2px 10px;
  border: 1px solid #bbb;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.1;
}








header .header-inner .header-upper .header-contact .header-eng-btn a {
  text-decoration: none;
}

header .header-inner .header-upper .header-contact .header-eng-btn a .header-global-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
}

header .header-inner .header-upper .header-contact .header-eng-btn a .header-global-btn img {
  width: 17px;
  height: auto;
}

header .header-inner .header-upper .header-contact .header-eng-btn a .header-global-btn p {
  margin-left: 6px;
}

header .header-inner .header-upper .drawer-icon {
  margin-right: 20px;
  z-index: 300;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

@media screen and (max-width: 1000px) {
  header .header-inner .header-upper .drawer-icon {
    display: block;
  }
}

header .header-inner .header-upper .drawer-icon .drawer-icon-bars {
  width: 34px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}

header .header-inner .header-upper .drawer-icon .drawer-icon-bars .drawer-icon-bar1,
header .header-inner .header-upper .drawer-icon .drawer-icon-bars .drawer-icon-bar2,
header .header-inner .header-upper .drawer-icon .drawer-icon-bars .drawer-icon-bar3 {
  position: absolute;
  width: 34px;
  height: 2px;
  background: #222;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .header-inner .header-upper .drawer-icon .drawer-icon-bars .drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header-inner .header-upper .drawer-icon .drawer-icon-bars .drawer-icon-bar2 {
  top: 8px;
}

header .header-inner .header-upper .drawer-icon .drawer-icon-bars .drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header-inner .header-upper .drawer-icon.is-active .drawer-icon-bars .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 8px;
  left: 0;
}

header .header-inner .header-upper .drawer-icon.is-active .drawer-icon-bars .drawer-icon-bar2 {
  display: none;
}

header .header-inner .header-upper .drawer-icon.is-active .drawer-icon-bars .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 8px;
  left: 0;
}

header .header-inner .header-upper .drawer-icon .drawer-icon-text {
  color: #222;
  font-size: 8px;
  font-weight: 400;
  margin-top: 5px;
  white-space: nowrap;
}

header .header-inner .header-upper .drawer-icon .drawer-icon-text.is-active {
  display: none;
}

header .header-inner .header-upper .drawer-nav-contents {
  width: 100%;
  height: auto;
  position: fixed;
  top: 74px;
  right: 0;
  background: #fff;
  z-index: 299;
  font-weight: 400;
  display: none;
}

header .header-inner .header-upper .drawer-nav-contents.is-active {
  display: block;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content {
  border-bottom: 1px dotted #dddddd;
  padding: 20px;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-item-link {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-item-link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  content: "＋";
  width: 14px;
  color: #1169b3;
  font-weight: 600;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-item-link.is-open::after {
  content: "ー";
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-subitems {
  display: none;
  margin-top: 20px;
  margin-left: 10px;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-subitems .drawer-nav-subitem a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(45 / 14);
  width: 100%;
  display: block;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact {
  color: #666;
  font-size: 14px;
  padding: 20px;
	margin-bottom: 130px;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-contact-text {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-contact-text a {
  text-decoration: none;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact form {
  display: block;
  margin: 24px auto 0;
  width: 500px;
  max-width: 90%;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact form .header_search {
  position: relative;
  display: block;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact form .header_search::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../../top-hd/images/magnifying-glass.png) center center/cover no-repeat;
  content: "";
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact form .header_search input {
  height: 40px;
  padding: 2px 10px;
  border: 1px solid #bbb;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.1;
  width: 100%;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-eng-btn {
  margin-top: 20px;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-eng-btn a {
  text-decoration: none;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-eng-btn a .drawer-global-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-eng-btn a .drawer-global-btn img {
  width: 17px;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-contact .drawer-eng-btn a .drawer-global-btn p {
  margin-left: 6px;
}

header .header-inner .header-lower {
  margin: 15px auto 0;
  width: inherit;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  header .header-inner .header-lower {
    width: fit-content;
  }
}

@media screen and (max-width: 1000px) {
  header .header-inner .header-lower {
    display: none;
  }
}

header .header-inner .header-lower .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  header .header-inner .header-lower .header-nav {
    justify-content: space-around;
	font-size: 13px;
}
}

header .header-inner .header-lower .header-nav .header-nav-item {
  position: relative;
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-item-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: calc(17 / 14);
  white-space: nowrap;
  z-index: 15;
  padding-bottom: 21px;
  margin-bottom: -16px;
}
@media screen and (max-width: 1350px) {
header .header-inner .header-lower .header-nav .header-nav-item .header-nav-item-link{
    padding-left: 22px;
    padding-right: 22px;
  }
}
header .header-inner .header-lower .header-nav .header-nav-item .header-nav-item-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #1169b3;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-item-link:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems {
  display: none;
  background: #fff;
  font-weight: 600;
  line-height: calc(45 / 14);
  z-index: 10;
  padding: 20px 0;
  margin-top: 16px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #222;
}

@media screen and (max-width: 1350px) {
  header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems {
    padding: 18px 12px 10px;
  }
}

@media screen and (max-width: 1100px) {
  header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems {
    padding: 14px 8px 8px;
  }
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a {
  text-decoration: none;
  padding: 0 15px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a {
  padding: 0;
	  font-size: 12px;
}
}
@media screen and (max-width: 1100px) {
  header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a {
    font-size: 11px;
  }
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a p {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a p::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1169b3;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a:hover p::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

header .header-inner .header-lower .header-nav .header-nav-item:hover .header-nav-subitems {
  display: block;
  opacity: 1;
  position: absolute;
  -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
  animation: fadeIn 0.3s ease-in 0s forwards;
  /* ヘッダーの小メニューのフェードイン条件 */
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}


/* メインボックス */
.main_box{
	display: flex;
	max-width: 1480px;
    margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 116px;
}
@media screen and (max-width: 1100px) {
.main_box {
    display: block;
	margin-top: 116px;

}
}
@media screen and (max-width: 1000px) {
.main_box {
	margin-top: 74px;
}
}

/* 近鉄グループ情報 */
.information {
 	width:50%;
	padding-left:25px;
	box-sizing: border-box;
}
.information .information-contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.information .information-contents .information-content {
    width:calc(100%/3);
	position: relative;
	height: 300px;
	}
.information .information-contents a.information-content:hover {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.information .information-contents .information-content span{
	position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	color:#fff;
	font-size:17px;
	font-weight: 600;
	width: 100%;
    text-align: center;
	letter-spacing: .03em;
}

.information .information-contents .information-content:nth-child(1){
	background: url(../../top-hd/images/group_ghd.png) #006ebc center bottom 20px;
 background-size: 180px;
    background-repeat: no-repeat;

}
.information .information-contents .information-content:nth-child(2){
	background: linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_transportation.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;

}
.information .information-contents .information-content:nth-child(3){
	background: linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_realestate.jpg) center top;
	background-size: cover;
	background-repeat: no-repeat;

}
.information .information-contents .information-content:nth-child(4){
	background: linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_logistics.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;

}
.information .information-contents .information-content:nth-child(5){
	background: linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_distribution.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;

}
.information .information-contents .information-content:nth-child(6){
	background: linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_hotel.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1480px) {

.information .information-contents .information-content:nth-child(1){
	background: url(../../top-hd/images/group_ghd.png) #006ebc center bottom 30px;
 	background-size: 170px;
    background-repeat: no-repeat;
}
}
@media screen and (max-width: 1200px) {
.information .information-contents .information-content span{
	font-size:15px;
	}
.information .information-contents .information-content:nth-child(1){
	background: url(../../top-hd/images/group_ghd.png) #006ebc center bottom 35px;
 	background-size: 150px;
    background-repeat: no-repeat;
}
}
@media screen and (max-width: 1100px) {
.information {
 	width:100%;
	padding-left:0;
	margin-bottom:50px;
}
.information .information-contents .information-content {
    height: 250px;

}

.information .information-contents .information-content:nth-child(1) {
    background: url(../../top-hd/images/group_ghd_smp.png) #006ebc center;
    background-size: 192px;
    background-repeat: no-repeat;
}
.information .information-contents .information-content:nth-child(2){
	background:  linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_transportation_smp.jpg) center;
	background-size: cover;

}
.information .information-contents .information-content:nth-child(3){
	background:  linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_realestate_smp.jpg)  right top;
	background-size: cover;

}
.information .information-contents .information-content:nth-child(4){
	background:  linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_logistics_smp.jpg) center;
	background-size: cover;

}
.information .information-contents .information-content:nth-child(5){
	background:  linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_distribution_smp.jpg) center;
	background-size: cover;

}
.information .information-contents .information-content:nth-child(6){
	background:  linear-gradient(0deg,rgb(0 0 0 /50%), rgb(255 255 255 / 0%)40%),url(../../top-hd/images/group_hotel_smp.jpg) center;
	background-size: cover;
}


}
@media screen and (max-width: 640px) {
.information .information-contents .information-content:nth-child(1) {
    background: url(../../top-hd/images/group_ghd_smp.png) #006ebc center;
    background-size: 130px;
    background-repeat: no-repeat;
}
}




/* ニュースリリース・お知らせ */
.news {
  width: 46%;
    padding: 0 20px;
    margin: 0 auto 50px;
	margin-bottom: 10px;
 background: #ffffff8c;

}

.news .news-inner {
  width: 100%;

  /* panel */
}
@media screen and (max-width: 1100px) {
.news {
 	width:78%;
	padding:40px 30px;
	margin:0 auto 50px;
	box-shadow: 1px 0px 5px 1px #465c6940;
 background: #ffffffc2;
}
}
@media screen and (max-width: 1000px) {
.information .information-contents .information-content {
    width: calc(100%/2);
    height: 270px;
}
}
@media screen and (max-width: 640px){
.information .information-contents .information-content {
    height: 160px;
}
}
/*-------------------------------------------
お知らせ共通
-------------------------------------------*/
.news .news-inner .news-box {
	border-top: 1px solid #ccc;
    padding-top: 25px;
}
.news .news-inner .news-box .news-box-top {
	display: flex;
	justify-content: space-between;
	margin-bottom:20px;
}
.news .news-inner .news-box .news-box-top .news-box-title {
	font-size: 18px;
	font-weight: 600;
}
.news .news-inner .news-box .news-box-top .news-box-detail {
  font-size: 14px;
}
.news .news-inner .news-box .news-box-top .news-box-detail a {
  text-decoration: none;
}

.news .news-inner dl dt {
  font-size: 10px;
}
.news .news-inner .news-box dl dt::after {
  margin-left: 10px;
  color: #fff;
  width: 84px;
  height: 17px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
}


.news .news-inner .news-box dd {
  padding: 0 0 0 165px;
  margin: -19px 0 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(24 / 14);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-inner .news-box dd a {
  text-decoration: none;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1100px) {
.news .news-inner .news-box:first-child {
    border-top: none;
    padding-top: 0;
	}
.news .news-inner .news-box dd {
	overflow: initial;
	display: block;
	}
.news .news-inner .news-box .news-box-top {
    align-items: center;
}
.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #333;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}
}
@media screen and (max-width: 1000px) {
.news .news-inner .news-box dd {
    padding: 0;
	margin: 10px 0 20px 0;
    display: block;
	font-size: 13px;
	}
.news .news-inner dl dt {
    font-size: 11px;
}
.news .news-inner dl dt span{
    font-size: 12px;
}
}

/*-------------------------------------------
お知らせ上
-------------------------------------------*/
.news .news-inner .news-box1 {

}
.news .news-inner .news-box1 .news-box1-bottom dl dt.icon_info::after {
  content: "お知らせ";
  background: #1169b3;
}
.news .news-inner .news-box1 .news-box1-bottom dl dt.icon_disclosure::after {
  content: "適時開示";
  background: #e24951;
}
/*-------------------------------------------
お知らせ下
-------------------------------------------*/
.news .news-inner .news-box2_inc {

}
.news .news-inner .news-box2_inc .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
	background: #c6c6c64a;
}
@media screen and (max-width: 1480px) {
.news .news-inner .news-box2_inc .tabs {
  font-size: 12px;
}
}
@media screen and (max-width: 1100px) {
.news .news-inner .news-box2_inc .tabs {
  font-size: 13px;
}
}
.news .news-inner .news-box2_inc .tabs li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
	padding:5px 6px;
}

.news .news-inner .news-box2_inc .tabs li.tab-active {
  font-weight: 600;
}

.news .news-inner .news-box2_inc .tabs li.tab-active a {
  color: #fff;
}

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_all {
  font-weight: 500;
}

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_all a {
  color: #333;
}

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_transportation {
  background: #1169b3;
}

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_realestate {
  background: #007032;
}

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_distribution {
  background: #7c4896;
}

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_hotel {
  background: #ec5995;
  background: #FF7300
}

.news .news-inner .news-box2_inc .tabs li a {
  text-decoration: none;
}

.news .news-inner .news-box2_inc .list_news {
  width: 80%;
 display: none;
  margin-top: 36px;
}

@media screen and (max-width: 1000px) {
.news .news-inner .news-box2_inc .list_news {
    width: 100%;
    margin-left: 0;
	margin-top: 0;
  }
.news .news-inner .news-box2_inc .tabs {
    display: none;
}
}




.news .news-inner .news-box2_inc .list_news.panel-active {
  display: block;
}
.news .news-inner .news-box2_inc .list_news dl dt.icon_transportation::after {
  content: "運輸";
  background: #1169b3;
}
.news .news-inner .news-box2_inc .list_news dl dt.icon_hotel::after {
  content: "ホテル・レジャー";
  background: #ec5995;
  background: #FF7300;
  font-size: 10px;
}
.news .news-inner .news-box2_inc .list_news dl dt.icon_realestate::after {
  content: "不動産";
  background: #007032;
}
.news .news-inner .news-box2_inc .list_news dl dt.icon_distribution::after {
  content: "流通";
  background: #7c4896;
}
.news .news-inner .news-box2_inc .list_news dl dt.icon_other::after {
  content: "その他";
  background: #9e9e9e;
}

/* brdg0119 */
.news .news-inner .news-box1_inc {

}
.news .news-inner .news-box1_inc .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
	background: #c6c6c64a;
}
@media screen and (max-width: 1480px) {
.news .news-inner .news-box1_inc .tabs {
  font-size: 12px;
}
}
@media screen and (max-width: 1100px) {
.news .news-inner .news-box1_inc .tabs {
  font-size: 13px;
}
}
.news .news-inner .news-box1_inc .tabs li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
	padding:5px 6px;
}

.news .news-inner .news-box1_inc .tabs li.tab-active {
  font-weight: 600;
}

.news .news-inner .news-box1_inc .tabs li.tab-active a {
  color: #fff;
}

.news .news-inner .news-box1_inc .tabs li.tab-active#tab_hd_all {
  font-weight: 500;
}

.news .news-inner .news-box1_inc .tabs li.tab-active#tab_hd_all a {
  color: #333;
}

.news .news-inner .news-box1_inc .tabs li.tab-active#tab_hd_info {
  background: #1169b3;
}

.news .news-inner .news-box1_inc .tabs li.tab-active#tab_hd_stock {
  background: #007032;
}

.news .news-inner .news-box1_inc .tabs li.tab-active#tab_hd_ir {
  background: #dd2a37;
}

.news .news-inner .news-box1_inc .tabs li a {
  text-decoration: none;
}

.news .news-inner .news-box1_inc .list_news {
  width: 80%;
 display: none;
  margin-top: 36px;
}

@media screen and (max-width: 1000px) {
.news .news-inner .news-box1_inc .list_news {
    width: 100%;
    margin-left: 0;
	margin-top: 0;
  }
.news .news-inner .news-box1_inc .tabs {
    display: none;
}
}

.news .news-inner .news-box1_inc .list_news.panel-active {
  display: block;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_info::after {
  content: "お知らせ";
  background: #1169b3;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_ir::after {
  content: "IR説明";
  background: #dd2a37;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_csr::after {
  content: "CSR";
  background: #dd2a37;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_settle::after {
  content: "決算";
  background: #dd2a37;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_disclosure::after {
  content: "適時開示";
  background: #dd2a37;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_stock::after {
  content: "お知らせ";
  background: #007032;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_transportation::after {
  content: "運輸";
  background: #1169b3;
}

/* 20260331 add ADKN */
.news .news-inner .news-box1_inc .list_news dl dt.icon_gsm::after {
  content: "株主総会";
  background: #007032;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_benefits::after {
  content: "株主優待";
  background: #007032;
}
.news .news-inner .news-box1_inc .list_news dl dt.icon_stockother::after {
  content: "その他";
  background: #007032;
}


/* / brdg0119 */





/* トピックス */
.topics {
	padding-bottom: 45px;
}
.section-title-parent{
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
	margin-bottom:5px;
}
.topics .topics-title {
  color: #ccc;
	font-size:36px;
	font-weight: 500;
}
.topics .topics-btn {

}

.topics .topics-btn a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}





.topics .topics-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 auto;
}

.topics .topics-contents a {
	width: 25%;
	text-decoration: none;
	background: #fff;
	box-shadow: 3px 3px 4px 1px #65656542;
	display: block;
	margin-right: 10px;
}
.topics .topics-contents a:last-child {
	margin-right: 0;
}


.topics .topics-contents a .topics-content-under {
  height: 80px;
  font-weight: 500;
  padding: 15px;
}

.topics .topics-contents a .topics-content-under .topics-content-date {
  font-size: 12px;
  line-height: calc(20 / 12);
  color: #888888;
}

.topics .topics-contents a .topics-content-under .topics-content-text {
  font-size: 13px;
  line-height: calc(19 / 13);
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
.section-title-parent {
    margin-bottom: 15px;
}
.topics .topics-contents {
    flex-wrap: wrap;
}
.topics .topics-contents a {
    margin-right: 4%;
    width: 48%;
	margin-bottom:4%;
}
.topics .topics-contents a:nth-child(2n) {
    margin-right: 0;
}

}





.banner{
	margin-bottom:20px;
}

/* バナーエリア1 */
.banner .banner-area1 {
	margin-bottom:45px;
}
.banner .banner-area1 .banner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 auto;
}
.banner .banner-area1 a{
	text-decoration: none;
	width: calc(100%/3);
	margin-right:2%;
}
.banner .banner-area1 a:last-child {
	margin-right:0;
}
/* バナーエリア2 */
.banner .banner-area2 {
}
.banner .banner-area2 .banner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 auto;
}
.banner .banner-area2 a{
	text-decoration: none;
	width: calc(100%/4);
	margin-right:2%;
}
.banner .banner-area2 a:last-child {
	margin-right:0;
}


@media screen and (max-width: 1000px) {
.banner{
	margin-bottom:40px;
}
.banner .banner-area1 {
    margin-bottom: 50px;
}
.banner .banner-area1 .banner-contents {
	flex-wrap: wrap;
}
.banner .banner-area1 a{
	text-decoration: none;
	width: 75%;
	margin-right:0;
	margin:0 auto 15px;
}
.banner .banner-area1 a:last-child {
	margin-right:0;
	margin:0 auto;
}
.banner .banner-area2 .banner-contents {
  flex-wrap: wrap;
}
.banner .banner-area2 a{
	width: 100%;
	margin-right:0;
	margin:0 auto 15px;
}


}




/* フッター */
footer{
 	padding-bottom:50px;
}
footer .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 auto;
}
footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-left .footer-lower-content a {
  text-decoration: none;
  font-size: 13px;
}
footer .footer-left .footer-lower-content:nth-child(n + 2) {
  margin-left: 30px;
}

footer .footer-right .footer-copyright {
  font-size: 10px;
}
@media screen and (max-width: 1000px) {
footer{
 	padding-bottom:30px;
}
footer .footer-contents {
    display: initial;
	}
footer .footer-left {
    justify-content: center;
	margin-bottom:25px;
	display: block;
	text-align: center;

}
footer .footer-left .footer-lower-content{
    padding: 6px;
}
footer .footer-left .footer-lower-content:nth-child(n + 2) {
    margin-left: 0;
}
footer .footer-left .footer-lower-content a {
    text-decoration:underline;
}
footer .footer-right {
    justify-content: center;
	text-align: center;
}
footer .footer-right .footer-copyright {
    font-size: 11px;
}
}

/* to-top */
.to-top a {
  position: fixed;
  bottom: 100px;
  right: 30px;
  font-size: 24px;
  background: #e3edf7;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
}

.to-top a i {
  color: #1169b3;
}

@media screen and (max-width: 1000px) {
  .to-top a {
    bottom: 30px;
  }
}




/*PCナビ行間調整*/
header .header-inner .header-lower .header-nav .header-nav-item:hover .header-nav-subitems {
  line-height: 1.8;
}

header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a p::after {
  bottom: 0px;
}

/*Smpナビ行間調整*/
header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-subitems .drawer-nav-subitem a {
  line-height: 2.6;
}

/*アコーディオン内調整*/
a.drawer-nav-main-item {
  text-decoration: none;
  display: block;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  position: relative;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-item-link::after {
  top: 8px;
}

header .header-inner .header-upper .drawer-nav-contents {
  height: 93vh;
  box-sizing: border-box;
  overflow-y: scroll;
}

header .header-inner .header-upper .drawer-nav-contents .drawer-nav-content .drawer-nav-item-link {
  width: 40px;
  right: -10px;
  height: 34px;
  top: -23px;
  float: right;
}




/*20220808追加*/

.news .news-inner .news-box2_inc .tabs li.tab-active#tab_logistics {
  background: #333333;
}
.news .news-inner .news-box2_inc .list_news dl dt.icon_logistics::after {
  content: "国際物流";
  background: #333333;

}
.bg{
     background-image: url(../../top-hd/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: top;
}



