@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url("https://fonts.googleapis.com/css?family=Teko");
@media all and (-ms-high-contrast: none) {
  .un_sect_inner .un_company_menu_new ul li a {
    padding-top: 2px !important;
  }
}
/*-----------------------------------------------------
	[ Base Layout Style ]
------------------------------------------------------*/
/* =========================================================
　◆Link Style
========================================================= */
.contents a:link {
  color: #333;
  text-decoration: none;
}

 .contents a:visited {
  color: #333;
  text-decoration: none;
}

 .contents a:hover {
  color: #333;
  text-decoration: underline;
}

 .contents a:active {
  color: #333;
  text-decoration: none;
}

 .contents a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

/* =========================================================
　◆Basic
========================================================= */
html {
  -webkit-text-size-adjust: none;
}

img.rollover2 {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1.0 !important;
  opacity: 1.0 !important;
}

input [type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widthadj th {
  width: 190px;
}

.widthadj th:first-child {
  width: 470px !important;
}

.ancadj {
  margin-top: -120px;
  padding-top: 120px;
}

 .contents{
  background: #ffffff;
  font: 16px / 1.4 YuGothic, 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
@media all and (-ms-high-contrast: none) {
	body {
		font-family: "メイリオ",  sans-serif !important;
	}
}*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
  display: block;
}

figure {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* font */
.hp_ffMincho {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

/* clear */
.clear {
  clear: both !important;
}

/* clearfix */
.cFix:after {
  content: "";
  clear: both;
  display: block;
}

/* pcBlock,pcInline */
.pcBlock {
  display: block;
}

.pcInline {
  display: inline-block;
}

.spBlock, .spInline {
  display: none;
}

html, body {
  min-height: 100%;
}

@media screen and (max-width: 951px) {
  body {
    position: absolute;
  }
}
.black_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.3s ease-in;
}
.black_bg.active {
  opacity: 0.5;
}

/* =========================================================
　◆Head
========================================================= */
.ly_head {
  width: 100%;
  height: 70px;
  background: rgba(241, 241, 241, 0.55);
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  transition: .5s;
}

.ly_head.on {
  background: #fff;
}

.ly_head .mw {
  display: flex;
  align-items: center;
  height: 70px;
  margin: 0 auto;
  width: 100%;
}

.ly_head .ly_head_inner {
  padding: 0 40px;
}

.ly_head .ly_head_inner h1 {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}

.ly_head .ly_head_inner h1.en {
  width: 190px;
}

.ly_head .ly_head_inner h1 a {
  display: block;
}

.ly_head .ly_head_inner .bl_catchCopy {
  margin-left: 42px;
  margin-top: 6px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 4px;
  vertical-align: middle;
}

.ly_head .ly_head_inner #spMenu {
  display: none;
}

.ly_head .ly_menu_wrap {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 30px;
}

.ly_head .it_menu_lang {
  display: flex;
  align-items: center;
}

.ly_head .it_menu_lang .on a {
  position: relative;
}

.ly_head .it_menu_lang .on a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #9e9e9e;
  bottom: 0;
}

.ly_head .it_menu_lang .swich {
  position: relative;
  width: 36px;
  height: 35px;
}

.ly_head .slash {
  padding: 0 12px;
}

.ly_head .it_menu_lang .swich:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 8px;
  background: #999999;
  border-radius: 10px;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

.ly_head .it_menu_lang .swich:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  top: 0px;
  left: 8px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

/* =========================================================
　◆Gnav
========================================================= */
.ly_gnav {
  z-index: 1;
}

.ly_gnav ul > li .it_gnav_btn {
  height: 35px;
}

.ly_gnav ul > li .it_gnav_btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
}

.ly_gnav ul > li .ly_mnav {
  height: 0;
  width: auto;
  overflow: hidden;
  position: absolute;
  left: -19px;
  background: #000;
}

.ly_gnav ul > li .ly_mnav li {
  margin: 0 0 8px;
  padding: 0 15px 0 20px;
}

.ly_gnav ul > li .ly_mnav li:first-of-type {
  padding-top: 15px;
}

.ly_gnav ul > li .ly_mnav li:last-of-type {
  padding-bottom: 15px;
}

.ly_gnav ul > li .ly_mnav li a {
  color: #fff;
}

/*news
.news .pc {
  display: block !important;
  display: initial!important;
}*/
/* =========================================================
　◆Main
========================================================= */
.flexstyleslay {
  display: flex;
  align-items: baseline;
}

.flexstyleslay .imglist {
  max-width: 150px;
  margin: 0 20px;
}

.flexstyleslay .imglist:last-child {
  max-width: 200px;
  margin: 0 20px;
}

.flexstyleslay .imglist a {
  color: #000 !important;
}

.flexstyleslay .imglist a span {
  color: #e5002c !important;
}

.flexstyleslay .imglist img {
  margin-bottom: 15px;
}

.ly_main_inner a:link {
  color: #e5002c;
}

.ly_main_inner a:visited {
  color: #e5002c;
}

.ly_main_inner a:hover {
  color: #e5002c;
}

.ly_main_inner a:active {
  color: #e5002c;
}

.bl_top_btn {
  width: 40px;
  height: 40px;
  display: none;
  background: black;
  border-radius: 0px;
  position: fixed;
  bottom: 64px;
  right: 35px;
  z-index: 100;
}

.bl_top_btn a {
  width: 100%;
  height: 100%;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: relative;
}

.bl_top_btn a::after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
  transform: translate(-50%, -25%) rotate(-45deg);
}

.delayElement {
  opacity: 0;
  transition: 1s;
}

.isAnimate {
  opacity: 1;
}

.hc_navi {
  height: 90px;
  background: #333333 !important;
  text-align: center;
  margin-top: 64px;
  width: 100%;
  z-index: 2;
}

.hc_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hc_navi .m {
  margin-top: 0 !important;
}

.hc_navi ul li a {
  color: #fff;
  display: inline-block;
  height: 90px;
  box-sizing: border-box;
  padding-top: 55px;
  font-size: 12px;
  position: relative;
  text-decoration: none !important;
}

.hc_navi ul li .on:before, .hc_navi ul li a:hover:before {
  content: "";
  display: block;
  background: #fff;
  height: 4px;
  width: 24px;
  bottom: 11px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
}

.hc_navi ul li .cic001 {
  background: url("../images/cicon01.png") center 18px no-repeat;
}

.hc_navi ul li .cic002 {
  background: url("../images/cicon02.png") center 18px no-repeat;
}

.hc_navi ul li .cic003 {
  background: url("../images/cicon03.png") center 18px no-repeat;
}

.hc_navi ul li .cic004 {
  background: url("../images/cicon04.png") center 16px no-repeat;
}

.hc_navi ul li .cic005 {
  background: url("../images/cicon05.png") center 18px no-repeat;
}

.hc_navi ul li .cic006 {
  background: url("../images/cicon06.png") center 18px no-repeat;
}

.hc_navi ul li .cic007 {
  background: url("../images/cicon07.png") center 18px no-repeat;
}

.hc_navi ul li .cic008 {
  background: url("../images/cicon08.png") center 18px no-repeat;
}

.hc_navi ul li .cic009 {
  background: url("../images/cicon09.png") center 18px no-repeat;
}

