@charset "UTF-8";
/* CSS Document */

/*.header-global{
  box-sizing: border-box;
  height: auto;
}*/

main{
  padding-top: 0 !important;
}


.main{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;
	font-size:100%;
	color:#000;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin:0;
	padding:0;
}

h1,h2,h3,h4{
	font-weight:normal;
}

img{
	vertical-align: top;
}

a img{
	border:none;
	outline:none;
}


ul,ol {
	list-style:none;
}

.clear{
	clear:both;
}

.clearFix {
    overflow: hidden;
}
.clearFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
* html .clearFix {
    height: 1em;
    overflow: visible;
}

.fl{
	float:left;
}
.fr{
	float:right;
}


/*a{
	text-decoration:none;
	transition:0.3s linear;
}

a:hover{
	text-decoration:none;
	transition:0.3s;
	opacity:0.7;
}

a:focus {
  outline: none;
}*/

a.btn{
  width: 235px;
  height: 38px;
  font-size: 17px;
  line-height: 38px;
  color: #000;
  text-align: center;
  background: #FFF;
  border: 1px solid #000;
  display: block;
}

a.btn span{
  padding-left: 20px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_btn_bl.gif") left center no-repeat;
}

a.btn.bl{
  width: 250px;
  color: #FFF;
  text-align: center;
  background: #1d1d1d;
  border: none;
}

a.btn.bl span{
  padding-left: 20px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_btn_w.gif") left center no-repeat;
}

a.btn_mail{
  width: 325px;
  height: 57px;
  font-size: 18px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #444;
  border: 1px solid #000;
  display: block;
  margin: 0 auto;
}

a.btn_mail span{
  padding-left: 50px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_mail.gif") left center no-repeat;
  display: inline-block;
}

.flex{
  display: flex;
}

