@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W6", "hiragino-mincho-pron",
    "HG明朝E", "MS P明朝", "MS 明朝", serif;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.13em;
}
body {
}
.wrapper {
  overflow: hidden;
}
::selection {
  background-color: #666;
  color: #fff; /* Safari */
}

::-moz-selection {
  background-color: #666;
  color: #fff; /* Firefox */
}
.clearfix {
  clear: both;
}
.onPc {
  display: block !important;
}
.onSmt {
  display: none !important;
}
.headclearfix {
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
  float: left;
  margin-bottom: -1px;
}

a img.linkimg {
  background: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img.linkimg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}
.imground {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.imgshadow {
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.6);
}
.imgCenter {
  width: 100%;
  height: auto;
  float: left;
  display: table;
  text-align: center;
}
.imgLeft {
  width: 100%;
  height: auto;
  float: left;
  display: table;
}
/* Space */
.mt0 {
  margin-top: 0;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mt160 {
  margin-top: 160px;
}

.mr0 {
  margin-right: 0;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr60 {
  margin-right: 60px;
}

.mb0 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb170 {
  margin-bottom: 170px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb190 {
  margin-bottom: 190px;
}
.mb200 {
  margin-bottom: 200px;
}

.ml0 {
  margin-left: 0;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml60 {
  margin-left: 60px;
}
.ml150 {
  margin-left: 150px;
}

.mW05 {
  margin: 0 5px;
}
.mW10 {
  margin: 0 10px;
}
.mW15 {
  margin: 0 15px;
}
.mW20 {
  margin: 0 20px;
}
.mW30 {
  margin: 0 30px;
}

.pt0 {
  padding-top: 0;
}
.pt02 {
  padding-top: 2px;
}
.pt03 {
  padding-top: 3px;
}
.pt04 {
  padding-top: 4px;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}

.pr0 {
  padding-right: 0;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pr110 {
  padding-right: 110px;
}
.pr120 {
  padding-right: 120px;
}

.pb0 {
  padding-bottom: 0;
}
.pb03 {
  padding-bottom: 3px;
}
.pb04 {
  padding-bottom: 4px;
}
.pb05 {
  padding-bottom: 5px;
}
.pb07 {
  padding-bottom: 7px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb140 {
  padding-bottom: 140px;
}

.pl0 {
  padding-left: 0;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pl110 {
  padding-left: 110px;
}
.pl120 {
  padding-left: 120px;
}

.pW05 {
  padding: 0 5px;
}
.pW10 {
  padding: 0 10px;
}
.pW15 {
  padding: 0 15px;
}
.pW20 {
  padding: 0 20px;
}
.pW30 {
  padding: 0 30px;
}

.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
/* Space */
.header {
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  top: 0px;
  z-index: 1000;

  transition-property: all;
  transition: 0.2s ease;
  /*filter: invert(100%);*/
}
.header.on {
}
.box1080 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.box960 {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.box870 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 910px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: inherit;
}
.box800 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 840px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: inherit;
}
.box600 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box1280 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box1280Pd {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;

  position: relative;
}
.box1600 {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.box1600Pd {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.boxFull {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.headLogo {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  float: left;
  transition-property: all;
  transition: 0.2s ease;
  opacity: 1;
  /*filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";*/
  margin-top: 40px;
  margin-left: 40px;
}

.on .headLogo {
}
.headLogo img {
  height: 100px;
  width: auto;
  transition-property: all;
  transition: 0.2s ease;
  display: block;
}
.on .headLogo img {
  height: 100px;
  filter: invert(100%);
}
.headLogo.changeColor img {
  /*-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);*/
}
.on .headLogo.changeColor img {
  /*-webkit-filter: none;
	filter: none;*/
}
.headLogo img.whtLogo {
  display: none;
}
.headLogo img.baseLogo {
  display: block;
}
.on .headLogo img.whtLogo {
  display: block;
}
.on .headLogo img.baseLogo {
  display: none;
}
.contentBox {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: table;

  position: relative;
}

.contentBoxGrey {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: table;
  background-color: #f8f8f8;
  position: relative;
}

.ph100 {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.ph100 img {
  width: 100%;
  height: auto;
  float: left;
  z-index: 0;
  position: relative;
}
.ph80 {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  text-align: center;
}
.ph80 img {
  width: 80%;
  height: auto;
  z-index: 0;
  position: relative;
}
.footBox {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #000;
}

.moreBtn {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
}

.moreBtn a {
  width: 100%;
  height: auto;
  /*display: flex;*/

  line-height: 46px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;

  box-sizing: border-box;
  font-weight: 500;
  /*padding: 5px 0;*/
  position: relative;
  letter-spacing: 0.15em;
  max-width: 150px;
  border-radius: 5px;
  align-items: center;
  justify-content: flex-start;
  border: #000 1px solid;
  /*padding-left: 20px;*/
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.moreBtn a {
}
.moreBtn.t-left {
  justify-content: flex-start;
}
.moreBtn.t-right {
  justify-content: flex-end;
}
/*.moreBtn a::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	background-color: #000;
}*/
.moreBtn a.c-org {
  background-color: #ffad0e;
}
.moreBtn a.c-blk {
  color: #000;
  border-color: #000;
}
.moreBtn a.c-blk::before {
}

.moreBtn a span {
}
.moreBtn a:hover {
  background-color: #000;
  color: #fff;
}
.moreBtn a:hover::before {
  background-color: #fff;
}
.moreBtn a.t-wht {
  border-color: #fff;
  color: #fff;
}
.moreBtn a.t-wht::before {
  background-color: #fff;
}
.moreBtn a.t-wht:hover {
  background-color: #fff;
  color: #000;
}
.moreBtn a.t-wht:hover::before {
  background-color: #000;
}
.moreBtn a:hover::before {
}
.moreBtn.t-min a {
  padding-top: 0px;
  padding-bottom: 0;
  line-height: 36px;
  max-width: 160px;
}
.moreBtn.t-line a {
  background-color: #fff;
  border: #5a7c6d 1px solid;
  color: #5a7c6d;
}
.moreBtn.t-big a {
  max-width: 300px;
}
.goTopBtn {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: -90px;
  z-index: 100;
  transition-property: all;
  transition: 0.6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.goTopBtn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.goTopBtn.on {
  bottom: 20px;
}
.goTopBtn.on:hover {
}
.goTopBtn img {
  width: 100%;
  height: auto;
}
.goTopBtn img:hover {
}

.copyright {
  width: auto;
  height: 20px;
  display: block;
  font-size: 11px;
  color: #000;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  position: fixed;
  right: -110px;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 100;
}
.text60 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 60px;
  text-align: left;
  line-height: 1.4em;
}
.text30 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 30px;
  text-align: left;
  line-height: 1.4em;
}
.text30Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 30px;
  text-align: center;
  line-height: 1.4em;
}
.text36 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 36px;
  text-align: left;
  line-height: 1.4em;
}
.text36Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 36px;
  text-align: center;
  line-height: 1.4em;
  position: relative;
}
.text42 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 42px;
  text-align: left;
  line-height: 1.4em;
  position: relative;
}
.text42Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 1.4em;
  position: relative;
}
.text48 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 48px;
  text-align: left;
  line-height: 1.4em;
  position: relative;
}
.text48Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 48px;
  text-align: center;
  line-height: 1.4em;
  position: relative;
}
.text24Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
}
.text24 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: left;
  line-height: 1.6em;
}
.text22 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 22px;
  text-align: left;
  line-height: 1.6em;
}
.text22Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
}
.text20 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 20px;
  text-align: left;
  line-height: 1.6em;
}
.text20Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.6em;
}
.text18 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 18px;
  text-align: left;
  line-height: 1.8em;
}
.text18Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 1.8em;
}
.text16 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 2.4em;
}
.text16Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 2.4em;
}
.text15 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 2.4em;
}
.text14 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 2.4em;
}
.text14Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
  line-height: 2.4em;
}
.text12 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 12px;
  text-align: left;
  line-height: 2em;
}
.text12Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 2em;
}