.hc_navi ul li .cic010 {
  background: url("../images/cicon10.png") center 18px no-repeat;
}

.hc_navi ul li {
  margin: 0 25px;
}

.hc_navi ul li .pic001 {
  background: url("../images/pic01.png") center 18px no-repeat;
}

.hc_navi ul li .pic002 {
  background: url("../images/pic02.png") center 18px no-repeat;
}

.hc_navi ul li .pic003 {
  background: url("../images/pic04.png") center 18px no-repeat;
}

.hc_navi ul li .pic004 {
  background: url("../images/pic03.png") center 16px no-repeat;
}

.hc_navi ul li .pic005 {
  background: url("../images/pic05.png") center 18px no-repeat;
}

.hc_navi ul li .pic006 {
  background: url("../images/pic06.png") center 18px no-repeat;
}

.hc_navi ul li .pic007 {
  background: url("../images/pic07.png") center 18px no-repeat;
}

.hc_navi ul li .pic008 {
  background: url("../images/pic08.png") center 18px no-repeat;
}

.hc_navi.product ul li {
  margin: 0 14px;
}

.hc_navi.product ul li a {
  min-width: 55px;
}

.hc_navi ul li .ic010 {
  background: url("../images/ic10.png") center 18px no-repeat;
  background-size: 34px 27px;
}

.hc_navi ul li .sus001 {
  background: url("../images/cicon01.png") center 18px no-repeat;
  width: 100px;
}

.hc_navi ul li .sus002 {
  background: url("../images/sus02.png") center 18px no-repeat;
  background-size: 21.97px 28px;
}

.hc_navi ul li .sus003 {
  background: url("../images/sus03.png") center 18px no-repeat;
  background-size: 20px 23.85px;
}

.hc_navi ul li .sus004 {
  background: url("../images/sus04.png") center 18px no-repeat;
  background-size: 27.53px 26px;
}

.hc_navi ul li .sus005 {
  background: url("../images/sus05.png") center 18px no-repeat;
  background-size: 24px 24px;
}

.hc_navi ul li .sus006 {
  background: url("../images/sus06.png") center 18px no-repeat;
  background-size: 24px 24px;
}

.hc_navi ul li .sus007 {
  background: url("../images/sus07.png") center 18px no-repeat;
  background-size: 33px 20px;
  width: 33px;
}

.hc_navi ul li .sus008 {
  background: url("../images/sus08.png") center 18px no-repeat;
  background-size: 18.67px 24px;
}

.ly_breadcrumb.nv {
  margin-top: 58px !important;
}

.hc_navi.product ul li {
  margin: 0 40px;
}

.hc_navi.product ul li a {
  min-width: 55px;
}

.hc_navi.sustanability ul li {
  margin: 0 20px;
}

.strength02 {
  border-bottom: solid 0px rgba(102, 102, 102, 0) !important;
}

