@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
html,
body,
#siteMax {
  height: 100% !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: 100%;
  overflow-x: hidden;
  color: #393939;
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* -559 */
}
@media all and (max-width: 559px) {
  body {
    font-size: 13px;
    line-height: 1.77;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  color: #393939;
  outline: none;
  text-decoration: none;
}

a:link {
  color: #388CD5;
  text-decoration: none;
}

a:visited {
  color: #388CD5;
}

a:hover {
  color: #388CD5;
  /* 1136- */
}
@media all and (min-width: 1136px) {
  a:hover {
    text-decoration: none;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.shadow {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.13);
}

.radius {
  border-radius: 5px;
}

a img {
  border: none;
}

ul, li {
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

/* -559 */
@media all and (max-width: 559px) {
  html,
  body {
    height: auto;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* 560- */
@media all and (min-width: 560px) {
  body {
    height: auto !important;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}

strong {
  font-weight: bold;
}

.red {
  color: #C60F32;
}

.text_blue {
  color: #388CD5;
}

.nonSP {
  display: block !important;
  /* -559 */
  /* 560- */
}
@media all and (max-width: 559px) {
  .nonSP {
    display: none !important;
  }
}
@media all and (min-width: 560px) {
  .nonSP.inline {
    display: inline !important;
  }
  .nonSP.inline_block {
    display: inline-block !important;
  }
}

.forSP {
  display: none !important;
  /* -559 */
}
@media all and (max-width: 559px) {
  .forSP {
    display: block !important;
  }
  .forSP.inline {
    display: inline !important;
  }
}

.forTB {
  display: none !important;
}
@media all and (max-width: 560px) {
  .forTB {
    display: block !important;
  }
  .forTB.inline {
    display: inline !important;
  }
}

.forUnNav {
  display: none !important;
  /* -750 */
}
@media all and (max-width: 750px) {
  .forUnNav {
    display: block !important;
  }
  .forUnNav.inline {
    display: inline !important;
  }
}

.forNav {
  display: none !important;
  /* 751- */
}
@media all and (min-width: 751px) {
  .forNav {
    display: block !important;
  }
  .forNav.inline {
    display: inline !important;
  }
}

.forPC {
  display: none !important;
  /* 1136- */
}
@media all and (min-width: 1136px) {
  .forPC {
    display: block !important;
  }
  .forPC.inline {
    display: inline !important;
  }
}

.forMB {
  display: none !important;
  /* -767 */
}
@media all and (max-width: 767px) {
  .forMB {
    display: block !important;
  }
  .forMB.inline {
    display: inline !important;
  }
}

.forDT {
  display: none !important;
  /* 768- */
}
@media all and (min-width: 768px) {
  .forDT {
    display: block !important;
  }
  .forDT.inline {
    display: inline !important;
  }
}

/*----------------------------------------------------
フォント
----------------------------------------------------*/
.midashi {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner,
.innerSP {
  text-align: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.innerTB {
  text-align: left;
}

/* 560- */
@media all and (min-width: 560px) {
  .inner,
  .innerTB {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .innerTB {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .innerSP {
    padding: 0;
  }
}
/* 768- */
@media all and (min-width: 768px) {
  .innerDT {
    margin: 0 auto;
    text-align: left;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .innerPCW,
  .innerPC {
    margin: 0 5%;
  }
}
/* 1136- */
@media all and (min-width: 1136px) {
  .inner,
  .innerTB,
  .innerDT {
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .innerTB,
  .innerDT {
    width: 1080px;
  }
  .innerTB {
    padding: 0;
  }
  .innerDT {
    padding: 0;
  }
  .innerPC {
    max-width: 1080px;
    margin: 0 5%;
  }
}
/* 1366- */
@media all and (min-width: 1366px) {
  .innerPCW {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1216px) {
  .innerPC {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1446px) {
  .innerDT {
    padding: 0 40px;
    width: 1366px;
  }
}
/* 2201- */
@media all and (min-width: 2200px) {
  #siteMax {
    width: 2200px;
    margin: 0 auto;
    padding: 0;
  }
}
/* -767 */
@media all and (max-width: 767px) {
  .innerMB {
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*----------------------------------------------------
text fx
----------------------------------------------------*/
.fx_1 .letter {
  display: inline-block;
  line-height: 1em;
}

/*----------------------------------------------------
imgHov
----------------------------------------------------*/
/* 1136- */
@media all and (min-width: 1136px) {
  .imgHov .image {
    cursor: pointer;
    overflow: hidden;
  }
  .imgHov .image img {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .imgHov:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*----------------------------------------------------
fade
----------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
}

/*----------------------------------------------------
hvrLine
----------------------------------------------------*/
/* 751- */
@media all and (min-width: 751px) {
  .hvrLine {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvrLine:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 2px;
    background: #FFFFFF;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvrLine.wd:before {
    bottom: -4px;
    left: 50%;
    right: 50%;
  }
  a:hover .hvrLine:before, a:focus .hvrLine:before, a:active .hvrLine:before {
    left: 0;
    right: 0;
  }
  .inNavLine {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inNavLine:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 2px;
    background: #388CD5;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  a:hover .inNavLine:before, a:focus .inNavLine:before, a:active .inNavLine:before {
    left: 0;
    right: 0;
  }
  a.current:hover .inNavLine:before, a.current:focus .inNavLine:before, a.current:active .inNavLine:before {
    left: 0;
    right: 100%;
  }
  a:hover .inNavLine,
  a:focus .inNavLine,
  a:active .inNavLine {
    color: #388CD5;
  }
  #developmentWrap .inNavLine:before {
    background: #FFFFFF;
  }
  #developmentWrap a:hover .inNavLine,
  #developmentWrap a:focus .inNavLine,
  #developmentWrap a:active .inNavLine {
    color: #FFFFFF;
  }
}
/*----------------------------------------------------
loading
----------------------------------------------------*/
#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  text-align: center;
  color: #555555;
  z-index: 10001;
}
#loader p {
  margin-top: 10px;
  color: #555555;
}
#loader img {
  width: 100%;
  height: auto;
  max-width: 36px;
  /* 1136- */
}
@media all and (min-width: 1136px) {
  #loader img {
    width: 100%;
    height: auto;
    max-width: 36px;
  }
}

#loadingWrap {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
#loadingWrap.view {
  opacity: 1;
}

/*----------------------------------------------------
btnMore
----------------------------------------------------*/
.btnMore {
  text-align: center;
  /* 768- */
  /* 1136- */
}
.btnMore a, .btnMore p {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  border-bottom: solid 3px #388CD5;
  color: #393939;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 0.7em;
}
.btnMore a:hover, .btnMore p:hover {
  text-decoration: none;
}
.btnMore a span, .btnMore p span {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .btnMore a, .btnMore p {
    max-width: none;
    width: 300px;
    padding-bottom: 0.7em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnMore a::before, .btnMore p::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: auto;
    bottom: -1px;
    height: 0;
    background: url(../images/common/btn_more_on.png) no-repeat center bottom;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
  }
  .btnMore a:hover, .btnMore p:hover {
    color: #FFFFFF;
  }
  .btnMore a:hover::before, .btnMore p:hover::before {
    height: 50px;
    color: #FFFFFF;
  }
}
@media all and (min-width: 1136px) {
  .btnMore a, .btnMore p {
    width: 400px;
    font-size: 18px;
    padding-bottom: 0.5em;
  }
  .btnMore a:hover::before, .btnMore p:hover::before {
    height: 80px;
  }
}
.btnMore.white {
  /* 768- */
}
.btnMore.white a, .btnMore.white p {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.btnMore.white a::before, .btnMore.white p::before {
  background-image: url(../images/common/btn_more_on_w.png);
}
@media all and (min-width: 768px) {
  .btnMore.white.hov_g a:hover {
    color: #4F8F53;
  }
  .btnMore.white.hov_b a:hover {
    color: #388CD5;
  }
}
.btnMore.dt_w {
  /* 768- */
}
@media all and (min-width: 768px) {
  .btnMore.dt_w a, .btnMore.dt_w p {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
  }
  .btnMore.dt_w a::before, .btnMore.dt_w p::before {
    background-image: url(../images/common/btn_more_on_w.png);
  }
  .btnMore.dt_w.hov_g a:hover {
    color: #4F8F53;
  }
  .btnMore.dt_w.hov_b a:hover {
    color: #388CD5;
  }
}

/*----------------------------------------------------
siteHead
----------------------------------------------------*/
#siteHead {
  position: fixed;
  top: 30px;
  left: 20px;
  background: transparent;
  text-align: left;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 751- */
  /* 2201- */
}
#siteHead .logo {
  width: 140px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#siteHead .logo a, #siteHead .logo img, #siteHead .logo svg {
  display: block;
  width: 100%;
}
#siteHead .shoulder {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  margin-top: 8px;
  font-size: 6px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
          transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
}
#siteHead .shoulder span {
  display: block;
}
@media all and (min-width: 751px) {
  #siteHead {
    top: 45px;
    left: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
            transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
  }
  #siteHead .logo {
    font-size: 26px;
    width: 233px;
    height: 18px;
  }
  #siteHead .logo svg {
    fill: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
            transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
  }
  #siteHead .shoulder {
    display: block;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    margin-top: 13px;
    margin-left: 3px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.4em;
    font-weight: bold;
  }
  #siteHead .shoulder span {
    display: inline-block;
    letter-spacing: 0.23em;
    margin-right: 1em;
  }
}
@media all and (min-width: 2200px) {
  #siteHead {
    left: 50%;
    margin-left: -1060px;
  }
}

