@charset "UTF-8";
/* SP版の左右余白調整 */
/****************************************/
/*******************************************************************************
*
* </top/css/top.css>
*
*******************************************************************************/
/*=========================================
メインビジュアル
=========================================*/
.tp_mv {
  width: 100%;
  height: 500px;
  margin-top: 11px;
  background: #edf1f2;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .tp_mv {
    width: 100%;
    height: auto;
    /*position:static;*/
    overflow: auto;
    margin-top: 45px;
    background: none;
  }
}

.tp_mv_img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1800px;
  height: 500px;
  margin-left: -900px;
}
@media only screen and (max-width: 640px) {
  .tp_mv_img {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .tp_mv_img_img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.tp_mv_icon {
  position: absolute;
  padding-bottom: 22px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .tp_mv_icon {
    padding-bottom: 44px;
  }
}
.tp_mv_icon_list {
  display: flex;
  justify-content: flex-end;
  width: 950px;
  margin: 0 auto 0;
}
@media only screen and (max-width: 640px) {
  .tp_mv_icon_list {
    width: calc(100% - 32px);
  }
}
.tp_mv_icon_listItem:nth-child(n+2) {
  margin-left: 22px;
}
.tp_mv_icon_img {
  display: block;
  width: 62px;
  height: auto;
}

/*=========================================
運行情報
=========================================*/
.tp_traininfo {
  width: 100%;
  min-height: 46px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 640px) {
  .tp_traininfo {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 32px;
  }
}

.ticker {
  width: 950px;
  min-height: 46px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .ticker {
    width: 100%;
    display: block;
    min-height: auto;
  }
}
.ticker h3 {
  width: 147px;
  height: calc(100% + 20px);
  background: #005176;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .ticker h3 {
    width: 100%;
    height: auto;
    margin-top: -23px;
    position: static;
    font-size: 0.9rem;
  }
}
.ticker h3 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  /*
  &::before {
  	position:absolute;
  	content:"";
  	width:100%;
  	height:20px;
  	bottom:100%;
  	left:0;
  	background:$c_darkblue_01;
  	
  	@include sp {
  		display:none;
  	}
  }
  */
}
.ticker h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .ticker h3 a {
    padding: 12px 0;
  }
}
.ticker ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 147px;
  width: 100%;
  height: auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ticker ul li {
  margin-bottom: 5px;
  font-size: 0.8rem;
  width: 100%;
}
.ticker ul li :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) {
  .ticker ul li {
    width: 620px;
  }
}
.ticker ul li p {
  padding-left: 32px;
  background: url(/common/template/img/tp_pc_icon_rightarrow_single_blue.png) no-repeat;
  background-size: 5px 9px;
  background-position: 18px 5px;
}
@media only screen and (max-width: 640px) {
  .ticker ul li p {
    padding-left: 22px;
    background-position: 10px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .ticker ul {
    width: 100%;
    height: auto;
    border: 1px solid #c6d2d7;
    border-top: none;
    padding: 10px 18px 10px 0;
  }
}

.tp_traininfo .delayCertificate {
  height: calc(100% - 10px);
}
.tp_traininfo .delayCertificate a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
}
.tp_traininfo .delayCertificate a::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
}
.tp_traininfo .delayCertificate.normal {
  border: 2px solid #0074a9;
}
.tp_traininfo .delayCertificate.normal a {
  color: #0074a9;
}
.tp_traininfo .delayCertificate.normal a::after {
  border-right: 6px solid #0074a9;
  border-bottom: 6px solid #0074a9;
}
.tp_traininfo .delayCertificate.active {
  border: 2px solid #cc0000;
  background-color: #cc0000;
}
.tp_traininfo .delayCertificate.active a {
  color: #ffffff;
}
.tp_traininfo .delayCertificate.active a::after {
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
}