.bd {
  font-weight: bold;
}

.gNavi {
  width: auto;
  height: auto;
  display: block;
  float: right;
  background-color: #fff;
  position: relative;
  margin-right: 120px;
}
.gNavi ul {
  width: auto;
  height: auto;
  float: right;
  display: block;
  position: relative;
}
.gNavi li {
  width: auto;
  height: auto;
  float: left;
  display: block;
  position: relative;
}
.gNavi li a,
.gNavi li span {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  transition-property: all;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.13em;
}

.on .gNavi li a {
  color: #000;
}
.pageFix .gNavi li a {
  color: #000;
}
.gNavi li a:hover {
  /*background-color: rgba(0,0,0,0.05);*/
}
.gNavi li a:hover span {
}
.gNavi li.add a {
  /*background-color: rgba(0,0,0,0.05);*/
}
.gNavi li.add a span {
  color: #fff;
}

.grn {
  color: #00a057;
}
.gry {
  color: #666;
}
.gry02 {
  color: #999;
}
.flex {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap;
}
.flexOurExpertise {
  display: flex;
  width: 100%;
  min-height: calc(50vw - 40px);
  flex-flow: row wrap;
}

.itemCenter {
  align-items: center;
}
.bd500 {
  font-weight: 500;
}
.heroImage {
  width: 100%;
  height: 100vh;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;

  max-height: 1200px;
  /*display: flex;
	align-items: center;*/
  /*background-image: url("../images/heroimage05.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;*/
}
/*.heroImage::after{
	content: '';
	width: 100%;
	height: 100%;
	max-height: 1200px;
	background-image: url("../images/heroimage05.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	animation: mono-color 1s linear both;
	z-index: 0;
	animation-delay: 6000ms;
}*/
.heroImage::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 1200px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: none;
  opacity: 0;
}

@keyframes mono-color {
  0% {
    filter: grayscale(0);
  }
  100% {
    filter: grayscale(90%);
  }
}
@keyframes bg-colorchange {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.heroScroll {
  width: 35px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.heroScroll img {
  width: 100%;
  height: auto;
}

.wht {
  color: #fff;
}

.font07 {
  font-size: 0.7em;
}
.font08 {
  font-size: 0.8em;
}
.font09 {
  font-size: 0.9em;
}
.mainTitle span {
  font-size: 0.8em;
}

.fontEn {
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}

.bd900 {
  font-weight: 900;
}
.footLogo {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.footLogo img {
  width: 200px;
  height: auto;
}
.snsList {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 40px;
}
.snsList a {
  text-decoration: none;
  margin-right: 8px;
  margin-left: 8px;
}
.snsList img {
  width: 36px;
  height: auto;
}

#menuButton {
  display: none;
}

#overlay {
  display: none;
}
#overlayBg {
  display: none;
}

.bd300 {
  font-weight: 300;
}
.bd200 {
  font-weight: 200;
}
.bd400 {
  font-weight: 400;
}
.bd700 {
  font-weight: 700;
}
.bd900 {
  font-weight: 900;
}
/*GYRO*/
.bgFix {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bgBlur {
  width: calc(100% + 100px);
  height: calc(100vh + 100px);
  position: fixed;
  top: -50px;
  left: -50px;
  z-index: 0;
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(4px);
}
/*GYRO*/
#menuButton {
  display: block;
  height: 120px;
  right: 0px;
  position: fixed;
  top: 0px;
  width: 120px;
  border: 0px solid #1f342b;
  z-index: 1200;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#menuButton::before {
  content: "MENU";
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  left: 0;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  letter-spacing: 0.5em;
  box-sizing: border-box;
  margin-left: 0.25em;
}
#menuButton.active::before {
  content: "CLOSE";
  color: #fff;
}
#menuButton::before {
}
#menuButton.on {
}

#menuButton span {
  display: block;
  background-color: #000;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#menuButton span:first-child {
  top: 50px;
}
/*#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}*/
#menuButton span:last-child {
  bottom: 50px;
}
#menuButton.active span {
  background-color: #fff;
}
#menuButton.active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
/*#menuButton.active span:nth-child(2) {
    opacity: 0;
}*/
#menuButton.active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
#overlay {
  width: 40%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1100;
  background-color: #222;
  overflow: scroll;
  right: -110%;
  display: flex;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  min-width: 600px;
}
#overlay::before {
  /*content: '';
	width: 0;
	height: 1px;
	background-color: #eee;
	position: absolute;
	top: 120px;
	right: 0;
	transition: all 1.4s;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;*/
}
#overlay::after {
  /*content: '';
	width: 1px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	top: 0;
	right: 120px;
	transition: all 1.4s;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;*/
}
#overlay.openMenu::before {
  width: 0px;
}
#overlay.openMenu::after {
  height: 0px;
}
#overlay.openMenu {
  right: 0;
}
#overlay .box800 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
  width: 100%;
  margin-bottom: 0px;
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.box1280Pd {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;

  position: relative;
}

.flex.t-reverse {
  flex-direction: row-reverse;
}

