@charset "utf-8";
/* foundation
------------------------------------*/
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_foundation/_reset.css");
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_foundation/_base.css");

/* layout
------------------------------------*/
/*@import url("./_layout/_header.css");*/
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_layout/_footer.css");
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_layout/_layout.css");

/* object
------------------------------------*/
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_object/_component.css");
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_object/_module.css");

/* plugin
------------------------------------*/
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_plugin/_slick.css");
@import url("https://www.hanshin-exp.co.jp/drivers/common/css/_plugin/_calendar.css");
/*===========================================================================
header
:root {
  --font-color-base: #333;
  --font-color-main: #005bab;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --back-color-base: #fff;
  --back-color-gradient: linear-gradient(100deg, #4896db 1.76%, #0e67b4 26.76%, #005bab 98.94%);
  --design-size-pc: 1400;
  --design-size-sp: 750;
}
===========================================================================*/
.l-hdr {
}
.l-hdr a {
  text-decoration: none;
}
.l-hdr__inr {
  --back-height: calc(100vh + 850rem);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 50rem;
}
.l-hdr__inr::before {
  content: " ";
  width: 100%;
  height: var(--back-height);
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-shadow: 2rem 0rem 12rem 0rem rgba(0, 0, 0, 0.08);
}
.l-hdr__ttl {
  /*background: var(--back-color-gradient);*/
  position: relative;
  z-index: 1;
}
.l-hdr__ttl a {
  display: block;
  padding: 16rem 65rem 20rem 40rem;
}
.l-hdr__logLea {
  display: block;
  width: 110rem;
  margin: 15rem auto 0;
}
.l-hdr__wrp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 153rem);
  min-height: 550rem;
}
.l-hdr__cts {
  padding: 10rem 0 10rem 20rem;
}
.l-hdr__navItm {
  padding: 6rem 20rem 8rem 0;
}
.l-hdr__navTtl {
  padding: 5rem 20rem 5rem 5rem;
  position: relative;
  font-size: 15rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.l-hdr__navTtl img {
  width: 34rem;
  height: 34rem;
  margin-right: 10rem;
}
.l-hdr__navTtl::after {
  content: " ";
  width: 20rem;
  height: 20rem;
  /* background: url(/drivers/common/images/icn_arw_r_bk.svg) no-repeat center / contain; */
  background-color: #555;
  mask: url(/drivers/common/images/icn_arw_r_bk.svg) no-repeat center / contain;
  -webkit-mask: url(/drivers/common/images/icn_arw_r_bk.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.l-hdr__navChi {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  z-index: -1;
  min-height: var(--back-height);
  transition: all 0.3s 0.2s ease-in-out;
  overflow: hidden;
}
.l-hdr__navChi::before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255,0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-hdr__navChiInr {
  padding: 60rem 40rem;
  min-width: 520rem;
  z-index: 1;
  overflow-y: auto;
}
.l-hdr__navChiTtl {
  text-decoration: none;
  font-size: 30rem;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding-right: 50rem;
  position: relative;
}
.l-hdr__navChiTtl a::before {
  content: " ";
  width: 32rem;
  height: 32rem;
  background: url(/drivers/common/images/icn_arw_r_bk.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.l-hdr__navChiLst {
  margin-top: 45rem;
}
.l-hdr__navChiItm + .l-hdr__navChiItm {
  border-top: 1px solid #D9D9D9;
}
.l-hdr__navChiItm a {
  padding: 25rem 45rem 25rem 10rem;
  position: relative;
  font-size: 15rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}
.l-hdr__navChiItm a::before {
  content: " ";
  width: 20rem;
  height: 20rem;
  background: url(/drivers/common/images/icn_arw_r_bk.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.l-hdr__navChiItm a[target="_blank"]::after {
  content: " ";
  display: inline-block;
  width: 20rem;
  height: 20rem;
  margin-top: -10rem;
  margin-left: 6rem;
  background: url(/drivers/common/images/icn_blank_bl.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
}
.l-hdr__srh {
  position: relative;
  z-index: 1;
  margin-top: 35rem;
  margin-right: 30rem;
  background-color: #F4F4F4;
  border-radius: 35rem;
  padding: 8rem 35rem 8rem 20rem;
}
.l-hdr__srhInp {
  background-color: transparent;
  font-size: 14rem;
  line-height: 1.5;
}
.l-hdr__srhBtn {
  position: absolute;
  top: 50%;
  right: 15rem;
  transform: translateY(-55%);
  width: 20rem;
  height: 20rem;
  background: url(/drivers/common/images/icn_search_gr.svg) no-repeat center / contain;
  cursor: pointer;
}
.l-hd__banner {
  margin-top: 30rem;
  position: relative;
  z-index: 1;
  margin-right: 30rem;
}
.l-hd__banner a {
  display: block;
  text-decoration: none;
}
.l-hd__banner a img {
  width: 100%;
  height: auto;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	
  .l-hdr {
	background: #FFF;
  }
  .l-hdr__ttl {
    background: var(--back-color-gradient);
  }
  .l-hdr__log {
    width: 200rem!important;
  }
  .l-hd__banner {
    margin-top: 30rem;
    position: relative;
    z-index: 1;
    margin-right: 0;
  }
  .l-hd__banner a {
    display: block;
    text-decoration: none;
  }
  .l-hd__banner a img {
    width: 100%;
    height: auto;
  }
}




.l-hdr__inf {
  margin-top: 20rem;
  box-sizing: border-box;
  padding: 0 20rem;
  position: relative;
  z-index: 1;
}
.l-hdr__inf .l-hdr__lng {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10rem 0;
  cursor: pointer;
}
.l-hdr__inf .l-hdr__lng .l-hdr__lngTtl {
  box-sizing: border-box;
  padding: 0 15rem 0 26rem;
  font-family: var(--font-family-roboto);
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
.l-hdr__inf .l-hdr__lng .l-hdr__lngTtl::before {
  content: " ";
  width: 20rem;
  height: 20rem;
  margin-top: -10rem;
  background: url(/drivers/common/images/hd_icn_language.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0;
}
.l-hdr__inf .l-hdr__lng .l-hdr__lngTtl::after {
  content: "";
  width: 1rem;
  height: 20rem;
  background: #999999;
  position: absolute;
  top: 0;
  right: 0;
}
.l-hdr__inf .l-hdr__lng .l-hdr__lngNow {
  box-sizing: border-box;
  padding-left: 10rem;
  font-size: 12rem;
  line-height: 1.6;
}

.l-lang__btnWrap {
  display: none;
  opacity: 0;
  width: 248rem;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: -50%;
  left: 16rem;
  z-index: 999;
  transform: translateY(-100%);
}
.l-lang__btnWrap .l-lang__btnInr {
  box-sizing: border-box;
  padding: 10rem 18rem;
  background: #FAFAFA;
  border-radius: 4rem;
  position: relative;
}
.l-lang__btnWrap .l-lang__btnInr::before {
  content: " ";
  width: 22rem;
  height: 14rem;
  background: url(/drivers/common/images/arw_lang_bubble.svg) no-repeat center / contain;
  position: absolute;
  left: 48rem;
  bottom: -7%;
}
.l-lang__btnWrap .l-hdr__lngSel {
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 7rem 0;
  font-size: 12rem;
}
.l-lang__btnWrap .l-hdr__lngSel:hover {
  background: #eee;
}



/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
	
  .l-hdr__ttl a {
    display: flex;
    align-items: center;
    padding: 20px 60rem 20px 20px!important;
  }
  .l-hdr__cts,
  .l-hdr__navChi {
    height: auto !important;
    display: block !important;
  }
  .l-hdr__navChiItm:nth-of-type(1) {
    border-top: 0;
  }

  .l-hdr__navItm:hover .l-hdr__navChi {
    transform: translateX(100%);
    box-shadow: 2rem 0rem 12rem 0rem rgba(0, 0, 0, 0.08);
  }
  .l-hdr__navItm:hover .l-hdr__navTtl::after {
    /*right: -5rem;*/
  }
  .l-hdr__navItm.--icn-01:hover .l-hdr__navTtl {
    color: #42A5F5;
  }
  .l-hdr__navItm.--icn-01:hover .l-hdr__navTtl::after {
    /* background: url(/drivers/common/images/icn_arw_r_bl.svg) no-repeat center / contain; */
    /*background-color: #42A5F5;*/
  }
  .l-hdr__navItm.--icn-02:hover .l-hdr__navTtl {
    color: #FFA726;
  }
  .l-hdr__navItm.--icn-02:hover .l-hdr__navTtl::after {
    /* background: url(/drivers/common/images/icn_arw_r_or.svg) no-repeat center / contain; */
    background-color: #FFA726;
  }
  .l-hdr__navItm.--icn-03:hover .l-hdr__navTtl {
    color: #26A59A;
  }
  .l-hdr__navItm.--icn-03:hover .l-hdr__navTtl::after {
    /* background: url(/drivers/common/images/icn_arw_r_gr.svg) no-repeat center / contain; */
    background-color: #26A59A;
  }
  .l-hdr__navItm.--icn-04:hover .l-hdr__navTtl {
    color: #89B753;
  }
  .l-hdr__navItm.--icn-04:hover .l-hdr__navTtl::after {
    /* background: url(/drivers/common/images/icn_arw_r_gr02.svg) no-repeat center / contain; */
    background-color: #89B753;
  }
  .l-hdr__navItm.--icn-05:hover .l-hdr__navTtl {
    color: #EC407A;
  }
  .l-hdr__navItm.--icn-05:hover .l-hdr__navTtl::after {
    /* background: url(/drivers/common/images/icn_arw_r_rd.svg) no-repeat center / contain; */
    background-color: #EC407A;
  }
  .l-hdr__navItm.--icn-06:hover .l-hdr__navTtl {
    color: #5C6BBE;
  }
  .l-hdr__navItm.--icn-06:hover .l-hdr__navTtl::after {
    /* background: url(/drivers/common/images/icn_arw_r_bl02.svg) no-repeat center / contain; */
    background-color: #5C6BBE;
  }
  
  .l-hdr__navChiTtl a:hover::before {
    right: -5rem;
  }
  .l-hdr__navChiItm a:hover::before {
    right: 5rem;
  }

  .l-hdr__oth {
    display: none !important;
  }

  .l-hdr__spBtn {
    /*display: none !important;*/
  }
	
  .l-hdr__cts {
        transform: translateY(-100%);
        width: 500px!important;
        right: 0;
        left: auto!important;
	    padding-top: 50px!important;
  }
	.l-hdr__navTtl img {
        width: 50px!important;
        height: 50px!important;
        margin-right: 15px!important;
     }
	.l-hdr__navTtl {
		padding: 0 100px 0 5rem;
  		font-size: 16px!important;
	}
}
/* SP
----------------------------------*/
  .l-hdr {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .l-hdr__inr {
    --back-height: calc(100vh + 850rem);
    position: -webkit-sticky;
    position: relative;
    display: flex;
    flex-direction: unset;
    padding-bottom: 0;
  }
  .l-hdr__inr::before {
    display: none;
  }
  .l-hdr__ttl {
    /*width: 495rem;*/
    width: 100%;
  }
  .l-hdr__ttl a {
    display: flex;
    align-items: center;
    padding: 20rem 60rem 30rem 30rem;
  }
  .l-hdr__log {
    /*width: 238rem;*/
    width: 150rem;
	max-width: 160px;
  }
  .l-hdr__logLea {
    display: block;
    width: 138rem;
    margin: 0 0 0 25rem;
  }
  .l-hdr__wrp {
    display: block;
    height: auto;
    min-height: auto;
  }
  .l-hdr__cts {
    transform: translateY(-100%);
    width: 100%;
    max-height: 100dvh;
    max-height: 100vh;
    overflow-y: auto;
    padding: calc(var(--header-height-sp) + 65rem) 40rem 65rem;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255,0.95);
    z-index: -1;
    transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .js-open .l-hdr__cts {
    transform: translateY(0);
    opacity: 1;
  }
  .l-hdr__nav {
    margin-top: 20rem;
    order: 1;
  }
  .l-hdr__navItm {
    padding: 0;
    overflow: hidden;
  }
  .l-hdr__navItm + .l-hdr__navItm {
    border-top: 1px solid #D9D9D9;
  }
  .l-hdr__navItm:last-of-type {
    border-bottom: 1px solid #D9D9D9;
  }
  .l-hdr__navTtl {
    padding: 25rem 60rem 25rem 5rem;
    font-size: 34rem;
  }
  .l-hdr__navTtl img {
    width: 84rem;
    height: 84rem;
    margin-right: 25rem;
  }
  .l-hdr__navTtl::after {
    content: " ";
    width: 40rem;
    height: 40rem;
    right: 35rem;
  }

  .js-already-flexBox .l-hdr__navTtl::after,
  .js-already-flexBox .l-hdr__navTtl::before {
    content: "";
    width: 28rem;
    height: 4rem;
    border-radius: 4rem;
    background: #555555;
    position: absolute;
    top: 56%;
    right: 15rem;
    transform: translateY(-50%) rotate(-30deg);
    transition: all 0.3s ease-in-out;
    -webkit-mask: none;
    mask: none;
	  
	  
  }
  .js-already-flexBox .l-hdr__navTtl::before {
  	transform: translateY(-50%) rotate(30deg);
    top: 44%;
  }
  .js-already-flexBox.js-open .l-hdr__navTtl::before {
    transform: translateY(-50%) rotate(0);
  }
  .l-hdr__navChi {
    position: static;
    z-index: 1;
    min-height: 0;
    transition: transform 0s 0s ease-in-out;
    display: none;
    height: 0;
  }
  .l-hdr__navChi::before {
    display: none;
  }
  .l-hdr__navChiInr {
    padding: 0 0 60rem;
    min-width: 100%;
  }
  .l-hdr__navChiTtl {
    display: none;
  }
  .l-hdr__navChiLst {
    margin-top: 0;
  }
  .l-hdr__navChiItm + .l-hdr__navChiItm {
    border-top: 1px solid #D9D9D9;
  }
  .l-hdr__navChiItm a {
    padding: 45rem 75rem 45rem 5rem;
    font-size: 32rem;
    font-weight: 400;
  }
  .l-hdr__navChiItm a::before {
    content: " ";
    width: 40rem;
    height: 40rem;
    right: 35rem;
  }
  .l-hdr__navChiItm a[target="_blank"]::after {
    width: 40rem;
    height: 40rem;
    margin-top: -20rem;
    margin-left: 8rem;
  }
  .l-hdr__srh {
    margin-top: 0;
    margin-right: 0;
    border-radius: 100rem;
    padding: 20rem 110rem 20rem 55rem;
    background-color: #ECECEC;
  }
  .l-hdr__srhInp {
    font-size: 34rem;
  }
  .l-hdr__srhBtn {
    right: 50rem;
    width: 58rem;
    height: 58rem;
  }


  .l-hdr__inf {
    margin-top: 0;
    padding: 0;
    position: static;
  }
  .l-hdr__inf .l-hdr__lng {
    display: block;
    height: 100%;
    padding: 24rem 30rem;
  }
  .l-hdr__inf .l-hdr__lng .l-hdr__lngTtl {
    padding: 58rem 0 0;
    font-size: 22rem;
  }
  .l-hdr__inf .l-hdr__lng .l-hdr__lngTtl::before {
    width: 48rem;
    height: 48rem;
    margin-top: 0;
    margin-left: -24rem;
    top: 0;
    left: 50%;
  }
  .l-hdr__inf .l-hdr__lng .l-hdr__lngTtl::after {
    content: none;
  }
  .l-hdr__inf .l-hdr__lng .l-hdr__lngNow {
    display: none;
  }


  .l-lang__btnWrap {
    width: 100vw;
    height: 100vh;
    -webkit-filter: none;
    filter: none;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .l-lang__btnWrap .l-lang__btnInr {
    height: 100%;
    padding: 34rem 50rem;
    border-radius: 0;
    position: relative;
  }
  .l-lang__btnWrap .l-lang__btnInr::before {
    content: none;
  }
  .l-lang__btnWrap .l-hdr__lngSel {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 30rem 0;
    font-size: 32rem;
  }
  .l-lang__btnWrap .l-hdr__lngSel:hover {
    background: none;
    color: #005BAB;
    font-weight: bold;
  }
  .l-lang__btnWrap .l-hdr__lngSel.ja:not(html.en .l-hdr__lngSel.ja, html.cn .l-hdr__lngSel.ja, html.tw .l-hdr__lngSel.ja, html.kr .l-hdr__lngSel.ja),
  html.en .l-lang__btnWrap .l-hdr__lngSel.en:not(.l-hdr__lngSel.ja),
  html.cn .l-lang__btnWrap .l-hdr__lngSel.cn:not(.l-hdr__lngSel.ja),
  html.tw .l-lang__btnWrap .l-hdr__lngSel.tw:not(.l-hdr__lngSel.ja),
  html.kr .l-lang__btnWrap .l-hdr__lngSel.kr:not(.l-hdr__lngSel.ja) {
    color: #005BAB;
    font-weight: bold;
  }




  .l-hdr__oth {
    order: 5;
  }
  .l-hdr__spBtn {
    width: 116rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-hdr__spBar {
    --color-bar: #005BAB;
    width: 56rem;
    height: 4rem;
    background-color: var(--color-bar);
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .l-hdr__spBar::before,
  .l-hdr__spBar::after {
    content: " ";
    width: 100%;
    height: 4rem;
    background-color: var(--color-bar);
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .l-hdr__spBar::before {
    top: -18rem;
  }
  .l-hdr__spBar::after {
    bottom: -18rem;
  }
  .js-open .l-hdr__spBar {
    background-color: transparent;
  }
  .js-open .l-hdr__spBar::before {
    top: 0;
    transform: rotate(45deg);
  }
  .js-open .l-hdr__spBar::after {
    bottom: 0;
    transform: rotate(-45deg);
  }


.l-hdr__mai {
  background-color: #FFF;
  box-shadow: 0rem 2rem 8rem 0rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15rem 40rem;
  z-index: 10;
  position: relative;
}
.l-hdr__maiNav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.l-hdr__maiItm {
  padding-left: 15rem;
}
.l-hdr__maiItm a {
  font-size: 12rem;
  line-height: 1.5;
  text-decoration: none;
}
.l-hdr__maiItm a:hover {
  text-decoration: underline;
}
.l-hdr__maiItm a[target="_blank"] {
  padding-right: 18rem;
  position: relative;
}
.l-hdr__maiItm a[target="_blank"]::before {
  content: " ";
  width: 14rem;
  height: 14rem;
  background: url(/drivers/common/images/icn_blank_gr.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%);
}
.l-hdr__maiSns {
  margin-left: 10rem;
  display: flex;
}
.l-hdr__maiSnsItm {
  margin-left: 8rem;
  width: 22rem;
  height: 22rem;
}
.l-hdr__maiSnsItm a {
  display: block;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .l-hdr__mai {
    background-color: transparent;
    box-shadow: none;
    display: block;
    padding: 90rem 0 100rem;
  }
  .l-hdr__maiNav {
    margin-left: 0;
    display: block;
  }
  .l-hdr__maiItm {
    padding-left: 0;
  }
  .l-hdr__maiItm + .l-hdr__maiItm {
    margin-top: 45rem;
  }
  .l-hdr__maiItm a {
    font-size: 30rem;
  }
  .l-hdr__maiItm a[target="_blank"] {
    padding-right: 35rem;
  }
  .l-hdr__maiItm a[target="_blank"]::before {
    width: 28rem;
    height: 28rem;
  }
  .l-hdr__maiSns {
    margin-left: 0;
    margin-top: 65rem;
    padding-top: 50rem;
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-hdr__maiSnsItm {
    margin: 0 15rem;
    width: 86rem;
    height: 86rem;
  }
}


/* 險隱槫�繧頑崛縺医�髱櫁｡ｨ遉ｺ
====================================*/
html.js-no-translate .l-hdr__inf {
  display: none;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  html.js-no-translate .l-hdr__ttl {
    width: 630rem;
    height: 135rem;
  }
}
