@charset "UTF-8";

/*　br Set　*/
/* -----------------------------------------------*/
.sp_only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp_only {
    display: block;
  }
}

/*　font-size percent Set　*/
/* -----------------------------------------------*/
.fontSS {
  font-size: 9px;
}

.fontS {
  font-size: 10px;
}

.fontMM {
  font-size: 11px;
}

.fontM {
  font-size: 13px;
}

.fontL {
  font-size: 15px;
}

.fontLL {
  font-size: 18px;
}

.fontLLL {
  font-size: 20px;
}

.fontLLLL {
  font-size: 24px;
}

.fontMAX {
  font-size: 30px;
}

.lhSS {
  line-height: 1.2;
}

.lhS {
  line-height: 1.3;
}

.lhM {
  line-height: 1.6;
}

.lhL {
  line-height: 1.8;
}

.lhLL {
  line-height: 2.0;
}

.lhLLL {
  line-height: 2.5;
}

@media screen and (max-width: 1000px) {
  .fontL {
    font-size: 14px;
  }
  .fontLL {
    font-size: 15px;
  }
  .fontLLL {
    font-size: 16px;
  }
  .fontLLLL {
    font-size: 18px;
  }
  .fontMAX {
    font-size: 18px;
  }
  .lhLL {
    line-height: 1.8;
  }
  .lhLLL {
    line-height: 1.8;
  }
}

/*　align Set　*/
/* -----------------------------------------------*/
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

/*　Space Margin Set　*/
/* -----------------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mh5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mh10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mh15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mh20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mh25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mh30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mh35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mh40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mh45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mh50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mw5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mw10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mw15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mw20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mw25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mw30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mw35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mw40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mw45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mw50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mhw5 {
  margin: 5px;
}

.mhw10 {
  margin: 10px;
}

.mhw15 {
  margin: 15px;
}

.mhw20 {
  margin: 20px;
}

.mhw25 {
  margin: 25px;
}

.mhw30 {
  margin: 30px;
}

.mhw35 {
  margin: 35px;
}

.mhw40 {
  margin: 40px;
}

.mhw45 {
  margin: 45px;
}

.mhw50 {
  margin: 50px;
}

/*　Space Padding Set　*/
/* -----------------------------------------------*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.ph5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ph10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ph15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ph20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ph30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ph35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ph40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ph50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pw5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pw10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pw15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pw25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pw30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pw35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pw40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pw45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pw50 {
  padding-left: 50px;
  padding-right: 50px;
}

.phw5 {
  padding: 5px;
}

.phw10 {
  padding: 10px;
}

.phw15 {
  padding: 15px;
}

.phw20 {
  padding: 20px;
}

.phw25 {
  padding: 25px;
}

.phw30 {
  padding: 30px;
}

.phw35 {
  padding: 35px;
}

.phw40 {
  padding: 40px;
}

.phw45 {
  padding: 45px;
}

.phw50 {
  padding: 50px;
}

.pc_pt5 {
  padding-top: 5px;
}

.pc_pt10 {
  padding-top: 10px;
}

.pc_pt15 {
  padding-top: 15px;
}

.pc_pt20 {
  padding-top: 20px;
}

.pc_pt25 {
  padding-top: 25px;
}

.pc_pt30 {
  padding-top: 30px;
}

.pc_pt35 {
  padding-top: 35px;
}

.pc_pt40 {
  padding-top: 40px;
}

.pc_pt45 {
  padding-top: 45px;
}

.pc_pt50 {
  padding-top: 50px;
}

.sp_pt5 {
  padding-top: 0px;
}

.sp_pt10 {
  padding-top: 0px;
}

.sp_pt15 {
  padding-top: 0px;
}

.sp_pt20 {
  padding-top: 0px;
}

.sp_pt25 {
  padding-top: 0px;
}

.sp_pt30 {
  padding-top: 0px;
}

.sp_pt35 {
  padding-top: 0px;
}

.sp_pt40 {
  padding-top: 0px;
}

.sp_pt45 {
  padding-top: 0px;
}

.sp_pt50 {
  padding-top: 0px;
}

.pc_pb5 {
  padding-bottom: 5px;
}

.pc_pb10 {
  padding-bottom: 10px;
}

.pc_pb15 {
  padding-bottom: 15px;
}

.pc_pb20 {
  padding-bottom: 20px;
}

.pc_pb25 {
  padding-bottom: 25px;
}

.pc_pb30 {
  padding-bottom: 30px;
}

.pc_pb35 {
  padding-bottom: 35px;
}

.pc_pb40 {
  padding-bottom: 40px;
}

.pc_pb45 {
  padding-bottom: 45px;
}

.pc_pb50 {
  padding-bottom: 50px;
}

.sp_pb5 {
  padding-bottom: 0px;
}

.sp_pb10 {
  padding-bottom: 0px;
}

.sp_pb15 {
  padding-bottom: 0px;
}

.sp_pb20 {
  padding-bottom: 0px;
}

.sp_pb25 {
  padding-bottom: 0px;
}

.sp_pb30 {
  padding-bottom: 0px;
}

.sp_pb35 {
  padding-bottom: 0px;
}

.sp_pb40 {
  padding-bottom: 0px;
}

.sp_pb45 {
  padding-bottom: 0px;
}

.sp_pb50 {
  padding-bottom: 0px;
}

.pc_pw5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pc_pw10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pc_pw15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pc_pw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pc_pw25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pc_pw30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pc_pw35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pc_pw40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pc_pw45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pc_pw50 {
  padding-left: 50px;
  padding-right: 50px;
}

.sp_pw5 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw10 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw15 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw20 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw25 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw30 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw35 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw40 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw45 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw50 {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1000px) {
  .pc_pt5 {
    padding-top: 0px;
  }
  .pc_pt10 {
    padding-top: 0px;
  }
  .pc_pt15 {
    padding-top: 0px;
  }
  .pc_pt20 {
    padding-top: 0px;
  }
  .pc_pt25 {
    padding-top: 0px;
  }
  .pc_pt30 {
    padding-top: 0px;
  }
  .pc_pt35 {
    padding-top: 0px;
  }
  .pc_pt40 {
    padding-top: 0px;
  }
  .pc_pt45 {
    padding-top: 0px;
  }
  .pc_pt50 {
    padding-top: 0px;
  }
  .sp_pt5 {
    padding-top: 5px;
  }
  .sp_pt10 {
    padding-top: 10px;
  }
  .sp_pt15 {
    padding-top: 15px;
  }
  .sp_pt20 {
    padding-top: 20px;
  }
  .sp_pt25 {
    padding-top: 25px;
  }
  .sp_pt30 {
    padding-top: 30px;
  }
  .sp_pt35 {
    padding-top: 35px;
  }
  .sp_pt40 {
    padding-top: 40px;
  }
  .sp_pt45 {
    padding-top: 45px;
  }
  .sp_pt50 {
    padding-top: 50px;
  }
  .pc_pb5 {
    padding-bottom: 0px;
  }
  .pc_pb10 {
    padding-bottom: 0px;
  }
  .pc_pb15 {
    padding-bottom: 0px;
  }
  .pc_pb20 {
    padding-bottom: 0px;
  }
  .pc_pb25 {
    padding-bottom: 0px;
  }
  .pc_pb30 {
    padding-bottom: 0px;
  }
  .pc_pb35 {
    padding-bottom: 0px;
  }
  .pc_pb40 {
    padding-bottom: 0px;
  }
  .pc_pb45 {
    padding-bottom: 0px;
  }
  .pc_pb50 {
    padding-bottom: 0px;
  }
  .sp_pb5 {
    padding-bottom: 5px;
  }
  .sp_pb10 {
    padding-bottom: 10px;
  }
  .sp_pb15 {
    padding-bottom: 15px;
  }
  .sp_pb20 {
    padding-bottom: 20px;
  }
  .sp_pb25 {
    padding-bottom: 25px;
  }
  .sp_pb30 {
    padding-bottom: 30px;
  }
  .sp_pb35 {
    padding-bottom: 35px;
  }
  .sp_pb40 {
    padding-bottom: 40px;
  }
  .sp_pb45 {
    padding-bottom: 45px;
  }
  .sp_pb50 {
    padding-bottom: 50px;
  }
  .pc_pw5 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw10 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw15 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw20 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw25 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw30 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw35 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw40 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw45 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc_pw50 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sp_pw5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sp_pw10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sp_pw15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sp_pw20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp_pw25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sp_pw30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sp_pw35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .sp_pw40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sp_pw45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .sp_pw50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 top header setting css
————————————————————————————————————————————————————————————————————————————*/
header {
  margin: 0px auto;
  width: 100%;
  height: 65px;
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.scrollset {
  -webkit-box-shadow: 0 0 10px 0 #949494;
  box-shadow: 0 0 10px 0 #949494;
}

header h1.top-logo {
  position: relative;
  margin: 7px 0px 0px 25px;
  width: 195px;
  height: 49px;
  float: left;
  z-index: 9999;
}

header h1.top-logo a {
  display: block;
  width: 100%;
}

header h1.top-logo a picture {
  width: 100%;
}

header h1.top-logo a picture source, header h1.top-logo a picture img {
  width: 100%;
}

header .open,
header .modal-btn-close {
  display: none;
}

header .naviset {
  padding-left: 300px;
  height: 65px;
  float: right;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 300px auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}

header .naviset .sphome {
  display: none;
}

header .naviset ul {
  padding: 0 20px;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF4cabeb', endColorstr='#FF12305a');
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .naviset ul li {
  display: inline-block;
  position: relative;
}

header .naviset ul li a {
  padding: 0px 10px;
  display: block;
  color: #1e91d1;
  font-size: 13px;
  font-weight: 500;
  line-height: 65px;
  text-decoration: none;
}

header .naviset ul li div {
  padding: 15px 0px;
  width: 300px;
  display: none;
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: 65px;
  left: 0px;
  z-index: 1;
}

header .naviset ul li div a {
  margin: 10px 20px;
  padding: 15px 15px 15px 30px;
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  background: #f8f8f8 url(/new-company/images/icon_arrR_bl.png) 5% 50% no-repeat;
  background-size: auto 10px;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1200px top header setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1200px) {
  header .naviset {
    padding-left: 150px;
    background-size: 150px 65px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px top header setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  header {
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
  }
  header h1.top-logo {
    position: relative;
    margin: 15px 0px 0px 10px;
    width: 120px;
    height: 30px;
    z-index: 2;
  }
  header h1.top-logo a {
    width: 120px;
    height: 30px;
  }
  header .open {
    display: block;
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.scrollset {
    height: 60px;
    background-color: white;
    -webkit-box-shadow: 0 0 5px 0 #cecece;
    -moz-box-shadow: 0 0 5px 0 #cecece;
    box-shadow: 0 0 5px 0 #cecece;
  }
  header.scrollset .open {
    top: 18px;
  }
  header.scrollset .open span {
    background: #000;
  }
  header .menuButton {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  header .menuButton span {
    display: block;
    background: #ffffff;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .menuButton span:first-child {
    top: 3px;
  }
  header .menuButton span:nth-child(2) {
    margin-top: 1px;
    top: 50%;
  }
  header .menuButton span:last-child {
    bottom: 0;
  }
  header .naviset {
    padding-left: 0px;
    float: inherit;
    text-align: center;
    background: none;
  }
  header .naviset .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8888;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    background: rgba(0, 0, 0, 0.9);
  }
  header .naviset .modal .modal-wrap {
    height: 100%;
    max-height: 100%;
    padding: 0px 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .naviset .modal .modal-wrap .modal-content {
    height: 120%;
    margin: 0 auto;
  }
  header .naviset .modal .modal-wrap .modal-content .modal-table-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  header .naviset .modal .modal-wrap .modal-content .modal-table-wrap .modal-table-cell {
    display: table-cell;
    padding: 10px 0 60px;
    vertical-align: top;
  }
  header .naviset .modal .modal-wrap .modal-content .modal-table-wrap .modal-table-cell .modal-content-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  header .naviset .modal .modal-wrap .modal-content .modal-table-wrap .modal-table-cell .modal-content-box .modal-content-inner {
    padding: 0;
  }
  header .naviset ul {
    padding: 80px 0px 0px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(/new-company/images/logo_white.png) 50% 20px no-repeat;
    background-size: 155px auto;
  }
  header .naviset ul li {
    display: block;
  }
  header .naviset ul li a {
    margin: 0px 50px;
    padding: 10px 15px;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: #313131 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .naviset ul li:first-child a {
    border-top: #313131 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .naviset ul li div {
    padding: 10px 0px;
    width: auto;
    display: block;
    text-align: center;
    background: none;
    position: static;
  }
  header .naviset ul li div p a {
    margin: 0px 50px;
    padding: 5px 0px 5px 30px;
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    border: none;
    background: url(/new-company/images/icon_arrR.png) 5% 50% no-repeat;
    background-size: auto 10px;
    border-top: none !important;
  }
  header .naviset .modal-btn-close {
    margin: 40px auto 0px auto;
    padding-top: 20px;
    width: 40%;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
    position: relative;
  }
  header .naviset .modal-btn-close::before {
    margin-left: -10px;
    border-top: #ffffff solid 2px;
    width: 20px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .naviset .modal-btn-close::after {
    margin-left: -10px;
    border-top: #ffffff solid 2px;
    width: 20px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    content: "";
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .naviset .sphome {
    margin-left: -77px;
    width: 155px;
    height: 39px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    position: absolute;
    top: 11.5%;
    left: 50%;
  }
  header .naviset .sphome a {
    width: 155px;
    height: 39px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 top main setting css
————————————————————————————————————————————————————————————————————————————*/
#topfull {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 65px;
}

#topfull .movieset {
  width: 100%;
  height: 100%;
  background: #000000;
}

#topfull .movieset::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/new-company/images/movie_ami.gif) repeat;
  background-size: 3px 4px;
  z-index: 1;
}

#topfull .movieset .incenter {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#topfull .movieset .incenter video {
  width: 100%;
  height: auto;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#topfull .movieset .incenter video img {
  display: none;
}

#topfull .movieset .bnr_area {
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 2;
}

#topfull .movieset .bnr_area .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#topfull .movieset .bnr_area .inr .bnr {
  position: relative;
}

#topfull .movieset .bnr_area .inr .bnr + .bnr {
  margin-top: 20px;
}

#topfull .movieset .bnr_area .inr .bnr button {
  display: block;
  position: absolute;
  top: 1%;
  right: 1%;
  z-index: 5;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 40px;
  color: #b4b4b4;
}

#topfull .movieset .bnr_area .inr .bnr button:hover {
  color: #555;
}

