@charset "UTF-8";
/******************************************************/
/* ly_header */
/******************************************************/
.ly_header {
  z-index: 1000;
  min-width: 1190px;
}

.ly_header,
.ly_footer {
  position: relative;
  background-color: #fff;
  color: #656565;
  line-height: 1.8;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.ly_header-main {
  margin: 0 auto;
  width: 100%;
}

.ly_header-main nav:not(.ly-header-nav__head) {
  margin: 0 auto;
  width: 1190px;
}

.ly_header-main .ly-header-nav .ly-header-nav__head-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1190px;
  background-color: #fff;
}

.ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__ttl a {
  color: #656565;
  font-size: 1.4rem;
  font-weight: bold;
}

.ly_header-main .ly-header-nav .ly-header-nav__head {
  display: none;
  position: relative;
  z-index: 10000;
  left: 0;
  border-bottom: 1px solid #ccc;
  height: 0;
  background: #000;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: -2px 0;
  padding: 15px 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn.-text-transform-none {
  text-transform: none;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:nth-child(3) > .nav__btn,
.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:nth-child(4) > .nav__btn,
.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:nth-child(10) > .nav__btn {
  padding-top: 23px;
  padding-bottom: 23px;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:last-child > .nav__btn {
  padding-top: 23px;
  padding-bottom: 23px;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn .btn__txt {
  display: inline-block;
  position: relative;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn .btn__txt::before {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  background-color: #fff;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn + .nav__cts-list .nav__btn .btn__txt::before {
  background-color: #000;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn:hover .btn__txt::before {
  width: 100%;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__cts-list {
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 66px;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #dadada;
  pointer-events: none;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn + .nav__cts-list .nav__btn {
  color: #000;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--box:hover .nav__cts-list {
  opacity: 1;
  pointer-events: auto;
}

.ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__cts-list .cts-list__inr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 1190px;
  color: #000;
}

/* PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .ly_header-main .ly-header-nav .ly-header-nav__head {
    display: block !important;
    height: auto !important;
  }

  .js-navFix .ly_header-main .ly-header-nav .ly-header-nav__head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1190px;
  }

  .js-navFix .ly_header-main .ly-header-nav .ly-header-nav__head-block {
    padding-bottom: 51px;
  }
}
@media screen and (max-width: 640px) {
  .ly_header-main nav:not(.ly-header-nav__head) {
    position: relative;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
  }

  .ly_header {
    min-width: 0;
  }

  .ly_header-main nav:not(.ly-header-nav__head) {
    width: 100%;
  }

  .ly_header-main .ly-header-nav {
    position: relative;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block {
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    padding: 0.5em 1rem;
    width: 100%;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__ttl a {
    font-size: 1.3rem;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__btn .btn__bar {
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
    background-color: #000;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__btn::before,
  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__btn::after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
    background-color: #000;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__btn::before {
    top: 5px;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head-block .head-block__btn::after {
    bottom: 5px;
  }

  .ly_header-main .ly-header-nav.js-open .ly-header-nav__head-block .head-block__btn .btn__bar {
    width: 0;
  }

  .ly_header-main .ly-header-nav.js-open .ly-header-nav__head-block .head-block__btn::before {
    top: 11.5px;
    transform: rotate(45deg);
  }

  .ly_header-main .ly-header-nav.js-open .ly-header-nav__head-block .head-block__btn::after {
    bottom: 11.5px;
    transform: rotate(-45deg);
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:last-child > .nav__btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head {
    overflow: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 150px);
    transform: translateY(100%);
    /* height: 0; */
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr {
    display: block;
    padding: 0;
    width: 100%;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav:first-of-type {
    margin-left: 0;
    border-top: 1px solid #cfd0d6;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #cfd0d6;
    text-align: left;
    font-size: 12px;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:nth-child(3) .nav__btn,
  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:nth-child(4) .nav__btn,
  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav.head__nav--box:nth-child(10) .nav__btn {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #cfd0d6;
    text-align: left;
    font-size: 12px;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn br {
    display: none;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--btn .nav__btn::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 8.5px;
    height: 10px;
    transform: translateY(-50%);
    background: url(../img/hd_arw.png) no-repeat center center;
    background-size: 100% auto;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--box .nav__btn::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    background: url(../img/hd_arw_toggle.svg) no-repeat center center;
    background-size: 100% auto;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--box.js-open .nav__btn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__btn .btn__txt::before {
    display: none;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__cts-list {
    display: none;
    opacity: 1;
    position: static;
    height: 0;
    transition: none;
    background-color: #fff;
    pointer-events: auto;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__cts-list .cts-list__inr {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__cts-list .cts-list__inr .nav__btn {
    padding-left: 50px;
    background-color: #dadada;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--box .nav__cts-list .cts-list__nav .nav__btn {
    border: none;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--box .nav__cts-list .cts-list__nav:nth-of-type(n + 2) {
    border-top: 5px solid #fff;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav--box .nav__cts-list .cts-list__nav .nav__btn {
    color: #000;
  }

  .ly_header-main .ly-header-nav .ly-header-nav__head .head__Inr .head__nav .nav__cts-list .cts-list__inr .nav__btn::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 8.5px;
    height: 10px;
    transform: translateY(-50%);
    background: url(../img/hd_arw_black.png) no-repeat center center;
    background-size: 100% auto;
  }

  .js-navFix .ly_header-main nav:not(.ly-header-nav__head) {
    padding-bottom: 53px;
  }

  .js-navFix .ly_header-main .ly-header-nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/******************************************************/
/* ly_footer */
/******************************************************/
.ly_footer {
  position: relative;
  min-width: 1190px;
  background-color: #efefef;
}

.ly_footer-main {
  margin: 0 auto;
  width: 1190px;
}

.ly_footer-main .ly_page-top {
  position: absolute;
  top: -50px;
  right: 30px;
  transition: opacity 0.3s ease-in-out;
}

.recruit-top + .ly_footer .ly_footer-main .ly_page-top {
  top: -185px;
}

.ly_footer-main .ly_page-top.js-hide {
  opacity: 0;
}

.ly_footer-main .ly_page-top.js-fixed,
.recruit-top + .ly_footer .ly_footer-main .ly_page-top.js-fixed {
  position: fixed;
  z-index: 15;
  top: auto;
  right: 30px;
  bottom: 30px;
}

.ly_footer-main .ly_page-top a.page-top {
  display: block;
  overflow: hidden;
  margin-left: auto;
  border-radius: 0.125em;
  width: 40px;
  height: 32px;
  transition: background-color 0.2s ease-out 0s;
  background-color: #424242;
  background-image: url(../img/icn_page_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .recruit-top + .ly_footer .ly_footer-main .ly_page-top {
    top: -155px;
  }

  .recruit-top + .ly_footer .ly_footer-main .ly_page-top.js-fixed {
    top: auto;
  }

  .ly_footer {
    min-width: 0;
  }

  .ly_footer-main {
    margin: auto;
    width: auto;
  }
}
/******************************************************/
/* ly_breadcrumb */
/******************************************************/
.ly_breadcrumb {
  font-size: 0.75rem;
}

.ly_breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}

.ly_header .ly_breadcrumb {
  padding: 0.5rem 0 0.5rem 0;
}

.ly_footer .ly_breadcrumb {
  padding: 1rem 0 1rem 0;
}

.ly_breadcrumb-item {
  float: left;
  padding-right: 0.5em;
}

.ly_breadcrumb-item:not(:last-child)::after {
  content: ">";
  padding-left: 0.5em;
}

.ly_breadcrumb-item a {
  color: #5d5d5d;
}

.ly_breadcrumb-item a:focus,
.ly_breadcrumb-item a:hover {
  color: #4d4d4d;
}

@media screen and (max-width: 640px) {
  .ly_header .ly_breadcrumb {
    padding: 0.5rem 1rem;
  }

  .ly_footer .ly_breadcrumb {
    padding: 1rem;
  }
}
/******************************************************/
/* include Menu */
/******************************************************/
#tmpl-header .tmpl-header_logo img,
.tmpl-footer .tmpl-footer__groupsite img {
  opacity: 1;
}

#tmpl_headerNavi,
#tmpl_footerNavi {
  font-size: 0.85rem;
}

@media screen and (max-width: 640px) {
  #tmpl_footerNavi {
    box-sizing: border-box;
    padding: 0 20px 20px;
  }
}
div.tmpl_contentMenu {
  overflow: hidden;
  width: 100%;
  letter-spacing: normal;
  color: #656565;
  line-height: 1.2;

  _zoom: 1;
}

div.tmpl_contentMenu ul {
  margin: 0;
}

div.tmpl_contentMenu > ul {
  display: flex;
}

div.tmpl_contentMenu a {
  margin: 0;
  text-decoration: none;
  color: #656565;
}

div.tmpl_contentMenu a:hover {
  color: #000;
}

div.tmpl_contentMenu h3 {
  padding: 12px 0;
  font-size: 95%;
  font-weight: bold;
}

div.tmpl_contentMenu h4 {
  margin: 0.67em 0;
  padding: 0;
  font-size: 88%;
  font-weight: normal;
}

div.tmpl_contentMenu li {
  list-style: none;
}

div.tmpl_contentMenu li.tmpl_column {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 20%;
  vertical-align: top;
}

.tmpl-header_corporate-name_link {
  color: #fff;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 641px) {
  div.tmpl_contentMenu li.tmpl_column .tmpl_column__sp-btn {
    padding: 0;
  }
}
#tmpl_pc_content_menu {
  display: block;
  border-top: 0 solid #e8e8e8;
  border-bottom: 0 solid #d8d8d8;
  background-color: #efefef;
}

#tmpl_pc_content_menu_inner {
  display: none;
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 1190px;
  height: auto;
}

#tmpl_pc_content_menu_inner li.tmpl_column {
  margin-bottom: 25px;
}

#tmpl_pc_content_menu_inner a:hover {
  text-decoration: none;
}

#tmpl_pc_content_menu_back {
  display: none;
  position: absolute;
  top: 20px;
  left: 10px;
  cursor: pointer;
}

#tmpl_pc_content_menu_back:hover,
#tmpl_pc_content_menu_back:active {
  opacity: 0.7;
}

#tmpl_pc_content_menu_back img {
  border: none;
}

#tmpl_contentMenu_hp {
  display: none;
}

@media screen and (max-width: 640px) {
  #tmpl_pc_content_menu {
    display: none;
  }

  div.tmpl_contentMenu h3 {
    margin: 10px 0;
    padding: 5px 0;
  }

  #tmpl_footerNavi.tmpl_contentMenu h3.no-slide {
    margin: 0;
    padding: 0;
  }

  div.tmpl_contentMenu h4 {
    margin: 5px 0;
    font-size: 100%;
  }

  div.tmpl_contentMenu li.tmpl_column {
    display: block;
    float: none;
    width: auto;
  }

  div.tmpl_contentMenu li.tmpl_column.sp-link {
    margin: 0;
    padding: 10px 0;
  }

  div.tmpl_contentMenu li.tmpl_column li {
    line-height: 1.7;
  }

  #tmpl_footerMenu .tmpl_footerMenuIn {
    padding: 0 0 40px;
    max-width: 90%;
  }

  #tmpl_footerMenu .tmpl_footerMenuIn #tmpl_contentMenu_breadcrumbs_bottom {
    padding-bottom: 15px;
    font-size: 75%;
    line-height: 1.4;
  }

  #tmpl_footerMenu .tmpl_footerMenuIn .tmpl_contentMenu h3 {
    font-size: 88%;
    line-height: 1.2;
  }

  #tmpl_footerMenu .tmpl_footerMenuIn .tmpl_contentMenu h4 a {
    font-size: 110%;
    line-height: 1.2;
  }
}
/* tmpl_contentMenu_link */
#tmpl_contentMenu_link {
  display: none;
}