@media screen and (min-width: 1366px) {
  .flow_title05 {
    background-size: 100% 100%;
  }
}
.flow_title05 {
  position: relative;
  background: url(../images/_img_bg05.png) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 700px;
}
.flow_title05:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 154px;
  background: url(../images/img_mask_head_01.png) no-repeat;
  background-size: 1906px 100%;
  background-position: top center;
}
@media screen and (min-width: 1906px) {
  .flow_title05:before {
    background-size: 100% 100%;
  }
}
.flow_title05:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 154px;
  background: url(../images/img_mask_foot_01.png) no-repeat;
  background-size: 1906px 100%;
  background-position: top center;
}
@media screen and (min-width: 1906px) {
  .flow_title05:after {
    background-size: 100% 100%;
  }
}
.flow_title05 h3 {
  margin: 0 auto;
  padding: 280px 0 0;
  width: 662.42px;
}
.flow_title05 h3 .sp_view {
  display: none;
}
.flow_title05 .fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .flow_title05 {
    height: 450px;
    background: url(../images/_img_bg05_sp.png) no-repeat;
    background-size: cover !important;
    background-position: center top;
  }
  .flow_title05:before {
    top: -50px !important;
    transform: scale(-1, 1);
  }
  .flow_title05:after {
    background: url(../images/img_mask_foot_02.png) no-repeat !important;
  }
  .flow_title05 h3 {
    padding: 134px 0 0;
    margin: 0 auto;
    width: 306px;
    text-align: -webkit-center;
  }
  .flow_title05 h3 .pc_view {
    display: none;
  }
  .flow_title05 h3 .sp_view {
    display: block;
  }
  .flow_title05 h3 .sp_view.fv {
    max-width: 70% !important;
  }
}
@media screen and (max-width: 750px) {
  .philosophy_guideline h4 {
    margin-left: 40px !important;
    text-align: left !important;
  }

  .g {
    width: 190px !important;
  }
}
@media screen and (max-width: 750px) {
  .un_mainvis.o {
    margin-top: 0px !important;
  }

  .at {
    white-space: pre-wrap  !important;
    width: 325px;
  }
}
@media screen and (max-width: 750px) {
  .hc_navi.product ul li {
    margin: 0 40px;
  }

  .summary_sp {
    margin-top: 0px !important;
  }

  .ly_main .ly_main_inner .business {
    position: relative;
    margin: 0px auto  60px;
  }
  .ly_main .ly_main_inner .business ul a {
    color: #000;
    text-decoration: none;
  }
  .ly_main .ly_main_inner .business ul a li {
    display: flex;
    margin: 0 auto;
    margin-bottom: 17px;
    width: 325px;
    height: 92px;
    border: 1px solid #000;
  }
  .ly_main .ly_main_inner .business ul a li .log {
    position: relative;
    z-index: 1;
    width: 95px;
    height: 95px;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu01 {
    width: 45.76px;
    margin: 40px 24.5px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu02 {
    width: 48.73px;
    margin: 38px 23px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu03 {
    width: 36px;
    margin: 30px;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu04 {
    width: 36px;
    margin: 30px;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu05 {
    width: 36px;
    margin: 30px 34px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu06 {
    width: 36px;
    margin: 33px 30px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu07 {
    width: 35.68px;
    margin: 32px 30px 0;
  }
  .ly_main .ly_main_inner .business ul a li p {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: auto 0 auto 10px;
    z-index: 2;
  }
  .ly_main .ly_main_inner .business ul a li .arw {
    position: relative;
    width: 8.49px;
    margin: auto;
    margin-right: 16px;
    z-index: 2;
  }
}
/* =========================================================
　◆Foot
========================================================= */
.ly_foot {
  width: 100%;
  padding: 0px 0 0;
  color: #999;
  background: #000;
  position: relative;
  z-index: 1;
}

.ly_foot .ly_foot_inner {
  padding: 30px 30px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.ly_foot .ly_foot_inner .ly_foot_nav {
  font-size: 0;
}

.ly_foot .ly_foot_inner .ly_foot_nav li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
  border-right: 1px solid #333;
}

.ly_foot .ly_foot_inner .ly_foot_nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.ly_foot .ly_foot_inner .bl_copy {
  font-size: 12px;
}

.ly_foot a {
  color: #999999;
}

.ly_foot .f_links {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ly_foot .f_links .wrap {
  width: 180px;
}

.ly_foot .f_links .wrap * {
  font-size: 14px;
}

.ly_foot .f_links .wrap .tit {
  border-bottom: 1px solid #999;
  margin-bottom: 17px;
  padding-bottom: 6px;
}

.ly_foot .f_links .wrap .ly_mnav {
  margin-bottom: 35px;
}

.ly_foot .f_links .wrap .ly_mnav li {
  margin-bottom: 6px;
}

.ly_foot .f_links .nlink {
  margin-bottom: 35px;
}

.ly_foot .f_links .nlink0 {
  margin-bottom: 10px;
}

.titlestyle01 {
  font-size: 28px;
  margin-bottom: 28px;
}

.center_btm {
  text-align: center;
}

.tstyle01 {
  font-size: 16px !important;
}

.licon {
  position: relative;
  display: inline-block;
  padding-left: 23px;
}

.licon:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e12f52;
  border-right: 2px solid #e12f52;
  transform: rotate(45deg);
  left: 5px;
  top: 5px;
}

.list_para {
  display: flex;
  justify-content: center;
}

.list_para li {
  margin: 0 10px;
}

@media all and (-ms-high-contrast: none) {
  .ly_gnav_inner .cFix {
    margin-top: -15px !important;
  }
}
/*--------------------------------------------------------------------------
	[ RWD Style ]
--------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .tl {
    margin-top: 72px !important;
  }

  .ly_main .ly_main_inner .business {
    margin: 40px auto 100px;
    margin-left: -30px;
  }
  .ly_main .ly_main_inner .business ul {
    display: flex;
    justify-content: start !important;
    align-items: center;
    flex-wrap: wrap;
  }
  .ly_main .ly_main_inner .business ul a {
    color: #000;
    text-decoration: none;
  }
  .ly_main .ly_main_inner .business ul a li {
    display: flex;
    margin: 0;
    margin-left: 24px;
    margin-bottom: 24px;
    width: 478px;
    height: 140px;
    border: 1px solid #000;
  }
  .ly_main .ly_main_inner .business ul a li .log {
    position: relative;
    z-index: 1;
    width: 140px;
    height: 140px;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu01 {
    width: 67.3px;
    margin: 61px 26px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu02 {
    width: 71.89px;
    margin: 55px 34px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu03 {
    width: 49px;
    margin: 45px;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu04 {
    width: 50px;
    margin: 45px;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu05 {
    width: 60px;
    margin: 47px 34px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu06 {
    width: 62.65px;
    margin: 45px 39px 0;
  }
  .ly_main .ly_main_inner .business ul a li .log .bu07 {
    width: 56.4px;
    margin: 45px 42px 0;
  }
  .ly_main .ly_main_inner .business ul a li p {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: auto 0 auto 36px;
    z-index: 2;
  }
  .ly_main .ly_main_inner .business ul a li .arw {
    position: relative;
    width: 8.49px;
    margin: auto;
    margin-right: 32px;
    z-index: 2;
  }

  	/* =========================================================
    　◆Head
    ========================================================= */
  .ly_head {
    min-width: 1050px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li {
    margin-left: 5px;
    float: left;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li .it_menu_btn {
    width: 52px;
    height: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_back {
    display: none;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe {
    position: relative;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_btn img {
    width: 20px;
    height: auto;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang {
    display: none;
    width: 89px;
    height: 83px;
    background: #000;
    position: absolute;
    left: 0;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li {
    margin: 0;
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li:first-of-type {
    padding-top: 15px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li:last-of-type {
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li a {
    color: #fff;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_mail .it_menu_btn img {
    width: 23px;
    height: auto;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search {
    position: relative;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search .it_menu_btn img {
    width: 22px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search .it_menu_searchbox {
    display: none;
    padding: 10px;
    background: #000;
    position: absolute;
    right: 0;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search .it_menu_searchbox input {
    width: 220px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search:hover .it_menu_searchbox {
    display: block;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li:hover {
    background: #000;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li:hover .it_menu_btn {
    background: transparent no-repeat center center;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li:hover .it_menu_btn img {
    visibility: hidden;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li:hover.it_menu_globe .it_menu_btn {
    background-image: url(/common/images/icon_globe_fff.png);
    background-size: 20px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li:hover.it_menu_mail .it_menu_btn {
    background-image: url(/common/images/icon_mail_fff.png);
    background-size: 23px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li:hover.it_menu_search .it_menu_btn {
    background-image: url(/common/images/icon_search_fff.png);
    background-size: 22px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe:hover .it_menu_lang {
    display: block;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.is_menu_active {
    background: #000;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.is_menu_active .it_menu_btn {
    background: transparent no-repeat center center;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.is_menu_active .it_menu_btn img {
    visibility: hidden;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.is_menu_active.it_menu_globe .it_menu_btn {
    background-image: url(/common/images/icon_globe_fff.png);
    background-size: 20px 20px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.is_menu_active.it_menu_search .it_menu_btn {
    background-image: url(/common/images/icon_search_fff.png);
    background-size: 22px 22px;
  }

  .ly_gnav {
    margin-right: 0;
    /*
    border-right: 1px solid #ccc;*/
    position: fixed;
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }

  .ly_gnav .ly_gnav_inner > ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .ly_gnav .ly_gnav_inner > ul > li {
    padding: 0 5px;
    margin: 0 10px;
    height: 35px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    vertical-align: middle;
  }

  .ly_gnav .ly_gnav_inner > ul > li > a {
    line-height: 35px;
  }

  .ly_gnav .ly_gnav_inner a:hover {
    text-decoration: none;
  }

  .ly_gnav .ly_gnav_inner > ul > li > .js_gnav_accBtn {
    display: none;
  }

  .ly_gnav .ly_gnav_inner > ul > li:last-of-type {
    margin-right: 0;
  }

  .ly_gnav .ly_gnav_inner > ul > li .ly_mnav {
    		/*
        -webkit-transition: height 0s .1s;
        transition: height 0s .1s;
        */
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_top {
    display: none;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_company .ly_mnav {
    width: 180px;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_company:hover .ly_mnav {
    height: auto;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_business .ly_mnav {
    width: 168px;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_business:hover .ly_mnav {
    height: auto;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_ir .ly_mnav {
    width: 168px;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_ir:hover .ly_mnav {
    height: auto;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav {
    width: 220px;
  }

  .ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability:hover .ly_mnav {
    height: auto;
  }

  .ly_breadcrumb {
    width: 100%;
    z-index: 1;
    margin-top: 0px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .ly_breadcrumb.search {
    padding-top: 64px;
  }

  .tl {
    margin-top: 58px !important;
  }

  .summary {
    margin-top: 58px !important;
  }

  .ly_breadcrumb.index {
    margin-top: 0 !important;
  }

  .ly_breadcrumb .ly_breadcrumb_inner {
    padding: 10px 30px;
    margin: 0 auto;
    max-width: 1040px;
  }

  .ly_breadcrumb .ly_breadcrumb_inner ul {
    font-size: 0;
  }

  .ly_breadcrumb .ly_breadcrumb_inner ul li {
    display: inline-block;
    margin-right: 13px;
    font-size: 12px;
  }

  .ly_breadcrumb .ly_breadcrumb_inner ul li a {
    display: inline-block;
    color: #333;
  }

  .ly_breadcrumb .ly_breadcrumb_inner ul li::after {
    content: ">";
    margin-left: 14px;
    display: inline-block;
  }

  .ly_breadcrumb .ly_breadcrumb_inner ul li.is_current {
    margin-right: 0;
  }

  .ly_breadcrumb .ly_breadcrumb_inner ul li.is_current::after {
    content: none;
  }

  .flexbtn {
    display: flex;
    justify-content: center;
  }

  .flexbtn a {
    margin: 0 10px 10px;
  }
}
.anchor_tag {
  display: block;
  margin-top: -87px;
  padding-top: 87px;
}

/*--------------------------------------------------------------------------
	[ RWD Style ]
--------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .anchor_tag {
    margin-top: -80px;
    padding-top: 80px;
  }

  	/* =========================================================
    ◆Basic
    ========================================================= */
  body {
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
  }

  .hc_navi.sustanability ul li {
    margin: 0 40px;
  }

  /* spBlock,spInline */
  .spBlock {
    display: block !important;
  }

  .spInline {
    display: inline-block !important;
  }

  .pcBlock, .pcInline {
    display: none !important;
  }

  	/* =========================================================
    　◆Head
    ========================================================= */
  .ly_head .mw {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 46px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }

  .ly_head .ly_head_inner {
    padding: 0 0px;
  }

  .ly_head {
    height: auto;
    -webkit-transition: left .3s;
    transition: left .3s;
    left: 0;
    background: rgba(241, 241, 241, 0.55);
  }

  .ly_head::after {
    content: none;
  }

  .ly_head .ly_head_inner {
    width: 100%;
    padding: 2.13% 3.33%;
    position: relative;
    z-index: 50;
  }

  .ly_head .ly_head_inner h1 {
    display: block;
    width: 100px;
  }

  .ly_head .ly_head_inner h1.en {
    width: 120px !important;
  }

  .ly_head .ly_head_inner .bl_catchCopy {
    display: none;
  }

  .ly_head .ly_head_inner #spMenu {
    width: 32px;
    height: 32px;
    margin-right: auto;
    display: block;
    vertical-align: middle;
    position: absolute;
    right: 3.33%;
    top: 50%;
    transform: translateY(-50%);
  }

  .ly_head .ly_head_inner #spMenu p {
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

  .ly_head .ly_head_inner #spMenu p span[class^="spMenu_line0"] {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
  }

  .ly_head .ly_head_inner #spMenu p span[class^="spMenu_line0"][class$="01"] {
    top: 8px;
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
    -webkit-transition: transform .5s, top .5s;
    transition: transform .5s, top .5s;
  }

  .ly_head .ly_head_inner #spMenu p span[class^="spMenu_line0"][class$="02"] {
    top: calc(50% - 1px);
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .5s;
  }

  .ly_head .ly_head_inner #spMenu p span[class^="spMenu_line0"][class$="03"] {
    bottom: 8px;
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
    -webkit-transition: transform .5s, bottom .5s;
    transition: transform .5s, bottom .5s;
  }

  .ly_head #Gnav_over {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .ly_head.is_menu_open {
    /* -webkit-transform: translateX(-66.67%); transform: translateX(-66.67%); */
  }

  .ly_head.is_menu_open #spMenu p span[class^="spMenu_line0"][class$="01"] {
    top: 16px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .ly_head.is_menu_open #spMenu p span[class^="spMenu_line0"][class$="02"] {
    opacity: 0;
  }

  .ly_head.is_menu_open #spMenu p span[class^="spMenu_line0"][class$="03"] {
    bottom: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .ly_head .ly_menu_wrap {
    width: 66.67%;
    min-width: 250px;
    height: 100vh;
    padding: 0 0 15%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #000;
    color: #fff;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }

  .ly_head .ly_menu_wrap .bl_menu {
    width: 100%;
    position: relative;
    z-index: 100;
  }

  .ly_head .ly_menu_wrap .bl_menu ul {
    width: 100%;
    padding: 14px 0;
    display: block;
    text-align: right;
    position: relative;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li {
    padding: 5px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li .it_menu_btn {
    width: 27px;
    height: auto;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li .it_menuItem_box {
    background: #000;
    position: absolute;
    left: 0;
    top: 65px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_back {
    margin-left: 0;
    padding-left: 10px;
    position: relative;
    display: none;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_back::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    left: 0;
    z-index: 50;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_btn img {
    width: 20px;
    height: 20px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang {
    display: none;
    padding: 0 8%;
    text-align: left;
    font-size: 18px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li {
    margin: 0 9.33% 10px 0;
    padding: 25px 5px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li:last-of-type {
    margin-right: 0;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_globe .it_menu_lang li a {
    color: #fff;
    padding: 5px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_mail .it_menu_btn img {
    width: 27px;
    height: 21px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search {
    padding-right: 7%;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search .it_menu_btn img {
    width: 22px;
    height: 22px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search .it_menu_searchbox {
    display: none;
    padding: 10px;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.it_menu_search .it_menu_searchbox input {
    width: 220px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
  }

  .ly_head .ly_menu_wrap .bl_menu ul li.is_menu_active .it_menu_btn::after {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background: #000;
    position: absolute;
    top: 65px;
    z-index: 110;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .ly_head .langc {
    width: 100px;
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 2;
  }

  .ly_head .langc p {
    display: block !important;
    margin: 0 !important;
    border: none !important;
    width: 34px !important;
    text-align: center;
  }

  .ly_head .langc p a {
    font-size: 18px !important;
    padding: 0 !important;
    color: #fff !important;
  }

  .ly_head .langc p a.on {
    text-decoration: underline;
  }

  .ly_head .langc .it_menu_lang {
    display: flex;
    height: 35px;
    align-items: center;
    width: 100px !important;
  }

  .ly_head .langc .it_menu_lang .swich {
    position: relative;
    width: 55px !important;
    height: 35px;
  }

  .ly_head .langc .it_menu_lang .swich:after {
    position: absolute;
    content: "";
    width: 44px;
    height: 16px;
    background: #999999;
    border-radius: 10px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }

  .ly_head .langc .it_menu_lang .swich:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    top: 0px;
    left: 2px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  	/* =========================================================
    　◆Gnav
    ========================================================= */
  .ly_gnav {
    width: 100%;
    background: #000;
    border-right: none;
    overflow-y: scroll;
  }

  .ly_gnav .ly_gnav_inner {
    width: 100%;
  }

  .ly_gnav .ly_gnav_inner ul {
    width: 100%;
  }

  .ly_gnav .ly_gnav_inner ul > li {
    width: 100%;
    margin-right: 15px;
    display: block;
    position: relative;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .ly_gnav .ly_gnav_inner ul > li a {
    color: #fff;
  }

  .ly_gnav .ly_gnav_inner ul > li > a {
    padding: 16px 0 16px 1.5em;
    display: block;
  }

  .ly_gnav .ly_gnav_inner ul > li .it_gnav_btn {
    height: 100%;
    position: relative;
    padding-right: 20%;
  }

  .ly_gnav .ly_gnav_inner ul > li .it_gnav_btn a {
    padding: 10px 0 10px 1.5em;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
  }

  .ly_gnav .ly_gnav_inner ul > li .it_gnav_btn .js_gnav_accBtn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .ly_gnav .ly_gnav_inner ul > li .it_gnav_btn .js_gnav_accBtn::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 50;
    -webkit-transform: translateY(-75%) rotate(45deg);
    transform: translateY(-75%) rotate(45deg);
  }

  .ly_gnav .ly_gnav_inner ul > li .it_gnav_btn .js_gnav_accBtn.is_mnav_active::after {
    -webkit-transform: translateY(-25%) rotate(225deg);
    transform: translateY(-25%) rotate(225deg);
  }

  .ly_gnav .ly_gnav_inner ul > li .ly_mnav {
    display: none;
    width: 100%;
    height: auto;
    width: auto;
    overflow: hidden;
    position: static;
  }

  .ly_gnav .ly_gnav_inner ul > li .ly_mnav li {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border: none;
  }

  .ly_gnav .ly_gnav_inner ul > li .ly_mnav li:first-of-type {
    padding-top: 0;
  }

  .ly_gnav .ly_gnav_inner ul > li .ly_mnav li:last-of-type {
    padding-bottom: 0;
  }

  .ly_gnav .ly_gnav_inner ul > li .ly_mnav li a {
    color: #fff;
  }

  .ly_gnav .ly_gnav_inner ul > li.it_nav_top {
    display: block;
  }

  .ly_gnav .ly_gnav_inner ul > li.it_nav_company .ly_mnav {
    width: 100%;
  }

  .ly_gnav .ly_gnav_inner ul > li.it_nav_business .ly_mnav {
    width: 100%;
  }

  .ly_gnav .ly_gnav_inner ul > li.it_nav_ir .ly_mnav {
    width: 100%;
  }

  .ly_breadcrumb {
    display: none;
  }

  	/* =========================================================
    　◆Main
    ========================================================= */
  .bl_top_btn {
    width: 40px;
    height: 40px;
    bottom: 14px;
    right: 25px;
  }

  .bl_top_btn a::after {
    width: 9px;
    height: 9px;
    border-top-width: 1px;
    border-right-width: 1px;
  }

  	/* =========================================================
    　◆Foot
    ========================================================= */
  .ly_foot {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .ly_foot .ly_foot_inner {
    padding: 20px 30px;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .ly_foot .ly_foot_inner .ly_foot_nav {
    display: none;
  }

  .ly_foot .ly_foot_inner .bl_copy {
    font-size: 10px;
    color: #999;
  }

  .ly_foot .f_links {
    width: auto;
    margin: 0 20px;
    display: block;
  }

  .ly_foot .f_links .wrap {
    width: auto;
  }

  .ly_foot .f_links .wrap * {
    font-size: 14px;
  }

  .ly_foot .f_links .wrap .tit {
    border-bottom: 1px solid #999;
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .ly_foot .f_links .wrap .ly_mnav {
    margin-bottom: 20px;
  }

  .ly_foot .f_links .wrap .ly_mnav li {
    margin-bottom: 6px;
  }

  .ly_foot li.indent {
    margin-left: 15px;
  }

  .ly_foot .f_links .nlink {
    margin-bottom: 20px;
  }
}
#mf_marsfinder {
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  .ic004 {
    width: 158px !important;
  }

  #mf_marsfinder {
    padding-top: 50px;
  }

  .hc_navi ul li .sus001 {
    background: url("../images/cicon01.png") center 18px no-repeat;
    width: 170px;
  }

  .hc_navi ul li .sus002 {
    background: url("../images/sus02.png") center 18px no-repeat;
    background-size: 21px 28px;
    margin-left: 20px;
  }

  .hc_navi ul li .sus003 {
    background: url("../images/sus03.png") center 18px no-repeat;
    background-size: 20px 23.85px;
  }

  .hc_navi ul li .sus004 {
    background: url("../images/sus04.png") center 18px no-repeat;
    background-size: 28px 26px;
    margin-left: 20px;
    width: 150px;
  }

  .hc_navi ul li .sus005 {
    background: url("../images/sus05.png") center 18px no-repeat;
    background-size: 24px;
  }

  .hc_navi ul li .sus006 {
    background: url("../images/sus06.png") center 18px no-repeat;
    background-size: 24px 24px;
    margin-left: 20px;
  }

  .hc_navi ul li .sus007 {
    background: url("../images/sus07.png") center 18px no-repeat;
    background-size: 33px 20px;
    width: 33px;
  }

  .hc_navi ul li .sus008 {
    background: url("../images/sus08.png") center 18px no-repeat;
    background-size: 18.67px 24px;
    margin-left: 20px;
  }

  .hc_navi {
    margin-top: 69px !important;
    height: auto !important;
    text-align: center;
    margin-top: 46px;
    width: 100%;
    z-index: 2;
    padding: 15px 0 15px;
  }

  .hc_navi ul {
    justify-content: start !important;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 5%;
  }

  .hc_navi .sp_su ul {
    justify-content: start !important;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 5.5%;
  }

  .hc_navi ul li {
    margin: 0 0 10px !important;
    width: 48% !important;
    text-align: left !important;
  }

  .bl_contHead.f {
    margin-top: 68px !important;
  }

  .bl_contHead.q {
    margin-top: -30px !important;
  }

  .bl_contHead {
    margin-top: 0px !important;
    padding: 10% 0 10% !important;
  }
  .bl_contHead.search {
    padding: 29% 0 10% !important;
  }

  .sp_tl {
    margin-top: 68px !important;
    padding: 10% 0 10% !important;
  }

  .hc_navi ul li a {
    color: #fff;
    display: flex !important;
    align-items: center !important;
    height: auto;
    box-sizing: border-box;
    padding: 0 !important;
    font-size: 16px;
    padding-left: 55px !important;
    background-position: 0 center !important;
    height: 40px !important;
  }

  .hc_navi ul li .sus {
    color: #fff;
    display: flex !important;
    align-items: center !important;
    height: auto;
    box-sizing: border-box;
    padding: 0 !important;
    font-size: 16px;
    padding-left: 37px !important;
    background-position: 0 center !important;
    height: 40px !important;
  }

  .hc_navi ul .r {
    margin: 0 0 10px 13px !important;
  }

  .hc_navi ul .n {
    margin: 0 0 10px 8px !important;
  }

  .hc_navi .ir_b {
    justify-content: start !important;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 8% !important;
  }

  .hc_navi ul .cr {
    margin: 0 0 10px 13px !important;
  }

  .hc_navi .ir_b li a {
    color: #fff;
    background-size: 25px !important;
    display: flex !important;
    align-items: center !important;
    height: auto;
    box-sizing: border-box;
    padding: 0 !important;
    font-size: 16px;
    padding-left: 42px !important;
    background-position: 0 center !important;
    height: 40px !important;
  }

  .hc_navi .com_b {
    justify-content: start !important;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 5.5% !important;
  }

  .hc_navi .com_b li a {
    color: #fff;
    background-size: 25px !important;
    display: flex !important;
    align-items: center !important;
    height: auto;
    box-sizing: border-box;
    padding: 0 !important;
    font-size: 16px;
    padding-left: 41px !important;
    background-position: 0 center !important;
    height: 40px !important;
  }

  .hc_navi ul li .on {
    	/*
    opacity: .6;*/
    text-decoration: underline;
  }

  .hc_navi ul li .on:before, .hc_navi ul li a:hover:before {
    display: none;
  }

  .flexstyleslay .imglist {
    max-width: 130px;
    margin: 0 20px;
  }

  .flexstyleslay .imglist:last-child {
    max-width: 130px;
    margin: 0 20px;
    padding-top: 0;
  }

  .un_o {
    top: -20px !important;
  }

  .un_p {
    top: 60px !important;
  }

  .un_q {
    left: 34px !important;
  }

  .un_h {
    left: 117px !important;
  }
}
#MF_form_phrase {
  width: 220px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
  border: none;
  background: #fff;
}

/**
 * ヘッダー
**/
.new_ly_head {
  position: fixed;
  min-width: 1280px;
  width: 100%;
  height: 64px;
  top: 0;
  z-index: 999;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 1px white;
}

.new_ly_head.en .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .body .title span {
  font-size: 15px;
  line-height: 1.6;
}

.new_ly_head a:hover {
  text-decoration: none;
}

.new_ly_head .cover, .new_ly_head .cover_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity, linear, 0.5s;
  -o-transition: opacity, linear, 0.5s;
  -webkit-transition: opacity, linear, 0.5s;
  transition: opacity, linear, 0.5s;
}

.new_ly_head .cover {
  height: 87px;
  background-color: #bfbfbf;
  z-index: 1;
}

.new_ly_head .cover_bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.new_ly_head .mw {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding-left: 17px;
  z-index: 1;
}

.new_ly_head .mw .ly_head_inner h1 {
  display: inline-block;
  vertical-align: middle;
  width: 147px;
}

.new_ly_head .mw .ly_head_inner h1 a {
  display: block;
}

.new_ly_head .mw .ly_head_inner h1 a img {
  width: auto;
}

.new_ly_head .mw .ly_head_inner #spMenu {
  display: none;
}

.new_ly_head .mw .ly_menu_wrap_all {
  width: calc(100% - 147px);
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap {
  margin: 0 auto;
  height: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav {
  height: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner {
  height: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul {
  height: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  float: left;
  height: 100%;
  margin-left: 29px;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_news a {
  padding-right: 0;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_news a span {
  letter-spacing: 0em;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_company {
  margin-left: 30px;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability a a span {
  letter-spacing: -0.25em;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn.pc {
  display: block;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn.sp {
  display: none;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn .menu_ttl {
  pointer-events: none;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn .menu_ttl::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("../images/arrow_white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 4px;
  right: -19px;
  transform: rotate(90deg);
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub.active::after {
  content: "";
  display: block;
  width: 100%;
  transition: width 0.2s ease-in;
  height: 2px;
  background: #e60012;
  bottom: 14px;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn.pc {
    display: none;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn.sp {
    display: block;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn .menu_ttl {
    pointer-events: auto;
  }
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li:first-child {
  margin-left: 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_recruitment .menu_ttl:after {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background: url("/common/images/icon_external_white.svg") no-repeat;
  top: 1px;
  right: -23px;
  position: absolute;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .it_gnav_btn {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 23px;
  cursor: pointer;
  position: relative;
  z-index: 10000;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .menu_ttl {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #F1F1F1;
  -moz-transition: height, ease-out, 0.5s;
  -o-transition: height, ease-out, 0.5s;
  -webkit-transition: height, ease-out, 0.5s;
  transition: height, ease-out, 0.5s;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav.sustanability .ly_mnav_inner_all .ly_mnav_inner:nth-child(2) {
  margin-top: 0;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav.sustanability .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item {
  border: none;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav.sustanability .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #777777;
  padding-bottom: 7px;
  border-bottom: solid 1px;
  margin-bottom: 15px;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav.sustanability .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list {
  padding-top: 0;
  margin-bottom: 35px;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav.sustanability .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a.corbon_neutral {
  display: block;
  line-height: 1.42857;
  margin-top: 3px;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav.sustanability .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a.doc_icon::after {
  background: url(/common/images/icon_doc_black.svg) no-repeat;
  left: 163px;
  top: 50%;
  transform: translateY(-50%);
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all {
  padding: 40px 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner:nth-child(1) {
  margin-top: 0px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item {
  width: 22.55102%;
  height: 84px;
  margin-left: 32px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item:first-child {
  margin-left: 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item.first {
  margin-left: 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item > a {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 750px) {
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item:hover a {
    opacity: 0.5;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item:hover a .body img {
    opacity: 1;
  }

  .hc_navi.li {
    margin-top: 64px !important;
  }
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .body {
  display: flex;
  width: 100%;
  height: 67px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .body img {
  width: 47.51131%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .body .title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 300px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .body .title span {
  margin-left: 9px;
  line-height: 1.7;
  font-size: 13px;
  word-break: keep-all;
  font-weight: bold;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item h4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14286;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 87px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity, linear, 0.5s;
  -o-transition: opacity, linear, 0.5s;
  -webkit-transition: opacity, linear, 0.5s;
  transition: opacity, linear, 0.5s;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner {
  margin-top: 40px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner .ly_mnav_inner_item {
  width: 31.02041%;
  height: auto;
  margin-left: 34px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list {
  padding-top: 10px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a {
  word-break: keep-all;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li .doc_icon {
  position: relative;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li .doc_icon:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  bottom: 0;
  background: url("/common/images/icon_doc_red.png") no-repeat;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability .ly_mnav .ly_mnav_inner:first-child {
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn.pc {
    display: flex;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.sub .it_gnav_btn.sp {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li:not(.sub):hover {
    /*
    .it_gnav_btn {
    	background-color: $red;
    	z-index: 2;
    	.menu_ttl {
    		color: #fff;
    	}*/
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.2s ease-in;
    height: 2px;
    background: #e60012;
    bottom: 14px;
    left: 0;
    position: absolute;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li:hover::after {
    width: 100%;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.on .cover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: all;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.on .it_gnav_btn .menu_ttl {
    color: #fff;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.on .ly_mnav {
    height: 308px;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.on .ly_mnav.company {
    height: 432px;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.on .ly_mnav.ir {
    height: 432px;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.on .ly_mnav.sustanability {
    /* height: 514px; */
    height: 560px;
  }
}
@media all and (-ms-high-contrast: none) {
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav {
    margin-top: 14px;
  }
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right.ie .new_bl_menu .it_menu_lang li.on a {
  padding: 3px 13px 0;
  margin: -3px 0 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu {
  margin-right: 33px;
  display: flex;
  align-items: center;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li {
  float: left;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li a, .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li span {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  color: #707070;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: 'Archivo', sans-serif;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li a::after, .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li span::after {
  position: absolute;
  width: 0;
  height: 1px;
  content: '';
  background-color: white;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li a:hover, .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li span:hover {
  color: #fff;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li a:hover::after, .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li span:hover::after {
  width: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.on a {
  color: #fff;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.slash {
  padding: 0 8px;
  pointer-events: none;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.slash span {
  color: #fff;
  font-weight: bold;
  font-family: 'Archivo', sans-serif;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search {
  display: flex;
  margin-right: 33px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_btn .it_menu_btn_item {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: opacity, linear, 0.5s;
  -o-transition: opacity, linear, 0.5s;
  -webkit-transition: opacity, linear, 0.5s;
  transition: opacity, linear, 0.5s;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_btn .it_menu_btn_item.it_menu_btn_search {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_btn .it_menu_btn_item.it_menu_btn_close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 0;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 64px;
  overflow: hidden;
  -moz-transition: height, ease-out, 0.5s;
  -o-transition: height, ease-out, 0.5s;
  -webkit-transition: height, ease-out, 0.5s;
  transition: height, ease-out, 0.5s;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner {
  width: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items {
  height: 60px;
  width: 640px;
  margin: 40px auto 0 auto;
  border: solid 1px #707070;
  pointer-events: all;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_text {
  float: left;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F1F1F1;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 24px;
  width: 580px;
  height: 100%;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_text:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_text::placeholder {
  color: #777777;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: 0em;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_btn {
  float: left;
  -webkit-appearance: none;
  background-color: #F1F1F1;
  background-image: url("/common/images/icon_search.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position-x: center;
  background-position-y: center;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  width: 58px;
  height: 100%;
  border-left: solid 1px #707070;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_btn:hover,
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_btn:focus {
  outline: none;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search.on .it_menu_btn .it_menu_btn_item.it_menu_btn_search {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search.on .it_menu_btn .it_menu_btn_item.it_menu_btn_close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search.on .it_menu_searchbox {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: all;
  height: 140px;
  background-color: #F1F1F1;
}

.new_ly_head {
  background-color: black;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .menu_ttl {
  color: white;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item {
  position: relative;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item a body img {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: black;
  transition: width 0.2s ease-in;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.2s ease-in 0.3s;
  background-color: black;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item:hover a body img {
  opacity: 0.5;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item:hover::before {
  width: 0%;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav .ly_mnav_inner .ly_mnav_inner_item:hover::after {
  width: 100%;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav.sustanability .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a {
  display: block;
  transition: all 0.2s ease-in;
  transform: translateX(0px);
  opacity: 1;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav.sustanability .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a:hover {
  transform: translateX(10px);
  opacity: 0.5;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav.sustanability .ly_mnav_inner .ly_mnav_inner_item::before {
  display: none;
}
.new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner ul li .ly_mnav.sustanability .ly_mnav_inner .ly_mnav_inner_item::after {
  display: none;
}

/**
 * フッター
**/
.sp {
  display: none;
}

.pc {
  display: block;
}

.new_ly_foot {
  width: 100%;
  padding: 0px 0 0;
  color: #999;
  background: black;
  position: relative;
  z-index: 1;
  padding-top: 38px;
}
.new_ly_foot .logo_area {
  margin-bottom: 36.6px;
}
.new_ly_foot .logo_area .logo {
  width: 108px;
  margin: 0 auto;
}
.new_ly_foot .inner {
  width: 980px;
  margin: 0 auto;
}
.new_ly_foot .inner .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}
.new_ly_foot .inner .info .location {
  font-size: 14px;
  color: white;
  letter-spacing: 0.06em;
}
.new_ly_foot .inner .info .copy {
  font-size: 9px;
  color: white;
  letter-spacing: 0.06em;
  transform: scale(0.81);
  transform-origin: right;
}
.new_ly_foot .links > li {
  border-top: solid 1px white;
  color: white;
  margin-bottom: 0 !important;
}
.new_ly_foot .links > li .inner {
  display: flex;
}
.new_ly_foot .links > li .inner .index {
  border-left: solid 1px white;
  border-right: solid 1px white;
  width: 215px;
  position: relative;
  white-space: nowrap;
}
.new_ly_foot .links > li .inner .index span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #F1F1F1;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  display: inline;
}
.new_ly_foot .links > li .inner .index span::after {
  position: absolute;
  width: 0;
  background-color: #F1F1F1;
  height: 0.5px;
  content: '';
  bottom: -3px;
  left: 0;
  transition: width 0.2s ease-in;
}
.new_ly_foot .links > li .inner .index:hover span::after {
  width: 100%;
}
.new_ly_foot .links > li .inner .pages {
  width: 765px;
  box-sizing: border-box;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 40px;
  border-right: solid 1px white;
  display: flex;
  flex-wrap: wrap;
}
.new_ly_foot .links > li .inner .pages li {
  position: relative;
  border: none;
  margin-right: 24px;
  margin-bottom: 0;
}
.new_ly_foot .links > li .inner .pages li a {
  line-height: 3;
  color: #F1F1F1;
  font-size: 14px;
}
.new_ly_foot .links > li .inner .pages li::after {
  position: absolute;
  width: 0;
  background-color: #F1F1F1;
  height: 0.5px;
  content: '';
  bottom: 12px;
  left: 0;
  transition: width 0.2s ease-in;
}
.new_ly_foot .links > li .inner .pages li:hover a {
  text-decoration: none;
}
.new_ly_foot .links > li .inner .pages li:hover::after {
  width: 100%;
}
.new_ly_foot .links > li.ex {
  justify-content: space-between;
  border-bottom: solid 1px white;
}
.new_ly_foot .links > li.ex .inner .index {
  height: 90px;
  border: none;
  width: 249px;
}
.new_ly_foot .links > li.ex .inner .index.news {
  border-left: solid 1px white;
  border-right: solid 1px white;
}
.new_ly_foot .links > li.ex .inner .index.recruit {
  border-right: solid 1px white;
  width: 272px;
}
.new_ly_foot .links > li.ex .inner .index.recruit span .box {
  display: flex;
  justify-content: center;
}
.new_ly_foot .links > li.ex .inner .index.recruit span .box .text {
  color: white;
  font-size: 18px;
  margin-right: 6px;
}
.new_ly_foot .links > li.ex .inner .index.contact {
  width: 283px;
  border-right: solid 1px white;
}
.new_ly_foot .links > li.ex .inner .index.box {
  width: 176px;
  border-right: solid 1px white;
}
.new_ly_foot .links > li.ex .inner .index.box a {
  width: 100%;
  display: block;
  position: relative;
  height: 45px;
}
.new_ly_foot .links > li.ex .inner .index.box a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #B5B5B5;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  display: inline;
}
.new_ly_foot .links > li.ex .inner .index.box a span::after {
  position: absolute;
  width: 0;
  background-color: #F1F1F1;
  height: 0.5px;
  content: '';
  bottom: -3px;
  left: 0;
  transition: width 0.2s ease-in;
}
.new_ly_foot .links > li.ex .inner .index.box a:nth-last-child(1) {
  border-top: solid 1px white;
}
.new_ly_foot .links > li.ex .inner .index.box a:hover span::after {
  width: 100%;
}

@media screen and (max-width: 750px) {
  /**
  * ヘッダー
  **/
  .border {
    border-top: solid 1px black;
  }

  .noborder {
    border: none !important;
  }

  .new_ly_head {
    min-width: 100%;
    height: 69px;
  }

  .new_ly_head .cover_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .new_ly_head .cover_bg.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .new_ly_head .mw {
    height: 70px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
  }

  .new_ly_head .mw .ly_head_inner h1 {
    width: 132px;
  }

  .new_ly_head .mw .ly_head_inner #spMenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 100%;
    background-color: black;
  }

  .new_ly_head .mw .ly_head_inner #spMenu .line {
    width: 33px;
    height: 19px;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    margin: 30px auto 0;
  }

  .new_ly_head .mw .ly_head_inner #spMenu .line span {
    -moz-transition: all 0.5s ease-out, top 0.5s ease-out;
    -o-transition: all 0.5s ease-out, top 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out, top 0.5s ease-out;
    transition: all 0.5s ease-out, top 0.5s ease-out;
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
  }

  .new_ly_head .mw .ly_head_inner #spMenu .line span:nth-child(1) {
    top: 0;
  }

  .new_ly_head .mw .ly_head_inner #spMenu .line span:nth-child(2) {
    top: 8px;
  }

  .new_ly_head .mw .ly_menu_wrap_all {
    display: block;
    position: fixed;
    left: 0;
    top: 69px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 0;
    -moz-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    -webkit-transition: height 0.5s linear;
    transition: height 0.5s linear;
    border-top: solid 1px #dcdcdc;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav {
    height: auto;
    background-color: #fff;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner {
    height: auto;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul {
    width: 100%;
    height: auto;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li {
    background-color: #F1F1F1;
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0 !important;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .menu_ttl {
    display: block;
    width: 92%;
    margin: 0 auto;
    height: 62px;
    line-height: 62px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    color: black;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .menu_ttl::before {
    content: "";
    position: absolute;
    right: 27px;
    width: 1.5px;
    height: 16px;
    background-color: #333333;
    top: 50%;
    margin-top: -7px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .menu_ttl:after {
    content: "";
    position: absolute;
    background-image: none !important;
    transform: rotate(0deg) !important;
    right: 20px !important;
    width: 16px !important;
    height: 1.5px !important;
    background-color: #333333;
    top: 50% !important;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .cover {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .it_gnav_btn {
    padding: 0;
    background-color: #F1F1F1;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    overflow: visible;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all {
    background-color: #f7f7f7;
    padding: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item {
    z-index: 4;
    width: 100%;
    height: auto;
    margin-left: 0;
    border-bottom: 0;
    border-top: solid 1px black;
    background-color: #E1E1E1;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item::after {
    display: none;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item::before {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .line {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .body {
    height: 62px;
    width: 92%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .body img {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .body .title span {
    font-size: 14px;
    margin-left: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .body .title br {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item h4 {
    height: 62px;
    width: 92%;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 62px !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    color: black !important;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item h4.only a {
    color: black;
    line-height: 62px !important;
    display: block;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item h4.only::after {
    display: none !important;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item h4:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 13px;
    height: 8px;
    background: url("/common/images/arrow.png") no-repeat;
    background-size: 13px, 8px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list {
    width: 92%;
    margin: 0 auto !important;
    padding-top: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li {
    padding-left: 10px;
    margin-bottom: 25px;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li:nth-child(1) {
    padding-top: 21px;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li:nth-last-child(1) {
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    border-bottom: solid 1px black;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item .ly_mnav_inner_list li a {
    font-weight: bold;
    line-height: 1;
    position: relative;
    font-size: 14px;
    color: black;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item.sp_no_border_top h4 {
    border-top: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item.close_before h4 {
    margin-top: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item.close_before h4:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner .ly_mnav_inner_item.close .ly_mnav_inner_list {
    height: 0;
    overflow: hidden;
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner:first-child .ly_mnav_inner_item:first-child {
    margin-top: 0px;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li .ly_mnav .ly_mnav_inner_all .ly_mnav_inner:first-child .ly_mnav_inner_item:first-child .body {
    border-top: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li:first-child .menu_ttl {
    border-top: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li {
    border-bottom: solid 1px black;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_news {
    z-index: 5;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_news .menu_ttl::before, .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_news .menu_ttl::after {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_company {
    z-index: 6;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_business {
    z-index: 7;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_ir {
    z-index: 8;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_sustanability {
    z-index: 9;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_recruitment {
    z-index: 10;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_recruitment .menu_ttl:before {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.it_nav_recruitment .menu_ttl:after {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    background: url(/common/images/icon_external_black.svg) no-repeat;
    background-size: cover;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.close_before.sub .it_gnav_btn .menu_ttl::before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap .new_ly_gnav .ly_gnav_inner > ul > li.close.sub .ly_mnav {
    height: 0;
    overflow: hidden;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right {
    width: 100%;
    background-color: #F1F1F1;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu {
    width: 100%;
    display: block;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search {
    width: 100%;
    margin-left: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_btn {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox {
    position: relative;
    top: 0;
    width: 100%;
    height: 120px;
    opacity: 1;
    background-color: #F1F1F1;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner {
    width: calc(327 / 375 * 100%);
    padding-top: 21px;
    margin: 0 auto;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner h2 {
    display: none;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items {
    width: 100%;
    margin-top: 10px;
    border: solid 1px #707070;
    height: 60px;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_text {
    width: calc(267 / 327 * 100%);
    background-color: #F1F1F1;
    padding: 0.4em 0.8em;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_btn {
    width: calc(58 / 327 * 100%);
    border-left: solid 1px #707070;
    background-color: #F1F1F1;
    background-image: url(/common/images/icon_search.svg);
    background-size: 32px 32px;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_search .it_menu_searchbox .it_menu_searchbox_inner .search_form_items .search_text::placeholder {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang {
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: start;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li {
    font-weight: bold;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li a {
    color: #707070;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.on a {
    color: black;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.slash {
    padding: 0 20px;
  }
  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.slash span {
    color: black;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li a {
    font-size: 16px;
    line-height: 21px;
  }

  .new_ly_head .mw .ly_menu_wrap_all .ly_menu_wrap_right .new_bl_menu .it_menu_lang li.jp a {
    height: 21px;
  }

  .new_ly_head .mw.open .ly_head_inner #spMenu .line span:nth-child(1) {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 5px;
    left: 0px;
  }

  .new_ly_head .mw.open .ly_head_inner #spMenu .line span:nth-child(2) {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 5px;
    left: 0px;
  }

  .new_ly_head .mw.open .ly_head_inner #spMenu .ttl {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .new_ly_head .mw.open .ly_menu_wrap_all {
    height: calc(100% - 69px);
  }

  /**
  * フッター
  **/
  .sp {
    display: block;
  }

  .c {
    display: block !important;
  }

  .pc {
    display: none;
  }

  .new_ly_foot {
    padding-top: 7%;
    padding-bottom: 3%;
  }
  .new_ly_foot .logo_area {
    margin-bottom: 27.7px;
  }
  .new_ly_foot .logo_area .logo {
    width: 67px;
  }
  .new_ly_foot .inner {
    width: 100%;
  }
  .new_ly_foot .inner .ex_box {
    display: flex;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    margin-bottom: 14px;
  }
  .new_ly_foot .inner .ex_box a {
    width: 50%;
    display: block;
    color: #B5B5B5;
    font-size: 12px;
    text-align: center;
    line-height: 3.83333;
  }
  .new_ly_foot .inner .ex_box a:nth-child(1) {
    border-right: solid 1px white;
  }
  .new_ly_foot .inner .info {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .new_ly_foot .inner .info .location {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
  }
  .new_ly_foot .inner .info .copy {
    font-size: 9px;
    line-height: 1.77778;
    color: white;
  }
}