#topfull .movieset .bnr_area .inr .bnr a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#topfull .movieset .bnr_area .inr .bnr a:hover {
  opacity: 0.8;
}

#topfull .movieset .bnr_area .inr .bnr a img {
  -webkit-box-shadow: 0 0 20px rgba(17, 52, 81, 0.2);
  box-shadow: 0 0 20px rgba(17, 52, 81, 0.2);
}

#topfull .keytxt {
  position: absolute;
  width: 40%;
  bottom: 40px;
  left: 30px;
  z-index: 3;
  text-align: left;
  color: white;
}

#topfull .keytxt p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 180%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  text-align: justify;
  letter-spacing: 1px;
  text-indent: 1px;
}

#topfull .keytxt p.catch {
  color: white;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font-size: 4.5vw;
  margin-bottom: 30px;
  letter-spacing: 0.6vw;
  line-height: 120%;
}

#topfull .keytxt p.catch span {
  display: inline-block;
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
}

#topfull .keytxt a {
  display: inline-block;
  border: 2px solid white;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#topfull .keytxt a:hover {
  background: white;
  color: #187fc4;
}

.container .topmovie {
  padding: 60px 0 0 0;
}

.container .topmovie .movieblock {
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: inline-block;
}

.container .topmovie .movieblock .moviein {
  width: 100%;
  height: 100%;
  display: table;
}

.container .topmovie .movieblock .moviein .movie {
  max-width: 600px;
  width: 100%;
}

.container .topmovie .movieblock .moviein .mset {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.container .topmovie .movieblock .moviein .mset div {
  padding-top: 56.25%;
  width: 100%;
  border: #e2e2e2 solid 1px;
  position: relative;
}

.container .topmovie .movieblock .moviein .mset div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.container .topmovie .text .ttl {
  margin-bottom: 30px;
  color: #000000;
  font-size: 34px;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}

.container .topmovie .text .ttl span {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.container .topmovie .text p {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.4;
  text-align: left;
}

.container .news {
  margin: 0 auto;
  width: 90%;
}

.container .news ul {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container .news ul li {
  margin: 0 1.5% 50px 1.5%;
  width: 30%;
  text-align: left;
  position: relative;
}

.container .news ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.container .news ul li a .date {
  padding-bottom: 20px;
  color: #858585;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.container .news ul li a .cate {
  padding: 0px 10px;
  display: inline-block;
  color: #1e91d1;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  border: #1e91d1 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container .news ul li a .entry {
  overflow: hidden;
  height: 60px;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container .news ul li a:hover .entry {
  text-decoration: underline;
}

.container .news div.morebtn a {
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  text-indent: 5px;
  letter-spacing: 5px;
  max-width: 200px;
}

.container .pagelist {
  margin: 80px auto 0px auto;
  width: 100%;
}

.container .pagelist ul {
  width: 100%;
}

.container .pagelist ul li {
  width: 50%;
  float: left;
  position: relative;
}

.container .pagelist ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.container .pagelist ul li a .inner {
  padding-top: 55%;
  width: 100%;
  height: 1rem;
  display: block;
  overflow: hidden;
  content: "";
  position: relative;
}

.container .pagelist ul li a .inner .fit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container .pagelist ul li a .inner .fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.container .pagelist ul li a .inner .ttl {
  width: 45%;
  height: 75%;
  display: block;
  position: absolute;
  top: 12.5%;
  left: 8%;
  z-index: 2;
}

.container .pagelist ul li a .inner .ttl div {
  width: 100%;
  height: 100%;
  display: table;
  background: url(/new-company/images/icon_arrR.png) 50% 80% no-repeat;
  background-size: auto 13px;
  position: relative;
}

.container .pagelist ul li a .inner .ttl div::before {
  border-left: #ffffff solid 1px;
  width: 1px;
  height: 20%;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  content: "";
}

.container .pagelist ul li a .inner .ttl div p {
  display: table-cell;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
  line-height: 1.8;
  text-decoration: none;
  text-indent: 5px;
  letter-spacing: 5px;
  vertical-align: middle;
}

.container .pagelist ul li a .inner .ttl div p span {
  padding-top: 10px;
  display: block;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-indent: 3px;
  letter-spacing: 3px;
}

.container .pagelist ul li a .inner i {
  width: 45%;
  height: 75%;
  display: block;
  background-color: #1f81c2;
  background: -moz-linear-gradient(left, #4cabeb, #005d9b);
  background: -webkit-gradient(linear, left top, right bottom, from(#4cabeb), to(#005d9b));
  background: -ms-linear-gradient(left, #4cabeb, #005d9b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF4cabeb', endColorstr='#FF005d9b');
  -webkit-box-shadow: 0 0 20px 0 #333333;
  -moz-box-shadow: 0 0 20px 0 #333333;
  box-shadow: 0 0 20px 0 #333333;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  top: 12.5%;
  left: 8%;
  z-index: 1;
}

.container .caselist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container .caselist li {
  position: relative;
  width: 49%;
  border: 1px solid #e5ebf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.container .caselist li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.container .caselist li a::before {
  content: "BtoB";
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100px;
  background-color: #1d90cf;
  color: #FFF;
  text-align: center;
}

.container .caselist li a figure {
  margin: 0;
}

.container .caselist li a figure img {
  width: 100%;
}

.container .caselist li a div {
  padding: 40px;
  margin-top: -80px;
}

.container .caselist li a div h3 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 25px 50px;
  text-align: left;
  font-weight: lighter;
  font-size: 1.25em;
  line-height: 160%;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .caselist li a div h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #1d90cf;
}

.container .caselist li a div dl {
  margin-top: 1px;
  font-weight: bold;
  text-align: left;
}

.container .caselist li a div dl dt, .container .caselist li a div dl dd {
  letter-spacing: 1px;
  text-align: left;
  display: inline-block;
}

.container .caselist li a div dl dd {
  margin-left: 15px;
}

.container .caselist li a div p {
  margin-top: 15px;
  text-align: left;
}

.container .caselist li a div p::before {
  content: "ー";
  color: #1d90cf;
  margin-right: 10px;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px top main setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1400px) {
  #topfull {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    background: #003e76;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
  }
  #topfull .movieset {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    background: #000000;
    position: relative;
  }
  #topfull .movieset .incenter {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  #topfull .movieset .incenter::before {
    content: '';
    display: block;
    padding-top: 42.5%;
  }
  #topfull .movieset .incenter video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    min-width: 100%;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #topfull .keytxt {
    position: relative;
    width: 55%;
    margin: 0 auto;
    left: auto;
    bottom: auto;
    top: -100px;
  }
  #topfull .keytxt p.catch {
    text-align: center;
    font-size: 6vw;
  }
  #topfull .keytxt p.catch span {
    font-size: 14px;
  }
  #topfull .keytxt a {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .container .topmovie {
    padding: 30px 0 0 0;
  }
  .container .topmovie .movieblock {
    margin-bottom: 30px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    display: inline-block;
  }
  .container .topmovie .movieblock .moviein {
    width: 100%;
    height: 100%;
    display: table;
  }
  .container .topmovie .movieblock .moviein .mset {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .container .topmovie .text p {
    font-size: 12px;
  }
  .container .topmovie .text .ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .container .topmovie .text .ttl span {
    font-size: 15px;
  }
  .container .wideblock .imgfix {
    padding-top: 55%;
  }
  .container .wideblock .planeimg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .container .wideblock .planeimg img {
    width: 100%;
  }
  .container .news ul {
    display: block;
  }
  .container .news ul li {
    width: 100%;
    margin: 0 0 40px;
  }
  .container .news ul li a .date {
    padding-bottom: 10px;
  }
  .container .news ul li a .entry {
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
  }
  .container .news div.morebtn a {
    padding: 10px 0px;
    width: 80%;
    display: inline-block;
    color: #ffffff;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    text-decoration: none;
    text-indent: -15px;
    letter-spacing: 5px;
    max-width: 9999px;
  }
  .container .pagelist {
    margin: 50px auto 0 auto;
  }
  .container .pagelist ul li {
    width: 100%;
    float: inherit;
  }
  .container .pagelist ul li a .inner .ttl {
    top: 11%;
    left: 8%;
  }
  .container .pagelist ul li a .inner .ttl div {
    background-size: auto 10px;
  }
  .container .pagelist ul li a .inner .ttl div::before {
    border-left: #ffffff solid 1px;
    width: 1px;
    height: 10%;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    content: "";
  }
  .container .pagelist ul li a .inner .ttl div p {
    font-size: 18px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
  .container .pagelist ul li a .inner .ttl div p span {
    padding-top: 0;
    font-size: 10px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
  .container .caselist {
    display: block;
    margin-top: 0;
  }
  .container .caselist li {
    width: 80%;
    margin: 0 auto;
  }
  .container .caselist li:last-child {
    margin-top: 30px;
  }
  .container .caselist li a div {
    padding: 40px 6%;
  }
  .container .caselist li a div h3 {
    width: 100%;
    padding: 25px 10%;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 MAX640px top main setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 640px) {
  #topfull {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    background: #003e76;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
  }
  #topfull .movieset::before {
    display: none;
  }
  #topfull .movieset .bnr_area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    background-color: #3a98d8;
  }
  #topfull .movieset .bnr_area .inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #topfull .movieset .bnr_area .inr .bnr {
    width: 48%;
    position: relative;
    float: left;
    padding: 2.5vw 1.5vw;
  }
  #topfull .movieset .bnr_area .inr .bnr + .bnr {
    margin-top: 0;
  }
  #topfull .movieset .bnr_area .inr .bnr button {
    display: none;
  }
  #topfull .movieset .bnr_area .inr .bnr a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #topfull .movieset .bnr_area .inr .bnr a img {
    border-radius: 4px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(17, 52, 81, 0.2);
    box-shadow: 0 0 20px rgba(17, 52, 81, 0.2);
  }
  #topfull .keytxt {
    width: 70%;
    top: auto;
    padding: 15px 0 40px 0;
  }
  #topfull .keytxt p {
    font-size: 12px;
  }
  #topfull .keytxt p.catch {
    font-size: 10vw;
  }
  #topfull .keytxt p.catch span {
    font-size: 12px;
  }
  #topfull .keytxt a {
    font-size: 12px;
  }
  .container .caselist li {
    width: 100%;
    margin: 0 auto;
  }
  .container .caselist li a div {
    padding: 30px 6%;
  }
  .container .caselist li a div h3 {
    width: 100%;
    font-size: 1.05em;
  }
  .container .caselist li a div dl dt, .container .caselist li a div dl dd {
    font-size: 0.85em;
  }
  .container .caselist li a div p {
    font-size: 0.85em;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 会社概要 setting css
————————————————————————————————————————————————————————————————————————————*/
.container .wideblock .vermidle.linebtm {
  margin: 0px auto 60px auto;
  padding-bottom: 60px;
  border-bottom: #e2e2e2 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .wideblock .vermidle.mt {
  margin: 60px auto 0 auto;
}

.container .wideblock .vermidle .TBlinettl {
  padding: 80px 0;
  position: relative;
}

.container .wideblock .vermidle .TBlinettl::before {
  border-left: #1e91d1 solid 1px;
  width: 1px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  content: "";
}

.container .wideblock .vermidle .TBlinettl::after {
  border-right: #1e91d1 solid 1px;
  width: 1px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  content: "";
}

.container .wideblock .vermidle .TBlinettl .ttl {
  display: block;
  color: #1e91d1;
  font-family: 'Oxygen', sans-serif;
  font-size: 42px;
  line-height: 1.8;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: bold;
}

.container .wideblock .vermidle .TBlinettl .ttl span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 3px;
  text-indent: 3px;
  color: #333;
}