@media screen and (max-width: 640px) {
  div.tmpl_contentMenu > ul {
    display: block;
  }

  #tmpl_contentMenu_link {
    overflow: auto;
    max-height: 100vh;
    background-color: #fff;
  }

  #tmpl_contentMenu_link a:hover {
    text-decoration: none;
  }

  #tmpl_contentMenu_link li.active {
    border-bottom: solid 1px #c9cbd1;
  }

  #tmpl_contentMenu_link li.active h3:first-child > a,
  #tmpl_contentMenu_link li.active h4:first-child > a {
    border-bottom: solid 1px #eaebed;
  }

  #tmpl_contentMenu_link h3,
  #tmpl_contentMenu_link h4 {
    position: relative;
    margin: 0;
    padding: 0;
  }

  #tmpl_contentMenu_link h3.no-slide::before,
  #tmpl_contentMenu_link h4::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 5px;
    transform: translateY(-50%);
    background: url(../img/hd_arw.png) no-repeat center center;
    background-size: 100% auto;
  }

  #tmpl_contentMenu_link h3.tmpl_parent a::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    background: url(../img/hd_arw_toggle.svg) no-repeat center center;
    background-size: 100% auto;
  }

  #tmpl_contentMenu_link h3.tmpl_parent a.active::before {
    transform: translateY(-50%) rotate(180deg);
  }

  #tmpl_contentMenu_link h3 a,
  #tmpl_contentMenu_link h4 a {
    display: block;
    box-sizing: border-box;
    padding: 15px 20px;
    border-top: 1px solid #f5f7fa;
    border-bottom: 1px solid #cbcdd3;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    word-wrap: break-word;
    color: #656565;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.4;

         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
  }

  #tmpl_contentMenu_link h3 a.active,
  #tmpl_contentMenu_link h4 a.active {
    background-color: #f2f2f2;
    color: #000;
  }

  #tmpl_contentMenu_link h3.tmpl_parent a,
  #tmpl_contentMenu_link h4.tmpl_parent a {
    padding-right: 70px;
    background-image: url(../img/tmpl_sml_link_open.png);
    background-repeat: no-repeat;
    background-position: 93.5% 50%;
  }

  #tmpl_contentMenu_link h3.tmpl_parent a.active,
  #tmpl_contentMenu_link h4.tmpl_parent a.active {
    background-image: url(../img/tmpl_sml_link_close.png);
  }

  #tmpl_contentMenu_link h1 a {
    padding-left: 20px;
    border-top: 1px solid #d6d8e2;
  }

  #tmpl_contentMenu_link h3 a {
    padding-left: 30px;
  }

  #tmpl_contentMenu_link h4 a {
    padding-left: 40px;
    border-top: solid 1px #fbfcfd;
    border-bottom: solid 1px #eaebee;
    background-color: #f5f5f5;
    font-size: 88%;
  }

  #tmpl_contentMenu_link .tmpl_column ul {
    display: none;
  }

  #tmpl_contentMenu_link li:first-child h3 a {
    border-top: 1px solid #d6d8e2;
  }
}
/*========================================================================
採用情報
========================================================================*/
/* PC
-------------------------------------*/
@media screen and (min-width: 641px) {
  .cm-sp-only {
    display: none !important;
  }
}
/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  .cm-pc-only {
    display: none !important;
  }
}
.cm-cts-wid {
  margin: 0 auto;
  width: 1190px;
}

