@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;
}

/* section-title（共通） */
.section-title-parent {
  text-align: center;
}

.section-title-parent .section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(48 / 28);
  position: relative;
  display: block;
}

.section-title-parent .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  display: inline-block;
  width: 40px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #0468b5;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .section-title-parent .section-title {
    font-size: 5vw;
  }
.information .section-title-parent .section-title::after {
		display: none;
	}
}
.resize {
    max-width: 100%;
    width: 100%;
    height: auto;
}
img:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* =================================================
	style（ここからcssを記述）
================================================= */

/* ヘッダー */
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  padding-bottom: 20px;
}

@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;
}

@media screen and (max-width: 1000px) {
  header .header-inner {
    margin-top: 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: 40px auto 0;
  width: inherit;
  max-width: 100%;
}

@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;
}

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;
}

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 18px 10px;
  }
}

@media screen and (max-width: 1100px) {
  header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems {
    padding: 14px 14px 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: 1100px) {
  header .header-inner .header-lower .header-nav .header-nav-item .header-nav-subitems .header-nav-subitem a {
    font-size: 12px;
  }
}

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;
  }
}

/*header .header-inner .drawer-nav-background {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}

header .header-inner .drawer-nav-background.is-active {
  display: block;
}*/

/* トップビューセクション（スライダー） */
.top-slider {
  max-width: 1920px;
  margin: 16px auto 0;
}

@media screen and (max-width: 1000px) {

  .top-slider {
    margin-top: 0;
  }

}

@media screen and (max-width: 640px) {
  .top-slider {
    display: none;

  }

}

.top-slider .top-slider-img img {
  width: 100%;
}

.top-slider .top-slider-img img:hover {
  opacity: 1;
}

.top-slider .slick-dots {
  bottom: -40px;
}

.top-slider .slick-dots li button::before {
  font-size: 50px;
  color: #fff;
  -webkit-text-stroke: 1px #0468b5;
  opacity: 1;
}

.top-slider .slick-dots li.slick-active button::before {
  color: #0468b5;
}

.slide-animation {
  -webkit-animation: fadeIn 2s 0s forwards;
  animation: fadeIn 2s 0s forwards;
}

.sp-top-visual {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-top-visual {
    display: block;
  }
}


.sp-top-visual img {
  width: 100%;
}

/* 近鉄グループ情報 */
.information {
  max-width: 1920px;
  margin: 100px auto;
}

@media screen and (max-width: 640px) {
  .information {
    margin: 20px auto 40px;
  }
}

.information .information-inner .information-contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .information .information-inner .information-contents {
    margin-top: 20px;
  }
}