.container .wideblock .vermidle .TBlinettl .ttl strong {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  text-indent: 2px;
}

.container .wideblock .vermidle .BLttl.mb {
  margin-bottom: 30px;
}

.container .wideblock .vermidle .BLttl.mb .ttl {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}

.container .wideblock .vermidle .leadM {
  font-size: 13px;
  line-height: 2.4;
}

.container .wideblock .vermidle .bg li {
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: #f1f1f1 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .wideblock .vermidle .mapset {
  margin: 0px auto;
  width: 90%;
  height: 470px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.container .wideblock .mapset #gmap {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.container .wideblock .mapset #gmap iframe {
  width: 600px;
  height: 760px;
  margin-top: -170px;
}

.container .BLinettl .ttl {
  margin: 30px auto;
  padding: 30px 0px;
  width: 90%;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  border-bottom: #e2e2e2 solid 1px;
  border-top: #e2e2e2 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px 会社概要 setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .container .wideblock .vermidle.ttlfix {
    padding-top: 160px;
  }
  .container .wideblock .vermidle.linebtm {
    margin: 0px auto 30px auto;
    padding-bottom: 30px;
    border-bottom: #e2e2e2 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .wideblock .vermidle .TBlinettl {
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
    margin: 20px 0px;
    padding: 30px 0px;
  }
  .container .wideblock .vermidle .TBlinettl::before {
    border-left: #1e91d1 solid 1px;
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    content: "";
  }
  .container .wideblock .vermidle .TBlinettl::after {
    border-right: #1e91d1 solid 1px;
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    content: "";
  }
  .container .wideblock .vermidle .TBlinettl .ttl {
    display: block;
    color: #1e91d1;
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 5px;
    text-indent: 5px;
  }
  .container .wideblock .vermidle .TBlinettl .ttl span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .container .wideblock .vermidle .BLttl.mb .ttl {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
  }
  .container .wideblock .vermidle .leadM {
    font-size: 12px;
  }
  .container .wideblock .vermidle .bg li {
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    border-bottom: #f1f1f1 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .BLinettl .ttl {
    margin: 20px auto;
    padding: 15px 0px;
    width: 90%;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    border-bottom: #e2e2e2 solid 1px;
    border-top: #e2e2e2 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 社会貢献活動 setting css
————————————————————————————————————————————————————————————————————————————*/
.container.csr .topmovie .movieblock .moviein .mset .fit {
  padding-top: 0%;
  width: 100%;
  border: none;
}

.container.csr .topmovie .movieblock .moviein .mset .fit img {
  width: 100%;
}

.container.csr .topmovie .text .ttl span {
  text-align: justify;
}

.container .boxlist {
  margin: 50px auto;
  padding-bottom: 50px;
  width: 90%;
  border: #e2e2e2 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .boxlist .inner {
  margin: 0px auto;
  width: 90%;
}

.container .boxlist .inner .bgttl {
  padding: 60px;
}

.container .boxlist .inner .bgttl.small {
  padding: 30px 60px;
}

.container .boxlist .inner .bgttl.small .ttl {
  padding: 20px 0px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  background: none;
  -webkit-box-shadow: 0 0 0px 0 #e1e1e1;
  box-shadow: 0 0 0px 0 #e1e1e1;
}

.container .boxlist ul {
  margin: 0 auto;
  width: 100%;
}

.container .boxlist ul li {
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 30px;
  padding: 20px 0px;
  width: 28.5%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  background: #f8f8f8;
}

.container .boxlist ul li:nth-child(1), .container .boxlist ul li:nth-child(2), .container .boxlist ul li:nth-child(3) {
  margin-top: 0;
}

.container .boxlist ul li .ttl {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 10px;
}

.container .boxlist ul li .lead {
  padding: 5px 10px 20px 10px;
  font-size: 11px;
  line-height: 1.8;
}

.container .boxlist ul li img {
  width: 85%;
}

.container .boxlist ul.free li {
  margin-top: 0px;
  padding: 20px 0px;
  width: 12%;
  background: #ffffff;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.leadM_02 {
  font-size: 18px;
  line-height: 2.0;
  font-weight: 500;
  color: #000 !important;
}

.widemw_02 {
  margin: 25px auto !important;
  font-weight: 300;
}

.widemw_02 .leadM_ttl {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000 !important;
}

.widemw_02 .leadM_small_txt {
  display: block;
  font-size: 13px;
  margin-top: 20px;
  line-height: 2.0;
  font-weight: 300;
}

.widemw_02 .leadM_small_txt a {
  color: #019ecf;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.caption {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

.caption span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #102f5b;
  line-height: 40px;
  margin-bottom: 40px;
}

.caption p {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 40px;
  width: 65%;
}

.bestPhoto {
  width: 90%;
  margin: 0 auto;
}

.csr_flex_area {
  width: 90%;
  margin: 120px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.csr_flex_area .flex {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.csr_flex_area .flex:first-child {
  margin-right: 40px;
}

.csr_flex_area .flex .ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.csr_flex_area .flex p {
  font-size: 18px;
  line-height: 28px;
}

.csr_flex_area_02 {
  margin: 0 auto 60px;
}

.coals {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 130px;
}

.coals img {
  margin: 0 auto;
}

.services {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 2.0;
  text-align: left;
}

.services span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.project_flex_area {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project_flex_area .flex {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project_flex_area .flex:first-child {
  margin-right: 40px;
}

.project_flex_area .flex .ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.project_flex_area .flex p {
  font-size: 18px;
  line-height: 2.0;
}

.project_flex_area .flex .project_btn_area {
  text-decoration: none;
}

.project_flex_area .flex .project_btn_area .project_btn {
  width: 50%;
  height: 52px;
  background: -webkit-gradient(linear, left top, right top, from(#61d3fb), to(#0b639f));
  background: -webkit-linear-gradient(left, #61d3fb, #0b639f);
  background: -o-linear-gradient(left, #61d3fb, #0b639f);
  background: linear-gradient(to right, #61d3fb, #0b639f);
  -webkit-box-shadow: 1px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 8px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  margin: 50px auto;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px 社会貢献活動 setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .container.csr .wideblock .vermidle .TBlinettl {
    margin: 20px 0;
    padding: 30px 0;
    position: relative;
  }
  .container.csr .wideblock .vermidle .TBlinettl .ttl strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
  .container.csr .boxlist .inner .bgttl.small {
    padding: 20px 15px;
  }
  .container.csr .boxlist .inner .bgttl.small .ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
  }
  .container.csr .boxlist ul li {
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 15px;
    padding: 20px 0px;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
  }
  .container.csr .boxlist ul.free li {
    margin-top: 0px;
    padding: 0px 0px;
    width: 33.33333%;
    float: left;
    background: #ffffff;
  }
  .leadM_02 {
    font-size: 13px;
    line-height: 2.0;
  }
  .widemw_02 {
    margin: 25px auto !important;
    font-weight: 300;
  }
  .widemw_02 .leadM_ttl {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .widemw_02 .leadM_small_txt {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    line-height: 2.0;
    font-weight: 300;
  }
  .widemw_02 .leadM_small_txt a {
    color: #019ecf;
    text-decoration: underline;
  }
  img {
    max-width: 100%;
  }
  .caption {
    margin: 20px auto 15px;
    text-align: center;
  }
  .caption span {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .caption p {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    width: 90%;
  }
  .bestPhoto {
    margin: 10px auto 0;
  }
  .csr_flex_area {
    margin: 60px auto;
    display: block;
  }
  .csr_flex_area .flex {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .csr_flex_area .flex:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .csr_flex_area .flex .ttl {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .csr_flex_area .flex p {
    font-size: 14px;
    line-height: 28px;
  }
  .csr_flex_area_02 {
    margin: 0 auto 40px;
  }
  .coals {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .services {
    margin: 0 auto 40px;
    font-size: 13px;
  }
  .services span {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .project_flex_area {
    width: 90%;
    margin: 0 auto 60px;
    padding-top: 40px;
    display: block;
  }
  .project_flex_area .flex {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .project_flex_area .flex:first-child {
    margin-right: 0;
  }
  .project_flex_area .flex .ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
  .project_flex_area .flex p {
    font-size: 13px;
    line-height: 2.0;
  }
  .project_flex_area .flex .project_btn_area .project_btn {
    width: 85%;
    margin: 0 auto;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 プライバシーポリシー setting css
————————————————————————————————————————————————————————————————————————————*/
.container.policy .wideblock .leadM,
.container.policy .wideblock .leadL {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.6;
}

.container.policy .wideblock p {
  line-height: 1.6;
}

.container.policy .wideblock .widemw {
  max-width: 860px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.policy .wideblock .lead-txt {
  line-height: 1.8;
  padding: 30px 40px;
  margin: 40px auto;
  background: #F7F7F7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.policy .wideblock .btxt-wrap {
  counter-reset: number 0;
  padding: 0;
}

.container.policy .wideblock .btxt-wrap h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1e91d1;
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  line-height: 1;
}

.container.policy .wideblock .btxt-wrap p.btxt {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.container.policy .wideblock .btxt-wrap .btxt::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-weight: 600;
}

.container.policy .wideblock .tlset01 {
  width: 100%;
  max-width: 860px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.policy .wideblock .tlset01 table {
  border: 2px solid #F1F1F1 !important;
}

.container.policy .wideblock .tlset01 table tr th {
  background: #1e91d1;
}

.container.policy .wideblock .tlset01 table tr th p {
  color: #FFF;
}

.container.policy .wideblock .parent-box {
  margin-bottom: 30px;
}

.container.policy .wideblock .parent-box .child-box {
  text-align: left;
  margin-top: 25px;
}

.container.policy .wideblock .parent-box .child-box ol {
  counter-reset: number 0;
  padding-left: 40px;
  margin-top: 1em;
}

.container.policy .wideblock .parent-box .child-box ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding: 3px 0;
  line-height: 1.6;
}

.container.policy .wideblock .parent-box .child-box ol li::before {
  counter-increment: number 1;
  content: counter(number) ") ";
  font-weight: 500;
}

.container.policy .wideblock .parent-box .child-box ol li ol {
  counter-reset: number 0;
  margin: 20px 0;
}

.container.policy .wideblock .parent-box .child-box ol li ol li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-weight: 500;
}

.container.policy .wideblock .parent-box .child-box .ttl {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.container.policy .wideblock .link-btn {
  display: block;
  max-width: 262px;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #DDD;
  border-radius: 5px;
  text-decoration: none;
  margin: 20px auto 0;
  line-height: 1;
}

.container.policy .wideblock .parent-box .child-box .ttl {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000pxプライバシーポリシー setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .container.policy .wideblock .widemw {
    width: 100%;
  }
  .container.policy .wideblock .bgttl {
    margin-bottom: 40px;
  }
  .container.policy .wideblock .lead-txt {
    padding: 25px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 お問い合わせ setting css
————————————————————————————————————————————————————————————————————————————*/
.container.contact #formArea {
  max-height: 1000px;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000pxお問い合わせ setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .container.contact #formArea {
    max-height: 1500px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 セキュリティ setting css
————————————————————————————————————————————————————————————————————————————*/
.security .wideblock {
  font-size: 14px;
}

.security .wideblock .BLinettl_first {
  padding-top: 60px;
}

.security .wideblock .BLinettl + p {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
}

.security .wideblock .security-detail-list {
  width: 90%;
  margin: 30px auto 0;
}

.security .wideblock .security-detail-list dl {
  width: 49.5%;
}

.security .wideblock .security-detail-list dl.txt {
  width: 90%;
  margin: 0 auto;
}

.security .wideblock .security-detail-list dl.txt dd:last-child {
  text-align: center;
}

.security .wideblock .security-detail-list dl.txt dd a {
  display: inline-block;
  margin-top: 20px;
  color: #5A97AF;
}

.security .wideblock .security-detail-list dl dt {
  padding: 10px 0;
  font-weight: bold;
}

.security .wideblock .security-detail-list dl dt span {
  font-weight: normal;
  font-size: 13px;
}

.security .wideblock .security-detail-list dl dd {
  text-align: left;
  line-height: 1.8;
}

.security .wideblock .security-detail-list dl dd figure {
  text-align: center;
}

.security .wideblock .security-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
}

.security .wideblock .security-detail-item figure {
  width: 30%;
  margin: 0;
  line-height: 1;
}

.security .wideblock .security-detail-box {
  width: 70%;
}

.security .wideblock .security-detail-box h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}

.security .wideblock .security-detail-box p {
  text-align: left;
}

.security .wideblock .security-detail-list02 {
  width: 100%;
  margin: 30px auto 0;
  background: #FAFAFA;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.security .wideblock .security-detail-list02 li {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.8;
}

.security .wideblock ol.security-detail-list02 {
  counter-reset: number 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 0;
  background: #FAFAFA;
  padding: 30px 40px;
}

.security .wideblock ol.security-detail-list02 li {
  list-style: none;
  text-align: left;
  list-style-position: inside;
  line-height: 1.8;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.security .wideblock ol.security-detail-list02 li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-weight: 500;
}

.security .wideblock .whistleblower-txt {
  margin-top: 30px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.security .wideblock .whistleblower-info {
  margin-top: 20px;
}

.security .wideblock .whistleblower-info--inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #FFF;
}

.security .wideblock .whistleblower-info--inr dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e91d1;
  color: #FFF;
  font-weight: 500;
}

.security .wideblock .whistleblower-info--inr dd {
  width: 70%;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F1F1F1;
  line-height: 1.6;
}

.security .wideblock section {
  font-size: 13px;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.8;
}

.security .wideblock section > p {
  line-height: 1.8;
}

.security .wideblock section ul {
  margin-top: 60px;
  border-top: 2px solid #ccc;
  padding-top: 40px;
}

.security .wideblock section ul li {
  line-height: 1.8;
}

.security .wideblock section ul li:not(:first-child) {
  margin-top: 30px;
}

.security .wideblock section ul li span {
  font-weight: bold;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000pxセキュリティ setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .security .pagetitle .ttlset .ctitle {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .security .wideblock {
    font-size: 12px;
  }
  .security .wideblock .security-detail-list {
    display: block;
  }
  .security .wideblock .security-detail-list dl {
    width: 100%;
  }
  .security .wideblock .security-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .security .wideblock .security-detail-item figure {
    width: 100%;
    margin: 0 0 20px;
  }
  .security .wideblock .security-detail-box {
    width: 100%;
  }
  .security .wideblock .whistleblower-info--inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .security .wideblock .whistleblower-info--inr dt {
    width: 100%;
    line-height: 1;
  }
  .security .wideblock .whistleblower-info--inr dd {
    width: 100%;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 役員紹介 setting css
————————————————————————————————————————————————————————————————————————————*/
.officer_main {
  padding: 80px 39px 0 26px;
}

.officer_main .officer__item__img {
  margin: 16px 40px;
}

.officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 60px 80px 60px;
}

.officer .officer__item {
  width: 32% !important;
  background: #F8F8F8;
  padding: 0;
  margin: 0 0.5% 40px 0.5% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.officer .officer__item__img {
  width: 100%;
  margin: 0;
}

.officer .officer__item__img img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.officer .officer__item__body {
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.officer .officer__item__body__position {
  font-size: 13px;
  color: #1e91d1;
  line-height: 1;
}

.officer .officer__item__body__name {
  font-size: 2.16rem;
  margin-top: 10px;
  line-height: 1;
  font-weight: 300;
}

.officer .officer__item__body__name span {
  display: inline-block;
  color: #CCC;
  font-size: 12px;
  margin-left: 10px;
}

.officer .officer__item__body__txt {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}

.officer_h2 {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.01125em;
  margin-bottom: 10px;
  display: block;
  padding: 0 60px;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px役員紹介 setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .officer_main {
    padding: 60px 15px 0 15px;
    margin: auto;
  }
  .officer_main .officer__item__img {
    margin: auto;
  }
  .officer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 15px 60px;
  }
  .officer .officer__item {
    width: 100% !important;
  }
  .officer .officer__item__img {
    width: 100%;
  }
  .officer .officer__item__body {
    width: 100%;
  }
  .officer .officer__item__body__name {
    font-size: 20px;
  }
  .officer .officer__item__body__txt {
    font-size: 12px;
  }
  .officer_h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.01125em;
    margin-bottom: 10px;
    display: block;
    padding: 0 15px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 loader setting css
————————————————————————————————————————————————————————————————————————————*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 5;
}

#loader-bg #loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -150px;
}

#loader-bg #loading p {
  width: 300px;
  height: 50px;
  background: url(/new-company/images/logo.png) center center no-repeat;
  background-size: auto 50px;
}

#loader-bg #loading .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 20px auto;
}

#loader-bg #loading .spinner .double-bounce1,
#loader-bg #loading .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f93d6;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#loader-bg #loading .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px loader setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  #loader-bg #loading {
    margin-top: -50px;
    margin-left: -80px;
  }
  #loader-bg #loading p {
    width: 160px;
    height: 40px;
    background: url(/new-company/images/logo.png) center center no-repeat;
    background-size: auto 40px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 wrapper setting css
————————————————————————————————————————————————————————————————————————————*/
#Wrapper {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  position: relative;
}

/*————————————————————————————————————————————————————————————————————————————
 pankuzu setting css
————————————————————————————————————————————————————————————————————————————*/
.pankuzu {
  height: 18px;
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
  letter-spacing: 1px;
}

.pankuzu li {
  display: inline;
  font-size: 12px;
  line-height: 1.8;
}

.pankuzu li::after {
  content: ">";
}

.pankuzu li:last-child::after {
  display: none;
}

.pankuzu li a {
  font-size: 12px;
  line-height: 1.8;
  text-decoration: underline;
}

.pankuzu li span {
  font-size: 12px;
  line-height: 1.8;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px pankuzu setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .pankuzu {
    height: 18px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
    position: absolute;
    top: -25px;
    left: 10px;
    z-index: 2;
  }
  .pankuzu li {
    font-size: 10px;
    color: #FFF;
  }
  .pankuzu li span {
    font-size: 10px;
    color: #FFF;
  }
  .pankuzu li a {
    font-size: 10px;
    color: #FFF;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 main setting css
————————————————————————————————————————————————————————————————————————————*/
#contents {
  display: none;
}

.container {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  background: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  word-break: break-all;
}

.container .pageinner {
  margin: -70px auto 60px auto;
  width: 90%;
  max-width: 1300px;
  background: #ffffff;
  position: relative;
}

.container .wideblock {
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

.container .wideblock .vermidle {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .wideblock .vermidle.mb {
  margin: 0px auto 60px auto;
}

.container .wideblock .vermidle .half {
  width: 50%;
  vertical-align: middle;
}

.container .wideblock .vermidle .half:nth-child(odd) .inner {
  padding-right: 5%;
}

.container .wideblock .vermidle .half:nth-child(even) .inner {
  padding-left: 5%;
}

.container .wideblock .vermidle .half .inner .textset p {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.4;
  text-align: left;
}

.container .wideblock .vermidle .half .inner .textset .img h3 {
  margin-bottom: 30px;
  text-align: center;
}

.container .wideblock .vermidle .half .inner .textset .img h3 img {
  width: 50%;
  max-width: 600px;
}

.container .wideblock .vermidle .half .inner .textset .colorttl {
  margin-bottom: 30px;
  color: #187fc4;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.container .wideblock .vermidle .half .inner .textset .colorttl span {
  padding-bottom: 10px;
  display: block;
  color: #878787;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.container .wideblock .vermidle .half .inner .planeimg img {
  width: 100%;
}

.container .wideblock .vermidle .half .morebtn {
  margin-top: 30px;
}

.container .wideblock div.LRlinettl {
  padding: 80px 0px;
  position: relative;
}

.container .wideblock div.LRlinettl::before {
  border-top: #1e91d1 solid 1px;
  width: 38%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  content: "";
}

.container .wideblock div.LRlinettl::after {
  border-top: #1e91d1 solid 1px;
  width: 38%;
  height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0%;
  content: "";
}

.container .wideblock div.LRlinettl .ttl {
  color: #000000;
  font-family: 'Oxygen', sans-serif;
  font-size: 45px;
  line-height: 1.8;
  letter-spacing: 10px;
  text-indent: 10px;
}

.container .wideblock div.LRlinettl .ttl span {
  display: block;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 5px;
  text-indent: 5px;
}

.container .wideblock .LRtextimg {
  margin: 0px auto;
  width: 90%;
  font-size: 14px;
  line-height: 2.6;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container .wideblock .LRtextimg .imgset {
  margin-bottom: 10px;
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.container .wideblock .LRtextimg .imgset.Rimg {
  margin-left: 50px;
}

.container .wideblock .LRtextimg .imgset.Rimg img {
  width: 100%;
}

.container .wideblock .LRtextimg p {
  width: 55%;
  line-height: 1.8;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: justify;
}

.container .wideblock .leadM {
  font-size: 13px;
  line-height: 2.4;
}

.container .wideblock .widemw {
  margin: 0 auto;
  width: 90%;
}

.container .graybox {
  margin: 30px auto;
  padding: 30px;
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
  border: #e2e2e2 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.container .graybox .ttl {
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  background: #f8f8f8;
}

.container .graybox .lead {
  padding-top: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.container .graybox .lead span {
  margin: 0px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px main setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .container {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    background: #ffffff;
  }
  .container .pageinner {
    margin: -50px auto 30px auto;
    width: 90%;
    max-width: 1300px;
    background: #ffffff;
  }
  .container .wideblock {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }
  .container .wideblock .vermidle {
    margin: 0px auto;
    width: 90%;
    display: block;
    position: relative;
  }
  .container .wideblock .vermidle .half {
    width: 100%;
    display: block;
  }
  .container .wideblock .vermidle .half:nth-child(odd) .inner {
    padding-right: 0;
  }
  .container .wideblock .vermidle .half:nth-child(even) .inner {
    padding-left: 0;
  }
  .container .wideblock .vermidle .half .inner .textset p {
    font-size: 12px;
  }
  .container .wideblock .vermidle .half .inner .textset .colorttl {
    font-size: 20px;
  }
  .container .wideblock .vermidle .half .inner .textset .colorttl span {
    font-size: 12px;
  }
  .container .wideblock .vermidle.mb {
    margin: 0 auto 15vw auto;
  }
  .container .wideblock .mapset #gmap iframe {
    max-width: 600px;
    width: 100%;
  }
  .container .wideblock div.LRlinettl::before {
    width: 15%;
  }
  .container .wideblock div.LRlinettl::after {
    width: 15%;
  }
  .container .wideblock div.LRlinettl .ttl {
    font-size: 26px;
    letter-spacing: 7px;
    text-indent: 7px;
  }
  .container .wideblock div.LRlinettl .ttl span {
    font-size: 11px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .container .wideblock .leadM {
    font-size: 12px;
    line-height: 2.4;
  }
  .container .wideblock .LRtextimg {
    display: block;
    margin: 0px auto;
    width: 90%;
    font-size: 12px;
    line-height: 2.4;
  }
  .container .wideblock .LRtextimg .imgset {
    width: 100%;
  }
  .container .wideblock .LRtextimg .imgset.Rimg {
    margin-left: 0;
  }
  .container .wideblock .LRtextimg p {
    width: 100%;
    font-size: 12px;
    line-height: 2.4;
  }
  .container .graybox {
    margin: 20px auto;
    padding: 10px;
    width: 90%;
    font-size: 11px;
    line-height: 1.8;
    border: #e2e2e2 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .graybox .ttl {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    background: #f8f8f8;
  }
  .container .graybox .lead {
    padding: 10px 10px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
  }
  .container .graybox .lead span {
    margin: 0px 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 page_up setting css
————————————————————————————————————————————————————————————————————————————*/
.page_up {
  right: 5%;
  bottom: 105px;
  position: fixed;
  z-index: 1000;
}

.page_up .contents_inside {
  width: 95%;
}

.page_up .contents_inside figure {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 0 15px 0;
}

.page_up .contents_inside figure a {
  width: 100%;
  height: 64px;
  display: block;
  cursor: pointer;
}

.page_up .contents_inside figure:nth-child(1) {
  background-image: url(/img/output/output-mail2.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(2) {
  background-image: url(/img/output/tv_chat2.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(3) {
  background-image: url(/img/output/up-arrow2.png);
}

/*————————————————————————————————————————————————————————————————————————————
MAX768px page_up setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 768px) {
  .page_up {
    right: 5%;
    bottom: 4vh;
    position: fixed;
    z-index: 1000;
  }
  .contents_inside figure:first-child, .contents_inside figure:last-child {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    opacity: .75;
  }
  .contents_inside figure:first-child:nth-child(1), .contents_inside figure:last-child:nth-child(1) {
    background-image: url(/img/output/output-mail2.png);
    margin-bottom: 15px;
    background-size: 42px;
  }
  .contents_inside figure:first-child:nth-child(3), .contents_inside figure:last-child:nth-child(3) {
    background-image: url(/img/output/up-arrow2.png);
    background-size: 42px;
  }
  .contents_inside figure:first-child a, .contents_inside figure:last-child a {
    width: 100%;
    height: 42px;
    display: block;
    cursor: pointer;
  }
  .contents_inside figure:nth-child(2) {
    display: none;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 child main setting css
————————————————————————————————————————————————————————————————————————————*/
.child-page .container {
  background: none;
}

.pagetitle {
  width: 100%;
  height: 500px;
  background-color: #1f81c2;
  background: -moz-linear-gradient(left, #64d7ff, #005d9b);
  background: -webkit-gradient(linear, left top, right bottom, from(#64d7ff), to(#005d9b));
  background: -ms-linear-gradient(left, #64d7ff, #005d9b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF64d7ff', endColorstr='#FF005d9b');
}

.pagetitle .ttlset {
  width: 100%;
  height: 100%;
  display: table;
  background: url(/new-company/images/logomark.png) center center no-repeat;
  background-size: 170px auto;
  position: relative;
}

.pagetitle .ttlset::before {
  border-left: #ffffff solid 1px;
  width: 1px;
  height: 70px;
  display: inline-block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  content: "";
}

.pagetitle .ttlset div {
  display: table-cell;
  vertical-align: middle;
}

.pagetitle .ttlset .ctitle {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 10px;
  text-indent: 10px;
  font-weight: 700;
  text-align: center;
}

.pagetitle .ttlset div h2 {
  display: block;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
}

.bgttl {
  padding: 60px;
}

.bgttl .ttl {
  padding: 30px 30px 35px 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 20px 0 #e1e1e1;
  box-shadow: 0 0 20px 0 #e1e1e1;
}

.bgttl .ttl span {
  display: block;
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: 600;
}

.bgttl .ttl strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.tlset01 {
  margin: 0 auto;
  width: 90%;
}

.tlset01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border: 0 !important;
}

.tlset01 table tr th, .tlset01 table tr td {
  padding: 20px 0px;
  border-bottom: #f1f1f1 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tlset01 table tr th p, .tlset01 table tr td p {
  padding: 0px 50px;
  font-size: 13px;
  line-height: 1.8;
}

.tlset01 table tr th {
  width: 50%;
  vertical-align: middle;
  background: #f8f8f8;
}

.tlset01 table tr th p {
  text-align: center;
  font-weight: 500;
}

.tlset01 table tr td {
  width: 50%;
  text-align: left;
  font-weight: 300;
}

<<<<<<< HEAD

=======
>>>>>>> bc3c4e37c0a91a7c00d0ce29d725cf028c66c6ff
.tlset02 {
  margin: 0 auto;
  width: 100%;
}

.tlset02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 20px;
}

.tlset02 table tr th, .tlset02 table tr td {
  padding: 20px 0px;
  border-bottom: #f1f1f1 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tlset02 table tr th p, .tlset02 table tr td p {
  padding: 0px 20px;
  font-size: 13px;
  line-height: 1.8;
}

.tlset02 table tr th {
  width: 20%;
  vertical-align: middle;
  background: #f8f8f8;
}

.tlset02 table tr th p {
  text-align: center;
  font-weight: 500;
}

.tlset02 table tr td {
  width: 20%;
  text-align: left;
  font-weight: 300;
<<<<<<< HEAD
  border: 1px solid #F1F1F1 !important;
=======
  border: 1px solid #d4d4d4 !important;
>>>>>>> bc3c4e37c0a91a7c00d0ce29d725cf028c66c6ff
}
.tlset02 table tr .tlset_wide {
  width: 30% !important;
}

/*————————————————————————————————————————————————————————————————————————————
 MAX1000px child main setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  .pagetitle {
    width: 100%;
    height: 300px;
    background-color: #1f81c2;
    background: -moz-linear-gradient(left, #64d7ff, #005d9b);
    background: -webkit-gradient(linear, left top, right bottom, from(#64d7ff), to(#005d9b));
    background: -ms-linear-gradient(left, #64d7ff, #005d9b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF64d7ff', endColorstr='#FF005d9b');
  }
  .pagetitle .ttlset {
    width: 100%;
    height: 100%;
    display: table;
    background: url(/new-company/images/logomark.png) center center no-repeat;
    background-size: 120px auto;
    position: relative;
  }
  .pagetitle .ttlset::before {
    border-left: #ffffff solid 1px;
    width: 1px;
    height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    content: "";
  }
  .pagetitle .ttlset div {
    display: table-cell;
    vertical-align: middle;
  }
  .pagetitle .ttlset .ctitle {
    color: #ffffff;
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 7px;
    text-indent: 7px;
  }
  .pagetitle .ttlset div h2 {
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 5px;
    text-indent: 5px;
  }
  .bgttl {
    padding: 25px 15px 20px 15px;
  }
  .bgttl .ttl {
    padding: 18px 20px 20px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 20px 0 #e1e1e1;
    box-shadow: 0 0 20px 0 #e1e1e1;
  }
  .bgttl .ttl span {
    padding-top: 10px;
    display: block;
    font-family: 'Oxygen', sans-serif;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 5px;
    text-indent: 5px;
  }
  .tlset01 {
    margin: 10px auto;
    width: 90%;
  }
  .tlset01 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border: 0 !important;
  }
  .tlset01 table tr th {
    width: 30%;
    background: #f8f8f8;
  }
  .tlset01 table tr td {
    width: 70%;
    text-align: left;
  }
  .tlset01 table tr th, .tlset01 table tr td {
    padding: 20px 0px;
    border-bottom: #f1f1f1 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tlset01 table tr th p, .tlset01 table tr td p {
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.8;
  }
}

/*————————————————————————————————————————————————————————————————————————————
button setting css
————————————————————————————————————————————————————————————————————————————*/
.morebtn {
  width: 100%;
  text-align: center;
}

.morebtn a {
  position: relative;
  padding: 15px 30px 15px 60px;
  display: inline-block;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  text-indent: 5px;
  letter-spacing: 5px;
  background-color: #1f81c2;
  background: -moz-linear-gradient(left, #4cabeb, #005d9b);
  background: -webkit-gradient(linear, left top, right bottom, from(#4cabeb), to(#005d9b));
  background: -ms-linear-gradient(left, #4cabeb, #005d9b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF4cabeb', endColorstr='#FF005d9b');
  -webkit-box-shadow: 0 0 20px 0 #949494;
  -moz-box-shadow: 0 0 20px 0 #949494;
  box-shadow: 0 0 20px 0 #949494;
}

.morebtn a span {
  padding: 2px 0px;
  display: inline-block;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  text-indent: 3px;
  letter-spacing: 3px;
}

.morebtn a i {
  margin-left: 30px;
  margin-top: -5px;
  width: 13px;
  height: 13px;
  display: inline-block;
  font-size: 1px;
  vertical-align: middle;
  background: url(/new-company/images/icon_arrR.png) center center no-repeat;
  background-size: auto 100%;
}

/*————————————————————————————————————————————————————————————————————————————
MAX1000px button setting css
————————————————————————————————————————————————————————————————————————————*/
.morebtn a {
  padding: 10px 0px;
  width: 80%;
  font-size: 13px;
  text-indent: -15px;
  letter-spacing: 5px;
}

.morebtn a i {
  margin-left: 0px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 1px;
  vertical-align: middle;
  background: url(/new-company/images/icon_arrR.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 5%;
}

.morebtn a span {
  font-size: 12px;
}

/*————————————————————————————————————————————————————————————————————————————
LP header setting css
————————————————————————————————————————————————————————————————————————————*/
header.header--child {
  background: #FFF;
}

header .open--child {
  top: 18px;
}

header .open--child .menuButton span {
  background: #000 !important;
}

/*————————————————————————————————————————————————————————————————————————————
LP main setting css
————————————————————————————————————————————————————————————————————————————*/
#movie--bg {
  width: 100%;
  height: 100%;
  max-height: 750px;
  overflow: hidden;
  position: relative;
  margin-top: 65px;
}

#movie--bg .movieset {
  width: 100%;
  height: 100%;
  background: #000000;
  position: relative;
}

#movie--bg .movieset::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 3px 4px;
  z-index: 0;
}

#movie--bg .movieset .incenter {
  background: #FFF;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#movie--bg .movieset .incenter video {
  float: right;
  width: 85%;
  max-width: 1200px;
  height: auto;
}

#movie--bg .movieset .incenter video img {
  display: none;
}

#movie--bg .keytxt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55%;
  padding: 0 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) translateY(-40px);
  -ms-transform: translateY(-50%) translateY(-40px);
  transform: translateY(-50%) translateY(-40px);
}

#movie--bg .keytxt .catch span {
  background: #1e91d1;
  color: #FFF;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: .1em;
}

#movie--bg .keytxt .catch span small {
  display: inline-block;
  color: inherit;
  padding: 0 3%;
}

#movie--bg .keytxt .catch span strong {
  display: inline-block;
  color: inherit;
  font-size: 1.7em;
  line-height: 1.4;
  background: #1e91d1;
  letter-spacing: .1em;
  padding: 0 3%;
}

#movie--bg .keytxt .txt {
  margin-top: 20px;
  text-align: justify;
  color: #1e91d1;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.2vw;
}

#movie--bg .keytxt .account-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 20px auto 0 auto;
}

#movie--bg .keytxt .account-number h3 {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #1e91d1;
  color: #FFF;
  padding: 15px 0;
}

#movie--bg .keytxt .account-number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #FFF;
}

#movie--bg .keytxt .account-number dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 10px;
  background: #1e91d1;
  border-right: 2px solid #FFF;
  font-size: 18px;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.4;
}

#movie--bg .keytxt .account-number dl dt span {
  width: 100%;
  font-size: .75em;
  color: #FFF;
}

#movie--bg .keytxt .account-number dl dd {
  width: 100%;
  padding: 15px 0;
  background: #FFF;
  border-bottom: 2px solid #1e91d1;
  border-left: 2px solid #1e91d1;
  border-right: 2px solid #1e91d1;
  font-weight: bold;
  color: #555;
}

#movie--bg .keytxt .account-number dl dd span {
  font-size: 2em;
  padding: 0 5px;
  color: #e2910a;
}

#movie--bg .keytxt .account-number dl:nth-of-type(2) dt {
  border-right: none;
}

#movie--bg .keytxt .account-number dl:nth-of-type(2) dd {
  border-left: none;
}

#movie--bg .keytxt .account-number p {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  font-size: 13px;
  color: #c7c7c7;
}

#movie--bg .company-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  padding: 10px 0;
  border-top: 2px solid #1e91d1;
}

#movie--bg .company-logo img {
  width: 65%;
  max-width: 800px;
  min-width: 600px;
}

.container .contents-box {
  padding: 0 5%;
}

.container .contents-box__inr {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0 120px 0;
  z-index: 2;
}

.container .contents-box__inr .ttl {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  padding: 10px 40px 25px 40px;
  font-family: 'Oswald', sans-serif;
  font-size: .9em;
}

.container .contents-box__inr .ttl span {
  font-weight: bold;
}

.container .contents-box--technology img {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.container .contents-box--solution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container .contents-box--solution ul li {
  position: relative;
  width: 48%;
  margin: 0 1%;
  max-width: 460px;
}

.container .contents-box--solution ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #FFF;
  border: 3px solid #1e91d1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .contents-box--solution ul li a:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

.container .contents-box--solution ul li a figure {
  position: relative;
  text-align: center;
  background: #1e91d1;
  padding: 40px 30px;
  margin: 0;
}

.container .contents-box--solution ul li a figure img {
  width: 50%;
}

.container .contents-box--solution ul li a p {
  text-align: justify;
  line-height: 1.5;
  color: #1e91d1;
  padding: 15px 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

.container .contents-box--solution ul li a p span {
  color: #D8820E;
}

.container .contents-box--solution ul li a p.detail-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1e91d1;
  color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 13px;
}

.container .contents-box--list picture {
  display: block;
  background: #FFF;
}

.container .contents-box--list picture img {
  width: 95%;
}

.container .contents-box--case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container .contents-box--case ul li {
  width: 45%;
  margin-bottom: 60px;
}

.container .contents-box--case ul li:nth-child(2n) {
  margin-top: 80px;
}

.container .contents-box--case ul li a {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.container .contents-box--case ul li a:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

.container .contents-box--case ul li a h3 {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #1e91d1;
  background: #FFF;
  padding: 15px 20px 15px 0;
  font-weight: bold;
}

.container .contents-box--case ul li a figure {
  margin: 0;
}

.container .contents-box--case ul li a figure img {
  width: 100%;
}

.container .contents-box--case ul li a p {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 80%;
  text-align: left;
}

.container .contents-box--case ul li a p span {
  display: inline-block;
  color: #1e91d1;
  padding: 10px 5px;
  background: #FFF;
  line-height: 1.6;
}

.container .contents-box--seminar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container .contents-box--seminar ul li {
  position: relative;
  width: 32%;
}

.container .contents-box--seminar ul li::after {
  content: "";
  border-left: 15px solid transparent;
  border-bottom: 15px solid #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

.container .contents-box--seminar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  line-height: 1.7;
  border: 3px solid #FFF;
  background: #1e91d1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.container .contents-box--seminar ul li a:hover {
  background: #FFF;
  color: #1e91d1;
}

.container .contents-box--column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container .contents-box--column ul li {
  position: relative;
  width: 32%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #1e91d1;
}

.container .contents-box--column ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  padding: 25px 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.container .contents-box--column ul li a:hover {
  background: #1e91d1;
}

.container .contents-box--column ul li a:hover h3 {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}

.container .contents-box--column ul li a:hover h3 span {
  color: #FFF;
}

.container .contents-box--column ul li a:hover p {
  color: #FFF;
}

.container .contents-box--column ul li a:hover p.detail-btn {
  background: #FFF;
  color: #1e91d1;
}

.container .contents-box--column ul li a h3 {
  text-align: justify;
  color: #1e91d1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #1e91d1;
  padding-bottom: 15px;
}

.container .contents-box--column ul li a h3 span {
  font-size: .75em;
  color: #1e91d1;
}

.container .contents-box--column ul li a p {
  text-align: justify;
  margin-top: 15px;
  font-size: 14px;
  color: #1e91d1;
}

.container .contents-box--column ul li a p.detail-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1e91d1;
  color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 13px;
}

.container .bg--color_navy {
  position: relative;
  background: #1e91d1;
}

.container .bg--color_navy::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../technology/images/navy-bg.png) repeat;
  background-size: 80px 140px;
  z-index: 1;
}

.container .bg--color_navy .ttl {
  background: #FFF;
}

.container .bg--color_navy .ttl::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1e91d1;
  position: absolute;
  bottom: 0;
  left: -1px;
}

.container .bg--color_navy .ttl::after {
  content: "";
  border-left: 10px solid transparent;
  border-bottom: 10px solid #1e91d1;
  position: absolute;
  bottom: 0;
  right: -1px;
}

.container .bg--color_navy .ttl span {
  color: #1e91d1;
}

.container .bg--color_white {
  position: relative;
  background: #FFF;
}

.container .bg--color_white::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../technology/images/white-bg.png) repeat;
  background-size: 80px 140px;
  z-index: 1;
}

.container .bg--color_white .ttl {
  background: #1e91d1;
}

.container .bg--color_white .ttl::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  position: absolute;
  bottom: 0;
  left: -1px;
}

.container .bg--color_white .ttl::after {
  content: "";
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  position: absolute;
  bottom: 0;
  right: -1px;
}

.container .bg--color_white .ttl span {
  color: #FFF;
}

/*————————————————————————————————————————————————————————————————————————————
MAX1000px LP setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 1000px) {
  #movie--bg .incenter video {
    width: auto !important;
    min-height: 480px;
  }
  #movie--bg .keytxt {
    width: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
  }
  #movie--bg .keytxt .txt {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
  #movie--bg .keytxt .account-number {
    width: 100%;
  }
  #movie--bg .keytxt .account-number dl dt {
    font-size: 16px;
    min-height: 1px;
  }
  #movie--bg .keytxt .account-number p {
    text-align: left;
  }
  .container .contents-box__inr .ttl {
    width: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container .contents-box__inr .ttl span {
    font-size: 16px;
  }
  .container .contents-box--case ul {
    display: block;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .contents-box--case ul li {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .container .contents-box--case ul li a h3 {
    font-size: 14px;
    top: -30px;
    left: -5px;
  }
  .container .contents-box--case ul li a p {
    font-size: 14px;
    width: 90%;
    left: -5px;
  }
  .container .contents-box--seminar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container .contents-box--seminar ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .container .contents-box--column ul li {
    width: 49%;
  }
}

/*————————————————————————————————————————————————————————————————————————————
MAX640px LP setting css
————————————————————————————————————————————————————————————————————————————*/
@media screen and (max-width: 640px) {
  #movie--bg .keytxt {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(-60px);
    -ms-transform: translate(-50%, -50%) translateY(-60px);
    transform: translate(-50%, -50%) translateY(-60px);
  }
  #movie--bg .keytxt .catch span {
    font-size: 16px;
  }
  #movie--bg .keytxt .txt {
    font-size: 12px;
  }
  #movie--bg .keytxt .account-number dl dt {
    min-height: 1px;
    font-size: 14px;
  }
  #movie--bg .keytxt .account-number dl dt span {
    display: inline;
    font-size: 1em;
  }
  #movie--bg .keytxt .account-number dl dd {
    font-size: 0.9em;
  }
  #movie--bg .keytxt .account-number dl dd span {
    font-size: 1.6em;
  }
  #movie--bg .company-logo {
    padding: 20px 0;
  }
  #movie--bg .company-logo img {
    width: 100%;
    min-width: 1px;
  }
  .container .contents-box--technology img {
    max-width: 260px;
  }
  .container .contents-box--solution ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container .contents-box--solution ul li {
    width: 100%;
    margin: 0 auto;
  }
  .container .contents-box--solution ul li:nth-child(2) {
    margin-top: 20px;
  }
  .container .contents-box--solution ul li a p {
    font-size: 14px;
  }
  .container .contents-box--solution ul li a p.detail-btn {
    font-size: 12px;
  }
  .container .contents-box--column ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container .contents-box--column ul li {
    width: 100%;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 メルマガ診断ページ (nl-type-page)
————————————————————————————————————————————————————————————————————————————*/

/* サイト共通コンテナの制約を解除 */
#contents.child-page {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.nl-type-page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

/* -----------------------------------------------
   KV
----------------------------------------------- */
.nl-kv {
  width: 100%;
  height: 300px;
  background-color: #AFC4D8;
  line-height: 0;
  position: relative;
}

/* 斜線パターンのみ opacity で透明度を調整 */
.nl-kv::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/lan/newsletter/type/assets/img/bg_pattern.png');
  background-repeat: repeat;
  background-size: 7%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* KV内コンテンツ：max-width 1000px・height 300px */
.nl-kv__inner {
  position: relative;
  max-width: 1000px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

/* ロゴ：KV右上 */
.nl-kv__logo {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 130px;
  height: auto;
  z-index: 10;
  display: block;
}

/* KV画像（PC・SP共通） */
.nl-kv__main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* START矢印：KVに半分かぶせる */
.nl-kv__start-wrap {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top: -44px;
  line-height: 0;
}

.nl-kv__start {
  display: inline-block;
  height: auto;
}

/* -----------------------------------------------
   診断メイン
----------------------------------------------- */
.nl-diagnosis {
  width: 100%;
  background: #fff;
  /* STARTがKVに重なる分、上余白を調整 */
  padding: 150px 0 60px;
  box-sizing: border-box;
}

.nl-diagnosis__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.nl-diagnosis__chart {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nl-diagnosis__arrow {
  display: block;
  margin: 30px auto 0;
  width: 80px;
  height: auto;
}

/* -----------------------------------------------
   ABCDナビカード（SP only）
----------------------------------------------- */
.nl-type-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 16px 0;
}

.nl-type-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #7a9ab8;
  border-radius: 6px;
  padding: 10px 4px 8px;
  text-decoration: none;
  color: #fff;
  gap: 2px;
}

.nl-type-nav__letter {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  color: #00388B;
  font-style: italic;
}

.nl-type-nav__label {
  font-size: 11px;
  font-weight: 700;
  color: #00388B;
  line-height: 1;
}

.nl-type-nav__arrow {
  display: block;
  width: 12px;
  height: auto;
  margin-top: 4px;
}

/* -----------------------------------------------
   タイプ別
----------------------------------------------- */
.nl-types {
  width: 100%;
  background: #fff;
  padding: 0 0 200px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.nl-types::before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  right: -80px;
  width: 500px;
  height: 500px;
  /* background: url('/lan/newsletter/type/assets/img/loupe_pc.png') no-repeat center / contain; */
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.nl-types__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.nl-types__item {
  flex: 1;
  max-width: 230px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nl-types__name {
  margin-bottom: 16px;
  line-height: 1;
}

.nl-types__name img {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 auto;
}

.nl-types__img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px;
}

.nl-types__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e86a1f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  margin-top: auto;
}

.nl-types__btn:hover {
  opacity: 0.8;
  color: #fff;
}

.nl-types__btn img {
  width: 14px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* -----------------------------------------------
   SP対応 (750px以下)
----------------------------------------------- */
@media only screen and (max-width: 750px) {
  /* KV */
  .nl-kv {
    height: auto;
    background-color: unset;
  }

  .nl-kv::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background-image: url('/lan/newsletter/type/assets/img/bg_pattern.png'); */
    background-repeat: repeat;
    background-size: 33%;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
  }

  .nl-kv__inner {
    height: auto;
    overflow: hidden;
  }

  .nl-kv__logo {
    width: 100px;
    top: 12px;
    right: 4px;
  }

  /* STARTがキャラクターに少しかぶさる */
  .nl-kv__start-wrap {
    margin-top: -30px;
  }

  /* SP合成レイアウト：ルーペを背景に */
  .nl-kv__sp-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* loupe_sp.png を背景に：円がほぼ中央上に来る配置 */
    background-image: url('/lan/newsletter/type/assets/img/loupe_sp.png');
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center -10px;
    background-color: #AFC4D8;
  }

  .nl-kv__sp-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/lan/newsletter/type/assets/img/bg_pattern.png');
    background-repeat: repeat;
    background-size: 33%;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
  }

  /* テキストをルーペ円の中央に重ねる */
  .nl-kv__text {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px 16px;
    width: 100%;
  }

  .nl-kv__badge {
    display: block;
    margin: 0 auto 16px;
    width: auto;
    max-width: 170px;
  }

  .nl-kv__title {
    display: block;
    margin: 0 auto;
    width: 56%;
    max-width: none;
    position: relative;
    bottom: 10px;
  }

  /* キャラクターを全幅で大きく */
  .nl-kv__characters {
    display: block;
    width: 80%;
    max-width: none;
    margin: 0 auto;
    position: relative;
    bottom: 46px;
    z-index: 1;
  }

  /* 診断メイン */
  .nl-diagnosis {
    padding: 20px 0 40px;
  }

  .nl-diagnosis__inner {
    padding: 0 15px;
  }

  .nl-diagnosis__arrow {
    width: 50px;
    margin-top: 20px;
  }

  /* ABCDナビカード：.spのdisplay:blockを上書きしてflexに */
  .nl-type-nav.sp {
    display: flex !important;
    flex-direction: row;
  }

  /* タイプ別 */
  .nl-types {
    padding: 50px 0 70px;
  }

  .nl-types__inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 0 30px;
  }

  .nl-types__item {
    width: 100%;
    max-width: 320px;
    align-items: flex-start;
  }

  /* SP：タイプ名を左揃え・適切なサイズに */
  .nl-types__name {
    text-align: left;
    margin-bottom: 12px;
  }

  .nl-types__name img {
    height: auto;
    width: 160px;
    margin: 0;
  }

  .nl-types__img {
    max-width: 240px;
    margin: 0 auto 16px;
  }

  .nl-types__btn {
    align-self: center;
    font-size: 13px;
    padding: 12px 20px;
  }
}

