/* service_web.scss
--------------------------------------------------------------------------------------- */
/* about.scss
--------------------------------------------------------------------------------------- */
#facility .main_v_2nd {
	background: url(../img/main_v.jpg) no-repeat center center;
}



.main_v_2nd .title_area {
  position: absolute;
  top: 55%;
  left: 80px;
  color: #02126d;
  letter-spacing: 0.08em;
}

.main_v_2nd .en_title {
  /* font-family: "Work Sans", sans-serif; */
  font-weight: 700;
  font-size: 60px;
  color: #02126d;
  position: relative;
/*     background:rgb(255 255 255 / 0.3); */
  text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff
}

.main_v_2nd .jp_title {
  font-size: 30px;
  position: relative;
/*   background:rgb(255 255 255 / 0.3); */
   text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff

}

@media screen and (max-width: 768px) {

 .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
}








/* @import "mixin", "base"; */

/* service_web.scss
--------------------------------------------------------------------------------------- */

.web_line_up .service_left {
  /* float: left; */
  width: 100%;
  /* max-width: 350px; */
  /* border-top: 7px solid #000; */
  padding-top: 30px;
  /* font-family: "Work Sans", sans-serif; */
  color: #02126d;
}

.web_line_up .service_right {
  /* float: right; */
  width: 100%;
  font-weight: 800;
  border-top: 4px solid #000;
  padding-top: 50px;
}

.web_line_up .service_left .no {
    display: inline;
    font-size: 30px;
    margin-right: 10px;
    font-weight: 600;
}


.web_line_up {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
  margin: 0 auto;
  background: #fff;
  padding: 2%;
}


@media screen and (min-width:990px){




#web_nav {
  width: 100%;
  padding: 20px 0 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
}

#web_nav ul::after {
  content: "";
  display: block;
  clear: both;
}

#web_nav ul li {
  float: left;
  width: 16.5%;
  text-align: center;
}

#web_nav ul li:first-child a {
  border-left: none;
}

#web_nav ul li a {
  width: 100%;
  display: inline-block;
  padding: 0px 30px;
  box-sizing: border-box;
  border-left: 2px solid #000;
}

#web_nav ul li a span {
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 35px;
}

#web_nav ul li #web_link1 span {
  background-image: url("../img/service/web_nav1.png");
}

#web_nav ul li #web_link2 span {
  background-image: url("../img/service/web_nav2.png");
}

#web_nav ul li #web_link3 span {
  background-image: url("../img/service/web_nav3.png");
}

#web_nav ul li #web_link4 span {
  background-image: url("../img/service/web_nav4.png");
}

#web_nav ul li #web_link5 span {
  background-image: url("../img/service/web_nav5.png");
}

#web_nav ul li #web_link6 span {
  background-image: url("../img/service/web_nav6.png");
}

.web_line_up {
  width: 100%;
  /* max-width: 1200px; */
  /* padding-right: 4%; */
  /* padding-left: 4%; */
  box-sizing: border-box;
  /* margin-right: auto; */
  /* margin-left: auto; */
  margin-top: 80px;
  margin: 0 auto;
  background: #fff;
  padding: 2%;
}

.web_line_up .service_one {
  /* margin-bottom: 40px; */
  padding-top: 50px;
}

.service_one{width:100%;max-width:1200px;margin:0 auto}



.web_line_up .service_one::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up .service_left {
  float: left;
  width: 30%;
  max-width: 350px;
  border-top: 4px solid #000;
  padding-top: 30px;
  /* font-family: "Work Sans", sans-serif; */
}

.web_line_up .service_left .no {
  font-size: 40px;
  color: #02126d;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.web_line_up .service_left .m {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #02126d;
}

.web_line_up .service_left span {
  display: block;
  font-size: 16px;
  /* font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", YuGothic, "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic"; */
  padding-top: 20px;
}

.web_line_up .service_right {
  float: right;
  width: 68%;
  font-weight: 800;
  border-top: 4px solid #000;
  padding-top: 50px;
}

.web_line_up .read1 {
  font-size: 26px;
  color: #0D366E;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}

.web_line_up #sec1 .wrap {
  margin-bottom: 70px;
}

.web_line_up #sec1 .wrap::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up #sec1 .read2 {
  float: left;
  width: 55%;
  line-height: 2;
  font-size: 18px;
}

.web_line_up #sec1 .lineup_img {
  float: right;
  width: 40%;
}

.web_line_up #sec1 .wrap2 {
  width: 100%;
  background: #0D366E;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
}

.web_line_up #sec1 .wrap2::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up #sec1 .wrap2 .point4 {
  width: 50%;
  float: left;
  padding: 0px 0px 0px 90px;
  box-sizing: border-box;
  background-image: url("../img/service/sec1_icon1.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.web_line_up #sec1 .wrap2 #point4_1 {
  background-image: url("../img/service/sec1_icon1.png");
  margin-bottom: 50px;
  padding-right: 50px;
}

.web_line_up #sec1 .wrap2 #point4_2 {
  background-image: url("../img/service/sec1_icon2.png");
  margin-bottom: 50px;
}