@media only screen and (min-width: 641px) {
  .tp_traininfo .delayCertificate {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 0;
  }
  .tp_traininfo .delayCertificate a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 100%;
  }
  .tp_traininfo .delayCertificate a::before {
    position: absolute;
    content: "";
    width: 140%;
    height: 100%;
    top: 0;
    right: 120%;
    transform: skewX(-20deg);
    transition-duration: .3s;
  }
  .tp_traininfo .delayCertificate.normal a::before {
    background-color: #f2fbff;
  }
  .tp_traininfo .delayCertificate.active a::before {
    background-color: #e51414;
  }
  .tp_traininfo .delayCertificate a::after {
    right: 5px;
    bottom: 5px;
  }
  .tp_traininfo .delayCertificate a:hover {
    text-decoration: underline;
  }
  .tp_traininfo .delayCertificate a:hover::before {
    right: -15%;
  }
  .tp_traininfo .delayCertificate a:hover::after {
    right: 4px;
    bottom: 4px;
  }
  .tp_traininfo .delayCertificate a span {
    position: relative;
    z-index: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .tp_traininfo .delayCertificate {
    margin: 5px 0;
  }
  .tp_traininfo .delayCertificate a {
    display: block;
    padding: 5px 0;
    text-align: center;
  }
  .tp_traininfo .delayCertificate a:after {
    right: 5px;
    bottom: 10px;
  }
}
/*=========================================
お知らせ枠
=========================================*/
.tp_info {
  width: 100%;
  height: auto;
  background: url(/top/img/tp_info_bg.png) no-repeat center center;
  background-color: #edf4f7;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .tp_info {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

/*=========================================
スライダー
=========================================*/
.tp_slider_w {
  width: 1060px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .tp_slider_w {
    width: 100%;
  }
}

.tp_slider {
  width: 950px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .tp_slider {
    width: 100%;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .tp_slider_li {
    left: 15vw;
  }
}

.tp_slider_li_item {
  width: 300px !important;
  height: 165px;
  margin-right: 25px;
}
@media only screen and (max-width: 640px) {
  .tp_slider_li_item {
    width: 70vw !important;
    height: 38.5vw;
  }
}

.tp_slider_li_item_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tp_slider_li_item_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #fff;
}
@media only screen and (max-width: 640px) {
  .tp_slider_li_item_link img {
    width: 100%;
    height: auto;
  }
}

.bx-wrapper {
  position: relative;
}

.bx-prev {
  position: absolute;
  top: 62px;
  left: -55px;
  width: 40px;
  height: 40px;
  background: url(/top/img/tp_pc_icon_rightarrow_half_white.png) no-repeat center center;
  background-size: 17px 13px;
  background-color: #0074a9;
  transform: scale(-1, 1);
}
.bx-prev:hover {
  background-image: url(/top/img/tp_pc_icon_rightarrow_half_blue.png);
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .bx-prev {
    left: 0;
    top: auto;
    bottom: -13px;
  }
}

.bx-next {
  position: absolute;
  top: 62px;
  right: -55px;
  width: 40px;
  height: 40px;
  background: url(/top/img/tp_pc_icon_rightarrow_half_white.png) no-repeat center center;
  background-size: 17px 13px;
  background-color: #0074a9;
}
.bx-next:hover {
  background-image: url(/top/img/tp_pc_icon_rightarrow_half_blue.png);
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .bx-next {
    right: 0;
    top: auto;
    bottom: -13px;
  }
}

.bx-pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 17px;
}
@media only screen and (max-width: 640px) {
  .bx-pager {
    margin-top: 24px;
  }
}

.bx-pager-item {
  display: flex;
  align-items: center;
}

.bx-pager-link {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 50%;
  background: #bcbcbc;
  text-indent: -9999px;
  border: 2px solid transparent;
}
.bx-pager-link.active {
  border: 2px solid #0074a9;
  background: none;
  box-sizing: content-box;
}
@media only screen and (max-width: 640px) {
  .bx-pager-link {
    margin: 0 6px;
  }
}

/*=========================================
お知らせ枠その2
=========================================*/
.tp_info2_w {
  width: 950px;
  height: auto;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    margin: 18px auto 0;
    display: block;
  }
}

.tp_info2_w_info {
  width: 467px;
  height: 417px;
  padding: 15px 16px;
  border-top: 3px solid #0074a9;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_info {
    width: 100%;
  }
}

.tp_info2_w_other {
  width: 467px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_other {
    width: 100%;
    margin-top: 35px;
  }
}

/* お知らせ枠その2 ************************/
.tp_info2_w_info_inc {
  margin-bottom: 26px;
  padding-bottom: 25px;
  border-bottom: 2px solid #d4d6d6;
}