/*————————————————————————————————————————————————————————————————————————————
 診断結果ページ (nl-result)
————————————————————————————————————————————————————————————————————————————*/

/* -----------------------------------------------
   ヒーロー：タイプ紹介
----------------------------------------------- */
.nl-result__hero {
  background: #E1EDFF;
  padding: 48px 20px 100px;
  margin-bottom: 250px;
  position: relative;
}

.nl-result__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/lan/newsletter/type/assets/img/bg_pattern.png');
  background-repeat: repeat;
  background-size: 7%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.nl-result__hero-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nl-result__hero-text {
  flex: 1;
  min-width: 200px;
}

.nl-result__type-name {
  margin-bottom: 12px;
}

.nl-result__type-name img {
  height: 40px;
  width: auto;
}

.nl-result__catch {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 4px;
}

.nl-result__title {
  font-size: 32px;
  font-weight: 600;
  color: #FF7F00;
  margin: 0 0 16px;
  line-height: 1.2;
}

.nl-result__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin: 0;
}

.nl-result__hero-img {
  flex-shrink: 0;
  width: 40%;
}

.nl-result__hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------------------
   おすすめ矢印（hero内 absolute でヒーロー底部にかぶせる）
----------------------------------------------- */
.nl-result__recommend-arrow {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  width: 100%;
}

