@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html,
body {
  width: 100%;
}

body {
  background-color: #fff;
  min-width: 980px;
}

.pcnone {
  display: none;
}

.spnone {
  display: inline;
}

@media print, screen and (max-width: 979px) {
  .pcnone {
    display: inline;
  }
  .spnone {
    display: none;
  }
}
#bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f4f5;
  color: #007a8b;
  font-weight: 900;
  z-index: 2001;
}
#bl_loading #loader {
  opacity: 0;
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  color: #007a8b;
  z-index: 2002;
}
#bl_loading #loader > div {
  width: 100%;
}
#bl_loading #bl_loadingPercentWrap {
  position: relative;
  line-height: 1;
}
#bl_loading #bl_loadingPercentNumber {
  position: absolute;
  right: 0;
  font-weight: 900;
}
#bl_loading #bl_loadingGaugeWrap {
  margin: auto;
  background-color: #78b7c0;
  position: relative;
}
#bl_loading #bl_loadingGaugeMeter {
  width: 0;
  height: 100%;
  background-color: #007a8b;
  display: block;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  color: #4c4c4c;
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Roboto Condensed", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  overflow-wrap: break-word;
  list-style: none;
}
body img {
  vertical-align: bottom;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
body *:before, body *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
body a {
  color: inherit;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-decoration: none;
  display: block;
  line-height: 1;
}
body a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #007a8b;
}
body a.ancar {
  position: absolute;
}
body .min {
  font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body .ov {
  font-family: "Overpass", sans-serif;
}
body img {
  width: 100%;
}
body section {
  position: relative;
  z-index: 5;
  text-align: center;
}

#main_visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.title_anm {
  opacity: 0;
}
.title_anm span {
  position: relative;
  opacity: 0;
  bottom: -0.5em;
  -webkit-transition: opacity 0.6s ease-in-out, bottom 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, bottom 0.6s ease-in-out;
}
.title_anm span.fade_in {
  opacity: 1;
  bottom: 0;
}

.img_anm {
  opacity: 0;
  position: relative;
  bottom: -1em;
  -webkit-transition: opacity 0.6s ease-in-out, bottom 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, bottom 0.6s ease-in-out;
}
.img_anm.fade_in {
  opacity: 1;
  bottom: 0;
}

#header {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
#header .logo {
  width: 306px;
  margin: 35px 0 0 60px;
  position: relative;
  z-index: 2;
}
#header div.menue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 1520px;
  margin: auto;
  padding-top: 50px;
  font-size: 16px;
}
#header div.menue ul.nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  right: 10px;
}
#header div.menue ul.nav > li {
  margin-left: 80px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#header div.menue ul.nav > li div.child_menue {
  display: none;
}
@media print, screen and (min-width: 980px) {
  #header div.menue ul.nav > li div.child_menue {
    display: none !important;
  }
}
#header.normal {
  background-color: rgba(241, 244, 245, 0.7);
}
#header.normal div.menue ul.nav li {
  color: #4c4c4c;
}

#footer {
  position: relative;
  margin-top: 200px;
  background-color: #f1f4f5;
  overflow-x: hidden;
}
#footer .spnone {
  display: block;
}
#footer .logo {
  width: 306px;
  padding-top: 35px;
  margin: 0 0 0 60px;
  position: relative;
  z-index: 2;
}
#footer div.menue {
  z-index: 1;
  max-width: 1520px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 30px;
  height: 100%;
  font-size: 16px;
  overflow: hidden;
}
#footer div.menue:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer div.menue ul.nav {
  float: right;
  position: relative;
  right: -50px;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
}
#footer div.menue ul.nav > li {
  width: 180px;
}
#footer div.menue ul.nav > li h3 {
  font-weight: 900;
}
#footer div.menue ul.nav > li .child_menue {
  margin: 38px 0 0 20px;
}
#footer div.menue ul.nav > li .child_menue li:nth-of-type(n+2) {
  margin-top: 30px;
}
#footer div.menue ul.nav > li .child_menue + .child_menue {
  margin-left: 50px;
}
#footer .footer_top {
  min-height: 280px;
}
#footer .footer_btm {
  position: relative;
  padding: 100px 0 20px;
}
#footer .footer_btm p.pmark {
  width: 94px;
  position: absolute;
  left: 80px;
  bottom: 200px;
}
#footer .footer_btm p.copy {
  width: 100%;
  height: 100%;
  max-height: 90px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