.tp_info2_w_info_w {
  width: 100%;
  height: 387px;
  padding-right: 18px;
  overflow-y: auto;
  scrollbar-track-color: #f0f1f2;
  scrollbar-base-color: #a5bcc7;
  scrollbar-arrow-color: #a5bcc7;
  scrollbar-shadow-color: #a5bcc7;
}
.tp_info2_w_info_w::-webkit-scrollbar {
  width: 8px;
}
.tp_info2_w_info_w::-webkit-scrollbar-track {
  background: #f0f1f2;
  border-radius: 4px;
}
.tp_info2_w_info_w::-webkit-scrollbar-thumb {
  background: #a5bcc7;
  border-radius: 4px;
  box-shadow: none;
}

.tp_info2_w_info_h-info {
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_info_h-info {
    text-align: left;
    font-size: 1.2rem;
  }
}

.tp_info2_w_info_h-new {
  padding: 0 0 10px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_info_h-new {
    text-align: left;
    font-size: 1.2rem;
  }
}

.tp_info2_w_info_h-new_link {
  position: absolute;
  right: 0;
  top: 26px;
  width: 9em;
  height: auto;
  background: #edf2f5;
  border: 1px solid #d6e1e5;
  font-size: 0.8rem;
  color: #000;
  text-decoration: none;
  padding: 5px 18px 5px 0;
  line-height: 1;
  text-align: center;
}
.tp_info2_w_info_h-new_link::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 5px;
  border-top: 1px solid #0074a9;
  border-bottom: 1px solid #0074a9;
}
.tp_info2_w_info_h-new_link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 1px;
  background: #0074a9;
}

.tp_info2_w_info_w dl.news, .tp_info2_w_info_w dl.menu {
  width: 100%;
  height: auto;
}
.tp_info2_w_info_w dl.news dt, .tp_info2_w_info_w dl.menu dt {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 15px;
}
.tp_info2_w_info_w dl.news dt:first-of-type, .tp_info2_w_info_w dl.menu dt:first-of-type {
  margin-top: 0;
}
.tp_info2_w_info_w dl.news dd, .tp_info2_w_info_w dl.menu dd {
  margin-top: 4px;
}
.tp_info2_w_info_w dl.news dd p, .tp_info2_w_info_w dl.menu dd p {
  display: block;
  padding-left: 12px;
  background: url(/common/template/img/tp_pc_icon_rightarrow_single_blue.png) no-repeat;
  background-size: 5px 9px;
  background-position: 0 5px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.tp_info2_w_info_w dl.news dd p img.pdf, .tp_info2_w_info_w dl.menu dd p img.pdf {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

/* お知らせ枠その2の右側ボタン類 ************************/
.tp_info2_w_other_li {
  width: 100%;
  height: 417px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_other_li {
    height: auto;
  }
}

.tp_info2_w_other_li_item {
  width: 232px;
  height: 207px;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_other_li_item {
    width: calc(50% - 2px);
    height: auto;
    margin-bottom: 4px;
  }
}
.tp_info2_w_other_li_item:nth-of-type(3) img {
  margin-bottom: 0;
}
.tp_info2_w_other_li_item:nth-of-type(4) img {
  margin-bottom: 0;
}

.tp_info2_w_other_li_item_link {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.tp_info2_w_other_li_item_link::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 140%;
  height: 100%;
  background: #f7fafb;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: .3s;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_other_li_item_link::before {
    display: none;
  }
}
.tp_info2_w_other_li_item_link:hover::before {
  right: -20%;
}
.tp_info2_w_other_li_item_link::after {
  position: absolute;
  content: "";
  z-index: 5;
  width: 12px;
  height: 12px;
  right: 5px;
  bottom: 5px;
  background: url(/common/template/img/tp_pc_icon_rightdownarrow_single_blue.png) no-repeat left top;
  background-size: 12px 12px;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_other_li_item_link {
    padding: 10px 5px;
    min-height: 162px;
    align-content: center;
    font-size: 0.8rem;
  }
}
.tp_info2_w_other_li_item_link img {
  margin-top: 33px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 640px) {
  .tp_info2_w_other_li_item_link img {
    width: 60%;
    height: auto;
    margin-top: 0;
    margin-bottom: 7px;
  }
}
.tp_info2_w_other_li_item_link span {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
}

/*=========================================
コンテンツメニュー
=========================================*/
.tp_contents {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .tp_contents {
    width: 100%;
  }
}

.tp_contents_h {
  text-align: center;
  margin-top: 84px;
  font-family: arial, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  color: #00618e;
}
@media only screen and (max-width: 640px) {
  .tp_contents_h {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin: 40px auto 0;
    font-size: 1.8rem;
  }
}

.tp_contents_w_li {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li {
    margin-top: 15px;
    display: block;
  }
}

.tp_contents_w_li_item {
  width: 300px;
  height: auto;
  padding-bottom: 18px;
  background: #e5eff3;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item {
    width: 100%;
    padding-bottom: 55px;
  }
}