.nl-result__recommend-arrow__img-wrap {
  position: relative;
  display: inline-block;
}

.nl-result__recommend-arrow__img-wrap img {
  display: block;
}

.nl-result__recommend-arrow p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.8;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
  white-space: nowrap;
}

/* -----------------------------------------------
   サービス紹介（TOPページのスタイルを踏襲）
----------------------------------------------- */
.nl-result__service {
  background: #6ab2de;
  padding: 80px 20px 48px;
}

.nl-result__service.marunage {
    background: #DDE7F5;
}
.nl-result__service.collectrobo {
    background: #DDE7F5;
}
.nl-result__service.factoring_robo_saas {
    background: #BCEEFF;
}

.nl-result__service .service-item {
  display: block;
  max-width: 614px;
  margin: 0 auto;
  text-decoration: none;
  color: #00388B;
}

.nl-result__service .service-item__header {
  text-align: center;
  margin-bottom: 24px;
}

.nl-result__service .service-item__header .sub {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}

.nl-result__service.factoring_robo_saas .service-item__header .sub,
.nl-result__service.collectrobo .service-item__header .sub,
.nl-result__service.marunage .service-item__header .sub {
    color: #000;
}

.nl-result__service .heading--image img {
    width: 90%;
}

.nl-result__service .service-item__list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}

