.u-m-b30 {
  margin-bottom: 30px
}

/*---header RWD-------------------------*/
.pc-only {
  display: block!important;
}

.sp-only {
  display: none!important;
}

input, textarea, select, button {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 100%;
    line-height: inherit;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    background: 0px center;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    outline: 0px;
}

@media screen and (max-width:900px) {
  .pc-only {
    display: none!important;
  }

  .sp-only {
    display: block!important;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

div.base_bg {
  width: 1000px;
  margin: auto;
  padding: 120px 20px 0 20px;
}

div.base {
  width: 100%;
  text-align: left;
  margin-left: 0;
  background-color: #ffffff;
}

/*------------------------------------*/


.l-header {
  width: 100%!important;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #fff!important;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
  z-index: 5;
  min-width: 1040px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 87.5%;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#header {
  font-size: 14px;
  height: inherit!important;
}

.base_bg {
  margin: 0 auto;
  padding-top: 134px;
  position: relative;
}

.base {
  padding-top: 20px;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?le0ghj");
  src: url("fonts/icomoon.eot?le0ghj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?le0ghj") format("truetype"), url("fonts/icomoon.woff?le0ghj") format("woff"), url("fonts/icomoon.svg?le0ghj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"], [class*=" icon-"], .c-fNaviSub__item__link:before, .c-navi__item__link:before, .c-subNavi__item__link:before, .p-recruitLink__link:before, .p-inquiryLink__link:before, .p-spMenuLink__item__link:before, .p-catTabs__arrowBtn__btn--prev:before, .p-catTabs__arrowBtn__btn--next:before, .c-anchorLink__item__link:before, .c-listLnav__item__link:before, .c-anchorLink__item__link:before, .c-linkList li a:before, .c-linkList--red li a:before, .p-textBnr__link__text:before, .p-underLink__item__link:before, .p-underLinkSub__item__link:before, .p-hayawakariAnchor__item:before {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.c-fNaviSub__item__link:before, .c-navi__item__link:before, .c-subNavi__item__link:before {
  content: "\e900";
  color: #555
}

.icon-zoom:before {
  content: "\e902"
}

.icon-facebook:before {
  content: "\ea90"
}

.icon-instagram:before {
  content: "\ea92"
}

/*
.icon-twitter:before {
  content: "\ea96"
} */

/* 20231102 tks add */
.icon-twitter:before{
  content: "";
  background-color: #666;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("/styles/images/x_logo.svg");
  mask: url("/styles/images/x_logo.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}

.icon-twitter:hover:before{
  background-color: #fff;
}

/* 20231102 tks add */

.icon-youtube:before {
  content: "\ea9d"
}



.l-header__body {
  width: auto;
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-top: 12px;
  flex-wrap: wrap;
  transition: padding .2s
}



.is-scroll .l-header__body {
  padding: 6px 0 0;
  align-items: center
}



.l-header__body__left {
  position: absolute;
  top: 12px;
  left: 0;
  transition: all .2s
}




.is-scroll .l-header__body__left {
  width: 97px;
  top: 6px
}



.l-header__body__right {
  display: flex;
  position: absolute;
  top: 12px;
  right: 0;
  justify-content: flex-end;
  transition: all .2s
}



.is-scroll .l-header__body__right {
  width: 49px;
  top: 2px
}



.l-footer {
  margin-top: 80px;
  position: relative;
  background: #efefef!important;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  min-width: 1040px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l-footer__body {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 49px;
}



.l-footer__body__top {
  padding: 16px 10px 17px;
  border-bottom: 1px solid #d9d9d9
}



.l-footer__body__middle {
  margin-top: 36px
}



.l-footer__body__bottom {
  display: flex;
  margin-top: 58px;
  align-items: center;
  justify-content: space-between
}



.l-base {
  min-height: 100%;
  margin: 0;
  padding: 0
}

.l-main {
  margin: 0 auto;
  padding-top: 112px;
  position: relative
}



.l-main__middle {
  display: flex;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  flex-wrap: wrap;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden
}



.l-main__middle--top {
  overflow: hidden
}

.l-main__middle--ir {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1
}

.l-main__middle--hayawakari {
  position: relative;
  box-sizing: border-box;
  overflow: hidden
}

.l-main__middle--hayawakari img {
  max-width: 100%;
  height: auto
}

.l-main__middle__main {
  width: calc(100% - 280px);
  margin-top: 30px;
  order: 2
}



.l-main__middle__body {
  margin-top: 38px;
  font-size: 100%;
  line-height: 172%
}



.l-main__middle__side {
  width: 240px;
  margin-top: 48px;
  margin-right: 40px;
  order: 1
}



.c-btn {
  display: block;
  text-align: center
}

*+.c-btn {
  margin-top: 26px
}





table+.c-btn {
  margin-top: 60px
}



.p-introLink+.c-btn {
  margin-top: 55px
}



.c-btn__body, .c-btn__body--wide {
  display: inline-block;
  min-width: 400px;
  padding: 14px 50px;
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  text-decoration: none;
  color: #222
}





.c-btn__body:after, .c-btn__body--wide:after {
  display: block;
  width: 60px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 60px 7px;
  content: ''
}



.c-btn__body:hover, .c-btn__body--wide:hover {
  background: #f2f2f2;
  color: #222
}

.c-navLocal__body .c-btn {
  margin-top: 30px
}



.c-navLocal__body .c-btn__body {
  min-width: auto;
  width: 210px
}



*+.c-column {
  margin: 25px 0 0
}

.c-column__body {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -10px 0;
  box-sizing: border-box
}



.c-column__body.no-wrap {
  flex-wrap: nowrap
}

.c-column__item {
  margin-top: 25px;
  padding: 0 10px 0;
  box-sizing: border-box
}



.c-column__item img {
  max-width: 100%;
  height: auto
}

.c-column__txt {
  flex: 1
}

.c-column--width1 {
  width: 8.33333333333%
}



.c-column--width2 {
  width: 16.6666666667%
}



.c-column--width3 {
  width: 25.0%
}



.c-column--width4 {
  width: 33.3333333333%
}



.c-column--width5 {
  width: 41.6666666667%
}



.c-column--width6 {
  width: 50.0%
}



.c-column--width7 {
  width: 58.3333333333%
}



.c-column--width8 {
  width: 66.6666666667%
}



.c-column--width9 {
  width: 75.0%
}



.c-column--width10 {
  width: 83.3333333333%
}



.c-column--width11 {
  width: 91.6666666667%
}



.c-column--width12 {
  width: 100%
}

.c-dlList dl {
  display: flex;
  padding: 9px 14px 8px;
  border-bottom: 1px dotted #ccc
}



.c-dlList dl:first-child {
  border-top: 1px dotted #ccc
}

.c-dlList dt {
  width: 146px;
  padding-right: 20px;
  font-weight: bold;
  box-sizing: border-box
}



.c-dlList dd {
  flex: 1
}

.c-linkList, .c-linkList--red {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

*+.c-linkList, *+.c-linkList--red {
  margin-top: 20px
}

.c-linkList li, .c-linkList--red li {
  margin-top: 0;
  padding-left: 0
}

.c-linkList li:before, .c-linkList--red li:before {
  display: none
}

.c-linkList li+li, .c-linkList--red li+li {
  margin-top: 8px
}



.c-linkList li a, .c-linkList--red li a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  color: #222;
  text-decoration: none
}

.c-linkList li a:before, .c-linkList--red li a:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\e900";
  font-size: 13px
}

.c-linkList li a:hover, .c-linkList li a:hover:before {
  color: #e50038
}

.c-linkList li a:before {
  color: #666
}

.c-linkList--red li a:before, .c-linkList--red li a:hover {
  color: #e50038
}

.c-anchorLink {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap
}

.c-anchorLink__item {
  width: 16.6%;
  margin-top: 10px;
  padding-left: 0
}





.c-anchorLink__item:before {
  display: none
}

.c-anchorLink__item__link {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  color: #222;
  text-decoration: none
}

.c-anchorLink__item__link:hover, .c-anchorLink__item__link:hover:before {
  color: #e50038
}

.c-anchorLink__item__link:before {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  content: "\e900";
  transform: rotate(90deg);
  font-size: 12px;
  color: #666
}

.c-sideList {
  display: flex;
  flex-wrap: wrap
}

.c-frame .c-frame__body {
  display: flex;
  padding: 32px 55px;
  background: #fff;
  border: 2px solid #b9c9e1;
  border-radius: 20px
}



.c-frame__body__left {
  width: 74.4%;
  padding-right: 8.6%
}





.c-frame__title {
  font-size: 157.14286%;
  line-height: 164%;
  font-weight: bold
}



.c-frame__text {
  font-size: 114.28571%;
  line-height: 163%
}



*+.c-frame__link {
  margin-top: 15px
}



.c-navGlobal {
  width: 100%;
  max-width: 1000px;
  margin: 69px auto 0;
  position: relative;
  transition: all .2s
}



.is-scroll .c-navGlobal {
  width: calc(100% - 150px - 105px);
  margin-top: 13px;
  padding-left: 45px
}



.c-listGnav {
  display: flex;
  margin: 0 -15px;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  justify-content: space-between;
  align-items: center;
}

.c-listGnav a, .c-listGnav a:visited {
  color: #222;
}



.is-scroll .c-listGnav {
  margin: 0 -5px
}



.c-listGnav__item {
  margin-top: 0;
  padding: 0 15px;
  position: static;
  text-align: center;
  cursor: pointer
}



a.not__toggle {
  text-decoration: none;
}


.c-listGnav__item:before {
  display: none
}

.is-scroll .c-listGnav__item {
  padding: 0 5px
}

.c-listGnav__item.hover .c-listGnav__item__body:after, .c-listGnav__item.is-active .c-listGnav__item__body:after, .c-listGnav__item.is-current .c-listGnav__item__body:after {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e50038;
  content: ''
}

.c-listGnav__item__body {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.c-listGnav__item__body.is-active+.c-listGnav__item__child {
  display: block
}

.c-navi {
  margin-top: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.c-navi__item {
  display: flex;
  margin-top: 0;
  padding-left: 17px;
  flex-wrap: wrap;
  overflow: hidden
}

.c-navi__item:before {
  display: none
}

.c-navi__item__link {
  margin-left: -17px;
  font-size: 100%;
  line-height: 193%;
  font-weight: bold;
  text-decoration: none;
  color: #222
}



.c-listGnav .c-navi__item__link:hover, .c-listGnav .c-navi__item__link:hover:before {
  color: #e50038;
}

.c-navi__item__link:before {
  padding-right: 10px;
  font-size: 12px
}



.c-navi__item__body {
  display: flex;
  width: 100%
}



.c-subNavi {
  margin-top: 0
}



.c-subNavi+.c-subNavi {
  padding-left: 80px
}



.c-subNavi__item {
  margin-top: 3px;
  padding-left: 17px;
  position: relative;
  overflow: hidden
}



.c-subNavi__item:before {
  display: none
}

.c-subNavi__item__link {
  font-size: 100%;
  line-height: 150%;
  text-decoration: none;
  color: #222
}



.c-listGnav .c-subNavi__item__link:hover, .c-listGnav .c-subNavi__item__link:hover:before {
  color: #e50038;
}

.c-subNavi__item__link:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 85.71429%;
  line-height: 100%
}



.c-navLocal__head {
  margin-bottom: 0;
  padding: 0 20px 3px;
  font-size: 114.28571%;
  line-height: 232%;
  font-weight: bold;
  border-bottom: 1px solid #414141
}



.c-navLocal__head:before {
  display: none
}

.c-listLnav {
  font-size: 100%;
  line-height: 265%
}

.c-listLnav__item {
  margin-top: 0;
  padding-left: 0
}

.c-listLnav__item:before {
  display: none
}

.c-listLnav__item__link {
  display: block;
  padding: 6px 20px 6px 40px;
  position: relative;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9
}



.c-listLnav__item__link:before {
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 17px;
  left: 20px;
  content: "\e900";
  color: #666
}



.c-listLnav__item__link:hover {
  background: #efefef;
  color: #222
}

.c-listLnavSub {
  margin-top: 0
}

.c-listLnavSub__item {
  margin-top: 0;
  padding-left: 0
}

.c-listLnavSub__item:before {
  display: none
}

.c-listLnavSub__item__link {
  display: block;
  padding: 5px 20px 5px 40px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9
}



.c-listLnavSub__item__link:hover {
  background: #efefef;
  color: #222
}

.c-listLnav__item__link.is-current, .c-listLnavSub__item__link.is-current {
  background: #efefef
}

.c-headerLogo {
  margin: 0;
  padding: 0
}

.c-headerLogo img {
  max-width: 100%;
  height: auto
}

.c-headerLogo__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  transition: opacity .5s
}

.c-headerLogo__link:hover {
  opacity: .7
}

.c-headerLogo__top {
  display: block;
  text-align: center;
  line-height: 0
}



.is-scroll .c-headerLogo__top {
  display: none
}

.c-headerLogo__bottom {
  margin-top: 4px
}

.c-breadCrumb {
  background: #efefef
}

.c-breadCrumb__body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 6px 10px 9px
}

.c-listBreadCrumb {
  font-size: 85.71429%;
  line-height: 150%;
  font-weight: bold
}

.c-listBreadCrumb__item {
  display: inline;
  position: relative;
  padding: 0;
  vertical-align: middle;
  color: #4e4e4e
}

.c-listBreadCrumb__item:before {
  content: none
}

.c-listBreadCrumb__item+.c-listBreadCrumb__item {
  padding-left: 42px
}



.c-listBreadCrumb__item+.c-listBreadCrumb__item:before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 14px;
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''
}

@media all and (-ms-high-contrast:none) {
  .c-listBreadCrumb__item+.c-listBreadCrumb__item:before {
    top: 7px
  }
}





.c-listBreadCrumb__item__link {
  font-weight: normal;
  color: #4e4e4e;
  text-decoration: none
}

.c-listBreadCrumb__item__link:hover {
  color: #e50038
}

.c-returnTop {
  position: fixed;
  bottom: 56px;
  right: 20px;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  z-index: 20
}

.c-returnTop__body {
  width: 100%;
  height: 100%
}

.c-returnTop__body__link {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/styles/images/page_top_arrow.png);
  background-position: center 0;
  background-repeat: no-repeat
}

.c-returnTop__body__link:hover {
  background-position: center -56px
}

.c-copyright {
  margin-top: 0;
  font-size: 85.71429%;
  line-height: 150%;
  color: #414141
}

.c-spMenuToggle {
  margin-top: 0
}

.l-header.is-open .c-spMenuToggle__btn {
  display: none;
  background-image: url(/styles/images/menu_btn_close.png)
}

.c-spMenuToggle__btn {
  display: none;
  width: 30px;
  height: 33px;
  background-image: url(/styles/images/menu_btn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer
}

.c-fNavi {
  display: flex;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  justify-content: space-between
}

.c-fNavi__item {
  max-width: 20%;
  margin-top: 0;
  padding-left: 0
}

.c-fNavi__item:before {
  display: none
}

.c-fNavi__item__link {
  color: #222;
  font-weight: bold;
  text-decoration: none
}



.c-fNavi__item__link:hover {
  color: #e50038
}

.c-fNavi__item__child__tit-only {
  margin-bottom: 30px;
}

.c-fNavi__item__child__tit-only a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

.c-fNaviSub {
  margin-top: 20px;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
.c-fNaviSub__item {
  margin-top: 13px;
  padding-left: 17px;
  line-height: 21px;
}

.c-fNaviSub__item:first-child {
  display: none
}

.c-fNaviSub__item:before {
  display: none
}

.c-fNaviSub__item__link {
  position: relative;
  color: #222;
  text-decoration: none;
  font-size: 100%;
  line-height: 129%
}

.c-fNaviSub__item__link:hover, .c-fNaviSub__item__link:hover:before {
  color: #e50038
}

.c-fNaviSub__item__link:before {
  position: absolute;
  font-size: 12px;
  top: 4px;
  left: -17px
}

.c-fLink {
  display: flex;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  align-items: flex-end;  
}

.c-fLink__item {
  margin-top: 0;
  padding-left: 0
}

.c-fLink__item:before {
  display: none
}

.c-fLink__item:after {
  content: '|';
  display: inline-block;
  margin: 0 5px
}

.c-fLink__item:last-child:after {
  display: none
}

.c-fLink__item__link {
  font-size: 85.71429%;
  line-height: 150%;
  color: #222;
  text-decoration: none
}



.c-fLink__item__link:hover {
  color: #e50038
}

.p-spMenuBottom {
  display: none;
  margin-top: 31px;
  margin-bottom: 30px
}

.l-header.is-open .p-spMenuBottom {
  display: none
}



.p-spMenuLink {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
  overflow: hidden;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.p-spMenuLink__item {
  margin-top: 30px;
  padding-left: 0
}

.p-spMenuLink__item:before {
  display: none
}

.p-spMenuLink__item:after {
  content: '|';
  display: inline-block;
  margin: 0 18px;
  color: #d9d9d9
}



.p-spMenuLink__item:last-child:after {
  margin-right: 0
}

.p-spMenuLink__item:first-child .p-spMenuLink__item__link:before {
  content: "\e901";
  padding-right: 12px;
  font-size: 16px;
  color: #b3b3b3
}

.p-spMenuLink__item__link {
  font-size: 114.28571%;
  line-height: 150%;
  text-decoration: none;
  color: #222
}

.p-spMenuLink__item__link.is-current, .p-spMenuLink__item__link:hover, .p-spMenuLink__item__link:hover:before {
  color: #e50038!important
}

.c-snsList {
  display: flex;
  justify-content: center
}

.c-snsList__item {
  margin-top: 0;
  padding: 0 10px
}

.c-snsList__item:before {
  display: none
}

.c-snsList__item__link {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  box-sizing: border-box;
  text-decoration: none
}

.c-snsList__item__link:hover {
  background: #414141;
  border-color: #414141
}

.c-snsList__item__link:before {
  width: 28px;
  height: 28px;
  margin: auto;
  color: #414141;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  font-size: 28px
}

.c-snsList__item__link:hover:before {
  color: #fff
}

.p-headerSymbol {
  margin-top: 8px
}



.p-headerSymbol img {
  max-width: 100%;
  height: auto
}

.is-scroll .p-headerSymbol {
  width: 100%
}



.p-hLink {
  padding-right: 30px
}



.is-scroll .p-hLink {
  display: none
}

.p-hLink__top {
  display: flex;
  align-items: center;
  overflow: hidden
}

.p-inquiryLink, .p-recruitLink {
  margin-top: 0
}

.p-recruitLink:after {
  content: '|';
  display: inline-block;
  margin-right: 14px;
  margin-left: 14px;
  color: #c6c6c6
}

.p-recruitLink__link {
  font-size: 85.71429%;
  line-height: 150%;
  text-decoration: none;
  color: #222
}

.p-recruitLink__link:hover, .p-recruitLink__link:hover:before {
  color: #e50038
}

.p-inquiryLink:after {
  content: '|';
  display: inline-block;
  margin-right: 7px;
  margin-left: 14px;
  color: #c6c6c6
}

.p-inquiryLink__link {
  font-size: 85.71429%;
  line-height: 150%;
  text-decoration: none;
  color: #222
}

.p-inquiryLink__link:hover, .p-inquiryLink__link:hover:before {
  color: #e50038
}

.p-inquiryLink__link:before {
  padding-right: 7px;
  font-size: 13px;
  content: "\e901";
  color: #666
}

.p-multiLangLink {
  display: flex;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  justify-content: flex-end
}

.p-multiLangLink__item {
  margin-top: 0;
  padding-left: 0
}

.p-multiLangLink__item:before {
  display: none
}

.p-multiLangLink__item:after {
  content: '|';
  display: inline-block;
  margin: 0 11px;
  color: #c6c6c6
}

.p-multiLangLink__item:last-child:after {
  display: none
}

.p-multiLangLink__item__link {
  font-size: 85.71429%;
  line-height: 150%;
  font-weight: bold;
  text-decoration: none;
  color: #222
}

.p-multiLangLink__item__link.is-current, .p-multiLangLink__item__link:hover {
  color: #e50038
}

.p-siteSearch {
  display: flex
}

.p-siteSearch__form {
  display: flex;
  align-items: center;
  margin: 0;
}

.p-siteSearch.is-open .p-siteSearch__textarea {
  width: 190px;
  padding: 0 5px;
  font-size: 12px
}

.p-siteSearch.is-open .p-siteSearch__btn {
  display: block;
  border: none;
}

.p-siteSearch__textarea {
  width: 0;
  height: 30px;
  margin-right: 8px;
  padding: 0;
  background: #f4f4f4;
  box-sizing: border-box;
  transition: width .2s, padding .2s;
  border: none;
}

.p-siteSearch__btn {
  display: none;
  width: 18px;
  height: 21px;
  font-size: 0;
  background: url(/styles/images/zoom.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 21px;
  cursor: pointer
}

.p-siteSearch__btn:hover {
  color: #e50038;
  background: url(/styles/images/zoom_on.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 21px
}

.p-siteSearch__toggle {
  padding-left: 24px;
  font-size: 85.71429%;
  line-height: 150%;
  cursor: pointer;
  background: url(/styles/images/zoom.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 25px;
  border: none;
  outline: none;
}

.p-siteSearch__toggle:hover {
  color: #e50038;
  background: url(/styles/images/zoom_on.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 25px
}

.p-siteSearch.is-open .p-siteSearch__toggle {
  padding-left: 10px;
  background: 0
}

.p-siteSearch--sp .p-siteSearch__form {
  position: relative;
  background: #fff;
  border-radius: 5px
}

.p-siteSearch--sp .p-siteSearch__textarea {
  width: calc(100% - 60px);
  height: 35px;
  margin: 10px 45px 10px 10px;
  padding: 0;
  background: #fff;
  border-right: 1px solid #d9d9d9;
  font-size: 114.28571%;
  line-height: 150%
}

.p-siteSearch--sp .p-siteSearch__btn {
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/styles/images/zoom_sp.svg) no-repeat;
  background-position: center center;
  background-size: 25px 25px
}

.p-siteSearch--sp .p-siteSearch__btn:hover {
  background: url(/styles/images/zoom_on.svg) no-repeat;
  background-position: center center;
  background-size: 25px 25px
}

.p-megaMenu {
  display: none;
  width: 100vw;
  padding: 20px 20px 27px;
  position: absolute;
  top: auto;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
  background: #efefef;
  text-align: left;
  cursor: auto;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1)
}



.p-megaMenu__body {
  display: flex;
  max-width: 1000px;
  margin: auto;
  position: relative
}

.p-megaMenu__body__center {
  width: calc(100% - 220px);
  padding-left: 40px;
  box-sizing: border-box
}



.p-megaMenu__body__left {
  width: 220px;
  margin-top: 7px
}



.p-megaMenu__body__left .p-megaMenu__banner__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 128.57143%;
  line-height: 150%;
  text-align: center;
  color: #fff;
  z-index: 1
}

.p-megaMenu__body__left .p-megaMenu__banner__link {
  position: relative
}

.p-megaMenu__body__left .p-megaMenu__banner__link:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0, 0, 0)
}

.p-megaMenu__body__left .p-megaMenu__banner__link:hover:after {
  opacity: .1
}

.p-megaMenu__body__left .p-megaMenu__banner__link img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform .5s;
  transform: translate3d(0, 0, 0)
}

.p-megaMenu__body__left .p-megaMenu__banner__link:hover img {
  transform: scale(1.05)
}

.p-megaMenu__body__right {
  margin-left: auto;
  align-self: flex-end
}



.p-megaMenu__body__right .p-megaMenu__banner {
  position: absolute;
  right: 0;
  bottom: 0
}

.p-megaMenu__body__right .p-megaMenu__banner__link {
  transition: opacity .5s
}

.p-megaMenu__body__right .p-megaMenu__banner__link:hover {
  opacity: .7
}

.p-megaMenu__banner__link {
  display: block;
  width: 100%;
  overflow: hidden
}

/*--common header menu---------------------------------------------------*/
@media screen and (max-width: 900px) {
div.base_bg {
  width: 1000px;
  margin: auto;
  padding: 50px 20px 0 20px;
}

.l-header {
  padding: 0;
  min-width: inherit;
}

.l-header__body {
  display: flex;
  min-height: 60px;
  padding: 8px 0 7px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.is-scroll .l-header__body {
  padding: 8px 0 7px;
}

.l-header__body__left {
  width: 108px;
  height: 43px;
  padding-left: 11px;
  position: static;
}

.is-scroll .l-header__body__left {
  width: 108px;
  height: 43px;
}

.c-headerLogo__top {
  width: 80.204%;
  margin: auto;
}

.is-scroll .c-headerLogo__top {
  display: block;
}

.l-header__body__right {
  width: 97px;
  height: 33px;
  margin-left: auto;
  padding-right: 15px;
  position: static;
  justify-content: space-between;
}

.is-scroll .l-header__body__right {
  width: 97px;
  height: 33px;
}

.p-hLink {
  display: none;
}

.p-headerSymbol {
  width: 54px;
  margin-top: 0;
}

.is-scroll .p-headerSymbol {
  width: 54px;
  margin-top: 0;
}

.c-spMenuToggle__btn {
    display: block;
}

.c-navGlobal {
  display: none;
  width: 100%!important;
  height: calc(100vh - 100px);
  margin: 0;
  padding: 31px 20px 80px;
  position: absolute;
  top: 60px;
  left: 0;
  background: #efefef;
  transition: all 0s;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.c-listGnav {
  display: block;
  margin: 0;
  border-top: 1px solid #d9d9d9;
}

.c-listGnav__item {
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.c-listGnav__item__body {
  width: 100%;
  padding: 20px 40px 20px 6px;
  box-sizing: border-box;
  font-size: 128.57143%;
  line-height: 150%;
}

.p-megaMenu {
  width: 100%;
  padding: 0;
  position: static;
  transform: none;
  box-shadow: none;
}

.p-megaMenu__body__left {
  display: none;
}

.p-megaMenu__body__center {
  width: 100%;
  padding-left: 12px;
  box-sizing: border-box;
}

.c-navi {
  margin-top: 23px;
}

.c-navi__item__link {
  position: relative;
  margin-left: 0;
  font-size: 128.57143%;
  line-height: 150%;
  font-weight: normal;
}

.c-subNavi {
  margin-left: -17px;
}

.c-subNavi__item {
  margin-top: 20px;
}

.c-subNavi__item__link {
  font-size: 128.57143%;
  line-height: 150%;
}

.l-header.is-open .c-spMenuToggle__btn {
  display: block;
}

.c-listGnav__item.hover .c-listGnav__item__body {
  color: #e50038;
}

.c-listGnav__item__body:before, .c-listGnav__item__body:after {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #e50038;
  content: '';
}

.c-listGnav__item__body:before {
  width: 15px;
  height: 1px;
  right: 19px;
}

.c-listGnav__item__body:before, .c-listGnav__item__body:after {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #e50038;
  content: '';
}

.c-listGnav__item__body:after {
  width: 1px!important;
  height: 15px!important;
  right: 26px!important;
  left: auto!important;
}

@media screen and (max-width:900px) {
  .c-listGnav__item.is-active .c-listGnav__item__body:after {
    display: none
  }
}

.c-listGnav__item.is-active .c-listGnav__item__child {
  padding-bottom: 19px;
  border-top: 1px solid #d9d9d9;
}

.c-navi__item__link:before {
  padding-right: 5px;
  position: absolute;
  top: 7px;
  left: -16px;
  font-size: 12px;
}

.c-subNavi__item__link:before {
  top: 7px;
  font-size: 12px;
}

.c-navi__item__body {
  display: block;
}

.c-subNavi+.c-subNavi {
   padding-left: 0;
}

a.not__toggle .c-listGnav__item__body:before, a.not__toggle .c-listGnav__item__body:after, a.not__toggle:hover .c-listGnav__item__body:after {
  display: none;
}

.l-header.is-open .p-spMenuBottom {
   display: block;
}
}

/*---news add2020--------------------------------------*/

#news_index .c-section--info {
  margin-top: 30px;
}

#news_index .lay03 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

#news_index h2 {
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px solid #e42f00;
  border-left: 4px solid #a40c00;
  padding-left: 10px;
}

#news_index h3 {
  font-weight: 400;
  border-left: none;
}

.p-infoList {
  width: 100%;
  box-sizing: border-box;
}

.p-infoList__item {
  display: block;
  border-bottom: 1px dotted #c1c1c1;
}

.p-infoList__item:first-child {
  border-top: 1px dotted #c1c1c1;
}

.p-infoList__item__body {
  display: flex;
  padding: 15px;
  color: #222;
  text-decoration: none;
  flex-wrap: wrap;
  line-height: 2.0;
}

a.p-infoList__item__body:hover {
  background: #f2f2f2;
  color: #021c5a;
}

.p-infoList__item__date {
  width: 115px;
  text-align: left;
  font-size: 14PX;
}

.p-infoList__item__label--product, .p-infoList__item__label--topics, .p-infoList__item__label--event, .p-infoList__item__label--ir {
  display: flex;
  width: 60px;
  height: 20px;
  margin: 4px 22px;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  color: #fff;
}

.p-infoList__item__label--product {
  background: #7992c1
}

.p-infoList__item__label--topics {
  background: #8eb573
}

.p-infoList__item__label--event {
  background: #d8b853
}

.p-infoList__item__label--ir {
  background: #98b2c1
}

.p-infoList__item__title {
  margin: 0!important;
  padding: 0;
  flex: 1;
  font-size: 14PX;;
}






@media print {
  .l-header, .l-main__middle__side, .c-breadCrumb, .c-returnTop, .l-footer, .c-btn__body:after, .c-btn__body--wide:after, .c-underPageTitle__text:after {
    display: none
  }
  .l-main {
    padding-top: 0
  }
  .l-main__middle__main {
    width: 100%
  }
  .c-pageTitle__title {
    height: auto
  }
  .c-mainVisual img {
    width: auto
  }
  .slick-arrow, .slick-dots {
    display: none!important
  }
}