@charset "UTF-8";
.subPageNav {
  height: 120px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.subPageNav .subNavBox > a img {
  display: block;
  width: 100%;
}
.subPageNav .subNavBox > a img:hover {
  opacity: 0.8;
}






.subPageNav .subNavBox ul li {
  white-space: nowrap;
  margin-right: 30px;
  float: left;
  line-height: 120px;
}
.subPageNav .subNavBox ul li:last-child {
  margin-right: 0;
}
.subPageNav .subNavBox ul li a {
  font-size: 18px;
  color: #222;
  font-family: "ＭＳ Ｐ明朝";
  display: block;
  position: relative;
  font-weight: bold;
}
.subPageNav .subNavBox ul li a:hover {
  color: #0c6cb0;
}
.subPageNav .subNavBox .phoneNavBtn {
  display: none;
}

.subPageMain {
  padding-bottom: 30px;
  background: #f1f5f7;
  padding-top: 50px;
}

.subTitleBox {
  padding: 60px 0;
  text-align: center;
  background: #2a58a6;
  position: relative;
}
.subTitleBox h1 {
  font-size: 50px;
  line-height: 72px;
  font-weight: bold;
  color: #fff;
}
.subTitleBox span {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase !important;
}
.speech_con{
    background-color: #ffffff;
    padding: 25px 50px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.speech_con p{font: normal 18px/35px "NOTOSANSJP-REGULAR";color: #333333;margin: 15px 0}
.speech_con p:last-child{text-align: right;}
.subTitleBox .tit {
  position: absolute;
  left: 0;
  top: 30px;
  width: 16px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase !important;
  writing-mode: vertical-rl;
}
.subTitleBox .tit::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -95px;
  width: 1px;
  height: 70px;
  background-color: #fff;
}

.subTitle {
  padding: 50px 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
  color: #222;
  position: relative;
  z-index: 1;
}
.subTitle span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background-color: #2a58a6;
  z-index: -1;
}

.subTable {
  background: url(../../images/UTSUGI/banner03.jpg) no-repeat center top;
  background-attachment: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}
.subTable table td {
  border: 1px solid #666;
}
.subTable table td.firstTd {
  width: 25%;
  text-indent: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.subTable table td.secondTd {
  width: 75%;
  padding: 14px 20px;
  font-size: 18px;
  color: #222;
  line-height: 26px;
  text-align: justify;
}
.subTable table td.secondTd p span {
  display: block;
  font-weight: normal;
}
.d_lisswper{margin-bottom:100px;}
.d_list_brpcnone{display:none;}
.mapBox {
  background-color: #ffffff;
  /*padding: 9vw 5vw;*/
  padding: 5vw 5vw;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
  position: relative;
  height: 47vw;
}
.mapBox>ul{display: block;position:absolute;left:5vw;top:5vw;}
/*.mapBox>img{position: absolute;top:4vw;right: 3vw;width: 49vw}*/
.mapBox>img{width: 49vw;display: block;margin: 0 auto;}
.mapBox ul li{
  /* background: url("../../images/UTSUGI/borderdashed.png") no-repeat; */
  padding-left: 40px;
  margin-bottom: 38px;
  background-size: contain;
}
.mapBox ul li a{
  color: #333333;
  font: normal 1.1vw/2.5vw "NOTOSANSJP-MEDIUM";
}
.mapBox ul li a span{font: bold 1.1vw/3.5vw "NOTOSANSJP-BLACK";}

.subBusiness {
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}

.subBusiness .subTxt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
  text-indent: 2em;
}
.subBusiness ul {
  padding-bottom: 30px;
}
.subBusiness ul li {
  float: left;
  width: 32%;
  overflow: hidden;
}
.subBusiness ul li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.subBusiness ul li img:hover {
  transform: scale(1.05);
}
.subBusiness ul li:nth-child(2) {
  margin: 0 2%;
}
.subBusiness .btn {
  margin-top: 50px;
  text-align: center;
}
.subBusiness .btn a {
  display: inline-block;
  padding: 0 26px;
  border: 2px solid #444;
  border-radius: 3px;
  font-size: 16px;
  line-height: 46px;
  color: #333;
}
.subBusiness .btn a:hover {
  background-color: #444;
  color: #fff;
}
.characteristic{margin: 30px auto !important;}
.characteristic ul li{
  width: 70%;
  position: relative;
  padding: 50px 80px 50px 80px;
  background-color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.characteristic ul li:nth-child(even){float: right;}
.characteristic ul li:nth-child(odd){float: left;}
.characteristic ul li span{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1a369d;
  font: bold 36px/80px "NOTOSANSJP-BLACK";
  color: #ffffff;
  position: absolute;
  top: 34%;
  text-align: center;
}
.characteristic ul li:nth-child(even) span{left: -40px;}
.characteristic ul li:nth-child(odd) span{right: -40px;}
.characteristic ul li h2{
  font: bold 30px/70px "NOTOSANSJP-BLACK";
}
.characteristic ul li p{
  font: normal 24px/35px "NOTOSANSJP-REGULAR";
}
.section2{
  background-image: url("../../images/UTSUGI/bg1.png");
  background-repeat: no-repeat;
  background-position: top 3vw center;
  padding:100px 0 50px 0;
  margin: 100px auto 0 auto !important;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.section2>h2{
  height: 100px;
  background: url("../../images/UTSUGI/boderdshed2.png") no-repeat center;
  font: normal 24px/84px "NOTOSANSJP-BOLD";
  color: #e94808;
}
.section2>p{
  width: 46%;
  font: normal 24px/35px "NOTOSANSJP-BOLD";
  color: #333333;
  margin: 50px auto 0 auto;
}
.section2>p span{color: #e94808;}
.section2 img.tdjn{margin-top: -6vw;}

.section2 .label{position: relative;margin: 100px 0 50px 50px;text-align: left;}
.section2 .label:before{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: #e94808;
  position: absolute;
  top: 0;
  left: 0;
}
.section2 .label h1{font:normal 80px/120px "FuturaBT-MEDIUM"; color: #1a369d;}
.section2 .label p{font:normal 36px/50px "NOTOSANSJP-BOLD";margin-bottom: 100px;}
.section2 .label p:after{
  content: "";
  display: block;
  width: 145px;
  height: 10px;
  background-color: #e94808;
  margin-top: -10px;
}
.section2 img.connection{margin-top: 4vw;}


.subProduct {
  padding: 50px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.subProduct>p{font: normal 24px/35px "NOTOSANSJP-REGULAR";color: #333333;}
.subProduct>p.special{text-align: center;font: normal 24px/35px "NOTOSANSJP-BOLD"}
.subProduct .scroll>img{display: block;margin: 50px auto;}

.subProduct .subTitle02 {
  padding-bottom: 20px;
}
.subProduct .subTitle02 h3 {
  display: inline-block;
  font:normal 40px/50px "NOTOSANSJP-BOLD";
  color: #282828;
  position: relative;
}
.subProduct .subTitle02 h3 span{
  font: normal 24px/50px "NOTOSANSJP-REGULAR";
}
.subProduct .subTitle02 p{
  font: normal 24px/50px "NOTOSANSJP-REGULAR";
}
.subProduct .subTitle02>span {
  display: block;
  font-size: 62px;
  line-height: 80px;
  color: #2a58a6;
  font-weight: bold;
}
.subProduct .subTitle02-r {
  text-align: right;
}
.subProduct ul {
  padding-bottom: 30px;
}
.subProduct ul li {
  float: left;
  width: 32%;
  overflow: hidden;
}
.subProduct ul li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.subProduct ul li img:hover {
  transform: scale(1.05);
}
.subProduct ul li:nth-child(2) {
  margin: 0 2%;
}

.subPart03 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.subPart03 .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  background-color: #f1f5f7;
  position: relative;
  z-index: 1;
}
.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #154977;
  z-index: 0;
}
.subPart03 .txt h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #154977;
}
.subPart03 .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 20px auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #154977;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
.subPart03 .txt .linkBtn a:hover {
  background-color: #255c8d;
}

.pdf{padding: 0 30px;box-sizing: border-box;}
.pdf a{font: bold 18px/70px "NOTOSANSJP-BOLD";color:#333333;}
.footerBox {
  background-color: #333;
  padding-top: 50px;
}
.footerBox .pull_left img {
  display: block;
  height: 100px;
}
.footerBox .pull_left p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
  color: #eee;
  font-family: "NotoSansJP";
}
.footerBox .pull_right li {
  float: left;
  margin-left: 35px;
  padding-left: 10px;
  background: url(../images/icons/widget-link-dark-rtl.png) no-repeat left center;
}
.footerBox .pull_right li a {
  display: block;
  font-size: 16px;
  line-height: 90px;
  color: #eee;
  font-family: "NotoSansJP";
}
.footerBox .pull_right li a:hover {
  color: #0c6cb0;
}
.footerBox .copyRight {
  margin-top: 50px;
  font-size: 14px;
  line-height: 62px;
  color: #eee;
  font-family: "NotoSansJP";
  background-color: #222;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}





.newslist{margin-top:50px !important;background:none !important;margin-bottom: 50px !important;text-align:left;}
.subNewslist {
  padding-top: 50px;
  padding-bottom: 90px;
}

.subNewslist li {
  padding: 38px 48px 24px;
  margin-bottom: 40px;
  background-color: #fff;
}

.subNewslist .tag {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  background-color: #2a58a6;
  border-radius: 16px;
  font: normal 16px/34px 'yumin';
  color: #fff;
  text-align: center;
}

.subNewslist .time {
  display: block;
  font: normal 18px/20px 'YuGothR';
  color: #666;
}

.subNewslist a {
  position: relative;
  display: block;
  padding: 12px 50px 12px 0;
  font-size: 18px;
  line-height: 40px;color:#2a58a6;
}

.subNewslist a::after {
  content: '>';
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 30px;
  transition: all .5s;
}

.subNewslist a:hover {
  color: #000;
}

.subNewslist a:hover::after {
  right: -10px;
}

.subNewslist .img {
  float: left;
  width: 30%;
}

.subNewslist .img img {
  display: block;
  width: 100%;
}

.subNewslist .txt {
  float: right;
  width: 66%;
}

.newslist p{font-size:14px;line-height:200%;}
.newsactive{background:none !important;}
	.newsactive h1{font-size: 30px !important;
        line-height: 72px !important;
        font-weight: bold;
        color: #000 !important;}


@media (min-width: 1000px) and (max-width: 1320px) {
  .w1280 {
    width: 90%;
    margin-left: 5%;
  }
  .footerBox .pull_left a img {
    height: 90px;
  }
  .footerBox .pull_left p {
    font-size: 16px;
  }
  .footerBox .pull_right li {
    margin-left: 30px;
  }
}/*# sourceMappingURL=style-pc.css.map */