.information .information-inner .information-contents .information-content {
  width: 20%;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
.information .information-inner .information-contents .information-content {
    width: 33.3333%;
	margin-bottom: 30px;
	}
}
@media screen and (max-width: 640px) {
.information .information-inner .information-contents .information-content {
    width: 50%;
	}
}
@media screen and (max-width: 640px) {
  .information .information-inner .information-contents .information-content {
    width: 50%;
	margin-bottom: 0px;
  }

  .information .information-inner .information-contents .information-content:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.information .information-inner .information-contents .information-content .information-content-img img {
  width: 100%;
}

.information .information-inner .information-contents .information-content .information-content-txt {
  text-align: center;
  font-size: 16px;
  line-height: calc(31 / 18);
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: 20px;
}

.information .information-inner .information-contents .information-content .information-content-txt span {
  color: #1169b3;
  margin-left: 5px;
}

@media screen and (max-width: 1100px) {
  .information .information-inner .information-contents .information-content .information-content-txt {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 640px) {
  .information .information-inner .information-contents .information-content .information-content-txt {
    font-size: 2.5vw;
  }
}

/* ニュースリリース・お知らせ */
.news {
  margin: 80px auto 0;
  background: url(../../top-hd/images/news-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  width: 100%;
  max-width: 1920px;
}

.news .news-inner {
  width: 100%;
  /* panel */
}

.news .news-inner .news-box1 {
  background: #fff;
  width: 87%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box1 {
    display: block;
    padding: 40px 15px;
  }
}

.news .news-inner .news-box1 .news-box1-left {
  width: 20%;
  font-weight: 600;
}

.news .news-inner .news-box1 .news-box1-left .news-box1-left-title {
  font-size: 16px;
}

.news .news-inner .news-box1 .news-box1-left .news-box1-left-detail {
  font-size: 14px;
  margin-top: 18px;
}

.news .news-inner .news-box1 .news-box1-left .news-box1-left-detail a {
  text-decoration: none;
}

.news .news-inner .news-box1 .news-box1-left .news-box1-left-detail a span {
  margin-left: 5px;
  color: #0468b5;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box1 .news-box1-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .news .news-inner .news-box1 .news-box1-left .news-box1-left-detail {
    margin-top: 0;
  }
}

.news .news-inner .news-box1 .news-box1-right {
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box1 .news-box1-right {
    width: 100%;
  }
}

.news .news-inner .news-box1 .news-box1-right dl dt {
  font-size: 12px;
}

.news .news-inner .news-box1 .news-box1-right dl dt::after {
  margin-left: 30px;
  color: #fff;
  width: 70px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

.news .news-inner .news-box1 .news-box1-right dl dt.icon_info::after {
  content: "お知らせ";
  background: #1169b3;
}

.news .news-inner .news-box1 .news-box1-right dl dt.icon_disclosure::after {
  content: "適時開示";
  background: #e24951;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box1 .news-box1-right dl dt {
    margin-top: 40px;
  }
}

.news .news-inner .news-box1 .news-box1-right dd {
  padding: 0 0 0 200px;
  margin: -22px 0 30px;
  font-size: 14px;
  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-box1 .news-box1-right dd a {
  text-decoration: none;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box1 .news-box1-right dd {
    padding: 0;
    margin: 20px 0 0;
  }
}

.news .news-inner .news-box2_inc {
  background: #fff;
  width: 87%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 85px;
  padding: 40px 30px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc {
    display: block;
    padding: 40px 15px;
	  
    margin-top: 30px;
  }
}

.news .news-inner .news-box2_inc .news-box2-left {
  width: 20%;
  font-weight: 600;
}

.news .news-inner .news-box2_inc .news-box2-left .news-box2-left-title {
  font-size: 16px;
}

.news .news-inner .news-box2_inc .news-box2-left .news-box2-left-detail {
  font-size: 14px;
  margin-top: 18px;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc .news-box2-left .news-box2-left-detail {
    margin-top: 0;
  }
}

.news .news-inner .news-box2_inc .news-box2-left .news-box2-left-detail a {
  text-decoration: none;
}

.news .news-inner .news-box2_inc .news-box2-left .news-box2-left-detail a span {
  margin-left: 5px;
  color: #0468b5;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc .news-box2-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .news .news-inner .news-box2_inc .news-box2-left .news-box1-left-detail {
    margin-top: 0;
  }
}

.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: 16px;
  font-weight: 500;
  line-height: 50px;
  border-bottom: 1px solid #0570c2;
  height: 50px;
  margin-left: 20%;
  margin-top: -50px;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc .tabs {
    display: none;
  }
}

.news .news-inner .news-box2_inc .tabs li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.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;
}

.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;
  margin-left: 20%;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc .list_news {
    width: 100%;
    margin-left: 0;
  }
}

.news .news-inner .news-box2_inc .list_news.panel-active {
  display: block;
}

.news .news-inner .news-box2_inc .list_news dl dt {
  font-size: 12px;
}

.news .news-inner .news-box2_inc .list_news dl dt::after {
  margin-left: 30px;
  color: #fff;
  width: 90px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

.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;
  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;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc .list_news dl dt {
    margin-top: 40px;
  }
}

.news .news-inner .news-box2_inc .list_news dd {
  padding: 0 0 0 230px;
  margin: -22px 0 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14);
}