#footer .footer_btm ul.policy {
  max-width: 1520px;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 0;
  z-index: 10;
}
#footer .footer_btm ul.policy li {
  margin-left: 30px;
  font-size: 14px;
}
#footer .footer_btm p.thinking {
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  max-width: 1520px;
  margin: auto;
  text-align: right;
  font-size: 14px;
  z-index: 10;
}
#footer .footer_btm p.j_front_retailing {
  width: 250px;
  position: absolute;
  left: 60px;
  top: 20px;
  z-index: 10;
}

body.gdpr .gdpr-bg {
  z-index: 1000;
  opacity: 1;
}

.gdpr-bg {
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  background: #707070;
  color: #fff;
}
.gdpr-bg .gdpr-link {
  color: #fff;
  text-decoration: underline;
}
.gdpr-bg .gdpr-bg-inner {
  position: relative;
  padding: 0 10px;
}
.gdpr-bg .gdpr-btn {
  position: absolute;
  top: -20px;
  right: 30px;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.gdpr-bg .gdpr-btn a {
  display: inline-block;
}
.gdpr-bg .gdpr-btn img {
  width: 19px;
  height: 19px;
}
.gdpr-bg .gdpr-sentence {
  padding-right: 30px;
}
.gdpr-bg .gdpr-ttl {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
.gdpr-bg .gdpr-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.gdpr-bg .gdpr-text a {
  display: inline-block;
}
.gdpr-bg .gdpr-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1500px;
  margin: auto;
}
.gdpr-bg .gdpr-accept {
  min-width: 170px;
  width: 170px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.gdpr-bg .gdpr-accept a {
  -webkit-transition: all 0.15s;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.15s;
  width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.gdpr-bg .gdpr-accept a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  opacity: 1 !important;
}

#bl_loading {
  font-size: 20px;
}
#bl_loading #loader > div {
  width: 100%;
  padding: 0 30px;
  padding-bottom: 100px;
}
#bl_loading #bl_loadingPercentWrap {
  margin-bottom: 1.5625vw;
}
#bl_loading #bl_loadingPercentNumber {
  font-size: 72px;
  bottom: -18px;
}
#bl_loading #bl_loadingPercentNumber span {
  font-size: 24px;
}
#bl_loading #bl_loadingGaugeWrap {
  width: 100%;
  height: 3px;
}
@media print, screen and (min-width: 1581px) {
  #bl_loading #loader > div {
    width: 1520px;
  }
  #bl_loading #bl_loadingPercentWrap {
    margin-bottom: 30px;
  }
  #bl_loading #bl_loadingGaugeWrap {
    width: 100%;
    height: 3px;
  }
}

#wrap {
  width: 100%;
  overflow-x: hidden;
}