body.nav_scr:not(.menuOpen) #siteHead {
  /* 751- */
  /* 2201- */
}
body.nav_scr:not(.menuOpen) #siteHead .logo svg {
  fill: #000000;
}
body.nav_scr:not(.menuOpen) #siteHead .shoulder {
  opacity: 0;
}
@media all and (min-width: 751px) {
  body.nav_scr:not(.menuOpen) #siteHead {
    top: 20px;
    left: 30px;
  }
}
@media all and (min-width: 2200px) {
  body.nav_scr:not(.menuOpen) #siteHead {
    left: 50%;
    margin-left: -1080px;
  }
}

body.menuOpen #siteHead .logo svg {
  fill: #000000;
}

body#pageHome #siteHead .logo svg {
  fill: #ffffff;
}
body#pageHome #siteHead .shoulder {
  color: #ffffff;
}

body#pageHome.nav_scr #siteHead .logo svg,
body#pageHome.menuOpen #siteHead .logo svg {
  fill: #000000;
}
body#pageHome.nav_scr #siteHead .shoulder,
body#pageHome.menuOpen #siteHead .shoulder {
  display: none;
  color: #000000;
}

/*----------------------------------------------------
menuBtn
----------------------------------------------------*/
#menuBtn {
  position: fixed;
  top: 18px;
  right: 10px;
  width: 56px;
  height: 40px;
  background: transparent;
  z-index: 1005;
  /* 751- */
  /* 2201- */
}
@media all and (min-width: 751px) {
  #menuBtn {
    top: 24px;
    right: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
            transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
  }
}
@media all and (min-width: 2200px) {
  #menuBtn {
    right: 50%;
    margin-right: -1070px;
  }
}
#menuBtn .text {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 14px;
}