.news .news-inner .news-box2_inc .list_news dd a {
  text-decoration: none;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1000px) {
  .news .news-inner .news-box2_inc .list_news dd {
    padding: 0;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.news {
	margin: 50px auto 0;
	padding: 50px 0;
}
}

/* トピックス */
.topics {
  background: url(../../top-hd/images/harukasu.jpg);
  background-position: right 50% bottom 40%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .topics {
    background: none;
    padding: 0 0 60px;
  }
}

.topics .topics-inner .section-title-parent {
  background: none;
}

@media screen and (max-width: 640px) {
  .topics .topics-inner .section-title-parent {
    background: url(../../top-hd/images/harukasu_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 74px;
  }
}

.topics .topics-inner .topics-title {
  color: #fff;
}

.topics .topics-inner .topics-title::after {
  background: #fff;
}

.topics .topics-inner .topics-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  max-width: 97%;
}

.topics .topics-inner .topics-contents .topics-content {
  width: 230px;
  background: #fff;
}

.topics .topics-inner .topics-contents .topics-content:nth-child(n + 2) {
  margin-left: 18px;
}

.topics .topics-inner .topics-contents .topics-content a {
  text-decoration: none;
}

.topics .topics-inner .topics-contents .topics-content a .topics-content-img img {
  width: 100%;
}

.topics .topics-inner .topics-contents .topics-content a .topics-content-under-img {
  height: 80px;
  font-weight: 500;
  padding: 15px;
}

.topics .topics-inner .topics-contents .topics-content a .topics-content-under-img .topics-content-date {
  font-size: 12px;
  line-height: calc(20 / 12);
  color: #888888;
}

.topics .topics-inner .topics-contents .topics-content a .topics-content-under-img .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: 640px) {
  .topics .topics-inner .topics-contents {
    display: block;
    margin-top: 30px;
  }

  .topics .topics-inner .topics-contents .topics-content {
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    margin-top: 35px;
  }

  .topics .topics-inner .topics-contents .topics-content:nth-child(n + 2) {
    margin-left: auto;
  }

  .topics .topics-inner .topics-contents .topics-content a .topics-content-under-img {
    height: auto;
  }

  .topics .topics-inner .topics-contents .topics-content a .topics-content-under-img .topics-content-date {
    font-size: 17px;
    line-height: calc(29 / 17);
  }
}

.topics .topics-inner .topics-btn {
  text-align: center;
  margin-top: 60px;
}

.topics .topics-inner .topics-btn a {
  text-decoration: none;
  color: #333;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #1169b3;
  font-size: 14px;
  line-height: calc(24 / 14);
  font-weight: 500;
}

@media screen and (max-width: 640px) {
.topics .topics-inner .topics-btn {
  margin-top: 40px;
}
  .topics .topics-inner .topics-btn a {
    display: block;
    width: 90%;
    height: 54px;
    line-height: 54px;
    padding: 0;
    letter-spacing: 0.04em;
    margin: 0 auto;
  }
}

.topics .topics-inner .topics-btn a span {
  color: #0468b5;
  margin-left: 10px;
}

/* バナーエリア1 */
.banner-area1 {
  background: #f8f8f8;
  max-width: 1920px;
  margin: 0 auto;

	text-align: center;
}

.banner-area1 .banner-area1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 65px 0;

	width:90%;
}
.banner-area1 a {
	width : 32%;
	margin-right:1%;
	max-width: 330px;
	background:#0952a1;
	display: inline-block;
	color:#fff;
	padding:20px;
	text-decoration: none;
	font-size:18px;
	box-sizing: border-box;
}
.banner-area1 a:last-child{
	margin-right:0;
}