.cm-cts-idt {
  box-sizing: border-box;
  padding: 0 20px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  .cm-cts-wid {
    width: 100%;
  }

  .cm-cts-idt {
    box-sizing: border-box;
    padding: 0 25px;
  }
}
#tmpl_main {
  padding: 0 !important;
  width: auto !important;
  line-height: 1.5;
}

#tmpl_main .js-fade,
#tmpl_main .js-fadeIn,
#tmpl_main .js-fadeInRight,
#tmpl_main .js-fadeInLeft {
  opacity: 0;
}

#tmpl_main img {
  opacity: 1;
  width: 100%;
  height: auto;
}

.md-item-btn .md-item-btn__arw {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 35px;
  border-radius: 99px;
  width: 280px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  background-color: #333;
  color: #fff;
  font-size: 16px;
}

.md-item-btn .md-item-btn__arw::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 7px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url(../img/arw_wt.svg) no-repeat center center;
  background-size: 100% auto;
}

.md-item-btn--blank .md-item-btn__arw::before {
  content: " ";
  width: 10px;
  height: 10px;
  background: url(../img/icn_blank.svg) no-repeat center center;
  background-size: 100% auto;
}

.md-item-btn--movie .md-item-btn__arw {
  background-color: #eee;
  color: #000;
}