body.nav_scr:not(.menuOpen) #menuBtn {
  /* 751- */
  /* 2201- */
}
@media all and (min-width: 751px) {
  body.nav_scr:not(.menuOpen) #menuBtn {
    top: 0;
    right: 20px;
  }
}
@media all and (min-width: 2200px) {
  body.nav_scr:not(.menuOpen) #menuBtn {
    right: 50%;
    margin-right: -1090px;
  }
}

/* nav-icon */
#nav-icon {
  position: relative;
  width: 56px;
  right: 20px;
  padding-top: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* 751- */
  /* 1136- */
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  background: #000000;
  border-radius: 0;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 14px;
  width: 56px;
}
#nav-icon span:nth-child(2) {
  top: 23px;
  width: 37px;
}
#nav-icon em {
  display: none;
  position: absolute;
  top: 13px;
  right: 110%;
  color: #fff;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #nav-icon em {
    top: 17px;
    display: inline-block;
    color: #000;
    opacity: 1;
  }
  #nav-icon em::before {
    content: "Menu";
  }
}
#nav-icon.open {
  /* 751- */
}
#nav-icon.open span:nth-child(1) {
  width: 50px;
  top: 25px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#nav-icon.open span:nth-child(2) {
  width: 50px;
  top: 25px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#nav-icon.open em {
  display: block;
  opacity: 1;
}
@media all and (min-width: 751px) {
  #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(2) {
    width: 62px;
  }
  #nav-icon.open em {
    color: #fff;
  }
  #nav-icon.open em::before {
    content: "Close";
  }
}
@media all and (min-width: 751px) {
  #nav-icon {
    width: 62px;
    right: 40px;
  }
  #nav-icon span:nth-child(1) {
    top: 24px;
    width: 62px;
  }
  #nav-icon span:nth-child(2) {
    top: 36px;
    width: 40px;
  }
  #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(2) {
    top: 30px;
  }
  #nav-icon.open span {
    background: #FFFFFF;
  }
}
@media screen and (max-width: 750px) {
  #nav-icon.open span {
    background: #FFFFFF;
  }
}
@media all and (min-width: 1136px) {
  #nav-icon:hover:not(.open) span:nth-child(1) {
    top: 26px;
  }
  #nav-icon:hover:not(.open) span:nth-child(2) {
    top: 34px;
  }
}

#pageHome #nav-icon span,
#pageHome #nav-icon.open span {
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pageHome #nav-icon em {
  color: #FFFFFF;
}
#pageHome.nav_scr #nav-icon span {
  background: #000000;
}
#pageHome.nav_scr #nav-icon em {
  color: #000000;
}
#pageHome.nav_scr #nav-icon.open span {
  background: #FFFFFF;
}
#pageHome.nav_scr #nav-icon.open em {
  color: #FFFFFF;
}

/*----------------------------------------------------
gNav
----------------------------------------------------*/
#gNav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
          transition-timing-function: cubic-bezier(0.93, 0.03, 0.54, 0.99);
  pointer-events: none;
  background: url(../images/common/bg_nav_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  #gNav {
    background: url(../images/common/bg_nav_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#gNav .parent {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
#gNav .nav {
  /* 751- */
  /* 1136- */
}
#gNav .nav li + li {
  margin-top: 30px;
}
#gNav .nav li.current a .en {
  color: #fff;
}
#gNav .nav li a {
  display: block;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
#gNav .nav li a .en {
  color: #388CD5;
  font-size: 22px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  #gNav .nav li + li {
    margin-top: 35px;
  }
  #gNav .nav li a .en {
    font-size: 46px;
    font-weight: 800 !important;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 1136px) {
  #gNav .nav li a:hover .en {
    color: #D7D86F;
  }
}
@media screen and (min-width: 751px) and (max-height: 600px) {
  #gNav .nav li + li {
    margin-top: 20px;
  }
  #gNav .nav li a .en {
    font-size: 38px;
  }
}
#gNav.open {
  pointer-events: auto;
  right: 0;
}

body.menuOpen #siteHead {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#bgSvg {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s linear 0;
  transition: opacity 0.1s linear 0;
  /* 1136- */
}
@media all and (min-width: 1136px) {
  #bgSvg {
    display: block;
  }
}
#bgSvg[class^=chaged-bg] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s linear 0.2s;
  transition: opacity 0.8s linear 0.2s;
}
#bgSvg.chaged-bg-home {
  background-repeat: no-repeat;
  background-size: 224.95px 398.4px;
  background-position: left 200px bottom 80px;
}
#bgSvg.chaged-bg-service {
  background-repeat: no-repeat;
  background-size: 366.95px 359.27px;
  background-position: right 200px top;
}
#bgSvg.chaged-bg-diary {
  background-repeat: no-repeat;
  background-size: 559.31px 414.3px;
  background-position: left bottom 100px;
}
#bgSvg.chaged-bg-works {
  background-repeat: no-repeat;
  background-size: 663px 264.8px;
  background-position: right -100px center;
}
#bgSvg.chaged-bg-about {
  background-repeat: no-repeat;
  background-size: 542px 374px;
  background-position: left bottom 70px;
}
#bgSvg.chaged-bg-price {
  background-repeat: no-repeat;
  background-size: 542.84px 402.1px;
  background-position: right center;
}
#bgSvg.chaged-bg-contact {
  background-repeat: no-repeat;
  background-size: 620.74px 459.81px;
  background-position: left -115px bottom 50px;
}