.tp_contents_w_li_item_h {
  width: 100%;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: normal;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_h {
    height: 36vw;
    background-size: cover !important;
    justify-content: flex-start;
    padding-left: 16px;
  }
}
.tp_contents_w_li_item_h.kanko {
  background: url(/top/img/tp_contents_w_li_ttl-kanko.png) no-repeat left top;
  background-size: 300px 108px;
}
.tp_contents_w_li_item_h.minna {
  background: url(/top/img/tp_contents_w_li_ttl-minna.png) no-repeat left top;
  background-size: 300px 108px;
}
.tp_contents_w_li_item_h.company {
  background: url(/top/img/tp_contents_w_li_ttl-company.png) no-repeat left top;
  background-size: 300px 108px;
}

.tp_contents_w_li_item_kanko_li {
  width: 100%;
  height: 246px;
  margin-top: 18px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_kanko_li {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin: 18px auto 0;
    padding: 0;
  }
}

.tp_contents_w_li_item_kanko_li_item {
  width: calc(100% / 3 - 3px);
  height: calc(100% / 3 - 3px);
  margin-right: 3px;
  margin-bottom: 3px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_kanko_li_item {
    height: auto;
    min-height: calc(80vw / 3 - 3px);
  }
}
.tp_contents_w_li_item_kanko_li_item:nth-of-type(3n) {
  margin-right: 0;
}
.tp_contents_w_li_item_kanko_li_item:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

.tp_contents_w_li_item_kanko_li_item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tp_contents_w_li_item_kanko_li_item_link span {
  z-index: 2;
}
.tp_contents_w_li_item_kanko_li_item_link::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 140%;
  height: 100%;
  background: #f7fafb;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: .3s;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_kanko_li_item_link::before {
    display: none;
  }
}
.tp_contents_w_li_item_kanko_li_item_link:hover::before {
  right: -20%;
}
.tp_contents_w_li_item_kanko_li_item_link::after {
  position: absolute;
  content: "";
  z-index: 5;
  width: 9px;
  height: 9px;
  right: 3px;
  bottom: 3px;
  background: url(/common/template/img/tp_pc_icon_rightdownarrow_single_blue_s.png) no-repeat left top;
  background-size: 9px 9px;
}

.tp_contents_w_li_item_minna_li {
  width: 100%;
  height: 246px;
  margin-top: 18px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_minna_li {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin: 18px auto 0;
    padding: 0;
  }
}

.tp_contents_w_li_item_minna_li_item {
  width: calc(50% - 3px);
  height: calc(50% - 3px);
  margin-right: 3px;
  margin-bottom: 3px;
  background: #fff;
  /*
  &:nth-last-of-type(-n+2) {
  	margin-bottom:0;
  }
  */
}
.tp_contents_w_li_item_minna_li_item.w100per {
  width: calc(100% - 3px);
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_minna_li_item {
    height: auto;
    min-height: calc(80vw / 3 - 3px);
  }
}
.tp_contents_w_li_item_minna_li_item:nth-of-type(2n) {
  margin-right: 0;
}

.tp_contents_w_li_item_minna_li_item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tp_contents_w_li_item_minna_li_item_link span {
  z-index: 2;
}
.tp_contents_w_li_item_minna_li_item_link::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 140%;
  height: 100%;
  background: #f7fafb;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: .3s;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_minna_li_item_link::before {
    display: none;
  }
}
.tp_contents_w_li_item_minna_li_item_link:hover::before {
  right: -20%;
}
.tp_contents_w_li_item_minna_li_item_link::after {
  position: absolute;
  content: "";
  z-index: 5;
  width: 9px;
  height: 9px;
  right: 3px;
  bottom: 3px;
  background: url(/top/img/tp_pc_icon_rightdownarrow_single_blue_s.png) no-repeat left top;
  background-size: 9px 9px;
}