.lh20 {
  line-height: 2em;
}
.gNavi li.headContactBtn a {
  background-color: #00a057;
  color: #fff;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-color: #00a057;
}
.gNavi li.headContactBtn.t02 a {
  background-color: #016035;
  border-bottom-color: #016035;
}
.gNavi li.rightBd a::before,
.gNavi li.rightBd span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #333;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
.footMenu {
  width: 50%;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.footMenu ul {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  position: relative;
}
.footMenu ul li {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.footMenu ul li a {
  display: inline-block;
  float: left;
  height: auto;
  font-size: 14px;
  line-height: 1.8em;
  position: relative;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.footMenu ul li a:hover {
  text-decoration: underline;
}
.footTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 18px;
  text-align: left;
  line-height: 1.5em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.footTitle a {
  color: #fff;
  text-decoration: none;
}
.footTitle a:hover {
  text-decoration: underline;
}
.fontMc {
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.fontEn01 {
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.fontEn02 {
  font-family: "Noto serif JP", "Playfair Display", "source-han-serif-japanese",
    serif;
  /*font-family: 'M PLUS 1p', serif;*/
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.bottomEntryBtn {
  width: 50%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #00a057;
  box-sizing: border-box;
  padding-left: 40px;
  background-image: url("../images/arrow_left_wht.png");
  background-size: 30px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
}
.bottomEntryBtn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.bottomEntryBtn.t02 {
  background-color: #016035;
}
.bottomEntryBtn .text48 {
  line-height: 1;
  margin-bottom: 15px;
}
.bottomEntryBtn .text16 {
  line-height: 1;
}
.megaBox {
  width: 100%;
  height: 0;
  padding: 0px;
  position: absolute;
  z-index: 1000;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  right: 230px;
  top: 100px;
  transition-property: all;
  transition: 0.2s ease;
  overflow: hidden;
  background-color: #ffffee;
  background-color: #00bb66;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  margin-left: 0px;
  max-width: 600px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}
#slideMenu02 .megaBox {
  right: 0px;
  max-width: 830px;
}
.add .megaBox {
  height: auto;
  transition-property: all;
  transition: 0.2s ease;
  border-top-width: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.gNavi li a:hover,
.gNavi li span:hover {
  /*background-color: rgba(0,0,0,0.05);*/
  color: #00a057;
}
.gNavi li.add span {
  /*background-color: rgba(0,0,0,0.05);*/
  color: #00a057;
}
.gNavi li.add::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #00bb66;
  z-index: 10;
}
.mageInner {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 45px 20px;
}
.menuWork {
  width: 50%;
  height: auto;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.menuMsg {
  width: 33.3333%;
  height: auto;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.megaBottom {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-image: url("../images/arrow_left_wht.png");
  background-size: 14px auto;
  background-position: 100% center;
  background-repeat: no-repeat;
}
.gNavi li.mega01 span,
.gNavi li.mega02 span {
  background-image: url("../images/arrow_down_grn.png");
  background-size: 14px auto;
  background-position: center 90%;
  background-repeat: no-repeat;
}
.gNavi li.mega01 span:hover,
.gNavi li.mega01.add span,
.gNavi li.mega02 span:hover,
.gNavi li.mega02.add span {
  background-position: center 120%;
}
.bg01 {
  background-image: url("../images/bg01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}
.secTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 86px;
  text-align: center;
  line-height: 1.2em;
  font-family: "Noto serif JP", "Playfair Display", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
}
.secInner {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.topLeftBox01 {
  width: 50%;
  height: auto;
  float: left;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 20px;
  background-color: #fff;
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
}
.ls0 {
  letter-spacing: 0em;
}
.ls001 {
  letter-spacing: 0.01em;
}
.ls005 {
  letter-spacing: 0.05em;
}
.ls008 {
  letter-spacing: 0.08em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls15 {
  letter-spacing: 0.15em;
}
.topRightPh01 {
  width: 50%;
  height: auto;
  float: right;
  background-color: #f2f2f2;
  z-index: 1;
  background-image: url("../images/processing01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.uLine {
  text-decoration: underline;
}

.flex.between {
  justify-content: space-between;
}
.fixFootSecSp {
  display: none;
}

.topSelectWork {
  width: 50%;
  height: auto;
  float: left;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 50px 60px;
  justify-content: center;
  align-items: center;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
}
.topSelectCnt {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.uLineBoldGrn {
  border-bottom: #00a057 3px solid;
}
.uLineBold {
  border-bottom: #000 2px solid;
  padding-bottom: 3px;
}
.halfPhBox {
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.halfTextBox {
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 60px;
}
.yarigaiPh01 {
  width: 80%;
  position: relative;
  max-width: 400px;
}
.yarigaiPh01 img {
  width: 100%;
  height: auto;
}
.yarigaiPh02 {
  width: 100%;
  position: absolute;
  max-width: 300px;
  bottom: 0px;
  right: 0;
}
.yarigaiPh02 img {
  width: 100%;
  height: auto;
}
.barTitle {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.barTitle p {
  display: inline;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  background-color: #00a057;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-sizing: border-box;
  padding: 3px 10px;
}

.fullCnt {
  width: 100%;
  position: relative;
}
.bgLgrn {
  background-color: #def7ea;
}
.checkList {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.checkList li {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  color: #00a057;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url("../images/icon_check_red.png");
  background-size: 28px auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.halfBox {
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.topSelectEn {
  font-family: "Noto serif JP", "Playfair Display", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  color: #00a057;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -36px;
  left: 0;
}
.scrollBar {
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0px;
  left: 120px;
  background-color: #000;
  z-index: 100;
}
.scrollBar::before {
  /*content: 'SCROLL';
	writing-mode: vertical-rl;
	font-family: 'Noto serif JP', serif;
	font-weight: 900;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 3px;*/
}
.heroInner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  /*text-shadow: 8px 8px 3px rgba(0, 0, 0, 0.3);*/
  filter: drop-shadow(8px 8px 3px rgba(0, 0, 0, 0.3));
}
.heroCc {
  width: 95%;
  position: absolute;
  max-width: 680px;
  z-index: 10;
}
.heroCc img {
  width: 100%;
  height: auto;
}
.rotate01 {
  animation: rotate-anime01 12s linear infinite;
}
@keyframes rotate-anime01 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate02 {
  animation: rotate-anime02 12s linear infinite;
}
@keyframes rotate-anime02 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.zoom01 {
  animation: zoom-anime01 12s linear infinite;
}
@keyframes zoom-anime01 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.rotate03 {
  animation: rotate-anime03 10s linear infinite;
  animation-delay: 1000ms;
}
@keyframes rotate-anime03 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.flip-anime01 {
  animation: 8s linear infinite flip1;
}
@keyframes flip1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.flip-anime02 {
  animation: 10s linear infinite flip2;
}
@keyframes flip2 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.heroText01 {
  font-size: 36px;
  line-height: 1.2;
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: 1200;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.heroText02 {
  font-size: 48px;
  line-height: 1.2;
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}

.aboutLeftPh {
  width: calc(50% - 120px);
  height: 330px;
  float: left;
  margin-top: 165px;
  margin-right: 120px;
  background-color: #f2f2f2;
  position: relative;
  background-image: url("../images/top_about02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aboutLeftPh.p-about01 {
  background-image: url("../images/about/ph04.jpg");
}
.aboutRightPh {
  width: 50%;
  height: 330px;
  float: left;
  background-color: #f2f2f2;
  position: relative;
  background-image: url("../images/top_about01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aboutRightPh.p-about02 {
  background-image: url("../images/about/ph03.jpg");
}
.arrowCnt {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.gyroArrow {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/gyro_arrow.png");
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
}
.gyroArrow.t-wht {
  background-image: url("../images/gyro_arrow_wht.png");
}
.gyroArrow.t-grey {
  background-image: url("../images/gyro_arrow_grey.png");
  width: 20px;
  height: 20px;
}
.gyroArrow.t-min {
  width: 20px;
  height: 20px;
}
.footLogo {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
}
.footLogo img {
  width: 100px;
  height: 100px;
}
.footLeft {
  width: 50%;
  height: auto;
  min-height: 500px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
.footRight {
  width: 50%;
  height: auto;
  min-height: 500px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #333;
  box-sizing: border-box;
}
.isoLogo {
  float: left;
}

.conceptLeftPh {
  /*width: calc(50% - 60px);
	height: auto;
	min-height: 600px;
	float: left;*/
  margin-top: 165px;
  margin-left: 60px;
  background-color: #f2f2f2;
  position: relative;
  /*background-image: url("../images/top_concept01.jpg");
	background-image: url("../images/53.kojiya_00.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;*/
}
.conceptLeftPh.nonMt {
  margin-top: 0px;
}
.conceptLeftPh.t-concept {
  background-image: url("../images/top_concept01_02.jpg");
  background-position: left center;
}
.conceptLeftPh.t-company {
  background-image: url("../images/top_about.jpg");
}
.conceptRightPh {
  width: calc(50% + 120px);
  height: 500px;
  float: right;
  background-color: #eee;
  position: relative;
  top: -120px;
  background-image: url("../images/top_concept02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.conceptRightPh.t02 {
  top: -180px;
}
.box1080HalfRight {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  max-width: 540px;
}
.TOPbox1080HalfRight {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 540px;
}
.box1080HalfLeft {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 540px;
}
.TOPbox1080HalfLeft {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 540px;
}
.box1080HalfLeft {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  max-width: 540px;
}
.box1080Half {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  /*max-width: 520px;*/
}

.textAlignRight {
  text-align: right;
}
.bg-c01 {
  background-color: #313131;
}
.bg-c02 {
  background-color: #222;
}
.solBtn {
  width: calc(50% - 10px);
  position: relative;
  float: left;
  margin-bottom: 20px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  transition-property: all;
  transition: 0.2s ease;
  background-color: #fff;
}
.solBtn::before {
}
.solBtn img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 0;
  transition-property: all;
  transition: 0.2s ease;
}
.solBtn:hover img {
  opacity: 0.8;
}
.solBtn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.solTextBtn {
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 1;
  max-width: 270px;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
.solTextBtn::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  background-color: #fff;
}
.solSec {
  position: relative;
  top: -60px;
}
.pdInfo {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.pdMore {
  width: 70px;
  height: auto;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  border-bottom: #000 2px solid;
  color: #000;
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pdMore::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  right: 0px;
  background-color: #000;
}
.pdListBox {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  transition-property: all;
  transition: 0.2s ease;
}
.pdListBox:hover {
  opacity: 0.8;
}
.pdListBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.pdListBox .ph100 {
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.pdListBox .pdInfo {
  width: 50%;
  padding-left: 20px;
}
.pdListBox .pdInfo .text18 {
  line-height: 1.4;
  margin-bottom: 5px;
}
.section-lineup {
  overflow: hidden;
}
.section-lineup .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  /*padding-left: 60px;
  padding-right: 60px;*/
  box-sizing: border-box;
}
.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-initialized .slick-slide {
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
}

.section-lineup .slick-initialized .slick-slide:hover {
  opacity: 0.8;
}
.section-lineup .slick-initialized .slick-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-slide {
  box-sizing: border-box;
  padding: 20px 30px;
}
.yokoLine {
  position: relative;
}
.yokoLine::before {
  content: "";
  width: calc(100% - 240px);
  height: 1px;
  position: absolute;
  background-color: #000;
  top: 50%;
  right: 0;
}
.textBgWht {
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.yokoLine .textBgWht {
  padding-right: 15px;
}
.postTagList {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.postTagList span.postTag,
.postTagList a.postTag {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  padding: 0 0px 0px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #999;
  font-weight: normal;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
  border-bottom: #999 1px solid;
  text-decoration: none;
}
.postTagList a.postTag:hover {
  color: #000;
  border-bottom-color: #000;
  cursor: pointer;
}
.menuSpTitle {
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 1em;
  padding: 5px 0px;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
  font-weight: 400;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", "hiragino-mincho-pron", serif;
  letter-spacing: 0.08em;
  display: block;
}
.menuSpTitle a {
  text-decoration: none;
  color: #fff;
  transition-property: all;
  transition: 0.2s ease;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 10px;
  display: block;
}
.menuSpTitle:hover a {
  background-color: rgba(255, 255, 255, 0.05);
}
.menuSpTitle span {
  display: block;
}
.menuSpTitle .menuTitle_sub {
  color: #999;
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ明朝 ProN W6", "Noto serif JP",
    "source-han-serif-japanese", "hiragino-mincho-pron",
    "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS P明朝",
    "MS 明朝", serif;
  line-height: 2em;
}
ul.menuSpList {
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
ul.menuSpList li {
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
ul.menuSpList li a {
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8em;
  padding-left: 1em;
  color: #666;
  text-decoration: none;
}
ul.menuSpList li a:hover {
  color: #000;
  text-decoration: underline;
}
.halfBox.menuDisNon {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  top: 0;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0.4s;
  width: 100%;
}
.halfBox.menuDisNon.t-delay {
  transition-delay: 0.6s;
}
.openMenu .halfBox.menuDisNon {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  top: 0px;
}
.aboutHeadPh {
  width: 50%;
  height: auto;
  float: left;
  background-color: #f2f2f2;
  position: relative;
  background-image: url("../images/about/ph01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.aboutHeadPh.p-concept {
  background-image: url("../images/solution/header.jpg");
}
.aboutHeadPh.p-solution {
  background-image: url("../images/gyrostyle/top_bg03.jpg");
  background-position: right center;
}
.aboutHeadPh.p-member {
  background-image: url("../images/member/header.jpg");
  height: 400px;
}
.aboutHeadPh.p-workstyle {
  min-height: 400px;
  background-image: url("../images/gyrostyle/top_bg04.jpg");
}
.aboutHeadPh.p-concept {
  /*background-image: url("../images/53.kojiya_00.jpg");*/
  min-height: 400px;
}
.aboutHeadPh.p-company {
  min-height: 400px;
  background-image: url("../images/company/top_bg.jpg");
}
.pageHeadPt {
  padding-top: 240px;
}
.pageHeadPt.p-concept {
  padding-top: 180px;
}
.pageHeadMenuList {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.pageHeadMenuList li {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 15px;
  padding-left: 15px;
}
.pageHeadMenuList li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0px;
  background-color: #000;
}
.pageHeadMenuList li a {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", "hiragino-mincho-pron", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.pageHeadMenuList.f-jp li a {
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", "hiragino-mincho-pron", serif;
}
.pageHeadMenuList li a:hover {
  color: #999;
  text-decoration: underline;
}
.pageHeadMenuList li a span {
  font-size: 12px;
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.pageHeadMenuList li a span.t-gyro20 {
  padding-left: 88px;
}
.bg-concept {
  width: calc(100% - 80px);
  background-color: #444;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  background-image: url("../images/about/bg_concept.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box30 {
  width: 30%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box40 {
  width: 40%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box60 {
  width: 60%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box70 {
  width: 70%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box40.t-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.t-logo .ph100 {
  width: 100%;
  max-width: 380px;
}
.colorRing {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.colorRing span {
  width: 14px;
  height: 14px;
  border: #000 3px solid;
  border-radius: 100%;
  margin-right: 10px;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.colorRing span.c01 {
  border-color: #eb8484;
}
.colorRing span.c02 {
  border-color: #b5a6fb;
}
.colorRing span.c03 {
  border-color: #74b9ff;
}
.colorRing span.c04 {
  border-color: #84ccc9;
}
.colorRing span.c05 {
  border-color: #e0d275;
}
.colorRing span.c06 {
  border-color: #f3ad7c;
}
.whtBox {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding: 30px 60px;
  background-color: #fff;
}
.whtBox.t-about01 {
  z-index: 2;
  bottom: -120px;
  margin-top: -120px;
}
.whtBox.t-about02 {
  z-index: 2;
  top: -120px;
  margin-bottom: -120px;
  padding: 80px 100px;
}
.secAboutPh {
  height: 640px;
  background-color: #f2f2f2;
  z-index: 0;
  position: relative;
  background-image: url("../images/about/bg_member.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.secAboutPh.p-concept {
  height: 460px;
  background-image: url("../images/concept/ph01_04.jpg");
}
.secAboutPh.p-concept02 {
  height: 460px;
  background-image: url("../images/concept/sec_ph02.jpg");
}
.secAboutPh.p-history {
  height: 400px;
  background-image: url("../images/about/history_head.jpg");
}
.licenceList {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: #000 2px solid;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}
.licenceList ul {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.licenceList li {
  width: auto;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: normal;
}
.licenceList li::after {
  content: "／";
}
.licenceList li.non::after {
  display: none;
}
.memberListTitle {
  width: auto;
  height: auto;
  display: block;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0px 10px;
  background-color: #fff;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
}
.partnerPh01 {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.partnerPh01 .ph100 {
  width: 60%;
}
.partnerProf01 {
  width: 50%;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 30px;
  padding-bottom: 20px;
}
.partnerProf01 .text14,
.partnerProf02 .text14 {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.partnerPh02 {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  top: -180px;
  margin-bottom: -120px;
}
.partnerPh02 .ph100 {
  width: 60%;
  float: right;
}
.partnerProf02 {
  width: 50%;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 0;
  padding-left: 30px;
  padding-top: 20px;
}
.slick02 .slick-slide {
  padding: 20px 15px;
}
.section-lineup.g-about .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  padding-top: 30px;
}
.g-about {
  position: relative;
}
.g-about::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #313131;
  position: absolute;
  top: 0;
  left: 0;
}
.section-lineup.g-about .slick-initialized .slick-slide:hover {
  opacity: 1;
}
.bg-gyro20 {
  background-image: url("../images/about/bg_gyro20.png");
  background-size: 1000px auto;
  background-position: -20px 40px;
  background-repeat: no-repeat;
  padding-top: 240px;
}
.linePd {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
}
.linePd::before {
  content: "";
  width: calc(100% + 120px);
  height: 1px;
  position: absolute;
  bottom: 20px;
  right: 0;
  background-color: #999;
  z-index: 3;
}
.linePd.t-left::before {
  right: initial;
  left: 0;
}
.lineBox {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: #000 2px solid;
  padding: 60px;
}
.lineBox .text24 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.bg-solution {
  width: calc(100% - 80px);
  background-color: #313131;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  padding-bottom: 180px;
}
.pdBox {
  width: calc(33.3333% - 30px);
  margin-bottom: 60px;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
}
.pdBox .ph100 {
  background-color: #fff;
}
.pdBox .ph100 img {
  transition-property: all;
  transition: 0.2s ease;
}
.pdBox:hover .ph100 img {
  opacity: 0.8;
}
.pdBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.pdInfo {
  transition-property: all;
  transition: 0.2s ease;
}
.pdInfo .text16 {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.pdInfo .text12 {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.pdBox:hover .pdInfo {
  opacity: 0.8;
}
.pdSqMore {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 0;
  background-color: #000;
}
.column3::after {
  content: "";
  display: block;
  width: calc(33.3333% - 30px);
  height: 0;
}
.solutionPjPosition {
  position: relative;
  top: -180px;
  margin-bottom: -180px;
}
.lh1 {
  line-height: 1;
}
.lh13 {
  line-height: 1.3;
}
.lh16 {
  line-height: 1.6;
}
.lh24 {
  line-height: 2.4;
}
.moreDd {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.moreDd span {
  width: 160px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: #fff 2px solid;
  color: #fff;
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.moreDd span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("../images/icon_plus_wht.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  transition-property: all;
  transition: 0.2s ease;
  top: 0px;
  right: 0;
}
.moreDd span.on::before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.houkiList {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: #000 2px solid;
  padding: 40px 20px 30px;
}
.houkiList ul {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.houkiList li {
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  padding-left: 15px;
}
.houkiList li span {
  font-size: 0.8em;
}
.houkiList li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #666;
  display: block;
  top: 9px;
  left: 0;
}
.houkiTitle {
  width: auto;
  height: auto;
  display: block;
  font-size: 18px;
  line-height: 1em;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0px 10px;
  background-color: #313131;
  font-weight: 600;
  color: #fff;
}
.bimBox {
  display: none;
}
.dotTitle {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  line-height: 1.4em;
  /*color: #FFF;*/
  font-weight: 600;
  padding-left: 15px;
}
.dotTitle::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #666;
  display: block;
  top: 9px;
  left: 0;
}
.fullPdBox {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
}
.fullPdBox:hover {
  opacity: 0.8;
}
.fullPdBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.footRight .moreBtn a::before {
  right: 10px;
}
#loader {
  width: 300px;
  height: auto;
  display: none;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: calc(50% - 150px);
  left: calc(50% - 150px);

  z-index: 11100;
}

#fade {
  width: 100%;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11000;
  bottom: 0;
}
.cls-2 {
  stroke: #000;
  fill: #fff;
  stroke-width: 1;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  animation: DASH 5s ease-in alternate forwards;
  -webkit-animation: DASH 5s ease-in 0s forwards;
  animation: DASH 5s ease-in 0s forwards;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
    fill-opacity: 0;
  }
  20% {
    stroke-dashoffset: 2500;
    fill-opacity: 0;
    fill: #000;
  }
  40% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    fill: #000;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: 1;
    fill: #000;
  }
}
@-moz-keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
    fill-opacity: 0;
  }
  20% {
    stroke-dashoffset: 2500;
    fill-opacity: 0;
    fill: #000;
  }
  40% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    fill: #000;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
    fill-opacity: 0;
  }
  20% {
    stroke-dashoffset: 2500;
    fill-opacity: 0;
    fill: #000;
  }
  40% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    fill: #000;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.heroPh01 {
  width: 300px;
  height: 480px;
  background-color: #f2f2f2;
  position: absolute;
  top: 30%;
  left: 5%;
  background-image: url("../images/solution/header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.heroPh02 {
  width: 480px;
  height: 300px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 10%;
  right: 10%;
  background-image: url("../images/about/ph01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.heroSubText {
  width: 100%;
  display: block;
  position: absolute;
  box-sizing: border-box;
  max-width: 800px;
  right: 0px;
  bottom: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 2em;
  color: #000;
  font-weight: 600;
  padding-right: 60px;
  z-index: 10;
}
.ph100.w60 img {
  width: 60%;
  height: auto;
}
.hitoryTimeLine {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
}
.hitoryTimeLine::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
}
.hitoryTimeLine::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
}
.historyYear {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.historyYear.t-reverse {
  justify-content: flex-end;
}
.historyYear.upPosi {
  top: -160px;
  margin-bottom: -160px;
}
.historyYear.upPosi02 {
  top: -120px;
  margin-bottom: -80px;
}
.historyYear.upPosi03 {
  top: -40px;
  margin-bottom: -40px;
}
.yearLine {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-bottom: #000 2px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.innnerRight .text36,
.innnerRight .text18 {
  text-align: right;
}
.innnerRight .ph100 {
  text-align: right;
}
.innnerRight .ph100 img {
  float: right;
}
.hisNewsList {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 60px;
}
.hisNewsList::before {
  /*content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #000;*/
}
.hisNewsList ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.hisNewsList ul li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  padding-left: 20px;
  border-left: #000 4px solid;
  margin-bottom: 20px;
  font-weight: 600;
}
.hisNewsList ul li:first-child::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: -62px;
  background-color: #000;
}

.hisNewsListLeft {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding-right: 60px;
}
.hisNewsListLeft ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.hisNewsListLeft ul li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  padding-right: 20px;
  border-right: #000 4px solid;
  margin-bottom: 20px;
  font-weight: 600;
}
.hisNewsListLeft ul li:first-child::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: -62px;
  background-color: #000;
}
.companyList {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.companyList dl {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #000 2px solid;
}
.companyList.t-recruit dl {
  border-bottom: #d2d2d2 1px solid;
}
.companyList dl dt {
  width: 25%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
  font-weight: 600;
  color: #313131;
}
.companyList dl dd {
  width: 75%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
  padding-left: 40px;
}
.gmapBtn {
  display: inline-block;
  font-weight: 600;
  border: #000 2px solid;
  color: #000;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 0px 10px;
  font-size: 14px;
  transition-property: all;
  transition: 0.2s ease;
}
.gmapBtn:hover {
  background-color: #000;
  color: #fff;
}
.footLeft .text12 a {
  color: #fff;
  text-decoration: none;
}
.footLeft .text12 a:hover {
  text-decoration: underline;
  color: #ddd;
}
.sitemapList {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.sitemapList ul {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sitemapList li {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  padding-left: 15px;
}
.sitemapList li a {
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.sitemapList li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0px;
  background-color: #000;
}
.sitemapList li.subText a {
  color: #999;
  font-size: 14px;
}
.sitemapList li.subText {
  padding-left: 30px;
  width: 50%;
  margin-top: 20px;
}
.sitemapList li.subText::before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 15px;
  background-color: #999;
}
.blkLine {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-bottom: #000 4px solid;
}
.solCircle {
  width: 28%;
  border-radius: 100%;
  position: absolute;
  box-sizing: border-box;
  /*border: #fff 1px solid;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 2.6666%;
	margin-bottom: 3%;*/
  transition-property: all;
  transition: 0.2s ease;
  background-color: #384650;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 30;
  height: fit-content;
}
.solCircle:hover {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: #000;
}
.solCircle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
/*.solCircle::after{
	content: '';
	width: 6px;
height: 6px;
position: absolute;
bottom: 30px;
right: calc(50% - 3px );
background-color: #000;
	transition-property: all;
transition: 0.2s ease;
}
.solCircle:hover::after{
	background-color: #FFF;
}*/
.solCircle a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
  cursor: pointer;
}
.solCircle.downPosi {
  top: 60px;
}
/*.solCircle.t01,.solCircle.t03{
	margin-top: 15%;
	margin-bottom: 3%;
}
.solCircle.t02{
	margin-bottom: 18%;
	z-index: 29;
}
.solCircle.t04,.solCircle.t06{
	margin-top: 3%;
	margin-bottom: 15%;
}
.solCircle.t05{
	margin-top: 18%;
	z-index: 33;
}
.arrowbtn{
	position: absolute;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	bottom: 31px;
}
.arrowbtn::before,
.arrowbtn::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrowbtn:before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 2px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrowbtn:after{
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.solInner {
  width: 100%;
  text-align: center;
  margin-bottom: auto;
  margin-top: 10%;
}
.solInner img {
  width: 40%;
  height: auto;
  margin-bottom: 5%;
  filter: brightness(1) invert(0);
  transition-property: all;
  transition: 0.2s ease;
}
.solInner svg {
  margin-top: 5%;
}
.solCircle:hover .solInner img {
  filter: brightness(1) invert(0);
}
.solInner .text18Center {
  color: #fff;
  transition-property: all;
  transition: 0.2s ease;
  font-size: 90%;
  line-height: 1em;
  white-space: nowrap;
  overflow: visible;
}
.solCircle:hover .solInner .text18Center {
  color: #fff;
}
/*.rightLine{
	width: 60px;
	height: 1px;
	position: absolute;
	background-color: #000;
	top: 50%;
	right: -45px;
	z-index: 21;
	mix-blend-mode: difference;
}
.bottomLine{
	width: 1px;
	height: 60px;
	height: 36%;
	position: absolute;
	background-color: #000;
	bottom: -45px;
	bottom: -30%;
	right: 50%;
	z-index: 21;
	mix-blend-mode: difference;
}
.longBottomLine{
	width: 1px;
	height: 60px;
	height: 136%;
	position: absolute;
	background-color: #000;
	bottom: -45px;
	bottom: -130%;
	right: calc(50% - 0.5px);
	z-index: 21;
	mix-blend-mode: difference;
}

.crossLine{
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: -105px;
	right: -105px;
	transform: rotate(-45deg);
	z-index: 21;
	mix-blend-mode: difference;
}
.crossLine::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
}
.crossLine::after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
}
.leftBottomLine{
	width: 60%;
height: 60%;
position: absolute;
bottom: -5%;
left: -33%;
transform: rotate(60deg);
z-index: 21;
mix-blend-mode: difference;
}
.leftBottomLine::before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 21;
	mix-blend-mode: difference;
}
.rightBottomLine{
	width: 60%;
height: 60%;
position: absolute;
bottom: -5%;
right: -33%;
transform: rotate(-60deg);
z-index: 21;
mix-blend-mode: difference;
}
.rightBottomLine::before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	mix-blend-mode: difference;
}
.leftBottomCrossLine{
	width: 1px;
height: 188%;
position: absolute;
background-color: #000;
bottom: -105%;
left: -63%;
z-index: 21;
transform: rotate(60deg);
mix-blend-mode: difference;
}
.rightBottomCrossLine{
	width: 1px;
height: 188%;
position: absolute;
background-color: #000;
bottom: -105%;
right: -63%;
z-index: 21;
transform: rotate(-60deg);
mix-blend-mode: difference;
}
.bg-sol01{
	background-color: #313131;
	background-image: url("../images/sol_bg02.jpg");
	background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	overflow: hidden;
}*/
/*.OurExpertisehalf{
	display: flex;
    width: 100%;
    flex-flow: row wrap;
	width: calc(50% - 40px);
	height: auto;
	min-height: 600px;
	float: left;
	margin-right: 40px;
	position: relative;
	/*justify-content: space-between;
	padding-bottom: 60px;
}*/

.OurExpertiseRightPh {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap;
  width: calc(50% - 40px);
  height: auto;
  min-height: 600px;
  float: left;
  margin-right: 40px;
  position: relative;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-left: 40px;
}
.OurExpertisehalf {
  display: flex;
  width: 100%;
  height: fit-content;
  flex-flow: row wrap;
  width: calc(50% - 40px);
  height: auto;
  /*min-height: 600px;*/
  float: left;
  /*margin-left: 40px;*/
  position: relative;
  justify-content: space-between;
  padding-bottom: 40px;
  align-content: center;
}
.topProductRightPh {
  /*width: calc(50% - 40px);
	height: auto;
	min-height: 600px;
	float: left;*/
  margin-right: 40px;
  /*background-color: #f2f2f2;*/
  position: relative;
  /*background-image: url("../images/top_project.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;*/
}
/*.topOurExpertise .OurExpertisehalf{
	width: calc(40% - 40px);
}*/
.secImg {
  position: relative;
  width: 50%;
  display: flex;
  flex: 1;
}
.secImg_inner {
  position: absolute;
  height: 100%;
}
.secImg_inner img {
  object-fit: cover;
  width: 100%;
  /*aspect-ratio: 3 / 2;*/
}
.ImgL {
  right: 0;
}
.ImgR {
  left: 0;
}
.topProductLeftPh01 {
  width: 40%;
  height: 500px;
  float: left;
  background-color: #eee;
  position: relative;
  background-image: url("../images/14.legaland_waseda-00.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 40px;
}
.topProductLeftPh02 {
  width: 40%;
  height: 500px;
  float: left;
  background-color: #eee;
  position: relative;
  background-image: url("../images/53.kojiya_00.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0px;
  margin-top: 120px;
  left: 80px;
}
.profHeadPh {
  width: calc(50% - 60px);
  height: 500px;
  float: left;
  background-color: #f2f2f2;
  position: relative;
  /*background-image: url("../images/member/01/head.jpg");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 60px;
}
.profHeadPh img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-880Full {
  max-width: 880px;
  padding-left: 0;
  padding-right: 0;
}
.newsBox {
  width: calc(30.3333% - 1.3em);
  margin-bottom: 60px;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
  border: solid 1px #ccc;
  padding: 1em 1.3em;
  border-radius: 2px;
  background-color: #fff;
}
.newsBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.newsBox:hover {
  opacity: 0.8;
}
.pageNavi {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageNavi li {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.pageNavi li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  border: #000 2px solid;
  color: #000;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Noto Serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.pageNavi li.active a {
  background-color: #000;
  color: #fff;
}
.pageNavi li a:hover {
  background-color: #000;
  color: #fff;
}
.postBox {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding-bottom: 60px;
  border-bottom: #000 1px solid;
}
.postBox p {
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  line-height: 2.4em;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.08em;
}
.postBox p a {
  color: #999;
  word-break: break-all;
}
.postBox p a:hover {
  color: #000;
}
.postBox h1 {
  font-size: 24px;
  line-height: 1.6;
  position: relative;
  padding-left: 0.8em;
}
.postBox h1::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  left: 0px;
  background-color: #666;
}
.postBox h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}
.postBox h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
}
.postBox h4 {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 5px;
}
.postBox h5 {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
.postBox h5::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 15px;
  left: 0;
}
.postBox img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.postNavi {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prevBtn {
  display: flex;
  float: left;
  height: auto;
  text-align: left;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}

.prevBtn a {
  line-height: 2em;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  letter-spacing: 0.15em;
  border-radius: 0px;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.prevBtn a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0px;
  background-color: #000;
}
.nextBtn {
  display: flex;
  float: right;
  height: auto;
  text-align: right;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}

.nextBtn a {
  line-height: 2em;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  letter-spacing: 0.15em;
  border-radius: 0px;
  align-items: center;
  justify-content: flex-end;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
}
.nextBtn a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  background-color: #000;
}
.pjSpecList {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  padding-bottom: 0;
  border: #000 2px solid;
}
.pjSpecList.t-wht {
  border-color: #fff;
}
.pjSpecList dl {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding-right: 20px;
  margin-bottom: 40px;
}
.pjSpecList dl.w-full {
  width: 100%;
}
.pjSpecList dl dt {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.pjSpecList.t-wht dl dt {
  color: #666;
}
.pjSpecList dl dd {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #666;
}
.pjSpecList.t-wht dl dd {
  color: #fff;
}
.flowBox {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: #eee 2px solid;
  padding: 40px;
  margin-bottom: 60px;
}
.flowBox::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: -34px;
  left: calc(50% - 20px);
}
.flowBox.nonArrow::before {
  display: none;
}
.boxTitle {
  border: #000 2px solid;
  display: inline-block;
  padding: 3px 15px;
}
.pjCount .pjTag::after {
  content: "・";
  margin-left: 3px;
  margin-right: 3px;
}
.pjCount .pjTag:last-child::after {
  display: none;
}
.pjSpecList .moreBtn.t-min a {
  border-width: 1px;
  line-height: 30px;
  letter-spacing: 0;
  max-width: 140px;
}
.aboutSecPh {
  width: calc(100% - 60px);
  height: 400px;
  float: right;
  background-color: #f2f2f2;
  position: relative;
  background-image: url("../images/top_recruit.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aboutSecPh.t-workstyle {
  float: left;
  background-image: url("../images/top_recruit.jpg");
}
.formBox {
  display: block;
  float: left;
  height: auto;

  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 40px;
}
.formBox dl {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.formBox dt {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 26px;
  padding: 24px 0px 0px;
  width: 100%;
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-weight: 700;
  letter-spacing: 0;
}
.formBox dd {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding-bottom: 0px;
  padding-top: 15px;
  width: 100%;
}
.fm_form {
  border: 0px solid #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  line-height: 38px;
  padding-left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #333;
}
.fm_formFull {
  border: 0px solid #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  line-height: 38px;
  padding-left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #333;
}
.fm_formS {
  border: 0px solid #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  line-height: 38px;
  padding-left: 0px;
  width: 30%;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #333;
}
.pRed {
  color: #e74c3c;
  font-size: 10px;
  margin-left: 5px;
}
.fm_formL {
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  height: 160px;
  line-height: 20px;
  padding: 10px;
  width: 100%;
}
.formBtn {
  display: block;
  float: left;
  height: auto;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  position: relative;
}
.fm_btn {
  border: 0px solid #46bd83;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: auto;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 25px 0;
  font-weight: bold;
  background-color: #000;
  border-radius: 0px;
  max-width: 360px;
}
.fm_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.fm_btn02 {
  border: 0px solid #666;

  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  width: 200px;
  height: auto;
  transition-property: all;
  transition: 0.2s ease;
  letter-spacing: 0.1em;
  padding: 25px 0;
  background-color: #666;
  margin-right: 10px;
}
.fm_btn02:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
textarea::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
.formBox div.wpcf7-response-output {
  padding: 2em 1em !important;
}
.formBox div.wpcf7-validation-errors {
  border-color: #dca651;
}
.formBox span.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.8em;
}
.wpcf7c-conf {
  background-color: #fff !important;
  color: black;
  border: 1px solid #fff !important;
}
select.fm_select {
  border-radius: 0;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #333;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
  background-image: url("../images/flow_arrow.png");
  background-size: 10px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #000;
}
.formBox dd span.fName {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.formBox dd.formFlex {
  display: flex;
  align-items: center;
}
.formBox .wpcf7-spinner {
  position: absolute;
  top: -40px;
  left: calc(50% - 36px);
}
.formBox .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.bx-wrapper .p-product img {
  width: auto !important;
  max-width: 100%;
  height: 45vw !important;
  object-fit: cover !important;
  max-height: 600px;
}
.bxslider.p-product li {
  /*display: flex !important;
	justify-content: center !important;*/
  background-color: #fff;
  text-align: center;
}
.pdBox .ph100 {
  background-color: transparent;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.pdBox .ph100 img {
  width: auto !important;
  height: 15vw !important;
  object-fit: cover !important;
}

.memberBox {
  width: calc(33.3333% - 30px);
  margin-bottom: 60px;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
}
.memberBox .ph100 {
  background-color: #fff;
}
.memberBox .ph100 img {
  transition-property: all;
  transition: 0.2s ease;
}
.memberBox:hover .ph100 img {
  opacity: 0.8;
}
.memberBox.nonLink:hover .ph100 img {
  opacity: 1;
}
.memberBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.puPdBox {
  width: calc(48% - 30px);
  margin-bottom: 60px;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
}

.puPdBox .ph100 img {
  transition-property: all;
  transition: 0.2s ease;
}
.puPdBox:hover .ph100 img {
  opacity: 0.8;
}
.puPdBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.postBox.t-prof h1 {
  font-size: 36px;
  padding-left: 0;
}
.postBox.t-prof h1::before {
  display: none;
}
.postBox.t-prof h2 {
  font-size: 30px;
  margin-top: 30px;
  position: relative;
}
.postBox.t-prof h2::before {
  content: "#";
  font-family: "Noto serif JP", "source-han-serif-japanese",
    "ヒラギノ明朝 ProN W6", serif;
  font-size: 0.9em;
  margin-right: 5px;
  font-weight: 500;
}
.postBox.t-prof {
  border-bottom: #000 0px solid;
}
.heroText {
  display: block;
  float: left;
  height: auto;
  width: fit-content !important;
  font-size: 4vw;
  /* text-align: center; */
  line-height: 1.4em;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.video-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  max-height: 1200px;
  /*filter: brightness(120%) grayscale(80%);*/
}
.video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(0, 0, 0, 0.45)
  );
  z-index: 3;
}

video#makingMv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  z-index: 0;
  object-fit: cover;
  display: block;
}
/*.bgBlkTrans{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0,0,0,0.55);
}*/
.flexImgpr {
  display: flex;
  background-color: #000;
  position: relative;
  min-height: 300px;
}
.flexImgpr img {
  opacity: 0.5;
  display: block;
  width: calc(100vw / 3);
  object-fit: cover;
}
.flexImgpr .box800 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  margin: 0;
}
.recruitflex {
  display: flex;
}
.recruitR {
  flex: 1;
}
.recruitL {
  flex: 3;
}
.bggray {
  background-color: #eeeeee;
}
.GR {
  color: #707070;
}
.BIMmerit {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
#element4-2 .box1080Half {
  max-width: 520px;
}
.bg-solution .houkiList {
  border: #fff 2px solid;
}
.bg-solution .houkiList li,
.bg-solution .dotTitle {
  color: #fff;
}
.OurExpertiseRightPh > .box1080Half {
  position: absolute;
  top: 80px;
}
.OurExpertisehalf p {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #aaa;
}
.pageHeadMenu {
  display: flex;
}
.column {
  flex: 1;
}
.newsBox .ph100 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.cls-1 {
  fill: #fff;
  stroke-width: 0px;
}
#_2 {
  width: 10%;
  clear: both;
}
.Topcnt .text16 {
  line-height: 1.4em;
  animation-delay: 3.8s;
  margin-top: 2em;
  letter-spacing: 0.08em;
  font-size: 1vw;
}
.Topcnt .text24 {
  animation-delay: 3.6s;
  letter-spacing: 0.05em;
  font-size: 1.5vw;
}
.Topcnt {
  position: absolute;
  bottom: 5%;
  right: 0;
}
.Topcnt div {
  width: 88%;
  float: initial;
}
.Topcnt .text24,
.Topcnt .text16 {
  opacity: 0;
}
canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
canvas {
  border: 3px solid #000;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.TOPbox1080 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: 20px;
	padding-right: 20px;*/
  position: relative;
}
.TOPflex {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap;
}
.topOurExpertiseRightPh {
  max-width: 620px;
}
#fadeOutOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 11;
}
.workshop-group {
  width: 100%;
  flex-flow: row;
  align-items: stretch;
  height: 340px;
  margin-top: 50px;
}
.workshop-left {
  border: 1px solid black;
  position: relative;
  border-right: none;
  width: 100%;
  display: flex;
}
.workshop-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  outline: 1px solid gray;
  outline-offset: -10px;
}
.workshop-right {
  border-left: 3px dashed gray;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  color: white;
  background-color: black;
  width: auto;
}
.workshop-left .gyroArrow {
  top: 20px;
  right: 20px;
}
.col {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
}
.bg-gray {
  background-color: grey;
}
.workshop-btn {
  border-radius: 5px;
  margin: 1.5em;
  background-color: #fff;
  border: 1px solid #000;
}
.workshop-form {
  text-align: center;
}
.workshop-right span {
  background-color: #fff;
  color: #000;
  padding: 0.2em 1em;
  border-radius: 3px;
}
.workshop-right h3 {
  line-height: 1.5em;
}
.left-ch2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
}
.left-grch2 {
  color: rgba(217, 5, 5, 0.638);
  flex-grow: 1;
  font-weight: bold;
  padding-bottom: 15px;
}
.left-grch1 {
  padding-top: 2em;
}
.workshop-form h3 {
  position: relative;
  margin-bottom: 1em;
  font-size: 1.7em;
  line-height: 1.5em;
}
.workshop-form h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  display: inline-block;
  width: 140px;
  height: 0.7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.workshop-form p {
  line-height: 2em;
  font-size: 1.25em;
}
.left-flex {
  display: flex;
  flex-wrap: wrap;
}
.ws-entory div {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.left-grch1 p:first-child {
  font-size: 24px;
}
.col p:first-child,
.ws-title {
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
.left-ch2 {
  flex-grow: 1;
}
.rotate {
  font-size: 1.5em;
  height: fit-content;
  align-self: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
}
.rotate::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.ws-entory .text16 {
  float: initial;
}
.sunrockers_pr {
  align-items: center;
  justify-content: center;
  column-gap: 2em;
  padding: 30px 0 ;
}
.sunrockers_pr > img{
  max-width: 300px;
}
.section-note {
  background-color: #444;
}
.note-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 0;
}
.note-left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.note-logo {
  width: 120px;
  flex-shrink: 0;
}
.note-body {
  flex: 1;
}
.note-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.note-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}
.note-btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.note-btn:hover {
  background: #fff;
  color: #444;
}

/* ==========================================================
   ファーストビュー スライドショー
   ========================================================== */

.heroImage {
  overflow: hidden;
  background: #1a1a1a;
  isolation: isolate;
  z-index: 0;
}

/* スライド本体 */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

/* 画像・動画の配置 */
.hero-slide img,
.hero-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  min-width: 0;
  min-height: 0;
  display: block;
  transform-origin: center center;
}

/* アクティブ時にズームアウト */
.hero-slide.active img,
.hero-slide.active video {
  animation: heroZoomOut 6s ease-out both;
}

/* 暗オーバーレイ */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* テキストエリア */
.hs-text {
  position: absolute;
  bottom: 60px;
  right: 40px;
  text-align: left;
  z-index: 2;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}
.hs-text > div {
  float: initial !important;
}
.hs-text .heroText {
  font-size: 46px;
  float: none !important;
}
.hs-text .text24 {
  letter-spacing: 0.05em;
  display: block;
}
.hs-text .text16 {
  font-size: 1vw !important;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  margin-top: 1em;
  display: block;
}

/* スライド1（動画）のみフォントサイズをvw指定 */
.hero-slide[data-slide="0"] .hs-text .heroText {
  font-size: 4vw !important;
}
.hero-slide[data-slide="0"] .hs-text .text24 {
  font-size: 1.5vw !important;
}


/* 背景（画像・動画コンテナ） */
.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
}
/* アクティブ時にズームアウト（both = from適用→to維持） */
.hero-slide.active .hero-slide-bg {
  animation: heroZoomOut 6s ease-out both;
}

/* 動画スタイル上書き */
.hero-slide-bg video#makingMv {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  min-width: 0 !important;
  min-height: 0 !important;
  z-index: 0 !important;
}

@keyframes heroZoomOut {
  from { transform: scale(1.08); }
  to   { transform: scale(1.00); }
}

/* 暗オーバーレイ */
.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/* テキストコンテナ */
.hero-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.35));
}

/* テキスト位置（右下） */
.hero-slide-text {
  position: absolute;
  bottom: 5%;
  right: 0;
  text-align: right;
}
.hero-slide-text > div {
  float: initial;
}
.hero-slide-text .text24 {
  font-size: 1.5vw;
  letter-spacing: 0.05em;
}
.hero-slide-text .text16 {
  font-size: 1vw;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  margin-top: 1em;
}

/* バーインジケーター */
.hero-bars {
  position: absolute;
  right: 20px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.hero-bar {
  display: block;
  width: 3px;
  height: 24px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: height 0.3s, background 0.3s;
}
.hero-bar.active {
  height: 40px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .hero-bars {
    bottom: 30px;
  }
}
.section-lineup {
  background-color: #EEEEEE;
}

/* VIEW MORE ボタン */
.viewmore {
  display: block;
  text-align: right;
}
.viewmore a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  /* letter-spacing: 0.15em; */
  color: #333;
  text-decoration: none;
  /* font-family: 'Jost', sans-serif; */
  font-weight: 400;
}
.viewmore a::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #333;
  transition: width 0.3s ease;
}
.viewmore a:hover::after {
  width: 56px;
}

.news-st {
  display: block;
}

/* ===== PROJECT セクション ===== */
.section-project {
  overflow: hidden;
  background-color: #EEEEEE;
}
.projectBox {
  width: 30.3333%;
  margin-bottom: 60px;
  position: relative;
  transition: opacity 0.2s ease;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}
.projectBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.projectBox:hover {
  opacity: 0.8;
}
.projectBox .ph100 {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.projectBox .ph100 img:not(.pjBadge) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectBox .ph100 img.pjBadge {
  position: absolute !important;
  top: 10px;
  right: 10px;
  width: 50px !important;
  height: auto !important;
  z-index: 2;
  pointer-events: none;
}
.projectBox .pdInfo {
  padding: 1em 1.3em;
}