html.webp #bgSvg.chaged-bg-home {
  background-image: url(../images/common/nav_img_home.webp);
}
html.webp #bgSvg.chaged-bg-service {
  background-image: url(../images/common/nav_img_service.webp);
}
html.webp #bgSvg.chaged-bg-diary {
  background-image: url(../images/common/nav_img_diary.webp);
}
html.webp #bgSvg.chaged-bg-works {
  background-image: url(../images/common/nav_img_works.webp);
}
html.webp #bgSvg.chaged-bg-about {
  background-image: url(../images/common/nav_img_about.webp);
}
html.webp #bgSvg.chaged-bg-price {
  background-image: url(../images/common/nav_img_price.webp);
}
html.webp #bgSvg.chaged-bg-contact {
  background-image: url(../images/common/nav_img_contact.webp);
}

html.no-webp #bgSvg.chaged-bg-home {
  background-image: url(../images/common/nav_img_home.png);
}
html.no-webp #bgSvg.chaged-bg-service {
  background-image: url(../images/common/nav_img_service.png);
}
html.no-webp #bgSvg.chaged-bg-diary {
  background-image: url(../images/common/nav_img_diary.png);
}
html.no-webp #bgSvg.chaged-bg-works {
  background-image: url(../images/common/nav_img_works.png);
}
html.no-webp #bgSvg.chaged-bg-about {
  background-image: url(../images/common/nav_img_about.png);
}
html.no-webp #bgSvg.chaged-bg-price {
  background-image: url(../images/common/nav_img_price.png);
}
html.no-webp #bgSvg.chaged-bg-contact {
  background-image: url(../images/common/nav_img_contact.png);
}

/*----------------------------------------------------
siteFoot
----------------------------------------------------*/
#pageHome #siteFoot.daytime {
  background: #388CD5;
}
#pageHome #siteFoot.sunset {
  background: #89754A;
}
#pageHome #siteFoot.night {
  background: #19375F;
}

#siteFoot {
  background: #388CD5;
  color: #FFFFFF;
  /* 1136- */
  /* 1366- */
}
#siteFoot a {
  color: #FFFFFF;
}
@media all and (min-width: 1136px) {
  #siteFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #siteFoot .inn_left {
    width: 100%;
    max-width: 1286px;
    padding: 0 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (min-width: 1366px) {
  #siteFoot .inn_left {
    padding: 0;
  }
}
#siteFoot .inn_left {
  /* 751- */
  /* 751- */
}
#siteFoot .inn_left .info {
  padding: 50px 0 60px;
}
#siteFoot .inn_left h2 {
  text-align: center;
}
#siteFoot .inn_left h2 img {
  max-width: 246px;
}
#siteFoot .inn_left .movies {
  margin-top: 36px;
  text-align: center;
}
#siteFoot .inn_left .movies h3 {
  color: #DED69E;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
}
#siteFoot .inn_left .movies h3 img {
  max-width: 128px;
}
#siteFoot .inn_left .movies ul {
  text-align: left;
  letter-spacing: -0.04em;
  padding-top: 10px;
}
#siteFoot .inn_left .movies ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 8px 5px 0 0;
}
#siteFoot .inn_left .movies ul li a {
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  border: solid 1px #FFFFFF;
  border-radius: 2em;
  padding: 0 0.8em;
}
@media all and (min-width: 751px) {
  #siteFoot .inn_left .info {
    padding: 30px 0;
  }
  #siteFoot .inn_left h2 {
    text-align: left;
  }
  #siteFoot .inn_left h2 img {
    max-width: 444px;
  }
  #siteFoot .inn_left .movies {
    text-align: left;
    margin-top: 70px;
  }
  #siteFoot .inn_left .movies h3 img {
    max-width: 138px;
  }
  #siteFoot .inn_left .movies ul {
    padding-top: 20px;
  }
  #siteFoot .inn_left .movies ul li {
    margin: 0;
  }
  #siteFoot .inn_left .movies ul li a {
    font-size: 13px;
    border: none;
    padding: 1em 2em;
  }
  #siteFoot .inn_left .movies ul li:first-child a {
    padding: 1em 2em 1em 0;
  }
}
#siteFoot .inn_left .company {
  margin-top: 24px;
  border-top: solid 1px #FFFFFF;
  padding-top: 24px;
  /* 751- */
}
#siteFoot .inn_left .company .address {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#siteFoot .inn_left .company .links {
  margin-top: 24px;
  border-top: solid 1px #FFFFFF;
  padding-top: 24px;
  font-size: 13px;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
#siteFoot .inn_left .company .sns {
  margin-top: 24px;
}
#siteFoot .inn_left .company .sns li {
  width: 18px;
  margin-bottom: 14px;
}
#siteFoot .inn_left .company .sns li:first-child {
  width: 20px;
}
@media all and (min-width: 751px) {
  #siteFoot .inn_left .company {
    margin-top: 36px;
    border-top-width: 4px;
    padding-top: 60px;
  }
  #siteFoot .inn_left .company .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #siteFoot .inn_left .company .column .wrap {
    padding: 0 50px;
    border-left: solid 1px #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #siteFoot .inn_left .company .column .wrap.address {
    padding: 0 50px 0 0;
    border-left: none;
  }
  #siteFoot .inn_left .company .address {
    font-size: 13px;
    width: 40%;
    max-width: 354px;
  }
  #siteFoot .inn_left .company .links {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    line-height: 2;
    width: 40%;
    max-width: 260px;
  }
  #siteFoot .inn_left .company .sns {
    margin-top: 0;
    width: 20%;
  }
  #siteFoot .inn_left .company .sns li {
    margin-bottom: 8px;
  }
  #siteFoot .inn_left .company .sns li a {
    position: relative;
  }
  #siteFoot .inn_left .company .sns li a::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    left: -5px;
    width: 26px;
    height: 26px;
    content: "";
    border: solid 2px #FFFFFF;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteFoot .inn_left .company .sns li a:hover::before {
    opacity: 1;
  }
}
#siteFoot .inn_left .lead {
  margin-top: 24px;
  border-top: solid 1px #FFFFFF;
  padding-top: 24px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#siteFoot .inn_left .rights {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.2;
  opacity: 0.5;
}
@media all and (min-width: 751px) {
  #siteFoot .inn_left .lead {
    margin-top: 50px;
    border-top: none;
    padding-top: 0;
    font-size: 12px;
    opacity: 0.6;
  }
  #siteFoot .inn_left .rights {
    font-size: 13px;
  }
}