.page_content .ancar {
  padding-top: 130px;
  margin-top: -130px;
}
@media print, screen and (max-width: 1200px) {
  .page_content .ancar {
    padding-top: 10.8333333333vw;
    margin-top: -10.8333333333vw;
  }
}
.page_content section:nth-of-type(1) {
  z-index: 30;
}
.page_content section:nth-of-type(2) {
  z-index: 29;
}
.page_content section:nth-of-type(3) {
  z-index: 28;
}
.page_content section:nth-of-type(4) {
  z-index: 27;
}
.page_content section:nth-of-type(5) {
  z-index: 26;
}
.page_content section:nth-of-type(6) {
  z-index: 25;
}
.page_content section:nth-of-type(7) {
  z-index: 24;
}
.page_content section:nth-of-type(8) {
  z-index: 23;
}
.page_content section:nth-of-type(9) {
  z-index: 22;
}
.page_content section:nth-of-type(10) {
  z-index: 21;
}
.page_content section:nth-of-type(11) {
  z-index: 20;
}
.page_content section:nth-of-type(12) {
  z-index: 19;
}
.page_content section:nth-of-type(13) {
  z-index: 18;
}
.page_content section:nth-of-type(14) {
  z-index: 17;
}
.page_content section:nth-of-type(15) {
  z-index: 16;
}
.page_content section:nth-of-type(16) {
  z-index: 15;
}
.page_content section:nth-of-type(17) {
  z-index: 14;
}
.page_content section:nth-of-type(18) {
  z-index: 13;
}
.page_content section:nth-of-type(19) {
  z-index: 12;
}
.page_content section:nth-of-type(20) {
  z-index: 11;
}
.page_content section:nth-of-type(21) {
  z-index: 10;
}
.page_content section:nth-of-type(22) {
  z-index: 9;
}
.page_content section:nth-of-type(23) {
  z-index: 8;
}
.page_content section:nth-of-type(24) {
  z-index: 7;
}
.page_content section:nth-of-type(25) {
  z-index: 6;
}
.page_content section:nth-of-type(26) {
  z-index: 5;
}
.page_content section:nth-of-type(27) {
  z-index: 4;
}
.page_content section:nth-of-type(28) {
  z-index: 3;
}
.page_content section:nth-of-type(29) {
  z-index: 2;
}
.page_content section:nth-of-type(30) {
  z-index: 1;
}
.page_content section h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1520px) {
  .page_content section h2 {
    font-size: 4vw;
  }
}
.page_content section p.en {
  font-size: 26px;
  margin-top: 1.25vw;
  font-weight: 900;
  line-height: 1;
  color: #007a8b;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1520px) {
  .page_content section p.en {
    font-size: 2.1666666667vw;
  }
}
@media print, screen and (min-width: 1521px) {
  .page_content section p.en {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1921px) {
  .page_content section p.en {
    margin-top: 0.78125vw;
  }
}
.page_content section div.btn.view {
  width: 21.6666666667vw;
  height: 6.6666666667vw;
  font-size: 1.3333333333vw;
  margin-top: 5vw;
}
@media print, screen and (min-width: 1521px) {
  .page_content section div.btn.view {
    width: 260px;
    height: 80px;
    font-size: 16px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1921px) {
  .page_content section div.btn.view {
    width: 13.5416666667vw;
    height: 4.1666666667vw;
    font-size: 0.8333333333vw;
    margin-top: 3.125vw;
  }
}
.page_content section div.btn.view a {
  color: #007a8b;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-left: 4.1666666667vw;
  position: relative;
  background-color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.page_content section div.btn.view a:before {
  content: "";
  display: block;
  position: absolute;
  width: 3.75vw;
  height: 0.8333333333vw;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2.9166666667vw;
  border-bottom: 1px solid #007a8b;
  border-right: 1px solid #007a8b;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.page_content section div.btn.view a:hover {
  background-color: #007a8b;
  color: #fff;
  opacity: 1 !important;
}
.page_content section div.btn.view a:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
@media print, screen and (min-width: 1521px) {
  .page_content section div.btn.view a {
    padding-left: 50px;
  }
  .page_content section div.btn.view a:before {
    width: 45px;
    height: 10px;
    right: 35px;
  }
}
@media print, screen and (min-width: 1921px) {
  .page_content section div.btn.view a {
    padding-left: 2.6041666667vw;
  }
  .page_content section div.btn.view a:before {
    width: 2.34375vw;
    height: 0.5208333333vw;
    right: 1.8229166667vw;
  }
}
.page_content section div.container {
  max-width: 100%;
  padding: 0 10px;
}
@media print, screen and (min-width: 1541px) {
  .page_content section div.container {
    max-width: 1540px;
    padding: 0 10px;
    margin: auto;
  }
}

body .page_content {
  width: 100%;
}
body.under .page_content #main_visual {
  min-width: 100%;
}
@media print, screen and (max-width: 1920px) {
  body.under .page_content #main_visual {
    min-width: initial;
    max-width: initial;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print, screen and (max-width: 1520px) {
  body.under .page_content #main_visual {
    min-width: initial;
    max-width: initial;
    left: 0;
    right: 0;
  }
}
@media print, screen and (max-width: 1920px) {
  body.under .page_content #main_visual.tablet {
    min-width: initial;
    max-width: initial;
    left: 0;
    right: 0;
  }
}
@media print, screen and (max-width: 1520px) {
  body.under .page_content #main_visual.tablet {
    min-width: initial;
    max-width: initial;
    left: 0;
    right: 0;
  }
}
body.under .page_content div.breadcrumb {
  position: relative;
  z-index: 99;
  margin: 20px 0 70px;
  padding-left: 1.6666666667vw;
}
@media print, screen and (min-width: 1521px) {
  body.under .page_content div.breadcrumb {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1921px) {
  body.under .page_content div.breadcrumb {
    padding-left: 10.4166666667vw;
  }
}
body.under .page_content div.breadcrumb ol {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.under .page_content div.breadcrumb ol li {
  line-height: 1;
  font-size: 14px;
}
body.under .page_content div.breadcrumb ol li:nth-of-type(n+2) {
  margin-left: 24px;
  position: relative;
}
body.under .page_content div.breadcrumb ol li:nth-of-type(n+2):before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4c4c4c;
  border-bottom: 2px solid #4c4c4c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: -24px;
}
body.under .page_content section.mv div.title {
  height: 32.2916666667vw;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
body.under .page_content section.mv h2 {
  font-size: 56px;
  line-height: 1.6666666667;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1520px) {
  body.under .page_content section.mv h2 {
    font-size: 5vw;
  }
}
body.under .page_content section.mv p.en {
  font-size: 30px;
  margin-top: 1.25vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (max-width: 1520px) {
  body.under .page_content section.mv p.en {
    font-size: 2.5vw;
  }
}
@media print, screen and (min-width: 1521px) {
  body.under .page_content section.mv p.en {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1921px) {
  body.under .page_content section.mv p.en {
    margin-top: 0.78125vw;
  }
}
body.under .page_content #main_visual.tablet + section.mv div.title {
  height: 32.2916666667vw;
}
@media print, screen and (min-width: 1521px) {
  body.under .page_content #main_visual.tablet + section.mv div.title {
    height: 32.2916666667vw;
  }
}
@media print, screen and (min-width: 1921px) {
  body.under .page_content #main_visual.tablet + section.mv div.title {
    height: 32.2916666667vw;
  }
}
body.under.business .page_content section.mv div.title, body.under.company .page_content section.mv div.title {
  height: 33.3333333333vw;
}
body.under.business .page_content section.mv h2, body.under.company .page_content section.mv h2 {
  color: #4c4c4c;
}
body.under.business .page_content section.mv p.en, body.under.company .page_content section.mv p.en {
  color: #4c4c4c;
}
body.three_layers #header {
  background-color: rgba(241, 244, 245, 0.7);
}
body.three_layers #header div.menue ul.nav li {
  color: #4c4c4c;
}
body.three_layers #wrap {
  padding-top: 120px;
}