.inner{
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.bx-viewport{
  overflow: visible !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important; 
}

/*.nav_box {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,1);
	position:fixed;
	top:70px;
	left:0;
	z-index:100;
	overflow:auto;
	display:none;
	opacity:0;
	margin:0;
	padding:0;
}

.nav_box nav{
	width:800px;
	margin:80px auto 90px;
	text-align:left;
	box-sizing:border-box;
}

.nav_box nav li{
	color:#00a0e9;
	display:block;
	border-bottom:1px solid #b1b1b1;
}
		
.nav_box nav li a{
	height:35px;
	font-size:20px;
	line-height:38px;
	color:#fff;
	padding:20px;
	display:block;
  background:url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_nav.png") right center no-repeat;
	background-size: 10px auto;
}

.btn_m{
	width: 40px;
	height: 70px;
	position:absolute;
	top:0;
	right:0;
	z-index:9999;
	opacity:1;
	cursor:pointer;
	display:block;
}
		
.menu {
	width: 40px;
	height: 70px;
	display: block;
	z-index:99999;
	cursor:pointer;
}
	
.menu span {
	width: 33px;
	height: 2px;
	display: block;
	background: #b1b1b1;
	position: absolute;
  right: 0;
	top: 50%;
	margin-left:0;
	cursor:pointer;
  -webkit-transition: all 0.3s;
		  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
		  transform: rotate(0deg);
}

.menu span:not(:target) {
	display: block;
}

.menu .top {
  -webkit-transform: translateY(-10px);
	  -ms-transform: translateY(-10px);
		  transform: translateY(-10px);
}

.menu .bottom {
  -webkit-transform: translateY(10px);
	  -ms-transform: translateY(10px);
		  transform: translateY(10px);
}
	
.menu.is-open .middle {
  background: rgba(255, 255, 255, 0);
  display:none;
}

.menu.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
	  -ms-transform: rotate(-45deg) translateY(0px);
		  transform: rotate(-45deg) translateY(0px);
}

.menu.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
	  -ms-transform: rotate(45deg) translateY(0px);
		  transform: rotate(45deg) translateY(0px);
}

header{
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background: #1d1d1d;
  z-index: 999999;
}

header h1{
  height: 70px;
  font-size: 16px;
  line-height: 72px;
  vertical-align: middle;
  color: #FFF;
}

header h1 img{
  vertical-align: middle;
  padding-right: 35px;
}

.pan{
  padding: 5px 0;
  background: #FFF;
}

.pan li{
  font-size: 12px;
  line-height: 1;
  display: inline;
}

.pan li a{
  color: #328df6;
}

.pan li + li::before{
  content: ">";
  padding: 0 3px;
}*/

.slider_box ul.slider{
  width: 100%;
  height: 390px;
  background: #1d1d1d;
}

.slider_box ul.slider > li{
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/mv01.jpg") center no-repeat;
  background-size: cover;
}

.slider_box ul.slider > li .inner{
  height: 390px;
}

.slider_box ul.slider li .inner > div{
  position: absolute;
  top:119px;
  left: 60px;
  display: inline-block;
}

.slider_box ul.slider li .inner > div a.btn{
  margin: 40px auto;
}

.slider_box ul.slider > li:nth-child(3){
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/mv02.jpg") center no-repeat;
  background-size: cover;
}

.slider_box ul.slider > li:nth-child(3) .inner > div{
  position: absolute;
  top: 105px;
  right: 75px;
  left: auto;
}

.slider_box ul.slider > li:nth-child(1){
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/mv03.jpg") center no-repeat;
  background-size: cover;
}

.slider_box ul.slider > li:nth-child(1) .inner > div{
  position: absolute;
  top:140px;
  left: 0;
}

.slider_box ul.slider > li:nth-child(1) .inner > ul{
  font-size: 11px;
  line-height: 1.3;
  color: #FFF;
  text-indent: -1em;
  padding-left: 1em;
  position: absolute;
  bottom : 10px;
  left: 0;
}

.news{
  background: #1d1d1d;
  padding: 15px 0;
}

.news ul{
  background: #FFF;
  padding: 13px 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.news ul li{
  font-size: 16px;
  line-height: 1.4;
  padding-left: 190px;
  text-align: left;
}

.news ul li + li{
  margin-top: 4px;
}

.news ul li a{
  color: #000;
}

.news ul li span{
  width: 190px;
  padding-left: 25px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_btn_bl.gif") left center no-repeat;
  box-sizing: border-box;
  display: inline-block;
  margin-left: -190px;
}

.support{
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/support_bk.jpg") center top no-repeat;
  background-size: cover;
	padding-bottom: 40px;
}

.support.bk2{
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/ng_bk.jpg") center bottom no-repeat #add2e6;
	background-size: 100% auto;;
}

.support .inner{
  padding-top: 65px;
}

.support .inner h2{
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
   padding-bottom: 30px;
  margin-bottom: 25px;
}

.support .inner h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.support .inner > p{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}


.support .inner h2 span{
  padding-left: 10px;
  border-left: 6px solid #ff7200;
	display: inline-block;
}

.support .inner h2 + h2{
  font-size: 28px;
  line-height: 1;
	font-weight: normal;
  margin-bottom: 30px;
	text-align: left;
}

.support .inner h3{
  font-size: 18px;
  line-height: 1.5;
	font-weight: normal;
  margin-bottom: 30px;
	text-align: left;
}

.support .inner > div{
  display: flex;
}

.support .inner  ol li {
	 width: 320px;
}

.support .inner  ol li h3{
  width: 320px;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  padding: 10px 15px;
  background: #495762;
  box-sizing: border-box;
	margin-bottom: 0;
}

.support .inner  ol li p{
  font-size: 15px;
  line-height: 1.5;
	margin-top: 5px
}

.support .inner  ol li h3.ch{
  display: flex;
}
.support .inner  ol li h3.ch span{
  display: inline-block;
  transform: scale(0.85, 1);
  transform-origin: top left;
  white-space: nowrap;
}

.support .inner  ol li + li{
  margin-top: 15px;
}

.support .inner  ol + ol{
  margin-left: 10px;
}

.support .inner .btn{
  position: absolute;
  bottom: 0;
  right: 0;
}

.menu_box{
  padding: 90px 0 80px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/menu_bk.jpg") center no-repeat;
  background-size: cover;
}

.menu_box .inner a{
  display: table;
  width: 100%;
	color: #FFF;
}

.menu_box .inner a.la.mb{
  margin-bottom: 30px;
}

.menu_box .inner a.la div + div{
  width: 368px;
}

.menu_box .inner a  p{
  font-size: 14px;
  margin-top: 20px;
}

.menu_box .inner a.md{
 width: 540px;
  margin-top: 30px;
}

.menu_box .inner a.md div{
  width: 50%;
}

.menu_box .inner a > div{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #1d1d1d;
}

.menu_box .inner a > div h3{
  font-size: 21px;
  line-height: 1.2;
  color: #FFF;
}

.menu_box .inner a > div h3 span{
  font-size: 14px;
  display: block;
}

.menu_box .inner div.flex{
  margin-bottom: 30px;
}

.menu_box .inner div.flex a{
  width: 540px;
}

.menu_box .inner div.flex > a + a{
  margin-left: 20px;
}

.menu_box .inner div.flex a div{
  width: 50%;
}

.qa_box{
  padding-bottom: 50px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/menu_bk.jpg") center no-repeat;
  background-size: cover;
}

.qa_box h2{
  height: 175px;
  font-size: 28px;
  line-height: 178px;
  text-align: center;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/qa_title_bk.jpg") center no-repeat;
  background-size: cover;
}
.qa_box ul{
  margin-top: 60px;
}
.qa_box li{
  width: 480px;
  height: auto;
  font-size: 18px;
  line-height: 1.5;
  padding: 25px 30px 25px 70px;
  box-sizing: border-box;
  float: left;
  clear: both;
  position: relative;
  margin-left: 28px;
  background: #FFF;
  border-radius: 10px;
}

.qa_box li:nth-child(even){
  color: #FFF;
  float: right;
  margin-top: -30px;
  margin-left: 0;
  margin-right: 28px;
  background: #000;
}

.qa_box li::before{
  content: "";
  width: 43px;
  height: 37px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/q.gif") center top no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -18px;
}

.qa_box li::after{
  content: "";
  width: 28px;
  height: 16px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/f_w.png") center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 20px;
  left: -28px;
}

.qa_box li:nth-child(even)::before{
  content: "";
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/a.gif") center top no-repeat;
}

.qa_box li:nth-child(even)::after{
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/f_b.png") center top no-repeat;
  background-size: 100% 100%;
  left: auto;
  right: -28px;
}


.qa_box li a{
  font-size: 16px;
  line-height: 1.3;
  color: #FFF;
  margin-top: 20px;
  margin-left: 2em;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.qa_box li a::before{
  font-family:'FontAwesome';
  content: "\f054";
  color: #ff7200;
}


.qa_box .inner > div{
  text-align: right;
  margin-top: 70px;
}

.qa_box .inner > div a{
  height: 40px;
  font-size: 16px;
  line-height: 43px;
  color: #FFF;
  background: #000;
  padding: 0 20px;
  display: inline-block;
}

.qa_box .inner > div a::before{
  font-family:'FontAwesome';
  content: "\f054";
  padding-right: 0.3em;
}


.p_nav{
  padding: 60px 0 45px;
  text-align: center;
}

.p_nav li{
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.p_nav li + li{
  border-left: 1px solid #6b6b6b;
}

.p_nav li a{
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 0 20px;
}

/*footer{
  background: #444;
  border-top: 1px solid #FFF;
  padding-top: 55px;
}

footer .inner{
  display: flex;
}

footer .inner > div{
  width: 240px;
}

footer .inner > div dt,
footer .inner > div > a{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

footer .inner > div ul{
  margin-bottom: 20px;
}

footer .inner > div li{
  font-size: 12px;
  line-height: 1;
  padding-left: 8px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_nav.png") left center no-repeat;
  background-size: auto 6px;
}

footer .inner > div li + li{
  margin-top: 15px;
}

footer > p{
  text-align: center;
  color: #FFF;
  border-top: 1px solid #8e8e8e;
  padding: 25px 0;
  margin-top: 35px;
}

footer > p small{
  font-size: 13px;
  line-height: 1;
}

footer .inner a{
  color: #FFF;
}*/

.sp{
  display: none;
}

.pc{
  display: block;
}


.se_box{
  background: #f4f4f4;
  padding: 70px 0;
}

.se_box .inner > h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.se_box .inner > h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.se_box ul{
  display: flex;
}

.se_box ul li{
  width: 351px;
  min-height: 405px;
  background: #FFF;
  position: relative;
}

.se_box ul li + li{
  margin-left: 23px;
}

.se_box ul li div{
  padding: 20px;
}

.se_box ul li div h3{
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.se_box ul li div p{
  font-size: 16px;
  line-height: 1.5;
}

.se_box ul li div a{
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.se_box ul li div a::before{
  font-family:'FontAwesome';
  content: "\f054";
  color: #043d95;
  padding-right: 0.3em;
}


.btn_og{
  margin-top: 55px; 
}

.btn_og a{
  width: 615px !important;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #ff7200;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
}

.su_box{
  background: #FFF;
  padding: 70px 0 90px;
}

.su_box h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.su_box h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.su_box h3{
  font-size: 21px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.su_box ul{
  display: flex;
}

.su_box ul li{
  width: 341px;
  min-height: 485px;
  text-align: center;
  background: #FFF;
  position: relative;
}

.su_box ul li + li{
  margin-left: 40px;
}

.su_box ul li p{
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 35px;
}

.point{
  background: #f4f4f4;
  padding: 50px 0;
}

.point .inner >h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.point .inner > h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point .inner > h3{
  font-size: 21px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.point .inner > a{
  color: #000;
  background: #FFF;
  display: flex;
  margin-bottom: 25px;
}

.point .inner > a div{
  padding: 25px;
}

.point .inner > a div h2{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.point .inner > a div h2::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 80%;
  padding-right: 0.3em;
}

.point .inner > a div p.cate{
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  background: #3ecc77;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 8px;
}

.point .inner > a div p{
  font-size: 16px;
  line-height: 1.6;
}

.point .inner > ul{
  display: flex;
}

.point .inner > ul li{
  width: 258px;
  position: relative;
}

.point .inner > ul li + li{
  margin-left: 24px;
}

.point .inner > ul li a,
.point .inner > ul li a span{
  display: block;
  background: #FFF;
}

.point .inner > ul li a{
  color: #000;
  min-height: 250px;
}

.point .inner > ul li a p.cate{
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  background: #3ecc77;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.point .inner > ul li a span{
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 13px;
}

.point .inner > ul li a span::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 80%;
  padding-right: 0.3em;
}

.point .inner > p{
  margin-top: 55px;
  text-align: right;
}

.point .inner > p a{
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  padding: 10px 15px;
  background: #1d1d1d;
  display: inline-block;
}

.point .inner > p a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 80%;
  padding-right: 0.3em;
}

.point_link{
   padding: 70px 0 100px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/point_link_bk.jpg") center no-repeat;
  background-size: cover;
}

.point_link .inner > h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.point_link .inner > h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point_link .inner ul{
  margin-left: -15px;
}

.point_link .inner li{
  display: inline-block;
  width: 105px;
  height: 105px;
  margin-left: 15px;
  margin-bottom: 30px;
  vertical-align: top;
}

.point_link .inner li a{
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #4e4e4e;
  display: block;
  background: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  position: relative;
}

.point_link .inner li a::after{
  font-family:'FontAwesome';
  content: "\f138";
  font-size: 22px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%)
}

.point_link .inner li a span{
  width: 100%;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-70%)
}

.case{
  background: #f4f4f4;
  padding: 80px 0;
}

.case .inner >h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.case .inner > h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.case .inner > p{
  margin-top: 55px;
  text-align: right;
}

.case .inner > p a{
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  padding: 10px 15px;
  background: #1d1d1d;
  display: inline-block;
}

.case .inner > p a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 80%;
  padding-right: 0.3em;
}

.case ul{
  display: flex;
}

.case ul li{
  width: 351px;
  position: relative;
}

.case ul li.new::before{
  content: "";
  width: 57px;
  height: 46px;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/new.png") left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 3;
}

.case ul li + li{
  margin-left: 23px;
}

.case ul li a{
  width: 100%;
  min-height: 305px;
  display: block;
  color: #000;
  background: #FFF;
}

.case ul li a div{
  padding: 15px 20px;
}

.case ul li a div h3{
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
.case ul li a div h3::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 80%;
  padding-right: 0.3em;
}

.case ul li a div p{
  font-size: 16px;
  line-height: 1.3;
}


.ogs{
  padding: 80px 0;
}

.ogs .inner >h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
}

.ogs .inner > h2::before{
  content: "";
  width: 100px;
  height: 4px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ogs .inner > div{
  margin-bottom: 70px;
}
.ogs .inner > div div{
  width: 700px;
  display: inline-block;
}

.ogs .inner > div p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.ogs .inner > div ul{
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.ogs .inner > div img{
  margin-left: 35px;
}

.ogs ol {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	counter-reset: number;
	padding: 0 0 80px;
}

.ogs ol li {
	position: relative;
	counter-increment: number;
	margin: 0 10px;
}

.ogs ol li a {
	position: relative;
	display: block;
	box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.05);
	padding: 85px 0 0;
  width: 135px;
  height: 170px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
  color: #000;
}

.ogs ol li a span{
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-35%)
}

.ogs ol li a::before {
	content: counter(number, decimal-leading-zero);
	position: absolute;
	top: -13px;
	left: 28px;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #2dcc70;
  background: url("/jp/~/Media/Images/company/phcmnc/service2/top/ogs_txt.png") 21px 17px / 32px auto no-repeat;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 100px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: normal;
	font-size: 28px;
}

.ogs ol li a::after {
  font-family:'FontAwesome';
	content: "\f138";
  color: #2dcc70;
  font-size: 110%;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	display: block;
  transform: translate(-50%,50%)
}


.ogs .inner > p{
  text-align: center;
}

.ogs .inner > p a{
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  padding: 13px 110px;
  background: #ff7200;
  border-radius: 30px;
}

/*.footer-global{
  padding-top: 0;
  border: none;
}

.info-footer{
  background: #f8f8fa;
}*/


.align-center{
  text-align: center;
} 

.mt10{
  margin-top: 10px;
}


@media screen and (max-width: 980px) {
  
  main{
    padding: 0 !important;
  }
  
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
  
  a:hover{
    opacity:1;
  }

  img {
    width: 100%;
    height: auto;
  }
  
  a.btn{
    width: 70%;
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
  }

  a.btn span{
    padding-left: 3vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_btn_bl.gif") left center no-repeat;
    background-size: 2vw auto;
  }

  a.btn.bl{
    width: 70%;
  }

  a.btn.bl span{
    padding-left: 3vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_btn_w.gif") left center no-repeat;
    background-size: 2vw auto;
  }
  
  a.btn_mail{
    width: 80%;
    height: 13vw;
    font-size: 4vw;
    line-height: 13vw;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: #444;
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
  }

  a.btn_mail span{
    padding-left: 8vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_mail.gif") left center no-repeat;
    background-size: 5vw auto;
  }


  .flex{
    display: block;
  }

  .inner{
    width: 100%;
    padding: 0 3vw;
    box-sizing: border-box;
  }

  /*.nav_box {
    position:fixed;
    top:13vw;
    left:0;
  }

  .nav_box nav{
    width:100%;
    margin:8vw auto 16vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .nav_box nav li{
    color:#00a0e9;
    display:block;
    border-bottom:1px solid #b1b1b1;
  }

  .nav_box nav li a{
    height:13vw;
    font-size:4vw;
    line-height:13vw;
    padding:0;
    background:url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_nav.png") right center no-repeat;
    background-size: 2vw auto;
  }

  .btn_m{
    width: 20%;
    height: 13vw;
  }

  .menu {
    width:  20%;
    height: 13vw;
  }

  .menu span {
    width: 6vw;
    height: 2px;
    display: block;
    background: #b1b1b1;
    position: absolute;
    right: 3vw;
    top: 50%;
  }

  header{
    height: 13vw;
  }

  header h1{
    height: 13vw;
    font-size: 3vw;
    line-height: 13vw;
    vertical-align: middle;
    color: #FFF;
  }

  header h1 img{
    width: 20%;
    vertical-align: middle;
    padding-right: 3vw;
  }
  
  .pan{
    padding: 1vw 0;
  }

  .pan li{
    font-size: 2vw;
    line-height: 1;
  }

  .pan li + li::before{
    content: ">";
    padding: 0 3px;
  }*/

  .slider_box ul.slider{
    width: 100%;
    height: 110vw;
    background: #1d1d1d;
  }

  .slider_box ul.slider > li{
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/sp_mv01.jpg") center no-repeat;
    background-size: cover;
  }

  .slider_box ul.slider > li .inner{
    height: 110vw;
  }

  .slider_box ul.slider li:nth-child(2) .inner > div{
    width: 70%;
    height: 30%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 3vw;
    right: 0;
    margin: auto;
  }

  .slider_box ul.slider li .inner > div a.btn{
    margin: 4vw auto;
  }

  .slider_box ul.slider > li:nth-child(3){
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/sp_mv02.jpg") center no-repeat;
    background-size: cover;
  }

  .slider_box ul.slider > li:nth-child(3) .inner > div{
    width: 70%;
    height: 30%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 5vw;
    right: 0;
    margin: auto;
  }

  .slider_box ul.slider > li:nth-child(1){
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/sp_mv03.jpg") center no-repeat;
    background-size: cover;
  }

  .slider_box ul.slider > li:nth-child(1) .inner > div{
    width: 90%;
    height: 30%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 3vw;
    right: 0;
    margin: auto;
  }

  .slider_box ul.slider > li:nth-child(1) .inner > ul{
    font-size: 2vw;
    line-height: 1.2;
    color: #FFF;
    position: absolute;
    bottom : 0;
    left: 1vw;
    padding: 0 3vw;
    box-sizing: border-box;
  }

  .news{
    padding: 3vw 0;
  }

  .news ul{
    padding: 2vw 3vw;
  }

  .news ul li{
    font-size: 3.5vw;
    line-height: 1.5;
    padding-left: 0;
  }

  .news ul li + li{
    margin-top: 1.5vw;
    padding-top: 1.5vw;
  }

  .news ul li a{
    color: #000;
  }

  .news ul li span{
    width: auto;
    padding-left: 3vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/icon_btn_bl.gif") left center no-repeat;
    background-size: 1.5vw auto;
    box-sizing: border-box;
    display: block;
    margin-left: 0;
    margin-bottom: 1vw;
  }

  .support{
    height: auto;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/support_bk.jpg") left top no-repeat;
    background-size: cover;
		padding-bottom: 0;
  }
	
  .support.bk2{
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/support_bk2.jpg") left top no-repeat;
    background-size: cover;
  }

  .support .inner{
    padding: 10vw 3vw 15vw;
  }

  .support .inner h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  
   .support .inner h2::before{
    width: 13vw;
  }
  
  .support .inner > p{
    font-size: 3.3vw;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 8vw;
  }

  .support .inner h2 + h2{
    font-size: 5vw;
		line-height: 1;
    margin-bottom: 4vw;
  }

  .support .inner h3{
    font-size: 4vw;
		line-height: 1.4;
		margin-bottom: 5vw;
  }	

  .support .inner > div{
    display: block;
  }
	
  .support .inner  ol li {
     width: 100%;
  }

  .support .inner  ol li h3{
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    padding: 2vw 3vw;
  }

  .support .inner  ol li p{
    font-size: 3.3vw;
    line-height: 1.5;
    margin-top: 1vw
  }
	
  .support .inner  ol li h3.ch span{
    display: inline;
    transform: none; 
    white-space:normal;
  }

  .support .inner  ol li + li{
    margin-top: 2vw;
  }

  .support .inner  ol + ol{
    margin-left: 0;
    margin-top: 2vw;
  }

  .support .inner .btn{
    position: static;
    bottom:  auto;
    right: auto;
    margin: 10vw auto 0;
  }

  .menu_box{
    padding: 15vw 0;
  }

  .menu_box .inner a{
    display: table;
    width: 100%;
  }
  
  .menu_box .inner a.la.mb{
    margin-bottom: 5vw;
  }
  
  .menu_box .inner a.la div{
    width: 100%;
    display: block;
  }

  .menu_box .inner a.la div + div{
    width: 100%;
    padding: 3vw 0;
  }

  .menu_box .inner a p{
    font-size: 2.8vw;
    margin-top: 3vw;
  }

  .menu_box .inner a.md{
   width: 100%;
    margin-top: 5vw;
  }

  .menu_box .inner a.md div{
    width: 50%;
  }


  .menu_box .inner a > div h3{
    font-size: 3.8vw;
    line-height: 1.2;
    color: #FFF;
  }

  .menu_box .inner a > div h3 span{
    font-size: 2.5vw;
    display: block;
  }

  .menu_box .inner div.flex{
    margin-bottom: 5vw;
  }

  .menu_box .inner div.flex a{
    width: 100%;
  }

  .menu_box .inner div.flex > a + a{
    margin-left: 0;
    margin-top: 5vw;
  }

  .qa_box{
    padding-bottom: 15vw;
  }

  .qa_box h2{
    height: 25vw;
    font-size: 5vw;
    line-height: 26vw;
  }
  
  .qa_box ul{
    margin-top: 10vw;
  }
  .qa_box li{
    width: 95%;
    height: auto;
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 3vw 3vw 3vw 12vw;
    box-sizing: border-box;
    float: left;
    clear: both;
    position: relative;
    margin-left: 5%;
    background: #FFF;
    border-radius: 1vw;
  }

  .qa_box li:nth-child(even){
    color: #FFF;
    float: right;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: 0;
    margin-right: 5%;
    background: #000;
  }

  .qa_box li::before{
    content: "";
    width: 7vw;
    height: 7vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/q.gif") center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 2vw;
    margin-top: -3.5vw;
  }

  .qa_box li::after{
    content: "";
    width: 5%;
    height: 3vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/f_w.png") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 3vw;
    left: -5%;
  }

  .qa_box li:nth-child(even)::before{
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/a.gif") center top no-repeat;
    background-size: 100% auto;
  }

  .qa_box li:nth-child(even)::after{
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/f_b.png") center top no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: -5%;
  }
  
  .qa_box li a{
    font-size: 3.3vw;
    line-height: 1.4;
    color: #FFF;
    margin-top: 3vw;
    margin-left: 1em;
  }
  
  .qa_box .inner > div{
    text-align: right;
    margin-top: 10vw;
  }

  .qa_box .inner > div a{
    height: 8vw;
    font-size: 3.5vw;
    line-height: 8vw;
    color: #FFF;
    background: #000;
    padding: 0 5vw;
  }

  .p_nav{
    padding: 15vw 0 8vw;
  }

  .p_nav li{
    width: 49%;
    font-size: 3vw;
    line-height: 1;
    display: inline-block;
    margin-bottom: 3vw;
  }
  
  .p_nav li:nth-child(even){
    border-left: 1px solid #6b6b6b ;
  }

  .p_nav li + li{
    border-left: none;
  }

  .p_nav li a{
    font-size: 3vw;
    line-height: 1;
    color: #000;
    padding: 0;
    display: block;
  }

  /*footer{
    background: #444;
    border-top: 1px solid #FFF;
    padding-top: 55px;
  }

  footer .inner{
    display: block;
  }

  footer .inner > div{
    width: 50%;
    display: inline-block;
  }

  footer .inner > div dt,
  footer .inner > div > a{
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  footer .inner a{
    padding: 1vw 0 1vw 5vw;
    display: block;
  }
  
  footer .inner > div dd{
    display: none;
  }

  footer > p{
    text-align: center;
    color: #FFF;
    border-top: 1px solid #8e8e8e;
    padding: 25px 0;
    margin-top: 35px;
  }

  footer > p small{
    font-size: 2vw;
    line-height: 1;
  }*/
  
  
  .se_box{
    padding: 10vw 0;
  }

  .se_box .inner > h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }

  .se_box .inner > h2::before{
    width: 13vw;
  }

  .se_box ul{
    display: block;
  }

  .se_box ul li{
    width: 100%;
    min-height: inherit;
  }

  .se_box ul li + li{
    margin-left: 0;
    margin-top: 8vw;
  }

  .se_box ul li div{
    padding: 4vw;
  }

  .se_box ul li div h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }

  .se_box ul li div p{
    font-size: 3.3vw;
    line-height: 1.6;
  }

  .se_box ul li div a{
    font-size: 3vw;
    line-height: 1;
    position: static;
    bottom: auto;
    right: auto;
    display: block;
    padding-top: 5vw;
  }


  .btn_og{
    margin-top: 10vw; 
  }

  .btn_og a{
    width: 80% !important;
    height: auto;
    padding: 2vw 0;
    font-size: 4vw;
    line-height: 1.4;
    border-radius: 20vw;

  }

  .su_box{
    background: #FFF;
    padding: 10vw 0;
  }

  .su_box h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }

  .su_box h2::before{
    width: 13vw;
  }

  .su_box h3{
    font-size: 3.8vw;
    margin-bottom: 8vw;
  }

  .su_box ul{
    display: block;
  }

  .su_box ul li{
    width: 100%;
    min-height: inherit;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .su_box ul li + li{
    margin-left: 0;
    margin-top: 8vw;
  }

  .su_box ul li p{
    font-size: 3.3vw;
    margin-top: 5vw;
  }
  
  .su_box ul li img{
    width: 80%;
  }
  
  .point{
    padding: 15vw 0;
  }

  .point .inner >h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }

  .point .inner > h2::before{
    width: 15vw;
  }

  .point .inner > h3{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 8vw;
  }

  .point .inner > a{
    display: block;
    margin-bottom: 8vw;
  }

  .point .inner > a div{
    padding: 4vw;
  }

  .point .inner > a div h2{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  
  .point .inner > a div p.cate{
    font-size: 3vw;
    padding: 1vw 2vw;
    border-radius: 1vw;
    margin-bottom: 2vw;
  }

  .point .inner > a div p{
    font-size: 3.2vw;
    line-height: 1.4;
  }

  .point .inner > ul{
    display: block;
  }

  .point .inner > ul li{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5vw;
  }

  .point .inner > ul li + li{
    margin-left: 0
  }
  
  .point .inner > ul li:nth-child(even){
    margin-left: 4%;
  }
  
  .point .inner > ul li a,
  .point .inner > ul li a span{
    display: block;
    background: #FFF;
  }

  .point .inner > ul li a{
    color: #000;
    min-height: 60vw;
  }
  
  .point .inner > ul li a p.cate{
    font-size: 3vw;
    line-height: 1.2;
    padding: 1vw 2vw;
    border-radius: 1vw;
    margin: 3vw;
    margin-bottom: 0;
    position: static;
    top: auto;
    left: auto;
  }

  .point .inner > ul li a span{
    font-size: 3.2vw;
    line-height: 1.3;
    font-weight: bold;
    padding: 2vw 3vw 3vw;
  }

  .point .inner > ul li a span::before{
    font-family:'FontAwesome';
    content: "\f054";
    font-size: 80%;
    padding-right: 0.3em;
  }

  .point .inner > p{
    margin-top: 8vw;
    text-align: center;
  }

  .point .inner > p a{
    width: 90%;
    font-size: 3.8vw;
    padding: 2vw 0;
  }

  .point_link{
    padding: 15vw 0;
  }

  .point_link .inner > h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }

  .point_link .inner > h2::before{
    width: 15vw;
  }

  .point_link .inner ul{
    margin-left: 1px;
  }

  .point_link .inner li{
    display: inline-block;
    width: 25%;
    height: 23vw;
    margin-left: -1px;
    margin-bottom: 0;
    margin-top: -1px;
    border: 1px solid #bbb;
    box-sizing: border-box;
  }

  .point_link .inner li a{
    font-size: 3.5vw;
    line-height: 1.3;
    border-radius: 0;
    -webkit-box-shadow: 0px;
    -moz-box-shadow:  0px;
    box-shadow:  none;
  }
  
  .point_link .inner li a::after{
    font-size: 4vw;
    position: absolute;
    bottom: 1vw;
  }

  .point_link .inner li a span{
    transform: translate(-50%,-75%)
  }

  .case{
    padding: 15vw 0;
  }

  .case .inner > h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }

  .case .inner > h2::before{
    width: 15vw;
  }

  .case .inner > p{
    margin-top: 8vw;
    text-align: center;
  }

  .case .inner > p a{
    width: 90%;
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 2vw 0;
  }

  .case ul{
    display: block;
  }

  .case ul li{
    width: 100%;
    position: relative;
  }

  .case ul li.new::before{
    content: "";
    width: 12vw;
    height: 13vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/new.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -1vw;
    left: 2vw;
  }

  .case ul li + li{
    margin-left: 0;
    margin-top: 5vw;
  }

  .case ul li a{
    min-height: inherit;
    display: block;
  }

  .case ul li a div{
    padding: 3vw;
  }

  .case ul li a div h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 1vw;
  }

  .case ul li a div p{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .ogs{
    padding: 15vw 0;
  }

  .ogs .inner > h2{
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }

  .ogs .inner > h2::before{
    width: 15vw;
  }

  .ogs .inner > div{
    margin-bottom: 10vw;
  }
  .ogs .inner > div div{
    width: 100%;
    display: inline-block;
  }

  .ogs .inner > div p{
    font-size: 3.6vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }

  .ogs .inner > div ul{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  
  .ogs .inner > div ul li{
    text-indent: -1em;
    padding-left: 1em;
  }

  .ogs .inner > div img{
    margin-left: 0;
    margin-top: 5vw;
  }

  .ogs ol {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-reset: number;
    padding: 0 0 10vw;
  }

  .ogs ol li {
    width: 100%;
    position: relative;
    counter-increment: number;
    margin: 0;
    padding: 0 1vw;
    box-sizing: border-box;
  }
  
  .ogs ol li:last-child a {
    border-bottom: 1px solid #ebebeb;
  }

  .ogs ol li a {
    border-radius: 0;
    border: none;
    border-top: 1px solid #ebebeb;
    background: #fff;
    box-shadow: none;
    padding: 5vw 0 5vw 25vw;
    width: 100%;
    height: auto;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: bold;
    font-size: 4vw;
    color: #000;
  }

  .ogs ol li a span{
    width: 100%;
    height: auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0)
  }
  
  .ogs ol li a span br{
    display: none;
  }
  
  .ogs ol li a span.sp{
    display: inline;
  }

  .ogs ol li a::before {
    content: counter(number, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 2vw;
    border-radius: 0;
    border: none;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/top/ogs_txt.png") left center/ 10vw auto no-repeat;
    width: 30vw;
    height: 10vw;
    text-align: center;
    line-height: 10vw;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: normal;
    font-size: 5vw;
    transform: translateY(-50%)
  }

  .ogs ol li a::after {
    font-size: 130%;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 2vw;
    z-index: 1;
    display: block;
    transform: translate(0,-50%)
  }


  .ogs .inner > p{
    text-align: center;
  }

  .ogs .inner > p a{
    width: 80%;
    font-size: 4vw;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    padding: 2vw 0;
    background: #ff7200;
    border-radius: 20vw;
    display: inline-block;
  }

  /*.info-footer{
    padding: 4vw;
  }*/
  
  .mt10{
    margin-top: 2vw;
  }

}