body:not(#pageHome) #mobileFoot {
  background: #388CD5;
  position: relative;
  padding-top: 40px;
  margin-top: 150px;
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  body:not(#pageHome) #mobileFoot {
    padding-top: 80px;
  }
}
body:not(#pageHome) #mobileFoot .image {
  width: 210px;
  height: 181px;
  left: calc(50% - 105px);
  bottom: 100px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
}
body:not(#pageHome) #mobileFoot .conBlueWave {
  position: absolute;
  width: 100%;
  height: 139.14px;
  background: url(../images/home/concept_bluewave_sp.png) no-repeat;
  background-position: 68% bottom;
  background-size: 1366px 139.14px;
  bottom: calc(100% - 1px);
  z-index: 1;
}
body:not(#pageHome) #mobileFoot .f_contact {
  position: relative;
  display: block;
  max-width: 289px;
  padding: 10px 0 30px;
  margin: 0 auto;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
body:not(#pageHome) #mobileFoot .f_contact .hikouki {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  body:not(#pageHome) #mobileFoot {
    display: none;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 下層共通
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
 レイアウト
----------------------------------------------------*/
.relative {
  display: block;
  position: relative;
}

.section {
  /* 560- */
  /* 1136- */
}
@media all and (min-width: 560px) {
  .section {
    margin-top: 50px;
  }
}
@media all and (min-width: 1136px) {
  .section {
    margin-top: 95px;
  }
}
.section.noMgnT {
  margin-top: 0;
}

/*----------------------------------------------------
  ページinfo
----------------------------------------------------*/
.page_info {
  text-align: justify;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 2.2;
  color: #fff;
}
.page_info.black {
  color: #000;
}

/*----------------------------------------------------
 タイトル
----------------------------------------------------*/
/*:::: 第一階層 :::::::*/
.titleLv1 {
  margin-bottom: 30px;
}
.titleLv1 .eng {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  /* 560- */
  /* 1136- */
  /* 1366- */
}
@media all and (min-width: 560px) {
  .titleLv1 .eng {
    font-size: 60px;
  }
}
@media all and (min-width: 1136px) {
  .titleLv1 .eng {
    font-size: 70px;
  }
}
@media all and (min-width: 1366px) {
  .titleLv1 .eng {
    font-size: 80px;
  }
}
.titleLv1 .ja {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* 560- */
  /* 1136- */
}
@media all and (min-width: 560px) {
  .titleLv1 .ja {
    font-size: 20px;
  }
}
@media all and (min-width: 1136px) {
  .titleLv1 .ja {
    font-size: 26px;
  }
}
.titleLv1.blue .eng,
.titleLv1.blue .ja {
  color: #388CD5;
}

.titleLv2.eng {
  font-size: 32px;
  font-weight: bold;
}

/*----------------------------------------------------
 ぱんくず
----------------------------------------------------*/
#breadcrumb {
  /* 768- */
}
#breadcrumb .inner {
  /* -767 */
}
@media all and (max-width: 767px) {
  #breadcrumb .inner {
    padding: 15px 20px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
  color: #388CD5;
  font-weight: bold;
}
#breadcrumb ul li {
  padding-right: 30px;
  position: relative;
}
#breadcrumb ul li:first-child img {
  width: 13.33px;
  height: 14.24px;
}
#breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #388CD5;
  right: 10px;
  top: 6px;
}
#breadcrumb ul li a {
  color: #388CD5;
}
#breadcrumb i {
  color: #388CD5;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  #breadcrumb {
    bottom: 0;
    left: 40px;
  }
  #breadcrumb ul {
    background: #fff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
  }
  #breadcrumb ul li:first-child img {
    width: 20.5px;
    height: 21.9px;
  }
  #breadcrumb ul li:not(:last-child)::after {
    border-width: 6px 0 6px 8px;
  }
}

/*----------------------------------------------------
 スマホ背景
----------------------------------------------------*/
.sp_bg_gray {
  /* -767 */
}
@media all and (max-width: 767px) {
  .sp_bg_gray {
    background: #F8F8F8;
  }
}

