@charset "UTF-8";

section {
	padding-bottom: 0;
}
/* ページタイトル */
section article.page_title {
	background: url("../phes/img/back_pagetitle_sp.jpg") no-repeat;
	background-size: contain;
}
section article.page_title h2 {
	top: 60%;
  text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;  
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
section article.page_title h2 strong {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  color: #000e66;
}
section article.page_title h2 img {
	width: 100px;
	margin-bottom: 5px;
    -webkit-box-ordinal-group:-2;
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
section article.page_title h2 small {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	color: #000e66;
	display: block;
}
section article.page_title h2 span {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	color: #000e66;
	display: block;
  text-shadow    : none;  
}

.midashi {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.img_sp {
	display: block;
}
.img_pc {
	display: none;
}
.phes dt {
	font-weight: bold;
	color: #000e66;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	border-left: solid 8px #000e66;
}
.phes dd {
	padding-left: 8px;
}
.phes dd th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 1.2em;
	position: relative;
}
.phes dd th:before {
	content: "●";
	font-size: 80%;
	color: #000e66;
	position: absolute;
	left: 0px;
	top: 3px;
}

/* 社会連携事業PHES */
.phes_1 {
	margin-bottom: 20px;
}

/* テクニカルサポート */
.phes_2 {
	margin-bottom: 50px;
	background: #c2e6ff; /* Old browsers */
	background: -moz-linear-gradient(-67deg,  #e6faff 1%, #c2e6ff 70%, #c2e6ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-67deg,  #e6faff 1%,#c2e6ff 70%,#c2e6ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(157deg,  #e6faff 1%,#c2e6ff 70%,#c2e6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6faff', endColorstr='#c2e6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.phes_2 > div {
	padding-top: 50px;
}
.phes_2:after {
	content: "";
	background: url("../phes/img/phes_img02_sp.jpg") no-repeat center top;
	background-size: cover;
	display: block;
	width: 105%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% + 30px);/*Chrome19~25対応*/
	width: -moz-calc(100% + 30px);/*Firefox4~15対応*/
	width: calc(100% + 30px);
	padding-top: 53%;
	margin: 0 -15px;
}

/* GPMプログラム */
.phes_3:after {
	content: "";
	background: url("../phes/img/phes_img03_sp.jpg") no-repeat center top;
	background-size: cover;
	display: block;
	width: 105%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% + 30px);/*Chrome19~25対応*/
	width: -moz-calc(100% + 30px);/*Firefox4~15対応*/
	width: calc(100% + 30px);
	padding-top: 65%;
	margin: 0 -15px;
}

/* お問い合わせ */
.contact * {
	color: #fff;
}
.contact {
	background: #5a6e9d;
	text-align: center;
	padding:30px 0 50px;
}
.contact h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	color: #000e66;
	letter-spacing: 0.05em;
	margin: 0 0 1.5em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.contact h3 img.icon_l {
	width: 42px;
	margin: 0 10px auto 0;
}
.contact h3 img.icon_r {
	width: 42px;
	margin: 0 0 auto 10px;
}
.contact a {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 5em;
	border: solid 1px #fff;
	position: relative;
}
.contact a:after {
	content: "▶";
	font-size: 1.2rem;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (min-width: 375px) {
}

@media (min-width: 768px) {
/* ページタイトル */
section article.page_title {
	background: linear-gradient(90deg, rgba(223,247,255,1) 0%, rgba(223,247,255,1) 45%, rgba(194,230,255,1) 55%, rgba(194,230,255,1) 100%);
	position: relative;
	overflow: hidden;
}
section article.page_title:before {
	content: "";
	display: block;
	width: 506px;
	height: 100%;
	background: url("../phes/img/back_pagetitle_img1.jpg") no-repeat;
	background-size: auto 100%;
	background-position: right top;
	position: absolute;
	right: 60%;
	top: 0px;
}
section article.page_title:after {
	content: "";
	display: block;
	width: 716px;
	height: 100%;
	background: url("../phes/img/back_pagetitle_img2.jpg") no-repeat;
	background-size: auto 100%;
	background-position: left top;
	position: absolute;
	left: 60%;
	top: 0px;
}
section article.page_title div {
	position: relative;
	z-index: 2;
}
section article.page_title div:before {
  content: none;
}
section article.page_title h2 {
	top: 50%;
	display: block;
}
section article.page_title h2 img {
	width: 150px;
	margin: 0 0 0px 15px;
}
section article.page_title h2 small {
	font-size: 3.6rem;
	margin-bottom: 15px;
}
section article.page_title h2 span {
	font-size: 1.8rem;
}

/* 社会連携事業PHES */
.phes_1 h3 {
	background: url("../img/icon_head02.png") no-repeat left top;
	background-size: 56px;
}
.phes_1 h3 img {
	opacity: 0;
}
.phes_1 > div {
	margin-left: 66px;
	margin-bottom: 80px;
}

/* テクニカルサポート */
.phes_2 {
	margin-bottom: 80px;
	background: none;
}
.phes_2:after {
	content: none;
}
.phes_2 > div {
	padding-top: 0px;
}
.phes_2 > div div {
	margin-left: 66px;
}
.phes_2 > div div:before {
	content: "";
	background: url("../phes/img/phes_img02.jpg") no-repeat center top;
	background-size: contain;
	display: block;
	width: 300px;
	height: 248px;
	margin: 0 0 0 30px;
	float: right;
	box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-webkit-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-moz-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-o-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-ms-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
}

/* GPMプログラム */
.phes_3 h3 {
	background: url("../img/icon_head02.png") no-repeat left top;
	background-size: 56px;
}
.phes_3 h3 img {
	opacity: 0;
}
.phes_3:after {
	content: none;
}
.phes_3 > div:before {
	content: "";
	background: url("../phes/img/phes_img03.jpg") no-repeat center top;
	background-size: contain;
	display: block;
	width: 300px;
	height: 248px;
	margin: 0 0 50px 30px;
	float: right;
	box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-webkit-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-moz-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-o-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
	-ms-box-shadow: -9px 7px 0px 0px rgba(24,127,196,0.25);
}
.phes_3 .program_list {
	clear: both;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.phes_3 > div {
	margin-left: 66px;
}
.phes_3 > div dl {
	width: 48%;
}
.phes_3 > div dl dd {
	margin-bottom: 80px;
}

/* お問い合わせ */
.contact {
	padding:30px 0 50px;
}
.contact h3 {
	font-size: 2.6rem;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
.contact h3 img.icon_l {
	width: 56px;
	margin: 0 10px auto 0;
}
.contact h3 img.icon_r {
	width: 56px;
	margin: 0 0 auto 10px;
}
.contact a {
	font-size: 2.6rem;
}
.contact a:after {
	content: "▶";
	font-size: 1.8rem;
}
}

@media (min-width: 1240px) {
/* ページタイトル */
section article.page_title:before {
	right: 67%;
	top: 0px;
}
section article.page_title:after {
	left: 64%;
	top: 0px;
}

section article.page_title h2 img {
	width: auto;
	margin: 0 0 -5px 20px;
}
section article.page_title h2 small {
	font-size: 4.8rem;
}
section article.page_title h2 span {
	font-size: 2.2rem;
}

/* 社会連携事業PHES */
.phes_1 h3 {
	background-size: 72px;
}
.phes_1 > div {
	margin-left: 87px;
	margin-bottom: 100px;
}
.phes_1 > div:before {
	width: 434px;
	height: 359px;
	margin: 0 0 0px 50px;
}

/* テクニカルサポート */
.phes_2 {
}
.phes_2:after {
	content: none;
}
.phes_2 > div {
	padding-top: 0px;
}
.phes_2 > div div {
	margin-left: 87px;
	margin-bottom: 100px;
}
.phes_2 > div div:before {
	width: 434px;
	height: 359px;
	margin: 0 0 0px 50px;
}

/* GPMプログラム */
.phes_3 h3 {
	background-size: 72px;
}
.phes_3 h3 img {
	opacity: 0;
}
.phes_3:after {
	content: none;
}
.phes_3 > div {
	margin-left: 87px;
}
.phes_3 > div:before {
	width: 434px;
	height: 359px;
	margin: 0 0 50px 50px;
}
.phes_3 > div dl dd {
	margin-bottom: 100px;
}

/* お問い合わせ */
.contact {
	padding:30px 0 50px;
}
.contact h3 {
	font-size: 3.6rem;
}
.contact h3 img.icon_l {
	width: 72px;
	margin: 0;
}
.contact h3 img.icon_r {
	width: 72px;
	margin: 0;
}
.contact a {
	font-size: 3.6rem;
}
}