.nl-result__service .service-item__image {
  flex-shrink: 0;
  width: 275px;
  margin: 0;
}

.nl-result__service .service-item__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.nl-result__service .service-item__list .text {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  margin: 0;
}

.nl-result__service.factoring_robo_saas .service-item__list .text,
.nl-result__service.collectrobo .service-item__list .text,
.nl-result__service.marunage .service-item__list .text {
    color: #000;
}

.nl-result__service .service-feature__list {
    text-align: left;
    margin-bottom: 24px;
    font-size: 16px;
    color: #fff;
}
.nl-result__service.factoring_robo_saas .service-feature__list,
.nl-result__service.collectrobo .service-feature__list,
.nl-result__service.marunage .service-feature__list {
    color: #000;
}

.nl-result__service .service-feature__list ul {
  padding: 0;
  margin: 0;
}

.nl-result__service .service-feature__list li {
    border-radius: 1.8rem !important;
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 18px;
}
.nl-result__service.factoring_robo_saas .service-feature__list li,
.nl-result__service.collectrobo .service-feature__list li,
.nl-result__service.marunage .service-feature__list li {
    color: #000;
    border: 1px solid #000 !important;
}

.nl-result__service .service-item__content {
  text-align: center;
}

.nl-result__service .c-link-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #00388B;
  border-radius: 40px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 700;
  color: #00388B;
}