@media print, screen and (max-width: 979px) {
  body {
    min-width: initial;
  }
  #header {
    height: 18.6666666667vw;
  }
  #header .logo {
    width: 48.8vw;
    margin: 5.3333333333vw 0 0 4vw;
  }
  #header div.menue {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    max-width: initial;
    margin: 0;
    padding-top: 0vw;
    font-size: 4vw;
    width: 69.8666666667vw;
    height: 0;
    -webkit-transition: background-color 300ms, height 300ms;
    transition: background-color 300ms, height 300ms;
  }
  #header div.menue div.modal_menue {
    opacity: 0;
    z-index: -1;
    background-color: #f1f4f5;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 18.6666666667vw;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: transform 300ms, height 300ms;
    -webkit-transition: height 300ms, opacity 300ms, -webkit-transform 300ms;
    transition: height 300ms, opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, height 300ms, opacity 300ms;
    transition: transform 300ms, height 300ms, opacity 300ms, -webkit-transform 300ms;
  }
  #header div.menue div.modal_menue.displaynone {
    display: none;
  }
  #header div.menue ul.nav {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #f1f4f5;
    right: 0;
  }
  #header div.menue ul.nav > li {
    height: auto;
    margin-left: 0vw;
    width: 100%;
    color: #4c4c4c;
    width: 100%;
    -webkit-transition: max-height 400ms linear;
    transition: max-height 400ms linear;
    border-top: 2px solid #fff;
  }
  #header div.menue ul.nav > li li > a,
  #header div.menue ul.nav > li > a,
  #header div.menue ul.nav > li > span {
    position: relative;
    line-height: 1;
    width: 100%;
    height: 16.5333333333vw;
    border-radius: 0;
    padding-left: 10.6666666667vw;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  #header div.menue ul.nav > li li > a:before, #header div.menue ul.nav > li li > a:after,
  #header div.menue ul.nav > li > a:before,
  #header div.menue ul.nav > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 2.6666666667vw;
    height: 0.5333333333vw;
    background-color: #4c4c4c;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10.6666666667vw;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #header div.menue ul.nav > li li > a:before,
  #header div.menue ul.nav > li > a:before {
    bottom: 0.4vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header div.menue ul.nav > li li > a:after,
  #header div.menue ul.nav > li > a:after {
    top: 0.4vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header div.menue ul.nav > li > span:before, #header div.menue ul.nav > li > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 3.2vw;
    height: 0.5333333333vw;
    background-color: #4c4c4c;
    right: 10vw;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #header div.menue ul.nav > li > span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header div.menue ul.nav > li > span.open:before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #header div.menue ul.nav > li > span.open:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #header div.menue ul.nav > li a,
  #header div.menue ul.nav > li span {
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  #header div.menue ul.nav > li a:hover,
  #header div.menue ul.nav > li span:hover {
    background-color: #5294b2;
    color: #fff;
    opacity: 1 !important;
  }
  #header div.menue ul.nav > li a:hover:before, #header div.menue ul.nav > li a:hover:after,
  #header div.menue ul.nav > li span:hover:before,
  #header div.menue ul.nav > li span:hover:after {
    background-color: #fff;
  }
  #header div.menue ul.nav > li ul.child_menue li {
    width: 100%;
    height: 13.3333333333vw;
    position: relative;
    border-top: 1px solid #fff;
  }
  #header div.menue ul.nav > li ul.child_menue li a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    position: relative;
    width: 100%;
    height: 13.3333333333vw;
    padding-left: 13.3333333333vw;
  }
  #header div.menue.open {
    z-index: 10;
    height: auto;
  }
  #header div.menue.open div.modal_menue {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    height: 100%;
    background-color: #f1f4f5;
    opacity: 1;
    z-index: 10;
    display: block;
  }
  #header div.menue.open div.modal_menue > div {
    overflow-y: auto;
    max-height: calc(100vh - 18.6666666667vw);
  }
  #header .menue_btn {
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 1.6vw;
    color: #fff;
    width: 16vw;
    height: 16vw;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    z-index: 30;
  }
  #header .menue_btn span.spnone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  #header .menue_btn div {
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 0;
    width: 8vw;
    height: 12vw;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #header .menue_btn div span, #header .menue_btn div:before, #header .menue_btn div:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.8vw;
    margin: auto;
    background: #4c4c4c;
  }
  #header .menue_btn div span {
    overflow: hidden;
    z-index: 1;
    color: #4c4c4c;
    opacity: 1;
    -webkit-transition: opacity 150ms 50ms;
    transition: opacity 150ms 50ms;
  }
  #header .menue_btn div:before {
    z-index: 2;
    -webkit-transform: translate(0, 3.2vw);
    transform: translate(0, 3.2vw);
    content: "";
  }
  #header .menue_btn div:after {
    z-index: 2;
    -webkit-transform: translate(0, -3.2vw);
    transform: translate(0, -3.2vw);
    content: "";
  }
  #header .menue_btn div:before, #header .menue_btn div:after {
    -webkit-transition: transform 200ms;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  #header .menue_btn.open div {
    border: none;
  }
  #header .menue_btn.open div span {
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
  }
  #header .menue_btn.open div:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .menue_btn.open div:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menue_btn div span, #header .menue_btn div:before, #header .menue_btn div:after {
    border-radius: 0vw;
  }
  #header.normal {
    background-color: rgba(255, 255, 255, 0.7);
  }
  #header.normal div.menue ul.nav li {
    color: #4c4c4c;
  }
  #footer {
    position: relative;
    margin-top: 26.6666666667vw;
    background-color: #f1f4f5;
  }
  #footer .spnone {
    display: none;
  }
  #footer .pcnone {
    display: block;
  }
  #footer .logo {
    width: 48.8vw;
    padding-top: 0vw;
    margin: 8vw auto 1.3333333333vw;
    position: relative;
    z-index: 2;
  }
  #footer div.menue {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    max-width: initial;
    padding-top: 9.3333333333vw;
    height: 100%;
    font-size: 4vw;
    overflow: hidden;
    width: 92vw;
    margin: auto;
  }
  #footer div.menue:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #footer div.menue ul.nav {
    position: relative;
    right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: -webkit-max-content 0px -webkit-max-content 0px 1fr 0px auto;
    -ms-grid-rows: max-content 0px max-content 0px 1fr 0px auto;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
    grid-template-rows: max-content max-content 1fr auto;
    width: 100%;
    margin: auto;
    white-space: nowrap;
  }
  #footer div.menue ul.nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #footer div.menue ul.nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #footer div.menue ul.nav > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #footer div.menue ul.nav > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #footer div.menue ul.nav > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #footer div.menue ul.nav > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #footer div.menue ul.nav > li {
    margin: 0;
    width: 40%;
    padding-left: 4vw;
    font-size: 3.7333333333vw;
  }
  #footer div.menue ul.nav > li:nth-of-type(n+2) {
    margin-left: 0vw;
  }
  #footer div.menue ul.nav > li:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  #footer div.menue ul.nav > li:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    -ms-grid-row-align: end;
        align-self: end;
    margin-top: 4vw;
  }
  #footer div.menue ul.nav > li:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    padding-left: 0vw;
    width: 60%;
  }
  #footer div.menue ul.nav > li:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    margin-top: 6.6666666667vw;
  }
  #footer div.menue ul.nav > li .child_menue {
    margin: 5.3333333333vw 0 0 2.6666666667vw;
  }
  #footer div.menue ul.nav > li .child_menue li {
    font-size: 3.2vw;
  }
  #footer div.menue ul.nav > li .child_menue li:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  #footer div.menue ul.nav > li .child_menue + .child_menue {
    margin: 4vw 0 0 6.6666666667vw;
  }
  #footer div.menue ul.nav > li .pcnone {
    display: none !important;
  }
  #footer .footer_top {
    min-height: initial;
  }
  #footer .footer_btm {
    height: auto;
    position: relative;
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
  #footer .footer_btm p.pmark {
    width: 10.1333333333vw;
    left: auto;
    right: 4vw;
    bottom: 12vw;
  }
  #footer .footer_btm p.copy {
    width: 100%;
    height: 100%;
    max-height: initial;
    font-size: 2.6666666667vw;
    position: relative;
  }
  #footer .footer_btm ul.policy {
    max-width: initial;
    margin: auto;
    position: relative;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    top: 0;
  }
  #footer .footer_btm ul.policy li {
    margin-left: 0vw;
    font-size: 2.6666666667vw;
  }
  #footer .footer_btm ul.policy li:nth-of-type(n+2) {
    margin-left: 4vw;
  }
  #footer .footer_btm p.thinking {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    max-width: initial;
    margin: 2rem auto auto;
    text-align: center;
    font-size: 2.6666666667vw;
  }
  #footer .footer_btm p.j_front_retailing {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: 2rem auto auto;
    top: 0;
    font-size: 2.6666666667vw;
    text-align: center;
  }
  .gdpr-bg {
    width: 100%;
    padding: 8vw 0 4vw;
  }
  .gdpr-bg .gdpr-bg-inner {
    padding: 0;
    width: 92vw;
    margin: auto;
  }
  .gdpr-bg .gdpr-btn {
    top: -5.3333333333vw;
    right: 2.6666666667vw;
  }
  .gdpr-bg .gdpr-btn img {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .gdpr-bg .gdpr-sentence {
    padding-right: 0;
  }
  .gdpr-bg .gdpr-ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .gdpr-bg .gdpr-text {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
  .gdpr-bg .gdpr-box {
    max-width: initial;
    display: block;
  }
  .gdpr-bg .gdpr-accept {
    min-width: 32vw;
    width: 32vw;
    margin: 4vw auto auto;
  }
  .gdpr-bg .gdpr-accept a {
    font-size: 2.6666666667vw;
    width: 100%;
    height: 9.3333333333vw;
  }
  #bl_loading {
    font-size: 2.6666666667vw;
  }
  #bl_loading #loader > div {
    width: 92vw;
    padding: 0;
    padding-bottom: 13.3333333333vw;
  }
  #bl_loading #bl_loadingPercentWrap {
    margin-bottom: 4vw;
  }
  #bl_loading #bl_loadingPercentNumber {
    font-size: 9.6vw;
    bottom: -2.4vw;
  }
  #bl_loading #bl_loadingPercentNumber span {
    font-size: 3.2vw;
  }
  #bl_loading #bl_loadingGaugeWrap {
    width: 100%;
    height: 3px;
  }
  .page_content .ancar {
    padding-top: 21.3333333333vw;
    margin-top: -21.3333333333vw;
  }
  .page_content section div.container {
    max-width: 100%;
    padding: 0 0vw;
  }
  .page_content section h2 {
    font-size: 7.2vw;
    font-weight: 900;
    line-height: 1;
  }
  .page_content section p.en {
    font-size: 3.4666666667vw;
    margin-top: 2vw;
    font-weight: 900;
    line-height: 1;
    color: #007a8b;
  }
  .page_content section div.btn.view {
    width: 64vw;
    height: 16vw;
    font-size: 4vw;
    margin: auto;
    margin-top: 8vw;
  }
  .page_content section div.btn.view a {
    color: #007a8b;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding-left: 11.3333333333vw;
    position: relative;
    background-color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page_content section div.btn.view a:before {
    content: "";
    display: block;
    position: absolute;
    width: 10.6666666667vw;
    height: 2.1333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13.3333333333vw;
    border-bottom: 2px solid #007a8b;
    border-right: 2px solid #007a8b;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page_content section div.btn.view a:hover {
    background-color: #007a8b;
    color: #fff;
    opacity: 1 !important;
  }
  .page_content section div.btn.view a:hover:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  body .page_content {
    width: 100%;
  }
  body.under .page_content #main_visual {
    min-width: initial;
    max-width: initial;
    left: 0;
    right: 0;
  }
  body.under .page_content div.breadcrumb {
    margin: 4vw 0 8vw;
    padding-left: 4vw;
  }
  body.under .page_content div.breadcrumb ol li {
    font-size: 2.6666666667vw;
  }
  body.under .page_content div.breadcrumb ol li:nth-of-type(n+2) {
    margin-left: 3.2vw;
    position: relative;
  }
  body.under .page_content div.breadcrumb ol li:nth-of-type(n+2):before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    left: -3.2vw;
  }
  body.under .page_content section.mv div.title {
    height: 53.3333333333vw;
    width: 100%;
  }
  body.under .page_content section.mv h2 {
    font-size: 6.6666666667vw;
    line-height: 2;
    color: #fff;
  }
  body.under .page_content section.mv p.en {
    font-size: 3.2vw;
    margin-top: 2vw;
    font-weight: 900;
    color: #fff;
  }
  body.under .page_content #main_visual.tablet + section.mv div.title {
    height: 53.3333333333vw;
  }
  body.under.business .page_content section.mv div.title, body.under.company .page_content section.mv div.title {
    height: 53.3333333333vw;
    width: 100%;
  }
  body.three_layers #wrap {
    padding-top: 18.6666666667vw;
  }
}