@charset "UTF-8";
/* index */
main h2, main h3, main h4, main h5 {
  color: #3071b9;
  font-size: 31px;
  font-weight: lighter;
  text-align: center;
  padding: 80px 0 0;
  margin: auto;
}
main div {
  width: 100%;
}
main div#top, main div#news, main div#service, main div#product, main div#recruit, main div#blog, main div#message, main div#category, main div.staff, main div.staffdata {
  width: 1280px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main div#top, main div#news, main div#service, main div#product, main div#recruit, main div#blog, main div#message, main div#category, main div.staff, main div.staffdata {
    width: 100%;
    height: auto;
  }
}
main div.top {
  margin: 65px auto 0;
}
main div#top {
  margin: 0 auto;
  height: 1240px;
  /*background: url(../common/img/01_top.jpg);  *位置調整用・仮*/
  background: url(../img/bg_blue-white.jpg) repeat-y;
  background-size: contain;
}
main div#top h2 {
  padding: 85px 0 60px;
  margin-left: 135px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main div#top h2 {
    font-size: 22px;
    margin: 0 5%;
    padding: 50px 0 25px;
  }
}
main div#top h2::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../img/top_h2_before.png);
  background-size: contain;
  position: absolute;
  top: 75px;
  left: 195px;
}
@media screen and (max-width: 767px) {
  main div#top h2::before {
    content: none;
  }
}
main div#top h2::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  background-image: url(../img/top_h2_after.png);
  background-size: contain;
  position: absolute;
  bottom: 54px;
  right: 220px;
}
@media screen and (max-width: 767px) {
  main div#top h2::after {
    content: none;
  }
}
main div#top h5 {
  font-size: 20px;
  padding: 30px 0;
}
main div#top div.mv {
  max-width: 882px;
  margin: 0 auto 0 245px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  main div#top div.mv {
    margin: auto;
    padding: 50px 2% 0;
  }
  main div#top div.mv:nth-child(3) {
    padding-top: 0;
  }
}
main div#top div.reason.box-flex, main div#recruit div.reason.box-flex, main div#service div.reason.box-flex {
  max-width: 725px;
  margin: 25px 0 0 300px;
}
@media screen and (max-width: 767px) {
  main div#top div.reason.box-flex, main div#recruit div.reason.box-flex, main div#service div.reason.box-flex {
    margin: 25px auto;
    padding: 0 2%;
  }
}
main div#top div.reason.box-flex a, main div#top div.reason.box-flex p, main div#recruit div.reason.box-flex a, main div#recruit div.reason.box-flex p, main div#service div.reason.box-flex a, main div#service div.reason.box-flex p {
  max-width: 245px;
}
main div ul.sNavi {
  position: fixed;
  top: 104px;
  left: calc(50% - 525px);
  z-index: 10;
  filter: drop-shadow(1px 1px 1px #fff);
}
@media screen and (max-width: 1279px) {
  main div ul.sNavi {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    min-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
    margin: 15px auto;
  }
  main div ul.sNavi li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  main div ul.sNavi li {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  main div ul.sNavi {
    top: 65px;
    margin: auto;
    padding: 20px 0 15px;
    height: 45px;
    overflow: hidden;
    justify-content: space-between;
    max-width: 600px;
  }
}
@media screen and (max-width: 1279px) {
  main div ul.sNavi.prod {
    justify-content: center;
  }
}
main div ul.sNavi li {
  margin-bottom: 14px;
  font-size: 17px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  main div ul.sNavi li {
    margin: 0 5px 0;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
  }
  main div ul.sNavi li::after {
    content: "|";
    color: #666;
    margin: auto;
    position: absolute;
    top: -9px;
    content: none;
  }
  main div ul.sNavi li:last-child::after {
    content: none;
  }
}
main div#news h3, main div#service h3, main div#product h3, main div#recruit h3, main div#blog h3, main div.staff h3, main div#top.sMap h3 {
  font-size: 24px;
  margin: 0 auto;
}
main div#news h3 span, main div#service h3 span, main div#product h3 span, main div#recruit h3 span, main div#blog h3 span, main div.staff h3 span, main div#top.sMap h3 span {
  font-size: 13px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main div#news img, main div#service .service-img01 img, main div#recruit .recruit-img img {
    display: none;
  }
}
main div#news {
  margin: 0 auto;
  height: 520px;
  /*background: url(../common/img/02_news.jpg);  *位置調整用・仮*/
  background: url(../img/bg_white-sky.jpg) repeat-y;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main div#news {
    background: none;
  }
}
main div#news ul {
  margin: 24px auto 30px;
}
@media screen and (max-width: 767px) {
  main div#news ul {
    margin: 24px auto 0;
    padding: 0 2%;
  }
}
main div#news ul li {
  color: #4d4d4d;
  margin: 0 auto 16px 0;
}
main div#news ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../img/icon_news.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 14px;
}
main div#news ul li p {
  margin: 0 0 0 30px;
}
main div#news ul li p, main div#news ul li img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main div#news ul li {
    margin: 0 auto 16px 32px;
    text-indent: -27px;
  }
  main div#news ul li p {
    margin: 0 auto 16px;
    text-indent: 0;
  }
}
main div#news ul li a {
  color: #4d4d4d;
  cursor: pointer;
}
main div#news div.news-img {
  position: absolute;
  bottom: 25px;
  right: 150px;
  max-width: 316px;
}
main div#service h4, main div#product h4, main div#recruit h4 {
  font-size: 25px;
  margin: auto;
  padding: 36px 0;
}
main div#service p, main div#product p, main div#recruit p {
  font-size: 14px;
  color: #4d4d4d;
}
main div#service p.caps, main div#product p.caps, main div#recruit p.caps {
  font-size: 17px;
  text-align: center;
  margin: auto;
}
main div#service {
  margin: 0 auto;
  height: 616px;
  /*background: url(../common/img/03_service.jpg);  *位置調整用・仮*/
  background: url(../img/bg_white-sky.jpg) repeat-y;
  background-size: contain;
  position: relative;
}
main div#service div.service-img01 {
  position: absolute;
  top: 40px;
  left: 150px;
  max-width: 216px;
}
main div#service div.service-img02 {
  position: absolute;
  bottom: 45px;
  right: 90px;
  max-width: 325px;
}
main div#service div.viewmore {
  margin: 30px auto;
}
main div#service div.service-box {
  width: 720px;
  height: 103px; /*240px;*/
  margin: 0 auto 0 225px;
}
main div#service div.service-box h5 {
  font-size: 21px;
  text-align: left;
  margin-left: 90px;
  padding: 43px 0 20px;
}
@media screen and (max-width: 767px) {
  main div#service div.service-box h5 {
    font-size: 17px;
    margin-left: 80px;
    padding: 75px 0 10px;
  }
  main div#service div.service-box h5.se {
    padding: 65px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main div#service div.service-box p {
    margin: 0 2% 0 80px;
    min-height: 210px;
  }
}
main div#service div.service-box.sb01 {
  background: url(../img/sb01_bg.jpg) no-repeat;
  background-size: cover;
}
main div#service div.service-box.sb02 {
  background: url(../img/sb02_bg.jpg) no-repeat;
  background-size: cover;
}
main div#service div.service-box.sb03 {
  background: url(../img/sb03_bg.jpg) no-repeat;
  background-size: cover;
  height: 234px;
}
@media screen and (max-width: 767px) {
  main div#service div.service-box.sb01, main div#service div.service-box.sb02, main div#service div.service-box.sb03 {
    width: 100%;
    height: auto;
    margin: 0 auto 0 2%;
    background-size: cover;
  }
}
main div#product {
  margin: 0 auto;
  height: 600px;
  /*background: url(../common/img/04_partner.jpg);  *位置調整用・仮*/
  background: url(../img/bg_blue-white.jpg) repeat-y;
  background-size: contain;
}
main div#product div.partner-img {
  position: absolute;
  bottom: 25px;
  right: 90px;
  max-width: 353px;
}
main div#product p {
  margin: 32px auto 58px;
  text-align: center;
}
main div#recruit {
  margin: 0 auto;
  height: 624px;
  /*background: url(../common/img/05_recruit.jpg);  *位置調整用・仮*/
  background: url(../img/bg_blue-white.jpg) repeat-y;
  background-size: contain;
}
main div#recruit div.recruit-img {
  position: absolute;
  top: 80px;
  right: 130px;
  max-width: 194px;
}
main div#recruit ul {
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 767px) {
  main div#recruit ul {
    padding: 0;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main div#recruit ul li {
  max-width: 165px;
}
main div#blog {
  margin: 0 auto;
  height: 580px;
  /*background: url(../common/img/06_blog.jpg);  *位置調整用・仮*/
  background: url(../img/bg_white-sky.jpg) repeat-y;
  background-size: contain;
}
main div#blog ul, main div#product ul {
  justify-content: space-between;
  max-width: 770px;
  margin: 40px auto 0;
  padding: 0;
}
main div#blog ul li, main div#product ul li {
  max-width: 373px;
}
main div.top_o, main div.product_o, main div.recruit_o, main div.blue_o {
  background-image: linear-gradient(90deg, #103B90 50%, rgb(255, 255, 255) 50%); /* rgba(48, 113, 185, 1) */
}
@media screen and (max-width: 767px) {
  main div.top_o, main div.product_o, main div.recruit_o, main div.blue_o {
    background: #fff;
  }
}
main div.blue_o {
  background-image: linear-gradient(90deg, #103B90 50%, rgb(255, 255, 255) 50%); /* #103B90 */
}
@media screen and (max-width: 767px) {
  main div.blue_o {
    background: #fff;
  }
}
main div.news_o, main div.service_o, main div.blog_o, main div.white_o {
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(41, 113, 185, 0.1) 50%);
}
@media screen and (max-width: 767px) {
  main div.news_o, main div.service_o, main div.blog_o, main div.white_o {
    background: rgba(41, 113, 185, 0.1);
  }
}
@media screen and (max-width: 767px) {
  main div#top, main div#news, main div#service, main div#product, main div#recruit, main div#blog, main div.staff {
    background: none;
    height: auto;
    padding-bottom: 30px;
  }
  main div#top h2, main div#top h3, main div#top h4, main div#top h5, main div#news h2, main div#news h3, main div#news h4, main div#news h5, main div#service h2, main div#service h3, main div#service h4, main div#service h5, main div#product h2, main div#product h3, main div#product h4, main div#product h5, main div#recruit h2, main div#recruit h3, main div#recruit h4, main div#recruit h5, main div#blog h2, main div#blog h3, main div#blog h4, main div#blog h5, main div.staff h2, main div.staff h3, main div.staff h4, main div.staff h5 {
    font-size: 20px;
    padding: 24px 0 0;
    margin: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  main div#blog {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  main div#top h2 {
    padding: 50px 0 10px;
  }
  main div#top h5 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 32px;
  }
}
main div div.viewmore {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main div div.viewmore {
    margin: 24px auto 0;
    padding-bottom: 24px;
  }
}
main div div.viewmore a {
  width: 159.5px;
  text-align: center;
  margin: auto;
  padding: 1.5px 2px;
  letter-spacing: 2.5px;
  transform: scale(0.9, 1);
  background: #fff;
  border: solid 1px #3071b9;
}
main div div.viewmore a:hover {
  text-decoration: none;
  background: #3071b9;
  color: #fff;
}
main div#top.sMap {
  height: auto;
}
main div#top.sMap h3 {
  padding-bottom: 40px;
}
main div#top.sMap .contBlock {
  max-width: 820px;
  margin: 0 auto 0 320px;
}
@media screen and (max-width: 767px) {
  main div#top.sMap .contBlock {
    flex-wrap: wrap;
    margin: auto;
  }
}
main div#top.sMap .contBlock div {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  main div#top.sMap .contBlock div {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  main div#top.sMap .contBlock div:first-child {
    padding-bottom: 0;
  }
}
main div#top.sMap .contBlock ul li {
  margin: 0 auto 20px;
}
main div#top.sMap .contBlock ul li::before {
  content: "・";
  color: #808080;
  margin-right: 4px;
}
main div#top.sMap .contBlock ul li ul li {
  margin: 4px 0 0 0;
}
main div#top.sMap .contBlock ul li ul li::before {
  content: "＞";
  color: #808080;
  margin-right: 4px;
}
main div#top.sMap .contBlock ul li ul li:first-child {
  margin: 4px 0 0 0;
}
main div#top p.side_ttl, main div#news p.side_ttl, main div#service p.side_ttl, main div#product p.side_ttl, main div#recruit p.side_ttl, main div#blog p.side_ttl, main div.staff p.side_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin: auto;
  transform: rotate(-90deg);
  font-family: "Ubuntu", sans-serif;
}
main div#top p.side_ttl.blue, main div#news p.side_ttl.blue, main div#service p.side_ttl.blue, main div#product p.side_ttl.blue, main div#recruit p.side_ttl.blue, main div#blog p.side_ttl.blue, main div.staff p.side_ttl.blue {
  color: #103B90; /* #3071b9; */ /* #103B90; */
}/*# sourceMappingURL=index.css.map */