.nl-result__service .c-link-button .arrow svg path {
  stroke: #00388B;
}

/* -----------------------------------------------
   CTAセクション：資料ダウンロード
----------------------------------------------- */
.nl-result__cta {
  background: #fff;
  padding: 100px 20px 0 20px;
  text-align: center;
}

.nl-result__cta-lead {
  font-size: 30px;
  font-weight: 700;
  color: #00388B;
  margin: 0 0 62px;
  line-height: 1.6;
}

.nl-result__cta-lead::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #E4EFFF;
  margin: 12px auto 0;
}

.nl-result__cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  max-width: 1000px;
  margin: 0 auto;
}

.nl-result__cta-img {
    width: 40%;
}

.nl-result__cta-img img {
  /* width: 320px; */
  height: auto;
  display: block;
}

.nl-result__cta-action {
  text-align: left;
}

.nl-result__cta-sub {
  font-size: 18px;
  color: #00388B;
  font-weight: bold;
  margin: 0 0 16px;
  text-align: center;
}

.nl-result__dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  gap: 10px;
  background: #FF7F00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.nl-result__dl-btn:hover {
  opacity: 0.85;
}

.nl-result__dl-btn img {
  width: 20px;
  height: auto;
}

/* -----------------------------------------------
   電話面談セクション
----------------------------------------------- */
.nl-result__tel {
  background: #fff;
  padding: 100px 20px 200px 20px;
}