/*----------------------------------------------------
 問い合わせボタン
----------------------------------------------------*/
#contact {
  /* -767 */
  margin: 120px 0 80px;
}
@media all and (max-width: 767px) {
  #contact {
    display: none;
  }
}
#contact .contact_bn {
  position: relative;
  display: block;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 0;
  background-size: cover;
  background-image: url(../images/common/contact_bn_bg.jpg);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  /* 768- */
}
#contact .contact_bn .message {
  display: inline-block;
  color: #393939;
  padding-left: 20px;
}
#contact .contact_bn .message .jp {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-decoration: none;
}
#contact .contact_bn .message .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#contact .contact_bn .character {
  position: absolute;
  bottom: -50px;
}
#contact .contact_bn .character.person {
  width: 170px;
  left: 3%;
}
@media all and (max-width: 840px) {
  #contact .contact_bn .character.person {
    left: 0;
  }
}
#contact .contact_bn .character.robot {
  width: 160px;
  right: 5%;
}
@media all and (max-width: 840px) {
  #contact .contact_bn .character.robot {
    right: 0;
  }
}
@media (min-width: 768px) and (hover: hover) {
  #contact .contact_bn:hover .person {
    -webkit-animation: person_hov 1.2s linear infinite;
            animation: person_hov 1.2s linear infinite;
  }
  #contact .contact_bn:hover .robot {
    -webkit-animation: chibi_hov 1.2s linear infinite;
            animation: chibi_hov 1.2s linear infinite;
  }
}

@-webkit-keyframes person_hov {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
            transform: rotate(0deg) skewY(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg) skewY(-5deg);
            transform: rotate(10deg) skewY(-5deg);
  }
}

@keyframes person_hov {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
            transform: rotate(0deg) skewY(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg) skewY(-5deg);
            transform: rotate(10deg) skewY(-5deg);
  }
}
@-webkit-keyframes chibi_hov {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
            transform: rotate(0deg) skewY(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg) skewY(5deg);
            transform: rotate(-10deg) skewY(5deg);
  }
}
@keyframes chibi_hov {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
            transform: rotate(0deg) skewY(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg) skewY(5deg);
            transform: rotate(-10deg) skewY(5deg);
  }
}
/*----------------------------------------------------
 ボタン用矢印（円の中に矢印）
 aタグにbtn_arrow_linkをつける（構造はparts_foot_contact.php参照）
----------------------------------------------------*/
.btn_arrow_link {
  /* 768- */
}
.btn_arrow_link .btn_arrow {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(57, 57, 57, 0.4);
  border-radius: 50%;
}
.btn_arrow_link .btn_arrow .arrows {
  position: relative;
  width: 32px;
  height: 100%;
  overflow: hidden;
}
.btn_arrow_link .btn_arrow .arrows .arrow {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_arrow_link .btn_arrow .arrows .arrow:first-child {
  left: -100%;
}
.btn_arrow_link .btn_arrow .arrows .arrow path {
  width: 100%;
  height: auto;
  fill: #393939;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_arrow_link .btn_arrow::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(57, 57, 57, 0.4);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) and (hover: hover) {
  .btn_arrow_link:hover .btn_arrow .arrows .arrow:first-child {
    left: 50%;
  }
  .btn_arrow_link:hover .btn_arrow .arrows .arrow:last-child {
    left: 200%;
  }
  .btn_arrow_link:hover .btn_arrow .arrows .arrow path {
    fill: #fff;
  }
  .btn_arrow_link:hover .btn_arrow::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----------------------------------------------------
 下層トップ(共通部分)
----------------------------------------------------*/
.top_content {
  padding-top: 126px;
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  .top_content {
    background: #F8F8F8;
  }
}
@media all and (min-width: 768px) {
  .top_content {
    padding-top: 0;
    margin-top: 128px;
  }
}
.top_content .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -767 */
  /* 768- */
  /* 1136- */
  /* 1366- */
}
@media all and (max-width: 767px) {
  .top_content .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .top_content .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 40px;
  }
}
@media all and (min-width: 1136px) {
  .top_content .columns {
    margin: 0 60px;
  }
}
@media all and (min-width: 1366px) {
  .top_content .columns {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1786px) {
  .top_content .columns {
    margin: 0 auto;
  }
}
.top_content .boxImg {
  position: relative;
  /* -767 */
  /* 768- */
  /* 1366- */
}
.top_content .boxImg .top_cell {
  display: block;
}
@media all and (max-width: 767px) {
  .top_content .boxImg {
    margin-bottom: -80px;
    max-width: 375px;
    margin-left: auto;
  }
  .top_content .boxImg .top_cell {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .top_content .boxImg {
    width: 52.55682747%;
    max-width: none;
  }
  .top_content .boxImg .top_cell {
    display: block;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: -60px;
    width: 400px;
    z-index: 2;
  }
}
@media screen and (min-width: 1001px) {
  .top_content .boxImg .top_cell {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    width: 500px;
  }
}
@media all and (min-width: 1366px) {
  .top_content .boxImg {
    width: 52.55682747%;
    min-height: 380px;
  }
  .top_content .boxImg .top_cell {
    position: absolute;
    bottom: -105px;
    width: 100%;
    max-width: 655px;
  }
}
.top_content .boxText {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* -767 */
  /* 768- */
  /* 1136- */
}
.top_content .boxText .eng {
  line-height: 1.1;
}
.top_content .boxText .ja {
  margin-top: 0.4em;
}
@media all and (max-width: 767px) {
  .top_content .boxText {
    padding: 85px 20px 85px;
    background: url(../images/header_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 768px) {
  .top_content .boxText {
    width: 47.03434178%;
    min-width: 450px;
    padding: 50px 40px 50px 0;
  }
}
@media all and (min-width: 1136px) {
  .top_content .boxText {
    padding: 90px 80px 70px 0;
  }
}
.top_content .boxImg .top_cell {
  opacity: 0;
  -webkit-transition: opacity 1.6s;
  transition: opacity 1.6s;
}
.top_content .boxImg .top_cell.view {
  opacity: 1;
}

.top_content .titleLv1 .eng,
.top_content .titleLv1 .ja,
.top_content .page_info {
  opacity: 0;
}

.top_content .titleLv1 .eng,
.top_content .titleLv1 .ja {
  margin-left: -20px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.top_content .page_info {
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.top_content .titleLv1 .eng.view,
.top_content .titleLv1 .ja.view {
  opacity: 1;
  margin-left: 0;
}

.top_content .page_info.view {
  opacity: 1;
}

/* pagePrice */
#pagePrice .top_content {
  /* 768- */
}
@media all and (min-width: 768px) {
  #pagePrice .top_content .top_cell {
    -webkit-transition: opacity 2.2s, left 1s;
    transition: opacity 2.2s, left 1s;
  }
}
@media screen and (min-width: 1001px) {
  #pagePrice .top_content .top_cell {
    left: 30px;
  }
  #pagePrice .top_content .top_cell.view {
    left: 0px;
  }
}

/* pageProduct */
#pageProduct .top_content {
  /* 768- */
  /* 1366- */
}
@media all and (min-width: 768px) {
  #pageProduct .top_content .top_cell {
    -webkit-transition: opacity 1s, bottom 0.6s;
    transition: opacity 1s, bottom 0.6s;
  }
}
@media screen and (min-width: 1001px) {
  #pageProduct .top_content .top_cell {
    bottom: 0px;
  }
  #pageProduct .top_content .top_cell.kemuri {
    bottom: 20px;
  }
  #pageProduct .top_content .top_cell.view {
    bottom: 20px;
  }
}
@media all and (min-width: 1366px) {
  #pageProduct .top_content .top_cell {
    bottom: -155px;
  }
  #pageProduct .top_content .top_cell.kemuri {
    bottom: -105px;
  }
  #pageProduct .top_content .top_cell.view {
    bottom: -105px;
  }
}