@media screen and (max-width: 1000px) {
	.banner-area1 a {
    font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
  .banner-area1 .banner-area1-inner {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
/*.banner-area1 a:last-child img{
	margin-right:auto;
}
  .banner-area1 a img {
    width: 70%;
	   display: block;
	  margin:2% auto 4%;
  }*/
.banner-area1 a {
    width: 100%;
	margin-right: 0;
	margin-bottom:10px;
	}

	
}

/* バナーエリア2 */
.banner-area2 {
  border-bottom: 1px solid #dddddd;
}

.banner-area2 .banner-area2-inner {
  padding: 65px 10px;
  width: calc(300px * 3 + 28px * 3);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*@media screen and (max-width: 1150px) {
  .banner-area2 .banner-area2-inner {
    width: calc(250px * 3 + 14px * 3);
  }
}*/

@media screen and (max-width: 1000px) {
  .banner-area2 .banner-area2-inner {
    max-width: 95%;
  }
}

@media screen and (max-width: 1000px) {
  .banner-area2 .banner-area2-inner {
    display: block;
    width: 90%;
    padding: 60px 0;
  }
}

.banner-area2 .banner-area2-inner::after {
  content: "";
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 0;
}

@media screen and (max-width: 1150px) {
  .banner-area2 .banner-area2-inner::after {
    width: 250px;
  }
}

@media screen and (max-width: 1150px) {
  .banner-area2 .banner-area2-inner::after {
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .banner-area2 .banner-area2-inner::after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .banner-area2 .banner-area2-inner .banner-area2-img {
    width: 60%;
    margin: 0 auto;
  }

  .banner-area2 .banner-area2-inner .banner-area2-img:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .banner-area2 .banner-area2-inner .banner-area2-img {
    width: 90%;
  }
}

/*.banner-area2 .banner-area2-inner .banner-area2-img:nth-child(n + 4) {
  margin-top: 32px;
}*/

.banner-area2 .banner-area2-inner .banner-area2-img img {
  width: 220px;
    height: 77px;
}

/*@media screen and (max-width: 1150px) {
  .banner-area2 .banner-area2-inner .banner-area2-img img {
    width: 250px;
    height: 83px;
  }
}*/

@media screen and (max-width: 1000px) {
  .banner-area2 .banner-area2-inner .banner-area2-img img {
    width: 100%;
    height: auto;
  }
}

/* フッター */
footer .footer-inner {
  padding: 50px 0;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

footer .footer-inner .footer-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-inner .footer-link-group .footer-links {
  width: 23%;
}

footer .footer-inner .footer-link-group .footer-links .footer-link .footer-link-title {
  font-size: 15px;
  font-weight: 600;
  line-height: calc(34 / 14);
  letter-spacing: 0.04em;
  text-decoration: none;
  width: 100%;
  display: block;
}

footer .footer-inner .footer-link-group .footer-links .footer-link .footer-link-contents {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
}

footer .footer-inner .footer-link-group .footer-links .footer-link .footer-link-contents .footer-link-content {
  line-height: calc(32 / 13);
  letter-spacing: 0.04em;
}

footer .footer-inner .footer-link-group .footer-links .footer-link .footer-link-contents .footer-link-content a {
  text-decoration: none;
  width: 100%;
  display: block;
}

footer .footer-inner .footer-link-group .footer-links .footer-link:nth-child(n + 2) {
  margin-top: 30px;
}

footer .footer-inner .footer-link-group .footer-links:nth-child(n + 2) {
  margin-left: 2%;
}

@media screen and (max-width: 1000px) {
  footer .footer-inner .footer-link-group {
    display: none;
  }
}

footer .footer-inner .drawer-nav-contents {
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 299;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  footer .footer-inner .drawer-nav-contents {
    display: block;
    margin-bottom: 50px;
  }
}

footer .footer-inner .drawer-nav-contents .drawer-nav-content {
  border-bottom: 1px dotted #dddddd;
  padding: 20px;
}

footer .footer-inner .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;
}

footer .footer-inner .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;
}

footer .footer-inner .drawer-nav-contents .drawer-nav-content .drawer-nav-item-link.is-open::after {
  content: "ー";
}

footer .footer-inner .drawer-nav-contents .drawer-nav-content .drawer-nav-subitems {
  display: none;
  margin-top: 20px;
  margin-left: 10px;
}

footer .footer-inner .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;
}

@media screen and (max-width: 1000px) {
  footer .footer-inner {
    padding-top: 0;
  }
}

footer .footer-lower {
  background: #1169b3;
  color: #fff;
}

footer .footer-lower .footer-lower-inner {
  width: 980px;
  max-width: 95%;
  height: 100px;
  margin: 0 auto;
  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-weight: 400;
  line-height: calc(32 / 13);
  letter-spacing: 0.04em;
}

/*footer .footer-lower .footer-lower-inner .footer-lower-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-lower .footer-lower-inner .footer-lower-left .footer-lower-content a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

footer .footer-lower .footer-lower-inner .footer-lower-left .footer-lower-content:nth-child(n + 2) {
  margin-left: 30px;
}*/

footer .footer-lower .footer-lower-inner .footer-lower-right .footer-copyright {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  footer .footer-lower .footer-lower-inner {
    display: block;
    height: auto;
    padding: 20px 0;
    max-width: 100%;
  }
/*
  footer .footer-lower .footer-lower-inner .footer-lower-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .footer-lower .footer-lower-inner .footer-lower-left .footer-lower-content {
    margin: 0 30px;
  }*/

  footer .footer-lower .footer-lower-inner .footer-lower-right {
    text-align: center;
   /* margin: 26px auto 0;*/
    max-width: 100%;
  }
}

/* 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;
}

/*フッター調整*/

footer .footer-inner .footer-link-group .footer-links .footer-link .footer-link-contents .footer_lh{
	line-height: 1.4;
	padding:6px 0 6px 0;
}
@media screen and (max-width: 1000px) {
  footer .footer-inner {
    padding: 0;
  }
}