.md-item-btn--movie .md-item-btn__arw::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: url(../img/icn_movie.svg) no-repeat center center;
  background-size: 100% auto;
}

.anchor-link {
  margin-top: -70px;
  padding-top: 70px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  .md-item-btn {
    width: 100%;
  }

  .md-item-btn .md-item-btn__arw {
    padding: 0 25px;
    width: 100%;
    height: 40px;
    font-size: 12px;
  }

  .md-item-btn .md-item-btn__arw::before {
    content: " ";
    right: 16px;
    width: 10px;
    height: 5px;
  }

  .md-item-btn--blank .md-item-btn__arw::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: url(../img/icn_blank.svg) no-repeat center center;
    background-size: 100% auto;
  }

  .md-item-btn--movie .md-item-btn__arw::before {
    content: " ";
    width: 14px;
    height: 14px;
    background: url(../img/icn_movie.svg) no-repeat center center;
    background-size: 100% auto;
  }
}
/*========================================================================
下層ページ
========================================================================*/
.lower-page {
  overflow: hidden;
  padding-bottom: 175px;
  min-width: 1190px;
}
.lower-page h2,
.lower-page h3 {
  font-family: "SST W55 Regular", "SST W15", "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .lower-page {
    overflow: hidden;
    padding-bottom: 135px;
    min-width: 100%;
  }
}
/*========================================================================
追従バナー
========================================================================*/
.ly_footer .ly_footer-main a.page-banner {
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  margin-left: auto;
  width: 213px;
  height: 86px;
  transition: background-color 0.2s ease-out 0s;
  transition: opacity 0.3s ease-in-out;
  background-image: url(../img/bnr_ailink.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
.ly_footer .ly_footer-main a.page-banner.--engineer {
  margin-bottom: 10px;
  background-image: url(../img/bnr_engineerlink.png);
}

.ly_footer .ly_footer-main .ly_page-top:not(.js-fixed) a.page-banner {
  opacity: 0;
}

.ly_footer .ly_footer-main .ly_page-top a.page-banner:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .ly_footer .ly_footer-main a.page-banner {
    margin-bottom: 10px;
    width: 129.5px;
    height: 52.5px;
    background-image: url(../img/bnr_ailink_sp.png);
  }

  .ly_footer .ly_footer-main a.page-banner.--engineer {
    margin-bottom: 5px;
    background-image: url(../img/bnr_engineerlink_sp.png);
  }
}