/* background-color: #005C92; */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
body{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #151519;
}
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
input,textarea,select{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
input::placeholder,textarea::placeholder{
  color: #B3B5BA;
}
input[type="date"]{
  position: relative;
}
/* 日時不要ボタン削除 */
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
/* 日時不要ボタン削除 */
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
/* 日時クリック判定を全面化（▼ボタンを全面） */
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* ----- header ----- */
.header{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
}
.header .logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 180px;
  background-position: 31px center;
  background-image: url(/images/logo/daikoku_logo_c.svg);
  background-size: 182px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 88;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  /* transition: .2s; */
}
.header .logo_hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 45.5px;
    background-position: 31px center;
    background-image: url(/images/logo/daikoku_logo_c.svg);
    background-color: #fff;
    background-size: 90px;
    background-repeat: no-repeat;
    z-index: 66;
}
.header ul{
  float: right;
  padding: 0;
  margin: 0;
}
.header li{
  width: 130px;
  background-color: #ebeff5;
  color: #151519;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .125em;
  text-indent: .125em;
  cursor: pointer;
  padding: 14px 0 12px;
  border-left: 1px solid #e6edf1;
  text-align: center;
  box-sizing: border-box;
  float: left;
  transition: .2s;
}
.header li.selected{
  background-color: #005C92;
  color: #f6f7ff;
}
.header li.adjwide{
  letter-spacing: .005em;
  text-indent: .005em;
}
.header li.btn{
  background-color: #005C92;
  color: #f6f7ff;
  letter-spacing: .025em;
  text-indent: .025em;
}
.header li:hover{
  cursor: pointer;
}
.menuArea,.menuWindow{
  display: none;
}
.headerMenu{
  display: none;
  position: fixed;
  top: 45px;
  width: 100%;
  min-height: 316px;
  padding: 60px 0 0;
  background-color: #fff;
  z-index: 5555;
  border-top: 1px solid #e6edf1;
  box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
}
.headerMenu.-on{
  display: block;
}
.headerMenu_container{
  position: relative;
  display: grid;
  grid-template-columns:  1fr 1fr;
  column-gap: 12px;
  max-width: 580px;
  width: 100%;
  margin: auto;
}
.headerMenu_leftBlock h4{
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 25px;
  font-size: 29px;
  letter-spacing: .075em;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.headerMenu_leftBlock h4 span{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
}

.headerMenu_rightBlock{
  height: 120px;
  width: calc(100% - 50px);
  background-size: cover;
  background-position: center;
}
.headerMenu_rightBlock.img1{
  background-image: url("/images/topview/testimage1.jpg");
  background-image: url("/images/topview/n_1.jpg");
}
.headerMenu_rightBlock.img2{
  background-image: url("/images/topview/testimage2.jpg");
  background-image: url("/images/topview/h_1.jpg");
  background-position: top;
}
.headerMenu_rightBlock.img3{
  background-image: url("/images/topview/testimage3.jpg");
  background-image: url("/images/topview/t_3.jpg");
}
.headerMenu_items{
  float: left;
  margin-right: 38px;
  width: 100%;
}
.headerMenu_items li{
  font-size: 14px;
  color: #151519;
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: 20px;
  margin-bottom: 8px;
  padding-top: 2px;
}
.headerMenu_items li:hover{
  text-decoration: underline;
}
.headerMenu_items li::before{
  position: absolute;
  content: "";
  right:  0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #151519;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #151519;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.headerMenu_items li.top{
  display: table;
}
.closeButton{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #151519;
  border-radius: 50%;
  background-image: url(/images/close.png);
  background-position: center;
  background-size: contain;
}
.closeButton:hover{
  cursor: pointer;
}
#maskWindow{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.75);
  z-index: 4444;
  display: none;
}
#maskWindow.on{
  display: block;
}
/* ----- header ----- */
/* ----- container ----- */
.container{
  padding-top: 46px;
}
.topView{
  position: relative;
  height: 580px;
  background-size: cover;
  overflow: hidden;
}
.topView::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #005C92, #005C92, #005C92);
  opacity: .25;
  z-index: 50;
}
.main_img {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.main_img.img1{
  background-image: url("/images/topview/10.jpg");
}
.main_img.img2 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  background-image: url("/images/topview/7.jpg");
}
.main_img.img3 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  background-image: url("/images/topview/3.jpg");
}
.main_img.img4 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
  background-image: url("/images/topview/n4_.jpg");
}
.main_img.img5{
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
  background-image: url("/images/topview/n5_.jpg");
}
.main_img.img6 {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
  background-image: url("/images/topview/n6_.jpg");
}
.main_img.img7 {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
  background-image: url("/images/topview/n7_.jpg");
  background-position: bottom;
}
.main_img.img8 {
  -webkit-animation-delay: 28s;
  animation-delay: 28s;
  background-image: url("/images/topview/n8_.jpg");
  background-position: bottom;
}
.main_img.img9 {
  -webkit-animation-delay: 32s;
  animation-delay: 32s;
  background-image: url("/images/topview/n9_w.jpg");
  background-position: left;
}
@keyframes anime{
  0%{
    opacity: 0;
    transform: scale(1.1) ;
  }
/* 4枚 */
  /* 5%{
    opacity: 1;
  }
  25%{
    opacity: 1;
  }
  30%{
    opacity: 0;
  }
  40%{
    transform: scale(1) ;
  } */

/* 8枚 */
  /* 2.5%{
    opacity: 1;
  }
  12.5%{
    opacity: 1;
  }
  15%{
    opacity: 0;
  }
  20%{
    transform: scale(1) ;
  } */

/* 9枚 */
  2.22%{
    opacity: 1;
  }
  11.11%{
    opacity: 1;
  }
  13.32%{
    opacity: 0;
  }
  17.76%{
    transform: scale(1) ;
  }
}
.topTextWrapp{
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-540px);
  z-index: 66;
  width: 100%;
}
.topTextContent{
  position: relative;
}
.topTextWrapp h4{
  /* width: 100%; */
  position: absolute;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.1;
  color: transparent;
  -webkit-background-clip: text;
  /* background-image: linear-gradient(135deg, #ffffff, #E6F6FF, #f1f1f1); */
  color: #fff;

}
h4.fixedText{
  top: 0;
  -webkit-animation: maintexthidden 36s 0s infinite;
  animation: maintexthidden 36s 0s infinite;
}
@keyframes maintexthidden{
  0%{
    opacity: 0;
  }
  0.889%{
    opacity: 1;
  }
  87.999%{
    opacity: 1;
  }
  88.888%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.topTextWrapp h4 span{
  /* position: relative; */
}
.topTextWrapp h4 span::before{
  position: absolute;
  content: "";
  bottom: -10px;
  width: calc(100% - 20px);
  height: 4px;
  background-image: linear-gradient(135deg, #fff, #fff, #fff);
  /* background-image: linear-gradient(135deg, #ffffff, #E6F6FF, #f1f1f1); */

  /* 現行 */
  /* -webkit-animation: lineText 8s 0s infinite;
  animation: lineText 8s 0s infinite; */

  /* 9枚目漫画 */
  -webkit-animation: lineText 36s 0s infinite;
  animation: lineText 36s 0s infinite;
  color: #fff;
}
@keyframes lineText{
  0%{
    width: 0;
  }
  /* 現行 */
  /* 12%{
    width: 0;
  }
  15%{
    width: calc(100% - 20px);
  } */

  /* 9枚目漫画 */
  3%{
    width: 0;
  }
  /* + 0.75 */
  3.75%{
    width: calc(100% - 20px);
  }
  /* + 17.583 */
  21.333%{
    width: calc(100% - 20px);
  }
  /* + 0.889 */
  22.222%{
    width: 0;
  }
  /* + 3 */
  25.222%{
    width: 0;
  }
  25.972%{
    width: calc(100% - 20px);
  }
  43.555%{
    width: calc(100% - 20px);
  }
  44.444%{
    width: 0;
  }
  47.444%{
    width: 0;
  }
  48.194%{
    width: calc(100% - 20px);
  }
  65.777%{
    width: calc(100% - 20px);
  }
  66.666%{
    width: 0;
  }
  69.666%{
    width: 0;
  }
  70.416%{
    width: calc(100% - 20px);
  }
  87.999%{
    width: calc(100% - 20px);
  }
  88.888%{
    width: 0;
  }
}
h4.chenge{
  /* -webkit-animation: changeText 32s 0s infinite;
  animation: changeText 32s 0s infinite; */
  -webkit-animation: changeText 36s 0s infinite;
  animation: changeText 36s 0s infinite;
  opacity: 0;
}
h4.chenge.t2 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
h4.chenge.t3 {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
h4.chenge.t4 {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
@keyframes changeText{
/* 4,8枚 */
  /* 0%{
    opacity: 0;
    top: 73px;
  }
  2%{
    opacity: 0;
    top: 73px;
  }
  3%{
    opacity: 1;
    top: 63px;
  }
  24%{
    opacity: 1;
    top: 63px;
  }
  25%{
    opacity: 0;
    top: 53px;
  } */

/* 9枚目テキスト非表示 */
  0%{
    opacity: 0;
    top: 73px;
  }
  1.777%{
    opacity: 0;
    top: 73px;
  }
  2.666%{
    opacity: 1;
    top: 63px;
  }
  21.333%{
    opacity: 1;
    top: 63px;
  }
  22.222%{
    opacity: 0;
    top: 53px;
  }
}
/* .topThumbnailWrapp{
  position: absolute;
  bottom: 42px;
  right: 30px;
  z-index: 66;
  background-color: rgba(255,255,255,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}
.Thumbnail_img{
  position: relative;
  width: 110px;
  height: 70px;
  float: left;
  background-size: cover;
  background-position: center;
}
.Thumbnail_img::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: .65;
  background-color: #000000;
  -webkit-animation: imgshadow 32s 0s infinite;
  animation: imgshadow 32s 0s infinite;
}
.Thumbnail_img.img2::before {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.Thumbnail_img.img3::before {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.Thumbnail_img.img4::before {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
@keyframes imgshadow{
  2%{
    background-color: #005C92;
    opacity: .2;
  }
  24%{
    background-color: #005C92;
    opacity: .2;
  }
  25%{
    opacity: .65;
    background-color: #000000;
  }
}
.topTimeLine{
  position: absolute;
  content: "";
  bottom: 39px;
  right: 30px;
  height: 3px;
  width: 440px;
  z-index: 150;
} */

/* .topTimeLine::before{
  position: absolute;
  content: "";
  width: 50%;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  background-image: linear-gradient(135deg, #005C92, #005C92, #005C92);
  opacity: .75;
  height: 100%;
  -webkit-animation: lineload 8s 0s infinite;
  animation: lineload 8s 0s infinite;
}
@keyframes lineload{
  0%{
    width: 0;
  }
  10%{
    width: 0;
  }
  90%{
    width: 100%;
  }
  100%{
    width: 100%;
  }
}
.Thumbnail_img.img1{
  background-image: url("/images/topview/10.jpg");
}
.Thumbnail_img.img2{
  background-image: url("/images/topview/7.jpg");
}
.Thumbnail_img.img3{
  background-image: url("/images/topview/3.jpg");
}
.Thumbnail_img.img4{
  background-image: url("/images/topview/8.jpg");
} */
.content{
  position: relative;
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
.topGridWrapp{
  position: relative;
  display: grid;
  grid-template-columns: 420px 1fr;
}
.content.-topP .topGridWrapp::before{
  position: absolute;
  content: "";
  width: 420px;
  height: 95px;
  background-color: #ebeff5;
  top: -60px;
  z-index: 555;
}
/* --- ニュース --- */
.topGrid._news{
  transform: translateY(-35px);
  padding: 0 26px 20px 4px;
  z-index: 888;
}
p.newsTitle{
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .075em;
  padding-left: 16px;
  margin-bottom: 34px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
p.newsTitle span{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.newsGroup{
  margin-bottom: 32px;
}
.news{
  margin-bottom: 7px;
  cursor: pointer;
  font-weight: 400;
}
.news p.date{
  color: #777;
  display: inline-block;
  font-size: 13px;
}
.news p.category{
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}
.news p.title{
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 1px;
  color: #151519;
}
.news:hover p.title{
  text-decoration: underline;
}
.basicBtn{
  position: relative;
  display: inline-block;
  color: #151519;
  background-color: #fff;
  border: 1px solid #151519;
  font-size: 13px;
  line-height: 38px;
  min-width: 150px;
  padding-right: 10px;
  letter-spacing: .025em;
  text-indent: .025em;
  text-align: center;
  border-radius: 23px;
  transition: .2s;
  cursor: pointer;
}
.basicBtn.-pos_r{
  margin-top: 3px;
}
.basicBtn:hover{
  box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
  transition: .2s;
}
.basicBtn::before{
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #151519;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #151519;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.basicBtn.-backto{
  padding-right: 0px;
  padding-left: 10px;
}
.basicBtn.-backto::before{
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #151519 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #151519;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/* --- メニュー ---  */
.topGrid_menuGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 38px 0 88px 38px;
  border-left: 1px solid #e6edf1;
}
.menuGrid{
  position: relative;
  padding: 26px 36px;
  transition: .2s;
  border: 1px solid rgba(0,0,0,0);
  box-sizing: border-box;
  cursor: pointer;
}
.menuGrid::before{
  position: absolute;
  content: "";
  bottom: -2px;
  left: 36px;
  width: calc(100% - 34px);
  height: 1px;
  background-color: #e6edf1;
}
.menuGrid._authorization::before,.menuGrid._group::before{
  display: none;
}
.menuGrid._about::after,.menuGrid._recruit::after,.menuGrid._authorization::after{
  position: absolute;
  content: "";
  top: -2px;
  right: -1px;
  width: 1px;
  height: calc(100% + 2px);
  background-color: #e6edf1;
}
.menuGrid._about::after{
  top: 26px;
  height: calc(100% - 26px);
}
.menuGrid._authorization::after{
  height: calc(100% - 22px);
}
.menuGrid._office::before,.menuGrid._industry::before{
  left: 0;
}
.menuGrid:hover{
  box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
  border: 1px solid #fff;
  transition: .2s;
}
.gridTitle{
  font-family: 'Work Sans', sans-serif;
  color: #151519;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: .075em;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.gridTitle span{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.menuImage{
  position: relative;
  width: 100%;
  height: 120px;
  background-image: url("/images/topview/testimage1.jpg");
  background-position: center;
  background-size: cover;
}
/* .menuImage::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005C92;
  opacity: .15;
  z-index: 50;
} */
.menuImage.top_about{
  background-image: url("/images/topview/n_1.jpg");
}
.menuImage.top_office{
  background-image: url("/images/topview/4.jpg");
}
.menuImage.top_recruit{
  background-image: url("/images/topview/t_2.jpg");
}
.menuImage.top_industry{
  background-image: url("/images/topview/t_3.jpg");
}
.menuImage.top_authorization{
  background-image: url("/images/topview/t_6.jpg");
}
.menuImage.top_group{
  background-image: url("/images/topview/t_4.jpg");
}
.menuImage.img1{
  background-image: url("/images/topview/t_12.jpg");
}
.menuImage.img2{
  background-image: url("/images/topview/t_5.jpg");
}
.menuImage.img3{
  background-image: url("/images/topview/n_1.jpg");
}
.menuImage.img4{
  background-image: url("/images/topview/2.jpg");
}
.menuImage.img5{
  background-image: url("/images/topview/n_1.jpg");
}
.menuImage.img6{
  background-image: url("/images/topview/7.jpg");
}
.menuImage.img7{
  background-image: url("/images/topview/t_2.jpg");
}
.menuImage.img8{
  background-image: url("/images/topview/t_7.jpg");
}
.menuImage.img9{
  background-image: url("/images/topview/2.jpg");
}
/* --- フッター --- */
.footer{
  margin-top: auto;
  overflow: auto;
  border-top: 1px solid #e6edf1;
  padding: 22px 24px;
  background-color: #ebeff5;
}
.footer p{
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.footer_left{
  float: left;
}
.footer_left p{
  padding: 0 14px 0 12px;
  border-right: 1px solid #dcdcdc;
}
.footer_right{
  float: right;
}
/* コンテンツページ */
.siteRoute{
  padding-left: 280px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ebeff5;
  margin-bottom: 132px;
}
.siteRoute p{
  color: #151519;
  position: relative;
  display: inline;
  font-size: 12px;
  font-weight: 400;
  padding-right: 30px;
}
.siteRoute p:hover{
  text-decoration: underline;
}
.siteRoute p::before{
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #999;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #151519;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.siteRoute p.anchor:hover{
  text-decoration: none;
}
.siteRoute p.anchor::before{
  display: none;
}
.siteRoute._detailPage{
  margin-bottom: 0;
}
.topGrid._contentPages{
  border-right: 1px solid #e6edf1;
  padding: 0 46px 0 0;
  margin-top: 34px;
}
.topGrid._contentPages p.title{
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 44px;
  font-size: 39px;
  line-height: 1;
  letter-spacing: .075em;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.topGrid._contentPages p.title span{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.topGrid_menuGrid._contentPages .gridTitle{
  position: relative;
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .075em;
  padding-right: 18px;
  color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
    /* color: #005C92; */
}
.topGrid_menuGrid._contentPages .gridTitle::before{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #005C92;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #151519;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.topGrid._contentPages p.text{
  line-height: 1.95;
  white-space : pre-line;
}
.topGrid_menuGrid._contentPages{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 38px 38px;
  border: none;
}
.topGrid_menuGrid._contentPages .menuGrid{
  border: none;
}
.topGrid_menuGrid._contentPages .menuGrid::before{
  display: none;
}
.mainContent{
  padding-top: 166px;
  padding-bottom: 220px;
  width: 680px;
}
.mainContent.-noSideMenu{
  width: 100%;
}
.mainContentWrapp{
  margin-bottom: 88px;
}
.mainContent p.title{
  display: inline-block;
  position: relative;
  font-size: 34px;
  letter-spacing: .055em;
  margin-bottom: 86px;
  color: transparent;
  -webkit-background-clip: text;
  background-image : linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.mainContent p.title._noborder{
  margin-bottom: 52px;
}
.mainContent p.title::after{
  position: absolute;
  content: "";
  bottom: -40px;
  left: 3px;
  width: 40px;
  height: 1px;
  background-color: #e6edf1;
}
.mainContent p.title._noborder::after{
  display: none;
}
.mainContent p.text{
  font-weight: 400;
  line-height: 2.15;
  margin-bottom: 24px;
  /* white-space : pre-line; */
}
.mainContent p.text.sdgs{
  margin-bottom: 60px;
}
.mainContent p.text.right{
  margin-top: 52px;
  text-align: right;
}
.mainContent p.text span.st{
  font-weight: 600;
  font-size: 24px;
}
.mainContent p.text span.st.p1{
  margin-bottom: 12px;
}
.work_gridWrapper{
  display: grid;
  grid-template-columns: 170px 1fr;
  margin-bottom: 60px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6edf1;
}
/* .work_gridWrapper:first-of-type{
  border-bottom: 1px solid #e6edf1;
  padding-bottom: 32px;
} */
.work_gridWrapper:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}
.dev_block{
  margin-bottom: 46px;
}
.dev_block.adjust{
  margin-top: 6px;
}
.mainContent .work_gridWrapper p.text{
  margin-bottom: 8px;
  line-height: 1.65;
}
.mainContent .work_gridWrapper p.text span.st{
  font-weight: 600;
  font-size: 20px;
}
.mainContent .work_gridWrapper p.text.devtitle{
  color: #151519;
  font-weight: 600;
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 0;
}


.mainContent ul.label{
  background-color: #F5F9FF;
  padding: 16px 12px 12px 12px;
  border: 1px solid #e6edf1;
}
.mainContent ul.label li{
  position: relative;
  font-weight: 400;
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 4px;
}
.mainContent ul.label li::before{
  position: absolute;
  content: "・";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.sideMenu{
  position: absolute;
  top: 0;
  right: 20px;
  width: 320px;
  padding-left: 28px;
  padding-top: 178px;
  border-left: 1px solid #e6edf1;
}
.sideMenu._fixed{
  position: fixed;
  top: -64px;
  left: calc(50% + 220px);
}
.sideMenu .titleBlock{
  border-bottom: 1px solid #e6edf1;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
/* .sideMenu .title{
  display: inline-block;
  letter-spacing: .075em;
  font-size: 22px;
  text-decoration: underline;
  color: transparent;
  -webkit-background-clip: text;
  background-image : linear-gradient(135deg, #0C0785, #005C92, #076C8F);
} */
.sideMenu .title{
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 23px;
  letter-spacing: .075em;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.sideMenu .title span{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.sideMenu .sub{
  display: table;
  position: relative;
  color: #151519;
  font-size: 14px;
  padding-top: 2px;
  margin-bottom: 9px;
  padding-right: 18px;
}
.sideMenu .sub:hover{
  text-decoration: underline;
}
.sideMenu .sub::before{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #000;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #151519;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.sideMenu .sub._seleced{
  padding-right: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-image : linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.sideMenu .sub._seleced::before{
  display: none;
}
.sideMenu .sub._seleced::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
  /* color: #005C92; */
}
.sideMenuImg{
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url(/images/topview/testimage1.jpg);
  background-image: url("/images/topview/10.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 24px;
}
.sideMenuImg.img1{
  background-image: url("/images/topview/10.jpg");
}
.sideMenuImg.img2{
  background-image: url("/images/topview/7.jpg");
}
.sideMenuImg.img3{
  background-image: url("/images/topview/2.jpg");
}
.sideMenuImg.img_message{
  background-image: url("/images/topview/n_12.jpg");
}
.sideMenuImg.img_philosophy{
  background-image: url("/images/topview/t_5.jpg");
}
.sideMenuImg.img_about{
  background-image: url("/images/topview/n_1.jpg");
}
.sideMenuImg.img_history{
  background-image: url("/images/topview/2.jpg");
}
.sideMenuImg.img_reabout{
  background-image: url("/images/topview/n_1.jpg");
}
.sideMenuImg.img_rework{
  background-image: url("/images/topview/7.jpg");
}
.sideMenuImg.img_reflow{
  background-image: url("/images/topview/t_2.jpg");
}
.sideMenuImg.img_recontact{
  background-image: url("/images/topview/t_7.jpg");
}
.sideMenuImg::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005C92;
  opacity: .15;
  z-index: 50;
}
/* --- 会社概要 --- */
.tableWrapper{
  border-left: 1px solid #e6edf1;
  border-right: 1px solid #e6edf1;
  border-bottom: 1px solid #e6edf1;
}
.tableRow{
  display: grid;
  border-top: 1px solid #e6edf1;
  grid-template-columns: 144px 1fr;
}
.tableBox{
  padding: 18px 12px 18px 12px;
}
.tableBox:first-of-type{
  background-color: #F5F9FF;
}
.tableBox p{
  font-weight: 400;
}
.tableRow .tableBox:first-child p{
  font-weight: 600;
}
.tableBox p.anchor{
  margin-top: 10px;
}
/* --- 沿革 --- */
.history_wrapper{
  position: relative;
}
.history_wrapper::before{
  position: absolute;
  content: "";
  left: 130px;
  height: 100%;
  width: 1px;
  background-color: #e6edf1;
}
.historyRow{
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: 60px 40px 1fr;
}
.historyRow p{
  font-weight: 400;
  font-size: 15px;
}
.historyRow p:nth-child(2){
  text-align: right;
}
.historyRow p:nth-child(3){
  padding-left: 60px;
}
/* --- 営業所一覧 --- */
.officeGridWrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 94px;
}
.ereaName{
  font-size: 24px;
  grid-column: 1 / 3;
  margin-top: 72px;
  margin-bottom: 30px;
}
.ereaName:first-of-type{
  margin-top: 0;
}
.officeGridPart_body{
  display: none;
  padding: 0 0 0 20px;
}
.officeGridPart_body.no-padding{
  padding: 0;
}
.officeGridPart_body.active{
  display: block;
}
.officeGridPart_body img.banner{
  max-width: 400px;
  margin-bottom: 12px;
}
.officeGridPart{
  border-bottom: 1px solid #e6edf1;
}
.officeGridPart_head{
  display: flex;
  justify-content: space-between;
  padding: 12px 2px 12px 20px;
  cursor: pointer;
}
.officeGridPart_head p{
  color: #151519;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  width: calc(100% - 36px);
}
.openBtn{
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.officeGridPart_head:hover .openBtn{
  background-color: #f5f5f5;
}
.openBtn::before{
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #151519;
}
.openBtn.active::before{
  display: none;
}
.openBtn::after{
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-color: #151519;
}
.officeGridPart_body ul{
  margin-bottom: 26px;
}
.officeGridPart_body li{
  font-weight: 400;
}
.officeGridPart_body iframe{
  width: 100%;
  height: 300px;
  border: none;
  margin-bottom: 34px;
}
/* --- 許可証 --- */
.licenseGridWrapper{
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 64px;
}
.licenseCategoryTitle{
  display: table;
  padding: 5px 20px;
  margin-bottom: 32px;
  color: #f6f7ff;
  background-color: #005C92;
}
p.licenseLink{
  position: relative;
  color: #151519;
}
.officeGridPart_head:hover p.licenseLink{
  text-decoration: underline;
}
p.licenseLink::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  background-image: url(/images/pdflink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(5px);
}
.licenseTable{
  border: 1px solid #e6edf1;
  margin-bottom: 34px;
}
.licenseTable div{
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 1px solid #f5f5f5;
}
.licenseTable.-single div{
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #f5f5f5;
}
.licenseTable div:nth-child(2n){
  background-color: #f5f5f5;
}
.licenseTable div:last-child{
  border-bottom: none;
}
.licenseTable div p{
  padding: 7px 18px;
}
.licenseTable div a p{
  position: relative;
  border-left: 1px solid #e6edf1;
  display: inline-block;
  color: #151519;
}
.licenseTable.products div a p{
  border-left: none;
}
.licenseTable.products div p.border{
  border-right: 1px solid #e6edf1;
}
.licenseTable div a:hover p{
  text-decoration: underline;
}
.licenseTable div a p::after{
  position: absolute;
  content: "";
  width: 22px;
  height: 23px;
  background-image: url(/images/pdflink.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(5px);
}
.licenseTable.-single div a p{
  border-left: none;
}
.officeGridPart_body.-child{
  padding: 0 18px;
}
.officeGridPart_body p.text{
  font-weight: 400;
  line-height: 1.75;
}
.officeGridPart_body span.title{
  font-weight: 600;
}
.officeGridPart_body ul.number{
  margin-bottom: 52px;
}
.officeGridPart_body ul.number li{
  position: relative;
  margin-bottom: 14px;
  padding-left: 18px;
}
.officeGridPart_body ul.number li::before{
  position: absolute;
  left: 0;
  top: 0;
}
.sdgs_icon_grid {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.sdgs_icon_grid img{
  width: 100px;
  margin-right: 4px;
}
.officeGridPart_body ul.number li:nth-child(1)::before{
  content: "1.";
}
.officeGridPart_body ul.number li:nth-child(2)::before{
  content: "2.";
}
.officeGridPart_body ul.number li:nth-child(3)::before{
  content: "3.";
}
.officeGridPart_body ul.number li:nth-child(4)::before{
  content: "4.";
}
.officeGridPart_body ul.number li:nth-child(5)::before{
  content: "5.";
}
.officeGridPart_body ul.number li:nth-child(6)::before{
  content: "6.";
}
.officeGridPart_body ul.number li:nth-child(7)::before{
  content: "7.";
}
.officeGridPart_body ul.bold li::before{
  font-weight: 600;
}
/* 採用情報 */
.recruit_table{
  display: grid;
  grid-template-columns: 128px 1fr;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.recruit_table p{
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 18px;
}
.recruit_table p:nth-child(odd){
  text-align: center;
}
.recruit_table p:nth-child(even){
  border-left: 1px solid #dcdcdc;
}
.recruit_table p.adjust{
  padding-bottom: 24px;
}
.recruit_table p strong.title{
  display: inline-block;
  margin-bottom: 6px;
}
.recruit_table p span{
  font-weight: 400;
  font-size: 15px;
}
.recruit_table_comment{
  font-size: 13px;
  font-weight: 400;
  padding: 18px 0 0 2px;
  margin-bottom: 24px;
}
.mnb{
  width: 180px;
  padding: 10px 14px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.recruitFlowWrapper{
  margin-bottom: 36px;
}
.recruitFlowWrapper p{
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 24px;
}
.recruitFlowWrapper p::after{
  position: absolute;
  content: "";
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  line-height: 0px;
}
.recruitFlowWrapper p:last-child::after{
  border: none;
}
.recruit_faqWrapper{
  margin-bottom: 66px;
}
.recruit_faqPart{
  padding: 19px 6px;
  border-bottom: 1px solid #e6edf1;
}
.recruit_faqPart:last-child{
  border-bottom: none;
}
.recruit_faqPart p{
  font-weight: 400;
}
.recruit_faqPart p:first-child{
  font-weight: 600;
  margin-bottom: 5px;
}
.recruitContact_commnet{
  font-size: 13px;
  font-weight: 400;
}
.recruitContact_grid{
  display: grid;
  grid-template-columns: 160px 1fr;
  row-gap: 24px;
  margin: 36px 0;
}
.recruitContact_grid p{
  line-height: 38px;
}
.recruitContact_grid input[type="text"]{
  border-radius: 0;
  height: 38px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  padding: 0 13px;
}
.recruitContact_grid textarea{
  border-radius: 0;
  height: 200px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  padding: 6px 13px;
}
.selectBlock_wapper{
  position: relative;
  border: 1px solid #dcdcdc;
}
.selectBlock{
  position: relative;
  height: 38px;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #dcdcdc;
}
.selectBlock::after{
  position: absolute;
  content: "";
  right: 26px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  line-height: 0px;
}
.selectBlock select{
  width: 100%;
  font-size: 16px;
  height: 100%;
  padding: 0 14px;
}
.contentGrid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 36px;
}
.contentGrid .product{
  border: 1px solid #dcdcdc;
  padding: 15px 12px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
  transition: .2s;
}
.contentGrid .product:hover{
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
  transition: .2s;
}
.productImageWrapper{
  position: relative;
  height: 140px;
  overflow: hidden;
  margin-bottom: 12px;
}
.contentGrid .product img{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.product_allBtn{
  display: inline-block;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 4px 14px;
  margin-top: 22px;
  font-size: 14px;
  float: right;
}
.contentGrid .category{
  position: relative;
  border: 1px solid #e6edf1;
  transition: .2s;
}
.categoryBtn{
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e6edf1;
  background-color: rgba(0,0,0,.05);
}
.contentGrid .category:hover{
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
  transition: .2s;
}
.productCategoryHead{
  background-color: #ebeff5;
  border-bottom: 1px solid #e6edf1;
  padding: 17px 0 15px;
}
.productCategoryHead p{
  text-align:  center;
}
.productCategoryHead p.categoryTitle{
  margin-bottom: 2px;
}
.productCategoryHead p.categorySub{
  font-weight: 400;
  font-size: 11px;
}
.categoryImageWrapper{
  position: relative;
  height: 100px;
  overflow: hidden;
  margin: 10px 12px 10px;
}
.contentGrid .categoryImageWrapper img{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.pos_rWrapper{
  display: flex;
  justify-content: space-between;
}
ul.listInText{
  margin: 7px 0 38px;
}
ul.listInText li{
  font-weight: 400;
  margin-bottom: 4px;
}
/* news */
.mainContent.-newsPage{
  padding-top: 120px;
}
.mainContent.-newsContent{
  padding: 120px 80px 240px 80px;
}
h4.newsTitle{
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .075em;
  margin-bottom: 4px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F);
}
h4.newsTitle span{
  font-size: 18px;
  font-weight: 400;
}
.newsWrapper{
  margin-top: 30px;
  border-top: 1px solid #e6edf1;
}
.newsBlock{
  padding: 11px 4px 13px;
  border-bottom: 1px solid #e6edf1;
}
.newsBlock li.title{
  color: #151519;
}
.newsBlock:hover li.title{
  text-decoration: underline;
}
.newsBlock li.date,.articleWrapper p.date{
  display: inline-block;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
}
.newsBlock li.tag,.articleWrapper p.tag{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.newsBlock li.tag.mov,.articleWrapper p.tag.mov,.news p.category.mov{
  color: #2c4462;
}
.newsBlock li.tag.log,.articleWrapper p.tag.log,.news p.category.log{
  color: #005C92;
}
.newsBlock li.tag.req,.articleWrapper p.tag.req,.news p.category.req{
  color: #268957;
}
.newsBlock li.tag.eve,.articleWrapper p.tag.eve,.news p.category.eve{
  color: #e09932;
}
.newsBlock li.title{
  font-size: 18px;
  margin-top: 2px;
}
.articleWrapper p.date,.articleWrapper p.tag{
  font-size: 16px;
  font-weight: 400;
  /* padding-left: 0; */
}
.articleWrapper h4.title{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 28px;
}
.articleWrapper p.text{
  margin-bottom: 44px;
  text-align: justify;
}
.articleWrapper p.text a{
  text-decoration: underline;
  padding: 0 2px;
  color: #005C92;
  font-weight: 600;
}
.articleWrapper img{
  width: 100%;
  margin-bottom: 44px;
}
.articleWrapper ul{
  margin-bottom: 68px;
  border-bottom: 1px solid #e6edf1;
}
.articleWrapper ul li{
  position: relative;
  border-top: 1px solid #e6edf1;
  padding: 12px 2px 12px 20px;
  color: #151519;
}
.articleWrapper ul li:hover{
  text-decoration: underline;
}
.articleWrapper ul li::after{
  position: absolute;
  content: "";
  top: 0;
  width: 22px;
  height: 100%;
  backgroundlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(5px);
}
/* group */
.groupWrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 80px;
  padding: 0 40px;
  margin: 90px 0 120px;
}
.groupContent img{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.groupContent p{
  text-align: center;
  font-size: 14px;
  color: #151519;
}
.groupContent.weblink:hover p{
  text-decoration: underline;
}
.groupContent.weblink p{
  position: relative;
  padding-right: 10px;
}
.groupContent.weblink p::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 20px;
  transform: translateX(5px);
  background-image: url("/images/pagelink.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:1180px){
.topTextWrapp {
  left: 68px;
  transform: none;
}
.header li {
  width: 110px;
}
.headerMenu{
  padding: 60px 0 72px;
}
.headerMenu_container {
  grid-template-columns: 1fr;
  column-gap: 12px;
  row-gap: 24px;
  max-width: 328px;
}
.headerMenu_rightBlock{
  width: 100%;
}
.groupWrapper {
    column-gap: 20px;
    padding: 0;
}
}
/*-------------------ipad----------------------*/
@media screen and (max-width:1024px){
  .header .logo {
    width: 180px;
    height: 132px;
    background-position: 28px center;
    background-size: 114px;
  }
  .header{
    height: 46px;
  }
  .header ul {
    display: none;
  }
  .headerMenu {
    padding: 120px 20px 72px;
  }
  .menuArea,.openMenu{
    display: block;
  }
  .menuArea{
  position: absolute;
  right: 24px;
  top: 13px;
}
.menu-trigger,.menu-trigger span {
  display: inline-block;
  -webkit-transition: -webkit-transform .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 27px;
  height: 19px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #151519;
  /* border-radius: 2px; */
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: -webkit-transform translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: -webkit-transform translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.menuWindow{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 168px;
  box-sizing: border-box;
  background-color: #ebeff5;
  z-index: 8888;
}
.menuWindow.active{
  display: block;
}
.menuWindow li{
  font-family: 'Work Sans', sans-serif;
  display: table;
  text-align: center;
  margin: auto;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
  /* background-image: linear-gradient(135deg, #0C0785, #005C92, #076C8F); */
  color: #005C92;
  margin-bottom: 28px;
}
.menuWindow li span{
  font-family: "YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
}
  .topTextWrapp {
    top: 207px;
  }
  .topThumbnailWrapp {
    bottom: 127px;
  }
  .topTimeLine{
    bottom: 124px;
  }
  .topGrid_menuGrid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 0 38px 0;
    border-left: none;
  }
  .menuGrid::before {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .menuGrid._about::before{
    left: 36px;
    width: calc(100% - 36px);
  }
  .menuGrid._office::before{
    left: -1px;
    width: calc(100% + 3px);
  }
  .menuGrid._recruit::before{
    left: 0;
    width: calc(100% - 36px);
  }
  .menuGrid._recruit::after{
    left: 0;
    top: 26px;
    height: calc(100% - 26px);
  }
  .menuGrid._industry::before{
    display: none;
  }
  .menuGrid._industry::after {
    position: absolute;
    content: "";
    top: -2px;
    right: -1px;
    width: 1px;
    background-color: #e6edf1;
    height: calc(100% - 26px);
  }
  .menuGrid._authorization::after {
    height: calc(100% - 26px);
    right: -3px;
  }
  .siteRoute {
    padding-left: 204px;
    margin-bottom: 90px;
  }
  .mainContent{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .sideMenu{
    position: static;
    width: 100%;
    padding: 40px 0 80px;
    border: none;
    border-top: 1px solid #fafafa;
  }
  .sideMenu._fixed {
      position: static;
      width: 100%;
      padding: 40px 0 80px;
      border: none;
      border-top: 1px solid #fafafa;
    }
  .topGrid._contentPages p.title{
    margin-bottom: 28px;
  }
  .topGrid._contentPages p.title span{
    font-size: 18px;
  }
  .topGridWrapp {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .content{
    padding: 0 72px;
  }
  .topGrid._contentPages{
    border: none;
    padding: 0;
  }
  .topGrid_menuGrid {
    border-top: 1px solid #e6edf1;
}
  .topGrid_menuGrid._contentPages {
    padding: 42px 0 108px 0;
    column-gap: 44px;
    row-gap: 44px;
  }
  .topGrid_menuGrid._contentPages .menuGrid {
    padding: 0;
  }
  .menuGrid:hover{
    box-shadow: 0 0 14px 0 rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
  }
  .menuImage {
    height: 140px;
  }
  .officeGridWrapper {
    column-gap: 44px;
    margin-bottom: 98px;
  }
  .mainContent.-newsContent{
    padding: 120px 0px 120px 0px;
  }
  .groupWrapper {
    grid-template-columns: 1fr;
    row-gap: 80px;
    margin-top: 30px;
    margin-bottom: 240px;
  }
  .groupContent img{
    margin-bottom: 0;
    max-width: 380px;
    margin: auto;
  }
}
@media screen and (max-width:768px){
  .topTextWrapp {
    left: 42px;
  }
  .Thumbnail_img {
    width: 90px;
    height: 56px;
  }
  .topTimeLine{
    width: 360px;
  }
  .content.-topP .topGridWrapp::before{
    width: 430px;
  }
  .siteRoute {
    padding-left: 32px;
    margin-bottom: 10px;
    padding-top: 104px;
  }
  .content {
    padding: 0 32px;
  }
  .topGrid_menuGrid._contentPages {
    column-gap: 22px;
    row-gap: 24px;
  }
  .topGrid._contentPages p.title{
    font-size: 28px;
  }
  .topGrid._contentPages p.title::before {
    bottom: 4px;
  }
  /* .menuGrid{
    padding: 18px;
    height: auto;
    border: 1px solid #e6edf1;
  } */
  /* .menuGrid:hover{
    border: 1px solid #e6edf1;
  }
  .menuGrid::before,.menuGrid._about::after {
    display: none;
  } */
  .menuGrid {
    position: relative;
    padding: 16px 16px;
  }
  .menuGrid._about::before {
    left: 16px;
    width: calc(100% - 16px);
  }
  .menuGrid._about::after {
    top: 16px;
    height: calc(100% - 16px);
  }
  .menuGrid._recruit::before {
    left: 0;
    width: calc(100% - 16px);
  }
  .menuGrid._recruit::after {
    top: 16px;
    height: calc(100% - 16px);
  }
  .menuGrid._industry::after {
    height: calc(100% - 13px);
  }
  .gridTitle{
    margin-bottom: 13px;
  }
  .topGrid._contentPages p.text{
    font-size: 15px;
    line-height: 1.75;
  }
  .mainContentWrapp {
    margin-bottom: 46px;
  }
  .mainContent {
    padding-top: 44px;
  }
  .mainContent p.title ,.mainContent p.title._noborder {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .mainContent p.title::after{
    display: none;
  }
  .mainContent p.text {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 12px;
  }
  .mainContent p.text span.st {
    font-size: 18px;
  }
  .mainContent ul.label {
    background-color: #ebeff5;
    padding: 12px 8px 9px 6px;
  }
  .mainContent ul.label li {
    font-size: 15px;
    padding-left: 14px;
  }
  .officeGridWrapper {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 94px;

  }
  .ereaName {
    grid-column: auto;
  }
  .ereaName:first-of-type {
    margin-top: 18px;
  }
  .officeGridPart_head {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 20px;
  }
  .officeGridPart_body.-child {
    padding: 0;
  }
  p.licenseLink::after {
    width: 23px;
  }
  .licenseTable div p {
    font-size: 15px;
    padding: 5px 10px;
  }
  .licenseTable div a p::after {
    width: 18px;
  }
  .licenseTable div {
    display: grid;
    grid-template-columns: 240px 1fr;
    border-bottom: 1px solid #f5f5f5;
  }
  .licenseCategoryTitle {
    margin-bottom: 22px;
    margin-top: 16px;
  }
  .mainContent.-newsPage,.mainContent.-newsContent{
    padding-top: 44px;
  }
  .articleWrapper p.text{
    margin-bottom: 24px;
  }
  .main_img.img7 {
    background-position: right bottom;
  }
  .main_img.img8 {
    background-position: right bottom;
  }
}
@media screen and (max-width:576px){
  .menuWindow{
    padding-top: 168px;
  }
  .menuWindow li{
    font-size: 17px;
    line-height: 1.125;
    margin-bottom: 16px;
  }
  .menuWindow li span{
    font-size: 13px;
  }
  .topView {
    height: 400px;
  }
  .topTextWrapp {
    top: 117px;
    left: 50%;
    transform: translateX(-172px);
    width: 344px;
    height: 50px;
  }
  .topTextWrapp h4{
    font-size: 32px;
  }
  h4.fixedText {
    top: 18px;
  }
  .content.-topP .topGridWrapp::before {
    width: 75%;
    /* top: -30px; */
  }
  .topThumbnailWrapp {
    bottom: 103px;
    left: 50%;
    right: auto;
    width: 280px;
    transform: translateX(-50%);
  }
  .Thumbnail_img {
    width: 70px;
    height: 47px;
  }
  .topTimeLine {
    left: 50%;
    bottom: 100px;
    right: auto;
    width: 280px;
    transform: translateX(-50%);
  }
  .content {
    padding: 0 20px;
  }
  .content.-topP {
    padding: 0 0;
  }
  /* .topGridWrapp {
    display: block;
  } */
  .topGrid._news {
    padding: 0 20px 20px 20px;
  }
  p.newsTitle{
    padding-left: 0;
    margin-bottom: 25px;
  }
  .basicBtn{
    display: table;
    margin: auto;
  }
  .basicBtn.-backto{
    display: inline-block;
    margin: inherit;
  }
  .content.-topP .topGridWrapp::before {
    /* display: none; */
  }
  .topGrid_menuGrid {
    grid-template-columns: 1fr 1fr;
    padding-top: 28px;
  }
  .menuGrid._office::before , .menuGrid._industry::before{
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 1px;
    width: calc(100% - 14px);
  }
  .menuGrid._recruit::before {
    left: 16px;
    width: calc(100% - 16px);
  }
  .menuGrid._recruit::after {
    top: -2px;
    height: calc(100% - -2px);
    left: auto;
    right: -1px;
  }
  .menuGrid._industry::after {
    display: none;
  }
  .menuGrid._authorization::after {
    height: calc(100% - 12px);
    right: -1px;
    top: -2px;
  }
  .work_gridWrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 18px;
    margin-bottom: 32px;
  }
  .mainContent .work_gridWrapper > p.text span.st{
    font-size: 14px;
    text-decoration: underline;
  }
.mainContent .work_gridWrapper p.text.devtitle {
    font-size: 16px;
    margin-top: 12px;
  }
  .dev_block {
    margin-bottom: 24px;
  }
  .dev_block.adjust{
    margin-top: -14px;
  }
  .work_gridWrapper {
    padding-bottom: 12px;
  }
  .groupContent img{
    max-width: 240px;
  }
  .sdgs_icon_grid img {
    width: 23%;
    margin: 0 1%;
  }
  .main_img.img9 {
    background-image: url("/images/topview/n9_w_sp.jpg");
    background-position: center;
  }
}
@media screen and (max-width:414px){
  .licenseTable.products div {
    grid-template-columns: 120px 1fr;
  }
  .siteRoute {
    padding-left: 22px;
  }
  .content {
    /* padding: 0 22px; */
  }
  .topGrid_menuGrid._contentPages {
    grid-template-columns: 1fr;
  }
  .menuImage {
    height: 108px;
  }

  .tableRow {
    display: grid;
    border-top: 1px solid #e6edf1;
    grid-template-columns: 1fr;
  }
  .tableRow p{
    font-weight: 400;
  }
  .historyRow {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }
  .history_wrapper::before{
    display: none;
  }
  .historyRow p{
    font-weight: 600;
  }
  .historyRow p:nth-child(2) {
    text-align: left;
    margin-bottom: 6px;
  }
  .historyRow p:nth-child(3) {
    padding-left: 0;
    font-weight: 400;
  }
  .officeGridPart_head p {
    font-size: 16px;
  }
  .officeGridPart_head {
    padding: 10px 0;
  }
  .officeGridPart_body {
    padding: 0;
  }
  .officeGridPart_body li {
    font-size: 15px;
  }
  .licenseTable div {
    grid-template-columns: 169px 1fr;
  }
  .licenseCategoryTitle {
    font-size: 15px;
  }
}
/*-------------------iphone6s 375×667----------------------*/
@media screen and (max-width:375px){
  .topTextWrapp {
    transform: translateX(-156px);
    width: 312px;
  }
  .topTextWrapp h4 {
    font-size: 29px;
  }
}

/*-------------------iphone5s 320×568----------------------*/
@media screen and (max-width:320px){}