/* archiveWorks */
#archiveWorks .top_content {
  /* 768- */
  /* 1366- */
}
@media all and (min-width: 768px) {
  #archiveWorks .top_content .top_cell {
    -webkit-transition: opacity 1.2s, bottom 1.2s;
    transition: opacity 1.2s, bottom 1.2s;
  }
}
@media screen and (min-width: 1001px) {
  #archiveWorks .top_content .top_cell {
    bottom: 0px;
  }
  #archiveWorks .top_content .top_cell.view {
    bottom: 20px;
  }
}
@media all and (min-width: 1366px) {
  #archiveWorks .top_content .top_cell {
    bottom: -135px;
  }
  #archiveWorks .top_content .top_cell.view {
    bottom: -105px;
  }
}

/* pageCompany */
#pageCompany .top_content {
  /* 768- */
  /* 768- */
  /* 1366- */
}
#pageCompany .top_content .top_bg {
  width: 201px;
  margin-right: 30px;
}
@media all and (min-width: 768px) {
  #pageCompany .top_content .boxImg {
    max-width: 460px;
  }
  #pageCompany .top_content .top_cell {
    bottom: -50px;
    width: 100%;
    max-width: 378px;
    -webkit-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s;
  }
}
@media all and (min-width: 768px) {
  #pageCompany .top_content .top_cell {
    right: 0px;
  }
  #pageCompany .top_content .top_cell.view {
    right: 50px;
  }
}
@media all and (min-width: 1366px) {
  #pageCompany .top_content .boxImg {
    max-width: 550px;
  }
  #pageCompany .top_content .top_cell {
    right: 0px;
  }
  #pageCompany .top_content .top_cell.view {
    right: 150px;
  }
}

/* pageContact */
#pageContact .top_content {
  /* 768- */
}
@media all and (min-width: 768px) {
  #pageContact .top_content .top_cell {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
}

/*----------------------------------------------------
 下層タイトル(共通部分)
----------------------------------------------------*/
.sv_titleLv2 {
  color: #388CD5;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px;
  /* 768- */
}
@media all and (min-width: 768px) {
  .sv_titleLv2 {
    margin: 110px 0 50px;
  }
}
.sv_titleLv2 .tip {
  display: block;
  font-size: 17px;
  letter-spacing: 0.15em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .sv_titleLv2 .tip {
    font-size: 20px;
  }
}
@media all and (min-width: 1136px) {
  .sv_titleLv2 .tip {
    font-size: 20px;
  }
}
.sv_titleLv2 .big {
  font-size: 28px;
  margin-top: 10px;
  letter-spacing: 0.05em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .sv_titleLv2 .big {
    margin-top: 20px;
    font-size: 44px;
  }
}
@media all and (min-width: 1136px) {
  .sv_titleLv2 .big {
    font-size: 44px;
  }
}

.sv_titleLv3 {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 18px 0;
  /* 768- */
  /* 1136- */
}
.sv_titleLv3 .cmt {
  display: block;
  color: #388CD5;
  font-weight: normal;
}
.sv_titleLv3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sv_titleLv3 .outlink {
  display: inline-block;
  margin-left: 10px;
  width: 12.66px;
  height: auto;
}
@media all and (min-width: 768px) {
  .sv_titleLv3 {
    font-size: 16px;
  }
}
@media all and (min-width: 1136px) {
  .sv_titleLv3 {
    font-size: 18px;
    margin: 40px 0 20px 0;
  }
}