.nl-result__tel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
  background: #e0ecf8;
  border-radius: 16px;
  padding: 40px 40px 40px;
}

.nl-result__tel-img {
  height: auto;
  flex-shrink: 0;
  align-self: flex-end;
}

.nl-result__tel-content {
  /* flex: 1; */
  text-align: center;
}

.nl-result__tel-title {
  font-size: 30px;
  font-weight: 900;
  color: #00388B;
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
  padding: 0 12px 12px;
}

/* タイトル下線：テキストより左右に広く */
.nl-result__tel-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -8px;
  right: -8px;
  height: 7px;
  background: #FCCC42;
}

.nl-result__tel-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  text-align: left;
}

.nl-result__tel-list li {
  font-size: 18px;
  font-weight: bold;
  color: #00388B;
  padding: 4px 0;
  white-space: nowrap;
}

/* 吹き出し：白背景＋下向き三角 */
.nl-result__tel-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #00388B;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px 24px;
  margin: 0 0 24px;
  position: relative;
}

.nl-result__tel-label::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
}

.nl-result__tel-label::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #fff;
}

.nl-result__tel-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FF7F00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.nl-result__tel-btn:hover {
  opacity: 0.85;
}

.nl-result__tel-btn img {
  width: 18px;
  height: auto;
}

/* -----------------------------------------------
   SP レスポンシブ（750px以下）
----------------------------------------------- */
@media only screen and (max-width: 750px) {
  /* ヒーロー: 縦積み（タイプ名→catch/title→キャラ画像→説明文） */
  /* ヒーロー */
  /* ヒーロー */
  .nl-result__hero {
    /* padding-bottom = キャラ画像下マージン + desc高さ + 矢印はみ出し分 */
    padding: 32px 20px 100px;
    text-align: center;
    margin-bottom: unset;
  }

  .nl-result__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/lan/newsletter/type/assets/img/bg_pattern.png');
    background-repeat: repeat;
    background-size: 25%;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
  }

  .nl-result__hero-inner {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 0;
    align-items: center;
  }

  .nl-result__hero-text {
    width: 100% !important;
    min-width: unset !important;
    flex: none !important;
    order: 1;
  }

  .nl-result__hero-img {
    order: 2;
    flex-shrink: 0;
    margin: 16px auto 0;
    width: unset;
  }

  /* SP desc: hero-inner の3番目の子として画像の下に */
  .nl-result__hero-inner > .nl-result__desc {
    order: 3;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-top: 16px;
  }

  .nl-result__type-name img {
    height: 40px;
  }

  .nl-result__title {
    font-size: 40px;
  }

  .nl-result__service .service-feature__list li {
      font-size: 14px;
  }
  .nl-result__service .service-item__header .sub {
    font-size: 16px;
  }

  /* 矢印：SP は arrow_sp.png を全幅で表示、キャラ画像と重ならないよう bottom 調整 */
  .nl-result__recommend-arrow {
    bottom: -160px;
    width: 100%;
  }

  .nl-result__recommend-arrow__img-wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .nl-result__recommend-arrow__img-wrap img {
    width: 100%;
    height: auto;
  }

  .nl-result__recommend-arrow p {
    font-size: 20px;
    white-space: normal;
    top: 36%;
  }

  /* サービスセクション: 縦積み */
  .nl-result__service {
    padding-top: 200px;
  }

  .nl-result__service .service-item__list {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .nl-result__service .service-item__image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .nl-result__service .service-item__list .text {
    text-align: left;
    font-size: 16px;
  }

  /* CTA: 縦積み */
  .nl-result__cta-inner {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .nl-result__cta-action {
    text-align: center;
    width: 100%;
  }

  .nl-result__cta-img {
    width: 100%;
  }

  .nl-result__cta-lead {
    font-size: 24px;
  }

  .nl-result__cta-sub {
    font-size: 14px;
  }

  .nl-result__dl-btn {
    width: 80%;
    justify-content: center;
    font-size: 15px;
    padding: 16px 20px;
  }

  /* 電話面談: コンテンツ上、画像下に横並び */
  .nl-result__tel {
    padding: unset;
    padding-top: 100px;
  }

  .nl-result__tel-inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 32px 24px 100px;
    border-radius: unset;
  }

  .nl-result__tel-content {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
  }

  .nl-result__tel-list {
    display: inline-block;
    text-align: left;
  }

  .nl-result__tel-list li {
    font-size: 14px;
    font-weight: bold;
    color: #00388B;
    white-space: nowrap;
  }

  .nl-result__tel-title {
    font-size: 28px;
  }

  .nl-result__tel-label {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 0 8px;
  }

  .nl-result__tel-btn {
    width: 70%;
    font-size: 14px;
    justify-content: center;
    margin-top: 20px;
  }

  /* SP: 画像を下部に横並び */
  .nl-result__tel-imgs {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    margin-top: 8px;
    width: 100%;
  }

  .nl-result__tel-imgs img {
    width: 46%;
    max-width: 160px;
    height: auto;
  }

  .l-footer-bottom.l-type-footer-bottom {
    padding: 5.3333333333vw 6.4vw 5.3333333333vw;
  }
}