.tp_contents_w_li_item_company_li {
  width: 100%;
  height: 246px;
  margin-top: 18px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_company_li {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin: 18px auto 0;
    padding: 0;
  }
}

.tp_contents_w_li_item_company_li_item {
  width: calc(50% - 3px);
  height: calc(100% / 3 - 3px);
  margin-right: 3px;
  margin-bottom: 3px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_company_li_item {
    height: auto;
    min-height: calc(80vw / 3 - 3px);
  }
}
.tp_contents_w_li_item_company_li_item:nth-of-type(2n) {
  margin-right: 0;
}
.tp_contents_w_li_item_company_li_item:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.tp_contents_w_li_item_company_li_item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tp_contents_w_li_item_company_li_item_link span {
  z-index: 2;
}
.tp_contents_w_li_item_company_li_item_link::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 140%;
  height: 100%;
  background: #f7fafb;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: .3s;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_item_company_li_item_link::before {
    display: none;
  }
}
.tp_contents_w_li_item_company_li_item_link:hover::before {
  right: -20%;
}
.tp_contents_w_li_item_company_li_item_link::after {
  position: absolute;
  content: "";
  z-index: 5;
  width: 9px;
  height: 9px;
  right: 3px;
  bottom: 3px;
  background: url(/top/img/tp_pc_icon_rightdownarrow_single_blue_s.png) no-repeat left top;
  background-size: 9px 9px;
}

.tp_contents_w_li_ar_dl {
  width: 100%;
  background: #f5f7f7;
  margin-top: 70px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .tp_contents_w_li_ar_dl {
    display: none;
  }
}

.tp_contents_w_li_ar_dl-banner {
  width: 158px;
  height: 39px;
}

.tp_contents_w_li_ar_dl-text {
  width: calc(100% - 170px);
  font-size: 0.8rem;
}

.tp_contents_w_li_ar_dl-text_link {
  padding-right: 14px;
  background: url(/common/template/img/tp_pc_icon_link_blank.png) no-repeat right center;
  background-size: 11px 10px;
}

/*=========================================
フッタースライダー
=========================================*/
.tp_footerslider {
  width: 100%;
  height: auto;
  background: #d9e5ea;
  margin-top: 60px;
  padding: 36px 0;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider {
    margin-top: 0;
    background: #fff;
  }
}

.tp_footerslider_w {
  width: 1060px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_w {
    width: 100%;
  }
}

.tp_footerslider_w_inner {
  width: 950px;
  height: auto;
  margin: 0 auto;
}
.tp_footerslider_w_inner .bx-prev {
  position: absolute;
  top: 9px;
  left: -55px;
  width: 40px;
  height: 40px;
  background: url(/common/template/img/tp_pc_icon_rightarrow_half_white.png) no-repeat center center;
  background-size: 17px 13px;
  background-color: #0074a9;
  transform: scale(-1, 1);
}
.tp_footerslider_w_inner .bx-prev:hover {
  background-image: url(/top/img/tp_pc_icon_rightarrow_half_blue.png);
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_w_inner .bx-prev {
    left: 0;
    top: auto;
    bottom: -13px;
  }
}
.tp_footerslider_w_inner .bx-next {
  position: absolute;
  top: 9px;
  right: -55px;
  width: 40px;
  height: 40px;
  background: url(/common/template/img/tp_pc_icon_rightarrow_half_white.png) no-repeat center center;
  background-size: 17px 13px;
  background-color: #0074a9;
}
.tp_footerslider_w_inner .bx-next:hover {
  background-image: url(/top/img/tp_pc_icon_rightarrow_half_blue.png);
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_w_inner .bx-next {
    right: 0;
    top: auto;
    bottom: -13px;
  }
}
.tp_footerslider_w_inner .bx-pager {
  display: none;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_w_inner .bx-pager {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_w_inner {
    width: 100%;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .tp_footerslider_li {
    left: 15vw;
  }
}

.tp_footerslider_li_item {
  width: 224px !important;
  height: 58px;
  margin-right: 18px;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_li_item {
    width: 70vw !important;
    height: 18.3vw;
  }
}

.tp_footerslider_li_item_link {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .tp_footerslider_li_item_link img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=top.css.map */