/*----------------------------------------------------
 下層コンテンツサイドメニュー付き(共通部分)
----------------------------------------------------*/
.layout {
  padding-top: 80px;
  /* 768- */
  /* 1136- */
}
.layout .columns {
  margin: 40px 0;
  color: #464646;
  line-height: 2.3;
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  .layout .columns .column + .column {
    margin-top: 35px;
  }
}
@media all and (min-width: 768px) {
  .layout .columns {
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout .columns .column {
    width: 46%;
  }
}
@media all and (min-width: 768px) {
  .layout {
    padding-top: 0;
  }
}
@media all and (min-width: 1136px) {
  .layout {
    margin-top: 110px;
  }
  .layout main {
    display: block;
    overflow: hidden;
  }
  .layout main .inNavCls,
  .layout main #inNav {
    width: 15.74074074%;
    float: left;
  }
  .layout main .inNavCls li + li,
  .layout main #inNav li + li {
    margin-top: 30px;
  }
  .layout main .inNavCls a,
  .layout main #inNav a {
    font-weight: bold;
    color: #D1D1D1;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }
  .layout main .inNavCls a.current,
  .layout main #inNav a.current {
    color: #388CD5;
  }
  .layout main #article,
  .layout main .article {
    width: 83.33333333%;
    float: right;
  }
  .layout main #article .section:first-child,
  .layout main .article .section:first-child {
    margin-top: 0;
  }
  .layout main #article .section:first-child .sv_titleLv2,
  .layout main .article .section:first-child .sv_titleLv2 {
    margin-top: 0;
  }
  .layout main #article .prc_titleLv2:first-child,
  .layout main .article .prc_titleLv2:first-child {
    margin-top: 0;
  }
}
.layout .note {
  margin-top: 40px;
  font-size: 14px;
  color: #464646;
  text-indent: -1em;
  margin-left: 1em;
  /* -767 */
}
@media all and (max-width: 767px) {
  .layout .note {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/*----------------------------------------------------
 下層フッターメニュー(共通部分)
----------------------------------------------------*/
#serviceNav {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid #D1D1D1;
  /* 768- */
  /* 1136- */
}
#serviceNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 630px;
  margin: 0 auto;
}
#serviceNav ul a {
  color: #D1D1D1;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#serviceNav ul a.current {
  color: #388CD5;
}
@media all and (min-width: 768px) {
  #serviceNav {
    margin-bottom: 60px;
  }
  #serviceNav ul a {
    font-size: 18px;
  }
}
@media all and (min-width: 1136px) {
  #serviceNav {
    margin-bottom: 90px;
    padding-top: 40px;
  }
  #serviceNav ul a {
    font-size: 20px;
  }
}

/*----------------------------------------------------
 プロフィール
----------------------------------------------------*/
.profile_detail {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile_detail .profile_image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.profile_detail .profile_name {
  font-size: 12px;
  letter-spacing: 0;
}
.profile_detail .profile_text {
  margin-left: 10px;
}
.profile_detail .profile_text a {
  color: #707070;
}

/* 768- */
@media all and (min-width: 768px) {
  .profile_detail {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56px;
    margin-top: 15px;
  }
  .profile_detail .profile_image {
    width: 56px;
    height: 56px;
  }
  .profile_detail .profile_text {
    margin-left: 0px;
  }
}
/* 1136- */
@media all and (min-width: 1136px) {
  .profile_detail a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .profile_detail a:hover img {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
/*----------------------------------------------------
 下層サイドメニュー固定
----------------------------------------------------*/
.pc-side-nav-fixed {
  top: 80px;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------------------
 logo_img
----------------------------------------------------*/
#logo_img {
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/logo_hover.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.67, 0.23, 0.99);
          transition-timing-function: cubic-bezier(0.23, 0.67, 0.23, 0.99);
  z-index: 81;
}

#logo_img_bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.67, 0.23, 0.99);
          transition-timing-function: cubic-bezier(0.23, 0.67, 0.23, 0.99);
  z-index: -99;
}

#logo_img.hov {
  top: 0;
}

#logo_img_bg.hov {
  opacity: 1;
  z-index: 80;
}

.follower {
  width: 40px;
  height: 40px;
  background-color: #0099FF;
  opacity: 0.2;
  z-index: 1000;
  pointer-events: none;
  will-change: width, height;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

/*----------------------------------------------------
 reCAPTCHAバッジ フォーム以外で非表示
----------------------------------------------------*/
body:not(#pageContact) .grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------------------
 地図
----------------------------------------------------*/
#myMap {
  position: relative;
}
#myMap .map_body {
  position: relative;
}
#myMap .map_body .here {
  position: absolute;
  display: block;
  top: 42%;
  left: 74%;
  width: 20%;
  height: 17%;
  background-image: url(../images/common/map_here.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 768- */
}
@media all and (min-width: 768px) {
  #myMap .map_body .here {
    top: 51%;
    left: 54.5%;
    width: 8.2%;
    height: 11%;
  }
}
@media (min-width: 768px) and (hover: hover) {
  #myMap .map_body .here:hover {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    background-image: url(../images/common/here_enoshima_hvr.png);
  }
}
#myMap .map_body .star {
  position: absolute;
  width: 5%;
  top: 57%;
  left: 70%;
  -webkit-animation: spin 1.2s linear 0.6s infinite;
          animation: spin 1.2s linear 0.6s infinite;
  font-size: 0;
  /* 768- */
}
@media all and (min-width: 768px) {
  #myMap .map_body .star {
    top: 61%;
    left: 52.5%;
    width: 2.2%;
  }
}
#myMap .map_body .star img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#myMap .linkMap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #myMap .linkMap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#myMap .linkMap a {
  display: block;
  background: #DED69E;
  color: #707070;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  /* 751- */
  /* 1136- */
}
@media all and (min-width: 751px) {
  #myMap .linkMap a {
    font-size: 16px;
    background: transparent;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 40px;
  }
}
#myMap .linkMap a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
#myMap .linkMap a span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  width: 14px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/footer_icon_map.svg) no-repeat;
  background-size: 100% 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #myMap .linkMap a span::after {
    background-image: url(../images/footer_icon_map_w.svg);
  }
}
@media (min-width: 1136px) and (hover: hover) {
  #myMap .linkMap a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}