.web_line_up #sec1 .wrap2 #point4_3 {
  background-image: url("../img/service/sec1_icon3.png");
  padding-right: 50px;
}

.web_line_up #sec1 .wrap2 #point4_4 {
  background-image: url("../img/service/sec1_icon4.png");
}

.web_line_up #sec1 .wrap2 .m {
  font-size: 17px;
  margin-bottom: 20px;
}

.web_line_up #sec1 .wrap2 .lead4 {
  font-size: 13px;
  line-height: 1.8;
}

.web_line_up #sec2 .wrap::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up #sec2 .block_l {
  float: left;
  width: 31%;
  max-width: 280px;
}

.web_line_up #sec2 .m3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.web_line_up #sec2 .list li {
  background: url("../img/service/sec2_list_icon.png") no-repeat left center;
  padding-left: 25px;
  margin-bottom: 10px;
}

.web_line_up #sec2 .block_r {
  float: right;
  width: 66%;
  max-width: 764px;
}

.web_line_up #sec2 .m3_2 {
  background: #000;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.web_line_up #sec2 .cms_list {
  width: 100%;
}

.web_line_up #sec2 .cms_list::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up #sec2 .cms_list li {
  float: left;
  width: 24%;
  height: 74px;
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
  margin-left: 1%;
  padding: 0px 10px;
}

.web_line_up #sec2 .cms_list li:first-child {
  margin-left: 0;
  width: 25%;
}

.web_line_up #sec2 .cms_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.web_line_up #sec2 .cms_list li img {
  vertical-align: middle;
  position: relative;
  top: 50%;
  /* Safariç”¨ */
  transform: translateY(-50%);
}

.web_line_up #sec4 {
  margin-bottom: 90px;
}

.web_line_up #sec4 .wrap::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up #sec4 .other_one {
  float: left;
  border: 2px solid #000;
  width: 48%;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.web_line_up #sec4 .other_one:nth-child(even) {
  float: right;
}

.web_line_up #sec4 .other_one .inner {
  padding-left: 80px;
  background: url("../img/service/other1.png") no-repeat left center;
}

.web_line_up #sec4 .other_one .m3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.web_line_up #sec4 #other2 .inner {
  background: url("../img/service/other2.png") no-repeat left center;
}

.web_line_up #sec4 #other3 .inner {
  background: url("../img/service/other3.png") no-repeat left center;
}

.web_line_up #sec5 {
  border-top: 4px solid #000;
  padding-top: 50px;
}

.web_line_up #sec5 .m {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.web_line_up #sec5 span {
  display: block;
  font-size: 16px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", YuGothic, "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic";
  padding-top: 20px;
}

.web_line_up #sec5 .lead6 {
  text-align: center;
  margin-bottom: 50px;
}

.web_line_up #sec5 .m3 {
  background: #000;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.web_line_up #sec5 .wrap {
  width: 100%;
  border: 1px solid #000;
  padding: 50px 30px 50px;
  box-sizing: border-box;
}

.web_line_up #sec5 .wrap::after {
  content: "";
  display: block;
  clear: both;
}

.web_line_up #sec5 .partner_list li {
  float: left;
  border-left: 1px solid #000;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0px 30px;
}

.web_line_up #sec5 .partner_list li:first-child {
  border-left: none;
}

.web_line_up #sec5 .partner_list .m4 {
  font-size: 18px;
  margin-bottom: 15px;
}







}


/* 

 .web_line_up .service_one {
    margin-bottom: 40px;
  }
  .web_line_up .service_left .no {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
  }
  .web_line_up .service_left .m {
    font-size: 25px;
    display: inline-block;
  }
  .web_line_up .service_left span {
    display: none;
  }
  .web_line_up .read1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .web_line_up #sec1 .read2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    padding: 0px 0px 0px 60px;
    background-size: 40px auto;
  }
  .web_line_up #sec2 .block_l {
    width: 100% !important;
    float: none;
    margin-bottom: 40px;
  }
  .web_line_up #sec2 .list li {
    font-size: 14px;
  }
  .web_line_up #sec2 .block_r {
    width: 100% !important;
    float: none;
  }
  .web_line_up #sec4 {
    margin-bottom: 60px;
  }
  .web_line_up #sec4 .other_one {
    float: none !important;
    width: 100%;
    padding: 4%;
  }
  .web_line_up #sec4 .other_one:last-of-type {
    margin-bottom: 0px !important;
  }
  .web_line_up #sec4 .other_one .inner {
    padding-left: 50px;
    background-size: 30px auto !important;
  }
  .web_line_up #sec5 .m {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .web_line_up #sec5 .lead6 {
    margin-bottom: 20px;
  }
  .web_line_up #sec5 .wrap {
    padding: 30px 3% 30px;
  }
  .web_line_up #sec5 .partner_list li {
    width: 100%;
    float: none;
    border-left: none !important;
    padding: 0 0;
    margin-bottom: 40px;
  }
  .web_line_up #sec5 .partner_list li:last-of-type {
    margin-bottom: 0;
  } */